diff --git a/.travis.yml b/.travis.yml index 188190616..99941c685 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,7 @@ install: true script: - make verify-kustomize - ./travis/kyaml-pre-commit.sh + - ./travis/check-go-mod.sh # TBD. Suppressing for now. notifications: diff --git a/api/builtins/NamespaceTransformer.go b/api/builtins/NamespaceTransformer.go index 9bfa3eca8..d4c701963 100644 --- a/api/builtins/NamespaceTransformer.go +++ b/api/builtins/NamespaceTransformer.go @@ -52,7 +52,7 @@ func (p *NamespaceTransformerPlugin) Transform(m resmap.ResMap) error { matches := m.GetMatchingResourcesByCurrentId(r.CurId().Equals) if len(matches) != 1 { - return fmt.Errorf("namespace tranformation produces ID conflict: %#v", matches) + return fmt.Errorf("namespace tranformation produces ID conflict: %+v", matches) } } return nil diff --git a/api/go.mod b/api/go.mod index cdf82ed3d..4fc747aef 100644 --- a/api/go.mod +++ b/api/go.mod @@ -7,7 +7,6 @@ require ( github.com/go-openapi/spec v0.19.4 github.com/golangci/golangci-lint v1.21.0 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 - github.com/monopole/mdrip v1.0.1 github.com/pkg/errors v0.8.1 golang.org/x/tools v0.0.0-20191010075000-0337d82405ff gopkg.in/yaml.v2 v2.2.4 diff --git a/api/go.sum b/api/go.sum index b3a0e5e61..c5aa6187d 100644 --- a/api/go.sum +++ b/api/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= @@ -49,14 +45,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -119,13 +110,10 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -145,15 +133,12 @@ github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 h1:pe9JHs3cHHDQgO github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee h1:J2XAy40+7yz70uaOiMbNnluTg7gyQhtGqLQncQh+4J8= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a h1:iR3fYXUjHCR97qWS8ch1y9zPNsgXThGwjKPrYfqMPks= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0 h1:HxAxpR8Z0M8omihvQdsD3PF0qPjlqYqp2vMJzstoKeI= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc h1:gLLhTLMk2/SutryVJ6D4VZCU3CUqr8YloG7FPIBWFpI= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 h1:MfyDlzVjl1hoaPzPD4Gpb/QgoRfSBR0jdhwGyAWwMSA= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca h1:kNY3/svz5T29MYHubXix4aDDuE3RWHkPvopM/EDv/MA= @@ -169,9 +154,8 @@ github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4/go.mod h1:Izgrg 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= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= +github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -184,31 +168,16 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f h1:9oNbS1z4rVpbnkHBdPZU4jo9bSmrLpII768arSyMFgk= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0 h1:UykbtMB/w5No2LmE16gINgLj+r/vbziTgaoERQv6U+0= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a h1:YH0IojQwndMQdeRWdw1aPT8bkbiWaYR3WD+Zf5e09DU= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741 h1:OuuPl66BpF1q3OEkaPpp+VfzxrBBY62ATGdWqql/XX8= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= -github.com/gorilla/websocket v1.4.0 h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 h1:JVnpOZS+qxli+rgVl98ILOXVNbW+kb5wcxeGx8ShUIw= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= @@ -248,10 +217,8 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb h1:RHba4YImhrUVQDHUCe2BNSOz4tVy2yGyXhvYDvxGgeE= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4 h1:snbPLB8fVfU9iwbbo30TPtbLRzwWu6aJS6Xh4eaaviA= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8 h1:HLtExJ+uU2HOZ+wI0Tt5DtUDrx8yhUqDcp7fYERX4CE= @@ -270,10 +237,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0 h1:RFDBa+tab6mW+gX4Ww2SZDc4kS6p01FwnLtgz64Il+I= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1 h1:LzwNWb8ge3+4iBZmxIE6VfUR5KIxhF7DKdf85t8Yvos= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -308,12 +271,8 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible h1:cBXrhZNUf9C+La9/YpS+UHpUT8YD6Td9ZMSU9APFcsk= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d h1:BzRvVq1EHuIjxpijCEKpAxzKUUMurOQ4sknehIATRh8= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= @@ -322,8 +281,6 @@ github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e h1:MZM7FHLqUHYI0Y/mQAt github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041 h1:llrF3Fs4018ePo4+G/HV/uQUqEI1HMDjCeOf2V6puPc= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0 h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2 h1:SPIRibHv4MatM3XXNO2BJeFLZwZ2LvZgfQ5+UNI2im4= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= @@ -356,7 +313,6 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e h1:RumXZ56IrCj4CL+g1b9OL/oH0QnsF976bC8xQFYUD5Q= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= @@ -364,7 +320,6 @@ github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGr github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2 h1:Av96YVBwwNSe4MLR7iI/BIa3VyI7/djnto/pK3Uxbdo= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4 h1:If7Va4cM03mpgrNH9k49/VOicWpGoG70XPBFFODYDsg= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517 h1:ChMKTho2hWKpks/nD/FL2KqM1wuVt62oJeiE8+eFpGs= @@ -387,7 +342,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -410,8 +364,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= @@ -437,7 +389,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -447,7 +398,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -462,12 +412,11 @@ golang.org/x/tools v0.0.0-20190311215038-5c2858a9cfe5/go.mod h1:LCzVGOaR6xXOjkQ3 golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190322203728-c1a832b0ad89/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190521203540-521d6ed310dd/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= +golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59 h1:QjA/9ArTfVTLfEhClDCG7SGrZkZixxWpwNCDiwJfh88= golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff h1:XdBG6es/oFDr1HwaxkxgVve7NB281QhxgK/i4voubFs= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= @@ -492,8 +441,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0 h1:+FlnIV8DSQnT7NZ43hcVKcdJdzZoeCmJj4Ql8gq5keA= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -518,7 +465,6 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed h1:WX1yoOaKQfddO/mLzdV4wptyWgoH/6hwLs7QHTixo0I= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= @@ -526,10 +472,6 @@ mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b h1:DxJ5nJdkhDlLok9K6qO+5290kphD mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f h1:Cq7MalBHYACRd6EesksG1Q8EoIAKOsiZviGKbOLIej4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0 h1:sES7e09G19Q0VjRp4ATSYKpTXoWaX8WMSHfw6u3G2Ok= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/api/internal/crawl/cmd/crawler/crawler.go b/api/internal/crawl/cmd/crawler/crawler.go index 7e14f7072..6831fed87 100644 --- a/api/internal/crawl/cmd/crawler/crawler.go +++ b/api/internal/crawl/cmd/crawler/crawler.go @@ -3,6 +3,7 @@ package main import ( "context" "fmt" + "log" "net/http" "os" "time" @@ -21,14 +22,53 @@ const ( redisCacheURL = "REDIS_CACHE_URL" redisKeyURL = "REDIS_KEY_URL" retryCount = 3 - githubUserEnv = "GITHUB_USER" - githubRepoEnv = "GITHUB_REPO" ) -func main() { - githubUser := os.Getenv(githubUserEnv) - githubRepo := os.Getenv(githubRepoEnv) +type CrawlMode int +const ( + CrawlUnknown CrawlMode = iota + // Crawl all the kustomization files in all the repositories of a Github user + CrawlUser + // Crawl all the kustomization files in a Github repo + CrawlRepo + // Crawl all the documents in the index + CrawlIndex + // Crawl all the kustomization files on Github + CrawlGithub + // Crawl all the documents in the index and crawling all the kustomization files on Github + CrawlIndexAndGithub +) +func NewCrawlMode(s string) CrawlMode { + switch s { + case "github-user": + return CrawlUser + case "github-repo": + return CrawlRepo + case "": + return CrawlIndexAndGithub + case "index": + return CrawlIndex + case "github": + return CrawlGithub + default: + return CrawlUnknown + } +} + +func Usage() { + fmt.Printf("Usage: %s [mode] [githubUser|githubRepo]\n", os.Args[0]) + fmt.Printf("\tmode can be one of [github-user, github-repo, index, github]\n") + fmt.Printf("%s: crawl all the documents in the index and crawling all the kustomization files on Github\n", os.Args[0]) + fmt.Printf("%s index: crawl all the documents in the index\n", os.Args[0]) + fmt.Printf("%s gihub: crawl all the kustomization files on Github\n", os.Args[0]) + fmt.Printf("%s github-user : Crawl all the kustomization files in all the repositories of a Github user\n", os.Args[0]) + fmt.Printf("\tFor example, %s github-user kubernetes-sigs\n", os.Args[0]) + fmt.Printf("%s github-repo : Crawl all the kustomization files in a Github repo\n", os.Args[0]) + fmt.Printf("\tFor example, %s github-repo kubernetes-sigs/kustomize\n", os.Args[0]) +} + +func main() { githubToken := os.Getenv(githubAccessTokenVar) if githubToken == "" { fmt.Printf("Must set the variable '%s' to make github requests.\n", @@ -43,8 +83,6 @@ func main() { return } - seedDocs := make(crawler.CrawlSeed, 0) - cacheURL := os.Getenv(redisCacheURL) cache, err := redis.DialURL(cacheURL) clientCache := &http.Client{} @@ -65,12 +103,17 @@ func main() { } // Index updates the value in the index. - index := func(cdoc crawler.CrawledDocument, crwlr crawler.Crawler) error { + indexFunc := func(cdoc crawler.CrawledDocument, mode index.Mode) error { switch d := cdoc.(type) { case *doc.KustomizationDocument: - fmt.Println("Inserting: ", d) - _, err := idx.Put(d.ID(), d) - return err + switch mode { + case index.Delete: + fmt.Println("Deleting: ", d) + return idx.Delete(d.ID()) + default: + fmt.Println("Inserting: ", d) + return idx.Put(d.ID(), d) + } default: return fmt.Errorf("type %T not supported", d) } @@ -80,30 +123,44 @@ func main() { // This helps avoid indexing a given document multiple times. seen := make(map[string]struct{}) - var ghCrawler crawler.Crawler - - if githubRepo != "" { - ghCrawler = github.NewCrawler(githubToken, retryCount, clientCache, - github.QueryWith( - github.Filename("kustomization.yaml"), - github.Filename("kustomization.yml"), - github.Repo(githubRepo)), - ) - } else if githubUser != "" { - ghCrawler = github.NewCrawler(githubToken, retryCount, clientCache, - github.QueryWith( - github.Filename("kustomization.yaml"), - github.Filename("kustomization.yml"), - github.User(githubUser)), - ) + var mode CrawlMode + if len(os.Args) == 1 { + mode = CrawlIndexAndGithub } else { - ghCrawler = github.NewCrawler(githubToken, retryCount, clientCache, - github.QueryWith( - github.Filename("kustomization.yaml"), - github.Filename("kustomization.yml")), - ) + mode = NewCrawlMode(os.Args[1]) + } - // get all the documents in the index + ghCrawlerConstructor := func(user, repo string) crawler.Crawler { + if user != "" { + return github.NewCrawler(githubToken, retryCount, clientCache, + github.QueryWith( + github.Filename("kustomization.yaml"), + github.Filename("kustomization.yml"), + github.Filename("kustomization"), + github.User(user)), + ) + } else if repo != "" { + return github.NewCrawler(githubToken, retryCount, clientCache, + github.QueryWith( + github.Filename("kustomization.yaml"), + github.Filename("kustomization.yml"), + github.Filename("kustomization"), + github.Repo(repo)), + ) + } else { + return github.NewCrawler(githubToken, retryCount, clientCache, + github.QueryWith( + github.Filename("kustomization.yaml"), + github.Filename("kustomization.yml"), + github.Filename("kustomization")), + ) + } + } + + seedDocs := make(crawler.CrawlSeed, 0) + + // get all the documents in the index + getSeedDocsFunc := func() { query := []byte(`{ "query":{ "match_all":{} } }`) it := idx.IterateQuery(query, 10000, 60*time.Second) for it.Next() { @@ -116,7 +173,35 @@ func main() { } } - crawlers := []crawler.Crawler{ghCrawler} - crawler.CrawlFromSeed(ctx, seedDocs, crawlers, docConverter, index, seen) - crawler.CrawlGithub(ctx, crawlers, docConverter, index, seen) + switch mode { + case CrawlIndexAndGithub: + getSeedDocsFunc() + crawlers := []crawler.Crawler{ghCrawlerConstructor("", "")} + crawler.CrawlFromSeed(ctx, seedDocs, crawlers, docConverter, indexFunc, seen) + crawler.CrawlGithub(ctx, crawlers, docConverter, indexFunc, seen) + case CrawlIndex: + getSeedDocsFunc() + crawlers := []crawler.Crawler{ghCrawlerConstructor("", "")} + crawler.CrawlFromSeed(ctx, seedDocs, crawlers, docConverter, indexFunc, seen) + case CrawlGithub: + crawlers := []crawler.Crawler{ghCrawlerConstructor("", "")} + crawler.CrawlGithub(ctx, crawlers, docConverter, indexFunc, seen) + case CrawlUser: + if len(os.Args) < 3 { + Usage() + log.Fatalf("Please specify a github user!") + } + crawlers := []crawler.Crawler{ghCrawlerConstructor(os.Args[2], "")} + crawler.CrawlGithub(ctx, crawlers, docConverter, indexFunc, seen) + case CrawlRepo: + if len(os.Args) < 3 { + Usage() + log.Fatalf("Please specify a github repo!") + } + crawlers := []crawler.Crawler{ghCrawlerConstructor("", os.Args[2])} + crawler.CrawlGithub(ctx, crawlers, docConverter, indexFunc, seen) + case CrawlUnknown: + Usage() + log.Fatalf("The crawler mode must be one of [github-user, github-repo, index, github]") + } } diff --git a/api/internal/crawl/cmd/kustomize_stats/Dockerfile b/api/internal/crawl/cmd/kustomize_stats/Dockerfile new file mode 100644 index 000000000..80e33948f --- /dev/null +++ b/api/internal/crawl/cmd/kustomize_stats/Dockerfile @@ -0,0 +1,14 @@ +FROM golang:1.11 AS build + +ARG GO111MODULE=on + +WORKDIR /go/src/sigs.k8s.io/kustomize/api/internal/crawl +COPY . /go/src/sigs.k8s.io/kustomize/api/internal/crawl + +RUN go mod download +RUN CGO_ENABLED=0 go install ./cmd/kustomize_stats + +FROM scratch +COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ +COPY --from=build /go/bin/kustomize_stats / +ENTRYPOINT ["/kustomize_stats"] diff --git a/api/internal/crawl/cmd/kustomize_stats/main.go b/api/internal/crawl/cmd/kustomize_stats/main.go new file mode 100644 index 000000000..403989d86 --- /dev/null +++ b/api/internal/crawl/cmd/kustomize_stats/main.go @@ -0,0 +1,150 @@ +package main + +import ( + "context" + "flag" + "fmt" + "log" + "path/filepath" + "sort" + "time" + + "sigs.k8s.io/kustomize/api/internal/crawl/index" + "sigs.k8s.io/kustomize/api/konfig" +) + +// iterateArr adds each item in arr into countMap. +func iterateArr(arr []string, countMap map[string]int) { + for _, item := range arr { + if _, ok := countMap[item]; !ok { + countMap[item] = 1 + } else { + countMap[item]++ + } + } + +} + +// isKustomizationFile determines whether a file path is a kustomization file +func isKustomizationFile(path string) bool { + basename := filepath.Base(path) + for _, name := range konfig.RecognizedKustomizationFileNames() { + if basename == name { + return true + } + } + return false +} + +// SortMapKeyByValue takes a map as its input, sorts its keys according to their values +// in the map, and outputs the sorted keys as a slice. +func SortMapKeyByValue(m map[string]int) []string { + keys := make([]string, 0, len(m)) + for key := range m { + keys = append(keys, key) + } + // sort keys according to their values in the map m + sort.Slice(keys, func(i, j int) bool {return m[keys[i]] > m[keys[j]]}) + return keys +} + +func main() { + topKindsPtr := flag.Int( + "kinds", -1, + `the number of kubernetes object kinds to be listed according to their popularities. +By default, all the kinds will be listed. +If you only want to list the 10 most popular kinds, set the flag to 10.`) + topIdentifiersPtr := flag.Int( + "identifiers", -1, + `the number of identifiers to be listed according to their popularities. +By default, all the identifiers will be listed. +If you only want to list the 10 most popular identifiers, set the flag to 10.`) + topKustomizeFeaturesPtr := flag.Int( + "kustomize-features", -1, + `the number of kustomize features to be listed according to their popularities. +By default, all the features will be listed. +If you only want to list the 10 most popular features, set the flag to 10.`) + flag.Parse() + + ctx := context.Background() + idx, err := index.NewKustomizeIndex(ctx) + if err != nil { + log.Fatalf("Could not create an index: %v\n", err) + } + + // count tracks the number of documents in the index + count := 0 + + // kustomizationFilecount tracks the number of kustomization files in the index + kustomizationFilecount := 0 + + kindsMap := make(map[string]int) + identifiersMap := make(map[string]int) + kustomizeIdentifiersMap := make(map[string]int) + + // ids tracks the unique IDs of the documents in the index + ids := make(map[string]struct{}) + + // get all the documents in the index + query := []byte(`{ "query":{ "match_all":{} } }`) + it := idx.IterateQuery(query, 10000, 60*time.Second) + for it.Next() { + for _, hit := range it.Value().Hits.Hits { + // check whether there is any duplicate IDs in the index + if _, ok := ids[hit.ID]; !ok { + ids[hit.ID] = struct{}{} + } else { + fmt.Printf("Found duplicate ID (%s)\n", hit.ID) + } + + count++ + iterateArr(hit.Document.Kinds, kindsMap) + iterateArr(hit.Document.Identifiers, identifiersMap) + + if isKustomizationFile(hit.Document.FilePath) { + kustomizationFilecount++ + iterateArr(hit.Document.Identifiers, kustomizeIdentifiersMap) + } + } + } + if err := it.Err(); err != nil { + fmt.Printf("Error iterating: %v\n", err) + } + + sortedKindsMapKeys := SortMapKeyByValue(kindsMap) + sortedIdentifiersMapKeys := SortMapKeyByValue(identifiersMap) + sortedKustomizeIdentifiersMapKeys := SortMapKeyByValue(kustomizeIdentifiersMap) + + fmt.Printf(`The count of unique document IDs in the kustomize index: %d +There are %d documents in the kustomize index. +%d kinds of kubernetes objects are customized:`, len(ids), count, len(kindsMap)) + fmt.Printf("\n") + + kindCount := 0 + for _, key := range sortedKindsMapKeys { + if *topKindsPtr < 0 || (*topKindsPtr >= 0 && kindCount < *topKindsPtr) { + fmt.Printf("\tkind `%s` is customimzed in %d documents\n", key, kindsMap[key]) + kindCount++ + } + } + + fmt.Printf("%d kinds of identifiers are found:\n", len(identifiersMap)) + identifierCount := 0 + for _, key := range sortedIdentifiersMapKeys { + if *topIdentifiersPtr < 0 || (*topIdentifiersPtr >= 0 && identifierCount < *topIdentifiersPtr) { + fmt.Printf("\tidentifier `%s` appears in %d documents\n", key, identifiersMap[key]) + identifierCount++ + } + } + + fmt.Printf(`There are %d kustomization files in the kustomize index. +%d kinds of kustomize features are found:`, kustomizationFilecount, len(kustomizeIdentifiersMap)) + fmt.Printf("\n") + kustomizeFeatureCount := 0 + for _, key := range sortedKustomizeIdentifiersMapKeys { + if *topKustomizeFeaturesPtr < 0 || (*topKustomizeFeaturesPtr >= 0 && kustomizeFeatureCount < *topKustomizeFeaturesPtr) { + fmt.Printf("\tfeature `%s` is used in %d documents\n", key, kustomizeIdentifiersMap[key]) + kustomizeFeatureCount++ + } + } +} diff --git a/api/internal/crawl/cmd/log-parser/README.md b/api/internal/crawl/cmd/log-parser/README.md new file mode 100644 index 000000000..8142a155a --- /dev/null +++ b/api/internal/crawl/cmd/log-parser/README.md @@ -0,0 +1,8 @@ +This binary takes as its input a json file including GKE logs (which can be +[exported](https://cloud.google.com/logging/docs/export/configure_export_v2) into +[Cloud Storage](https://cloud.google.com/storage/docs/)), +and extracts the `textPayload` field of each log entry. + +Here is an log entry example: + +{"insertId":"1sxuh4jg5lw6w10","labels":{"compute.googleapis.com/resource_name":"gke-crawler2-default-pool-5e55ea05-gzgv","container.googleapis.com/namespace_name":"default","container.googleapis.com/pod_name":"kustomize-stats-5bczg","container.googleapis.com/stream":"stdout"},"logName":"projects/haiyanmeng-gke-dev/logs/kustomize-stats","receiveTimestamp":"2020-01-06T23:33:07.012831742Z","resource":{"labels":{"cluster_name":"crawler2","container_name":"kustomize-stats","instance_id":"8183086081854184383","namespace_id":"default","pod_id":"kustomize-stats-5bczg","project_id":"haiyanmeng-gke-dev","zone":"us-central1-a"},"type":"container"},"severity":"INFO","textPayload":"The kustomize index already exists\n","timestamp":"2020-01-06T23:32:46.628930547Z"} diff --git a/api/internal/crawl/cmd/log-parser/main.go b/api/internal/crawl/cmd/log-parser/main.go new file mode 100644 index 000000000..ac1a00f33 --- /dev/null +++ b/api/internal/crawl/cmd/log-parser/main.go @@ -0,0 +1,48 @@ +package main + +import ( + "bufio" + "encoding/json" + "fmt" + "log" + "os" +) + +func main() { + if len(os.Args) != 2 { + log.Fatalf("The usage of the command is: \n\t%s ", os.Args[0]) + } + + file, err := os.Open(os.Args[1]) + if err != nil { + log.Fatal(err) + } + + closeFile := func(file *os.File) { + if err := file.Close(); err != nil { + log.Fatal(err) + } + } + defer closeFile(file) + + scanner := bufio.NewScanner(file) + for scanner.Scan() { + line := scanner.Text() + + var entry interface{} + if err := json.Unmarshal([]byte(line), &entry); err != nil { + log.Printf("failed to unmarshal a log entry: %s\n", line) + } + + m := entry.(map[string]interface{}) + if payload, ok := m["textPayload"]; ok { + fmt.Printf("%s", payload) + } else { + log.Printf("the log entry does not have the `textPayload` field: %s\n", line) + } + } + + if err := scanner.Err(); err != nil { + log.Fatal(err) + } +} diff --git a/api/internal/crawl/config/crawler/job/README.md b/api/internal/crawl/config/crawler/job/README.md new file mode 100644 index 000000000..3570f27ee --- /dev/null +++ b/api/internal/crawl/config/crawler/job/README.md @@ -0,0 +1,54 @@ +There are three ways of running the crawler job. + +# Crawling all the documents in the index and crawling all the kustomization files on Github + +This is the default setting of the crawler job. The `command` and `args` field +of the container should be: + +``` + command: ["/crawler"] + args: [] +``` + +Or + +``` + command: ["/crawler"] + args: [""] +``` + +# Crawling all the documents in the index + +The `command` and `args` field of the container should be: + +``` + command: ["/crawler"] + args: ["index"] +``` + +# Crawling all the kustomization files on Github + +The `command` and `args` field of the container should be: + +``` + command: ["/crawler"] + args: ["github"] +``` + +# Crawling all the kustomization files in a Github repo + +The `command` and `args` field of the container should be like: + +``` + command: ["/crawler"] + args: ["github-repo", "kubernetes-sigs/kustomize"] +``` + +# Crawling all the kustomization files in all the repositories of a Github user + +The `command` and `args` field of the container should be like: + +``` + command: ["/crawler"] + args: ["github-user", "kubernetes-sigs"] +``` diff --git a/api/internal/crawl/config/crawler/job/job.yaml b/api/internal/crawl/config/crawler/job/job.yaml index dde0de398..28e36bcb8 100644 --- a/api/internal/crawl/config/crawler/job/job.yaml +++ b/api/internal/crawl/config/crawler/job/job.yaml @@ -8,8 +8,10 @@ spec: restartPolicy: OnFailure containers: - name: crawler - image: gcr.io/kustomize-search/crawler:latest + image: gcr.io/haiyanmeng-gke-dev/crawler:v1 imagePullPolicy: Always + command: ["/crawler"] + args: ["github-repo", "kubernetes-sigs/kustomize"] env: - name: GITHUB_ACCESS_TOKEN valueFrom: diff --git a/api/internal/crawl/config/crawler/kustomize_stats/job.yaml b/api/internal/crawl/config/crawler/kustomize_stats/job.yaml new file mode 100644 index 000000000..e7d22cd51 --- /dev/null +++ b/api/internal/crawl/config/crawler/kustomize_stats/job.yaml @@ -0,0 +1,20 @@ +apiVersion: batch/v1 +kind: Job +metadata: + name: kustomize-stats +spec: + template: + spec: + restartPolicy: OnFailure + containers: + - name: kustomize-stats + image: gcr.io/haiyanmeng-gke-dev/kustomize_stats:v1 + imagePullPolicy: Always + command: ["/kustomize_stats"] + args: ["--kinds=50", "--identifiers=50", "--kustomize-features=50"] + env: + - name: ELASTICSEARCH_URL + valueFrom: + configMapKeyRef: + name: elasticsearch-config + key: es-url diff --git a/api/internal/crawl/config/crawler/kustomize_stats/kustomization.yaml b/api/internal/crawl/config/crawler/kustomize_stats/kustomization.yaml new file mode 100644 index 000000000..a2933dd58 --- /dev/null +++ b/api/internal/crawl/config/crawler/kustomize_stats/kustomization.yaml @@ -0,0 +1,3 @@ +resources: +- ../base +- job.yaml diff --git a/api/internal/crawl/crawler/crawler.go b/api/internal/crawl/crawler/crawler.go index f57f247e5..31cabc2b7 100644 --- a/api/internal/crawl/crawler/crawler.go +++ b/api/internal/crawl/crawler/crawler.go @@ -10,6 +10,8 @@ import ( "os" "sync" + "sigs.k8s.io/kustomize/api/internal/crawl/index" + _ "github.com/gomodule/redigo/redis" "sigs.k8s.io/kustomize/api/internal/crawl/doc" @@ -47,7 +49,7 @@ type CrawledDocument interface { type CrawlSeed []*doc.Document -type IndexFunc func(CrawledDocument, Crawler) error +type IndexFunc func(CrawledDocument, index.Mode) error type Converter func(*doc.Document) (CrawledDocument, error) func logIfErr(err error) { @@ -72,17 +74,18 @@ func addBranches(cdoc CrawledDocument, match Crawler, indx IndexFunc, seen[cdoc.ID()] = struct{}{} // Insert into index - err := indx(cdoc, match) - logIfErr(err) - if err != nil { + if err := indx(cdoc, index.InsertOrUpdate); err != nil { + logger.Printf("Failed to insert or update %s %s: %v", + cdoc.GetDocument().RepositoryURL, cdoc.GetDocument().FilePath, err) return } deps, err := cdoc.GetResources() - logIfErr(err) if err != nil { + logger.Println(err) return } + for _, dep := range deps { if _, ok := seen[dep.ID()]; ok { continue @@ -93,7 +96,16 @@ func addBranches(cdoc CrawledDocument, match Crawler, indx IndexFunc, func doCrawl(ctx context.Context, docsPtr *CrawlSeed, crawlers []Crawler, conv Converter, indx IndexFunc, seen map[string]struct{}, stack *CrawlSeed) { - docCount := 0 + + UpdatedDocCount := 0 + seenDocCount := 0 + cachedDocCount := 0 + findMatchErrCount := 0 + FetchDocumentErrCount := 0 + SetCreatedErrCount := 0 + convErrCount := 0 + deleteDocCount := 0 + // During the execution of the for loop, more Documents may be added into (*docsPtr). for len(*docsPtr) > 0 { // get the last Document in (*docPtr), which will be crawled in this iteration. @@ -103,38 +115,68 @@ func doCrawl(ctx context.Context, docsPtr *CrawlSeed, crawlers []Crawler, conv C *docsPtr = (*docsPtr)[:(len(*docsPtr) - 1)] if _, ok := seen[tail.ID()]; ok { + seenDocCount++ + continue + } + + if tail.WasCached() { + logger.Printf("%s %s is cached already", tail.RepositoryURL, tail.FilePath) + cachedDocCount++ continue } - docCount++ match := findMatch(tail, crawlers) if match == nil { - logIfErr(fmt.Errorf( - "%v could not match any crawler", tail)) + logIfErr(fmt.Errorf("%v could not match any crawler", tail)) + findMatchErrCount++ continue } logger.Println("Crawling ", tail.RepositoryURL, tail.FilePath) - err := match.FetchDocument(ctx, tail) - logIfErr(err) - // If there was no change or there is an error, we don't have - // to branch out, since the dependencies are already in the - // index, or we cannot find the document. - if err != nil || tail.WasCached() { - if tail.WasCached() { - logger.Println(tail.RepositoryURL, tail.FilePath, "is cached already") + if err := match.FetchDocument(ctx, tail); err != nil { + logger.Printf("FetchDocument failed on %s %s: %v", + tail.RepositoryURL, tail.FilePath, err) + FetchDocumentErrCount++ + // delete the document from the index + cdoc := &doc.KustomizationDocument{ + Document: *tail, } + seen[cdoc.ID()] = struct{}{} + if err := indx(cdoc, index.Delete); err != nil { + logger.Printf("Failed to delete %s %s: %v", + cdoc.RepositoryURL, cdoc.FilePath, err) + } + deleteDocCount++ continue } - logIfErr(match.SetCreated(ctx, tail)) + if err := match.SetCreated(ctx, tail); err != nil { + logger.Printf("SetCreated failed on %s %s: %v", + tail.RepositoryURL, tail.FilePath, err) + SetCreatedErrCount++ + } cdoc, err := conv(tail) - logIfErr(err) + // If conv returns an error, cdoc can still be added into the index so that + // cdoc.Document can be searched. + if err != nil { + logger.Printf("conv failed on %s %s: %v", + tail.RepositoryURL, tail.FilePath, err) + convErrCount++ + } + UpdatedDocCount++ addBranches(cdoc, match, indx, seen, stack) } - logger.Printf("%d documents were crawled by doCrawl\n", docCount) + logger.Printf("Summary of doCrawl:\n") + logger.Printf("\t%d documents were updated\n", UpdatedDocCount) + logger.Printf("\t%d documents were seen by the crawler already and skipped\n", seenDocCount) + logger.Printf("\t%d documents were cached already and skipped\n", cachedDocCount) + logger.Printf("\t%d documents didn't have a matching crawler and skipped\n", findMatchErrCount) + logger.Printf("\t%d documents cannot be fetched, %d out of them are deleted\n", + FetchDocumentErrCount, deleteDocCount) + logger.Printf("\t%d documents cannot update its creation time but still were inserted or updated in the index\n", SetCreatedErrCount) + logger.Printf("\t%d documents cannot be converted but still were inserted or updated in the index\n", convErrCount) } // CrawlFromSeed updates all the documents in seed, and crawls all the new diff --git a/api/internal/crawl/crawler/crawler_test.go b/api/internal/crawl/crawler/crawler_test.go index 64887b1fc..41a848612 100644 --- a/api/internal/crawl/crawler/crawler_test.go +++ b/api/internal/crawl/crawler/crawler_test.go @@ -11,6 +11,8 @@ import ( "testing" "time" + "sigs.k8s.io/kustomize/api/internal/crawl/index" + "sigs.k8s.io/kustomize/api/internal/crawl/doc" "sigs.k8s.io/kustomize/api/konfig" ) @@ -316,7 +318,7 @@ resources: Document: *d, }, nil }, - func(d CrawledDocument, cr Crawler) error { + func(d CrawledDocument, mode index.Mode) error { visited[d.ID()]++ return nil }, diff --git a/api/internal/crawl/crawler/github/crawler.go b/api/internal/crawl/crawler/github/crawler.go index 66fa9b20c..0ad438169 100644 --- a/api/internal/crawl/crawler/github/crawler.go +++ b/api/internal/crawl/crawler/github/crawler.go @@ -93,7 +93,21 @@ func (gc githubCrawler) Crawl( return nil } +// FetchDocument first tries to fetch the document with d.FilePath. If it fails, +// it will try to add each string in konfig.RecognizedKustomizationFileNames() to +// d.FilePath, and try to fetch the document again. func (gc githubCrawler) FetchDocument(_ context.Context, d *doc.Document) error { + // set the default branch if it is empty + if d.DefaultBranch == "" { + url := gc.client.ReposRequest(d.RepositoryFullName()) + defaultBranch, err := gc.client.GetDefaultBranch(url) + if err != nil { + logger.Printf( + "(error: %v) setting default_branch to master\n", err) + defaultBranch = "master" + } + d.DefaultBranch = defaultBranch + } repoURL := d.RepositoryURL + "/" + d.FilePath + "?ref=" + d.DefaultBranch repoSpec, err := git.NewRepoSpecFromUrl(repoURL) if err != nil { @@ -104,9 +118,13 @@ func (gc githubCrawler) FetchDocument(_ context.Context, d *doc.Document) error "/" + repoSpec.Ref + "/" + repoSpec.Path handle := func(resp *http.Response, err error, path string) error { + if resp == nil { + return fmt.Errorf("empty http response (url: %s; path: %s), error: %v", + url, path, err) + } if err == nil && resp.StatusCode == http.StatusOK { d.IsSame = httpclient.FromCache(resp.Header) - defer resp.Body.Close() + defer CloseResponseBody(resp) data, err := ioutil.ReadAll(resp.Body) if err != nil { return err @@ -115,18 +133,18 @@ func (gc githubCrawler) FetchDocument(_ context.Context, d *doc.Document) error d.FilePath = d.FilePath + path return nil } + return err } - resp, err := gc.client.GetRawUserContent(url) - if err := handle(resp, err, ""); err == nil { + resp, errGetRawUserContent := gc.client.GetRawUserContent(url) + if err := handle(resp, errGetRawUserContent, ""); err == nil { return nil } for _, file := range konfig.RecognizedKustomizationFileNames() { - resp, err = gc.client.GetRawUserContent(url + "/" + file) - err := handle(resp, err, "/"+file) - if err != nil { - continue + resp, errGetRawUserContent = gc.client.GetRawUserContent(url + "/" + file) + if err = handle(resp, errGetRawUserContent, "/"+file); err == nil { + return nil } } return fmt.Errorf("file not found: %s, error: %v", url, err) @@ -293,7 +311,10 @@ func (gcl GhClient) GetFileData(k GhFileSpec) ([]byte, error) { return nil, fmt.Errorf("%+v: could not read '%s' metadata: %v", k, url, err) } - resp.Body.Close() + + if err := resp.Body.Close(); err != nil { + return nil, err + } type githubContentRawURL struct { DownloadURL string `json:"download_url,omitempty"` @@ -312,18 +333,24 @@ func (gcl GhClient) GetFileData(k GhFileSpec) ([]byte, error) { k, rawURL.DownloadURL, err) } - defer resp.Body.Close() + defer CloseResponseBody(resp) data, err = ioutil.ReadAll(resp.Body) return data, err } +func CloseResponseBody(resp *http.Response) { + if err := resp.Body.Close(); err != nil { + log.Printf("failed to close response body: %v", err) + } +} + func (gcl GhClient) GetDefaultBranch(url string) (string, error) { resp, err := gcl.GetReposData(url) if err != nil { return "", fmt.Errorf( "'%s' could not get default_branch: %v", url, err) } - defer resp.Body.Close() + defer CloseResponseBody(resp) data, err := ioutil.ReadAll(resp.Body) if err != nil { return "", fmt.Errorf( @@ -375,7 +402,7 @@ func (gcl GhClient) GetFileCreationTime( } } - defer resp.Body.Close() + defer CloseResponseBody(resp) data, err := ioutil.ReadAll(resp.Body) if err != nil { return defaultTime, fmt.Errorf( @@ -498,7 +525,7 @@ func (gcl GhClient) parseGithubResponse(getRequest string) GhResponseInfo { } var data []byte - defer resp.Body.Close() + defer CloseResponseBody(resp) data, requestInfo.Error = ioutil.ReadAll(resp.Body) if requestInfo.Error != nil { return requestInfo @@ -559,7 +586,15 @@ func (gcl GhClient) Do(query string) (*http.Response, error) { return nil, err } req.Header.Add("Authorization", fmt.Sprintf("token %s", gcl.accessToken)) - return gcl.client.Do(req) + + // gcl.client.Do: a non-2xx status code doesn't cause an error. + // See https://golang.org/pkg/net/http/#Client.Do for more info. + resp, err := gcl.client.Do(req) + if resp != nil && resp.StatusCode != http.StatusOK { + err = fmt.Errorf("GhClient.Do(%s) failed with response code: %d", + query, resp.StatusCode) + } + return resp, err } func (gcl GhClient) getWithRetry( @@ -569,13 +604,10 @@ func (gcl GhClient) getWithRetry( retryCount := gcl.retryCount - for err == nil && - resp.StatusCode == http.StatusForbidden && - retryCount > 0 { - + for resp != nil && resp.StatusCode == http.StatusForbidden && retryCount > 0 { retryTime := resp.Header.Get("Retry-After") - i, err := strconv.Atoi(retryTime) - if err != nil { + i, errAtoi := strconv.Atoi(retryTime) + if errAtoi != nil { return resp, fmt.Errorf( "query '%s' forbidden without 'Retry-After'", query) } diff --git a/api/internal/crawl/crawler/github/queries.go b/api/internal/crawl/crawler/github/queries.go index 98eb1b9f3..557e0f371 100644 --- a/api/internal/crawl/crawler/github/queries.go +++ b/api/internal/crawl/crawler/github/queries.go @@ -116,9 +116,11 @@ type RequestConfig struct { // the URL method to get the string value of the URL. See request.CopyWith, to // understand why the request object is useful. func (rc RequestConfig) CodeSearchRequestWith(query Query) request { - req := rc.makeRequest("search/code", query) - req.vals.Set("sort", "indexed") - req.vals.Set("order", "desc") + vals := url.Values{ + "sort": []string{"indexed"}, + "order": []string{"desc"}, + } + req := rc.makeRequest("search/code", query, vals) return req } @@ -126,27 +128,25 @@ func (rc RequestConfig) CodeSearchRequestWith(query Query) request { // query for the Github API to find the dowload information of this filepath. func (rc RequestConfig) ContentsRequest(fullRepoName, path string) string { uri := fmt.Sprintf("repos/%s/contents/%s", fullRepoName, path) - return rc.makeRequest(uri, Query{}).URL() + return rc.makeRequest(uri, Query{}, url.Values{}).URL() } func (rc RequestConfig) ReposRequest(fullRepoName string) string { uri := fmt.Sprintf("repos/%s", fullRepoName) - return rc.makeRequest(uri, Query{}).URL() -} - -func escapeSpace(s string) string { - return strings.Replace(s, " ", "%20", -1) + return rc.makeRequest(uri, Query{}, url.Values{}).URL() } // CommitsRequest given the repo name, and a filepath returns a formatted query // for the Github API to find the commits that affect this file. func (rc RequestConfig) CommitsRequest(fullRepoName, path string) string { uri := fmt.Sprintf("repos/%s/commits", fullRepoName) - return rc.makeRequest(uri, Query{Path(escapeSpace(path))}).URL() + vals := url.Values{ + "path": []string{path}, + } + return rc.makeRequest(uri, Query{}, vals).URL() } -func (rc RequestConfig) makeRequest(path string, query Query) request { - vals := url.Values{} +func (rc RequestConfig) makeRequest(path string, query Query, vals url.Values) request { vals.Set(perPageArg, fmt.Sprint(rc.perPage)) return request{ diff --git a/api/internal/crawl/crawler/github/queries_test.go b/api/internal/crawl/crawler/github/queries_test.go index 07c9036b6..fcab464f0 100644 --- a/api/internal/crawl/crawler/github/queries_test.go +++ b/api/internal/crawl/crawler/github/queries_test.go @@ -101,7 +101,7 @@ func TestGithubSearchQuery(t *testing.T) { "examples/helloWorld/kustomization.yaml?per_page=100", expectedCommitsQuery: "https://api.github.com/repos/kubernetes-sigs/kustomize/commits?" + - "q=path:examples/helloWorld/kustomization.yaml&per_page=100", + "path=examples%2FhelloWorld%2Fkustomization.yaml&per_page=100", }, { rc: RequestConfig{ @@ -121,7 +121,7 @@ func TestGithubSearchQuery(t *testing.T) { "examples%201/helloWorld/kustomization.yaml?per_page=100", expectedCommitsQuery: "https://api.github.com/repos/kubernetes-sigs/kustomize/commits?" + - "q=path:examples%201/helloWorld/kustomization.yaml&per_page=100", + "path=examples+1%2FhelloWorld%2Fkustomization.yaml&per_page=100", }, } diff --git a/api/internal/crawl/doc/doc.go b/api/internal/crawl/doc/doc.go index 5e4af4fc4..ec2e031ba 100644 --- a/api/internal/crawl/doc/doc.go +++ b/api/internal/crawl/doc/doc.go @@ -2,6 +2,7 @@ package doc import ( "fmt" + "sort" "strings" "sigs.k8s.io/kustomize/api/k8sdeps/kunstruct" @@ -46,7 +47,7 @@ type set map[string]struct{} func (doc *KustomizationDocument) String() string { return fmt.Sprintf("%s %s %s %v %v %v len(identifiers):%v len(values):%v", doc.RepositoryURL, doc.FilePath, doc.DefaultBranch, doc.CreationTime, - doc.IsSame, doc.Kinds, len(doc.Identifiers), len(doc.Values)) + doc.IsSame, doc.Kinds, len(doc.Identifiers), len(doc.Values)) } // Implements the CrawlerDocument interface. @@ -77,6 +78,9 @@ func (doc *KustomizationDocument) GetResources() ([]*Document, error) { res := make([]*Document, 0, len(k.Resources)) for _, r := range k.Resources { + if strings.TrimSpace(r) == "" { + continue + } next, err := doc.Document.FromRelativePath(r) if err != nil { fmt.Printf("GetResources error: %v\n", err) @@ -116,6 +120,8 @@ func (doc *KustomizationDocument) readBytes() ([]map[string]interface{}, error) return configs, nil } +// ParseYAML parses doc.Document and sets the following fields of doc: +// Kinds, Values, Identifiers. func (doc *KustomizationDocument) ParseYAML() error { doc.Identifiers = make([]string, 0) doc.Values = make([]string, 0) @@ -159,6 +165,13 @@ func (doc *KustomizationDocument) ParseYAML() error { doc.Identifiers = append(doc.Identifiers, key) } + // Without sorting these fields, every time when the string order in these fields changes, + // the document in the index will be updated. + // Sorting these fields are necessary to avoid a document being updated unnecessarily. + sort.Strings(doc.Kinds) + sort.Strings(doc.Values) + sort.Strings(doc.Identifiers) + return nil } diff --git a/api/internal/crawl/doc/docname.go b/api/internal/crawl/doc/docname.go index ee05b2d3f..5afca1290 100644 --- a/api/internal/crawl/doc/docname.go +++ b/api/internal/crawl/doc/docname.go @@ -78,11 +78,17 @@ func (doc *Document) ID() string { } func (doc *Document) RepositoryFullName() string { - doc.RepositoryURL = strings.TrimRight(doc.RepositoryURL, "/") - sections := strings.Split(doc.RepositoryURL, "/") + url := strings.TrimRight(doc.RepositoryURL, "/") + + gitPrefix := "git@github.com:" + if strings.HasPrefix(url, gitPrefix) { + url = url[len(gitPrefix):] + } + + sections := strings.Split(url, "/") l := len(sections) if l < 2 { - return doc.RepositoryURL + return url } return path.Join(sections[l-2], sections[l-1]) } diff --git a/api/internal/crawl/doc/docname_test.go b/api/internal/crawl/doc/docname_test.go index afcd702cb..f1b65dc8f 100644 --- a/api/internal/crawl/doc/docname_test.go +++ b/api/internal/crawl/doc/docname_test.go @@ -92,6 +92,12 @@ func TestDocument_RepositoryFullName(t *testing.T) { }, expectedRepositoryFullName: "", }, + { + doc: Document{ + RepositoryURL: "git@github.com:user/repo", + }, + expectedRepositoryFullName: "user/repo", + }, } for _, tc := range testCases { diff --git a/api/internal/crawl/go.mod b/api/internal/crawl/go.mod index cabc30d5b..3182af6ca 100644 --- a/api/internal/crawl/go.mod +++ b/api/internal/crawl/go.mod @@ -1,13 +1,13 @@ module sigs.k8s.io/kustomize/api/internal/crawl -go 1.13 +go 1.12 require ( - github.com/elastic/go-elasticsearch/v6 v6.8.2 + github.com/elastic/go-elasticsearch/v6 v6.8.5 github.com/gomodule/redigo v2.0.0+incompatible github.com/gorilla/mux v1.7.3 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 github.com/rs/cors v1.7.0 - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/api/internal/crawl/go.sum b/api/internal/crawl/go.sum index 16214211e..00eb47242 100644 --- a/api/internal/crawl/go.sum +++ b/api/internal/crawl/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -44,14 +40,10 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/elastic/go-elasticsearch/v6 v6.8.2 h1:rp5DGrd63V5c6nHLjF6QEXUpZSvs0+QM3ld7m9VhV2g= -github.com/elastic/go-elasticsearch/v6 v6.8.2/go.mod h1:UwaDJsD3rWLM5rKNFzv9hgox93HoX8utj1kxD9aFUcI= +github.com/elastic/go-elasticsearch/v6 v6.8.5 h1:U2HtkBseC1FNBmDr0TR2tKltL6FxoY+niDAlj5M8TK8= +github.com/elastic/go-elasticsearch/v6 v6.8.5/go.mod h1:UwaDJsD3rWLM5rKNFzv9hgox93HoX8utj1kxD9aFUcI= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -95,13 +87,11 @@ github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJA github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU= github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= +github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -115,12 +105,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -132,9 +119,8 @@ github.com/gomodule/redigo v2.0.0+incompatible/go.mod h1:B4C85qUVwatsJoIUNIfCRsp 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= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= +github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -144,18 +130,11 @@ github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm4 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ= github.com/google/uuid v1.1.1/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/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= github.com/gorilla/mux v1.7.3 h1:gnP5JzjVOuiZD07fKKToCAOjS0yOpj/qPETTXCCS6hw= github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= @@ -166,7 +145,6 @@ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgf github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -200,9 +178,7 @@ github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czP github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -217,8 +193,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -251,19 +225,15 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rs/cors v1.7.0 h1:+88SsELBHx5r+hZ8TCkggzSstaWNbDvThkVK8H6f9ik= github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -288,13 +258,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -315,7 +283,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -338,9 +305,8 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b h1:XfVGCX+0T4WOStkaOsJRllbsiImhB2jgVBGc9L0lPGc= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -364,8 +330,7 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5 h1:SW/0nsKCUaozCUtZTakri5laocGx/5bkDSSLrFUsa5s= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -374,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -393,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -418,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -429,8 +390,11 @@ gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= +k8s.io/api v0.17.0 h1:H9d/lw+VkZKEVIUc8F3wgiQ+FUXTTr21M87jXLU7yqM= k8s.io/api v0.17.0/go.mod h1:npsyOePkeP0CPwyGfXDHxvypiYMJxBWAMpQxCaJ4ZxI= +k8s.io/apimachinery v0.17.0 h1:xRBnuie9rXcPxUkDizUsGvPf1cnlZCFu210op7J7LJo= k8s.io/apimachinery v0.17.0/go.mod h1:b9qmWdKlLuU9EBh+06BtLcSf/Mu89rWL33naRxs1uZg= +k8s.io/client-go v0.17.0 h1:8QOGvUGdqDMFrm9sD6IUFl256BcffynGoe80sxgTEDg= k8s.io/client-go v0.17.0/go.mod h1:TYgR6EUHs6k45hb6KWjVD6jFZvJV4gHDikv/It0xz+k= k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= @@ -439,17 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0 h1:e++6JpysnnlUbHmFrv6jvfF5rFlgQ103bS1DO7r5bWA= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0 h1:otg4dLFc03c3gzl+2CV8GPGcd1kk8wjXwD+UhhcCn5I= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/api/internal/crawl/index/elasticsearch.go b/api/internal/crawl/index/elasticsearch.go index 8893dc2e8..3226b4970 100644 --- a/api/internal/crawl/index/elasticsearch.go +++ b/api/internal/crawl/index/elasticsearch.go @@ -6,7 +6,6 @@ import ( "encoding/json" "fmt" "io" - "io/ioutil" "time" es "github.com/elastic/go-elasticsearch/v6" @@ -179,44 +178,47 @@ func (idx *index) DeleteIndex() error { } // Insert or update the document by ID. -func (idx *index) Put(uniqueID string, doc interface{}) (string, error) { - body, err := json.Marshal(doc) +func (idx *index) Put(uniqueID string, doc interface{}) error { + exists, err := idx.Exists(uniqueID) if err != nil { - return "", err + return err } - req := esapi.IndexRequest{ - Index: idx.name, - Body: bytes.NewReader(body), - DocumentID: uniqueID, - } - res, err := req.Do(idx.ctx, idx.client) - - var id string - readId := func(reader io.Reader) error { - type InsertResult struct { - ID string `json:"_id,omitempty"` + if exists { + docBytes, err := json.Marshal(doc) + if err != nil { + return err } - var ir InsertResult - data, err := ioutil.ReadAll(reader) + body := byteJoin(`{"doc":`, docBytes, `}`) + + // For a document with a given id, every call of IndexRequest.Do will increase the version of a document. + // To avoid increasing the document version unnecessarily, use UpdateRequest here. + req := esapi.UpdateRequest{ + Index: idx.name, + Body: bytes.NewReader(body), + DocumentID: uniqueID, + } + res, err := req.Do(idx.ctx, idx.client) + + err = idx.responseErrorOrNil("could not update document", + res, err, ignoreResponseBody) + } else { + body, err := json.Marshal(doc) if err != nil { return err } - err = json.Unmarshal(data, &ir) - if err != nil { - return err + req := esapi.IndexRequest{ + Index: idx.name, + Body: bytes.NewReader(body), + DocumentID: uniqueID, } - id = ir.ID + res, err := req.Do(idx.ctx, idx.client) - return nil + err = idx.responseErrorOrNil("could not insert document", + res, err, ignoreResponseBody) } - - // populates the id field. - err = idx.responseErrorOrNil("could not insert document", - res, err, readId) - - return id, err + return err } type scrollUpdater func(string, readerFunc) error @@ -296,3 +298,24 @@ func (idx *index) Delete(id string) error { fmt.Sprintf("could not delete id(%s) from index(%s)", id, idx.name), res, err, ignoreResponseBody) } + +// Check whether a given document id is in the index +func (idx *index) Exists(id string) (bool, error) { + op := idx.client.Exists + res, err := op( + idx.name, + id, + op.WithContext(idx.ctx), + op.WithPretty(), + ) + + if res != nil && !res.IsError() { + return true, nil + } else if res != nil && res.StatusCode == 404 { + return false, nil + } else { + return false, idx.responseErrorOrNil( + fmt.Sprintf("could not check the existence of id(%s) from index(%s)", id, idx.name), + res, err, ignoreResponseBody) + } +} diff --git a/api/internal/crawl/index/kustomize.go b/api/internal/crawl/index/kustomize.go index 79833d3fd..cedea28bb 100644 --- a/api/internal/crawl/index/kustomize.go +++ b/api/internal/crawl/index/kustomize.go @@ -16,6 +16,12 @@ const ( AggregationKeyword = "aggs" ) +type Mode int +const ( + InsertOrUpdate = iota + Delete +) + // Redefinition of Hits structure. Must match the json string of // KustomizeResult.Hits.Hits. Declared as a convenience for iteration. type KustomizeHits []struct { @@ -293,12 +299,13 @@ func (ki *KustomizeIndex) IterateQuery(query []byte, batchSize int, } // type specific Put for inserting structured kustomization documents. -func (ki *KustomizeIndex) Put(id string, doc *doc.KustomizationDocument) (string, error) { - id, err := ki.index.Put(id, doc) - if err != nil { - return id, fmt.Errorf("could not insert in elastic: %v", err) - } - return id, nil +func (ki *KustomizeIndex) Put(id string, doc *doc.KustomizationDocument) error { + return ki.index.Put(id, doc) +} + +// Delete a document with a given id from the kustomize index. +func (ki *KustomizeIndex) Delete(id string) error { + return ki.index.Delete(id) } // Kustomize search options: What metrics should be returned? Kind Aggregation, diff --git a/api/internal/crawl/search_cmds/creationTime.md b/api/internal/crawl/search_cmds/creationTime.md new file mode 100644 index 000000000..4029e4b0b --- /dev/null +++ b/api/internal/crawl/search_cmds/creationTime.md @@ -0,0 +1,180 @@ +Find out the largest value of the `creationTime` field: +``` +curl -X POST "${ElasticSearchURL}:9200/kustomize/_search?size=0&pretty" -H 'Content-Type: application/json' -d' +{ + "aggs" : { + "max_creationTime" : { "max" : { "field" : "creationTime" } } + } +} +' +``` + +Find out the smallest value of the `creationTime` field: +``` +curl -X POST "${ElasticSearchURL}:9200/kustomize/_search?size=0&pretty" -H 'Content-Type: application/json' -d' +{ + "aggs" : { + "min_creationTime" : { "min" : { "field" : "creationTime" } } + } +} +' +``` + +Find out the smallest value of the `creationTime` field of all the kustomization files: +``` +curl -X POST "${ElasticSearchURL}:9200/kustomize/_search?size=0&pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "bool": { + "filter": [ + { "regexp": { "filePath": ".*/kustomization((.yaml)?|(.yml)?)/*" }} + ] + } + }, + "aggs" : { + "min_creationTime" : { "min" : { "field" : "creationTime" } } + } +} +' +``` + +Find out the smallest value of the `creationTime` field of all kustomize resource files: +``` +curl -X POST "${ElasticSearchURL}:9200/kustomize/_search?size=0&pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "bool": { + "must_not": { + "regexp": { "filePath": ".*/kustomization((.yaml)?|(.yml)?)/*" } + } + } + }, + "aggs" : { + "min_creationTime" : { "min" : { "field" : "creationTime" } } + } +} +' +``` + +Query all the documents whose `creationTime` <= `2016-07-29T17:38:26.000Z`: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "range": { + "creationTime": { + "lte": "2016-07-29T17:38:26.000Z" + } + } + } +} +' +``` + +Query all the documents whose `creationTime` falls within the specific range: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "range": { + "creationTime": { + "gte": "2016-07-29T17:38:26.000Z", + "lte": "2016-08-29T17:38:26.000Z" + } + } + } +} +' +``` + +Aggregate how many new kustomization files were added into Github each month: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?size=0&pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "bool": { + "filter": [ + { "regexp": { "filePath": ".*/kustomization((.yaml)?|(.yml)?)/*" }} + ] + } + }, + "aggs" : { + "newFiles_over_time" : { + "date_histogram" : { + "field" : "creationTime", + "interval" : "month" + } + } + } +} +' +``` + +Aggregate how many new kustomize resource files were added into Github each month: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?size=0&pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "bool": { + "must_not": [ + { "regexp": { "filePath": ".*/kustomization((.yaml)?|(.yml)?)/*" }} + ] + } + }, + "aggs" : { + "newFiles_over_time" : { + "date_histogram" : { + "field" : "creationTime", + "interval" : "month" + } + } + } +} +' +``` + +Aggregate how many new kustomization files were added into Github each year: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?size=0&pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "bool": { + "filter": [ + { "regexp": { "filePath": ".*/kustomization((.yaml)?|(.yml)?)/*" }} + ] + } + }, + "aggs" : { + "newFiles_over_time" : { + "date_histogram" : { + "field" : "creationTime", + "interval" : "year" + } + } + } +} +' +``` + +Aggregate how many new kustomize resource files were added into Github each year: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?size=0&pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "bool": { + "must_not": [ + { "regexp": { "filePath": ".*/kustomization((.yaml)?|(.yml)?)/*" }} + ] + } + }, + "aggs" : { + "newFiles_over_time" : { + "date_histogram" : { + "field" : "creationTime", + "interval" : "year" + } + } + } +} +' +``` \ No newline at end of file diff --git a/api/internal/crawl/search_cmds/defaultBranch.md b/api/internal/crawl/search_cmds/defaultBranch.md new file mode 100644 index 000000000..89822d4c6 --- /dev/null +++ b/api/internal/crawl/search_cmds/defaultBranch.md @@ -0,0 +1,32 @@ +Count distinct values of the `defaultBranch` field: +``` +curl -X POST "${ElasticSearchURL}:9200/kustomize/_search?size=0&pretty" -H 'Content-Type: application/json' -d' +{ + "aggs" : { + "defaultBranch_count" : { + "cardinality" : { + "field" : "defaultBranch", + "precision_threshold": 40000 + } + } + } +} +' +``` + +List all the github branches where kustomization files and kustomize resource files live, +and how many kustomization files and kustomize resource files live in each branch: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "aggs" : { + "defaultBranch" : { + "terms" : { + "field" : "defaultBranch", + "size": 41 + } + } + } +} +' +``` \ No newline at end of file diff --git a/api/internal/crawl/search_cmds/fieldExistence.md b/api/internal/crawl/search_cmds/fieldExistence.md new file mode 100644 index 000000000..591abdbff --- /dev/null +++ b/api/internal/crawl/search_cmds/fieldExistence.md @@ -0,0 +1,55 @@ +Count the documents whose `document` field is empty (The reason why the `document` field +of a document is empty is because of empty documents): +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "size": 10000, + "query": { + "bool": { + "must_not": { + "exists": { + "field": "document" + } + } + } + } +} +' +``` + +Find all the documents having the `creationTime` field set: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "exists": { + "field": "creationTime" + } + } +} +' +``` + +Find all the documents whose `creationTime` field is not set: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "size": 10000, + "query": { + "bool": { + "must_not": { + "exists": { + "field": "creationTime" + } + } + } + } +} +' +``` + +The following fields of a document in the kustomize index are always non-empty: +`repositoryUrl`, `filePath`, `defaultBranch`. + +The following fields of a document in the kustomize index may be empty: +`kinds`, `identifiers`, `values`. diff --git a/api/internal/crawl/search_cmds/keyword_search.md b/api/internal/crawl/search_cmds/keyword_search.md new file mode 100644 index 000000000..db703e91a --- /dev/null +++ b/api/internal/crawl/search_cmds/keyword_search.md @@ -0,0 +1,66 @@ +Count the documents in the index whose `repositoryUrl` field starts with +`https://github.com/`: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "bool": { + "filter": [ + { "regexp": { "repositoryUrl": "https://github.com/.*" }} + ] + } + } +} +' +``` + +Count the documents in the index whose `repositoryUrl` field does not start with +`https://github.com/`: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "bool": { + "must_not": [ + { "regexp": { "repositoryUrl": "https://github.com/.*" }} + ] + } + } +} +' +``` + +Search all the documents matching the given `repositoryUrl` and `filePath`, and return +a version for each search hit: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "size": 10000, + "version": true, + "query": { + "bool": { + "filter": [ + { "regexp": { "repositoryUrl": "git@github.com:talos-systems/talos-controller-manager" }}, + { "regexp": { "filePath": "hack/config.*" }} + ] + } + } +} +' +``` + +Search all the documents whose filePath ends with one of these following three filenames: +`kustomization.yaml`, `kustomization.yml`, `kustomization`: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "bool": { + "filter": [ + { "regexp": { "filePath": ".*/kustomization((.yaml)?|(.yml)?)/*" }} + ] + } + } +} +' +``` \ No newline at end of file diff --git a/api/internal/crawl/search_cmds/misc.md b/api/internal/crawl/search_cmds/misc.md new file mode 100644 index 000000000..ac2659d62 --- /dev/null +++ b/api/internal/crawl/search_cmds/misc.md @@ -0,0 +1,19 @@ +Check the health status of an ElasticSearch cluster: +``` +curl -X GET "${ElasticSearchURL}:9200/_cat/health?v&pretty" +``` + +Check the indices in an ElasticSearch cluster: +``` +curl "${ElasticSearchURL}:9200/_cat/indices?v" +``` + +Get the mapping of the index: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_mapping?pretty" +``` + +Delete the kustomize index from the ElasticSearch cluster (**Use this command with caution**): +``` +curl -X DELETE "${ElasticSearchURL}:9200/kustomize?pretty" +``` \ No newline at end of file diff --git a/api/internal/crawl/search_cmds/repositoryUrl.md b/api/internal/crawl/search_cmds/repositoryUrl.md new file mode 100644 index 000000000..ef7802e04 --- /dev/null +++ b/api/internal/crawl/search_cmds/repositoryUrl.md @@ -0,0 +1,125 @@ +Count distinct values of the `repositoryUrl` field: +``` +curl -X POST "${ElasticSearchURL}:9200/kustomize/_search?size=0&pretty" -H 'Content-Type: application/json' -d' +{ + "aggs" : { + "repositoryUrl_count" : { + "cardinality" : { + "field" : "repositoryUrl", + "precision_threshold": 40000 + } + } + } +} +' +``` + +Count how many Github repositories include kustomization files: +``` +curl -X POST "${ElasticSearchURL}:9200/kustomize/_search?size=0&pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "bool": { + "filter": [ + { "regexp": { "filePath": ".*/kustomization((.yaml)?|(.yml)?)/*" }} + ] + } + }, + "aggs" : { + "repositoryUrl_count" : { + "cardinality" : { + "field" : "repositoryUrl", + "precision_threshold": 40000 + } + } + } +} +' +``` + +Count how many Github repositories include kustomize resource files: +``` +curl -X POST "${ElasticSearchURL}:9200/kustomize/_search?size=0&pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "bool": { + "must_not": { + "regexp": { "filePath": ".*/kustomization((.yaml)?|(.yml)?)/*" } + } + } + }, + "aggs" : { + "repositoryUrl_count" : { + "cardinality" : { + "field" : "repositoryUrl", + "precision_threshold": 40000 + } + } + } +} +' +``` + +List all the github repositories including kustomization files and kustomize resource files, +and how many kustomization files and kustomize resource files each github repository includes +(the github repository including the most kustomization files is listed first): +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?size=0&pretty" -H 'Content-Type: application/json' -d' +{ + "aggs" : { + "repositoryUrl" : { + "terms" : { + "field" : "repositoryUrl", + "size": 2082 + } + } + } +} +' +``` + +List the top 20 Github repositories including the most amount of kustomization files: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?size=0&pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "bool": { + "filter": [ + { "regexp": { "filePath": ".*/kustomization((.yaml)?|(.yml)?)/*" }} + ] + } + }, + "aggs" : { + "repositoryUrl" : { + "terms" : { + "field" : "repositoryUrl", + "size": 20 + } + } + } +} +' +``` + +List the top 20 Github repositories including the most amount of kustomize resource files: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?size=0&pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "bool": { + "must_not": { + "regexp": { "filePath": ".*/kustomization((.yaml)?|(.yml)?)/*" } + } + } + }, + "aggs" : { + "repositoryUrl" : { + "terms" : { + "field" : "repositoryUrl", + "size": 20 + } + } + } +} +' +``` \ No newline at end of file diff --git a/api/internal/crawl/search_cmds/text_search.md b/api/internal/crawl/search_cmds/text_search.md new file mode 100644 index 000000000..37a7701b5 --- /dev/null +++ b/api/internal/crawl/search_cmds/text_search.md @@ -0,0 +1,148 @@ +Search for all the kustomize resource files including a Deployment object: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "match" : { + "kinds" : { + "query" : "Deployment" + } + } + } +} +' +``` + +Search for all the kustomize resource files including a Deployment object, but only +including the `kinds` field in the result: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "_source": { + "includes": ["kinds"] + }, + "query": { + "match" : { + "kinds" : { + "query" : "Deployment" + } + } + } +} +' +``` + +Search for all the kustomize resource files including both a Deployment object and +a Service object: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "match" : { + "kinds" : { + "query" : "Deployment Service", + "operator" : "and" + } + } + } +} +' +``` + +Count the number of documents including Deployment and the number of documents +including Service: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "size": 0, + "aggs" : { + "messages" : { + "filters" : { + "filters" : { + "Deployment" : { "match" : { "kinds" : "Deployment" }}, + "Service" : { "match" : { "kinds" : "Service" }} + } + } + } + } +} +' +``` + +Search for all the kustomization files involving CRDs: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "size": 10000, + "query": { + "match" : { + "identifiers" : { + "query" : "crds" + } + } + } +} +' +``` + +Search for all the kustomization files defining configMapGenerator: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "size": 10000, + "query": { + "match" : { + "identifiers" : { + "query" : "configMapGenerator" + } + } + } +} +' +``` + +Search for all the documents having a `kind` field: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "bool": { + "filter": [ + { "match" : { "identifiers" : { "query" : "kind" }}} + ] + } + } +} +' +``` + +Search for all the kuostmization files having a `kind` field: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "bool": { + "filter": [ + { "regexp": { "filePath": ".*/kustomization((.yaml)?|(.yml)?)" }}, + { "match" : { "identifiers" : { "query" : "kind" }}} + ] + } + } +} +' +``` + +Search for all the kustomization files defining the `generatorOptions:disableNameSuffixHash` feature: +``` +curl -X GET "${ElasticSearchURL}:9200/kustomize/_search?pretty" -H 'Content-Type: application/json' -d' +{ + "query": { + "match" : { + "identifiers" : { + "query" : "generatorOptions:disableNameSuffixHash" + } + } + } +} +' +``` \ No newline at end of file diff --git a/api/internal/tools/tools.go b/api/internal/tools/tools.go index 302d2b4d7..ac7ae28e9 100644 --- a/api/internal/tools/tools.go +++ b/api/internal/tools/tools.go @@ -15,8 +15,6 @@ import ( _ "golang.org/x/tools/cmd/stringer" // for lint checks _ "github.com/golangci/golangci-lint/cmd/golangci-lint" - // for integration tests driven by the examples - _ "github.com/monopole/mdrip" // REMOVED pluginator from this process, and leaving // this note to discourage its reintroduction, // because pluginator depends on the api, forcing diff --git a/api/konfig/builtinpluginconsts/varreference.go b/api/konfig/builtinpluginconsts/varreference.go index 823745716..dbf2b45be 100644 --- a/api/konfig/builtinpluginconsts/varreference.go +++ b/api/konfig/builtinpluginconsts/varreference.go @@ -190,5 +190,7 @@ varReference: kind: StatefulSet - path: metadata/labels + +- path: metadata/annotations ` ) diff --git a/api/krusty/baseandoverlaymedium_test.go b/api/krusty/baseandoverlaymedium_test.go index 19bd3d8da..c207a18d2 100644 --- a/api/krusty/baseandoverlaymedium_test.go +++ b/api/krusty/baseandoverlaymedium_test.go @@ -153,9 +153,9 @@ FRUIT=banana LEGUME=chickpea `) th.WriteF("/app/overlay/configmap/dummy.txt", - `Lorem ipsum dolor sit amet, consectetur -adipiscing elit, sed do eiusmod tempor -incididunt ut labore et dolore magna aliqua. + `Lorem ipsum dolor sit amet, consectetur +adipiscing elit, sed do eiusmod tempor +incididunt ut labore et dolore magna aliqua. `) th.WriteF("/app/overlay/deployment/deployment.yaml", ` apiVersion: apps/v1 @@ -292,8 +292,10 @@ metadata: --- apiVersion: v1 data: - nonsense: "Lorem ipsum dolor sit amet, consectetur\nadipiscing elit, sed do eiusmod - tempor\nincididunt ut labore et dolore magna aliqua. \n" + nonsense: | + Lorem ipsum dolor sit amet, consectetur + adipiscing elit, sed do eiusmod tempor + incididunt ut labore et dolore magna aliqua. kind: ConfigMap metadata: annotations: @@ -302,6 +304,6 @@ metadata: app: mungebot org: kubernetes repo: test-infra - name: test-infra-app-config-f462h769f9 + name: test-infra-app-config-4mt28b5bg2 `) } diff --git a/api/krusty/variableref_test.go b/api/krusty/variableref_test.go index 8ca85f9fc..37b9bf082 100644 --- a/api/krusty/variableref_test.go +++ b/api/krusty/variableref_test.go @@ -1157,6 +1157,8 @@ vars: name: my-deployment labels: my-label: $(NAMESPACE) + annotations: + my-annotation: $(NAMESPACE) spec: template: spec: @@ -1176,6 +1178,8 @@ vars: apiVersion: apps/v1 kind: Deployment metadata: + annotations: + my-annotation: my-namespace labels: my-label: my-namespace name: my-deployment diff --git a/api/kv/kv.go b/api/kv/kv.go index b887e583c..25a2e8476 100644 --- a/api/kv/kv.go +++ b/api/kv/kv.go @@ -9,6 +9,7 @@ import ( "fmt" "os" "path" + "regexp" "strings" "unicode" "unicode/utf8" @@ -85,11 +86,17 @@ func (kvl *loader) keyValuesFromFileSources(sources []string) ([]types.Pair, err if err != nil { return nil, err } - kvs = append(kvs, types.Pair{Key: k, Value: string(content)}) + kvs = append(kvs, types.Pair{Key: k, Value: trimTrailingSpacesInLines(string(content))}) } return kvs, nil } +// trimTrailingSpacesInLines takes string with multiple lines and trims the trailing white spaces and tabs from each line. +func trimTrailingSpacesInLines(str string) string { + re := regexp.MustCompile(`\s*\n`) + return re.ReplaceAllString(str, "\n") +} + func (kvl *loader) keyValuesFromEnvFiles(paths []string) ([]types.Pair, error) { var kvs []types.Pair for _, p := range paths { diff --git a/api/kv/kv_test.go b/api/kv/kv_test.go index bc362adce..25b628197 100644 --- a/api/kv/kv_test.go +++ b/api/kv/kv_test.go @@ -95,3 +95,12 @@ func TestKeyValuesFromFileSources(t *testing.T) { } } } + +func TestTrimTrailingSpacesInLines(t *testing.T) { + input := "\"fooKey\": \"fooValue\" \t\n\t\"barKey\": \"barValue\"" + expected := "\"fooKey\": \"fooValue\"\n\t\"barKey\": \"barValue\"" + res := trimTrailingSpacesInLines(input) + if !reflect.DeepEqual(res, expected) { + t.Errorf("Trim trailing spaces in lines should succeed, got: %s exptected: %s", res, expected) + } +} diff --git a/cmd/config/complete/complete.go b/cmd/config/complete/complete.go index 65e865003..2442fe4e1 100644 --- a/cmd/config/complete/complete.go +++ b/cmd/config/complete/complete.go @@ -52,6 +52,10 @@ func Complete(cmd *cobra.Command) *complete.Command { Flags: map[string]complete.Predictor{}, Sub: map[string]*complete.Command{}, } + if strings.Contains(cmd.Use, "DIR") { + // if usage contains directory, then use a file predictor + cc.Args = predict.Dirs("*") + } // add completion for each subcommand for i := range cmd.Commands() { diff --git a/cmd/config/configcobra/cmds.go b/cmd/config/configcobra/cmds.go index 0fd9c86bd..6151809a5 100644 --- a/cmd/config/configcobra/cmds.go +++ b/cmd/config/configcobra/cmds.go @@ -74,10 +74,14 @@ func NewConfigCommand(name string) *cobra.Command { root.AddCommand(commands.CatCommand(name)) root.AddCommand(commands.FmtCommand(name)) root.AddCommand(commands.MergeCommand(name)) + root.AddCommand(commands.Merge3Command(name)) root.AddCommand(commands.CountCommand(name)) root.AddCommand(commands.RunFnCommand(name)) - root.AddCommand(commands.SubCommand(name)) - root.AddCommand(commands.SubSetCommand(name)) + root.AddCommand(commands.SetCommand(name)) + root.AddCommand(commands.ListSettersCommand(name)) + root.AddCommand(commands.CreateSetterCommand(name)) + root.AddCommand(commands.SinkCommand(name)) + root.AddCommand(commands.SourceCommand(name)) root.AddCommand(&cobra.Command{ Use: "docs-merge", @@ -91,8 +95,13 @@ func NewConfigCommand(name string) *cobra.Command { }) root.AddCommand(&cobra.Command{ Use: "docs-fn", - Short: "[Alpha] Documentation for writing containerized functions run by run.", - Long: api.ConfigFnLong, + Short: "[Alpha] Documentation for developing and invoking Configuration Functions.", + Long: api.FunctionsImplLong, + }) + root.AddCommand(&cobra.Command{ + Use: "docs-fn-spec", + Short: "[Alpha] Documentation for Configuration Functions Specification.", + Long: api.FunctionsSpecLong, }) root.AddCommand(&cobra.Command{ Use: "docs-io-annotations", diff --git a/cmd/config/docs/api-conventions/config-fn.md b/cmd/config/docs/api-conventions/config-fn.md deleted file mode 100644 index ca159ebae..000000000 --- a/cmd/config/docs/api-conventions/config-fn.md +++ /dev/null @@ -1,281 +0,0 @@ -# Configuration Functions API Semantics - - Configuration Functions are functions packaged as executables in containers which enable - **shift-left practices**. They configure applications and infrastructure through - Kubernetes style Resource Configuration, but run locally pre-commit. - - Configuration functions enable shift-left practices (client-side) through: - - - Pre-commit / delivery validation and linting of configuration - - e.g. Fail if any containers don't have PodSecurityPolicy or CPU / Memory limits - - Implementation of abstractions as client actuated APIs (e.g. templating) - - e.g. Create a client-side *"CRD"* for generating configuration checked into git - - Aspect Orient configuration / Injection of cross-cutting configuration - - e.g. T-Shirt size containers by annotating Resources with `small`, `medium`, `large` - and inject the cpu and memory resources into containers accordingly. - - e.g. Inject `init` and `side-car` containers into Resources based off of Resource - Type, annotations, etc. - - Performing these on the client rather than the server enables: - - - Configuration to be reviewed prior to being sent to the API server - - Configuration to be validated as part of the CD pipeline - - Configuration for Resources to validated holistically rather than individually - per-Resource -- e.g. ensure the `Service.selector` and `Deployment.spec.template` labels - match. - - MutatingWebHooks are scoped to a single Resource instance at a time. - - Low-level tweaks to the output of high-level abstractions -- e.g. add an `init container` - to a client *"CRD"* Resource after it was generated. - - Composition and layering of multiple functions together - - Compose generation, injection, validation together - - Configuration Functions are implemented as executable programs published in containers which: - - - Accept as input (stdin): - - A list of Resource Configuration - - A Function Configuration (to configure the function itself) - - Emit as output (stdout + exit): - - A list of Resource Configuration - - An exit code for success / failure - -### Function Specification - - - Functions **SHOULD** be published as container images containing a `CMD` invoking an executable. - - Functions **MUST** accept input on STDIN a `ResourceList` containing the Resources and - `functionConfig`. - - Functions **MUST** emit output on STDOUT a `ResourceList` containing the modified - Resources. - - Functions **MUST** exit non-0 on failure, and exit 0 on success. - - Functions **MAY** emit output on STDERR with error messaging. - - Functions performing validation **SHOULD** exit failure and emit error messaging - on a validation failure. - - Functions generating Resources **SHOULD** retain non-conflicting changes on the - generated Resources -- e.g. 1. the function generates a Deployment, but doesn't - specify `cpu`, 2. the user sets the `cpu` on the generated Resource, 3. the - function should keep the `cpu` when regenerating the Resource a second time. - - Functions **SHOULD** be usable outside `kustomize config run` -- e.g. though pipeline - mechanisms such as Tekton. - -#### Input Format - - Functions must accept on STDIN: - - `ResourceList`: - - contains `items` field, same as `List.items` - - contains `functionConfig` field -- a single item with the configuration for the function itself - - Example `ResourceList` Input: - - apiVersion: config.kubernetes.io/v1alpha1 - kind: ResourceList - functionConfig: - apiVersion: example.com/v1beta1 - kind: Nginx - metadata: - name: my-instance - annotations: - config.kubernetes.io/local-config: "true" - spec: - replicas: 5 - items: - - apiVersion: apps/v1 - kind: Deployment - metadata: - name: my-instance - spec: - replicas: 3 - ... - - apiVersion: v1 - kind: Service - metadata: - name: my-instance - spec: - ... - -#### Output Format - - Functions must emit on STDOUT: - - `ResourceList`: - - contains `items` field, same as `List.items` - - Example `ResourceList` Output: - - apiVersion: config.kubernetes.io/v1alpha1 - kind: ResourceList - items: - - apiVersion: apps/v1 - kind: Deployment - metadata: - name: my-instance - spec: - replicas: 5 - ... - - apiVersion: v1 - kind: Service - metadata: - name: my-instance - spec: - ... - -#### Container Environment - - When run by `kustomize config run`, functions are run in containers with the - following environment: - - - Network: `none` - - User: `nobody` - - Security Options: `no-new-privileges` - - Volumes: the volume containing the `functionConfig` yaml is mounted under `/local` as `ro` - -### Example Function Implementation - - Following is an example for implementing an nginx abstraction using a config - function. - -#### `nginx-template.sh` - - `nginx-template.sh` is a simple bash script which uses a *heredoc* as a templating solution - for generating Resources from the functionConfig input fields. - - The script wraps itself using `config run wrap -- $0` which will: - - 1. Parse the `ResourceList.functionConfig` (provided to the container stdin) into env vars - 2. Merge the stdout into the original list of Resources - 3. Defaults filenames for newly generated Resources (if they are not set as annotations) - to `config/NAME_KIND.yaml` - 4. Format the output - - #!/bin/bash - # script must run wrapped by `kustomize config run wrap` - # for parsing input the functionConfig into env vars - if [ -z ${WRAPPED} ]; then - export WRAPPED=true - config run wrap -- $0 - exit $? - fi - - cat < 1 { + r.Lookup.Name = args[1] + } + return nil +} + +func (r *ListSettersRunner) runE(c *cobra.Command, args []string) error { + return handleError(c, lookup(r.Lookup, c, args)) +} diff --git a/cmd/config/internal/commands/cmdset.go b/cmd/config/internal/commands/cmdset.go new file mode 100644 index 000000000..0b40a3c4d --- /dev/null +++ b/cmd/config/internal/commands/cmdset.go @@ -0,0 +1,130 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package commands + +import ( + "fmt" + "os" + + "github.com/olekukonko/tablewriter" + "github.com/spf13/cobra" + "sigs.k8s.io/kustomize/cmd/config/internal/generateddocs/commands" + "sigs.k8s.io/kustomize/kyaml/kio" + "sigs.k8s.io/kustomize/kyaml/setters" +) + +// NewSetRunner returns a command runner. +func NewSetRunner(parent string) *SetRunner { + r := &SetRunner{} + c := &cobra.Command{ + Use: "set DIR [NAME] [VALUE]", + Args: cobra.RangeArgs(1, 3), + Short: commands.SetShort, + Long: commands.SetLong, + Example: commands.SetExamples, + PreRunE: r.preRunE, + RunE: r.runE, + } + fixDocs(parent, c) + r.Command = c + c.Flags().StringVar(&r.Perform.SetBy, "set-by", "", + "annotate the field with who set it") + c.Flags().StringVar(&r.Perform.Description, "description", "", + "annotate the field with a description of its value") + + return r +} + +func SetCommand(parent string) *cobra.Command { + return NewSetRunner(parent).Command +} + +type SetRunner struct { + Command *cobra.Command + Lookup setters.LookupSetters + Perform setters.PerformSetters +} + +func (r *SetRunner) preRunE(c *cobra.Command, args []string) error { + if len(args) > 1 { + r.Perform.Name = args[1] + r.Lookup.Name = args[1] + } + if len(args) > 2 { + r.Perform.Value = args[2] + } + + return nil +} + +func (r *SetRunner) runE(c *cobra.Command, args []string) error { + + if len(args) == 3 { + return handleError(c, r.perform(c, args)) + } + + return handleError(c, lookup(r.Lookup, c, args)) +} + +func lookup(l setters.LookupSetters, c *cobra.Command, args []string) error { + // lookup the setters + err := kio.Pipeline{ + Inputs: []kio.Reader{&kio.LocalPackageReader{PackagePath: args[0]}}, + Filters: []kio.Filter{&l}, + }.Execute() + if err != nil { + return err + } + + table := tablewriter.NewWriter(c.OutOrStdout()) + table.SetRowLine(false) + table.SetBorder(false) + table.SetHeaderLine(false) + table.SetColumnSeparator(" ") + table.SetCenterSeparator(" ") + table.SetAlignment(tablewriter.ALIGN_LEFT) + table.SetHeader([]string{ + "NAME", "DESCRIPTION", "VALUE", "TYPE", "COUNT", "SETBY", + }) + for i := range l.SetterCounts { + s := l.SetterCounts[i] + v := s.Value + if s.Value == "" { + v = s.Value + } + table.Append([]string{ + s.Name, + "'" + s.Description + "'", + v, + fmt.Sprintf("%v", s.Type), + fmt.Sprintf("%d", s.Count), + s.SetBy, + }) + } + table.Render() + + if len(l.SetterCounts) == 0 { + // exit non-0 if no matching setters are found + os.Exit(1) + } + return nil +} + +// perform the setters +func (r *SetRunner) perform(c *cobra.Command, args []string) error { + rw := &kio.LocalPackageReadWriter{ + PackagePath: args[0], + } + // perform the setters in the package + err := kio.Pipeline{ + Inputs: []kio.Reader{rw}, + Filters: []kio.Filter{&r.Perform}, + Outputs: []kio.Writer{rw}, + }.Execute() + if err != nil { + return err + } + fmt.Fprintf(c.OutOrStdout(), "set %d fields\n", r.Perform.Count) + return nil +} diff --git a/cmd/config/internal/commands/cmdsub.go b/cmd/config/internal/commands/cmdsub.go deleted file mode 100644 index ebb8e6f19..000000000 --- a/cmd/config/internal/commands/cmdsub.go +++ /dev/null @@ -1,162 +0,0 @@ -// Copyright 2019 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package commands - -import ( - "fmt" - "os" - - "github.com/olekukonko/tablewriter" - "github.com/spf13/cobra" - "sigs.k8s.io/kustomize/cmd/config/internal/generateddocs/commands" - "sigs.k8s.io/kustomize/cmd/config/internal/sub" - "sigs.k8s.io/kustomize/kyaml/errors" - "sigs.k8s.io/kustomize/kyaml/kio" -) - -// NewSubRunner returns a command runner. -func NewSubRunner(parent string) *SubRunner { - r := &SubRunner{} - c := &cobra.Command{ - Use: "set DIR [NAME] [VALUE]", - Args: cobra.RangeArgs(1, 3), - Short: commands.SubShort, - Long: commands.SubLong, - Example: commands.SubExamples, - Aliases: []string{"sub"}, - PreRunE: r.preRunE, - RunE: r.runE, - } - c.Flags().BoolVar(&r.Perform.Override, "override", true, - "override previously substituted values.") - c.Flags().BoolVar(&r.Perform.Revert, "revert", false, - "override previously substituted values.") - fixDocs(parent, c) - r.Command = c - c.AddCommand(SubSetCommand(parent)) - return r -} - -func SubCommand(parent string) *cobra.Command { - return NewSubRunner(parent).Command -} - -type SubRunner struct { - Command *cobra.Command - Lookup sub.LookupSubstitutions - Perform sub.PerformSubstitutions -} - -func (r *SubRunner) preRunE(c *cobra.Command, args []string) error { - if len(args) > 1 { - r.Perform.Name = args[1] - r.Lookup.Name = args[1] - } - if len(args) > 2 { - r.Perform.NewValue = args[2] - } - if len(args) < 2 && r.Perform.Revert { - return errors.Errorf("must specify NAME with --revert") - } - - var mutex int - if r.Perform.Revert { - mutex++ - } - if r.Perform.Override { - mutex++ - } - if mutex > 1 { - return errors.Errorf("--revert, --override are mutually exclusive") - } - - return nil -} - -func (r *SubRunner) runE(c *cobra.Command, args []string) error { - - if len(args) == 3 { - return handleError(c, r.perform(c, args)) - } - if len(args) == 2 && r.Perform.Revert { - return handleError(c, r.perform(c, args)) - } - - return handleError(c, r.lookup(c, args)) -} - -func (r *SubRunner) lookup(c *cobra.Command, args []string) error { - // lookup the substitutions - err := kio.Pipeline{ - Inputs: []kio.Reader{&kio.LocalPackageReader{PackagePath: args[0]}}, - Filters: []kio.Filter{&r.Lookup}, - }.Execute() - if err != nil { - return err - } - - remaining := false - table := tablewriter.NewWriter(c.OutOrStdout()) - table.SetRowLine(false) - table.SetBorder(false) - table.SetHeaderLine(false) - table.SetColumnSeparator(" ") - table.SetCenterSeparator(" ") - table.SetAlignment(tablewriter.ALIGN_LEFT) - table.SetHeader([]string{ - "NAME", "DESCRIPTION", "VALUE", "TYPE", "COUNT", "SUBSTITUTED", "OWNER", - }) - for i := range r.Lookup.SubstitutionCounts { - s := r.Lookup.SubstitutionCounts[i] - remaining = remaining || s.Count > s.CountComplete - v := s.CurrentValue - if s.CurrentValue == "" { - v = s.Marker - } - table.Append([]string{ - s.Name, - "'" + s.Description + "'", - v, - fmt.Sprintf("%v", s.Type), - fmt.Sprintf("%d", s.Count), - fmt.Sprintf("%v", s.Count == s.CountComplete), - s.OwnedBy, - }) - } - table.Render() - - if remaining { - os.Exit(1) - } - return nil -} - -// perform the substitutions -func (r *SubRunner) perform(c *cobra.Command, args []string) error { - rw := &kio.LocalPackageReadWriter{ - PackagePath: args[0], - } - // perform the substitutions in the package - err := kio.Pipeline{ - Inputs: []kio.Reader{rw}, - Filters: []kio.Filter{&r.Perform}, - Outputs: []kio.Writer{rw}, - }.Execute() - if err != nil { - return err - } - fmt.Fprintf(c.OutOrStdout(), "performed %d substitutions\n", r.Perform.Count) - return nil -} diff --git a/cmd/config/internal/commands/cmdsubcreate.go b/cmd/config/internal/commands/cmdsubcreate.go deleted file mode 100644 index ee9378b64..000000000 --- a/cmd/config/internal/commands/cmdsubcreate.go +++ /dev/null @@ -1,93 +0,0 @@ -// Copyright 2019 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package commands - -import ( - "github.com/spf13/cobra" - "sigs.k8s.io/kustomize/cmd/config/internal/generateddocs/commands" - "sigs.k8s.io/kustomize/cmd/config/internal/sub" - "sigs.k8s.io/kustomize/kyaml/kio" -) - -// NewSubSetRunner returns a command runner. -func NewSubSetRunner(parent string) *SubSetRunner { - r := &SubSetRunner{} - set := &cobra.Command{ - Use: "create PKG_DIR NAME [VALUE]", - Args: cobra.ExactArgs(3), - Short: commands.SubsetShort, - Long: commands.SubsetLong, - Example: commands.SubsetExamples, - PreRunE: r.preRunE, - RunE: r.runE, - } - set.Flags().StringVar(&r.Set.Marker.OwnedBy, "owned-by", "", - "set this owner on for the current value.") - set.Flags().StringVar(&r.Set.Marker.Description, "description", "", - "set this description for the current value description.") - set.Flags().StringVar(&r.Set.Marker.Substitution.Marker, "marker", "[MARKER]", - "use this marker.") - set.Flags().StringVar(&r.Set.Marker.Field, "field", "", - "name of the field to set -- e.g. --field port") - set.Flags().StringVar(&r.Set.ResourceMeta.Name, "name", "", - "name of the Resource on which to set the substitution.") - set.Flags().StringVar(&r.Set.ResourceMeta.Kind, "kind", "", - "kind of the Resource on which to set substitution.") - set.Flags().StringVar(&r.Set.Marker.Type, "type", "", - "field type -- e.g. int,float,bool,string.") - set.Flags().BoolVar(&r.Set.Marker.PartialMatch, "substring", false, - "if true, the value may be a substring of the current value.") - fixDocs(parent, set) - set.MarkFlagRequired("type") - set.MarkFlagRequired("field") - r.Command = set - return r -} - -func SubSetCommand(parent string) *cobra.Command { - return NewSubSetRunner(parent).Command -} - -type SubSetRunner struct { - Command *cobra.Command - Set sub.SetSubstitutionMarker -} - -func (r *SubSetRunner) runE(c *cobra.Command, args []string) error { - return handleError(c, r.set(c, args)) -} - -func (r *SubSetRunner) preRunE(c *cobra.Command, args []string) error { - r.Set.Marker.Substitution.Name = args[1] - r.Set.Marker.Substitution.Value = args[2] - return nil -} - -// perform the substitutions -func (r *SubSetRunner) set(c *cobra.Command, args []string) error { - rw := &kio.LocalPackageReadWriter{ - PackagePath: args[0], - } - // add the substitution marker to the Resource - err := kio.Pipeline{ - Inputs: []kio.Reader{rw}, - Filters: []kio.Filter{&r.Set}, - Outputs: []kio.Writer{rw}, - }.Execute() - if err != nil { - return err - } - return nil -} diff --git a/cmd/config/internal/commands/cmdwrap_test.go b/cmd/config/internal/commands/cmdwrap_test.go index 0424f0120..a55a951e5 100644 --- a/cmd/config/internal/commands/cmdwrap_test.go +++ b/cmd/config/internal/commands/cmdwrap_test.go @@ -78,8 +78,8 @@ items: name: test app: nginx annotations: - config.kubernetes.io/index: 0 - config.kubernetes.io/path: config/test_deployment.yaml + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'config/test_deployment.yaml' spec: replicas: 11 selector: @@ -109,8 +109,8 @@ items: name: test app: nginx annotations: - config.kubernetes.io/index: 0 - config.kubernetes.io/path: config/test_service.yaml + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'config/test_service.yaml' spec: selector: name: test @@ -133,8 +133,8 @@ items: name: test app: nginx annotations: - config.kubernetes.io/index: 0 - config.kubernetes.io/path: config/test_deployment.yaml + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'config/test_deployment.yaml' spec: replicas: 11 selector: @@ -161,8 +161,8 @@ items: name: test app: nginx annotations: - config.kubernetes.io/index: 0 - config.kubernetes.io/path: config/test_service.yaml + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'config/test_service.yaml' spec: selector: name: test @@ -185,8 +185,8 @@ items: name: test app: nginx annotations: - config.kubernetes.io/index: 0 - config.kubernetes.io/path: config/test_deployment.yaml + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'config/test_deployment.yaml' spec: replicas: 11 selector: @@ -216,8 +216,8 @@ items: name: test app: nginx annotations: - config.kubernetes.io/index: 0 - config.kubernetes.io/path: config/test_service.yaml + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'config/test_service.yaml' spec: selector: name: test diff --git a/cmd/config/internal/commands/fmt.go b/cmd/config/internal/commands/fmt.go index e71832268..d175d6bc9 100644 --- a/cmd/config/internal/commands/fmt.go +++ b/cmd/config/internal/commands/fmt.go @@ -14,7 +14,7 @@ import ( func GetFmtRunner(name string) *FmtRunner { r := &FmtRunner{} c := &cobra.Command{ - Use: "fmt", + Use: "fmt DIR...", Short: commands.FmtShort, Long: commands.FmtLong, Example: commands.FmtExamples, diff --git a/cmd/config/internal/commands/grep_test.go b/cmd/config/internal/commands/grep_test.go index d1dd521c7..6c6f15f86 100644 --- a/cmd/config/internal/commands/grep_test.go +++ b/cmd/config/internal/commands/grep_test.go @@ -75,9 +75,8 @@ metadata: name: foo annotations: app: nginx2 - config.kubernetes.io/index: 0 - config.kubernetes.io/package: . - config.kubernetes.io/path: f1.yaml + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'f1.yaml' spec: replicas: 1 --- @@ -86,9 +85,8 @@ metadata: name: foo annotations: app: nginx - config.kubernetes.io/index: 1 - config.kubernetes.io/package: . - config.kubernetes.io/path: f1.yaml + config.kubernetes.io/index: '1' + config.kubernetes.io/path: 'f1.yaml' spec: selector: app: nginx @@ -145,7 +143,7 @@ metadata: name: foo annotations: app: nginx2 - config.kubernetes.io/index: 0 + config.kubernetes.io/index: '0' spec: replicas: 1 --- @@ -154,7 +152,7 @@ metadata: name: foo annotations: app: nginx - config.kubernetes.io/index: 1 + config.kubernetes.io/index: '1' spec: selector: app: nginx diff --git a/cmd/config/internal/commands/merge3.go b/cmd/config/internal/commands/merge3.go new file mode 100644 index 000000000..405638463 --- /dev/null +++ b/cmd/config/internal/commands/merge3.go @@ -0,0 +1,55 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package commands + +import ( + "github.com/spf13/cobra" + "sigs.k8s.io/kustomize/cmd/config/internal/generateddocs/commands" + "sigs.k8s.io/kustomize/kyaml/kio/filters" +) + +func GetMerge3Runner(name string) *Merge3Runner { + r := &Merge3Runner{} + c := &cobra.Command{ + Use: "merge3 --ancestor [ORIGINAL_DIR] --from [UPDATED_DIR] --to [DESTINATION_DIR]", + Short: commands.Merge3Short, + Long: commands.Merge3Long, + Example: commands.Merge3Examples, + RunE: r.runE, + } + fixDocs(name, c) + c.Flags().StringVar(&r.ancestor, "ancestor", "", + "Path to original package") + c.Flags().StringVar(&r.fromDir, "from", "", + "Path to updated package") + c.Flags().StringVar(&r.toDir, "to", "", + "Path to destination package") + + r.Command = c + return r +} + +func Merge3Command(name string) *cobra.Command { + return GetMerge3Runner(name).Command +} + +// Merge3Runner contains the run function +type Merge3Runner struct { + Command *cobra.Command + ancestor string + fromDir string + toDir string +} + +func (r *Merge3Runner) runE(c *cobra.Command, args []string) error { + err := filters.Merge3{ + OriginalPath: r.ancestor, + UpdatedPath: r.fromDir, + DestPath: r.toDir, + }.Merge() + if err != nil { + return err + } + return nil +} diff --git a/cmd/config/internal/commands/merge3_test.go b/cmd/config/internal/commands/merge3_test.go new file mode 100644 index 000000000..171aec4d7 --- /dev/null +++ b/cmd/config/internal/commands/merge3_test.go @@ -0,0 +1,236 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package commands_test + +import ( + "io/ioutil" + "os" + "path/filepath" + "testing" + + "github.com/stretchr/testify/assert" + "sigs.k8s.io/kustomize/cmd/config/internal/commands" + "sigs.k8s.io/kustomize/kyaml/copyutil" +) + +// TestMerge3Command verifies the merge3 correctly applies the diff between 2 sets of resources into another +func TestMerge3Command(t *testing.T) { + datadir, err := ioutil.TempDir("", "test-data") + defer os.RemoveAll(datadir) + if !assert.NoError(t, err) { + return + } + + err = ioutil.WriteFile(filepath.Join(datadir, "java-deployment.resource.yaml"), []byte(`apiVersion: apps/v1 +kind: Deployment +metadata: + name: app + labels: + app: java +spec: + replicas: 1 + selector: + matchLabels: + app: java + template: + metadata: + labels: + app: java + spec: + restartPolicy: Always + containers: + - name: app + image: gcr.io/project/app:version + command: + - java + - -jar + - /app.jar + ports: + - containerPort: 8080 + envFrom: + - configMapRef: + name: app-config + env: + - name: JAVA_OPTS + value: -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap + -Djava.security.egd=file:/dev/./urandom + imagePullPolicy: Always + minReadySeconds: 5 +`), 0600) + if !assert.NoError(t, err) { + return + } + + expected_dir, err := ioutil.TempDir("", "test-data-expected") + defer os.RemoveAll(expected_dir) + if !assert.NoError(t, err) { + return + } + + err = ioutil.WriteFile(filepath.Join(expected_dir, "java-deployment.resource.yaml"), []byte(`apiVersion: apps/v1 +kind: Deployment +metadata: + name: app + labels: + app: java + new-local: label + new-remote: label +spec: + replicas: 3 + selector: + matchLabels: + app: java + template: + metadata: + labels: + app: java + spec: + restartPolicy: Always + containers: + - name: app + image: gcr.io/project/app:version + command: + - java + - -jar + - /app.jar + - otherstuff + args: + - foo + ports: + - containerPort: 8080 + envFrom: + - configMapRef: + name: app-config + env: + - name: JAVA_OPTS + value: -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap + -Djava.security.egd=file:/dev/./urandom + imagePullPolicy: Always + minReadySeconds: 20 +`), 0600) + if !assert.NoError(t, err) { + return + } + + updated_dir, err := ioutil.TempDir("", "test-data-updated") + defer os.RemoveAll(updated_dir) + if !assert.NoError(t, err) { + return + } + + err = ioutil.WriteFile(filepath.Join(updated_dir, "java-deployment.resource.yaml"), []byte(`apiVersion: apps/v1 +kind: Deployment +metadata: + name: app + labels: + app: java + new-remote: label +spec: + replicas: 3 + selector: + matchLabels: + app: java + template: + metadata: + labels: + app: java + spec: + restartPolicy: Always + containers: + - name: app + image: gcr.io/project/app:version + command: + - java + - -jar + - /app.jar + - otherstuff + ports: + - containerPort: 8080 + envFrom: + - configMapRef: + name: app-config + env: + - name: JAVA_OPTS + value: -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap + -Djava.security.egd=file:/dev/./urandom + imagePullPolicy: Always + minReadySeconds: 5 +`), 0600) + if !assert.NoError(t, err) { + return + } + + dest_dir, err := ioutil.TempDir("", "test-data-dest") + defer os.RemoveAll(dest_dir) + if !assert.NoError(t, err) { + return + } + + err = ioutil.WriteFile(filepath.Join(dest_dir, "java-deployment.resource.yaml"), []byte(`apiVersion: apps/v1 +kind: Deployment +metadata: + name: app + labels: + app: java + new-local: label +spec: + replicas: 2 + selector: + matchLabels: + app: java + template: + metadata: + labels: + app: java + spec: + restartPolicy: Always + containers: + - name: app + image: gcr.io/project/app:version + command: + - java + - -jar + - /app.jar + args: + - foo + ports: + - containerPort: 8080 + envFrom: + - configMapRef: + name: app-config + env: + - name: JAVA_OPTS + value: -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap + -Djava.security.egd=file:/dev/./urandom + imagePullPolicy: Always + minReadySeconds: 20 +`), 0600) + if !assert.NoError(t, err) { + return + } + + // Perform merge3 with newly created sets + r := commands.GetMerge3Runner("") + r.Command.SetArgs([]string{ + "--ancestor", + datadir, + "--from", + updated_dir, + "--to", + dest_dir, + }) + if !assert.NoError(t, r.Command.Execute()) { + return + } + + diffs, err := copyutil.Diff(dest_dir, expected_dir) + if !assert.NoError(t, err) { + t.FailNow() + } + + // Verify there are no diffs + if !assert.Empty(t, diffs.List()) { + t.FailNow() + } +} diff --git a/cmd/config/internal/commands/sink.go b/cmd/config/internal/commands/sink.go new file mode 100644 index 000000000..f1b05d9d6 --- /dev/null +++ b/cmd/config/internal/commands/sink.go @@ -0,0 +1,48 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package commands + +import ( + "github.com/spf13/cobra" + "sigs.k8s.io/kustomize/cmd/config/internal/generateddocs/commands" + "sigs.k8s.io/kustomize/kyaml/kio" +) + +// GetSinkRunner returns a command for Sink. +func GetSinkRunner(name string) *SinkRunner { + r := &SinkRunner{} + c := &cobra.Command{ + Use: "sink DIR", + Short: commands.SinkShort, + Long: commands.SinkLong, + Example: commands.SinkExamples, + RunE: r.runE, + Args: cobra.ExactArgs(1), + } + fixDocs(name, c) + r.Command = c + return r +} + +func SinkCommand(name string) *cobra.Command { + return GetSinkRunner(name).Command +} + +// SinkRunner contains the run function +type SinkRunner struct { + Command *cobra.Command +} + +func (r *SinkRunner) runE(c *cobra.Command, args []string) error { + err := kio.Pipeline{ + Inputs: []kio.Reader{&kio.ByteReader{Reader: c.InOrStdin()}}, + Outputs: []kio.Writer{ + &kio.LocalPackageWriter{ + PackagePath: args[0], + ClearAnnotations: []string{"config.kubernetes.io/path"}, + }, + }, + }.Execute() + return handleError(c, err) +} diff --git a/cmd/config/internal/commands/sink_test.go b/cmd/config/internal/commands/sink_test.go new file mode 100644 index 000000000..d09e9bd6f --- /dev/null +++ b/cmd/config/internal/commands/sink_test.go @@ -0,0 +1,140 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package commands_test + +import ( + "bytes" + "io/ioutil" + "os" + "path/filepath" + "testing" + + "github.com/stretchr/testify/assert" + "sigs.k8s.io/kustomize/cmd/config/internal/commands" +) + +func TestSinkCommand(t *testing.T) { + d, err := ioutil.TempDir("", "kustomize-source-test") + if !assert.NoError(t, err) { + t.FailNow() + } + defer os.RemoveAll(d) + + // fmt the files + b := &bytes.Buffer{} + r := commands.GetSinkRunner("") + r.Command.SetIn(bytes.NewBufferString(`apiVersion: config.kubernetes.io/v1alpha1 +kind: ResourceList +items: +- kind: Deployment + metadata: + labels: + app: nginx2 + name: foo + annotations: + app: nginx2 + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'f1.yaml' + spec: + replicas: 1 +- kind: Service + metadata: + name: foo + annotations: + app: nginx + config.kubernetes.io/index: '1' + config.kubernetes.io/path: 'f1.yaml' + spec: + selector: + app: nginx +- apiVersion: v1 + kind: Abstraction + metadata: + name: foo + annotations: + config.kubernetes.io/function: | + container: + image: gcr.io/example/reconciler:v1 + config.kubernetes.io/local-config: "true" + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'f2.yaml' + spec: + replicas: 3 +- apiVersion: apps/v1 + kind: Deployment + metadata: + labels: + app: nginx + name: bar + annotations: + app: nginx + config.kubernetes.io/index: '1' + config.kubernetes.io/path: 'f2.yaml' + spec: + replicas: 3 +`)) + r.Command.SetArgs([]string{d}) + r.Command.SetOut(b) + if !assert.NoError(t, r.Command.Execute()) { + t.FailNow() + } + + actual, err := ioutil.ReadFile(filepath.Join(d, "f1.yaml")) + if !assert.NoError(t, err) { + t.FailNow() + } + expected := `kind: Deployment +metadata: + labels: + app: nginx2 + name: foo + annotations: + app: nginx2 +spec: + replicas: 1 +--- +kind: Service +metadata: + name: foo + annotations: + app: nginx +spec: + selector: + app: nginx +` + if !assert.Equal(t, expected, string(actual)) { + t.FailNow() + } + + actual, err = ioutil.ReadFile(filepath.Join(d, "f2.yaml")) + if !assert.NoError(t, err) { + t.FailNow() + } + expected = `apiVersion: v1 +kind: Abstraction +metadata: + name: foo + annotations: + config.kubernetes.io/function: | + container: + image: gcr.io/example/reconciler:v1 + config.kubernetes.io/local-config: "true" +spec: + replicas: 3 +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + labels: + app: nginx + name: bar + annotations: + app: nginx +spec: + replicas: 3 +` + if !assert.Equal(t, expected, string(actual)) { + t.FailNow() + } +} diff --git a/cmd/config/internal/commands/source.go b/cmd/config/internal/commands/source.go new file mode 100644 index 000000000..5926d3af9 --- /dev/null +++ b/cmd/config/internal/commands/source.go @@ -0,0 +1,77 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package commands + +import ( + "fmt" + + "github.com/spf13/cobra" + "sigs.k8s.io/kustomize/cmd/config/internal/generateddocs/commands" + "sigs.k8s.io/kustomize/kyaml/kio" + "sigs.k8s.io/kustomize/kyaml/yaml" +) + +// GetSourceRunner returns a command for Source. +func GetSourceRunner(name string) *SourceRunner { + r := &SourceRunner{} + c := &cobra.Command{ + Use: "source DIR", + Short: commands.SourceShort, + Long: commands.SourceLong, + Example: commands.SourceExamples, + RunE: r.runE, + Args: cobra.ExactArgs(1), + } + fixDocs(name, c) + c.Flags().StringVar(&r.WrapKind, "wrap-kind", kio.ResourceListKind, + "output using this format.") + c.Flags().StringVar(&r.WrapApiVersion, "wrap-version", kio.ResourceListAPIVersion, + "output using this format.") + c.Flags().StringVar(&r.FunctionConfig, "function-config", "", + "path to function config.") + r.Command = c + _ = c.MarkFlagFilename("function-config", "yaml", "json", "yml") + return r +} + +func SourceCommand(name string) *cobra.Command { + return GetSourceRunner(name).Command +} + +// SourceRunner contains the run function +type SourceRunner struct { + WrapKind string + WrapApiVersion string + FunctionConfig string + Command *cobra.Command +} + +func (r *SourceRunner) runE(c *cobra.Command, args []string) error { + // if there is a function-config specified, emit it + var functionConfig *yaml.RNode + if r.FunctionConfig != "" { + configs, err := kio.LocalPackageReader{PackagePath: r.FunctionConfig}.Read() + if err != nil { + return err + } + if len(configs) != 1 { + return fmt.Errorf("expected exactly 1 functionConfig, found %d", len(configs)) + } + functionConfig = configs[0] + } + + var outputs []kio.Writer + outputs = append(outputs, kio.ByteWriter{ + Writer: c.OutOrStdout(), + KeepReaderAnnotations: true, + WrappingKind: r.WrapKind, + WrappingAPIVersion: r.WrapApiVersion, + FunctionConfig: functionConfig, + }) + + err := kio.Pipeline{ + Inputs: []kio.Reader{kio.LocalPackageReader{PackagePath: args[0]}}, + Outputs: outputs}.Execute() + return handleError(c, err) +} diff --git a/cmd/config/internal/commands/source_test.go b/cmd/config/internal/commands/source_test.go new file mode 100644 index 000000000..a4c01bb1c --- /dev/null +++ b/cmd/config/internal/commands/source_test.go @@ -0,0 +1,136 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package commands_test + +import ( + "bytes" + "io/ioutil" + "os" + "path/filepath" + "testing" + + "github.com/stretchr/testify/assert" + "sigs.k8s.io/kustomize/cmd/config/internal/commands" +) + +func TestSourceCommand(t *testing.T) { + d, err := ioutil.TempDir("", "kustomize-source-test") + if !assert.NoError(t, err) { + return + } + defer os.RemoveAll(d) + + err = ioutil.WriteFile(filepath.Join(d, "f1.yaml"), []byte(` +kind: Deployment +metadata: + labels: + app: nginx2 + name: foo + annotations: + app: nginx2 +spec: + replicas: 1 +--- +kind: Service +metadata: + name: foo + annotations: + app: nginx +spec: + selector: + app: nginx +`), 0600) + if !assert.NoError(t, err) { + return + } + err = ioutil.WriteFile(filepath.Join(d, "f2.yaml"), []byte(` +apiVersion: v1 +kind: Abstraction +metadata: + name: foo + annotations: + config.kubernetes.io/function: | + container: + image: gcr.io/example/reconciler:v1 + config.kubernetes.io/local-config: "true" +spec: + replicas: 3 +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + labels: + app: nginx + name: bar + annotations: + app: nginx +spec: + replicas: 3 +`), 0600) + if !assert.NoError(t, err) { + return + } + + // fmt the files + b := &bytes.Buffer{} + r := commands.GetSourceRunner("") + r.Command.SetArgs([]string{d}) + r.Command.SetOut(b) + if !assert.NoError(t, r.Command.Execute()) { + return + } + + if !assert.Equal(t, `apiVersion: config.kubernetes.io/v1alpha1 +kind: ResourceList +items: +- kind: Deployment + metadata: + labels: + app: nginx2 + name: foo + annotations: + app: nginx2 + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'f1.yaml' + spec: + replicas: 1 +- kind: Service + metadata: + name: foo + annotations: + app: nginx + config.kubernetes.io/index: '1' + config.kubernetes.io/path: 'f1.yaml' + spec: + selector: + app: nginx +- apiVersion: v1 + kind: Abstraction + metadata: + name: foo + annotations: + config.kubernetes.io/function: | + container: + image: gcr.io/example/reconciler:v1 + config.kubernetes.io/local-config: "true" + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'f2.yaml' + spec: + replicas: 3 +- apiVersion: apps/v1 + kind: Deployment + metadata: + labels: + app: nginx + name: bar + annotations: + app: nginx + config.kubernetes.io/index: '1' + config.kubernetes.io/path: 'f2.yaml' + spec: + replicas: 3 +`, b.String()) { + return + } +} diff --git a/cmd/config/internal/commands/tree.go b/cmd/config/internal/commands/tree.go index 91bb64858..ab8c38804 100644 --- a/cmd/config/internal/commands/tree.go +++ b/cmd/config/internal/commands/tree.go @@ -45,7 +45,7 @@ func GetTreeRunner(name string) *TreeRunner { "if true, include local-config in the output.") c.Flags().BoolVar(&r.excludeNonLocal, "exclude-non-local", false, "if true, exclude non-local-config in the output.") - c.Flags().StringVar(&r.structure, "graph-structure", "directory", + c.Flags().StringVar(&r.structure, "graph-structure", "", "Graph structure to use for printing the tree. may be any of: "+ strings.Join(kio.GraphStructures, ",")) diff --git a/cmd/config/internal/commands/tree_test.go b/cmd/config/internal/commands/tree_test.go index bd104d72a..b326a489f 100644 --- a/cmd/config/internal/commands/tree_test.go +++ b/cmd/config/internal/commands/tree_test.go @@ -104,7 +104,6 @@ metadata: namespace: default annotations: app: nginx2 - config.kubernetes.io/package: . config.kubernetes.io/path: f1.yaml spec: replicas: 1 @@ -118,7 +117,6 @@ metadata: namespace: default annotations: app: nginx2 - config.kubernetes.io/package: . config.kubernetes.io/path: f1.yaml spec: replicas: 1 @@ -132,7 +130,6 @@ metadata: namespace: default annotations: app: nginx2 - config.kubernetes.io/package: . config.kubernetes.io/path: f1.yaml spec: replicas: 1 @@ -146,7 +143,6 @@ metadata: namespace: default2 annotations: app: nginx2 - config.kubernetes.io/package: . config.kubernetes.io/path: f1.yaml spec: replicas: 1 @@ -160,7 +156,6 @@ metadata: namespace: default annotations: app: nginx3 - config.kubernetes.io/package: . config.kubernetes.io/path: f1.yaml spec: replicas: 1 @@ -171,8 +166,7 @@ metadata: app: nginx annotations: app: nginx - config.kubernetes.io/package: bar-package - config.kubernetes.io/path: f2.yaml + config.kubernetes.io/path: bar-package/f2.yaml name: bar spec: replicas: 3 @@ -183,7 +177,6 @@ metadata: namespace: default annotations: app: nginx - config.kubernetes.io/package: . config.kubernetes.io/path: f1.yaml spec: selector: diff --git a/cmd/config/internal/generateddocs/api/docs.go b/cmd/config/internal/generateddocs/api/docs.go index d0ea008d5..54849a963 100644 --- a/cmd/config/internal/generateddocs/api/docs.go +++ b/cmd/config/internal/generateddocs/api/docs.go @@ -4,304 +4,23 @@ // Code generated by "mdtogo"; DO NOT EDIT. package api -var ConfigFnLong = `# Configuration Functions API Semantics - - Configuration Functions are functions packaged as executables in containers which enable - **shift-left practices**. They configure applications and infrastructure through - Kubernetes style Resource Configuration, but run locally pre-commit. - - Configuration functions enable shift-left practices (client-side) through: - - - Pre-commit / delivery validation and linting of configuration - - e.g. Fail if any containers don't have PodSecurityPolicy or CPU / Memory limits - - Implementation of abstractions as client actuated APIs (e.g. templating) - - e.g. Create a client-side *"CRD"* for generating configuration checked into git - - Aspect Orient configuration / Injection of cross-cutting configuration - - e.g. T-Shirt size containers by annotating Resources with ` + "`" + `small` + "`" + `, ` + "`" + `medium` + "`" + `, ` + "`" + `large` + "`" + ` - and inject the cpu and memory resources into containers accordingly. - - e.g. Inject ` + "`" + `init` + "`" + ` and ` + "`" + `side-car` + "`" + ` containers into Resources based off of Resource - Type, annotations, etc. - - Performing these on the client rather than the server enables: - - - Configuration to be reviewed prior to being sent to the API server - - Configuration to be validated as part of the CD pipeline - - Configuration for Resources to validated holistically rather than individually - per-Resource -- e.g. ensure the ` + "`" + `Service.selector` + "`" + ` and ` + "`" + `Deployment.spec.template` + "`" + ` labels - match. - - MutatingWebHooks are scoped to a single Resource instance at a time. - - Low-level tweaks to the output of high-level abstractions -- e.g. add an ` + "`" + `init container` + "`" + ` - to a client *"CRD"* Resource after it was generated. - - Composition and layering of multiple functions together - - Compose generation, injection, validation together - - Configuration Functions are implemented as executable programs published in containers which: - - - Accept as input (stdin): - - A list of Resource Configuration - - A Function Configuration (to configure the function itself) - - Emit as output (stdout + exit): - - A list of Resource Configuration - - An exit code for success / failure - -### Function Specification - - - Functions **SHOULD** be published as container images containing a ` + "`" + `CMD` + "`" + ` invoking an executable. - - Functions **MUST** accept input on STDIN a ` + "`" + `ResourceList` + "`" + ` containing the Resources and - ` + "`" + `functionConfig` + "`" + `. - - Functions **MUST** emit output on STDOUT a ` + "`" + `ResourceList` + "`" + ` containing the modified - Resources. - - Functions **MUST** exit non-0 on failure, and exit 0 on success. - - Functions **MAY** emit output on STDERR with error messaging. - - Functions performing validation **SHOULD** exit failure and emit error messaging - on a validation failure. - - Functions generating Resources **SHOULD** retain non-conflicting changes on the - generated Resources -- e.g. 1. the function generates a Deployment, but doesn't - specify ` + "`" + `cpu` + "`" + `, 2. the user sets the ` + "`" + `cpu` + "`" + ` on the generated Resource, 3. the - function should keep the ` + "`" + `cpu` + "`" + ` when regenerating the Resource a second time. - - Functions **SHOULD** be usable outside ` + "`" + `kustomize config run` + "`" + ` -- e.g. though pipeline - mechanisms such as Tekton. - -#### Input Format - - Functions must accept on STDIN: - - ` + "`" + `ResourceList` + "`" + `: - - contains ` + "`" + `items` + "`" + ` field, same as ` + "`" + `List.items` + "`" + ` - - contains ` + "`" + `functionConfig` + "`" + ` field -- a single item with the configuration for the function itself - - Example ` + "`" + `ResourceList` + "`" + ` Input: - - apiVersion: config.kubernetes.io/v1alpha1 - kind: ResourceList - functionConfig: - apiVersion: example.com/v1beta1 - kind: Nginx - metadata: - name: my-instance - annotations: - config.kubernetes.io/local-config: "true" - spec: - replicas: 5 - items: - - apiVersion: apps/v1 - kind: Deployment - metadata: - name: my-instance - spec: - replicas: 3 - ... - - apiVersion: v1 - kind: Service - metadata: - name: my-instance - spec: - ... - -#### Output Format - - Functions must emit on STDOUT: - - ` + "`" + `ResourceList` + "`" + `: - - contains ` + "`" + `items` + "`" + ` field, same as ` + "`" + `List.items` + "`" + ` - - Example ` + "`" + `ResourceList` + "`" + ` Output: - - apiVersion: config.kubernetes.io/v1alpha1 - kind: ResourceList - items: - - apiVersion: apps/v1 - kind: Deployment - metadata: - name: my-instance - spec: - replicas: 5 - ... - - apiVersion: v1 - kind: Service - metadata: - name: my-instance - spec: - ... - -#### Container Environment - - When run by ` + "`" + `kustomize config run` + "`" + `, functions are run in containers with the - following environment: - - - Network: ` + "`" + `none` + "`" + ` - - User: ` + "`" + `nobody` + "`" + ` - - Security Options: ` + "`" + `no-new-privileges` + "`" + ` - - Volumes: the volume containing the ` + "`" + `functionConfig` + "`" + ` yaml is mounted under ` + "`" + `/local` + "`" + ` as ` + "`" + `ro` + "`" + ` - -### Example Function Implementation - - Following is an example for implementing an nginx abstraction using a config - function. - -#### ` + "`" + `nginx-template.sh` + "`" + ` - - ` + "`" + `nginx-template.sh` + "`" + ` is a simple bash script which uses a *heredoc* as a templating solution - for generating Resources from the functionConfig input fields. - - The script wraps itself using ` + "`" + `config run wrap -- $0` + "`" + ` which will: - - 1. Parse the ` + "`" + `ResourceList.functionConfig` + "`" + ` (provided to the container stdin) into env vars - 2. Merge the stdout into the original list of Resources - 3. Defaults filenames for newly generated Resources (if they are not set as annotations) - to ` + "`" + `config/NAME_KIND.yaml` + "`" + ` - 4. Format the output - - #!/bin/bash - # script must run wrapped by ` + "`" + `kustomize config run wrap` + "`" + ` - # for parsing input the functionConfig into env vars - if [ -z ${WRAPPED} ]; then - export WRAPPED=true - config run wrap -- $0 - exit $? - fi - - cat < merged_resources.yaml` +var Merge3Short = `[Alpha] Merge diff of Resource configuration files into a destination (3-way)` +var Merge3Long = ` +[Alpha] Merge diff of Resource configuration files into a destination (3-way) + +Merge3 performs a 3-way merge by applying the diff between 2 sets of Resources to a 3rd set. + +Merge3 may be for rebasing changes to a forked set of configuration -- e.g. compute the difference between the original +set of Resources that was forked and an updated set of those Resources, then apply that difference to the fork. + +If a field value differs between the ORIGINAL_DIR and UPDATED_DIR, the value from the UPDATED_DIR is taken and applied +to the Resource in the DEST_DIR. + +For information on merge rules, run: + + kustomize config docs-merge3 +` +var Merge3Examples = ` + kustomize config merge3 --ancestor a/ --from b/ --to c/` + var RunFnsShort = `[Alpha] Reoncile config functions to Resources.` var RunFnsLong = ` [Alpha] Reconcile config functions to Resources. @@ -156,8 +220,8 @@ order they appear in the file). #### Config Functions: - Config functions are specified as Kubernetes types containing a metadata.configFn.container.image - field. This field tells run how to invoke the container. + Config functions are specified as Kubernetes types containing a metadata.annotations.[config.kubernetes.io/function] + field specifying an image for the container to run. This image tells run how to invoke the container. Example config function: @@ -165,17 +229,17 @@ order they appear in the file). apiVersion: fn.example.com/v1beta1 kind: ExampleFunctionKind metadata: - configFn: - container: - # function is invoked as a container running this image - image: gcr.io/example/examplefunction:v1.0.1 annotations: + config.kubernetes.io/function: | + container: + # function is invoked as a container running this image + image: gcr.io/example/examplefunction:v1.0.1 config.kubernetes.io/local-config: "true" # tools should ignore this spec: configField: configValue In the preceding example, 'kustomize config run example/' would identify the function by - the metadata.configFn field. It would then write all Resources in the directory to + the metadata.annotations.[config.kubernetes.io/function] field. It would then write all Resources in the directory to a container stdin (running the gcr.io/example/examplefunction:v1.0.1 image). It would then write the container stdout back to example/, replacing the directory file contents. @@ -185,17 +249,18 @@ order they appear in the file). var RunFnsExamples = ` kustomize config run example/` -var SubShort = `[Alpha] Set values on Resources fields by substituting values.` -var SubLong = ` -Set values on Resources fields by substituting predefined markers for new values. +var SetShort = `[Alpha] Set values on Resources fields values.` +var SetLong = ` +Set values on Resources fields. May set either the complete or partial field value. -` + "`" + `set` + "`" + ` looks for markers specified on Resource fields and substitute a new user defined -value for the existing value. +` + "`" + `set` + "`" + ` identifies setters using field metadata published as OpenAPI extensions. +` + "`" + `set` + "`" + ` parses both the Kubernetes OpenAPI, as well OpenAPI published inline in +the configuration as comments. ` + "`" + `set` + "`" + ` maybe be used to: -- edit configuration programmatically from the cli or scripts -- create reusable bundles of configuration +- edit configuration programmatically from the cli +- create reusable bundles of configuration with custom setters DIR @@ -203,244 +268,100 @@ value for the existing value. NAME - Optional. The name of the substitution to perform or display. + Optional. The name of the setter to perform or display. VALUE - Optional. The new value to substitute into the field. + Optional. The value to set on the field. -To print the possible substitutions for the Resources in a directory, run ` + "`" + `set` + "`" + ` on +To print the possible setters for the Resources in a directory, run ` + "`" + `set` + "`" + ` on a directory -- e.g. ` + "`" + `kustomize config set DIR/` + "`" + `. #### Tips - A description of the value may be specified with ` + "`" + `--description` + "`" + `. -- An owner for the field's value may be defined with ` + "`" + `--owned-by` + "`" + `. -- Prevent overriding previous substitutions with ` + "`" + `--override=false` + "`" + `. -- Revert previous substitutions with ` + "`" + `--revert` + "`" + `. -- Create substitutions on Kustomization.yaml's, patches, etc +- The last setter for the field's value may be defined with ` + "`" + `--set-by` + "`" + `. +- Create custom setters on Resources, Kustomization.yaml's, patches, etc -When overriding or reverting previous substitutions, the description and owner are left -unmodified unless specified with flags. +The description and setBy fields are left unmodified unless specified with flags. -To create a substitution for a field see: ` + "`" + `kustomize help config set create` + "`" + ` +To create a custom setter for a field see: ` + "`" + `kustomize help config create-setter` + "`" + ` ` -var SubExamples = ` - Resource YAML: Name substitution +var SetExamples = ` + Resource YAML: Name Prefix Setter - # dir/resources.yaml + # DIR/resources.yaml ... metadata: - name: PREFIX-app1 # {"substitutions":[{"name":"prefix","marker":"PREFIX-"}]} + name: PREFIX-app1 # {"type":"string","x-kustomize":{"partialFieldSetters":[{"name":"name-prefix","value":"PREFIX"}]}} ... --- ... metadata: - name: PREFIX-app2 # {"substitutions":[{"name":"prefix","marker":"PREFIX-"}]} + name: PREFIX-app2 # {"type":"string","x-kustomize":{"partialFieldSetters":[{"name":"name-prefix","value":"PREFIX"}]}} ... - Show substitutions: Show the possible substitutions + List setters: Show the possible setters - $ config set dir - NAME DESCRIPTION VALUE TYPE COUNT SUBSTITUTED OWNER - prefix '' PREFIX- string 2 false + $ config set DIR/ + NAME DESCRIPTION VALUE TYPE COUNT SETBY + name-prefix '' PREFIX string 2 - Perform substitution: set a new value, owner and description + Perform set: set a new value, owner and description - $ config set dir prefix "test-" --description "test environment" --owned-by "dev" - performed 2 substitutions + $ kustomize config set DIR/ name-prefix "test" --description "test environment" --set-by "dev" + set 2 values - Show substitutions: Show the new values + List setters: Show the new values - $ config set dir - NAME DESCRIPTION VALUE TYPE COUNT SUBSTITUTED OWNER - prefix 'test environment' test- string 2 true dev + $ config set DIR/ + NAME DESCRIPTION VALUE TYPE COUNT SETBY + name-prefix 'test environment' test string 2 dev New Resource YAML: - # dir/resources.yaml + # DIR/resources.yaml ... metadata: - name: test-app1 # {"substitutions":[{"name":"prefix","marker":"PREFIX-","value":"test-"}],"ownedBy":"dev","description":"test environment"} + name: test-app1 # {"description":"test environment","type":"string","x-kustomize":{"setBy":"dev","partialFieldSetters":[{"name":"name-prefix","value":"test"}]}} ... --- ... metadata: - name: test-app2 # {"substitutions":[{"name":"prefix","marker":"PREFIX-","value":"test-"}],"ownedBy":"dev","description":"test environment"} - ... + name: test-app2 # {"description":"test environment","type":"string","x-kustomize":{"setBy":"dev","partialFieldSetters":[{"name":"name-prefix","value":"test"}]}} + ...` - Revert substitution: +var SinkShort = `[Alpha] Implement a Sink by writing input to a local directory.` +var SinkLong = ` +[Alpha] Implement a Sink by writing input to a local directory. - config set dir prefix --revert - performed 2 substitutions + kustomize config sink DIR - config set dir - NAME DESCRIPTION VALUE TYPE COUNT SUBSTITUTED OWNER - prefix 'test environment' PREFIX- string 2 false dev ` + DIR: + Path to local directory. -var SubsetShort = `[Alpha] Create a new substitution for a Resource field` -var SubsetLong = ` -Create a new substitution for a Resource field -- recognized by ` + "`" + `kustomize config set` + "`" + `. - - DIR - - A directory containing Resource configuration. - - NAME - - The name of the substitution to create. - - VALUE - - The current value of the field, or a substring of the field. - -#### Tips: Picking Good Marker - -Substitutions may be defined by directly editing yaml **or** by running ` + "`" + `kustomize config set create` + "`" + ` -to create a new substitution. - -Given the YAML: - - # resource.yaml - apiVersion: v1 - kind: Service - metadata: - ... - spec: - ... - ports: - ... - - name: http - port: 8080 - ... - -Create a new set marker: - - # create a substitution for ports - $ kustomize config set create dir/ http-port 8080 --type "int" --field "port" - -Modified YAML: - - # resource.yaml - apiVersion: v1 - kind: Service - metadata: - ... - spec: - ... - ports: - ... - - name: http - port: 8080 # {"substitutions":[{"name":"port","marker":"[MARKER]"}],"type":"int"} - ... - -Change the value using the ` + "`" + `set` + "`" + ` command: - - # change the http-port value to 8081 - $ kustomize config set dir/ http-port 8081 - -Resources fields with a field name matching ` + "`" + `--field` + "`" + ` and field value matching ` + "`" + `VALUE` + "`" + ` will -have a line comment added marking this field as settable. - -Substitution markers may be: - -- valid field values (e.g. ` + "`" + `8080` + "`" + ` for a port) - - Note: ` + "`" + `008080` + "`" + ` would be preferred because it is more recognizable as a marker -- invalid values that adhere to the schema (e.g. ` + "`" + `0000` + "`" + ` for a port) -- values that do not adhere to the schema (e.g. ` + "`" + `[PORT]` + "`" + ` for port) - -Markers **SHOULD be clearly identifiable as a marker and either**: - -- **adhere to the field schema** -- e.g. use a valid value - - - port: 008080 # {"substitutions":[{"name":"port","marker":"008080"}],"type":"int"} - -- **be pre-filled in with a value** -- e.g. set the value when setting the marker - - - port: 8080 # {"substitutions":[{"name":"port","marker":"[MARKER]","value":"8080""}],"type":"int"} - -**Note:** The important thing is that in both cases the Resource configuration may be directly -applied to a cluster and validated by tools without the tool knowing about the substitution -marker. - -The difference between the preceding examples is that: - -- the former will be shown as ` + "`" + `SUBSTITUTED=false` + "`" + ` (` + "`" + `config sub dir/` + "`" + ` exits non-0) -- the latter with show up as ` + "`" + `SUBSTITUTED=true` + "`" + ` (` + "`" + `config sub dir/` + "`" + ` exits 0) - -When choosing the which to use, consider that checks for unsubstituted values MAY be -configured as pre-commit checks -- if you want to these checks to fail if the value -hasn't been substituted, then don't specify a ` + "`" + `value` + "`" + `. - -Markers which are invalid field values MAY be chosen in cases where it is preferred to have -the create or update request fail rather than succeed if the substitution has not yet been -performed. - -A substitution may be a substring of the full field: - - $ kustomize config set create dir/ app-image-tag v1.0.01 --type "string" --field "image" - - image: gcr.io/example/app:v1.0.1 # {"substitutions":[{"name":"app-image-tag","marker":"[MARKER]","value":"v1.0.1"}]} - - -A single field value may have multiple substitutions applied to it: - - name: PREFIX-app-SUFFIX # {"substitutions":[{"name":"prefix","marker":"PREFIX-"},{"name":"suffix","marker":"-SUFFIX"}]} - -#### Substitution Format - -Substitutions are defined as json encoded FieldMeta comments on fields. - -FieldMeta Schema read by ` + "`" + `sub` + "`" + `: - - { - "title": "FieldMeta", - "type": "object", - "properties": { - "substitutions": { - "type": "array", - "description": "Possible substitutions that may be performed against this field.", - "items": { - "type": "object", - "properties": { - "name": "Name of the substitution.", - "marker": "Marker for the value to be substituted.", - "value": "Current substituted value" - } - } - }, - "type": { - "type": "string", - "description": "The value type. Defaults to string." - "enum": ["string", "int", "float", "bool"] - }, - "description": { - "type": "string", - "description": "A description of the field's current value. Optional." - }, - "ownedBy": { - "type": "string", - "description": "The current owner of the field. Optional." - }, - } - } +` + "`" + `sink` + "`" + ` writes its input to a directory ` -var SubsetExamples = ` - # set a substitution for port fields matching "8080" - kustomize config sub create dir/ port 8080 --type "int" --field port \ - --description "default port used by the app" +var SinkExamples = ` + kustomize config source DIR/ | your-function | kustomize config sink DIR/` - # set a substitution for port fields matching "8080", using "0000" as a marker. - kustomize config sub dir/ port 8080 --marker "0000" --type "int" \ - --field port --description "default port used by the app" +var SourceShort = `[Alpha] Implement a Source by reading a local directory.` +var SourceLong = ` +[Alpha] Implement a Source by reading a local directory. - # substitute a substring of a field rather than the full field -- e.g. only the - # image tag, not the full image - kustomize config sub dir/ app-image-tag v1.0.1 --type "string" --substring \ - --field port --description "current stable release"` + kustomize config source DIR + + DIR: + Path to local directory. + +` + "`" + `source` + "`" + ` emits configuration to act as input to a function +` +var SourceExamples = ` + # emity configuration directory as input source to a function + kustomize config source DIR/ + + kustomize config source DIR/ | your-function | kustomize config sink DIR/` var TreeShort = `[Alpha] Display Resource structure from a directory or stdin.` var TreeLong = ` @@ -460,8 +381,9 @@ container names, etc. kustomize config tree supports printing arbitrary fields using the '--field' flag. -By default, kustomize config tree uses the directory structure for the tree structure, however when printing -from the cluster, the Resource graph structure may be used instead. +By default, kustomize config tree uses Resource graph structure if any relationships between resources (ownerReferences) +are detected, as is typically the case when printing from a cluster. Otherwise, directory graph structure is used. The +graph structure can also be selected explicitly using the '--graph-structure' flag. ` var TreeExamples = ` # print Resources using directory structure @@ -481,8 +403,7 @@ var TreeExamples = ` --field="status.conditions[type=Completed].status" # print live Resources from a cluster using owners for graph structure - kubectl get all -o yaml | kustomize config tree --replicas --name --image \ - --graph-structure=owners + kubectl get all -o yaml | kustomize config tree --replicas --name --image # print live Resources with status condition fields kubectl get all -o yaml | kustomize config tree \ diff --git a/cmd/config/internal/generateddocs/tutorials/docs.go b/cmd/config/internal/generateddocs/tutorials/docs.go index 3f5e81c9e..8ebbeb87e 100644 --- a/cmd/config/internal/generateddocs/tutorials/docs.go +++ b/cmd/config/internal/generateddocs/tutorials/docs.go @@ -316,7 +316,7 @@ var FunctionBasicsLong = ` #### 2. Modify the Generated Resources - modify the generated Resources by adding an annotation, sidecar container, etc. - - modify the ` + "`" + `local-resources/example-use.yaml` + "`" + ` by changing the replicas + - modify the ` + "`" + `local-resource/example-use.yaml` + "`" + ` by changing the replicas re-run ` + "`" + `run` + "`" + `. this will apply the updated replicas to the generated Resources, but keep the fields that you manually added to the generated Resource configuration. @@ -363,7 +363,7 @@ var FunctionBasicsLong = ` #### 2. Modify the Generated Resources - modify the generated Resources by adding an annotation, sidecar container, etc. - - modify the ` + "`" + `local-resources/example-use.yaml` + "`" + ` by changing the replicas + - modify the ` + "`" + `local-resource/example-use.yaml` + "`" + ` by changing the replicas re-run ` + "`" + `run` + "`" + `. this will apply the updated replicas to the generated Resources, but keep the fields that you manually added to the generated Resource configuration. diff --git a/cmd/config/internal/sub/addyaml.go b/cmd/config/internal/sub/addyaml.go deleted file mode 100644 index 118d054da..000000000 --- a/cmd/config/internal/sub/addyaml.go +++ /dev/null @@ -1,105 +0,0 @@ -// Copyright 2019 The Kubernetes Authors. -// SPDX-License-Identifier: Apache-2.0 - -package sub - -import ( - "strings" - - "sigs.k8s.io/kustomize/kyaml/errors" - "sigs.k8s.io/kustomize/kyaml/fieldmeta" - "sigs.k8s.io/kustomize/kyaml/yaml" -) - -var _ yaml.Filter = &Marker{} - -// substituteResource substitutes a Marker value on a field -type Marker struct { - // Path is the path of the field to add the substitution for - Field string - - // Substitution is the substitution to add - Substitution fieldmeta.Substitution - - // PartialMatch if true will match if the Substitution value is a substring of the current - // value. - PartialMatch bool - - Description string - OwnedBy string - Type string - - // currentFieldName is the name of the current field being processed - currentFieldName string -} - -// Filter performs the substitutions for a single object -func (m *Marker) Filter(object *yaml.RNode) (*yaml.RNode, error) { - switch object.YNode().Kind { - case yaml.DocumentNode: - return m.Filter(yaml.NewRNode(object.YNode().Content[0])) - case yaml.MappingNode: - return object, object.VisitFields(func(node *yaml.MapNode) error { - // set the current field name - n := m.currentFieldName - defer func() { m.currentFieldName = n }() - m.currentFieldName = node.Key.YNode().Value - _, err := m.Filter(node.Value) - return err - }) - case yaml.SequenceNode: - return object, object.VisitElements(func(node *yaml.RNode) error { - _, err := m.Filter(node) - return err - }) - case yaml.ScalarNode: - if m.currentFieldName != m.Field { - return object, nil - } - if err := m.createSub(object); err != nil { - return nil, err - } - return object, nil - default: - return object, nil - } -} - -func (as *Marker) createSub(field *yaml.RNode) error { - // doesn't match the supplied value - if field.YNode().Value != as.Substitution.Value { - if !as.PartialMatch || !strings.Contains(field.YNode().Value, as.Substitution.Value) { - return nil - } - } - - fm := fieldmeta.FieldMeta{} - if err := fm.Read(field); err != nil { - return errors.Wrap(err) - } - fm.OwnedBy = as.OwnedBy - fm.Description = as.Description - fm.Type = fieldmeta.FieldValueType(as.Type) - if as.Substitution.Marker == "" { - as.Substitution.Marker = "[MARKER]" - } - - found := false - for i := range fm.Substitutions { - s := fm.Substitutions[i] - if s.Name == as.Substitution.Name { - // update the substitution if we find it - found = true - fm.Substitutions[i] = as.Substitution - break - } - } - if !found { - // add the substitution if it wasn't found - fm.Substitutions = append(fm.Substitutions, as.Substitution) - } - if err := fm.Write(field); err != nil { - return errors.Wrap(err) - } - return nil -} diff --git a/cmd/config/internal/sub/dokio.go b/cmd/config/internal/sub/dokio.go deleted file mode 100644 index 794283a8b..000000000 --- a/cmd/config/internal/sub/dokio.go +++ /dev/null @@ -1,53 +0,0 @@ -// Copyright 2019 The Kubernetes Authors. -// SPDX-License-Identifier: Apache-2.0 - -package sub - -import ( - "sigs.k8s.io/kustomize/kyaml/kio" - "sigs.k8s.io/kustomize/kyaml/yaml" -) - -var _ kio.Filter = &PerformSubstitutions{} - -// Sub performs substitutions -type PerformSubstitutions struct { - // Name is the name of the substitution to perform - Name string - - // NewValue is the substitution value - NewValue string - - // Override if set to true will re-substitute already fields with a new value - Override bool - - // Revert if set to true will substitute fields back to the marker value - Revert bool - - // Description, if set will annotate the field with a description. - Description string - - // OwnedBy, if set will annotate the field with an owner. - OwnedBy string - - // Count is the number of substitutions performed by Filter. - Count int -} - -func (s *PerformSubstitutions) Filter(input []*yaml.RNode) ([]*yaml.RNode, error) { - for i := range input { - p := &performSubstitutions{ - Name: s.Name, - Override: s.Override, - Revert: s.Revert, - NewValue: s.NewValue, - OwnedBy: s.OwnedBy, - Description: s.Description, - } - if err := input[i].PipeE(p); err != nil { - return nil, err - } - s.Count += p.Count - } - return input, nil -} diff --git a/cmd/config/internal/sub/doyaml.go b/cmd/config/internal/sub/doyaml.go deleted file mode 100644 index 19c2b5198..000000000 --- a/cmd/config/internal/sub/doyaml.go +++ /dev/null @@ -1,155 +0,0 @@ -// Copyright 2019 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -// Package sub substitutes strings in fields -package sub - -import ( - "strings" - - "sigs.k8s.io/kustomize/kyaml/fieldmeta" - "sigs.k8s.io/kustomize/kyaml/yaml" -) - -var _ yaml.Filter = &performSubstitutions{} - -// substituteResource substitutes a Marker value on a field -type performSubstitutions struct { - // Name of the substitution to perform. - Name string - - // Override if set to true will replace previously substituted values - Override bool - - // Revert if set to true will undo previously substituted values - Revert bool - - // NewValue is the new value to set. Mutually exclusive with Revert. - NewValue string - - // Description, if set will annotate the field with a description. - Description string - - // OwnedBy, if set will annotate the field with an owner. - OwnedBy string - - // Count will be incremented for each substituted value. - Count int -} - -// Filter performs the substitutions for a single object -func (fs *performSubstitutions) Filter(object *yaml.RNode) (*yaml.RNode, error) { - switch object.YNode().Kind { - case yaml.DocumentNode: - return fs.Filter(yaml.NewRNode(object.YNode().Content[0])) - case yaml.MappingNode: - return object, object.VisitFields(func(node *yaml.MapNode) error { - _, err := fs.Filter(node.Value) - return err - }) - case yaml.SequenceNode: - return object, object.VisitElements(func(node *yaml.RNode) error { - _, err := fs.Filter(node) - return err - }) - case yaml.ScalarNode: - s, f, err := fs.findSub(object) - if err != nil { - return nil, err - } - if s == nil { - return object, nil - } - return object, fs.substitute(object, s, f) - default: - return object, nil - } -} - -// findSub finds the substitution matching the name if one exists -func (fs *performSubstitutions) findSub(field *yaml.RNode) ( - *fieldmeta.Substitution, *fieldmeta.FieldMeta, error) { - // check if there are any substitutions for this field - var fm = &fieldmeta.FieldMeta{} - if err := fm.Read(field); err != nil { - return nil, nil, err - } - if fs.OwnedBy != "" { - fm.OwnedBy = fs.OwnedBy - } - if fs.Description != "" { - fm.Description = fs.Description - } - - // check if there is a matching substitution - for i := range fm.Substitutions { - if fm.Substitutions[i].Name == fs.Name { - // validate the value if we are not reverting to the marker. - // markers are allowed to be invalid. - // only validate if there is a substitution matching the name - if !fs.Revert { - if err := fm.Type.Validate(fs.NewValue); err != nil { - return nil, nil, err - } - } - return &fm.Substitutions[i], fm, nil - } - } - return nil, nil, nil -} - -// substitute performs the substitution for the given field, substitution, and metadata -func (fs *performSubstitutions) substitute( - field *yaml.RNode, s *fieldmeta.Substitution, f *fieldmeta.FieldMeta) error { - // undo or override previous substitutions by substituting the marker back - // NOTE: check if s.Value != "" so we never try to substitute the empty string back - if (fs.Revert || fs.Override) && s.Value != "" { - // revert to the marker value - if strings.Contains(field.YNode().Value, s.Value) { - // revert the substitution - field.YNode().Value = strings.ReplaceAll(field.YNode().Value, s.Value, s.Marker) - // only use the tag matching the type if the marker parses to that type - field.YNode().Tag = f.Type.TagForValue(s.Marker) - // record that the config has been modified - } - } - if fs.Revert { - fs.Count++ - s.Value = "" // value has been cleared and replaced with marker - if err := f.Write(field); err != nil { - return err - } - return nil - } - - if s.Value == fs.NewValue || !strings.Contains(field.YNode().Value, s.Marker) { - // no substitutions necessary -- already substituted or doesn't have the marker - return nil - } - - // replace the marker with the new value - field.YNode().Value = strings.ReplaceAll(field.YNode().Value, s.Marker, fs.NewValue) - // be sure to set the tag so the yaml doesn't incorrectly quote ints, bools or floats - field.YNode().Tag = f.Type.Tag() - field.YNode().Style = 0 - // record that the config has been modified - fs.Count++ - - // update the comment on the field - s.Value = fs.NewValue - if err := f.Write(field); err != nil { - return err - } - return nil -} diff --git a/cmd/config/internal/sub/lookupkio.go b/cmd/config/internal/sub/lookupkio.go deleted file mode 100644 index 76921c119..000000000 --- a/cmd/config/internal/sub/lookupkio.go +++ /dev/null @@ -1,69 +0,0 @@ -// Copyright 2019 The Kubernetes Authors. -// SPDX-License-Identifier: Apache-2.0 - -package sub - -import ( - "sort" - - "sigs.k8s.io/kustomize/kyaml/kio" - "sigs.k8s.io/kustomize/kyaml/yaml" -) - -var _ kio.Filter = &LookupSubstitutions{} - -// Sub performs substitutions -type LookupSubstitutions struct { - // Name is the name of the substitution to match. If unspecified, all substitutions will - // be matched. - Name string - - // SubstitutionCounts are the aggregate substitutions matched. - SubstitutionCounts []FieldSubstitutionCount -} - -type FieldSubstitutionCount struct { - // Count is the number of substitutions possible to perform - Count int - - // CountComplete is the number of substitutions that have already been performed - // independent of this object. - CountComplete int - - // FieldSubstitution is the substitution found - FieldSubstitution -} - -func (l *LookupSubstitutions) Filter(input []*yaml.RNode) ([]*yaml.RNode, error) { - subs := map[string]*FieldSubstitutionCount{} - for i := range input { - // lookup substitutions for this object - ls := &lookupSubstitutions{Name: l.Name} - if err := input[i].PipeE(ls); err != nil { - return nil, err - } - - // aggregate counts for each substitution - for j := range ls.Substitutions { - sub := ls.Substitutions[j] - curr, found := subs[sub.Name] - if !found { - curr = &FieldSubstitutionCount{FieldSubstitution: sub} - subs[sub.Name] = curr - } - curr.Count++ - if sub.CurrentValue != "" { - curr.CountComplete++ - } - } - } - - // pull out and sort the results - for _, v := range subs { - l.SubstitutionCounts = append(l.SubstitutionCounts, *v) - } - sort.Slice(l.SubstitutionCounts, func(i, j int) bool { - return l.SubstitutionCounts[i].Name < l.SubstitutionCounts[j].Name - }) - return input, nil -} diff --git a/cmd/config/internal/sub/lookupyaml.go b/cmd/config/internal/sub/lookupyaml.go deleted file mode 100644 index dee2abf29..000000000 --- a/cmd/config/internal/sub/lookupyaml.go +++ /dev/null @@ -1,65 +0,0 @@ -// Copyright 2019 The Kubernetes Authors. -// SPDX-License-Identifier: Apache-2.0 - -package sub - -import ( - "sigs.k8s.io/kustomize/kyaml/fieldmeta" - "sigs.k8s.io/kustomize/kyaml/yaml" -) - -var _ yaml.Filter = &lookupSubstitutions{} - -// substituteResource substitutes a Marker value on a field -type lookupSubstitutions struct { - // Name of the substitution to lookup. If unspecified lookup all substitutions. - Name string - - // FieldSubstitution is the list of substitutions that were found - Substitutions []FieldSubstitution -} - -func (ls *lookupSubstitutions) Filter(object *yaml.RNode) (*yaml.RNode, error) { - switch object.YNode().Kind { - case yaml.DocumentNode: - return ls.Filter(yaml.NewRNode(object.YNode().Content[0])) - case yaml.MappingNode: - return object, object.VisitFields(func(node *yaml.MapNode) error { - _, err := ls.Filter(node.Value) - return err - }) - case yaml.SequenceNode: - return object, object.VisitElements(func(node *yaml.RNode) error { - _, err := ls.Filter(node) - return err - }) - case yaml.ScalarNode: - return object, ls.lookup(object) - default: - return object, nil - } -} - -// lookup finds any substitutions for this field -func (ls *lookupSubstitutions) lookup(field *yaml.RNode) error { - // check if there is a substitution for this field - var fm = &fieldmeta.FieldMeta{} - if err := fm.Read(field); err != nil { - return err - } - - for i := range fm.Substitutions { - s := fm.Substitutions[i] - if ls.Name == "" || ls.Name == s.Name { - ls.Substitutions = append(ls.Substitutions, FieldSubstitution{ - Name: s.Name, - CurrentValue: s.Value, - Description: fm.Description, - Marker: s.Marker, - Type: fm.Type, - OwnedBy: fm.OwnedBy, - }) - } - } - return nil -} diff --git a/cmd/config/internal/sub/types.go b/cmd/config/internal/sub/types.go deleted file mode 100644 index f8b6a86b7..000000000 --- a/cmd/config/internal/sub/types.go +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright 2019 The Kubernetes Authors. -// SPDX-License-Identifier: Apache-2.0 - -package sub - -import ( - "sigs.k8s.io/kustomize/kyaml/fieldmeta" -) - -// FieldSubstitution is a possible field substitution read from a field -type FieldSubstitution struct { - // Name is the name of the substitution - Name string - - // Description is a description of the fields current value - Description string - - // Value is the current substituted value for the field. - CurrentValue string - - // Type is the type of the substitution - Type fieldmeta.FieldValueType - - // Marker is the marker used - Marker string - - // OwnedBy, if set will annotate the field with an owner. - OwnedBy string -} diff --git a/cmd/config/main.go b/cmd/config/main.go index ff1b6f2eb..ebc89adcf 100644 --- a/cmd/config/main.go +++ b/cmd/config/main.go @@ -9,6 +9,7 @@ package main import ( "os" + "sigs.k8s.io/kustomize/cmd/config/complete" "sigs.k8s.io/kustomize/cmd/config/configcobra" "sigs.k8s.io/kustomize/kyaml/commandutil" ) @@ -16,7 +17,10 @@ import ( func main() { // enable the config commands os.Setenv(commandutil.EnableAlphaCommmandsEnvName, "true") - if err := configcobra.NewConfigCommand("").Execute(); err != nil { + cmd := configcobra.NewConfigCommand("") + complete.Complete(cmd).Complete("config") + + if err := cmd.Execute(); err != nil { os.Exit(1) } } diff --git a/cmd/kubectl/go.mod b/cmd/kubectl/go.mod index 98ee8b91a..056e3db05 100644 --- a/cmd/kubectl/go.mod +++ b/cmd/kubectl/go.mod @@ -4,8 +4,11 @@ go 1.13 require ( github.com/spf13/cobra v0.0.5 + k8s.io/api v0.17.0 + k8s.io/apimachinery v0.17.0 k8s.io/cli-runtime v0.17.0 k8s.io/client-go v0.17.0 - k8s.io/kubectl v0.17.0 - sigs.k8s.io/kustomize/kyaml v0.0.2 + k8s.io/component-base v0.17.0 // indirect + k8s.io/kubectl v0.0.0-20191219154910-1528d4eea6dd + sigs.k8s.io/kustomize/kyaml v0.0.6 ) diff --git a/cmd/kubectl/go.sum b/cmd/kubectl/go.sum index 156b8e613..06940b26e 100644 --- a/cmd/kubectl/go.sum +++ b/cmd/kubectl/go.sum @@ -85,6 +85,8 @@ github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL9 github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501/go.mod h1:J8+jY1nAiCcj+friV/PDoE1/3eeccG9LYBs0tYvLOWc= github.com/go-openapi/spec v0.19.3 h1:0XRyw8kguri6Yw4SxhsQA/atC88yqrk0+G4YhI2wabc= github.com/go-openapi/spec v0.19.3/go.mod h1:FpwSN1ksY1eteniUU7X0N/BgJ7a4WvBFVA8Lj9mJglo= +github.com/go-openapi/spec v0.19.5 h1:Xm0Ao53uqnk9QE/LlYV5DEU09UAgpliA85QoT9LzqPw= +github.com/go-openapi/spec v0.19.5/go.mod h1:Hm2Jr4jv8G1ciIAo+frC/Ft+rR2kQDh8JHKHb3gWUSk= github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87/go.mod h1:DXUve3Dpr1UfpPtxFw+EFuQ41HhCWZfha5jSVRG7C7I= github.com/go-openapi/swag v0.19.2 h1:jvO6bCMBEilGwMfHhrd61zIID4oIFdwb76V17SM88dE= github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= @@ -211,6 +213,7 @@ github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsT github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M= github.com/russross/blackfriday v1.5.2 h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= +github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2 h1:SPIRibHv4MatM3XXNO2BJeFLZwZ2LvZgfQ5+UNI2im4= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= @@ -329,6 +332,8 @@ gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLks gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo= +gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= @@ -344,15 +349,22 @@ gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo= gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= +k8s.io/api v0.0.0-20191214185829-ca1d04f8b0d3/go.mod h1:itOjKREfmUTvcjantxOsyYU5mbFsU7qUnyUuRfF5+5M= k8s.io/api v0.17.0 h1:H9d/lw+VkZKEVIUc8F3wgiQ+FUXTTr21M87jXLU7yqM= k8s.io/api v0.17.0/go.mod h1:npsyOePkeP0CPwyGfXDHxvypiYMJxBWAMpQxCaJ4ZxI= +k8s.io/apimachinery v0.0.0-20191214185652-442f8fb2f03a/go.mod h1:Ng1IY8TS7sC44KJxT/WUR6qFRfWwahYYYpNXyYRKOCY= +k8s.io/apimachinery v0.0.0-20191216025728-0ee8b4573e3a/go.mod h1:Ng1IY8TS7sC44KJxT/WUR6qFRfWwahYYYpNXyYRKOCY= k8s.io/apimachinery v0.17.0 h1:xRBnuie9rXcPxUkDizUsGvPf1cnlZCFu210op7J7LJo= k8s.io/apimachinery v0.17.0/go.mod h1:b9qmWdKlLuU9EBh+06BtLcSf/Mu89rWL33naRxs1uZg= +k8s.io/cli-runtime v0.0.0-20191214191754-e6dc6d5c8724/go.mod h1:wzlq80lvjgHW9if6MlE4OIGC86MDKsy5jtl9nxz/IYY= k8s.io/cli-runtime v0.17.0 h1:XEuStbJBHCQlEKFyTQmceDKEWOSYHZkcYWKp3SsQ9Hk= k8s.io/cli-runtime v0.17.0/go.mod h1:1E5iQpMODZq2lMWLUJELwRu2MLWIzwvMgDBpn3Y81Qo= +k8s.io/client-go v0.0.0-20191214190045-a32a6f7a3052/go.mod h1:tAaoc/sYuIL0+njJefSAmE28CIcxyaFV4kbIujBlY2s= +k8s.io/client-go v0.0.0-20191219150334-0b8da7416048/go.mod h1:ZEe8ZASDUAuqVGJ+UN0ka0PfaR+b6a6E1PGsSNZRui8= k8s.io/client-go v0.17.0 h1:8QOGvUGdqDMFrm9sD6IUFl256BcffynGoe80sxgTEDg= k8s.io/client-go v0.17.0/go.mod h1:TYgR6EUHs6k45hb6KWjVD6jFZvJV4gHDikv/It0xz+k= -k8s.io/code-generator v0.17.0/go.mod h1:DVmfPQgxQENqDIzVR2ddLXMH34qeszkKSdH/N+s+38s= +k8s.io/code-generator v0.0.0-20191214185510-0b9b3c99f9f2/go.mod h1:BjGKcoq1MRUmcssvHiSxodCco1T6nVIt4YeCT5CMSao= +k8s.io/component-base v0.0.0-20191214190519-d868452632e2/go.mod h1:wupxkh1T/oUDqyTtcIjiEfpbmIHGm8By/vqpSKC6z8c= k8s.io/component-base v0.17.0 h1:BnDFcmBDq+RPpxXjmuYnZXb59XNN9CaFrX8ba9+3xrA= k8s.io/component-base v0.17.0/go.mod h1:rKuRAokNMY2nn2A6LP/MiwpoaMRHpfRnrPaUJJj1Yoc= k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= @@ -363,9 +375,9 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/kubectl v0.17.0 h1:xD4EWlL+epc/JTO1gvSjmV9yiYF0Z2wiHK2DIek6URY= -k8s.io/kubectl v0.17.0/go.mod h1:jIPrUAW656Vzn9wZCCe0PC+oTcu56u2HgFD21Xbfk1s= -k8s.io/metrics v0.17.0/go.mod h1:EH1D3YAwN6d7bMelrElnLhLg72l/ERStyv2SIQVt6Do= +k8s.io/kubectl v0.0.0-20191219154910-1528d4eea6dd h1:nZX5+wEqTu/EBIYjrZlFOA63z4+Zcy96lDkCZPU9a9c= +k8s.io/kubectl v0.0.0-20191219154910-1528d4eea6dd/go.mod h1:9ehGcuUGjXVZh0qbYSB0vvofQw2JQe6c6cO0k4wu/Oo= +k8s.io/metrics v0.0.0-20191214191643-6b1944c9f765/go.mod h1:5V7rewilItwK0cz4nomU0b3XCcees2Ka5EBYWS1HBeM= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f h1:GiPwtSzdP43eI1hpPCbROQCCIgCuiMMNF8YUVLF3vJo= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw= diff --git a/cmd/kubectl/kubectlcobra/commands.go b/cmd/kubectl/kubectlcobra/commands.go index 62492b404..e47b56f37 100644 --- a/cmd/kubectl/kubectlcobra/commands.go +++ b/cmd/kubectl/kubectlcobra/commands.go @@ -17,9 +17,6 @@ import ( cmdutil "k8s.io/kubectl/pkg/cmd/util" "k8s.io/kubectl/pkg/util/i18n" "sigs.k8s.io/kustomize/kyaml/commandutil" - - // initialize auth - _ "k8s.io/client-go/plugin/pkg/client/auth" ) // GetCommand returns a command from kubectl to install diff --git a/cmd/kubectl/kubectlcobra/grouping.go b/cmd/kubectl/kubectlcobra/grouping.go new file mode 100644 index 000000000..568682093 --- /dev/null +++ b/cmd/kubectl/kubectlcobra/grouping.go @@ -0,0 +1,59 @@ +// Copyright 2020 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +// package kubectlcobra contains cobra commands from kubectl +package kubectlcobra + +import ( + "k8s.io/apimachinery/pkg/api/meta" + "k8s.io/apimachinery/pkg/runtime" + "k8s.io/cli-runtime/pkg/resource" +) + +const GroupingLabel = "kustomize.k8s.io/group-id" + +// isGroupingObject returns true if the passed object has the +// grouping label. +// TODO(seans3): Check type is ConfigMap. +func isGroupingObject(obj runtime.Object) bool { + if obj == nil { + return false + } + accessor, err := meta.Accessor(obj) + if err == nil { + labels := accessor.GetLabels() + _, exists := labels[GroupingLabel] + if exists { + return true + } + } + return false +} + +// findGroupingObject returns the "Grouping" object (ConfigMap with +// grouping label) if it exists, and a boolean describing if it was found. +func findGroupingObject(infos []*resource.Info) (*resource.Info, bool) { + for _, info := range infos { + if info != nil && isGroupingObject(info.Object) { + return info, true + } + } + return nil, false +} + +// sortGroupingObject reorders the infos slice to place the grouping +// object in the first position. Returns true if grouping object found, +// false otherwise. +func sortGroupingObject(infos []*resource.Info) bool { + for i, info := range infos { + if info != nil && isGroupingObject(info.Object) { + // If the grouping object is not already in the first position, + // swap the grouping object with the first object. + if i > 0 { + infos[0], infos[i] = infos[i], infos[0] + } + return true + } + } + return false +} diff --git a/cmd/kubectl/kubectlcobra/grouping_test.go b/cmd/kubectl/kubectlcobra/grouping_test.go new file mode 100644 index 000000000..12911cf52 --- /dev/null +++ b/cmd/kubectl/kubectlcobra/grouping_test.go @@ -0,0 +1,217 @@ +// Copyright 2020 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +// package kubectlcobra contains cobra commands from kubectl +package kubectlcobra + +import ( + "testing" + + corev1 "k8s.io/api/core/v1" + metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" + "k8s.io/apimachinery/pkg/runtime" + "k8s.io/cli-runtime/pkg/resource" +) + +var testNamespace = "test-grouping-namespace" +var groupingObjName = "test-grouping-obj" +var pod1Name = "pod-1" +var pod2Name = "pod-2" +var pod3Name = "pod-3" + +var groupingObj = corev1.ConfigMap{ + ObjectMeta: metav1.ObjectMeta{ + Namespace: testNamespace, + Name: groupingObjName, + Labels: map[string]string{ + GroupingLabel: "true", + }, + }, +} + +var groupingInfo = &resource.Info{ + Namespace: testNamespace, + Name: groupingObjName, + Object: &groupingObj, +} + +var pod1 = corev1.Pod{ + ObjectMeta: metav1.ObjectMeta{ + Namespace: testNamespace, + Name: pod1Name, + }, +} + +var pod1Info = &resource.Info{ + Namespace: testNamespace, + Name: pod1Name, + Object: &pod1, +} + +var pod2 = corev1.Pod{ + ObjectMeta: metav1.ObjectMeta{ + Namespace: testNamespace, + Name: pod2Name, + }, +} + +var pod2Info = &resource.Info{ + Namespace: testNamespace, + Name: pod2Name, + Object: &pod2, +} + +var pod3 = corev1.Pod{ + ObjectMeta: metav1.ObjectMeta{ + Namespace: testNamespace, + Name: pod3Name, + }, +} + +var pod3Info = &resource.Info{ + Namespace: testNamespace, + Name: pod3Name, + Object: &pod3, +} + +func TestIsGroupingObject(t *testing.T) { + tests := []struct { + obj runtime.Object + isGrouping bool + }{ + { + obj: nil, + isGrouping: false, + }, + { + obj: &groupingObj, + isGrouping: true, + }, + { + obj: &pod2, + isGrouping: false, + }, + } + + for _, test := range tests { + grouping := isGroupingObject(test.obj) + if test.isGrouping && !grouping { + t.Errorf("Grouping object not identified: %#v", test.obj) + } + if !test.isGrouping && grouping { + t.Errorf("Non-grouping object identifed as grouping obj: %#v", test.obj) + } + } +} + +func TestFindGroupingObject(t *testing.T) { + tests := []struct { + infos []*resource.Info + exists bool + name string + }{ + { + infos: []*resource.Info{}, + exists: false, + name: "", + }, + { + infos: []*resource.Info{nil}, + exists: false, + name: "", + }, + { + infos: []*resource.Info{groupingInfo}, + exists: true, + name: groupingObjName, + }, + { + infos: []*resource.Info{pod1Info}, + exists: false, + name: "", + }, + { + infos: []*resource.Info{pod1Info, pod2Info, pod3Info}, + exists: false, + name: "", + }, + { + infos: []*resource.Info{pod1Info, pod2Info, groupingInfo, pod3Info}, + exists: true, + name: groupingObjName, + }, + } + + for _, test := range tests { + groupingObj, found := findGroupingObject(test.infos) + if test.exists && !found { + t.Errorf("Should have found grouping object") + } + if !test.exists && found { + t.Errorf("Grouping object found, but it does not exist: %#v", groupingObj) + } + if test.exists && found && test.name != groupingObj.Name { + t.Errorf("Grouping object name does not match: %s/%s", test.name, groupingObj.Name) + } + } +} + +func TestSortGroupingObject(t *testing.T) { + tests := []struct { + infos []*resource.Info + sorted bool + }{ + { + infos: []*resource.Info{}, + sorted: false, + }, + { + infos: []*resource.Info{groupingInfo}, + sorted: true, + }, + { + infos: []*resource.Info{pod1Info}, + sorted: false, + }, + { + infos: []*resource.Info{pod1Info, pod2Info}, + sorted: false, + }, + { + infos: []*resource.Info{groupingInfo, pod1Info}, + sorted: true, + }, + { + infos: []*resource.Info{pod1Info, groupingInfo}, + sorted: true, + }, + { + infos: []*resource.Info{pod1Info, pod2Info, groupingInfo, pod3Info}, + sorted: true, + }, + { + infos: []*resource.Info{pod1Info, pod2Info, pod3Info, groupingInfo}, + sorted: true, + }, + { + infos: []*resource.Info{groupingInfo, pod1Info, pod2Info, pod3Info}, + sorted: true, + }, + } + + for _, test := range tests { + wasSorted := sortGroupingObject(test.infos) + if wasSorted && !test.sorted { + t.Errorf("Grouping object was sorted, but it shouldn't have been") + } + if !wasSorted && test.sorted { + t.Errorf("Grouping object was NOT sorted, but it should have been") + } + if wasSorted { + first := test.infos[0] + if !isGroupingObject(first.Object) { + t.Errorf("Grouping object was not sorted into first position") + } + } + } +} diff --git a/cmd/kubectl/kubectlcobra/inventory.go b/cmd/kubectl/kubectlcobra/inventory.go new file mode 100644 index 000000000..09e367bfe --- /dev/null +++ b/cmd/kubectl/kubectlcobra/inventory.go @@ -0,0 +1,83 @@ +// Copyright 2020 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +// package kubectlcobra contains cobra commands from kubectl +package kubectlcobra + +import ( + "fmt" + "strings" + + "k8s.io/apimachinery/pkg/runtime/schema" +) + +// Separates inventory fields. This string is allowable as a +// ConfigMap key, but it is not allowed as a character in +// resource name. +const fieldSeparator = "_" + +// Inventory organizes and stores the indentifying information +// for an object. This struct (as a string) is stored in a +// grouping object to keep track of sets of applied objects. +type Inventory struct { + Namespace string + Name string + GroupKind schema.GroupKind +} + +// createInventory returns a pointer to an Inventory struct filled +// with the passed values. This function validates the passed fields +// and returns an error for bad parameters. +func createInventory(namespace string, + name string, gk schema.GroupKind) (*Inventory, error) { + + // Namespace can be empty, but name cannot. + name = strings.TrimSpace(name) + if name == "" { + return nil, fmt.Errorf("Empty name for inventory object") + } + if gk.Empty() { + return nil, fmt.Errorf("Empty GroupKind for inventory object") + } + + return &Inventory{ + Namespace: strings.TrimSpace(namespace), + Name: name, + GroupKind: gk, + }, nil +} + +// parseInventory takes a string, splits it into its five fields, +// and returns a pointer to an Inventory struct storing the +// five fields. Example inventory string: +// +// test-namespace/test-name/apps/v1/ReplicaSet +// +// Returns an error if unable to parse and create the Inventory +// struct. +func parseInventory(inv string) (*Inventory, error) { + parts := strings.Split(inv, fieldSeparator) + if len(parts) == 4 { + gk := schema.GroupKind{ + Group: strings.TrimSpace(parts[2]), + Kind: strings.TrimSpace(parts[3]), + } + return createInventory(parts[0], parts[1], gk) + } + return nil, fmt.Errorf("Unable to decode inventory: %s\n", inv) +} + +// Equals returns true if the Inventory structs are identical; +// false otherwise. +func (i *Inventory) Equals(other *Inventory) bool { + return i.String() == other.String() +} + +// String create a string version of the Inventory struct. +func (i *Inventory) String() string { + return fmt.Sprintf("%s%s%s%s%s%s%s", + i.Namespace, fieldSeparator, + i.Name, fieldSeparator, + i.GroupKind.Group, fieldSeparator, + i.GroupKind.Kind) +} diff --git a/cmd/kubectl/kubectlcobra/inventory_test.go b/cmd/kubectl/kubectlcobra/inventory_test.go new file mode 100644 index 000000000..2f6aaf080 --- /dev/null +++ b/cmd/kubectl/kubectlcobra/inventory_test.go @@ -0,0 +1,218 @@ +// Copyright 2020 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +// package kubectlcobra contains cobra commands from kubectl +package kubectlcobra + +import ( + "testing" + + "k8s.io/apimachinery/pkg/runtime/schema" +) + +func TestCreateInventory(t *testing.T) { + tests := []struct { + namespace string + name string + gk schema.GroupKind + expected string + isError bool + }{ + { + namespace: " \n", + name: " test-name\t", + gk: schema.GroupKind{ + Group: "apps", + Kind: "ReplicaSet", + }, + expected: "_test-name_apps_ReplicaSet", + isError: false, + }, + { + namespace: "test-namespace ", + name: " test-name\t", + gk: schema.GroupKind{ + Group: "apps", + Kind: "ReplicaSet", + }, + expected: "test-namespace_test-name_apps_ReplicaSet", + isError: false, + }, + // Error with empty name. + { + namespace: "test-namespace ", + name: " \t", + gk: schema.GroupKind{ + Group: "apps", + Kind: "ReplicaSet", + }, + expected: "", + isError: true, + }, + // Error with empty GroupKind. + { + namespace: "test-namespace", + name: "test-name", + gk: schema.GroupKind{}, + expected: "", + isError: true, + }, + } + + for _, test := range tests { + inv, err := createInventory(test.namespace, test.name, test.gk) + if !test.isError { + if err != nil { + t.Errorf("Error creating inventory when it should have worked.") + } else if test.expected != inv.String() { + t.Errorf("Expected inventory (%s) != created inventory(%s)\n", test.expected, inv.String()) + } + } + if test.isError && err == nil { + t.Errorf("Should have returned an error in createInventory()") + } + } +} + +func TestInventoryEqual(t *testing.T) { + tests := []struct { + inventory1 *Inventory + inventory2 *Inventory + isEqual bool + }{ + // Two equal inventories without a namespace + { + inventory1: &Inventory{ + Name: "test-inv", + GroupKind: schema.GroupKind{ + Group: "apps", + Kind: "Deployment", + }, + }, + inventory2: &Inventory{ + Name: "test-inv", + GroupKind: schema.GroupKind{ + Group: "apps", + Kind: "Deployment", + }, + }, + isEqual: true, + }, + // Two equal inventories with a namespace + { + inventory1: &Inventory{ + Namespace: "test-namespace", + Name: "test-inv", + GroupKind: schema.GroupKind{ + Group: "apps", + Kind: "Deployment", + }, + }, + inventory2: &Inventory{ + Namespace: "test-namespace", + Name: "test-inv", + GroupKind: schema.GroupKind{ + Group: "apps", + Kind: "Deployment", + }, + }, + isEqual: true, + }, + // One inventory with a namespace, one without -- not equal. + { + inventory1: &Inventory{ + Name: "test-inv", + GroupKind: schema.GroupKind{ + Group: "apps", + Kind: "Deployment", + }, + }, + inventory2: &Inventory{ + Namespace: "test-namespace", + Name: "test-inv", + GroupKind: schema.GroupKind{ + Group: "apps", + Kind: "Deployment", + }, + }, + isEqual: false, + }, + // One inventory with a Deployment, one with a ReplicaSet -- not equal. + { + inventory1: &Inventory{ + Name: "test-inv", + GroupKind: schema.GroupKind{ + Group: "apps", + Kind: "Deployment", + }, + }, + inventory2: &Inventory{ + Name: "test-inv", + GroupKind: schema.GroupKind{ + Group: "apps", + Kind: "ReplicaSet", + }, + }, + isEqual: false, + }, + } + + for _, test := range tests { + actual := test.inventory1.Equals(test.inventory2) + if test.isEqual && !actual { + t.Errorf("Expected inventories equal, but actual is not: (%s)/(%s)\n", test.inventory1, test.inventory2) + } + } +} + +func TestParseInventory(t *testing.T) { + tests := []struct { + invStr string + inventory *Inventory + isError bool + }{ + { + invStr: "_test-name_apps_ReplicaSet\t", + inventory: &Inventory{ + Name: "test-name", + GroupKind: schema.GroupKind{ + Group: "apps", + Kind: "ReplicaSet", + }, + }, + isError: false, + }, + { + invStr: "test-namespace_test-name_apps_Deployment", + inventory: &Inventory{ + Namespace: "test-namespace", + Name: "test-name", + GroupKind: schema.GroupKind{ + Group: "apps", + Kind: "Deployment", + }, + }, + isError: false, + }, + // Not enough fields -- error + { + invStr: "_test-name_apps", + inventory: &Inventory{}, + isError: true, + }, + } + + for _, test := range tests { + actual, err := parseInventory(test.invStr) + if !test.isError { + if err != nil { + t.Errorf("Error parsing inventory when it should have worked.") + } else if !test.inventory.Equals(actual) { + t.Errorf("Expected inventory (%s) != parsed inventory (%s)\n", test.inventory, actual) + } + } + if test.isError && err == nil { + t.Errorf("Should have returned an error in parseInventory()") + } + } +} diff --git a/cmd/kubectl/main.go b/cmd/kubectl/main.go index bba896c1f..6c70bb6f6 100644 --- a/cmd/kubectl/main.go +++ b/cmd/kubectl/main.go @@ -8,6 +8,10 @@ import ( "sigs.k8s.io/kustomize/cmd/kubectl/kubectlcobra" "sigs.k8s.io/kustomize/kyaml/commandutil" + + // This is here rather than in the libraries because of + // https://github.com/kubernetes-sigs/kustomize/issues/2060 + _ "k8s.io/client-go/plugin/pkg/client/auth" ) func main() { diff --git a/cmd/resource/.golangci.yml b/cmd/resource/.golangci.yml index 748d70256..822522f88 100644 --- a/cmd/resource/.golangci.yml +++ b/cmd/resource/.golangci.yml @@ -15,7 +15,7 @@ linters: - dogsled - dupl - errcheck - - funlen + # - funlen # - gochecknoinits - goconst - gocritic diff --git a/cmd/resource/Makefile b/cmd/resource/Makefile index f8567e8d7..29d262a6a 100644 --- a/cmd/resource/Makefile +++ b/cmd/resource/Makefile @@ -17,8 +17,8 @@ fmt: go fmt ./... generate: - #(which $(GOBIN)/mdtogo || go get sigs.k8s.io/kustomize/cmd/resource) - #GOBIN=$(GOBIN) go generate ./... + (which $(GOBIN)/mdtogo || go get sigs.k8s.io/kustomize/cmd/mdtogo) + GOBIN=$(GOBIN) go generate ./... license: (which $(GOBIN)/addlicense || go get github.com/google/addlicense) diff --git a/cmd/resource/go.mod b/cmd/resource/go.mod index 2ba9b0391..9a31f15de 100644 --- a/cmd/resource/go.mod +++ b/cmd/resource/go.mod @@ -3,9 +3,12 @@ module sigs.k8s.io/kustomize/cmd/resource go 1.12 require ( + github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d github.com/pkg/errors v0.8.1 github.com/spf13/cobra v0.0.5 + github.com/stretchr/testify v1.4.0 golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 // indirect + k8s.io/api v0.0.0-20190918155943-95b840bb6a1f k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655 k8s.io/client-go v0.0.0-20190918160344-1fbdaa4c8d90 sigs.k8s.io/controller-runtime v0.4.0 diff --git a/cmd/resource/go.sum b/cmd/resource/go.sum index 20b8392c8..3068e540e 100644 --- a/cmd/resource/go.sum +++ b/cmd/resource/go.sum @@ -3,21 +3,31 @@ cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.38.0 h1:ROfEUZz+Gh5pa62DJWXSaonyu3StP6EA6lPEXPI6mCo= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8= +github.com/Azure/go-autorest/autorest v0.9.0 h1:MRvx8gncNaXJqOoLmhNjUAKh33JJF8LyxPhomEtOsjs= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= +github.com/Azure/go-autorest/autorest/adal v0.5.0 h1:q2gDruN08/guU9vAjuPWff0+QIrpH6ediguzdAzXAUU= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= +github.com/Azure/go-autorest/autorest/date v0.1.0 h1:YGrhWfrgtFs84+h0o46rJrlmsZtyZRg470CqAXTZaGM= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= +github.com/Azure/go-autorest/autorest/mocks v0.2.0 h1:Ww5g4zThfD/6cLb4z6xxgeyDa7QDkizMkJKe0ysZXp0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= +github.com/Azure/go-autorest/logger v0.1.0 h1:ruG4BSDXONFRrZZJ2GUXDiUyVpayPmb1GnWeHDdaNKY= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= +github.com/Azure/go-autorest/tracing v0.5.0 h1:TRn4WjSnkcSy5AEG3pnbtFSwNtwzjr4VYyQflFE619k= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ= github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= +github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI= github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= +github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= +github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8= +github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d/go.mod h1:asat636LX7Bqt5lYEZ27JNDcqxfjdBQuJ/MM4CN/Lzo= github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= @@ -39,6 +49,7 @@ github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2/go.mod h1:J7Y8YcW2 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/go-units v0.3.3/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk= @@ -74,9 +85,12 @@ github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1/go.mod h1:+ github.com/go-openapi/jsonpointer v0.17.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwdsUdVpsRhURCKh+3M= github.com/go-openapi/jsonpointer v0.18.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwdsUdVpsRhURCKh+3M= github.com/go-openapi/jsonpointer v0.19.2/go.mod h1:3akKfEdA7DF1sugOqz1dVQHBcuDBPKZGEoHC/NkiQRg= +github.com/go-openapi/jsonpointer v0.19.3 h1:gihV7YNZK1iK6Tgwwsxo2rJbD1GTbdm72325Bq8FI3w= +github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9/go.mod h1:W3Z9FmVs9qj+KR4zFKmDPGiLdk1D9Rlm7cyMvf57TTg= github.com/go-openapi/jsonreference v0.17.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I= github.com/go-openapi/jsonreference v0.18.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I= +github.com/go-openapi/jsonreference v0.19.2 h1:o20suLFB4Ri0tuzpWtyHlh7E7HnkqTNLq6aR6WVNS1w= github.com/go-openapi/jsonreference v0.19.2/go.mod h1:jMjeRr2HHw6nAVajTXJ4eiUwohSTlpa0o73RUL1owJc= github.com/go-openapi/loads v0.17.0/go.mod h1:72tmFy5wsWx89uEVddd0RjRWPZm92WRLhf7AC+0+OOU= github.com/go-openapi/loads v0.18.0/go.mod h1:72tmFy5wsWx89uEVddd0RjRWPZm92WRLhf7AC+0+OOU= @@ -88,6 +102,8 @@ github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501/go.mod h1:J8+jY1nA github.com/go-openapi/spec v0.17.0/go.mod h1:XkF/MOi14NmjsfZ8VtAKf8pIlbZzyoTvZsdfssdxcBI= github.com/go-openapi/spec v0.18.0/go.mod h1:XkF/MOi14NmjsfZ8VtAKf8pIlbZzyoTvZsdfssdxcBI= github.com/go-openapi/spec v0.19.2/go.mod h1:sCxk3jxKgioEJikev4fgkNmwS+3kuYdJtcsZsD5zxMY= +github.com/go-openapi/spec v0.19.5 h1:Xm0Ao53uqnk9QE/LlYV5DEU09UAgpliA85QoT9LzqPw= +github.com/go-openapi/spec v0.19.5/go.mod h1:Hm2Jr4jv8G1ciIAo+frC/Ft+rR2kQDh8JHKHb3gWUSk= github.com/go-openapi/strfmt v0.17.0/go.mod h1:P82hnJI0CXkErkXi8IKjPbNBM6lV6+5pLP5l494TcyU= github.com/go-openapi/strfmt v0.18.0/go.mod h1:P82hnJI0CXkErkXi8IKjPbNBM6lV6+5pLP5l494TcyU= github.com/go-openapi/strfmt v0.19.0/go.mod h1:+uW+93UVvGGq2qGaZxdDeJqSAqBqBdl+ZPMF/cC8nDY= @@ -95,6 +111,8 @@ github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87/go.mod h1:DXUve3Dp github.com/go-openapi/swag v0.17.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg= github.com/go-openapi/swag v0.18.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg= github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= +github.com/go-openapi/swag v0.19.5 h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY= +github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= github.com/go-openapi/validate v0.18.0/go.mod h1:Uh4HdOzKt19xGIGm1qHf/ofbX1YQ4Y+MYsct2VUrAJ4= github.com/go-openapi/validate v0.19.2/go.mod h1:1tRCw7m3jtI8eNWEEliiAqUIcBztB2KDnRCRMUi7GTA= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= @@ -129,6 +147,7 @@ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+ github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/googleapis/gnostic v0.3.1 h1:WeAefnSUHlBb0iJKwxFDZdbfGwkd7xRNuV+IpXMJhYk= github.com/googleapis/gnostic v0.3.1/go.mod h1:on+2t9HRStVgn95RSsFWFz+6Q0Snyqv1awfrALZdbtU= +github.com/gophercloud/gophercloud v0.1.0 h1:P/nh25+rzXouhytV2pUHBb65fnds26Ghl8/391+sT5o= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= @@ -167,6 +186,8 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= +github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= +github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= @@ -211,6 +232,7 @@ github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a h1:9a8MnZMP0X2nL github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= +github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.3/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= @@ -280,6 +302,7 @@ golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53/go.mod h1:t9HGtf8HONx5eT2rtn golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190909003024-a7b16738d86b h1:XfVGCX+0T4WOStkaOsJRllbsiImhB2jgVBGc9L0lPGc= golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -344,8 +367,10 @@ google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7 google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= +google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873 h1:nfPFGzJkUDX6uBmpN/pSw7MbOAWegH5QDQuoXFHedLg= google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= +google.golang.org/grpc v1.23.0 h1:AzbTB6ux+okLTzP8Ru1Xs41C303zdcfEht7MQnYJt5A= google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= 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/cmd/resource/main.go b/cmd/resource/main.go index 433dfbdfa..4df301e04 100644 --- a/cmd/resource/main.go +++ b/cmd/resource/main.go @@ -1,3 +1,6 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + package main import ( @@ -7,7 +10,9 @@ import ( "sigs.k8s.io/kustomize/cmd/resource/status" - _ "k8s.io/client-go/plugin/pkg/client/auth/gcp" + // This is here rather than in the libraries because of + // https://github.com/kubernetes-sigs/kustomize/issues/2060 + _ "k8s.io/client-go/plugin/pkg/client/auth" ) var root = &cobra.Command{ diff --git a/cmd/resource/status/cmd/events.go b/cmd/resource/status/cmd/events.go index 67e98aa8d..818f2d333 100644 --- a/cmd/resource/status/cmd/events.go +++ b/cmd/resource/status/cmd/events.go @@ -1,3 +1,6 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + package cmd import ( @@ -6,23 +9,29 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" + "sigs.k8s.io/kustomize/cmd/resource/status/generateddocs/commands" "sigs.k8s.io/kustomize/kstatus/wait" "sigs.k8s.io/kustomize/kyaml/kio" ) +// GetEventsRunner returns a command EventsRunner. func GetEventsRunner() *EventsRunner { - r := &EventsRunner{} + r := &EventsRunner{ + createClientFunc: createClient, + } c := &cobra.Command{ - Use: "events", - Short: "Events", - RunE: r.runE, + Use: "events DIR...", + Short: commands.EventsShort, + Long: commands.EventsLong, + Example: commands.EventsExamples, + RunE: r.runE, } c.Flags().BoolVar(&r.IncludeSubpackages, "include-subpackages", true, "also print resources from subpackages.") c.Flags().DurationVar(&r.Interval, "interval", 2*time.Second, - "check every n seconds. Default is every 2 seconds.") + "check every n seconds.") c.Flags().DurationVar(&r.Timeout, "timeout", 60*time.Second, - "give up after n seconds. Default is 60 seconds.") + "give up after n seconds.") r.Command = c return r @@ -32,22 +41,30 @@ func EventsCommand() *cobra.Command { return GetEventsRunner().Command } +// EventsRunner captures the parameters for the command +// and contains the run function. type EventsRunner struct { IncludeSubpackages bool Interval time.Duration Timeout time.Duration Command *cobra.Command + + createClientFunc createClientFunc } func (r *EventsRunner) runE(c *cobra.Command, args []string) error { ctx := context.Background() - client, err := getClient() + + // Create a client and use it to set up a new resolver. + client, err := r.createClientFunc() if err != nil { return errors.Wrap(err, "error creating client") } - resolver := wait.NewResolver(client, r.Interval) + // Set up a CaptureIdentifierFilter and run all inputs through the + // filter with the pipeline to capture the inventory of resources + // which we are interested in. captureFilter := &CaptureIdentifiersFilter{} filters := []kio.Filter{captureFilter} @@ -70,12 +87,17 @@ func (r *EventsRunner) runE(c *cobra.Command, args []string) error { return errors.Wrap(err, "error reading manifests") } + // Create a new printer that knows how to print updates about + // resourdes and their aggregate status in the events format. printer := newEventPrinter(c.OutOrStdout(), c.OutOrStderr()) ctx, cancel := context.WithTimeout(ctx, r.Timeout) defer cancel() resChannel := resolver.WaitForStatus(ctx, captureFilter.Identifiers) + // Print events until the channel is closed. This will happen + // either because all resources has reached the Current status + // or it has timed out. for msg := range resChannel { printer.printEvent(msg) } diff --git a/cmd/resource/status/cmd/events_test.go b/cmd/resource/status/cmd/events_test.go new file mode 100644 index 000000000..ee3225079 --- /dev/null +++ b/cmd/resource/status/cmd/events_test.go @@ -0,0 +1,298 @@ +package cmd + +import ( + "bytes" + "fmt" + "reflect" + "regexp" + "strings" + "testing" + + "github.com/stretchr/testify/assert" + "sigs.k8s.io/kustomize/kstatus/status" + "sigs.k8s.io/kustomize/kstatus/wait" +) + +func TestEventsNoResources(t *testing.T) { + inBuffer := &bytes.Buffer{} + outBuffer := &bytes.Buffer{} + + fakeClient := &FakeClient{} + + r := GetEventsRunner() + r.createClientFunc = newClientFunc(fakeClient) + r.Command.SetArgs([]string{}) + r.Command.SetIn(inBuffer) + r.Command.SetOut(outBuffer) + + err := r.Command.Execute() + if !assert.NoError(t, err) { + return + } + + eventOutput := parseEventOutput(t, outBuffer.String()) + + if want, got := 1, len(eventOutput.events); want != got { + t.Errorf("expected %d events, but got %d", want, got) + } + + event := eventOutput.events[0] + if want, got := status.CurrentStatus, event.aggStatus; want != got { + t.Errorf("expected agg status %s, but got %s", want, got) + } +} + +func TestEventsMultipleUpdates(t *testing.T) { + inBuffer := &bytes.Buffer{} + outBuffer := &bytes.Buffer{} + + _, err := fmt.Fprint(inBuffer, ` +apiVersion: apps/v1 +kind: Deployment +metadata: + name: bar + namespace: default +`) + if !assert.NoError(t, err) { + return + } + + fakeClient := &FakeClient{ + resourceCallbackMap: map[string]ResourceGetCallback{ + "Deployment": createDeploymentStatusFunc(), + }, + } + + r := GetEventsRunner() + r.createClientFunc = newClientFunc(fakeClient) + r.Command.SetArgs([]string{}) + r.Command.SetIn(inBuffer) + r.Command.SetOut(outBuffer) + + err = r.Command.Execute() + if !assert.NoError(t, err) { + return + } + + eventOutput := parseEventOutput(t, outBuffer.String()) + + aggStatuses := eventOutput.allAggStatuses() + expectedAggStatuses := []status.Status{ + status.InProgressStatus, + status.InProgressStatus, + status.InProgressStatus, + status.InProgressStatus, + status.CurrentStatus, + status.CurrentStatus, + } + if !reflect.DeepEqual(aggStatuses, expectedAggStatuses) { + t.Errorf("expected agg statuses to be %s, but got %s", joinStatuses(expectedAggStatuses), + joinStatuses(aggStatuses)) + } + + resources := eventOutput.allResources() + if want, got := 1, len(resources); want != got { + t.Errorf("expected %d resource, but got %d", want, got) + } + + resource := resources[0] + resourceStatuses := eventOutput.statusesForResource(resource) + expectedResourceStatuses := []status.Status{ + status.InProgressStatus, + status.InProgressStatus, + status.InProgressStatus, + status.InProgressStatus, + status.CurrentStatus, + } + if !reflect.DeepEqual(resourceStatuses, expectedResourceStatuses) { + t.Errorf("expected statuses to be %s, but got %s", joinStatuses(expectedResourceStatuses), + joinStatuses(resourceStatuses)) + } +} + +func TestEventsMultipleResources(t *testing.T) { + inBuffer := &bytes.Buffer{} + outBuffer := &bytes.Buffer{} + + _, err := fmt.Fprint(inBuffer, ` +apiVersion: v1 +kind: List +items: +- apiVersion: v1 + kind: Pod + metadata: + name: foo + namespace: default +- apiVersion: v1 + kind: Service + metadata: + name: bar + namespace: default +`) + if !assert.NoError(t, err) { + return + } + + fakeClient := &FakeClient{ + resourceCallbackMap: map[string]ResourceGetCallback{ + "Pod": createPodStatusFunc(), + "Service": createServiceStatusFunc(), + }, + } + + r := GetEventsRunner() + r.createClientFunc = newClientFunc(fakeClient) + r.Command.SetArgs([]string{}) + r.Command.SetIn(inBuffer) + r.Command.SetOut(outBuffer) + + err = r.Command.Execute() + if !assert.NoError(t, err) { + return + } + + eventOutput := parseEventOutput(t, outBuffer.String()) + + aggStatuses := eventOutput.allAggStatuses() + expectedAggStatuses := []status.Status{ + status.UnknownStatus, + status.CurrentStatus, + status.CurrentStatus, + } + if !reflect.DeepEqual(aggStatuses, expectedAggStatuses) { + t.Errorf("expected agg statuses to be %s, but got %s", joinStatuses(expectedAggStatuses), + joinStatuses(aggStatuses)) + } + + resources := eventOutput.allResources() + if want, got := 2, len(resources); got != want { + t.Errorf("expected %d resource, but got %d", want, got) + } + + for _, resource := range resources { + resourceStatuses := eventOutput.statusesForResource(resource) + if want, got := status.CurrentStatus, resourceStatuses[len(resourceStatuses)-1]; want != got { + t.Errorf("expected resource %q to have final status %s, but got %s", resource.name, want, got) + } + } +} + +type EventOutput struct { + events []EventOutputLine + unknownLines []string +} + +func (e *EventOutput) allAggStatuses() []status.Status { + var aggStatuses []status.Status + for _, event := range e.events { + aggStatuses = append(aggStatuses, event.aggStatus) + } + return aggStatuses +} + +func (e *EventOutput) allResources() []ResourceIdentifier { + var resources []ResourceIdentifier + seenResources := make(map[ResourceIdentifier]bool) + for _, event := range e.events { + if !event.isResourceUpdateEvent() { + continue + } + r := event.identifier + if _, found := seenResources[r]; !found { + resources = append(resources, r) + seenResources[r] = true + } + } + return resources +} + +func (e *EventOutput) statusesForResource(resource ResourceIdentifier) []status.Status { + var statuses []status.Status + for _, event := range e.events { + if !event.isResourceUpdateEvent() { + continue + } + if event.identifier.Equals(resource) { + statuses = append(statuses, event.status) + } + } + return statuses +} + +type EventOutputLine struct { + eventType string + aggStatus status.Status + identifier ResourceIdentifier + status status.Status + message string +} + +func (e *EventOutputLine) isResourceUpdateEvent() bool { + return e.eventType == string(wait.ResourceUpdate) +} + +var ( + eventRegex = regexp.MustCompile(`^\s*` + + `(?P\S+)\s+` + + `(?P\S+)\s+` + + `((?P\S+)\s+` + + `(?P\S+)\s+` + + `(?P\S+)\s+` + + `(?P\S+)\s+` + + `(?P.*\S)){0,1}` + + `\s*$`) + eventHeaderRegex = regexp.MustCompile(`^\s*` + + `EVENT TYPE\s+` + + `AGG STATUS\s+` + + `TYPE\s+` + + `NAMESPACE\s+` + + `NAME\s+` + + `STATUS\s+` + + `MESSAGE` + + `\s*$`) +) + +func parseEventOutput(_ *testing.T, output string) EventOutput { + var eventOutput EventOutput + lines := strings.Split(output, "\n") + for _, line := range lines { + if len(line) == 0 { + continue // Ignore empty lines + } + match := eventHeaderRegex.FindStringSubmatch(line) + if match != nil { + continue // Ignore headers + } + match = eventRegex.FindStringSubmatch(line) + if match == nil { + eventOutput.unknownLines = append(eventOutput.unknownLines, line) + continue + } + + eventOutputLine := EventOutputLine{ + eventType: match[1], + aggStatus: status.FromStringOrDie(match[2]), + } + + if eventOutputLine.eventType == string(wait.ResourceUpdate) { + resourceType := match[4] + parts := strings.Split(resourceType, "/") + var identifier ResourceIdentifier + if len(parts) == 2 { + identifier.apiVersion = parts[0] + identifier.kind = parts[1] + } else { + identifier.apiVersion = strings.Join(parts[:2], "/") + identifier.kind = parts[2] + } + identifier.namespace = match[5] + identifier.name = match[6] + eventOutputLine.identifier = identifier + eventOutputLine.status = status.FromStringOrDie(match[7]) + eventOutputLine.message = match[8] + } + + eventOutput.events = append(eventOutput.events, eventOutputLine) + } + return eventOutput +} diff --git a/cmd/resource/status/cmd/fetch.go b/cmd/resource/status/cmd/fetch.go index 8957b0b21..8bc100766 100644 --- a/cmd/resource/status/cmd/fetch.go +++ b/cmd/resource/status/cmd/fetch.go @@ -1,3 +1,6 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + package cmd import ( @@ -6,17 +9,23 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" + "sigs.k8s.io/kustomize/cmd/resource/status/generateddocs/commands" "sigs.k8s.io/kustomize/kstatus/status" "sigs.k8s.io/kustomize/kstatus/wait" "sigs.k8s.io/kustomize/kyaml/kio" ) +// GetFetchRunner returns a command FetchRunner. func GetFetchRunner() *FetchRunner { - r := &FetchRunner{} + r := &FetchRunner{ + createClientFunc: createClient, + } c := &cobra.Command{ - Use: "fetch", - Short: "Fetch", - RunE: r.runE, + Use: "fetch DIR...", + Short: commands.FetchShort, + Long: commands.FetchLong, + Example: commands.FetchExamples, + RunE: r.runE, } c.Flags().BoolVar(&r.IncludeSubpackages, "include-subpackages", true, "also print resources from subpackages.") @@ -29,20 +38,29 @@ func FetchCommand() *cobra.Command { return GetFetchRunner().Command } +// FetchRunner captures the parameters for the command and contains +// the run function. type FetchRunner struct { IncludeSubpackages bool Command *cobra.Command + + createClientFunc createClientFunc } func (r *FetchRunner) runE(c *cobra.Command, args []string) error { ctx := context.Background() - client, err := getClient() + + // Create a new client and use it to set up a resolver. + k8sClient, err := r.createClientFunc() if err != nil { - return errors.Wrap(err, "error creating client") + return errors.Wrap(err, "error creating k8sClient") } - resolver := wait.NewResolver(client, time.Minute) + resolver := wait.NewResolver(k8sClient, time.Minute) + // Set up a CaptureIdentifierFilter and run all inputs through the + // filter with the pipeline to capture the inventory of resources + // which we are interested in. captureFilter := &CaptureIdentifiersFilter{} filters := []kio.Filter{captureFilter} @@ -65,16 +83,27 @@ func (r *FetchRunner) runE(c *cobra.Command, args []string) error { return errors.Wrap(err, "error reading manifests") } + // Pass in the inventory of resources to the FetchAndResolve function + // on the resolver. It will return the status (or an error) for each + // resource in the inventory. results := resolver.FetchAndResolve(ctx, captureFilter.Identifiers) + // Create new printer that knows how to print resource statuses + // in a table format and ask it to print the results. newTablePrinter(FetchStatusInfo{results}, c.OutOrStdout(), c.OutOrStderr(), false).Print() return nil } +// FetchStatusInfo wraps the results from the FetchAndResolve function +// to the format expected in the TablePrinter. type FetchStatusInfo struct { Results []wait.ResourceResult } +// CurrentStatus returns the latest information known about the +// status of each of the resources. For FetchStatusInfo, the result +// is never updated, so it just returns the information provided +// by the slice of wait.ResourceResult at creation. func (f FetchStatusInfo) CurrentStatus() StatusData { var resourceData []ResourceStatusData for _, res := range f.Results { diff --git a/cmd/resource/status/cmd/fetch_test.go b/cmd/resource/status/cmd/fetch_test.go new file mode 100644 index 000000000..61a5259c4 --- /dev/null +++ b/cmd/resource/status/cmd/fetch_test.go @@ -0,0 +1,230 @@ +package cmd + +import ( + "bytes" + "fmt" + "io/ioutil" + "os" + "path/filepath" + "strings" + "testing" + + "github.com/acarl005/stripansi" + "github.com/stretchr/testify/assert" + appsv1 "k8s.io/api/apps/v1" + v1 "k8s.io/api/core/v1" + metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" + "sigs.k8s.io/controller-runtime/pkg/client/fake" + "sigs.k8s.io/kustomize/kstatus/status" +) + +func TestEmptyManifest(t *testing.T) { + inBuffer := &bytes.Buffer{} + outBuffer := &bytes.Buffer{} + + fakeClient := fake.NewFakeClientWithScheme(scheme) + + r := GetFetchRunner() + r.createClientFunc = newClientFunc(fakeClient) + r.Command.SetArgs([]string{}) + r.Command.SetIn(inBuffer) + r.Command.SetOut(outBuffer) + + err := r.Command.Execute() + if !assert.NoError(t, err) { + return + } + + output := outBuffer.String() + lines := strings.Split(output, "\n") + + if want, got := 2, len(lines); want != got { + t.Errorf("Expected %d lines, but got %d", want, got) + } +} + +func TestFetchStatusFromManifestStdIn(t *testing.T) { + inBuffer := &bytes.Buffer{} + outBuffer := &bytes.Buffer{} + + _, err := fmt.Fprint(inBuffer, ` +apiVersion: apps/v1 +kind: Deployment +metadata: + name: bar + namespace: default +`) + if !assert.NoError(t, err) { + return + } + + deployment := createDeployment("bar", "default", 42, appsv1.DeploymentStatus{ + ObservedGeneration: 1, + }) + + fakeClient := fake.NewFakeClientWithScheme(scheme, deployment) + + r := GetFetchRunner() + r.createClientFunc = newClientFunc(fakeClient) + r.Command.SetArgs([]string{}) + r.Command.SetIn(inBuffer) + r.Command.SetOut(outBuffer) + + err = r.Command.Execute() + if !assert.NoError(t, err) { + return + } + cleanOutput := stripansi.Strip(outBuffer.String()) + tableOutput := parseTableOutput(t, cleanOutput) + + expectedResource := ResourceIdentifier{ + apiVersion: "apps/v1", + kind: "Deployment", + namespace: "default", + name: "bar", + } + expectedStatus := status.InProgressStatus + expectedMessage := "Deployment generation is 2, but latest observed generation is 1" + + verifyOutputContains(t, tableOutput, expectedResource, expectedStatus, expectedMessage) +} + +//nolint:funlen +func TestFetchStatusFromManifestsFiles(t *testing.T) { + d, err := ioutil.TempDir("", "status-fetch-test") + if !assert.NoError(t, err) { + return + } + defer os.RemoveAll(d) + + err = ioutil.WriteFile(filepath.Join(d, "dep.yaml"), []byte(` +apiVersion: apps/v1 +kind: Deployment +metadata: + name: foo + namespace: default +`), 0600) + if !assert.NoError(t, err) { + return + } + err = ioutil.WriteFile(filepath.Join(d, "svc.yaml"), []byte(` +apiVersion: v1 +kind: Service +metadata: + name: foo + namespace: default +`), 0600) + if !assert.NoError(t, err) { + return + } + + replicas := int32(42) + deployment := createDeployment("foo", "default", replicas, appsv1.DeploymentStatus{ + ObservedGeneration: 2, + Replicas: replicas, + ReadyReplicas: replicas, + AvailableReplicas: replicas, + UpdatedReplicas: replicas, + Conditions: []appsv1.DeploymentCondition{ + { + Type: appsv1.DeploymentAvailable, + Status: v1.ConditionTrue, + }, + }, + }) + service := createService("foo", "default") + + fakeClient := fake.NewFakeClientWithScheme(scheme, deployment, service) + + outBuffer := &bytes.Buffer{} + + r := GetFetchRunner() + r.createClientFunc = newClientFunc(fakeClient) + r.Command.SetArgs([]string{d}) + r.Command.SetOut(outBuffer) + + err = r.Command.Execute() + if !assert.NoError(t, err) { + return + } + + cleanOutput := stripansi.Strip(outBuffer.String()) + tableOutput := parseTableOutput(t, cleanOutput) + + expectedDeploymentResource := ResourceIdentifier{ + apiVersion: "apps/v1", + kind: "Deployment", + namespace: "default", + name: "foo", + } + expectedDeploymentStatus := status.CurrentStatus + expectedDeploymentMessage := "Deployment is available. Replicas: 42" + verifyOutputContains(t, tableOutput, expectedDeploymentResource, expectedDeploymentStatus, expectedDeploymentMessage) + + expectedServiceResource := ResourceIdentifier{ + apiVersion: "v1", + kind: "Service", + namespace: "default", + name: "foo", + } + expectedServiceStatus := status.CurrentStatus + expectedServiceMessage := "Service is ready" + + verifyOutputContains(t, tableOutput, expectedServiceResource, expectedServiceStatus, expectedServiceMessage) +} + +func createDeployment(name, namespace string, replicas int32, status appsv1.DeploymentStatus) *appsv1.Deployment { + return &appsv1.Deployment{ + TypeMeta: metav1.TypeMeta{ + APIVersion: "apps/v1", + Kind: "Deployment", + }, + ObjectMeta: metav1.ObjectMeta{ + Name: name, + Namespace: namespace, + Generation: 2, + }, + Spec: appsv1.DeploymentSpec{ + Replicas: &replicas, + }, + Status: status, + } +} + +func createService(name, namespace string) *v1.Service { + return &v1.Service{ + TypeMeta: metav1.TypeMeta{ + APIVersion: "v1", + Kind: "Service", + }, + ObjectMeta: metav1.ObjectMeta{ + Name: name, + Namespace: namespace, + }, + } +} + +func verifyOutputContains(t *testing.T, tableOutput TableOutput, resource ResourceIdentifier, status status.Status, message string) { + if len(tableOutput.Frames) == 0 { + t.Fatalf("expected match for resource %s, but output had no frames", resource.name) + } + firstFrame := tableOutput.Frames[0] + var foundResource ResourceOutput + match := false + for _, resourceOutput := range firstFrame.Resources { + if resourceOutput.identifier.Equals(resource) { + foundResource = resourceOutput + match = true + break + } + } + if !match { + t.Errorf("expected match for resource %s, but didn't find it", resource.name) + } + if want, got := status, foundResource.status; want != got { + t.Errorf("expected status %s for resource %s, but got %s", want, resource.name, got) + } + if want, got := message, foundResource.message; !strings.HasPrefix(want, got) { + t.Errorf("expected message %s for resource %s, but got %s", want, resource.name, got) + } +} diff --git a/cmd/resource/status/cmd/helpers_test.go b/cmd/resource/status/cmd/helpers_test.go new file mode 100644 index 000000000..30fb02bcb --- /dev/null +++ b/cmd/resource/status/cmd/helpers_test.go @@ -0,0 +1,245 @@ +package cmd + +import ( + "context" + "fmt" + "regexp" + "strings" + "testing" + + "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" + "k8s.io/apimachinery/pkg/runtime" + "sigs.k8s.io/controller-runtime/pkg/client" + "sigs.k8s.io/kustomize/kstatus/status" +) + +type TableOutput struct { + Frames []TableOutputFrame + UnknownRows []string +} + +func (t *TableOutput) allAggStatuses() []status.Status { + var statuses []status.Status + for _, frame := range t.Frames { + if frame.AggregateStatus != "" { + statuses = append(statuses, frame.AggregateStatus) + } + } + return statuses +} + +func (t *TableOutput) dedupedAggStatuses() []status.Status { + var dedupedStatuses []status.Status + statuses := t.allAggStatuses() + var previousStatus status.Status + for _, s := range statuses { + if s != previousStatus { + dedupedStatuses = append(dedupedStatuses, s) + previousStatus = s + } + } + return dedupedStatuses +} + +func (t *TableOutput) resources() []ResourceIdentifier { + seenResources := make(map[ResourceIdentifier]bool) + var resources []ResourceIdentifier + for _, frame := range t.Frames { + for _, resource := range frame.Resources { + r := resource.identifier + _, found := seenResources[r] + if !found { + seenResources[r] = true + resources = append(resources, r) + } + } + } + return resources +} + +func (t *TableOutput) dedupedStatusesForResource(resource ResourceIdentifier) []status.Status { + var dedupedStatuses []status.Status + var previousStatus status.Status + for _, frame := range t.Frames { + for _, r := range frame.Resources { + if r.identifier.Equals(resource) { + if r.status != previousStatus { + previousStatus = r.status + dedupedStatuses = append(dedupedStatuses, r.status) + } + } + } + } + return dedupedStatuses +} + +type TableOutputFrame struct { + AggregateStatus status.Status + Resources []ResourceOutput +} + +type ResourceIdentifier struct { + apiVersion string + kind string + name string + namespace string +} + +func (r ResourceIdentifier) Equals(identifier ResourceIdentifier) bool { + return r.apiVersion == identifier.apiVersion && + r.kind == identifier.kind && + r.namespace == identifier.namespace && + r.name == identifier.name +} + +type ResourceOutput struct { + identifier ResourceIdentifier + status status.Status + message string +} + +var ( + headerRegex = regexp.MustCompile(`^\s*TYPE\s+NAMESPACE\s+NAME\s+STATUS\s+MESSAGE\s*$`) + resourceRegex = regexp.MustCompile(`^(?P\S+)\s+(?P\S+)\s+(?P\S+)\s+(?P\S+)\s+(?P.*\S)\s*$`) + aggStatusRegex = regexp.MustCompile(`^\s*AggregateStatus: (?P\S+)\s*$`) +) + +func parseTableOutput(_ *testing.T, output string) TableOutput { + tableOutput := TableOutput{} + + lines := strings.Split(output, "\n") + + hasAggStatus := false + var currentFrame TableOutputFrame + for i, line := range lines { + if len(line) == 0 { + continue // We don't care about empty lines. + } + + // Check for lines with aggregate status. They are not always present, but if they are, + // they always start a new frame of output. + match := aggStatusRegex.FindStringSubmatch(line) + if match != nil { + hasAggStatus = true + if i != 0 { + tableOutput.Frames = append(tableOutput.Frames, currentFrame) + } + currentFrame = TableOutputFrame{ + AggregateStatus: status.FromStringOrDie(match[1]), + } + continue + } + + match = headerRegex.FindStringSubmatch(line) + if match != nil { + if !hasAggStatus { + if i != 0 { + tableOutput.Frames = append(tableOutput.Frames, currentFrame) + } + currentFrame = TableOutputFrame{} + } + continue + } + + match = resourceRegex.FindStringSubmatch(line) + if match != nil { + var identifier ResourceIdentifier + resourceType := match[1] + parts := strings.Split(resourceType, "/") + if len(parts) == 2 { + identifier.apiVersion = parts[0] + identifier.kind = parts[1] + } else { + identifier.apiVersion = strings.Join(parts[:2], "/") + identifier.kind = parts[2] + } + identifier.namespace = match[2] + identifier.name = match[3] + + res := ResourceOutput{ + identifier: identifier, + } + res.status = status.FromStringOrDie(match[4]) + res.message = match[5] + currentFrame.Resources = append(currentFrame.Resources, res) + continue + } + tableOutput.UnknownRows = append(tableOutput.UnknownRows, line) + } + tableOutput.Frames = append(tableOutput.Frames, currentFrame) + return tableOutput +} + +func createDeploymentStatusFunc() func(*unstructured.Unstructured) error { + metadataMap := map[string]interface{}{ + "generation": int64(2), + } + specMap := map[string]interface{}{ + "replicas": int64(2), + } + statusMap := map[string]interface{}{ + "observedGeneration": int64(2), + "replicas": int64(4), + "updatedReplicas": int64(4), + "readyReplicas": int64(4), + } + var conditions = make([]interface{}, 0) + conditions = append(conditions, map[string]interface{}{ + "type": "Available", + "status": "True", + }) + callbackCount := int64(0) + return func(deployment *unstructured.Unstructured) error { + _ = unstructured.SetNestedMap(deployment.Object, metadataMap, "metadata") + _ = unstructured.SetNestedMap(deployment.Object, specMap, "spec") + statusMap["availableReplicas"] = callbackCount + _ = unstructured.SetNestedMap(deployment.Object, statusMap, "status") + _ = unstructured.SetNestedSlice(deployment.Object, conditions, "status", "conditions") + callbackCount++ + return nil + } +} + +func createServiceStatusFunc() func(*unstructured.Unstructured) error { + return func(*unstructured.Unstructured) error { + return nil + } +} + +func createPodStatusFunc() func(*unstructured.Unstructured) error { + statusMap := map[string]interface{}{ + "phase": "Succeeded", + } + return func(pod *unstructured.Unstructured) error { + _ = unstructured.SetNestedMap(pod.Object, statusMap, "status") + return nil + } +} + +type ResourceGetCallback func(resource *unstructured.Unstructured) error + +type FakeClient struct { + resourceCallbackMap map[string]ResourceGetCallback +} + +func (f *FakeClient) Get(_ context.Context, _ client.ObjectKey, obj runtime.Object) error { + kind := obj.GetObjectKind().GroupVersionKind().Kind + callbackFunc, found := f.resourceCallbackMap[kind] + if !found { + return fmt.Errorf("no callback func found for kind %s", kind) + } + u := obj.(*unstructured.Unstructured) + return callbackFunc(u) +} + +func (f *FakeClient) List(ctx context.Context, list runtime.Object, opts ...client.ListOption) error { + return nil +} + +func joinStatuses(statuses []status.Status) string { + var stringStatuses []string + for _, s := range statuses { + stringStatuses = append(stringStatuses, s.String()) + } + return strings.Join(stringStatuses, ",") +} diff --git a/cmd/resource/status/cmd/print.go b/cmd/resource/status/cmd/print.go index 6cf2f74fa..f1171a710 100644 --- a/cmd/resource/status/cmd/print.go +++ b/cmd/resource/status/cmd/print.go @@ -1,3 +1,6 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + package cmd import ( @@ -176,10 +179,13 @@ func (s *TablePrinter) printTable(data StatusData, deleteUp bool) { } func (s *TablePrinter) printTableRow(rowData []RowData) { - for _, row := range rowData { + for i, row := range rowData { setColor(s.out, row.color) - format := fmt.Sprintf("%%-%ds ", row.width) + format := fmt.Sprintf("%%-%ds", row.width) printOrDie(s.out, format, trimString(row.content, row.width)) + if i != len(rowData)-1 { + printOrDie(s.out, " ") + } setColor(s.out, WHITE) } printOrDie(s.out, "\n") diff --git a/cmd/resource/status/cmd/util.go b/cmd/resource/status/cmd/util.go index c98374dfe..be3f91523 100644 --- a/cmd/resource/status/cmd/util.go +++ b/cmd/resource/status/cmd/util.go @@ -1,3 +1,6 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + package cmd import ( @@ -19,7 +22,11 @@ func init() { _ = clientgoscheme.AddToScheme(scheme) } -func getClient() (client.Client, error) { +type createClientFunc func() (client.Reader, error) + +// createClient returns a client for talking to a Kubernetes cluster. The client +// is from controller-runtime. +func createClient() (client.Reader, error) { config := ctrl.GetConfigOrDie() mapper, err := apiutil.NewDiscoveryRESTMapper(config) if err != nil { @@ -28,6 +35,14 @@ func getClient() (client.Client, error) { return client.New(config, client.Options{Scheme: scheme, Mapper: mapper}) } +func newClientFunc(c client.Reader) func() (client.Reader, error) { + return func() (client.Reader, error) { + return c, nil + } +} + +// CaptureIdentifiersFilter implements the Filter interface in the kio package. It +// captures the identifiers for all resources passed through the pipeline. type CaptureIdentifiersFilter struct { Identifiers []wait.ResourceIdentifier } diff --git a/cmd/resource/status/cmd/wait.go b/cmd/resource/status/cmd/wait.go index 2d3edc31e..0688b6436 100644 --- a/cmd/resource/status/cmd/wait.go +++ b/cmd/resource/status/cmd/wait.go @@ -1,3 +1,6 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + package cmd import ( @@ -7,18 +10,23 @@ import ( "github.com/pkg/errors" "github.com/spf13/cobra" - + "sigs.k8s.io/kustomize/cmd/resource/status/generateddocs/commands" "sigs.k8s.io/kustomize/kstatus/status" "sigs.k8s.io/kustomize/kstatus/wait" "sigs.k8s.io/kustomize/kyaml/kio" ) +// GetWaitRunner return a command WaitRunner. func GetWaitRunner() *WaitRunner { - r := &WaitRunner{} + r := &WaitRunner{ + createClientFunc: createClient, + } c := &cobra.Command{ - Use: "wait", - Short: "Wait", - RunE: r.runE, + Use: "wait DIR...", + Short: commands.WaitShort, + Long: commands.WaitLong, + Example: commands.WaitExamples, + RunE: r.runE, } c.Flags().BoolVar(&r.IncludeSubpackages, "include-subpackages", true, "also print resources from subpackages.") @@ -35,16 +43,23 @@ func WaitCommand() *cobra.Command { return GetWaitRunner().Command } +// WaitRunner captures the parameters for the command and contains +// the run function. type WaitRunner struct { IncludeSubpackages bool Interval time.Duration Timeout time.Duration Command *cobra.Command + + createClientFunc createClientFunc } +// runE implements the logic of the command and will call the Wait command in the wait +// package, use a ResourceStatusCollector to capture the events from the channel, and the +// TablePrinter to display the information. func (r *WaitRunner) runE(c *cobra.Command, args []string) error { ctx := context.Background() - client, err := getClient() + client, err := r.createClientFunc() if err != nil { return errors.Wrap(err, "error creating client") } @@ -98,6 +113,9 @@ func (r *WaitRunner) runE(c *cobra.Command, args []string) error { return nil } +// ResourceStatusCollector captures the latest state seen for all resources +// based on the events from the Wait channel. This is used by the TablePrinter +// to display status for all resources. type ResourceStatusCollector struct { mux sync.RWMutex @@ -105,6 +123,8 @@ type ResourceStatusCollector struct { ResourceStatuses []*ResourceStatus } +// updateResourceStatus takes the given event and update the status info +// in the ResourceStatusCollector. func (r *ResourceStatusCollector) updateResourceStatus(msg wait.Event) { r.mux.Lock() defer r.mux.Unlock() @@ -121,18 +141,23 @@ func (r *ResourceStatusCollector) updateResourceStatus(msg wait.Event) { } } +// updateAggregateStatus sets the aggregate status of the ResourceStatusCollector to the +// given value. func (r *ResourceStatusCollector) updateAggregateStatus(aggregateStatus status.Status) { r.mux.Lock() defer r.mux.Unlock() r.AggregateStatus = aggregateStatus } +// ResourceStatus contains the status information for a single resource. type ResourceStatus struct { Identifier wait.ResourceIdentifier Status status.Status Message string } +// newResourceStatusCollector creates a new ResourceStatusCollector with the given +// resources and sets the status for all of them to Unknown. func newResourceStatusCollector(identifiers []wait.ResourceIdentifier) *ResourceStatusCollector { var statuses []*ResourceStatus @@ -150,10 +175,16 @@ func newResourceStatusCollector(identifiers []wait.ResourceIdentifier) *Resource } } +// CollectorStatusInfo is a wrapper around the ResourceStatusCollector +// to make it adhere to the interface of the TableWriter. type CollectorStatusInfo struct { Collector *ResourceStatusCollector } +// CurrentStatus implements the interface for the TableWriter and +// returns a copy of the current status of the resources in the +// ResourceStatusCollector. This is done to make sure the TableWriter +// does not have to deal with synchronization when accessing the data. func (f CollectorStatusInfo) CurrentStatus() StatusData { f.Collector.mux.RLock() defer f.Collector.mux.RUnlock() diff --git a/cmd/resource/status/cmd/wait_test.go b/cmd/resource/status/cmd/wait_test.go new file mode 100644 index 000000000..355fe7510 --- /dev/null +++ b/cmd/resource/status/cmd/wait_test.go @@ -0,0 +1,176 @@ +package cmd + +import ( + "bytes" + "fmt" + "reflect" + "testing" + + "github.com/acarl005/stripansi" + "github.com/stretchr/testify/assert" + "sigs.k8s.io/kustomize/kstatus/status" +) + +func TestWaitNoResources(t *testing.T) { + inBuffer := &bytes.Buffer{} + outBuffer := &bytes.Buffer{} + + fakeClient := &FakeClient{} + + r := GetWaitRunner() + r.createClientFunc = newClientFunc(fakeClient) + r.Command.SetArgs([]string{}) + r.Command.SetIn(inBuffer) + r.Command.SetOut(outBuffer) + + err := r.Command.Execute() + if !assert.NoError(t, err) { + return + } + cleanOutput := stripansi.Strip(outBuffer.String()) + tableOutput := parseTableOutput(t, cleanOutput) + + if want, got := 2, len(tableOutput.Frames); want != got { + t.Errorf("expected %d frames, but found %d", want, got) + } + + aggStatuses := tableOutput.allAggStatuses() + expectedAggStatuses := []status.Status{ + status.CurrentStatus, + status.CurrentStatus, + } + if !reflect.DeepEqual(aggStatuses, expectedAggStatuses) { + t.Errorf("expected agg statuses to be %s, but got %s", joinStatuses(expectedAggStatuses), + joinStatuses(aggStatuses)) + } + + resources := tableOutput.resources() + if want, got := 0, len(resources); want != got { + t.Errorf("expected %d resources, but found %d", want, got) + } +} + +func TestWaitMultipleUpdates(t *testing.T) { + inBuffer := &bytes.Buffer{} + outBuffer := &bytes.Buffer{} + + _, err := fmt.Fprint(inBuffer, ` +apiVersion: apps/v1 +kind: Deployment +metadata: + name: bar + namespace: default +`) + if !assert.NoError(t, err) { + return + } + + fakeClient := &FakeClient{ + resourceCallbackMap: map[string]ResourceGetCallback{ + "Deployment": createDeploymentStatusFunc(), + }, + } + + r := GetWaitRunner() + r.createClientFunc = newClientFunc(fakeClient) + r.Command.SetArgs([]string{}) + r.Command.SetIn(inBuffer) + r.Command.SetOut(outBuffer) + + err = r.Command.Execute() + if !assert.NoError(t, err) { + return + } + + cleanOutput := stripansi.Strip(outBuffer.String()) + tableOutput := parseTableOutput(t, cleanOutput) + + aggStatuses := tableOutput.dedupedAggStatuses() + expectedStatuses := []status.Status{ + status.UnknownStatus, + status.InProgressStatus, + status.CurrentStatus, + } + if !reflect.DeepEqual(aggStatuses, expectedStatuses) { + t.Errorf("expected deduped agg statuses to be %s, but got %s", joinStatuses(expectedStatuses), + joinStatuses(aggStatuses)) + } + + resources := tableOutput.resources() + if want, got := 1, len(resources); got != want { + t.Errorf("expected %d resource, but got %d", want, got) + } + + resource := resources[0] + resourceStatuses := tableOutput.dedupedStatusesForResource(resource) + expectedResourceStatuses := []status.Status{ + status.InProgressStatus, + status.CurrentStatus, + } + if !reflect.DeepEqual(expectedResourceStatuses, resourceStatuses) { + t.Errorf("expected resource %q to have statuses %s, but got %s", resource.name, + joinStatuses(expectedResourceStatuses), joinStatuses(resourceStatuses)) + } +} + +func TestWaitMultipleResources(t *testing.T) { + inBuffer := &bytes.Buffer{} + outBuffer := &bytes.Buffer{} + + _, err := fmt.Fprint(inBuffer, ` +apiVersion: v1 +kind: List +items: +- apiVersion: v1 + kind: Pod + metadata: + name: foo + namespace: default +- apiVersion: v1 + kind: Service + metadata: + name: bar + namespace: default +`) + if !assert.NoError(t, err) { + return + } + + fakeClient := &FakeClient{ + resourceCallbackMap: map[string]ResourceGetCallback{ + "Pod": createPodStatusFunc(), + "Service": createServiceStatusFunc(), + }, + } + + r := GetWaitRunner() + r.createClientFunc = newClientFunc(fakeClient) + r.Command.SetArgs([]string{}) + r.Command.SetIn(inBuffer) + r.Command.SetOut(outBuffer) + + err = r.Command.Execute() + if !assert.NoError(t, err) { + return + } + + cleanOutput := stripansi.Strip(outBuffer.String()) + tableOutput := parseTableOutput(t, cleanOutput) + + aggStatuses := tableOutput.dedupedAggStatuses() + if want, got := status.CurrentStatus, aggStatuses[len(aggStatuses)-1]; want != got { + t.Errorf("expected final agg statuses to be %s, but got %s", want, got) + } + + resources := tableOutput.resources() + if want, got := 2, len(resources); got != want { + t.Errorf("expected %d resource, but got %d", want, got) + } + + for _, resource := range resources { + resourceStatuses := tableOutput.dedupedStatusesForResource(resource) + if want, got := status.CurrentStatus, resourceStatuses[len(resourceStatuses)-1]; want != got { + t.Errorf("expected resource %q to have final status %s, but got %s", resource.name, want, got) + } + } +} diff --git a/cmd/resource/status/docs/commands/events.md b/cmd/resource/status/docs/commands/events.md new file mode 100644 index 000000000..c8c7e5515 --- /dev/null +++ b/cmd/resource/status/docs/commands/events.md @@ -0,0 +1,22 @@ +## events + +[Alpha] Poll the cluster until all provided resources have become Current and list the status change events. + +### Synopsis + +[Alpha] Poll the cluster for the state of all the provided resources until either they have all become +Current or the timeout is reached. The output will be status change events. + +The list of resources which should be polled are provided as manifests either on the filesystem or +on StdIn. + + DIR: + Path to local directory. If not provided, input is expected on StdIn. + +### Examples + + # Read resources from the filesystem and wait up to 1 minute for all of them to become Current + resource status events my-dir/ + + # Fetch all resources in the cluster and wait up to 5 minutes for all of them to become Current + kubectl get all --all-namespaces -oyaml | resource status events --timeout=5m diff --git a/cmd/resource/status/docs/commands/fetch.md b/cmd/resource/status/docs/commands/fetch.md new file mode 100644 index 000000000..8d9aee546 --- /dev/null +++ b/cmd/resource/status/docs/commands/fetch.md @@ -0,0 +1,21 @@ +## fetch + +[Alpha] Fetch the state of the provided resources from the cluster and display status in a table. + +### Synopsis + +[Alpha] Fetches the state of all provided resources from the cluster and displays the status in +a table. + +The list of resources are provided as manifests either on the filesystem or on StdIn. + + DIR: + Path to local directory. + +### Examples + + # Read resources from the filesystem and wait up to 1 minute for all of them to become Current + resource status fetch my-dir/ + + # Fetch all resources in the cluster and wait up to 5 minutes for all of them to become Current + kubectl get all --all-namespaces -oyaml | resource status fetch diff --git a/cmd/resource/status/docs/commands/wait.md b/cmd/resource/status/docs/commands/wait.md new file mode 100644 index 000000000..8f2b0062e --- /dev/null +++ b/cmd/resource/status/docs/commands/wait.md @@ -0,0 +1,22 @@ +## wait + +[Alpha] Poll the cluster until all provided resources have become Current and display progress in a table. + +### Synopsis + +[Alpha] Poll the cluster for the state of all the provided resources until either they have all become +Current or the timeout is reached. The output will be presented as a table. + +The list of resources which should be polled are provided as manifests either on the filesystem or +on StdIn. + + DIR: + Path to local directory. If not provided, input is expected on StdIn. + +### Examples + + # Read resources from the filesystem and wait up to 1 minute for all of them to become Current + resource status wait my-dir/ + + # Fetch all resources in the cluster and wait up to 5 minutes for all of them to become Current + kubectl get all --all-namespaces -oyaml | resource status wait --timeout=5m diff --git a/cmd/resource/status/generateddocs/commands/docs.go b/cmd/resource/status/generateddocs/commands/docs.go new file mode 100644 index 000000000..0b5d3b5fb --- /dev/null +++ b/cmd/resource/status/generateddocs/commands/docs.go @@ -0,0 +1,55 @@ +// Code generated by "mdtogo"; DO NOT EDIT. +package commands + +var EventsShort = `[Alpha] Poll the cluster until all provided resources have become Current and list the status change events.` +var EventsLong = ` +[Alpha] Poll the cluster for the state of all the provided resources until either they have all become +Current or the timeout is reached. The output will be status change events. + +The list of resources which should be polled are provided as manifests either on the filesystem or +on StdIn. + + DIR: + Path to local directory. If not provided, input is expected on StdIn. +` +var EventsExamples = ` + # Read resources from the filesystem and wait up to 1 minute for all of them to become Current + resource status events my-dir/ + + # Fetch all resources in the cluster and wait up to 5 minutes for all of them to become Current + kubectl get all --all-namespaces -oyaml | resource status events --timeout=5m` + +var FetchShort = `[Alpha] Fetch the state of the provided resources from the cluster and display status in a table.` +var FetchLong = ` +[Alpha] Fetches the state of all provided resources from the cluster and displays the status in +a table. + +The list of resources are provided as manifests either on the filesystem or on StdIn. + + DIR: + Path to local directory. +` +var FetchExamples = ` + # Read resources from the filesystem and wait up to 1 minute for all of them to become Current + resource status fetch my-dir/ + + # Fetch all resources in the cluster and wait up to 5 minutes for all of them to become Current + kubectl get all --all-namespaces -oyaml | resource status fetch` + +var WaitShort = `[Alpha] Poll the cluster until all provided resources have become Current and display progress in a table. ` +var WaitLong = ` +[Alpha] Poll the cluster for the state of all the provided resources until either they have all become +Current or the timeout is reached. The output will be presented as a table. + +The list of resources which should be polled are provided as manifests either on the filesystem or +on StdIn. + + DIR: + Path to local directory. If not provided, input is expected on StdIn. +` +var WaitExamples = ` + # Read resources from the filesystem and wait up to 1 minute for all of them to become Current + resource status wait my-dir/ + + # Fetch all resources in the cluster and wait up to 5 minutes for all of them to become Current + kubectl get all --all-namespaces -oyaml | resource status wait --timeout=5m` diff --git a/cmd/resource/status/status.go b/cmd/resource/status/status.go index 6e6b3beda..ff729a2a9 100644 --- a/cmd/resource/status/status.go +++ b/cmd/resource/status/status.go @@ -1,3 +1,8 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +//go:generate $GOBIN/mdtogo docs/commands generateddocs/commands --license=none + package status import ( @@ -8,7 +13,7 @@ import ( func StatusCommand() *cobra.Command { var status = &cobra.Command{ Use: "status", - Short: "status reference command", + Short: "[Alpha] Commands for working with resource status.", } status.AddCommand(cmd.FetchCommand()) diff --git a/docs/plugins/execPluginGuidedExample.md b/docs/plugins/execPluginGuidedExample.md index 146a2fbfe..8b713d87a 100644 --- a/docs/plugins/execPluginGuidedExample.md +++ b/docs/plugins/execPluginGuidedExample.md @@ -196,14 +196,13 @@ By definition, an _exec_ plugin must be executable: chmod a+x $MY_PLUGIN_DIR/SillyConfigMapGenerator ``` -## Download kustomize 3.0.0 +## Install kustomize +Per the [instructions](../../INSTALL.md): ``` -mkdir -p $DEMO/bin -gh=https://github.com/kubernetes-sigs/kustomize/releases/download -url=$gh/v3.0.0/kustomize_3.0.0_linux_amd64 -curl -o $DEMO/bin/kustomize -L $url -chmod u+x $DEMO/bin/kustomize +curl -s "https://raw.githubusercontent.com/\ +kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash +mv kustomize $DEMO/bin ``` ## Review the layout diff --git a/docs/zh/INSTALL.md b/docs/zh/INSTALL.md index 8e7ec50ba..585aa011f 100644 --- a/docs/zh/INSTALL.md +++ b/docs/zh/INSTALL.md @@ -1,39 +1,79 @@ [release 页面]: /../../releases [Go]: https://golang.org -[golang.org]: https://golang.org +[脚本]: https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh +[快速开始]: https://www.arp242.net/curl-to-sh.html ## 安装 -在 macOS ,您可以使用软件包管理器 Homebrew 来安装 kustomize 。 +适用于 Linux、MacOS 和 Windows 的各版本的二进制可执行文件可以在 [release 页面] 上手动下载。 - brew install kustomize +如果希望[快速开始],可以执行: -在 windows ,您可以使用软件包管理器 Chocolatey 来安装 kustomize 。 +```bash +curl -s "https://raw.githubusercontent.com/\ +kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash +``` - choco install kustomize +这个[脚本]会: + +- 尝试检测您的操作系统 +- 在临时目录中下载并解压 tar 文件 +- 将 kustomize 二进制可执行文件复制到您当前的工作目录中 +- 删除临时目录 + +## 尝试 `go` + +这种方式只是为了更好的展示如何使用 `go` 语言来安装 kustomize。实际使用中,我们并不推荐此方法。kustomize 的开发者应该拉取此 repo(详见下一部分),而 CI/CD 脚本中应直接下载可执行文件,而不要依赖 `go` 语言工具。 + +将 kustomize 的最新版本 v3 安装到 `$GOPATH/bin`: + +```bash +GO111MODULE=on go install sigs.k8s.io/kustomize/kustomize/v3 +``` + +安装指定版本 + +```bash +GO111MODULE=on go get sigs.k8s.io/kustomize/kustomize/v3@v3.3.0 +``` + +## 本地源码构建 kustomize CLI + +```bash +# 需要 go 1.13 或更高版本 +unset GOPATH +# 详见 https://golang.org/doc/go1.13#modules +unset GO111MODULES + +# 拉取 repo +git clone git@github.com:kubernetes-sigs/kustomize.git +# 进入目录 +cd kustomize + +# 如果您不想从 HEAD 开始构建, 则可以选择切换特定的标签 +git checkout kustomize/v3.2.3 + +# 开始构建 +(cd kustomize; go install .) + +# 运行 +~/go/bin/kustomize version +``` + +### 其他方式 + +#### macOS + +```bash +brew install kustomize +``` + +#### windows + +```bash +choco install kustomize +``` 有关软件包管理器 chocolatey 的使用以及对之前版本的支持,请参考以下链接: - [Choco Package](https://chocolatey.org/packages/kustomize) - [Package Source](https://github.com/kenmaglio/choco-kustomize) - -对于其他系统,请在 [release 页面] 下载相应系统的二进制文件。 - -或者使用命令行获取最新的官方版本: - -``` -opsys=linux # or darwin, or windows -curl -s https://api.github.com/repos/kubernetes-sigs/kustomize/releases/latest |\ - grep browser_download |\ - grep $opsys |\ - cut -d '"' -f 4 |\ - xargs curl -O -L -mv kustomize_*_${opsys}_amd64 kustomize -chmod u+x kustomize -``` - -使用 [Go] v1.10.1 或更高版本安装(如果可以访问 [golang.org]): - - -``` -go install sigs.k8s.io/kustomize/kustomize -``` diff --git a/functions/examples/injection-tshirt-sizes/README.md b/functions/examples/injection-tshirt-sizes/README.md index 97625fab1..1da48c642 100644 --- a/functions/examples/injection-tshirt-sizes/README.md +++ b/functions/examples/injection-tshirt-sizes/README.md @@ -15,7 +15,7 @@ Resource configuration, and looks for invalid configuration. ## Function invocation The function is invoked by authoring a [local Resource](local-resource) -with `metadata.configFn` and running: +with `metadata.annotations.[config.kubernetes.io/function]` and running: kustomize config run local-resource/ diff --git a/functions/examples/injection-tshirt-sizes/local-resource/example-use.yaml b/functions/examples/injection-tshirt-sizes/local-resource/example-use.yaml index 19235b192..8a4c4bd10 100644 --- a/functions/examples/injection-tshirt-sizes/local-resource/example-use.yaml +++ b/functions/examples/injection-tshirt-sizes/local-resource/example-use.yaml @@ -4,9 +4,10 @@ apiVersion: examples.config.kubernetes.io/v1beta1 kind: Validator metadata: - configFn: - container: - image: gcr.io/kustomize-functions/example-tshirt:v0.1.0 + annotations: + config.kubernetes.io/function: | + container: + image: gcr.io/kustomize-functions/example-tshirt:v0.1.0 --- apiVersion: apps/v1 kind: Deployment diff --git a/functions/examples/template-go-nginx/README.md b/functions/examples/template-go-nginx/README.md index ad6bc133d..44a677ae2 100644 --- a/functions/examples/template-go-nginx/README.md +++ b/functions/examples/template-go-nginx/README.md @@ -25,11 +25,11 @@ function input, and writing the function output. ## Function invocation The function is invoked by authoring a [local Resource](local-resource) -with `metadata.configFn` and running: +with `metadata.annotations.[config.kubernetes.io/function]` and running: kustomize config run local-resource/ -This generates the `local-resources/config` directory containing the template output. +This generates the `local-resource/config` directory containing the template output. - the template output may be modified by adding fields -- such as initContainers, sidecarConatiners, cpu resource limits, etc -- and these fields will be retained diff --git a/functions/examples/template-go-nginx/local-resource/example-use.yaml b/functions/examples/template-go-nginx/local-resource/example-use.yaml index 7e3153903..972e34996 100644 --- a/functions/examples/template-go-nginx/local-resource/example-use.yaml +++ b/functions/examples/template-go-nginx/local-resource/example-use.yaml @@ -5,8 +5,9 @@ apiVersion: examples.config.kubernetes.io/v1beta1 # call `kustomize config run` kind: Nginx metadata: name: demo - configFn: - container: - image: gcr.io/kustomize-functions/example-nginx:v0.1.0 + annotations: + config.kubernetes.io/function: | + container: + image: gcr.io/kustomize-functions/example-nginx:v0.1.0 spec: replicas: 4 diff --git a/functions/examples/template-heredoc-cockroachdb/Makefile b/functions/examples/template-heredoc-cockroachdb/Makefile index fabbaeb52..0badb79a7 100644 --- a/functions/examples/template-heredoc-cockroachdb/Makefile +++ b/functions/examples/template-heredoc-cockroachdb/Makefile @@ -7,6 +7,8 @@ license: (which $(GOPATH)/bin/addlicense || go get github.com/google/addlicense) $(GOPATH)/bin/addlicense -y 2019 -c "The Kubernetes Authors." -f LICENSE_TEMPLATE . +all: license + image: docker build image -t gcr.io/kustomize-functions/example-cockroachdb:v0.1.0 docker push gcr.io/kustomize-functions/example-cockroachdb:v0.1.0 diff --git a/functions/examples/template-heredoc-cockroachdb/README.md b/functions/examples/template-heredoc-cockroachdb/README.md index 90c39cfc8..96be73e02 100644 --- a/functions/examples/template-heredoc-cockroachdb/README.md +++ b/functions/examples/template-heredoc-cockroachdb/README.md @@ -20,11 +20,11 @@ heavy lifting of implementing the function interface. ## Function invocation The function is invoked by authoring a [local Resource](local-resource) -with `metadata.configFn` and running: +with `metadata.annotations.[config.kubernetes.io/function]` and running: kustomize config run local-resource/ -This generates the `local-resources/config` directory containing the template output. +This generates the `local-resource/config` directory containing the template output. - the template output may be modified by adding fields -- such as initContainers, sidecarConatiners, cpu resource limits, etc -- and these fields will be retained diff --git a/functions/examples/template-heredoc-cockroachdb/local-resource/example-use.yaml b/functions/examples/template-heredoc-cockroachdb/local-resource/example-use.yaml index a04b822bc..37c48f040 100644 --- a/functions/examples/template-heredoc-cockroachdb/local-resource/example-use.yaml +++ b/functions/examples/template-heredoc-cockroachdb/local-resource/example-use.yaml @@ -6,8 +6,9 @@ apiVersion: examples.config.kubernetes.io/v1beta1 kind: CockroachDB metadata: name: demo - configFn: - container: - image: gcr.io/kustomize-functions/example-cockroachdb:v0.1.0 + annotations: + config.kubernetes.io/function: | + container: + image: gcr.io/kustomize-functions/example-cockroachdb:v0.1.0 spec: replicas: 3 diff --git a/functions/examples/validator-kubeval/LICENSE_TEMPLATE b/functions/examples/validator-kubeval/LICENSE_TEMPLATE new file mode 100644 index 000000000..0c2b3b655 --- /dev/null +++ b/functions/examples/validator-kubeval/LICENSE_TEMPLATE @@ -0,0 +1,2 @@ +Copyright {{.Year}} {{.Holder}} +SPDX-License-Identifier: Apache-2.0 diff --git a/functions/examples/validator-kubeval/Makefile b/functions/examples/validator-kubeval/Makefile new file mode 100644 index 000000000..b8030c006 --- /dev/null +++ b/functions/examples/validator-kubeval/Makefile @@ -0,0 +1,42 @@ +# Copyright 2019 The Kubernetes Authors. +# SPDX-License-Identifier: Apache-2.0 + +.PHONY: generate license fix vet fmt test build tidy image + +GOBIN := $(shell go env GOPATH)/bin + +build: + (cd image && go build -v -o $(GOBIN)/config-function .) + +all: generate license build fix vet fmt test lint tidy + +fix: + (cd image && go fix ./...) + +fmt: + (cd image && go fmt ./...) + +generate: + (which $(GOBIN)/mdtogo || go get sigs.k8s.io/kustomize/cmd/mdtogo) + (cd image && GOBIN=$(GOBIN) go generate ./...) + +license: + (which $(GOPATH)/bin/addlicense || go get github.com/google/addlicense) + $(GOPATH)/bin/addlicense -y 2019 -c "The Kubernetes Authors." -f LICENSE_TEMPLATE . + +tidy: + (cd image && go mod tidy) + +lint: + (which $(GOBIN)/golangci-lint || go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.19.1) + (cd image && $(GOBIN)/golangci-lint run ./...) + +test: + (cd image && go test -cover ./...) + +vet: + (cd image && go vet ./...) + +image: + docker build image -t gcr.io/kustomize-functions/example-validator-kubeval:v0.1.0 + docker push gcr.io/kustomize-functions/example-validator-kubeval:v0.1.0 diff --git a/functions/examples/validator-kubeval/README.md b/functions/examples/validator-kubeval/README.md new file mode 100644 index 000000000..85ca92b38 --- /dev/null +++ b/functions/examples/validator-kubeval/README.md @@ -0,0 +1,44 @@ +# Validation + +This is an example of implementing a validation function against +[kubeval](https://github.com/instrumenta/kubeval). + +## Function implementation + +The function is implemented as an [image](image), and built using `make image`. + +The function is implemented as a go program, which reads a collection of input +Resource configuration, passing each to kubeval. + +### Function configuration + +A number of settings can be modified for `kubeval` in the function `spec`. See +the `API` struct definition in [main.go](image/main.go) for documentation. + +## Function invocation + +The function is invoked by authoring a [local Resource](local-resource) +with `metadata.annotations.[config.kubernetes.io/function]` and running: + + kustomize config run local-resource/ + +This exists non-zero if kubeval detects an invalid Resource. + +## Running the Example + +Run the validator with: + + kustomize config run local-resource/ + +This will return an error: + + Resource invalid: (Kind: Service, Name: svc) + prots: Additional property prots is not allowed + Error: exit status 1 + +Now fix the typo in [example-use.yaml](local-resource/example-use.yaml) and +run: + + kustomize config run local-resource/ + +This will return success (no output). diff --git a/functions/examples/validator-kubeval/image/Dockerfile b/functions/examples/validator-kubeval/image/Dockerfile new file mode 100644 index 000000000..e7d0fd1c2 --- /dev/null +++ b/functions/examples/validator-kubeval/image/Dockerfile @@ -0,0 +1,20 @@ +# Copyright 2019 The Kubernetes Authors. +# SPDX-License-Identifier: Apache-2.0 + +FROM alpine:latest as schemas +RUN apk --no-cache add git +RUN git clone --depth 1 https://github.com/instrumenta/kubernetes-json-schema.git + +FROM golang:1.13-stretch as function +ENV CGO_ENABLED=0 +WORKDIR /go/src/ +COPY go.mod . +COPY go.sum . +RUN go mod download +COPY main.go . +RUN go build -v -o /usr/local/bin/config-function ./ + +FROM alpine:latest +COPY --from=schemas /kubernetes-json-schema/v1.16.0-standalone-strict /schemas/v1.16.0-standalone-strict +COPY --from=function /usr/local/bin/config-function /usr/local/bin/config-function +CMD ["config-function"] diff --git a/functions/examples/validator-kubeval/image/go.mod b/functions/examples/validator-kubeval/image/go.mod new file mode 100644 index 000000000..9cc966038 --- /dev/null +++ b/functions/examples/validator-kubeval/image/go.mod @@ -0,0 +1,8 @@ +module sigs.k8s.io/kustomize/functions/examples/validator-kubeval + +go 1.13 + +require ( + github.com/instrumenta/kubeval v0.0.0-20190918223246-8d013ec9fc56 + sigs.k8s.io/kustomize/kyaml v0.0.0-20191212230447-6309af43a718 +) diff --git a/functions/examples/validator-kubeval/image/go.sum b/functions/examples/validator-kubeval/image/go.sum new file mode 100644 index 000000000..83c84467c --- /dev/null +++ b/functions/examples/validator-kubeval/image/go.sum @@ -0,0 +1,68 @@ +github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= +github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= +github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys= +github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= +github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= +github.com/go-errors/errors v1.0.1 h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w= +github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm6/TyX73Q= +github.com/hashicorp/errwrap v0.0.0-20180715044906-d6c0cd880357 h1:Rem2+U35z1QtPQc6r+WolF7yXiefXqDKyk+lN2pE164= +github.com/hashicorp/errwrap v0.0.0-20180715044906-d6c0cd880357/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= +github.com/hashicorp/go-multierror v0.0.0-20180717150148-3d5d8f294aa0 h1:j30noezaCfvNLcdMYSvHLv81DxYRSt1grlpseG67vhU= +github.com/hashicorp/go-multierror v0.0.0-20180717150148-3d5d8f294aa0/go.mod h1:JMRHfdO9jKNzS/+BTlxCjKNQHg/jZAft8U7LloJvN7I= +github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce/go.mod h1:oZtUIOe8dh44I2q6ScRibXws4Ajl+d+nod3AaR9vL5w= +github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= +github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= +github.com/instrumenta/kubeval v0.0.0-20190918223246-8d013ec9fc56 h1:kKOrEaxR9KvCDdnQqjiBxbaeJg/goLvJvW0lno6aWm4= +github.com/instrumenta/kubeval v0.0.0-20190918223246-8d013ec9fc56/go.mod h1:bpiMYvNpVxWjdJsS0hDRu9TrobT5GfWCZwJseGUstxE= +github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= +github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= +github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= +github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= +github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= +github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= +github.com/mattn/go-colorable v0.1.0 h1:v2XXALHHh6zHfYTJ+cSkwtyffnaOyR1MXaA91mTrb8o= +github.com/mattn/go-colorable v0.1.0/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= +github.com/mattn/go-isatty v0.0.4 h1:bnP0vzxcAdeI1zdubAl5PjU6zsERjGZb7raWodagDYs= +github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= +github.com/mitchellh/mapstructure v0.0.0-20180715050151-f15292f7a699/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= +github.com/pelletier/go-toml v0.0.0-20180724185102-c2dbbc24a979/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= +github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= +github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/spf13/afero v1.1.1/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= +github.com/spf13/cast v1.2.0/go.mod h1:r2rcYCSwa1IExKTDiTfzaxqT2FNHs8hODu4LnUfgKEg= +github.com/spf13/cobra v0.0.0-20180820174524-ff0d02e85550 h1:LB9SHuuXO8gnsHtexOQSpsJrrAHYA35lvHUaE74kznU= +github.com/spf13/cobra v0.0.0-20180820174524-ff0d02e85550/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= +github.com/spf13/jwalterweatherman v0.0.0-20180814060501-14d3d4c51834/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= +github.com/spf13/pflag v0.0.0-20180821114517-d929dcbb1086 h1:iU+nPfqRqK8ShQqnpZLv8cZ9oklo6NFUcmX1JT5Rudg= +github.com/spf13/pflag v0.0.0-20180821114517-d929dcbb1086/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= +github.com/spf13/viper v1.1.0/go.mod h1:A8kyI5cUJhb8N+3pkfONlcEcZbueH6nhAm0Fq7SrnBM= +github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= +github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= +github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= +github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c= +github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= +github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0= +github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ= +github.com/xeipuuv/gojsonschema v0.0.0-20180816142147-da425ebb7609 h1:BcMExZAULPkihVZ7UJXK7t8rwGqisXFw75tILnafhBY= +github.com/xeipuuv/gojsonschema v0.0.0-20180816142147-da425ebb7609/go.mod h1:5yf86TLmAcydyeJq5YvxkGPE2fm/u4myDekKRoLuqhs= +github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca h1:1CFlNzQhALwjS9mBAUkycX616GzgsuYUOCHA5+HSlXI= +github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca/go.mod h1:ce1O1j6UtZfjr22oyGxGLbauSBp2YVXpARAosm7dHBg= +golang.org/x/sys v0.0.0-20180821044426-4ea2f632f6e9 h1:0RHCP7KEw0rDuVXXaT2gfV77uu6lTKa5aItB+EoFbQk= +golang.org/x/sys v0.0.0-20180821044426-4ea2f632f6e9/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/text v0.0.0-20180810153555-6e3c4e7365dd/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY= +gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.4 h1:/eiJrUcujPVeJ3xlSWaiNi3uSVmDGBK1pDHUHAnao1I= +gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v3 v3.0.0-20191026110619-0b21df46bc1d h1:LCPbGQ34PMrwad11aMZ+dbz5SAsq/0ySjRwQ8I9Qwd8= +gopkg.in/yaml.v3 v3.0.0-20191026110619-0b21df46bc1d/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +sigs.k8s.io/kustomize/kyaml v0.0.0-20191212230447-6309af43a718 h1:Kbn9yTkj4eMwY/LQLXnwDm4eTLqQsaOL81iSsr/UhQU= +sigs.k8s.io/kustomize/kyaml v0.0.0-20191212230447-6309af43a718/go.mod h1:rywm/rcR5LmCBghz9956tE45OdUPChFoXVVs+WmhMTI= +sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= +sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/functions/examples/validator-kubeval/image/main.go b/functions/examples/validator-kubeval/image/main.go new file mode 100644 index 000000000..cc178c187 --- /dev/null +++ b/functions/examples/validator-kubeval/image/main.go @@ -0,0 +1,134 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +// Package main implements a validator function run by `kustomize config run` +package main + +import ( + "errors" + "fmt" + "os" + "strings" + + "github.com/instrumenta/kubeval/kubeval" + "sigs.k8s.io/kustomize/kyaml/kio" + "sigs.k8s.io/kustomize/kyaml/yaml" +) + +func main() { + rw := &kio.ByteReadWriter{ + Reader: os.Stdin, + Writer: os.Stdout, + OmitReaderAnnotations: true, + KeepReaderAnnotations: true, + } + p := kio.Pipeline{ + Inputs: []kio.Reader{rw}, // read the inputs into a slice + Filters: []kio.Filter{kubevalFilter{rw: rw}}, + Outputs: []kio.Writer{rw}, // copy the inputs to the output + } + if err := p.Execute(); err != nil { + fmt.Fprintf(os.Stderr, "%v\n", err) + os.Exit(1) + } +} + +// kubevalFilter implements kio.Filter +type kubevalFilter struct { + rw *kio.ByteReadWriter +} + +// define the input API schema as a struct +type API struct { + Spec struct { + // Strict disallows additional properties not in schema if set. + Strict bool `yaml:"strict"` + + // IgnoreMissingSchemas skips validation for resource + // definitions without a schema. + IgnoreMissingSchemas bool `yaml:"ignoreMissingSchemas"` + + // KubernetesVersion is the version of Kubernetes to validate + // against (default "master"). + KubernetesVersion string `yaml:"kubernetesVersion"` + + // SchemaLocation is the base URL used to download schemas. + SchemaLocation string `yaml:"schemaLocation"` + } `yaml:"spec"` +} + +// Filter checks each resource for validity, otherwise returning an error. +func (f kubevalFilter) Filter(in []*yaml.RNode) ([]*yaml.RNode, error) { + api := f.parseAPI() + config := kubeval.NewDefaultConfig() + config.Strict = api.Spec.Strict + config.IgnoreMissingSchemas = api.Spec.IgnoreMissingSchemas + config.KubernetesVersion = api.Spec.KubernetesVersion + config.SchemaLocation = api.Spec.SchemaLocation + + // validate each Resource + for _, r := range in { + if err := validate(r.MustString(), config); err != nil { + meta, merr := r.GetMeta() + if merr != nil { + return nil, merr + } + fmt.Fprintf( + os.Stderr, + "Resource invalid: (Kind: %s, Name: %s)\n", + meta.Kind, meta.Name, + ) + return nil, err + } + } + return in, nil +} + +func validate(r string, config *kubeval.Config) error { + results, err := kubeval.Validate([]byte(r), config) + if err != nil { + return err + } + + return checkResults(results) +} + +func checkResults(results []kubeval.ValidationResult) error { + if len(results) == 0 { + return nil + } + + errs := []string{} + for _, r := range results { + for _, e := range r.Errors { + // Workaround a bug where the + // "config.kubernetes.io/index" annotation value is a + // number (invalid), and is still set on the Resource + // regardless of OmitReaderAnnotations. + // TODO: Remove this once the above issues are + // resolved. + if e.String() == "metadata.annotations: Invalid type. Expected: [string,null], given: integer" { + continue + } + errs = append(errs, e.String()) + } + } + + if len(errs) > 0 { + return errors.New(strings.Join(errs, "\n")) + } + + return nil +} + +// parseAPI parses the functionConfig into an API struct. +func (f *kubevalFilter) parseAPI() API { + // parse the input function config -- TODO: simplify this + var api API + if err := yaml.Unmarshal([]byte(f.rw.FunctionConfig.MustString()), &api); err != nil { + fmt.Fprintf(os.Stderr, "%v\n", err) + os.Exit(1) + } + + return api +} diff --git a/functions/examples/validator-kubeval/local-resource/example-use.yaml b/functions/examples/validator-kubeval/local-resource/example-use.yaml new file mode 100644 index 000000000..d18722b62 --- /dev/null +++ b/functions/examples/validator-kubeval/local-resource/example-use.yaml @@ -0,0 +1,34 @@ +# Copyright 2019 The Kubernetes Authors. +# SPDX-License-Identifier: Apache-2.0 + +apiVersion: examples.config.kubernetes.io/v1beta1 +kind: Kubeval +metadata: + annotations: + config.kubernetes.io/function: | + container: + image: gcr.io/kustomize-functions/example-validator-kubeval:v0.1.0 +spec: + strict: true + ignoreMissingSchemas: true + + # TODO: Remove these once function container network/volumes features are + # stabilized. + # Relevant issues: + # - https://github.com/kubernetes-sigs/kustomize/issues/1901 + # - https://github.com/kubernetes-sigs/kustomize/issues/1902 + kubernetesVersion: "1.16.0" + schemaLocation: "file:///schemas" +--- +apiVersion: v1 +kind: Service +metadata: + name: svc +spec: + clusterIP: None + publishNotReadyAddresses: true + prots: # Fix this typo ("ports") to pass validation. + - port: 2380 + name: etcd-server-ssl + - port: 2379 + name: etcd-client-ssl diff --git a/functions/examples/validator-resource-requests/README.md b/functions/examples/validator-resource-requests/README.md index 7f30f21a6..03e4685f8 100644 --- a/functions/examples/validator-resource-requests/README.md +++ b/functions/examples/validator-resource-requests/README.md @@ -15,7 +15,7 @@ Resource configuration, and looks for invalid configuration. ## Function invocation The function is invoked by authoring a [local Resource](local-resource) -with `metadata.configFn` and running: +with `metadata.annotations.[config.kubernetes.io/function]` and running: kustomize config run local-resource/ diff --git a/functions/examples/validator-resource-requests/local-resource/example-use.yaml b/functions/examples/validator-resource-requests/local-resource/example-use.yaml index c90e66fe9..0aa371e6f 100644 --- a/functions/examples/validator-resource-requests/local-resource/example-use.yaml +++ b/functions/examples/validator-resource-requests/local-resource/example-use.yaml @@ -4,9 +4,10 @@ apiVersion: examples.config.kubernetes.io/v1beta1 kind: Validator metadata: - configFn: - container: - image: gcr.io/kustomize-functions/example-validator:v0.1.0 + annotations: + config.kubernetes.io/function: | + container: + image: gcr.io/kustomize-functions/example-validator:v0.1.0 --- apiVersion: apps/v1 # this should fail validation kind: Deployment diff --git a/hack/pinUnpin.sh b/hack/pinUnpin.sh new file mode 100755 index 000000000..4f4cb74c4 --- /dev/null +++ b/hack/pinUnpin.sh @@ -0,0 +1,67 @@ +#!/usr/bin/env bash +# Copyright 2019 The Kubernetes Authors. +# SPDX-License-Identifier: Apache-2.0 +# +# In general, pin modules to a specific version of the +# kustomize API before a release of that module, and +# unpin the module after the module release so that +# development proceeds against the API's HEAD. +# +# E.g. for the kustomize CLI module, do this before +# releasing the CLI: +# +# ./hack/pinUnpin.sh pin kustomize v0.3.1 +# +# where v0.3.1 is the most recently released version of +# the API, and do the following afterwards: +# +# ./hack/pinUnpin.sh unPin kustomize + +set -o nounset +set -o pipefail + +if [ "$#" -lt 2 ]; then + echo "usage:" + echo " ./hack/pinUnpin.sh pin kustomize v0.3.1" + echo " or " + echo " ./hack/pinUnpin.sh unPin kustomize" + exit 1 +fi + +operation=$1 +if [[ ("$operation" != "pin") && ("$operation" != "unPin") ]]; then + echo "unknown operation $operation" + exit 1 +fi + +module=$2 +if [ ! -d "$module" ]; then + echo "directory $module doesn't exist" + exit 1 +fi + +version="unnecessary" +if [ "$operation" == "pin" ]; then + if [ "$#" -le 2 ]; then + echo "Specify version to pin, e.g. '$0 $module pin v0.2.0'" + exit 1 + fi + version=$3 +fi + +function unPin { + oldV=$(grep -m 1 sigs.k8s.io/kustomize/api go.mod | awk '{print $NF}') + go mod edit -replace=sigs.k8s.io/kustomize/api@${oldV}=../api + go mod tidy +} + +function pin { + oldV=$(grep -m 1 sigs.k8s.io/kustomize/api go.mod | awk '{print $NF}') + go mod edit -dropreplace=sigs.k8s.io/kustomize/api@${oldV} + go mod edit -require=sigs.k8s.io/kustomize/api@$version + go mod tidy +} + +pushd $module >& /dev/null +$operation +popd >& /dev/null diff --git a/kstatus/README.md b/kstatus/README.md new file mode 100644 index 000000000..4c3a776b7 --- /dev/null +++ b/kstatus/README.md @@ -0,0 +1,115 @@ +# kstatus + +kstatus provides tools for checking the status of Kubernetes resources. The primary use case is knowing when +(or if) a given set of resources in cluster has successfully reconciled an apply operation. + +## Concepts + +This effort has several goals, some with a shorter timeline than others. Initially, we want to provide +a library that makes it easier to decide when changes to a set of resources have been reconciled in a cluster. +To support types that do not yet publish status information, we will initially fallback on type specific rules. +The library already contains rules for many of the most common built-in types such a Deployment and StatefulSet. + +For custom resource definitions (CRDs), there currently isn't much guidance on which properties should be exposed in the status +object and which conditions should be used. As part of this effort we want to define a set of standard conditions +that the library will understand and that we encourage developers to adopt in their CRDs. These standard conditions will +be focused on providing the necessary information for understanding status of the reconcile after `apply` and it is not +expected that these will necessarily be the only conditions exposed in a custom resource. Developers will be free to add as many conditions +as they wish, but if the CRDs adopt the standard conditions defined here, this library will handle them correctly. + +The `status` objects for built-in types don't all conform to a common behavior. Not all built-in types expose conditions, +and even among the types that does, the types of conditions vary widely. Long-term, we hope to add support for the +standard conditions to the built-in types as well. This would remove the need for type-specific rules for determining +status. + +### Statuses + +The library currently defines the following statuses for resource: +* __InProgress__: The actual state of the resource has not yet reached the desired state as specified in the +resource manifest, i.e. the resource reconcile has not yet completed. Newly created resources will usually +start with this status, although some resources like ConfigMaps are Current immediately. +* __Failed__: The process of reconciling the actual state with the desired state has encountered and error +or it has made insufficient progress. +* __Current__: The actual state of the resource matches the desired state. The reconcile process is considered +complete until there are changes to either the desired or the actual state. +* __Terminating__: The resource is in the process of being deleted. +* __Unknown__: This is for situations when the library are unable to determine the status of a resource. + +### Conditions + +The conditions defined in the library are designed to adhere to the "abnormal-true" pattern, i.e. that +conditions are present and with a value of true whenever something unusual happens. So the absence of +any conditions means everything is normal. Normal in this situation simply means that the latest observed +generation of the resource manifest by the controller have been fully reconciled with the actual state. + +* __InProgress__: The controller is currently working on reconciling the latest changes. +* __Failed__: The controller has encountered an error during the reconcile process or it has made +insufficient progress (timeout). + +The use of the "abnormal-true" pattern has some challenges. If the controller is not running, or for some +reason not able to update the resource, it will look like it is in a good state when that is not true. The +solution to this issue is to adopt the pattern used by several of the built-in types where there is an +`observedGeneration` property on the status object which is set by the controller during the reconcile loop. +If the `generation` and the `observedGeneration` of a resource does not match, it means there are changes +that the controller has not yet seen, and therefore not acted upon. + +## Features + +The library is currently separated into two packages, one that provides the basic functionality, and another that +builds upon the basics to provide a higher level API. + +**sigs.k8s.io/kustomize/kstatus/status**: Provides two basic functions. First, it provides the `Compute` function +that takes a single resource and computes the status for this resource based on the fields in the status object for +the resource. Second, it provides the `Augment` function that computes the appropriate standard conditions based on +the status object and then amends them to the conditions in the resource. Both of these functions currently operate +on Unstructured types, but this should eventually be changed to rely on the kyaml library. Both of these functions +compute the status and conditions solely based on the data in the resource passed in. It does not communicate with +a cluster to get the latest state of the resources. + +**sigs.k8s.io/kustomize/kstatus/wait**: This package builds upon the status package and provides functionality that +will fetch the latest state from a cluster. It provides the `FetchAndResolve` function that takes list of resource +identifiers, fetches the latest state for all the resources from the cluster, computes the status for all of them and +returns the results. `WaitForStatus` accepts a list of resource identifiers and will poll cluster for the status of +the resources until all resources have reached the `Current` status. + +## Challenges + +### Status is not obvious for all resource types + +For some types of resources, it is pretty clear what the different statuses mean. For others, it +is far less obvious. For example, what does it mean that a PodDisruptionBudget is Current? Based on +the assumptions above it probably should be whenever the controller has observed the resource +and updated the status object of the PDB with information on allowed disruptions. But currently, a PDB is +considered Current when the number of healthy replicas meets the threshold given in the PDB. Also, should +the presence of a PDB influence when a Deployment is considered Current? This would mean that a Deployment +should be considered Current whenever the number of replicas reach the threshold set by the corresponding +PDB. This is not currently supported as described below. + +### Status is decided based on single resource +Currently the status of a resource is decided solely based on information from +the state of that resource. This is an issue for resources that create other resources +and that doesn't provide sufficient information within their own status object. An example +is the Service resource that doesn't provide much status information but do generate Endpoint +resources that could be used to determine status. Similar, the status of a Deployment could be +based on its generated ReplicaSets and Pods. + +Not having the generated resources also limits the amount of details that can be provided +when something isn't working as expected. + + +## Future + +### Depend on kyaml instead of k8s libraries +The sigs.k8s.io/kustomize/kstatus/status package currently depends on k8s libraries. This can be +challenging if someone wants to vendor the library within their own project. We want to replace +the dependencies on k8s libraries with kyaml for the status package. The wait package needs to +talk to a k8s cluster, so this package will continue to rely on the k8s libraries. + +### Use watches instead of polling + +We currently poll for updates to resources, but it would be possible to set up +watches instead. This could also be combined with deciding status based on not only a single +resource, but also all its generated resources. This would lead to a design that seems similar +to a controller, so maybe a solution like this could be built on top of controller-runtime. +A challenge here is that the rules for each built-in type would need to be expressed in a different +way that what we currently do. \ No newline at end of file diff --git a/kstatus/status/status.go b/kstatus/status/status.go index 62741f828..80b7a00d1 100644 --- a/kstatus/status/status.go +++ b/kstatus/status/status.go @@ -4,6 +4,7 @@ package status import ( + "fmt" "time" "github.com/pkg/errors" @@ -26,6 +27,11 @@ const ( UnknownStatus Status = "Unknown" ) +var ( + Statuses = []Status{InProgressStatus, FailedStatus, CurrentStatus, TerminatingStatus, UnknownStatus} + ConditionTypes = []ConditionType{ConditionFailed, ConditionInProgress} +) + // ConditionType defines the set of condition types allowed inside a Condition struct. type ConditionType string @@ -42,6 +48,18 @@ func (s Status) String() string { return string(s) } +// StatusFromString turns a string into a Status. Will panic if the provided string is +// not a valid status. +func FromStringOrDie(text string) Status { + s := Status(text) + for _, r := range Statuses { + if s == r { + return s + } + } + panic(fmt.Errorf("string has invalid status: %s", s)) +} + // Result contains the results of a call to compute the status of // a resource. type Result struct { diff --git a/kustomize/go.mod b/kustomize/go.mod index 282ab940e..499dceb38 100644 --- a/kustomize/go.mod +++ b/kustomize/go.mod @@ -6,20 +6,17 @@ require ( github.com/pkg/errors v0.8.1 github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.5 - sigs.k8s.io/kustomize/api v0.3.0 - sigs.k8s.io/kustomize/cmd/config v0.0.0 - sigs.k8s.io/kustomize/cmd/kubectl v0.0.0 - sigs.k8s.io/kustomize/kyaml v0.0.0 + k8s.io/client-go v0.17.0 + sigs.k8s.io/kustomize/api v0.3.1 + sigs.k8s.io/kustomize/cmd/config v0.0.2 + sigs.k8s.io/kustomize/cmd/kubectl v0.0.2 + sigs.k8s.io/kustomize/kyaml v0.0.2 sigs.k8s.io/yaml v1.1.0 ) -replace ( - sigs.k8s.io/kustomize/cmd/config v0.0.0 => ../cmd/config - sigs.k8s.io/kustomize/cmd/kubectl v0.0.0 => ../cmd/kubectl - sigs.k8s.io/kustomize/kyaml v0.0.0 => ../kyaml -) - exclude ( github.com/russross/blackfriday v2.0.0+incompatible sigs.k8s.io/kustomize/api v0.2.0 ) + +replace sigs.k8s.io/kustomize/api v0.3.1 => ../api diff --git a/kustomize/go.sum b/kustomize/go.sum index 02dc9555c..f7d3e0179 100644 --- a/kustomize/go.sum +++ b/kustomize/go.sum @@ -17,12 +17,14 @@ github.com/Azure/go-autorest/logger v0.1.0 h1:ruG4BSDXONFRrZZJ2GUXDiUyVpayPmb1Gn github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0 h1:TRn4WjSnkcSy5AEG3pnbtFSwNtwzjr4VYyQflFE619k= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= +github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd h1:sjQovDkwrZp8u+gxLtPgKGjk5hCxuy2hrRejBTA9xFU= github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd/go.mod h1:64YHyfSL2R96J44Nlwm39UHepQbyR5q10x7iYa1ks2E= github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= +github.com/OpenPeeDeeP/depguard v1.0.1 h1:VlW4R6jmBIv3/u1JNlawEvJMM4J+dPORPaZasQee8Us= github.com/OpenPeeDeeP/depguard v1.0.1/go.mod h1:xsIw86fROiiwelg+jB2uM9PiKihMMmUx/1V+TNhjQvM= github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI= @@ -37,6 +39,7 @@ github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5 github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= github.com/blang/semver v3.5.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= +github.com/bombsimon/wsl v1.2.5 h1:9gTOkIwVtoDZywvX802SDHokeX4kW1cKnV8ZTVAPkRs= github.com/bombsimon/wsl v1.2.5/go.mod h1:43lEF/i0kpXbLCeDXL9LMT8c92HyBywXb0AsgMHYngM= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 h1:7aWHqerlJ41y6FOsEUvknqgXnGmJyJSbjhAWq5pO4F8= @@ -74,16 +77,19 @@ github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLi github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM= github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d/go.mod h1:ZZMPRZwes7CROmyNKgQzC3XPs6L/G2EJLHddWejkmf4= github.com/fatih/camelcase v1.0.0/go.mod h1:yN2Sb0lFhZJUdVvtELVWefmrXpuZESvPmqwoZc+/fpc= +github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= +github.com/go-critic/go-critic v0.3.5-0.20190904082202-d79a9f0c64db h1:GYXWx7Vr3+zv833u+8IoXbNnQY0AdXsxAgI0kX7xcwA= github.com/go-critic/go-critic v0.3.5-0.20190904082202-d79a9f0c64db/go.mod h1:+sE8vrLDS2M0pZkBk0wy6+nLdKexVDrl/jBqQOTDThA= github.com/go-errors/errors v1.0.1 h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w= github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm6/TyX73Q= github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= +github.com/go-lintpack/lintpack v0.5.2 h1:DI5mA3+eKdWeJ40nU4d6Wc26qmdG8RCi/btYq0TuRN0= github.com/go-lintpack/lintpack v0.5.2/go.mod h1:NwZuYi2nUHho8XEIZ6SIxihrnPoqBTDqfpXvXAN0sXM= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= @@ -106,25 +112,36 @@ github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh github.com/go-openapi/swag v0.19.5 h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY= github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= +github.com/go-toolsmith/astcast v1.0.0 h1:JojxlmI6STnFVG9yOImLeGREv8W2ocNUM+iOhR6jE7g= github.com/go-toolsmith/astcast v1.0.0/go.mod h1:mt2OdQTeAQcY4DQgPSArJjHCcOwlX+Wl/kwN+LbLGQ4= +github.com/go-toolsmith/astcopy v1.0.0 h1:OMgl1b1MEpjFQ1m5ztEO06rz5CUd3oBv9RF7+DyvdG8= github.com/go-toolsmith/astcopy v1.0.0/go.mod h1:vrgyG+5Bxrnz4MZWPF+pI4R8h3qKRjjyvV/DSez4WVQ= github.com/go-toolsmith/astequal v0.0.0-20180903214952-dcb477bfacd6/go.mod h1:H+xSiq0+LtiDC11+h1G32h7Of5O3CYFJ99GVbS5lDKY= +github.com/go-toolsmith/astequal v1.0.0 h1:4zxD8j3JRFNyLN46lodQuqz3xdKSrur7U/sr0SDS/gQ= github.com/go-toolsmith/astequal v1.0.0/go.mod h1:H+xSiq0+LtiDC11+h1G32h7Of5O3CYFJ99GVbS5lDKY= github.com/go-toolsmith/astfmt v0.0.0-20180903215011-8f8ee99c3086/go.mod h1:mP93XdblcopXwlyN4X4uodxXQhldPGZbcEJIimQHrkg= +github.com/go-toolsmith/astfmt v1.0.0 h1:A0vDDXt+vsvLEdbMFJAUBI/uTbRw1ffOPnxsILnFL6k= github.com/go-toolsmith/astfmt v1.0.0/go.mod h1:cnWmsOAuq4jJY6Ct5YWlVLmcmLMn1JUPuQIHCY7CJDw= github.com/go-toolsmith/astinfo v0.0.0-20180906194353-9809ff7efb21/go.mod h1:dDStQCHtmZpYOmjRP/8gHHnCCch3Zz3oEgCdZVdtweU= github.com/go-toolsmith/astp v0.0.0-20180903215135-0af7e3c24f30/go.mod h1:SV2ur98SGypH1UjcPpCatrV5hPazG6+IfNHbkDXBRrk= +github.com/go-toolsmith/astp v1.0.0 h1:alXE75TXgcmupDsMK1fRAy0YUzLzqPVvBKoyWV+KPXg= github.com/go-toolsmith/astp v1.0.0/go.mod h1:RSyrtpVlfTFGDYRbrjyWP1pYu//tSFcvdYrA8meBmLI= github.com/go-toolsmith/pkgload v0.0.0-20181119091011-e9e65178eee8/go.mod h1:WoMrjiy4zvdS+Bg6z9jZH82QXwkcgCBX6nOfnmdaHks= +github.com/go-toolsmith/pkgload v1.0.0 h1:4DFWWMXVfbcN5So1sBNW9+yeiMqLFGl1wFLTL5R0Tgg= github.com/go-toolsmith/pkgload v1.0.0/go.mod h1:5eFArkbO80v7Z0kdngIxsRXRMTaX4Ilcwuh3clNrQJc= +github.com/go-toolsmith/strparse v1.0.0 h1:Vcw78DnpCAKlM20kSbAyO4mPfJn/lyYA4BJUDxe2Jb4= github.com/go-toolsmith/strparse v1.0.0/go.mod h1:YI2nUKP9YGZnL/L1/DLFBfixrcjslWct4wyljWhSRy8= +github.com/go-toolsmith/typep v1.0.0 h1:zKymWyA1TRYvqYrYDrfEMZULyrhcnGY3x7LDKU2XQaA= github.com/go-toolsmith/typep v1.0.0/go.mod h1:JSQCQMUPdRlMZFswiq3TGpNp1GMktqkR2Ns5AIQkATU= +github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y= github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8= +github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b h1:ekuhfTjngPhisSjOJ0QWKpPQE8/rbknHaes6WVJj5Hw= github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU= github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= +github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef h1:veQD95Isof8w9/WXiA+pa3tz3fJXkt5B7QaRBrM62gk= @@ -136,20 +153,35 @@ github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5y github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs= github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= +github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 h1:23T5iq8rbUYlhpt5DB4XJkc6BU31uODLD1o1gKvZmD0= github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2/go.mod h1:k9Qvh+8juN+UKMCS/3jFtGICgW8O96FVaZsaxdzDkR4= +github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a h1:w8hkcTqaFpzKqonE9uMCefW1WDie15eSP/4MssdenaM= github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a/go.mod h1:ryS0uhF+x9jgbj/N71xsEqODy9BN81/GonCZiOzirOk= +github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 h1:YYWNAGTKWhKpcLLt7aSj/odlKrSrelQwlovBpDuf19w= github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvLiFKX1Sh2T1w8Q/h4NAI8MHIpzCdnBUDTXU3I0= +github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 h1:9kfjN3AdxcbsZBf8NjltjWihK2QfBBBZuv91cMFfDHw= github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= +github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 h1:pe9JHs3cHHDQgOFXJJdYkK6fLz2PWyYtP4hthoCMvs8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= +github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee h1:J2XAy40+7yz70uaOiMbNnluTg7gyQhtGqLQncQh+4J8= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= +github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a h1:iR3fYXUjHCR97qWS8ch1y9zPNsgXThGwjKPrYfqMPks= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= +github.com/golangci/golangci-lint v1.21.0 h1:HxAxpR8Z0M8omihvQdsD3PF0qPjlqYqp2vMJzstoKeI= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= +github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc h1:gLLhTLMk2/SutryVJ6D4VZCU3CUqr8YloG7FPIBWFpI= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= +github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 h1:MfyDlzVjl1hoaPzPD4Gpb/QgoRfSBR0jdhwGyAWwMSA= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= +github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca h1:kNY3/svz5T29MYHubXix4aDDuE3RWHkPvopM/EDv/MA= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= +github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 h1:EL/O5HGrF7Jaq0yNhBLucz9hTuRzj2LdwGBOaENgxIk= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= +github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 h1:leSNB7iYzLYSSx3J/s5sVf4Drkc68W2wm4Ixh/mr0us= github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21/go.mod h1:tf5+bzsHdTM0bsB7+8mt0GUMvjCgwLpTapNZHU8AajI= +github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 h1:HVfrLniijszjS1aiNg8JbBMO2+E1WIQ+j/gL4SQqGPg= github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0/go.mod h1:qOQCunEYvmd/TLamH+7LlVccLvUH5kZNhbCgTHoBbp4= +github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 h1:zwtduBRr5SSWhqsYNgcuWO2kFlpdOZbP0+yRjmvPGys= github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4/go.mod h1:Izgrg8RkN3rCIMLGE9CyYmU9pY2Jer6DgANEnZ/L/cQ= github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450/go.mod h1:Bk6SMAONeMXrxql8uvOKuAZSu8aM5RUGv+1C6IJaEho= github.com/golangplus/fmt v0.0.0-20150411045040-2a5d6d7d2995/go.mod h1:lJgMEyOkYFkPcDKwRXegd+iM6E7matEszMG5HhwytU8= @@ -175,12 +207,9 @@ github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1 github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0 h1:P/nh25+rzXouhytV2pUHBb65fnds26Ghl8/391+sT5o= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= +github.com/gorilla/websocket v1.4.0 h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= +github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 h1:JVnpOZS+qxli+rgVl98ILOXVNbW+kb5wcxeGx8ShUIw= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= @@ -194,6 +223,7 @@ github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHh github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1 h1:0hERBMJE1eitiLkihrMvRVBYAkpHzc/J3QdDN+dAcgU= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= +github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -211,6 +241,7 @@ github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1 github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= +github.com/kisielk/gotool v1.0.0 h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= github.com/klauspost/compress v1.4.0/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A= github.com/klauspost/compress v1.4.1/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A= @@ -231,23 +262,29 @@ github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhn github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE= github.com/lithammer/dedent v1.1.0/go.mod h1:jrXYCQtgg0nJiN+StA2KgR7w6CiQNv9Fd/Z9BP0jIOc= github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e/go.mod h1:7rIyQOR62GCctdiQpZ/zOJlFyk6y+94wXzv6RNZgaR4= +github.com/magiconair/properties v1.8.0 h1:LLgXmsheXeRoUOBOjtwPQCWIYqM/LU1ayDtDePerRcY= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.7.0 h1:aizVhC/NAAcKWb+5QsU1iNOZb4Yws5UO2I+aIprQITM= github.com/mailru/easyjson v0.7.0/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7ldAVICs= +github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb h1:RHba4YImhrUVQDHUCe2BNSOz4tVy2yGyXhvYDvxGgeE= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= +github.com/mattn/go-colorable v0.1.4 h1:snbPLB8fVfU9iwbbo30TPtbLRzwWu6aJS6Xh4eaaviA= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= +github.com/mattn/go-isatty v0.0.8 h1:HLtExJ+uU2HOZ+wI0Tt5DtUDrx8yhUqDcp7fYERX4CE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/go-runewidth v0.0.7 h1:Ei8KR0497xHyKJPAv59M1dkC+rOZCMBJ+t3fZ+twI54= github.com/mattn/go-runewidth v0.0.7/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= +github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b/go.mod h1:r1VsdOzOPt1ZSrGZWFoNhsAedKnEd6r9Np1+5blZCWk= github.com/mitchellh/go-wordwrap v1.0.0 h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4= github.com/mitchellh/go-wordwrap v1.0.0/go.mod h1:ZXFpozHsX6DPmq2I0TCekCxypsnAUbP2oI0UX1GXzOo= +github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= @@ -256,11 +293,11 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= +github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d h1:AREM5mwr4u1ORQBMvzfzBgpsctsbQikCVpvC+tX285E= github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= github.com/olekukonko/tablewriter v0.0.4 h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8= @@ -273,6 +310,7 @@ github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGV github.com/onsi/gomega v1.7.0 h1:XPnZz8VVBHjVsy1vzJmRwIcSwiUO+JFfrv/xGiigmME= github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= +github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI= github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= @@ -304,44 +342,56 @@ github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6So github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2 h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= +github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d h1:BzRvVq1EHuIjxpijCEKpAxzKUUMurOQ4sknehIATRh8= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= +github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e h1:MZM7FHLqUHYI0Y/mQAt3d2aYa0SiNms/hFqC9qJYolM= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= +github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041 h1:llrF3Fs4018ePo4+G/HV/uQUqEI1HMDjCeOf2V6puPc= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2 h1:SPIRibHv4MatM3XXNO2BJeFLZwZ2LvZgfQ5+UNI2im4= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= +github.com/sourcegraph/go-diff v0.5.1 h1:gO6i5zugwzo1RVTvgvfwCOSVegNuvnNi6bAD1QCmkHs= github.com/sourcegraph/go-diff v0.5.1/go.mod h1:j2dHj3m8aZgQO8lMTcTnBcXkRRRqi34cd2MNlA9u1mE= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= +github.com/spf13/afero v1.2.2 h1:5jhuqJyZCZf2JRofRvN/nIFgIWNzPa3/Vz8mYylgbWc= github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= +github.com/spf13/cast v1.3.0 h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cobra v0.0.5 h1:f0B+LkLX6DtmRH1isoNA9VTtNUK9K8xYd28JNNfOv/s= github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU= +github.com/spf13/jwalterweatherman v1.0.0 h1:XHEdyB+EcvlqZamSM4ZOMGlc93t6AcsBEu9Gc1vn7yk= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= +github.com/spf13/viper v1.4.0 h1:yXHLWeravcrgGyFSyCgdYpXQ9dR9c/WED3pg1RhxqEU= github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/objx v0.2.0 h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48= github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= github.com/stretchr/testify v0.0.0-20151208002404-e3a8ff8ce365/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= +github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e h1:RumXZ56IrCj4CL+g1b9OL/oH0QnsF976bC8xQFYUD5Q= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= +github.com/ultraware/funlen v0.0.2 h1:Av96YVBwwNSe4MLR7iI/BIa3VyI7/djnto/pK3Uxbdo= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= +github.com/ultraware/whitespace v0.0.4 h1:If7Va4cM03mpgrNH9k49/VOicWpGoG70XPBFFODYDsg= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= +github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517 h1:ChMKTho2hWKpks/nD/FL2KqM1wuVt62oJeiE8+eFpGs= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= github.com/valyala/fasthttp v1.2.0/go.mod h1:4vX61m6KN+xDduDNwXrhIAVZaZaZiQ1luJk8LWSxF3s= @@ -450,6 +500,7 @@ golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDq golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191010075000-0337d82405ff h1:XdBG6es/oFDr1HwaxkxgVve7NB281QhxgK/i4voubFs= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485/go.mod h1:2ltnJ7xHfj0zHS40VVPYEAAMTa3ZGguvHGBSJeRWqE0= @@ -476,7 +527,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -490,6 +540,7 @@ gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo= gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= +honnef.co/go/tools v0.0.1-2019.2.3 h1:3JgtbtFHMiCmsznwGVTUWbgGov+pVqnlf1dEJTNAXeM= honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= k8s.io/api v0.17.0 h1:H9d/lw+VkZKEVIUc8F3wgiQ+FUXTTr21M87jXLU7yqM= k8s.io/api v0.17.0/go.mod h1:npsyOePkeP0CPwyGfXDHxvypiYMJxBWAMpQxCaJ4ZxI= @@ -520,16 +571,23 @@ modernc.org/golex v1.0.0/go.mod h1:b/QX9oBD/LhixY6NDh+IdGv17hgB+51fET1i2kPSmvk= modernc.org/mathutil v1.0.0/go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03k= modernc.org/strutil v1.0.0/go.mod h1:lstksw84oURvj9y3tn8lGvRxyRC1S2+g5uuIzNfIOBs= modernc.org/xc v1.0.0/go.mod h1:mRNCo0bvLjGhHO9WsyuKVU4q0ceiDDDoEeWDJHrNx8I= +mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed h1:WX1yoOaKQfddO/mLzdV4wptyWgoH/6hwLs7QHTixo0I= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= +mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b h1:DxJ5nJdkhDlLok9K6qO+5290kphDJbHOQO1DFFFTeBo= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= +mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f h1:Cq7MalBHYACRd6EesksG1Q8EoIAKOsiZviGKbOLIej4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= sigs.k8s.io/kustomize v2.0.3+incompatible h1:JUufWFNlI44MdtnjUqVnvh29rR37PQFzPbLXqhyOyX0= sigs.k8s.io/kustomize v2.0.3+incompatible/go.mod h1:MkjgH3RdOWrievjo6c9T245dYlB5QeXV4WCbnt/PEpU= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= +sigs.k8s.io/kustomize/cmd/config v0.0.2 h1:FphfIoGJ0jGGJJXq9WoG5sqqEIuTeDGx58E5NWHV8Hc= +sigs.k8s.io/kustomize/cmd/config v0.0.2/go.mod h1:c6IBoPpAAm5a2aD+0iH8IfeyCF5GPsY5Ws57Dwpcvg0= +sigs.k8s.io/kustomize/cmd/kubectl v0.0.2 h1:MxUAU5ie0tqx2MuDrUlcAL+Mgt8LVFcXc2scinSD8/w= +sigs.k8s.io/kustomize/cmd/kubectl v0.0.2/go.mod h1:SbNCE1g937W1yvaQrZbvPNT3aDRdicdeW2qXLTa+YiM= +sigs.k8s.io/kustomize/kyaml v0.0.2 h1:Rl/wMrnpZzZjsVeFIIOAb92Kz/UfLrTUEXjiHW6oS0o= +sigs.k8s.io/kustomize/kyaml v0.0.2/go.mod h1:rywm/rcR5LmCBghz9956tE45OdUPChFoXVVs+WmhMTI= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= +sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 h1:JPJh2pk3+X4lXAkZIk2RuE/7/FoK9maXw+TNPJhVS/c= sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4/go.mod h1:ketZ/q3QxT9HOBeFhu6RdvsftgpsbFHBF5Cas6cDKZ0= vbom.ml/util v0.0.0-20160121211510-db5cfe13f5cc/go.mod h1:so/NYdZXCz+E3ZpW0uAoCj6uzU2+8OWDFv/HxUSs7kI= diff --git a/kustomize/main.go b/kustomize/main.go index 8545bc22c..098dcfdca 100644 --- a/kustomize/main.go +++ b/kustomize/main.go @@ -6,35 +6,22 @@ package main import ( "os" - "path/filepath" - "github.com/spf13/cobra" "sigs.k8s.io/kustomize/cmd/config/complete" "sigs.k8s.io/kustomize/kustomize/v3/internal/commands" + + // initialize auth + // This is here rather than in the libraries because of + // https://github.com/kubernetes-sigs/kustomize/issues/2060 + _ "k8s.io/client-go/plugin/pkg/client/auth" ) func main() { cmd := commands.NewDefaultCommand() - completion(cmd) + complete.Complete(cmd).Complete("kustomize") if err := cmd.Execute(); err != nil { os.Exit(1) } os.Exit(0) } - -// completion performs shell completion if kustomize is being called to provide -// shell completion commands. -func completion(cmd *cobra.Command) { - // bash shell completion passes the command name as the first argument - // do this after configuring cmd so it has all the subcommands - if len(os.Args) > 1 { - // use the base name in case kustomize is called with an absolute path - name := filepath.Base(os.Args[1]) - if name == "kustomize" { - // complete calls kustomize with itself as an argument - complete.Complete(cmd).Complete("kustomize") - os.Exit(0) - } - } -} diff --git a/kyaml/Makefile b/kyaml/Makefile index 8c2f8e0b5..02a948bda 100644 --- a/kyaml/Makefile +++ b/kyaml/Makefile @@ -1,7 +1,7 @@ # Copyright 2019 The Kubernetes Authors. # SPDX-License-Identifier: Apache-2.0 -.PHONY: generate license fix vet fmt test lint tidy +.PHONY: generate license fix vet fmt test lint tidy openapi GOPATH := $(shell go env GOPATH) @@ -32,3 +32,7 @@ test: vet: go vet ./... + +openapi: + (which $(GOPATH)/bin/go-bindata || go get -v github.com/go-bindata/go-bindata) + go-bindata --pkg openapi -o openapi/swagger.go openapi/swagger.json diff --git a/kyaml/copyutil/copyutil.go b/kyaml/copyutil/copyutil.go index 56554e850..d5ae7dfcd 100644 --- a/kyaml/copyutil/copyutil.go +++ b/kyaml/copyutil/copyutil.go @@ -6,11 +6,13 @@ package copyutil import ( "bytes" + "fmt" "io/ioutil" "os" "path/filepath" "strings" + "github.com/sergi/go-diff/diffmatchpatch" "sigs.k8s.io/kustomize/kyaml/sets" ) @@ -119,6 +121,9 @@ func Diff(sourceDir, destDir string) (sets.String, error) { return diff, err } if !bytes.Equal(b1, b2) { + dmp := diffmatchpatch.New() + diffs := dmp.DiffMain(string(b1), string(b2), false) + fmt.Println(dmp.DiffPrettyText(diffs)) diff.Insert(f) } } diff --git a/kyaml/copyutil/copyutil_test.go b/kyaml/copyutil/copyutil_test.go index 59a25635c..7f364b1f4 100644 --- a/kyaml/copyutil/copyutil_test.go +++ b/kyaml/copyutil/copyutil_test.go @@ -4,6 +4,7 @@ package copyutil_test import ( + "fmt" "io/ioutil" "os" "path/filepath" @@ -104,7 +105,9 @@ func TestDiff_srcDestContentsDiffer(t *testing.T) { diff, err := Diff(s, d) assert.NoError(t, err) - assert.ElementsMatch(t, diff.List(), []string{"a1/f.yaml"}) + assert.ElementsMatch(t, diff.List(), []string{ + fmt.Sprintf("a1%sf.yaml", string(filepath.Separator)), + }) } // TestDiff_srcDestContentsDifferInDirs verifies if identical files @@ -130,7 +133,11 @@ func TestDiff_srcDestContentsDifferInDirs(t *testing.T) { diff, err := Diff(s, d) assert.NoError(t, err) assert.ElementsMatch(t, diff.List(), []string{ - "a1", "a1/f.yaml", "b1/f.yaml", "b1"}) + "a1", + fmt.Sprintf("a1%sf.yaml", string(filepath.Separator)), + fmt.Sprintf("b1%sf.yaml", string(filepath.Separator)), + "b1", + }) } // TestDiff_skipGitSrc verifies that .git directories in the source diff --git a/kyaml/fieldmeta/fieldmeta.go b/kyaml/fieldmeta/fieldmeta.go index 7b47229db..3ed5fc73c 100644 --- a/kyaml/fieldmeta/fieldmeta.go +++ b/kyaml/fieldmeta/fieldmeta.go @@ -1,37 +1,39 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + package fieldmeta import ( - "bytes" "encoding/json" "strconv" "strings" + "github.com/go-openapi/spec" "sigs.k8s.io/kustomize/kyaml/errors" "sigs.k8s.io/kustomize/kyaml/yaml" ) // FieldMeta contains metadata that may be attached to fields as comments type FieldMeta struct { - // Substitutions are substitutions that may be performed against this field - Substitutions []Substitution `yaml:"substitutions,omitempty" json:"substitutions,omitempty"` - // OwnedBy records the owner of this field - OwnedBy string `yaml:"ownedBy,omitempty" json:"ownedBy,omitempty"` - // DefaultedBy records that this field was default, but may be changed by other owners - DefaultedBy string `yaml:"defaultedBy,omitempty" json:"defaultedBy,omitempty"` - // Description is a description of the current field value, e.g. why it was set - Description string `yaml:"description,omitempty" json:"description,omitempty"` - // Type is the type of the field value - Type FieldValueType `yaml:"type,omitempty" json:"type,omitempty"` + Schema spec.Schema + + Extensions XKustomize } -// Substitution defines a substitution that may be performed against the field -type Substitution struct { - // Name is the name of the substitution and read by tools - Name string `yaml:"name,omitempty" json:"name,omitempty"` - // Marker is the marker used for replacement - Marker string `yaml:"marker,omitempty" json:"marker,omitempty"` - // Value is the current value that has been substituted for the Marker - Value string `yaml:"value,omitempty" json:"value,omitempty"` +type XKustomize struct { + SetBy string `yaml:"setBy,omitempty" json:"setBy,omitempty"` + PartialFieldSetters []PartialFieldSetter `yaml:"partialSetters,omitempty" json:"partialSetters,omitempty"` + FieldSetter *PartialFieldSetter `yaml:"setter,omitempty" json:"setter,omitempty"` +} + +// PartialFieldSetter defines how to set part of a field rather than the full field +// value. e.g. the tag part of an image field +type PartialFieldSetter struct { + // Name is the name of this setter. + Name string `yaml:"name" json:"name"` + + // Value is the current value that has been set. + Value string `yaml:"value" json:"value"` } // Read reads the FieldMeta from a node @@ -40,16 +42,30 @@ func (fm *FieldMeta) Read(n *yaml.RNode) error { v := strings.TrimLeft(n.YNode().LineComment, "#") // if it doesn't Unmarshal that is fine, it means there is no metadata // other comments are valid, they just don't parse - d := yaml.NewDecoder(bytes.NewBuffer([]byte(v))) - d.KnownFields(false) - _ = d.Decode(fm) + + // TODO: consider most sophisticated parsing techniques similar to what is used + // for go struct tags. + if err := fm.Schema.UnmarshalJSON([]byte(v)); err != nil { + // note: don't return an error if the comment isn't a fieldmeta struct + return nil + } + fe := fm.Schema.VendorExtensible.Extensions["x-kustomize"] + if fe == nil { + return nil + } + b, err := json.Marshal(fe) + if err != nil { + return err + } + return json.Unmarshal(b, &fm.Extensions) } return nil } // Write writes the FieldMeta to a node func (fm *FieldMeta) Write(n *yaml.RNode) error { - b, err := json.Marshal(fm) + fm.Schema.VendorExtensible.AddExtension("x-kustomize", fm.Extensions) + b, err := json.Marshal(fm.Schema) if err != nil { return err } @@ -64,11 +80,9 @@ const ( // String defines a string flag String FieldValueType = "string" // Bool defines a bool flag - Bool = "bool" - // Float defines a float flag - Float = "float" + Bool = "boolean" // Int defines an int flag - Int = "int" + Int = "integer" ) func (it FieldValueType) String() string { @@ -88,10 +102,6 @@ func (it FieldValueType) Validate(value string) error { if _, err := strconv.ParseBool(value); err != nil { return errors.WrapPrefixf(err, "value must be a bool") } - case Float: - if _, err := strconv.ParseFloat(value, 64); err != nil { - return errors.WrapPrefixf(err, "value must be a float") - } } return nil } @@ -104,8 +114,6 @@ func (it FieldValueType) Tag() string { return "!!bool" case Int: return "!!int" - case Float: - return "!!float" } return "" } @@ -124,11 +132,6 @@ func (it FieldValueType) TagForValue(value string) string { return "" } return "!!int" - case Float: - if _, err := strconv.ParseFloat(string(it), 64); err != nil { - return "" - } - return "!!float" } return "" } diff --git a/kyaml/go.mod b/kyaml/go.mod index 7bb60a053..de2170cd8 100644 --- a/kyaml/go.mod +++ b/kyaml/go.mod @@ -5,10 +5,10 @@ go 1.12 require ( github.com/davecgh/go-spew v1.1.1 github.com/go-errors/errors v1.0.1 - github.com/kr/pretty v0.1.0 // indirect + github.com/go-openapi/spec v0.19.5 + github.com/sergi/go-diff v1.1.0 github.com/stretchr/testify v1.4.0 github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca - gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect - gopkg.in/yaml.v2 v2.2.4 // indirect + gopkg.in/yaml.v2 v2.2.4 gopkg.in/yaml.v3 v3.0.0-20191026110619-0b21df46bc1d ) diff --git a/kyaml/go.sum b/kyaml/go.sum index 7e5637da6..98d3f4c1c 100644 --- a/kyaml/go.sum +++ b/kyaml/go.sum @@ -1,25 +1,54 @@ +github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI= +github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= +github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M= +github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/go-errors/errors v1.0.1 h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w= github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm6/TyX73Q= +github.com/go-openapi/jsonpointer v0.19.2/go.mod h1:3akKfEdA7DF1sugOqz1dVQHBcuDBPKZGEoHC/NkiQRg= +github.com/go-openapi/jsonpointer v0.19.3 h1:gihV7YNZK1iK6Tgwwsxo2rJbD1GTbdm72325Bq8FI3w= +github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= +github.com/go-openapi/jsonreference v0.19.2 h1:o20suLFB4Ri0tuzpWtyHlh7E7HnkqTNLq6aR6WVNS1w= +github.com/go-openapi/jsonreference v0.19.2/go.mod h1:jMjeRr2HHw6nAVajTXJ4eiUwohSTlpa0o73RUL1owJc= +github.com/go-openapi/spec v0.19.5 h1:Xm0Ao53uqnk9QE/LlYV5DEU09UAgpliA85QoT9LzqPw= +github.com/go-openapi/spec v0.19.5/go.mod h1:Hm2Jr4jv8G1ciIAo+frC/Ft+rR2kQDh8JHKHb3gWUSk= +github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= +github.com/go-openapi/swag v0.19.5 h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY= +github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= +github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= +github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= +github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0= +github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca h1:1CFlNzQhALwjS9mBAUkycX616GzgsuYUOCHA5+HSlXI= github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca/go.mod h1:ce1O1j6UtZfjr22oyGxGLbauSBp2YVXpARAosm7dHBg= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= +golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 h1:k7pJ2yAPLPgbskkFdhRCsA77k2fySZ1zf2zCjvQCiIM= +golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= +golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= +golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw= +gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo= +gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.4 h1:/eiJrUcujPVeJ3xlSWaiNi3uSVmDGBK1pDHUHAnao1I= gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= diff --git a/kyaml/kio/byteio_reader_test.go b/kyaml/kio/byteio_reader_test.go index 4e0f237d8..e6de127a7 100644 --- a/kyaml/kio/byteio_reader_test.go +++ b/kyaml/kio/byteio_reader_test.go @@ -150,7 +150,7 @@ func TestByteReader_Read(t *testing.T) { c: d metadata: annotations: - config.kubernetes.io/index: 0 + config.kubernetes.io/index: '0' `, `# second resource e: f @@ -158,12 +158,12 @@ g: - h metadata: annotations: - config.kubernetes.io/index: 1 + config.kubernetes.io/index: '1' `, `i: j metadata: annotations: - config.kubernetes.io/index: 2 + config.kubernetes.io/index: '2' `, } for i := range nodes { @@ -230,7 +230,7 @@ func TestByteReader_Read_setAnnotationsOmitReaderAnnotations(t *testing.T) { c: d metadata: annotations: - foo: bar + foo: 'bar' `, `# second resource e: f @@ -238,12 +238,12 @@ g: - h metadata: annotations: - foo: bar + foo: 'bar' `, `i: j metadata: annotations: - foo: bar + foo: 'bar' `, } for i := range nodes { @@ -278,8 +278,8 @@ func TestByteReader_Read_setAnnotations(t *testing.T) { c: d metadata: annotations: - config.kubernetes.io/index: 0 - foo: bar + config.kubernetes.io/index: '0' + foo: 'bar' `, `# second resource e: f @@ -287,14 +287,14 @@ g: - h metadata: annotations: - config.kubernetes.io/index: 1 - foo: bar + config.kubernetes.io/index: '1' + foo: 'bar' `, `i: j metadata: annotations: - config.kubernetes.io/index: 2 - foo: bar + config.kubernetes.io/index: '2' + foo: 'bar' `, } for i := range nodes { diff --git a/kyaml/kio/example_test.go b/kyaml/kio/example_test.go index d0c27ec51..cdf9e7cb6 100644 --- a/kyaml/kio/example_test.go +++ b/kyaml/kio/example_test.go @@ -77,7 +77,7 @@ spec: // labels: // app: nginx // annotations: - // foo: bar + // foo: 'bar' // spec: // replicas: 3 // selector: @@ -99,7 +99,7 @@ spec: // metadata: // name: nginx // annotations: - // foo: bar + // foo: 'bar' // spec: // selector: // app: nginx diff --git a/kyaml/kio/filters/container.go b/kyaml/kio/filters/container.go index a45e96a89..50a411de6 100644 --- a/kyaml/kio/filters/container.go +++ b/kyaml/kio/filters/container.go @@ -8,8 +8,10 @@ import ( "fmt" "os" "os/exec" + "path" "strings" + "sigs.k8s.io/kustomize/kyaml/errors" "sigs.k8s.io/kustomize/kyaml/kio" "sigs.k8s.io/kustomize/kyaml/kio/kioutil" @@ -24,6 +26,106 @@ import ( // non-zero. // The full set of environment variables from the parent process // are passed to the container. +// +// Function Scoping: +// ContainerFilter applies the function only to Resources to which it is scoped. +// +// Resources are scoped to a function if any of the following are true: +// - the Resource were read from the same directory as the function config +// - the Resource were read from a subdirectory of the function config directory +// - the function config is in a directory named "functions" and +// they were read from a subdirectory of "functions" parent +// - the function config doesn't have a path annotation (considered globally scoped) +// - the ContainerFilter has GlobalScope == true +// +// In Scope Examples: +// +// Example 1: deployment.yaml and service.yaml in function.yaml scope +// same directory as the function config directory +// . +// ├── function.yaml +// ├── deployment.yaml +// └── service.yaml +// +// Example 2: apps/deployment.yaml and apps/service.yaml in function.yaml scope +// subdirectory of the function config directory +// . +// ├── function.yaml +// └── apps +//    ├── deployment.yaml +//    └── service.yaml +// +// Example 3: apps/deployment.yaml and apps/service.yaml in functions/function.yaml scope +// function config is in a directory named "functions" +// . +// ├── functions +// │   └── function.yaml +// └── apps +//    ├── deployment.yaml +//    └── service.yaml +// +// Out of Scope Examples: +// +// Example 1: apps/deployment.yaml and apps/service.yaml NOT in stuff/function.yaml scope +// . +// ├── stuff +// │   └── function.yaml +// └── apps +//    ├── deployment.yaml +//    └── service.yaml +// +// Example 2: apps/deployment.yaml and apps/service.yaml NOT in stuff/functions/function.yaml scope +// . +// ├── stuff +// │   └── functions +// │    └── function.yaml +// └── apps +//    ├── deployment.yaml +//    └── service.yaml +// +// Default Paths: +// Resources emitted by functions will have default path applied as annotations +// if none is present. +// The default path will be the function-dir/ (or parent directory in the case of "functions") +// + function-file-name/ + namespace/ + kind_name.yaml +// +// Example 1: Given a function in fn.yaml that produces a Deployment name foo and a Service named bar +// dir +// └── fn.yaml +// +// Would default newly generated Resources to: +// +// dir +// ├── fn.yaml +// └── fn +//    ├── deployment_foo.yaml +//    └── service_bar.yaml +// +// Example 2: Given a function in functions/fn.yaml that produces a Deployment name foo and a Service named bar +// dir +// └── fn.yaml +// +// Would default newly generated Resources to: +// +// dir +// ├── functions +// │   └── fn.yaml +// └── fn +//    ├── deployment_foo.yaml +//    └── service_bar.yaml +// +// Example 3: Given a function in fn.yaml that produces a Deployment name foo, namespace baz and a Service named bar namespace baz +// dir +// └── fn.yaml +// +// Would default newly generated Resources to: +// +// dir +// ├── fn.yaml +// └── fn +// └── baz +//    ├── deployment_foo.yaml +//    └── service_bar.yaml type ContainerFilter struct { // Image is the container image to use to create a container. @@ -40,6 +142,10 @@ type ContainerFilter struct { // Typically a Kubernetes style Resource Config. Config *yaml.RNode `yaml:"config,omitempty"` + // GlobalScope will cause the function to be run against all input + // nodes instead of only nodes scoped under the function. + GlobalScope bool + // args may be specified by tests to override how a container is spawned args []string @@ -65,8 +171,76 @@ func (s *StorageMount) String() string { return fmt.Sprintf("type=%s,src=%s,dst=%s:ro", s.MountType, s.Src, s.DstPath) } +// functionsDirectoryName is keyword directory name for functions scoped 1 directory higher +const functionsDirectoryName = "functions" + +// getFunctionScope returns the path of the directory containing the function config, +// or its parent directory if the base directory is named "functions" +func (c *ContainerFilter) getFunctionScope() (string, error) { + m, err := c.Config.GetMeta() + if err != nil { + return "", errors.Wrap(err) + } + p, found := m.Annotations[kioutil.PathAnnotation] + if !found { + return "", nil + } + + functionDir := path.Clean(path.Dir(p)) + + if path.Base(functionDir) == functionsDirectoryName { + // the scope of functions in a directory called "functions" is 1 level higher + // this is similar to how the golang "internal" directory scoping works + functionDir = path.Dir(functionDir) + } + return functionDir, nil +} + +// scope partitions the input nodes into 2 slices. The first slice contains only Resources +// which are scoped under dir, and the second slice contains the Resources which are not. +func (c *ContainerFilter) scope(dir string, nodes []*yaml.RNode) ([]*yaml.RNode, []*yaml.RNode, error) { + // scope container filtered Resources to Resources under that directory + var input, saved []*yaml.RNode + if c.GlobalScope { + return nodes, nil, nil + } + + if dir == "" { + // global function + return nodes, nil, nil + } + + // identify Resources read from directories under the function configuration + for i := range nodes { + m, err := nodes[i].GetMeta() + if err != nil { + return nil, nil, err + } + p, found := m.Annotations[kioutil.PathAnnotation] + if !found { + // this Resource isn't scoped under the function -- don't know where it came from + // consider it out of scope + saved = append(saved, nodes[i]) + continue + } + + resourceDir := path.Clean(path.Dir(p)) + if !strings.HasPrefix(resourceDir, dir) { + // this Resource doesn't fall under the function scope if it + // isn't in a subdirectory of where the function lives + saved = append(saved, nodes[i]) + continue + } + + // this input is scoped under the function + input = append(input, nodes[i]) + } + + return input, saved, nil +} + // GrepFilter implements kio.GrepFilter -func (c *ContainerFilter) Filter(input []*yaml.RNode) ([]*yaml.RNode, error) { +func (c *ContainerFilter) Filter(nodes []*yaml.RNode) ([]*yaml.RNode, error) { // get the command to filter the Resources cmd, err := c.getCommand() if err != nil { @@ -76,11 +250,23 @@ func (c *ContainerFilter) Filter(input []*yaml.RNode) ([]*yaml.RNode, error) { in := &bytes.Buffer{} out := &bytes.Buffer{} + // only process Resources scoped to this function, save the others + functionDir, err := c.getFunctionScope() + if err != nil { + return nil, err + } + input, saved, err := c.scope(functionDir, nodes) + if err != nil { + return nil, err + } + // write the input err = kio.ByteWriter{ - WrappingAPIVersion: kio.ResourceListAPIVersion, - WrappingKind: kio.ResourceListKind, - Writer: in, KeepReaderAnnotations: true, FunctionConfig: c.Config}.Write(input) + WrappingAPIVersion: kio.ResourceListAPIVersion, + WrappingKind: kio.ResourceListKind, + Writer: in, + KeepReaderAnnotations: true, + FunctionConfig: c.Config}.Write(input) if err != nil { return nil, err } @@ -98,7 +284,19 @@ func (c *ContainerFilter) Filter(input []*yaml.RNode) ([]*yaml.RNode, error) { return nil, err } - return r.Read() + output, err := r.Read() + if err != nil { + return nil, err + } + + // annotate any generated Resources with a path and index if they don't already have one + if err := kioutil.DefaultPathAnnotation(functionDir, output); err != nil { + return nil, err + } + + // emit both the Resources output from the function, and the out-of-scope Resources + // which were not provided to the function + return append(output, saved...), nil } // getArgs returns the command + args to run to spawn the container @@ -130,12 +328,16 @@ func (c *ContainerFilter) getArgs() []string { // export the local environment vars to the container for _, pair := range os.Environ() { - args = append(args, "-e", strings.Split(pair, "=")[0]) + tokens := strings.Split(pair, "=") + if tokens[0] == "" { + continue + } + args = append(args, "-e", tokens[0]) } return append(args, c.Image) } -// getCommand returns a command which will apply the GrepFilter using the container image +// getCommand returns a command which will apply the Filter using the container image func (c *ContainerFilter) getCommand() (*exec.Cmd, error) { // encode the filter command API configuration cfg := &bytes.Buffer{} @@ -190,6 +392,13 @@ func (c *IsReconcilerFilter) Filter(inputs []*yaml.RNode) ([]*yaml.RNode, error) return out, nil } +const ( + FunctionAnnotationKey = "config.kubernetes.io/function" + oldFunctionAnnotationKey = "config.k8s.io/function" +) + +var functionAnnotationKeys = []string{FunctionAnnotationKey, oldFunctionAnnotationKey} + // GetContainerName returns the container image for an API if one exists func GetContainerName(n *yaml.RNode) (string, string) { meta, _ := n.GetMeta() @@ -197,6 +406,16 @@ func GetContainerName(n *yaml.RNode) (string, string) { // path to the function, this will be mounted into the container path := meta.Annotations[kioutil.PathAnnotation] + // check previous keys for backwards compatibility + for _, s := range functionAnnotationKeys { + functionAnnotation := meta.Annotations[s] + if functionAnnotation != "" { + annotationContent, _ := yaml.Parse(functionAnnotation) + image, _ := annotationContent.Pipe(yaml.Lookup("container", "image")) + return image.YNode().Value, path + } + } + container := meta.Annotations["config.kubernetes.io/container"] if container != "" { return container, path diff --git a/kyaml/kio/filters/container_test.go b/kyaml/kio/filters/container_test.go index 336ba0e8e..d5fda8200 100644 --- a/kyaml/kio/filters/container_test.go +++ b/kyaml/kio/filters/container_test.go @@ -16,7 +16,7 @@ import ( ) func TestFilter_command(t *testing.T) { - cfg, err := yaml.Parse(`apiversion: apps/v1 + cfg, err := yaml.Parse(`apiVersion: apps/v1 kind: Deployment metadata: name: foo @@ -62,7 +62,7 @@ metadata: } func TestFilter_command_StorageMount(t *testing.T) { - cfg, err := yaml.Parse(`apiversion: apps/v1 + cfg, err := yaml.Parse(`apiVersion: apps/v1 kind: Deployment metadata: name: foo @@ -103,7 +103,7 @@ metadata: } func TestFilter_command_network(t *testing.T) { - cfg, err := yaml.Parse(`apiversion: apps/v1 + cfg, err := yaml.Parse(`apiVersion: apps/v1 kind: Deployment metadata: name: foo @@ -131,7 +131,11 @@ metadata: } for _, e := range os.Environ() { // the process env - expected = append(expected, "-e", strings.Split(e, "=")[0]) + tokens := strings.Split(e, "=") + if tokens[0] == "" { + continue + } + expected = append(expected, "-e", tokens[0]) } expected = append(expected, "example.com:version") assert.Equal(t, expected, cmd.Args) @@ -177,13 +181,13 @@ items: metadata: name: deployment-foo annotations: - config.kubernetes.io/index: 0 + config.kubernetes.io/index: '0' - apiVersion: v1 kind: Service metadata: name: service-foo annotations: - config.kubernetes.io/index: 1 + config.kubernetes.io/index: '1' functionConfig: {apiVersion: apps/v1, kind: Deployment, metadata: {name: foo}} `, s) { t.FailNow() @@ -208,19 +212,21 @@ kind: StatefulSet metadata: name: deployment-foo annotations: - config.kubernetes.io/index: 0 + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'statefulset_deployment-foo.yaml' --- apiVersion: v1 kind: Service metadata: name: service-foo annotations: - config.kubernetes.io/index: 1 + config.kubernetes.io/index: '1' + config.kubernetes.io/path: 'service_service-foo.yaml' `, b.String()) } func TestFilter_Filter_noChange(t *testing.T) { - cfg, err := yaml.Parse(`apiversion: apps/v1 + cfg, err := yaml.Parse(`apiVersion: apps/v1 kind: Deployment metadata: name: foo @@ -230,7 +236,7 @@ metadata: } input, err := (&kio.ByteReader{Reader: bytes.NewBufferString(` -apiversion: apps/v1 +apiVersion: apps/v1 kind: Deployment metadata: name: deployment-foo @@ -254,19 +260,19 @@ metadata: if !assert.Equal(t, `apiVersion: config.kubernetes.io/v1alpha1 kind: ResourceList items: -- apiversion: apps/v1 +- apiVersion: apps/v1 kind: Deployment metadata: name: deployment-foo annotations: - config.kubernetes.io/index: 0 + config.kubernetes.io/index: '0' - apiVersion: v1 kind: Service metadata: name: service-foo annotations: - config.kubernetes.io/index: 1 -functionConfig: {apiversion: apps/v1, kind: Deployment, metadata: {name: foo}} + config.kubernetes.io/index: '1' +functionConfig: {apiVersion: apps/v1, kind: Deployment, metadata: {name: foo}} `, s) { t.FailNow() } @@ -285,19 +291,21 @@ functionConfig: {apiversion: apps/v1, kind: Deployment, metadata: {name: foo}} return } - assert.Equal(t, `apiversion: apps/v1 + assert.Equal(t, `apiVersion: apps/v1 kind: Deployment metadata: name: deployment-foo annotations: - config.kubernetes.io/index: 0 + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'deployment_deployment-foo.yaml' --- apiVersion: v1 kind: Service metadata: name: service-foo annotations: - config.kubernetes.io/index: 1 + config.kubernetes.io/index: '1' + config.kubernetes.io/path: 'service_service-foo.yaml' `, b.String()) } @@ -316,7 +324,7 @@ metadata: c, _ := GetContainerName(n) assert.Equal(t, "gcr.io/foo/bar:something", c) - // container from annotation + // container from config.kubernetes.io/container annotation n, err = yaml.Parse(`apiVersion: v1 kind: MyThing metadata: @@ -329,6 +337,21 @@ metadata: c, _ = GetContainerName(n) assert.Equal(t, "gcr.io/foo/bar:something", c) + // container from config.kubernetes.io/function annotation + n, err = yaml.Parse(`apiVersion: v1 +kind: MyThing +metadata: + annotations: + config.kubernetes.io/function: | + container: + image: gcr.io/foo/bar:something +`) + if !assert.NoError(t, err) { + return + } + c, _ = GetContainerName(n) + assert.Equal(t, "gcr.io/foo/bar:something", c) + // doesn't have a container n, err = yaml.Parse(`apiVersion: v1 kind: MyThing @@ -340,3 +363,418 @@ metadata: c, _ = GetContainerName(n) assert.Equal(t, "", c) } + +func TestFilter_Filter_defaultNaming(t *testing.T) { + cfg, err := yaml.Parse(`apiVersion: apps/v1 +kind: Deployment +metadata: + name: foo + annotations: + config.kubernetes.io/path: 'foo/bar.yaml' +`) + if !assert.NoError(t, err) { + return + } + + input, err := (&kio.ByteReader{Reader: bytes.NewBufferString(``)}).Read() + if !assert.NoError(t, err) { + return + } + + called := false + result, err := (&ContainerFilter{ + Image: "example.com:version", + Config: cfg, + args: []string{"echo", `apiVersion: apps/v1 +kind: Deployment +metadata: + name: deployment-foo +--- +apiVersion: v1 +kind: Service +metadata: + name: service-foo +`}, + checkInput: func(s string) { + called = true + if !assert.Equal(t, `apiVersion: config.kubernetes.io/v1alpha1 +kind: ResourceList +items: [] +functionConfig: {apiVersion: apps/v1, kind: Deployment, metadata: {name: foo, annotations: { + config.kubernetes.io/path: 'foo/bar.yaml'}}} +`, s) { + t.FailNow() + } + }, + }).Filter(input) + if !assert.NoError(t, err) { + return + } + if !assert.True(t, called) { + return + } + + b := &bytes.Buffer{} + err = kio.ByteWriter{Writer: b, KeepReaderAnnotations: true}.Write(result) + if !assert.NoError(t, err) { + return + } + + assert.Equal(t, `apiVersion: apps/v1 +kind: Deployment +metadata: + name: deployment-foo + annotations: + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'foo/deployment_deployment-foo.yaml' +--- +apiVersion: v1 +kind: Service +metadata: + name: service-foo + annotations: + config.kubernetes.io/index: '1' + config.kubernetes.io/path: 'foo/service_service-foo.yaml' +`, b.String()) +} + +func TestFilter_Filter_defaultNamingFunctions(t *testing.T) { + cfg, err := yaml.Parse(`apiVersion: apps/v1 +kind: Deployment +metadata: + name: foo + annotations: + config.kubernetes.io/path: 'foo/functions/bar.yaml' +`) + if !assert.NoError(t, err) { + return + } + + input, err := (&kio.ByteReader{Reader: bytes.NewBufferString(``)}).Read() + if !assert.NoError(t, err) { + return + } + + called := false + result, err := (&ContainerFilter{ + Image: "example.com:version", + Config: cfg, + args: []string{"echo", `apiVersion: apps/v1 +kind: Deployment +metadata: + name: deployment-foo +--- +apiVersion: v1 +kind: Service +metadata: + name: service-foo +`}, + checkInput: func(s string) { + called = true + if !assert.Equal(t, `apiVersion: config.kubernetes.io/v1alpha1 +kind: ResourceList +items: [] +functionConfig: {apiVersion: apps/v1, kind: Deployment, metadata: {name: foo, annotations: { + config.kubernetes.io/path: 'foo/functions/bar.yaml'}}} +`, s) { + t.FailNow() + } + }, + }).Filter(input) + if !assert.NoError(t, err) { + return + } + if !assert.True(t, called) { + return + } + + b := &bytes.Buffer{} + err = kio.ByteWriter{Writer: b, KeepReaderAnnotations: true}.Write(result) + if !assert.NoError(t, err) { + return + } + + assert.Equal(t, `apiVersion: apps/v1 +kind: Deployment +metadata: + name: deployment-foo + annotations: + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'foo/deployment_deployment-foo.yaml' +--- +apiVersion: v1 +kind: Service +metadata: + name: service-foo + annotations: + config.kubernetes.io/index: '1' + config.kubernetes.io/path: 'foo/service_service-foo.yaml' +`, b.String()) +} + +func TestFilter_Filter_scopeMissingFromResource(t *testing.T) { + cfg, err := yaml.Parse(`apiVersion: apps/v1 +kind: Deployment +metadata: + name: foo + annotations: + config.kubernetes.io/path: 'foo/bar.yaml' +`) + if !assert.NoError(t, err) { + return + } + + input, err := (&kio.ByteReader{Reader: bytes.NewBufferString(` +apiVersion: apps/v1 +kind: Deployment +metadata: + name: deployment-foo +--- +apiVersion: v1 +kind: Service +metadata: + name: service-foo +`)}).Read() + if !assert.NoError(t, err) { + return + } + + // no resources match the scope + called := false + result, err := (&ContainerFilter{ + Image: "example.com:version", + Config: cfg, + args: []string{"sed", "s/Deployment/StatefulSet/g"}, + checkInput: func(s string) { + called = true + if !assert.Equal(t, `apiVersion: config.kubernetes.io/v1alpha1 +kind: ResourceList +items: [] +functionConfig: {apiVersion: apps/v1, kind: Deployment, metadata: {name: foo, annotations: { + config.kubernetes.io/path: 'foo/bar.yaml'}}} +`, s) { + t.FailNow() + } + }, + }).Filter(input) + if !assert.NoError(t, err) { + return + } + if !assert.True(t, called) { + return + } + + b := &bytes.Buffer{} + err = kio.ByteWriter{Writer: b, KeepReaderAnnotations: true}.Write(result) + if !assert.NoError(t, err) { + return + } + + // Resources should be preserved -- paths shouldn't be set by container + assert.Equal(t, `apiVersion: apps/v1 +kind: Deployment +metadata: + name: deployment-foo + annotations: + config.kubernetes.io/index: '0' +--- +apiVersion: v1 +kind: Service +metadata: + name: service-foo + annotations: + config.kubernetes.io/index: '1' +`, b.String()) +} + +func TestFilter_Filter_scopeFunctionsDir(t *testing.T) { + // functions under "functions/" dir should be scoped to parent dir + cfg, err := yaml.Parse(`apiVersion: apps/v1 +kind: Deployment +metadata: + name: foo + annotations: + config.kubernetes.io/path: 'foo/functions/bar.yaml' +`) + if !assert.NoError(t, err) { + return + } + + input, err := (&kio.ByteReader{Reader: bytes.NewBufferString(` +apiVersion: apps/v1 +kind: Deployment +metadata: + name: deployment-foo + annotations: + config.kubernetes.io/path: 'foo/bar/d.yaml' +--- +apiVersion: v1 +kind: Service +metadata: + name: service-foo + annotations: + config.kubernetes.io/path: 'foo/bar/s.yaml' +`)}).Read() + if !assert.NoError(t, err) { + return + } + + // no resources match the scope + called := false + result, err := (&ContainerFilter{ + Image: "example.com:version", + Config: cfg, + args: []string{"sed", "s/Deployment/StatefulSet/g"}, + checkInput: func(s string) { + called = true + if !assert.Equal(t, `apiVersion: config.kubernetes.io/v1alpha1 +kind: ResourceList +items: +- apiVersion: apps/v1 + kind: Deployment + metadata: + name: deployment-foo + annotations: + config.kubernetes.io/path: 'foo/bar/d.yaml' + config.kubernetes.io/index: '0' +- apiVersion: v1 + kind: Service + metadata: + name: service-foo + annotations: + config.kubernetes.io/path: 'foo/bar/s.yaml' + config.kubernetes.io/index: '1' +functionConfig: {apiVersion: apps/v1, kind: Deployment, metadata: {name: foo, annotations: { + config.kubernetes.io/path: 'foo/functions/bar.yaml'}}} +`, s) { + t.FailNow() + } + }, + }).Filter(input) + if !assert.NoError(t, err) { + return + } + if !assert.True(t, called) { + return + } + + b := &bytes.Buffer{} + err = kio.ByteWriter{Writer: b, KeepReaderAnnotations: true}.Write(result) + if !assert.NoError(t, err) { + return + } + + // Resources should be modified + assert.Equal(t, `apiVersion: apps/v1 +kind: StatefulSet +metadata: + name: deployment-foo + annotations: + config.kubernetes.io/path: 'foo/bar/d.yaml' + config.kubernetes.io/index: '0' +--- +apiVersion: v1 +kind: Service +metadata: + name: service-foo + annotations: + config.kubernetes.io/path: 'foo/bar/s.yaml' + config.kubernetes.io/index: '1' +`, b.String()) +} + +func TestFilter_Filter_scopeDir(t *testing.T) { + // functions under "functions/" dir should be scoped to parent dir + cfg, err := yaml.Parse(`apiVersion: apps/v1 +kind: Deployment +metadata: + name: foo + annotations: + config.kubernetes.io/path: 'foo/bar.yaml' +`) + if !assert.NoError(t, err) { + return + } + + input, err := (&kio.ByteReader{Reader: bytes.NewBufferString(` +apiVersion: apps/v1 +kind: Deployment +metadata: + name: deployment-foo + annotations: + config.kubernetes.io/path: 'foo/bar/d.yaml' +--- +apiVersion: v1 +kind: Service +metadata: + name: service-foo + annotations: + config.kubernetes.io/path: 'foo/bar/s.yaml' +`)}).Read() + if !assert.NoError(t, err) { + return + } + + // no resources match the scope + called := false + result, err := (&ContainerFilter{ + Image: "example.com:version", + Config: cfg, + args: []string{"sed", "s/Deployment/StatefulSet/g"}, + checkInput: func(s string) { + called = true + if !assert.Equal(t, `apiVersion: config.kubernetes.io/v1alpha1 +kind: ResourceList +items: +- apiVersion: apps/v1 + kind: Deployment + metadata: + name: deployment-foo + annotations: + config.kubernetes.io/path: 'foo/bar/d.yaml' + config.kubernetes.io/index: '0' +- apiVersion: v1 + kind: Service + metadata: + name: service-foo + annotations: + config.kubernetes.io/path: 'foo/bar/s.yaml' + config.kubernetes.io/index: '1' +functionConfig: {apiVersion: apps/v1, kind: Deployment, metadata: {name: foo, annotations: { + config.kubernetes.io/path: 'foo/bar.yaml'}}} +`, s) { + t.FailNow() + } + }, + }).Filter(input) + if !assert.NoError(t, err) { + return + } + if !assert.True(t, called) { + return + } + + b := &bytes.Buffer{} + err = kio.ByteWriter{Writer: b, KeepReaderAnnotations: true}.Write(result) + if !assert.NoError(t, err) { + return + } + + // Resources should be preserved + assert.Equal(t, `apiVersion: apps/v1 +kind: StatefulSet +metadata: + name: deployment-foo + annotations: + config.kubernetes.io/path: 'foo/bar/d.yaml' + config.kubernetes.io/index: '0' +--- +apiVersion: v1 +kind: Service +metadata: + name: service-foo + annotations: + config.kubernetes.io/path: 'foo/bar/s.yaml' + config.kubernetes.io/index: '1' +`, b.String()) +} diff --git a/kyaml/kio/filters/filters_test.go b/kyaml/kio/filters/filters_test.go index 720874572..3e24b20dc 100644 --- a/kyaml/kio/filters/filters_test.go +++ b/kyaml/kio/filters/filters_test.go @@ -53,21 +53,21 @@ metadata: name: foo1 namespace: bar annotations: - config.kubernetes.io/path: foo1_deployment.yaml + config.kubernetes.io/path: 'foo1_deployment.yaml' --- apiVersion: v1 kind: Service metadata: name: foo1 annotations: - config.kubernetes.io/path: foo1_service.yaml + config.kubernetes.io/path: 'foo1_service.yaml' --- apiVersion: apps/v1 kind: Deployment metadata: name: foo2 annotations: - config.kubernetes.io/path: foo2_deployment.yaml + config.kubernetes.io/path: 'foo2_deployment.yaml' --- apiVersion: v1 kind: Service @@ -75,7 +75,7 @@ metadata: name: foo2 namespace: bar annotations: - config.kubernetes.io/path: foo2_service.yaml + config.kubernetes.io/path: 'foo2_service.yaml' `, out.String()) } @@ -97,7 +97,7 @@ kind: Service metadata: name: foo1 annotations: - config.kubernetes.io/path: foo1__service.yaml + config.kubernetes.io/path: 'foo1__service.yaml' --- apiVersion: apps/v1 kind: Deployment @@ -105,14 +105,14 @@ metadata: name: foo1 namespace: bar annotations: - config.kubernetes.io/path: foo1_bar_deployment.yaml + config.kubernetes.io/path: 'foo1_bar_deployment.yaml' --- apiVersion: apps/v1 kind: Deployment metadata: name: foo2 annotations: - config.kubernetes.io/path: foo2__deployment.yaml + config.kubernetes.io/path: 'foo2__deployment.yaml' --- apiVersion: v1 kind: Service @@ -120,7 +120,7 @@ metadata: name: foo2 namespace: bar annotations: - config.kubernetes.io/path: foo2_bar_service.yaml + config.kubernetes.io/path: 'foo2_bar_service.yaml' `, out.String()) } @@ -143,14 +143,14 @@ metadata: name: foo1 namespace: bar annotations: - config.kubernetes.io/path: resource.yaml + config.kubernetes.io/path: 'resource.yaml' --- apiVersion: apps/v1 kind: Deployment metadata: name: foo2 annotations: - config.kubernetes.io/path: resource.yaml + config.kubernetes.io/path: 'resource.yaml' --- apiVersion: v1 kind: Service @@ -158,13 +158,13 @@ metadata: name: foo2 namespace: bar annotations: - config.kubernetes.io/path: resource.yaml + config.kubernetes.io/path: 'resource.yaml' --- apiVersion: v1 kind: Service metadata: name: foo1 annotations: - config.kubernetes.io/path: resource.yaml + config.kubernetes.io/path: 'resource.yaml' `, out.String()) } diff --git a/kyaml/kio/filters/fmtr.go b/kyaml/kio/filters/fmtr.go index 201c74f0d..0266fc550 100644 --- a/kyaml/kio/filters/fmtr.go +++ b/kyaml/kio/filters/fmtr.go @@ -27,6 +27,7 @@ import ( "sort" "sigs.k8s.io/kustomize/kyaml/kio" + "sigs.k8s.io/kustomize/kyaml/openapi" "sigs.k8s.io/kustomize/kyaml/yaml" ) @@ -54,7 +55,9 @@ func FormatFileOrDirectory(path string) error { }.Execute() } -type FormatFilter struct{} +type FormatFilter struct { + Process func(n *yaml.Node) error +} var _ kio.Filter = FormatFilter{} @@ -75,7 +78,9 @@ func (f FormatFilter) Filter(slice []*yaml.RNode) ([]*yaml.RNode, error) { continue } kind, apiVersion := kindNode.YNode().Value, apiVersionNode.YNode().Value - err = (&formatter{apiVersion: apiVersion, kind: kind}).fmtNode(slice[i].YNode(), "") + s := openapi.SchemaForResourceType(yaml.TypeMeta{APIVersion: apiVersion, Kind: kind}) + err = (&formatter{apiVersion: apiVersion, kind: kind, process: f.Process}). + fmtNode(slice[i].YNode(), "", s) if err != nil { return nil, err } @@ -86,11 +91,18 @@ func (f FormatFilter) Filter(slice []*yaml.RNode) ([]*yaml.RNode, error) { type formatter struct { apiVersion string kind string + process func(n *yaml.Node) error } // fmtNode recursively formats the Document Contents. -func (f *formatter) fmtNode(n *yaml.Node, path string) error { - n.Style = 0 +// See: https://godoc.org/gopkg.in/yaml.v3#Node +func (f *formatter) fmtNode(n *yaml.Node, path string, schema *openapi.ResourceSchema) error { + if n.Kind == yaml.ScalarNode && schema != nil && schema.Schema != nil { + // ensure values that are interpreted as non-string values (e.g. "true") + // are properly quoted + yaml.FormatNonStringStyle(n, *schema.Schema) + } + // sort the order of mapping fields if n.Kind == yaml.MappingNode { sort.Sort(sortedMapContents(*n)) @@ -105,12 +117,43 @@ func (f *formatter) fmtNode(n *yaml.Node, path string) error { } } } + + // format the Content for i := range n.Content { - p := path - if n.Kind == yaml.MappingNode && i%2 == 1 { - p = fmt.Sprintf("%s.%s", path, n.Content[i-1].Value) + // MappingNode are structured as having their fields as Content, + // with the field-key and field-value alternating. e.g. Even elements + // are the keys and odd elements are the values + isFieldKey := n.Kind == yaml.MappingNode && i%2 == 0 + isFieldValue := n.Kind == yaml.MappingNode && i%2 == 1 + isElement := n.Kind == yaml.SequenceNode + + // run the process callback on the node if it has been set + // don't process keys: their format should be fixed + if f.process != nil && !isFieldKey { + if err := f.process(n.Content[i]); err != nil { + return err + } } - err := f.fmtNode(n.Content[i], p) + + // get the schema for this Node + p := path + var s *openapi.ResourceSchema + switch { + case isFieldValue: + // if the node is a field, lookup the schema using the field name + p = fmt.Sprintf("%s.%s", path, n.Content[i-1].Value) + if schema != nil { + s = schema.Field(n.Content[i-1].Value) + } + case isElement: + // if the node is a list element, lookup the schema for the array items + if schema != nil { + s = schema.Elements() + } + } + + // format the node using the schema + err := f.fmtNode(n.Content[i], p, s) if err != nil { return err } @@ -144,6 +187,7 @@ func (s sortedMapContents) Swap(i, j int) { s.Content[iFieldValueIndex], s.Content[jFieldValueIndex] = s. Content[jFieldValueIndex], s.Content[iFieldValueIndex] } + func (s sortedMapContents) Less(i, j int) bool { iFieldNameIndex := i * 2 jFieldNameIndex := j * 2 diff --git a/kyaml/kio/filters/fmtr_test.go b/kyaml/kio/filters/fmtr_test.go index a60aa23a4..dff6148f6 100644 --- a/kyaml/kio/filters/fmtr_test.go +++ b/kyaml/kio/filters/fmtr_test.go @@ -13,10 +13,224 @@ import ( "testing" "github.com/stretchr/testify/assert" + "sigs.k8s.io/kustomize/kyaml/kio" . "sigs.k8s.io/kustomize/kyaml/kio/filters" "sigs.k8s.io/kustomize/kyaml/kio/filters/testyaml" + "sigs.k8s.io/kustomize/kyaml/yaml" ) +func TestFormatInput_FixYaml1_1Compatibility(t *testing.T) { + y := ` +apiVersion: apps/v1 +kind: Deployment +metadata: + name: foo + labels: + foo: on + foo2: hello1 + annotations: + bar: 1 + bar2: hello2 +spec: + template: + spec: + containers: + - name: nginx + image: nginx:1.0.0 + args: + - on + - 1 + - hello + ports: + - name: http + targetPort: 80 + containerPort: 80 +` + + // keep the style on values that parse as non-string types + expected := `apiVersion: apps/v1 +kind: Deployment +metadata: + name: foo + labels: + foo: "on" + foo2: hello1 + annotations: + bar: "1" + bar2: hello2 +spec: + template: + spec: + containers: + - name: nginx + image: nginx:1.0.0 + args: + - "on" + - "1" + - hello + ports: + - name: http + targetPort: 80 + containerPort: 80 +` + + buff := &bytes.Buffer{} + err := kio.Pipeline{ + Inputs: []kio.Reader{&kio.ByteReader{Reader: strings.NewReader(y)}}, + Filters: []kio.Filter{FormatFilter{}}, + Outputs: []kio.Writer{kio.ByteWriter{Writer: buff}}, + }.Execute() + assert.NoError(t, err) + assert.Equal(t, expected, buff.String()) +} + +func TestFormatInput_PostprocessStyle(t *testing.T) { + y := ` +apiVersion: v1 +kind: Foo +metadata: + name: foo +spec: + notBoolean: "true" + notBoolean2: "on" + isBoolean: on + isBoolean2: true + notInt: "12345" + isInt: 12345 + isString1: hello world + isString2: "hello world" +` + + // keep the style on values that parse as non-string types + expected := `apiVersion: v1 +kind: Foo +metadata: + name: foo +spec: + isBoolean: on + isBoolean2: true + isInt: 12345 + isString1: hello world + isString2: hello world + notBoolean: "true" + notBoolean2: "on" + notInt: "12345" +` + + buff := &bytes.Buffer{} + err := kio.Pipeline{ + Inputs: []kio.Reader{&kio.ByteReader{Reader: strings.NewReader(y)}}, + Filters: []kio.Filter{FormatFilter{Process: func(n *yaml.Node) error { + if yaml.IsYaml1_1NonString(n) { + // don't change these styles, they are important for backwards compatibility + // e.g. "on" must remain quoted, on must remain unquoted + return nil + } + // style does not have semantic meaning + n.Style = 0 + return nil + }}}, + Outputs: []kio.Writer{kio.ByteWriter{Writer: buff}}, + }.Execute() + assert.NoError(t, err) + assert.Equal(t, expected, buff.String()) + + y = ` +apiVersion: v1 +kind: Foo +metadata: + name: 'foo' +spec: + notBoolean: "true" + notBoolean2: "on" + notBoolean3: y is yes + isBoolean: on + isBoolean2: true + isBoolean3: y + notInt2: 1234 five + notInt3: one 2345 + notInt: "12345" + isInt1: 12345 + isInt2: -12345 + isFloat1: 1.1234 + isFloat2: 1.1234 + isString1: hello world + isString2: "hello world" + isString3: 'hello world' +` + + // keep the style on values that parse as non-string types + expected = `apiVersion: 'v1' +kind: 'Foo' +metadata: + name: 'foo' +spec: + isBoolean: on + isBoolean2: true + isBoolean3: y + isFloat1: 1.1234 + isFloat2: 1.1234 + isInt1: 12345 + isInt2: -12345 + isString1: 'hello world' + isString2: 'hello world' + isString3: 'hello world' + notBoolean: "true" + notBoolean2: "on" + notBoolean3: 'y is yes' + notInt: "12345" + notInt2: '1234 five' + notInt3: 'one 2345' +` + + buff = &bytes.Buffer{} + err = kio.Pipeline{ + Inputs: []kio.Reader{&kio.ByteReader{Reader: strings.NewReader(y)}}, + Filters: []kio.Filter{FormatFilter{Process: func(n *yaml.Node) error { + if yaml.IsYaml1_1NonString(n) { + // don't change these styles, they are important for backwards compatibility + // e.g. "on" must remain quoted, on must remain unquoted + return nil + } + // style does not have semantic meaning + n.Style = yaml.SingleQuotedStyle + return nil + }}}, + Outputs: []kio.Writer{kio.ByteWriter{Writer: buff}}, + }.Execute() + assert.NoError(t, err) + assert.Equal(t, expected, buff.String()) +} + +func TestFormatInput_Style(t *testing.T) { + y := ` +apiVersion: v1 +kind: Foo +metadata: + name: foo +spec: + notBoolean: "true" + notBoolean2: "on" + isBoolean: on + isBoolean2: true +` + + expected := `apiVersion: v1 +kind: Foo +metadata: + name: foo +spec: + isBoolean: on + isBoolean2: true + notBoolean: "true" + notBoolean2: "on" +` + + s, err := FormatInput(strings.NewReader(y)) + assert.NoError(t, err) + assert.Equal(t, expected, s.String()) +} + // TestFormatInput_configMap verifies a ConfigMap yaml is formatted correctly func TestFormatInput_configMap(t *testing.T) { y := ` @@ -229,7 +443,7 @@ webhooks: - CONNECT - CREATE - UPDATE # this list is indented by 2 - scope: Namespaced + scope: "Namespaced" timeoutSeconds: 1 ` s, err := FormatInput(strings.NewReader(y)) @@ -467,7 +681,7 @@ func TestFormatFileOrDirectory_YamlExtFileWithJson(t *testing.T) { // check the result is formatted as yaml b, err := ioutil.ReadFile(f.Name()) assert.NoError(t, err) - assert.Equal(t, string(testyaml.FormattedYaml1), string(b)) + assert.Equal(t, string(testyaml.FormattedJSON1), string(b)) } // TestFormatFileOrDirectory_partialKubernetesYamlFile verifies that if a yaml file contains both diff --git a/kyaml/kio/filters/testyaml/testyaml.go b/kyaml/kio/filters/testyaml/testyaml.go index 67593d026..555d95da0 100644 --- a/kyaml/kio/filters/testyaml/testyaml.go +++ b/kyaml/kio/filters/testyaml/testyaml.go @@ -55,3 +55,7 @@ status2: - 1 - 2 `) + +var FormattedJSON1 = []byte(`{"apiVersion": "example.com/v1beta1", "kind": "MyType", "spec": "a", "status": {"conditions": [ + 3, 1, 2]}} +`) diff --git a/kyaml/kio/kioutil/kioutil.go b/kyaml/kio/kioutil/kioutil.go index 7a3afaf4d..1d5e3bf58 100644 --- a/kyaml/kio/kioutil/kioutil.go +++ b/kyaml/kio/kioutil/kioutil.go @@ -5,8 +5,10 @@ package kioutil import ( "fmt" + "path" "sort" "strconv" + "strings" "sigs.k8s.io/kustomize/kyaml/errors" "sigs.k8s.io/kustomize/kyaml/yaml" @@ -20,9 +22,6 @@ const ( // PathAnnotation records the path to the file the Resource was read from PathAnnotation AnnotationKey = "config.kubernetes.io/path" - - // PackageAnnotation records the name of the package the Resource was read from - PackageAnnotation AnnotationKey = "config.kubernetes.io/package" ) func GetFileAnnotations(rn *yaml.RNode) (string, string, error) { @@ -44,13 +43,101 @@ func ErrorIfMissingAnnotation(nodes []*yaml.RNode, keys ...AnnotationKey) error return errors.Wrap(err) } if val == nil { - return errors.Errorf("missing package annotation %s", key) + return errors.Errorf("missing annotation %s", key) } } } return nil } +// CreatePathAnnotationValue creates a default path annotation value for a Resource. +// The path prefix will be dir. +func CreatePathAnnotationValue(dir string, m yaml.ResourceMeta) string { + filename := fmt.Sprintf("%s_%s.yaml", strings.ToLower(m.Kind), m.Name) + return path.Join(dir, m.Namespace, filename) +} + +// DefaultPathAndIndexAnnotation sets a default path or index value on any nodes missing the +// annotation +func DefaultPathAndIndexAnnotation(dir string, nodes []*yaml.RNode) error { + counts := map[string]int{} + + // check each node for the path annotation + for i := range nodes { + m, err := nodes[i].GetMeta() + if err != nil { + return err + } + + // calculate the max index in each file in case we are appending + if p, found := m.Annotations[PathAnnotation]; found { + // record the max indexes into each file + if i, found := m.Annotations[IndexAnnotation]; found { + index, _ := strconv.Atoi(i) + if index > counts[p] { + counts[p] = index + } + } + + // has the path annotation already -- do nothing + continue + } + + // set a path annotation on the Resource + path := CreatePathAnnotationValue(dir, m) + if err := nodes[i].PipeE(yaml.SetAnnotation(PathAnnotation, path)); err != nil { + return err + } + } + + // set the index annotations + for i := range nodes { + m, err := nodes[i].GetMeta() + if err != nil { + return err + } + + if _, found := m.Annotations[IndexAnnotation]; found { + continue + } + + p := m.Annotations[PathAnnotation] + + // set an index annotation on the Resource + c := counts[p] + counts[p] = c + 1 + if err := nodes[i].PipeE( + yaml.SetAnnotation(IndexAnnotation, fmt.Sprintf("%d", c))); err != nil { + return err + } + } + return nil +} + +// DefaultPathAnnotation sets a default path annotation on any Reources +// missing it. +func DefaultPathAnnotation(dir string, nodes []*yaml.RNode) error { + // check each node for the path annotation + for i := range nodes { + m, err := nodes[i].GetMeta() + if err != nil { + return err + } + + if _, found := m.Annotations[PathAnnotation]; found { + // has the path annotation already -- do nothing + continue + } + + // set a path annotation on the Resource + path := CreatePathAnnotationValue(dir, m) + if err := nodes[i].PipeE(yaml.SetAnnotation(PathAnnotation, path)); err != nil { + return err + } + } + return nil +} + // Map invokes fn for each element in nodes. func Map(nodes []*yaml.RNode, fn func(*yaml.RNode) (*yaml.RNode, error)) ([]*yaml.RNode, error) { var returnNodes []*yaml.RNode @@ -136,7 +223,7 @@ func SortNodes(nodes []*yaml.RNode) error { return false } if iIndex != jIndex { - return iValue < jValue + return iIndex < jIndex } // elements are equal diff --git a/kyaml/kio/kioutil/kioutil_test.go b/kyaml/kio/kioutil/kioutil_test.go new file mode 100644 index 000000000..46e13570b --- /dev/null +++ b/kyaml/kio/kioutil/kioutil_test.go @@ -0,0 +1,332 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package kioutil_test + +import ( + "bytes" + "math/rand" + "strings" + "testing" + "time" + + "github.com/stretchr/testify/assert" + "sigs.k8s.io/kustomize/kyaml/kio" + "sigs.k8s.io/kustomize/kyaml/kio/kioutil" + "sigs.k8s.io/kustomize/kyaml/yaml" +) + +func TestSortNodes_moreThan10(t *testing.T) { + input := ` +a: b +--- +c: d +--- +e: f +--- +g: h +--- +i: j +--- +k: l +--- +m: n +--- +o: p +--- +q: r +--- +s: t +--- +u: v +--- +w: x +--- +y: z +` + actual := &bytes.Buffer{} + rw := kio.ByteReadWriter{Reader: bytes.NewBufferString(input), Writer: actual} + nodes, err := rw.Read() + if !assert.NoError(t, err) { + t.Fail() + } + + // randomize the list + rand.Seed(time.Now().UnixNano()) + rand.Shuffle(len(nodes), func(i, j int) { nodes[i], nodes[j] = nodes[j], nodes[i] }) + + // sort them back into their original order + if !assert.NoError(t, kioutil.SortNodes(nodes)) { + t.Fail() + } + + // check the sorted values + expected := strings.Split(input, "---") + for i := range nodes { + a := strings.TrimSpace(nodes[i].MustString()) + b := strings.TrimSpace(expected[i]) + if !assert.Contains(t, a, b) { + t.Fail() + } + } + + if !assert.NoError(t, rw.Write(nodes)) { + t.Fail() + } + + assert.Equal(t, strings.TrimSpace(input), strings.TrimSpace(actual.String())) +} + +func TestDefaultPathAnnotation(t *testing.T) { + var tests = []struct { + dir string + input string // input + expected string // expected result + name string + }{ + { + `foo`, + `apiVersion: v1 +kind: Bar +metadata: + name: a + namespace: b +`, + `apiVersion: v1 +kind: Bar +metadata: + name: a + namespace: b + annotations: + config.kubernetes.io/path: 'foo/b/bar_a.yaml' +`, `with namespace`}, + { + `foo`, + `apiVersion: v1 +kind: Bar +metadata: + name: a +`, + `apiVersion: v1 +kind: Bar +metadata: + name: a + annotations: + config.kubernetes.io/path: 'foo/bar_a.yaml' +`, `without namespace`}, + + { + ``, + `apiVersion: v1 +kind: Bar +metadata: + name: a + namespace: b +`, + `apiVersion: v1 +kind: Bar +metadata: + name: a + namespace: b + annotations: + config.kubernetes.io/path: 'b/bar_a.yaml' +`, `without dir`}, + { + ``, + `apiVersion: v1 +kind: Bar +metadata: + name: a + namespace: b + annotations: + config.kubernetes.io/path: 'a/b.yaml' +`, + `apiVersion: v1 +kind: Bar +metadata: + name: a + namespace: b + annotations: + config.kubernetes.io/path: 'a/b.yaml' +`, `skip`}, + } + + for _, s := range tests { + n := yaml.MustParse(s.input) + err := kioutil.DefaultPathAnnotation(s.dir, []*yaml.RNode{n}) + if !assert.NoError(t, err, s.name) { + t.FailNow() + } + if !assert.Equal(t, s.expected, n.MustString(), s.name) { + t.FailNow() + } + } +} + +func TestDefaultPathAndIndexAnnotation(t *testing.T) { + var tests = []struct { + dir string + input string // input + expected string // expected result + name string + }{ + { + `foo`, + `apiVersion: v1 +kind: Bar +metadata: + name: a + namespace: b +`, + `apiVersion: v1 +kind: Bar +metadata: + name: a + namespace: b + annotations: + config.kubernetes.io/path: 'foo/b/bar_a.yaml' + config.kubernetes.io/index: '0' +`, `with namespace`}, + { + `foo`, + `apiVersion: v1 +kind: Bar +metadata: + name: a +`, + `apiVersion: v1 +kind: Bar +metadata: + name: a + annotations: + config.kubernetes.io/path: 'foo/bar_a.yaml' + config.kubernetes.io/index: '0' +`, `without namespace`}, + + { + ``, + `apiVersion: v1 +kind: Bar +metadata: + name: a + namespace: b +`, + `apiVersion: v1 +kind: Bar +metadata: + name: a + namespace: b + annotations: + config.kubernetes.io/path: 'b/bar_a.yaml' + config.kubernetes.io/index: '0' +`, `without dir`}, + { + ``, + `apiVersion: v1 +kind: Bar +metadata: + name: a + namespace: b + annotations: + config.kubernetes.io/path: 'a/b.yaml' + config.kubernetes.io/index: '5' +`, + `apiVersion: v1 +kind: Bar +metadata: + name: a + namespace: b + annotations: + config.kubernetes.io/path: 'a/b.yaml' + config.kubernetes.io/index: '5' +`, `skip`}, + } + + for _, s := range tests { + out := &bytes.Buffer{} + r := kio.ByteReadWriter{ + Reader: bytes.NewBufferString(s.input), + Writer: out, + KeepReaderAnnotations: true, + OmitReaderAnnotations: true, + } + n, err := r.Read() + if !assert.NoError(t, err, s.name) { + t.FailNow() + } + if !assert.NoError(t, kioutil.DefaultPathAndIndexAnnotation(s.dir, n), s.name) { + t.FailNow() + } + if !assert.NoError(t, r.Write(n), s.name) { + t.FailNow() + } + if !assert.Equal(t, s.expected, out.String(), s.name) { + t.FailNow() + } + } +} + +func TestCreatePathAnnotationValue(t *testing.T) { + var tests = []struct { + dir string + meta yaml.ResourceMeta // input + expected string // expected result + name string + }{ + { + `dir`, + yaml.ResourceMeta{Kind: "foo", + APIVersion: "apps/v1", + ObjectMeta: yaml.ObjectMeta{Name: "bar", Namespace: "baz"}, + }, + `dir/baz/foo_bar.yaml`, `with namespace`, + }, + { + ``, + yaml.ResourceMeta{Kind: "foo", + APIVersion: "apps/v1", + ObjectMeta: yaml.ObjectMeta{Name: "bar", Namespace: "baz"}, + }, + `baz/foo_bar.yaml`, `without dir`, + }, + { + `dir`, + yaml.ResourceMeta{Kind: "foo", + APIVersion: "apps/v1", + ObjectMeta: yaml.ObjectMeta{Name: "bar"}, + }, + `dir/foo_bar.yaml`, `without namespace`, + }, + { + ``, + yaml.ResourceMeta{Kind: "foo", + APIVersion: "apps/v1", + ObjectMeta: yaml.ObjectMeta{Name: "bar"}, + }, + `foo_bar.yaml`, `without namespace or dir`, + }, + { + ``, + yaml.ResourceMeta{Kind: "foo", + APIVersion: "apps/v1", + ObjectMeta: yaml.ObjectMeta{}, + }, + `foo_.yaml`, `without namespace, dir or name`, + }, + { + ``, + yaml.ResourceMeta{ + APIVersion: "apps/v1", + ObjectMeta: yaml.ObjectMeta{}, + }, + `_.yaml`, `without any`, + }, + } + + for _, s := range tests { + p := kioutil.CreatePathAnnotationValue(s.dir, s.meta) + if !assert.Equal(t, s.expected, p, s.name) { + t.FailNow() + } + } +} diff --git a/kyaml/kio/pkgio_reader.go b/kyaml/kio/pkgio_reader.go index a618f612c..d4f53265d 100644 --- a/kyaml/kio/pkgio_reader.go +++ b/kyaml/kio/pkgio_reader.go @@ -263,7 +263,6 @@ func (r *LocalPackageReader) initReaderAnnotations(path string, _ os.FileInfo) { r.SetAnnotations = map[string]string{} } if !r.OmitReaderAnnotations { - r.SetAnnotations[kioutil.PackageAnnotation] = filepath.Dir(path) r.SetAnnotations[kioutil.PathAnnotation] = path } } diff --git a/kyaml/kio/pkgio_reader_test.go b/kyaml/kio/pkgio_reader_test.go index 8a446a601..48d4e60da 100644 --- a/kyaml/kio/pkgio_reader_test.go +++ b/kyaml/kio/pkgio_reader_test.go @@ -7,6 +7,7 @@ import ( "io/ioutil" "os" "path/filepath" + "strings" "testing" "github.com/stretchr/testify/assert" @@ -107,16 +108,14 @@ func TestLocalPackageReader_Read_pkg(t *testing.T) { `a: b #first metadata: annotations: - config.kubernetes.io/index: 0 - config.kubernetes.io/package: . - config.kubernetes.io/path: a_test.yaml + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'a_test.yaml' `, `c: d # second metadata: annotations: - config.kubernetes.io/index: 1 - config.kubernetes.io/package: . - config.kubernetes.io/path: a_test.yaml + config.kubernetes.io/index: '1' + config.kubernetes.io/path: 'a_test.yaml' `, `# second thing e: f @@ -126,9 +125,8 @@ g: - j metadata: annotations: - config.kubernetes.io/index: 0 - config.kubernetes.io/package: . - config.kubernetes.io/path: b_test.yaml + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'b_test.yaml' `, } for i := range nodes { @@ -169,16 +167,14 @@ func TestLocalPackageReader_Read_file(t *testing.T) { `a: b #first metadata: annotations: - config.kubernetes.io/index: 0 - config.kubernetes.io/package: . - config.kubernetes.io/path: a_test.yaml + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'a_test.yaml' `, `c: d # second metadata: annotations: - config.kubernetes.io/index: 1 - config.kubernetes.io/package: . - config.kubernetes.io/path: a_test.yaml + config.kubernetes.io/index: '1' + config.kubernetes.io/path: 'a_test.yaml' `, } for i := range nodes { @@ -268,16 +264,14 @@ func TestLocalPackageReader_Read_nestedDirs(t *testing.T) { `a: b #first metadata: annotations: - config.kubernetes.io/index: 0 - config.kubernetes.io/package: a/b - config.kubernetes.io/path: a/b/a_test.yaml + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'a${SEP}b${SEP}a_test.yaml' `, `c: d # second metadata: annotations: - config.kubernetes.io/index: 1 - config.kubernetes.io/package: a/b - config.kubernetes.io/path: a/b/a_test.yaml + config.kubernetes.io/index: '1' + config.kubernetes.io/path: 'a${SEP}b${SEP}a_test.yaml' `, `# second thing e: f @@ -287,9 +281,8 @@ g: - j metadata: annotations: - config.kubernetes.io/index: 0 - config.kubernetes.io/package: a/b - config.kubernetes.io/path: a/b/b_test.yaml + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'a${SEP}b${SEP}b_test.yaml' `, } for i := range nodes { @@ -297,7 +290,8 @@ metadata: if !assert.NoError(t, err) { return } - if !assert.Equal(t, expected[i], val) { + want := strings.ReplaceAll(expected[i], "${SEP}", string(filepath.Separator)) + if !assert.Equal(t, want, val) { return } } @@ -321,25 +315,27 @@ func TestLocalPackageReader_Read_matchRegex(t *testing.T) { assert.FailNow(t, "wrong number items") } - val, err := nodes[0].String() - assert.NoError(t, err) - assert.Equal(t, `a: b #first + expected := []string{ + `a: b #first metadata: annotations: - config.kubernetes.io/index: 0 - config.kubernetes.io/package: a/b - config.kubernetes.io/path: a/b/a_test.yaml -`, val) + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'a${SEP}b${SEP}a_test.yaml' +`, + `c: d # second +metadata: + annotations: + config.kubernetes.io/index: '1' + config.kubernetes.io/path: 'a${SEP}b${SEP}a_test.yaml' +`, + } - val, err = nodes[1].String() - assert.NoError(t, err) - assert.Equal(t, `c: d # second -metadata: - annotations: - config.kubernetes.io/index: 1 - config.kubernetes.io/package: a/b - config.kubernetes.io/path: a/b/a_test.yaml -`, val) + for i, node := range nodes { + val, err := node.String() + assert.NoError(t, err) + want := strings.ReplaceAll(expected[i], "${SEP}", string(filepath.Separator)) + assert.Equal(t, want, val) + } } func TestLocalPackageReader_Read_skipSubpackage(t *testing.T) { @@ -360,25 +356,27 @@ func TestLocalPackageReader_Read_skipSubpackage(t *testing.T) { assert.FailNow(t, "wrong number items") } - val, err := nodes[0].String() - assert.NoError(t, err) - assert.Equal(t, `a: b #first + expected := []string{ + `a: b #first metadata: annotations: - config.kubernetes.io/index: 0 - config.kubernetes.io/package: a/b - config.kubernetes.io/path: a/b/a_test.yaml -`, val) + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'a${SEP}b${SEP}a_test.yaml' +`, + `c: d # second +metadata: + annotations: + config.kubernetes.io/index: '1' + config.kubernetes.io/path: 'a${SEP}b${SEP}a_test.yaml' +`, + } - val, err = nodes[1].String() - assert.NoError(t, err) - assert.Equal(t, `c: d # second -metadata: - annotations: - config.kubernetes.io/index: 1 - config.kubernetes.io/package: a/b - config.kubernetes.io/path: a/b/a_test.yaml -`, val) + for i, node := range nodes { + val, err := node.String() + assert.NoError(t, err) + want := strings.ReplaceAll(expected[i], "${SEP}", string(filepath.Separator)) + assert.Equal(t, want, val) + } } func TestLocalPackageReader_Read_includeSubpackage(t *testing.T) { @@ -398,29 +396,21 @@ func TestLocalPackageReader_Read_includeSubpackage(t *testing.T) { if !assert.Len(t, nodes, 3) { assert.FailNow(t, "wrong number items") } - val, err := nodes[0].String() - assert.NoError(t, err) - assert.Equal(t, `a: b #first + + expected := []string{ + `a: b #first metadata: annotations: - config.kubernetes.io/index: 0 - config.kubernetes.io/package: a/b - config.kubernetes.io/path: a/b/a_test.yaml -`, val) - - val, err = nodes[1].String() - assert.NoError(t, err) - assert.Equal(t, `c: d # second + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'a${SEP}b${SEP}a_test.yaml' +`, + `c: d # second metadata: annotations: - config.kubernetes.io/index: 1 - config.kubernetes.io/package: a/b - config.kubernetes.io/path: a/b/a_test.yaml -`, val) - - val, err = nodes[2].String() - assert.NoError(t, err) - assert.Equal(t, `# second thing + config.kubernetes.io/index: '1' + config.kubernetes.io/path: 'a${SEP}b${SEP}a_test.yaml' +`, + `# second thing e: f g: h: @@ -428,10 +418,17 @@ g: - j metadata: annotations: - config.kubernetes.io/index: 0 - config.kubernetes.io/package: a/c - config.kubernetes.io/path: a/c/c_test.yaml -`, val) + config.kubernetes.io/index: '0' + config.kubernetes.io/path: 'a${SEP}c${SEP}c_test.yaml' +`, + } + + for i, node := range nodes { + val, err := node.String() + assert.NoError(t, err) + want := strings.ReplaceAll(expected[i], "${SEP}", string(filepath.Separator)) + assert.Equal(t, want, val) + } } // func TestLocalPackageReaderWriter_DeleteFiles(t *testing.T) { diff --git a/kyaml/kio/pkgio_writer.go b/kyaml/kio/pkgio_writer.go index 91977f7a9..b671512e3 100644 --- a/kyaml/kio/pkgio_writer.go +++ b/kyaml/kio/pkgio_writer.go @@ -31,7 +31,8 @@ type LocalPackageWriter struct { var _ Writer = LocalPackageWriter{} func (r LocalPackageWriter) Write(nodes []*yaml.RNode) error { - if err := kioutil.ErrorIfMissingAnnotation(nodes, requiredResourcePackageAnnotations...); err != nil { + // set the path and index annotations if they are missing + if err := kioutil.DefaultPathAndIndexAnnotation("", nodes); err != nil { return err } @@ -58,7 +59,6 @@ func (r LocalPackageWriter) Write(nodes []*yaml.RNode) error { } if !r.KeepReaderAnnotations { - r.ClearAnnotations = append(r.ClearAnnotations, kioutil.PackageAnnotation) r.ClearAnnotations = append(r.ClearAnnotations, kioutil.PathAnnotation) } diff --git a/kyaml/kio/pkgio_writer_test.go b/kyaml/kio/pkgio_writer_test.go index b6bf6ce30..510573be1 100644 --- a/kyaml/kio/pkgio_writer_test.go +++ b/kyaml/kio/pkgio_writer_test.go @@ -68,13 +68,13 @@ func TestLocalPackageWriter_Write_keepReaderAnnotations(t *testing.T) { metadata: annotations: config.kubernetes.io/index: 0 - config.kubernetes.io/path: a/b/a_test.yaml + config.kubernetes.io/path: "a/b/a_test.yaml" --- c: d # second metadata: annotations: config.kubernetes.io/index: 1 - config.kubernetes.io/path: a/b/a_test.yaml + config.kubernetes.io/path: "a/b/a_test.yaml" `, string(b)) b, err = ioutil.ReadFile(filepath.Join(d, "a", "b", "b_test.yaml")) @@ -89,7 +89,7 @@ g: metadata: annotations: config.kubernetes.io/index: 0 - config.kubernetes.io/path: a/b/b_test.yaml + config.kubernetes.io/path: "a/b/b_test.yaml" `, string(b)) } @@ -207,55 +207,37 @@ metadata: } } -// TestLocalPackageWriter_Write_missingIndex tests: -// - If config.kubernetes.io/path is missing, fail -func TestLocalPackageWriter_Write_missingPath(t *testing.T) { +// TestLocalPackageWriter_Write_missingPath tests: +// - If config.kubernetes.io/path or index are missing, then default them +func TestLocalPackageWriter_Write_missingAnnotations(t *testing.T) { d, node1, node2, node3 := getWriterInputs(t) defer os.RemoveAll(d) - node4, err := yaml.Parse(`e: f + node4String := `e: f g: h: - i # has a list - j +kind: Foo metadata: - annotations: - config.kubernetes.io/index: a -`) + name: bar +` + node4, err := yaml.Parse(node4String) if !assert.NoError(t, err) { assert.FailNow(t, err.Error()) } w := LocalPackageWriter{PackagePath: d} err = w.Write([]*yaml.RNode{node2, node1, node3, node4}) - if assert.Error(t, err) { - assert.Contains(t, err.Error(), "config.kubernetes.io/path") - } -} - -// TestLocalPackageWriter_Write_missingIndex tests: -// - If config.kubernetes.io/index is missing, fail -func TestLocalPackageWriter_Write_missingIndex(t *testing.T) { - d, node1, node2, node3 := getWriterInputs(t) - defer os.RemoveAll(d) - - node4, err := yaml.Parse(`e: f -g: - h: - - i # has a list - - j -metadata: - annotations: - config.kubernetes.io/path: a/a.yaml -`) if !assert.NoError(t, err) { - assert.FailNow(t, err.Error()) + t.FailNow() } - - w := LocalPackageWriter{PackagePath: d} - err = w.Write([]*yaml.RNode{node2, node1, node3, node4}) - if assert.Error(t, err) { - assert.Contains(t, err.Error(), "config.kubernetes.io/index") + b, err := ioutil.ReadFile(filepath.Join(d, "foo_bar.yaml")) + if !assert.NoError(t, err) { + t.FailNow() + } + if !assert.Equal(t, node4String, string(b)) { + t.FailNow() } } diff --git a/kyaml/kio/tree.go b/kyaml/kio/tree.go index b96d99d62..8d084d9f1 100644 --- a/kyaml/kio/tree.go +++ b/kyaml/kio/tree.go @@ -98,9 +98,15 @@ func (p TreeWriter) Write(nodes []*yaml.RNode) error { return p.packageStructure(nodes) case TreeStructureGraph: return p.graphStructure(nodes) - default: - return p.packageStructure(nodes) } + + // If any resource has an owner reference, default to the graph structure. Otherwise, use package structure. + for _, node := range nodes { + if owners, _ := node.Pipe(yaml.Lookup("metadata", "ownerReferences")); owners != nil { + return p.graphStructure(nodes) + } + } + return p.packageStructure(nodes) } // node wraps a tree node, and any children nodes @@ -252,7 +258,7 @@ func (p TreeWriter) index(nodes []*yaml.RNode) map[string][]*yaml.RNode { // not a resource continue } - pkg := meta.Annotations[kioutil.PackageAnnotation] + pkg := filepath.Dir(meta.Annotations[kioutil.PathAnnotation]) indexByPackage[pkg] = append(indexByPackage[pkg], nodes[i]) } return indexByPackage diff --git a/kyaml/kio/tree_test.go b/kyaml/kio/tree_test.go index e5779face..c167d66ca 100644 --- a/kyaml/kio/tree_test.go +++ b/kyaml/kio/tree_test.go @@ -12,7 +12,7 @@ import ( "sigs.k8s.io/kustomize/kyaml/yaml" ) -func TestPrinter_Write(t *testing.T) { +func TestPrinter_Write_Package_Structure(t *testing.T) { in := `kind: Deployment metadata: labels: @@ -21,8 +21,7 @@ metadata: namespace: default annotations: app: nginx3 - config.kubernetes.io/package: foo-package/3 - config.kubernetes.io/path: f3.yaml + config.kubernetes.io/path: foo-package/3/f3.yaml spec: replicas: 1 --- @@ -34,8 +33,7 @@ metadata: namespace: default annotations: app: nginx2 - config.kubernetes.io/package: foo-package - config.kubernetes.io/path: f1.yaml + config.kubernetes.io/path: foo-package/f1.yaml spec: replicas: 1 --- @@ -45,8 +43,7 @@ metadata: app: nginx annotations: app: nginx - config.kubernetes.io/package: bar-package - config.kubernetes.io/path: f2.yaml + config.kubernetes.io/path: bar-package/f2.yaml name: bar spec: replicas: 3 @@ -57,8 +54,7 @@ metadata: namespace: default annotations: app: nginx - config.kubernetes.io/package: foo-package - config.kubernetes.io/path: f1.yaml + config.kubernetes.io/path: foo-package/f1.yaml spec: selector: app: nginx @@ -66,7 +62,7 @@ spec: out := &bytes.Buffer{} err := Pipeline{ Inputs: []Reader{&ByteReader{Reader: bytes.NewBufferString(in)}}, - Outputs: []Writer{TreeWriter{Writer: out}}, + Outputs: []Writer{TreeWriter{Writer: out, Structure: TreeStructurePackage}}, }.Execute() if !assert.NoError(t, err) { t.FailNow() @@ -85,7 +81,7 @@ spec: } } -func TestPrinter_Write_base(t *testing.T) { +func TestPrinter_Write_Package_Structure_base(t *testing.T) { in := `kind: Deployment metadata: labels: @@ -94,7 +90,6 @@ metadata: namespace: default annotations: app: nginx3 - config.kubernetes.io/package: . config.kubernetes.io/path: f3.yaml spec: replicas: 1 @@ -107,8 +102,7 @@ metadata: namespace: default annotations: app: nginx2 - config.kubernetes.io/package: foo-package - config.kubernetes.io/path: f1.yaml + config.kubernetes.io/path: foo-package/f1.yaml spec: replicas: 1 --- @@ -118,8 +112,8 @@ metadata: app: nginx annotations: app: nginx - config.kubernetes.io/package: bar-package - config.kubernetes.io/path: f2.yaml + config.kubernetes.io/package: + config.kubernetes.io/path: bar-package/f2.yaml name: bar spec: replicas: 3 @@ -139,7 +133,7 @@ spec: out := &bytes.Buffer{} err := Pipeline{ Inputs: []Reader{&ByteReader{Reader: bytes.NewBufferString(in)}}, - Outputs: []Writer{TreeWriter{Writer: out}}, + Outputs: []Writer{TreeWriter{Writer: out, Structure: TreeStructurePackage}}, }.Execute() if !assert.NoError(t, err) { t.FailNow() @@ -157,7 +151,7 @@ spec: } } -func TestPrinter_Write_sort(t *testing.T) { +func TestPrinter_Write_Package_Structure_sort(t *testing.T) { in := `apiVersion: extensions/v1 kind: Deployment metadata: @@ -167,7 +161,6 @@ metadata: namespace: default annotations: app: nginx2 - config.kubernetes.io/package: . config.kubernetes.io/path: f1.yaml spec: replicas: 1 @@ -181,7 +174,6 @@ metadata: namespace: default annotations: app: nginx2 - config.kubernetes.io/package: . config.kubernetes.io/path: f1.yaml spec: replicas: 1 @@ -195,7 +187,6 @@ metadata: namespace: default annotations: app: nginx2 - config.kubernetes.io/package: . config.kubernetes.io/path: f1.yaml spec: replicas: 1 @@ -209,7 +200,6 @@ metadata: namespace: default2 annotations: app: nginx2 - config.kubernetes.io/package: . config.kubernetes.io/path: f1.yaml spec: replicas: 1 @@ -223,7 +213,6 @@ metadata: namespace: default annotations: app: nginx3 - config.kubernetes.io/package: . config.kubernetes.io/path: f1.yaml spec: replicas: 1 @@ -234,8 +223,7 @@ metadata: app: nginx annotations: app: nginx - config.kubernetes.io/package: bar-package - config.kubernetes.io/path: f2.yaml + config.kubernetes.io/path: bar-package/f2.yaml name: bar spec: replicas: 3 @@ -246,7 +234,6 @@ metadata: namespace: default annotations: app: nginx - config.kubernetes.io/package: . config.kubernetes.io/path: f1.yaml spec: selector: @@ -255,7 +242,7 @@ spec: out := &bytes.Buffer{} err := Pipeline{ Inputs: []Reader{&ByteReader{Reader: bytes.NewBufferString(in)}}, - Outputs: []Writer{TreeWriter{Writer: out}}, + Outputs: []Writer{TreeWriter{Writer: out, Structure: TreeStructurePackage}}, }.Execute() if !assert.NoError(t, err) { t.FailNow() @@ -287,7 +274,7 @@ func TestPrinter_metaError(t *testing.T) { } } -func TestPrinter_Write_owners(t *testing.T) { +func TestPrinter_Write_Graph_Structure(t *testing.T) { in := ` apiVersion: v1 kind: Pod @@ -384,3 +371,209 @@ metadata: t.FailNow() } } + +func TestPrinter_Write_Structure_Defaulting_when_ownerRefs_present(t *testing.T) { + in := ` +apiVersion: v1 +kind: Pod +metadata: + name: cockroachdb-0 + namespace: myapp-staging + ownerReferences: + - apiVersion: apps/v1 + kind: StatefulSet + name: cockroachdb +spec: + containers: + - name: cockroachdb + image: cockraochdb:1.1.1 +--- +apiVersion: v1 +kind: Pod +metadata: + name: cockroachdb-1 + namespace: myapp-staging + ownerReferences: + - apiVersion: apps/v1 + kind: StatefulSet + name: cockroachdb +spec: + containers: + - name: cockroachdb + image: cockraochdb:1.1.1 +--- +apiVersion: v1 +kind: Pod +metadata: + name: cockroachdb-2 + namespace: myapp-staging + ownerReferences: + - apiVersion: apps/v1 + kind: StatefulSet + name: cockroachdb +spec: + containers: + - name: cockroachdb + image: cockraochdb:1.1.0 +--- +apiVersion: apps/v1 +kind: StatefulSet +metadata: + name: cockroachdb + namespace: myapp-staging + ownerReferences: + - apiVersion: app.k8s.io/v1beta1 + kind: Application + name: myapp +spec: + replicas: 3 + containers: + - name: cockroachdb + image: cockraochdb:1.1.1 +--- +apiVersion: v1 +kind: Service +metadata: + name: cockroachdb + namespace: myapp-staging + ownerReferences: + - apiVersion: app.k8s.io/v1beta1 + kind: Application + name: myapp +--- +apiVersion: app.k8s.io/v1beta1 +kind: Application +metadata: + labels: + app.kubernetes.io/name: myapp + name: myapp + namespace: myapp-staging +` + out := &bytes.Buffer{} + err := Pipeline{ + Inputs: []Reader{&ByteReader{Reader: bytes.NewBufferString(in)}}, + Outputs: []Writer{TreeWriter{Writer: out}}, // Structure unspecified + }.Execute() + if !assert.NoError(t, err) { + t.FailNow() + } + + if !assert.Equal(t, `. +└── [Resource] Application myapp-staging/myapp + ├── [Resource] Service myapp-staging/cockroachdb + └── [Resource] StatefulSet myapp-staging/cockroachdb + ├── [Resource] Pod myapp-staging/cockroachdb-0 + ├── [Resource] Pod myapp-staging/cockroachdb-1 + └── [Resource] Pod myapp-staging/cockroachdb-2 +`, out.String()) { + t.FailNow() + } +} + +func TestPrinter_Write_Structure_Defaulting_when_ownerRefs_absent(t *testing.T) { + in := ` +apiVersion: v1 +kind: Pod +metadata: + name: cockroachdb-0 + namespace: myapp-staging +spec: + containers: + - name: cockroachdb + image: cockraochdb:1.1.1 +--- +apiVersion: v1 +kind: Pod +metadata: + name: cockroachdb-1 + namespace: myapp-staging +spec: + containers: + - name: cockroachdb + image: cockraochdb:1.1.1 +--- +apiVersion: v1 +kind: Pod +metadata: + name: cockroachdb-2 + namespace: myapp-staging +spec: + containers: + - name: cockroachdb + image: cockraochdb:1.1.0 +--- +apiVersion: apps/v1 +kind: StatefulSet +metadata: + name: cockroachdb + namespace: myapp-staging +spec: + replicas: 3 + containers: + - name: cockroachdb + image: cockraochdb:1.1.1 +--- +apiVersion: v1 +kind: Service +metadata: + name: cockroachdb + namespace: myapp-staging +--- +apiVersion: app.k8s.io/v1beta1 +kind: Application +metadata: + labels: + app.kubernetes.io/name: myapp + name: myapp + namespace: myapp-staging +` + out := &bytes.Buffer{} + err := Pipeline{ + Inputs: []Reader{&ByteReader{Reader: bytes.NewBufferString(in)}}, + Outputs: []Writer{TreeWriter{Writer: out}}, // Structure unspecified + }.Execute() + if !assert.NoError(t, err) { + t.FailNow() + } + + if !assert.Equal(t, ` +├── [.] Service myapp-staging/cockroachdb +├── [.] StatefulSet myapp-staging/cockroachdb +├── [.] Pod myapp-staging/cockroachdb-0 +├── [.] Pod myapp-staging/cockroachdb-1 +├── [.] Pod myapp-staging/cockroachdb-2 +└── [.] Application myapp-staging/myapp +`, out.String()) { + t.FailNow() + } +} + +func TestPrinter_Write_error_when_owner_missing(t *testing.T) { + in := ` +--- +apiVersion: v1 +kind: Service +metadata: + name: cockroachdb + namespace: myapp-staging + ownerReferences: + - apiVersion: app.k8s.io/v1beta1 + kind: Application + name: nginx +--- +apiVersion: app.k8s.io/v1beta1 +kind: Application +metadata: + labels: + app.kubernetes.io/name: myapp + name: myapp + namespace: myapp-staging +` + out := &bytes.Buffer{} + err := Pipeline{ + Inputs: []Reader{&ByteReader{Reader: bytes.NewBufferString(in)}}, + Outputs: []Writer{TreeWriter{Writer: out}}, + }.Execute() + assert.Error(t, err) + assert.Equal(t, "owner 'Application myapp-staging/nginx' not found in input, but found as an owner of input objects", err.Error()) +} diff --git a/kyaml/openapi/example_test.go b/kyaml/openapi/example_test.go new file mode 100644 index 000000000..321006601 --- /dev/null +++ b/kyaml/openapi/example_test.go @@ -0,0 +1,75 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package openapi_test + +import ( + "fmt" + + "sigs.k8s.io/kustomize/kyaml/openapi" + "sigs.k8s.io/kustomize/kyaml/yaml" +) + +func Example() { + s := openapi.SchemaForResourceType(yaml.TypeMeta{APIVersion: "apps/v1", Kind: "Deployment"}) + + f := s.Lookup("spec", "replicas") + fmt.Println(f.Schema.Description[:70] + "...") + fmt.Println(f.Schema.Type) + + // Output: + // Number of desired pods. This is a pointer to distinguish between expli... + // [integer] +} + +func Example_arrayMerge() { + s := openapi.SchemaForResourceType(yaml.TypeMeta{APIVersion: "apps/v1", Kind: "Deployment"}) + + f := s.Lookup("spec", "template", "spec", "containers") + fmt.Println(f.Schema.Description[:70] + "...") + fmt.Println(f.Schema.Type) + fmt.Println(f.PatchStrategyAndKey()) // merge patch strategy on name + + // Output: + // List of containers belonging to the pod. Containers cannot currently b... + // [array] + // merge name +} + +func Example_arrayReplace() { + s := openapi.SchemaForResourceType(yaml.TypeMeta{APIVersion: "apps/v1", Kind: "Deployment"}) + + f := s.Lookup("spec", "template", "spec", "containers", openapi.Elements, "args") + fmt.Println(f.Schema.Description[:70] + "...") + fmt.Println(f.Schema.Type) + fmt.Println(f.PatchStrategyAndKey()) // no patch strategy or merge key + + // Output: + // Arguments to the entrypoint. The docker image's CMD is used if this is... + // [array] +} + +func Example_arrayElement() { + s := openapi.SchemaForResourceType(yaml.TypeMeta{APIVersion: "apps/v1", Kind: "Deployment"}) + + f := s.Lookup("spec", "template", "spec", "containers", + openapi.Elements, "ports", openapi.Elements, "containerPort") + fmt.Println(f.Schema.Description[:70] + "...") + fmt.Println(f.Schema.Type) + + // Output: + // Number of port to expose on the pod's IP address. This must be a valid... + // [integer] +} + +func Example_map() { + s := openapi.SchemaForResourceType(yaml.TypeMeta{APIVersion: "apps/v1", Kind: "Deployment"}) + + f := s.Lookup("metadata", "labels") + fmt.Println(f.Schema.Description[:70] + "...") + fmt.Println(f.Schema.Type) + + // Output: + // Map of string keys and values that can be used to organize and categor... + // [object] +} diff --git a/kyaml/openapi/openapi.go b/kyaml/openapi/openapi.go new file mode 100644 index 000000000..9cb8bfb19 --- /dev/null +++ b/kyaml/openapi/openapi.go @@ -0,0 +1,200 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package openapi + +import ( + "sync" + + "github.com/go-openapi/spec" + "sigs.k8s.io/kustomize/kyaml/yaml" +) + +var setup sync.Once +var schema spec.Schema +var schemaByResourceType map[yaml.TypeMeta]*spec.Schema + +// ResourceSchema wraps the OpenAPI Schema. +type ResourceSchema struct { + // Schema is the OpenAPI schema for a Resource or field + Schema *spec.Schema +} + +// SchemaForResourceType returns the Schema for the given Resource +// TODO(pwittrock): create a version of this function that will return a schema +// which can be used for duck-typed Resources -- e.g. contains common fields such +// as metadata, replicas and spec.template.spec +func SchemaForResourceType(t yaml.TypeMeta) *ResourceSchema { + initSchema() + rs, found := schemaByResourceType[t] + if !found { + return nil + } + return &ResourceSchema{Schema: rs} +} + +// Elements returns the Schema for the elements of an array. +func (r *ResourceSchema) Elements() *ResourceSchema { + // load the schema from swagger.json + initSchema() + + if len(r.Schema.Type) != 1 || r.Schema.Type[0] != "array" { + // either not an array, or array has multiple types + return nil + } + s := *r.Schema.Items.Schema + for s.Ref.String() != "" { + sc, e := spec.ResolveRef(rootSchema(), &s.Ref) + if e != nil { + return nil + } + s = *sc + } + return &ResourceSchema{Schema: &s} +} + +const Elements = "[]" + +// Lookup calls either Field or Elements for each item in the path. +// If the path item is "[]", then Elements is called, otherwise +// Field is called. +// If any Field or Elements call returns nil, then Lookup returns +// nil immediately. +func (r *ResourceSchema) Lookup(path ...string) *ResourceSchema { + s := r + for _, p := range path { + if s == nil { + break + } + if p == Elements { + s = s.Elements() + continue + } + s = s.Field(p) + } + return s +} + +// Field returns the Schema for a field. +func (r *ResourceSchema) Field(field string) *ResourceSchema { + // load the schema from swagger.json + initSchema() + + // locate the Schema + s, found := r.Schema.Properties[field] + switch { + case found: + // no-op, continue with s as the schema + case r.Schema.AdditionalProperties != nil && r.Schema.AdditionalProperties.Schema != nil: + // map field type -- use Schema of the value + // (the key doesn't matter, they all have the same value type) + s = *r.Schema.AdditionalProperties.Schema + default: + // no Schema found from either swagger.json or line comments + return nil + } + + // resolve the reference to the Schema if the Schema has one + for s.Ref.String() != "" { + sc, e := spec.ResolveRef(rootSchema(), &s.Ref) + if e != nil { + return nil + } + s = *sc + } + + // return the merged Schema + return &ResourceSchema{Schema: &s} +} + +// PatchStrategyAndKey returns the patch strategy and merge key extensions +func (r *ResourceSchema) PatchStrategyAndKey() (string, string) { + ps, found := r.Schema.Extensions[kubernetesPatchStrategyExtensionKey] + if !found { + // merge key and patch strategy must appear together + return "", "" + } + + mk, found := r.Schema.Extensions[kubernetesMergeKeyExtensionKey] + if !found { + // merge key and patch strategy must appear together + return "", "" + } + return ps.(string), mk.(string) +} + +const ( + // openAPIAssetName is the name of the asset containing the statically compiled in + // OpenAPI definitions for Kubernetes built-in types + openAPIAssetName = "openapi/swagger.json" + + // kubernetesGVKExtensionKey is the key to lookup the kubernetes group version kind extension + // -- the extension is an array of objects containing a gvk + kubernetesGVKExtensionKey = "x-kubernetes-group-version-kind" + // kubernetesMergeKeyExtensionKey is the key to lookup the kubernetes merge key extension + // -- the extension is a string + kubernetesMergeKeyExtensionKey = "x-kubernetes-patch-merge-key" + // kubernetesPatchStrategyExtensionKey is the key to lookup the kubernetes patch strategy + // extension -- the extension is a string + kubernetesPatchStrategyExtensionKey = "x-kubernetes-patch-strategy" + + // groupKey is the key to lookup the group from the GVK extension + groupKey = "group" + // versionKey is the key to lookup the version from the GVK extension + versionKey = "version" + // kindKey is the the to lookup the kind from the GVK extension + kindKey = "kind" +) + +// initSchema parses the json schema +func initSchema() { + setup.Do(func() { + // initialize the map + schemaByResourceType = map[yaml.TypeMeta]*spec.Schema{} + + // parse the swagger, this should never fail + parse(MustAsset(openAPIAssetName)) + + // TODO(pwittrock): add support for parsing additional schemas from + // environment variables, files or other sources + }) +} + +// parse parses and indexes a single json schema +func parse(b []byte) { + if err := schema.UnmarshalJSON(b); err != nil { + panic(err) + } + // index the schema definitions so we can lookup them up for Resources + for k := range schema.Definitions { + // index by GVK, if no GVK is found then it is the schema for a subfield + // of a Resource + d := schema.Definitions[k] + gvk, found := d.VendorExtensible.Extensions[kubernetesGVKExtensionKey] + if !found { + continue + } + // cast the extension to a []map[string]string + exts, ok := gvk.([]interface{}) + if !ok || len(exts) != 1 { + continue + } + m, ok := exts[0].(map[string]interface{}) + if !ok { + continue + } + + // build the index key and save it + g := m[groupKey].(string) + apiVersion := m[versionKey].(string) + if g != "" { + apiVersion = g + "/" + apiVersion + } + schemaByResourceType[yaml.TypeMeta{Kind: m[kindKey].(string), APIVersion: apiVersion}] = &d + } +} + +func rootSchema() *spec.Schema { + initSchema() + return &schema +} diff --git a/kyaml/openapi/openapi_test.go b/kyaml/openapi/openapi_test.go new file mode 100644 index 000000000..8318dbc7e --- /dev/null +++ b/kyaml/openapi/openapi_test.go @@ -0,0 +1,69 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package openapi_test + +import ( + "testing" + + "github.com/stretchr/testify/assert" + "sigs.k8s.io/kustomize/kyaml/openapi" + "sigs.k8s.io/kustomize/kyaml/yaml" +) + +func TestSchemaForResourceType(t *testing.T) { + s := openapi.SchemaForResourceType( + yaml.TypeMeta{APIVersion: "apps/v1", Kind: "Deployment"}) + if !assert.NotNil(t, s) { + t.FailNow() + } + + f := s.Field("spec") + if !assert.NotNil(t, f) { + t.FailNow() + } + if !assert.Equal(t, "DeploymentSpec is the specification of the desired behavior of the Deployment.", + f.Schema.Description) { + t.FailNow() + } + + replicas := f.Field("replicas") + if !assert.NotNil(t, replicas) { + t.FailNow() + } + if !assert.Equal(t, "Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.", + replicas.Schema.Description) { + t.FailNow() + } + + temp := f.Field("template") + if !assert.NotNil(t, temp) { + t.FailNow() + } + if !assert.Equal(t, "PodTemplateSpec describes the data a pod should have when created from a template", + temp.Schema.Description) { + t.FailNow() + } + + containers := temp.Field("spec").Field("containers").Elements() + if !assert.NotNil(t, containers) { + t.FailNow() + } + + targetPort := containers.Field("ports").Elements().Field("containerPort") + if !assert.NotNil(t, targetPort) { + t.FailNow() + } + if !assert.Equal(t, "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.", + targetPort.Schema.Description) { + t.FailNow() + } + + arg := containers.Field("args").Elements() + if !assert.NotNil(t, arg) { + t.FailNow() + } + if !assert.Equal(t, "string", arg.Schema.Type[0]) { + t.FailNow() + } +} diff --git a/kyaml/openapi/swagger.go b/kyaml/openapi/swagger.go new file mode 100644 index 000000000..43c9cc7a3 --- /dev/null +++ b/kyaml/openapi/swagger.go @@ -0,0 +1,249 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +// Code generated for package openapi by go-bindata DO NOT EDIT. (@generated) +// sources: +// openapi/swagger.json +package openapi + +import ( + "bytes" + "compress/gzip" + "fmt" + "io" + "io/ioutil" + "os" + "path/filepath" + "strings" + "time" +) + +func bindataRead(data []byte, name string) ([]byte, error) { + gz, err := gzip.NewReader(bytes.NewBuffer(data)) + if err != nil { + return nil, fmt.Errorf("Read %q: %v", name, err) + } + + var buf bytes.Buffer + _, err = io.Copy(&buf, gz) + clErr := gz.Close() + + if err != nil { + return nil, fmt.Errorf("Read %q: %v", name, err) + } + if clErr != nil { + return nil, err + } + + return buf.Bytes(), nil +} + +type asset struct { + bytes []byte + info os.FileInfo +} + +type bindataFileInfo struct { + name string + size int64 + mode os.FileMode + modTime time.Time +} + +// Name return file name +func (fi bindataFileInfo) Name() string { + return fi.name +} + +// Size return file size +func (fi bindataFileInfo) Size() int64 { + return fi.size +} + +// Mode return file mode +func (fi bindataFileInfo) Mode() os.FileMode { + return fi.mode +} + +// Mode return file modify time +func (fi bindataFileInfo) ModTime() time.Time { + return fi.modTime +} + +// IsDir return file whether a directory +func (fi bindataFileInfo) IsDir() bool { + return fi.mode&os.ModeDir != 0 +} + +// Sys return file is sys mode +func (fi bindataFileInfo) Sys() interface{} { + return nil +} + +var _openapiSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x6d\x73\xdc\xb8\xb5\x2f\x8a\xbf\x3f\x9f\x02\xa5\xfc\xa7\x6c\xa7\x5a\x2d\x7b\x66\x4f\xf2\xbf\x9e\xda\x75\x8e\x62\x3b\x89\x2b\x63\x8f\xb6\x25\x27\x75\x6e\x94\x3a\x46\x93\xe8\x6e\x5c\xb3\x01\x0e\x01\x4a\xee\xdc\xda\xdf\xfd\x16\xd6\xc2\x13\xd9\x64\x93\xfd\xa8\x96\x86\xfb\xc5\xce\x58\x0d\x82\xe0\x02\xb0\x1e\x7f\x6b\xad\xff\xf7\x7f\x10\x72\x96\xb2\x29\x17\x5c\x73\x29\xd4\xd9\x6b\x62\xfe\x44\xc8\x19\x97\xe3\xaf\xff\x7f\x35\xa6\x39\x1f\xd3\x74\xc1\x95\xe2\x52\x14\x6c\xc6\x95\x2e\xa8\x19\x3a\xbe\x7b\x35\xfe\x50\x6a\xaa\xb9\x98\xfd\x83\x4d\xe6\x52\x7e\xf5\x0f\xc3\x9c\x2a\x29\x78\x6e\x46\x9e\xbd\x26\x67\xb5\x91\x04\x7f\x9e\x30\x45\xa8\x20\x7e\x7e\x72\x6f\x7f\xa6\x22\x25\x7a\xce\x48\xc1\x94\x2c\x8b\x04\x86\xa5\x44\xe6\x0c\xdf\xad\x08\xd7\x84\xe6\x79\xc6\x99\x22\x5a\x8e\xcf\x46\xee\xb5\x79\x61\x06\x69\xce\x54\xb4\x18\x42\xce\xfc\x2b\x3e\xb1\x3b\xce\xee\xff\xce\x0a\x55\xf9\xdc\xe6\x55\x5f\x36\x3f\x45\x38\x2c\x5b\x16\x29\x2b\x58\x4a\x32\xae\x34\x91\x53\x92\x17\x6c\xca\x0a\xf3\x97\x2f\xb5\x07\xbf\x90\x3b\xf7\xa8\xf9\x2a\x47\x04\xf6\x2d\x67\x89\x56\x63\x72\x79\xf5\x9e\x28\x56\xdc\xb1\x82\xdc\xf3\x2c\x23\xba\x58\x12\x2d\x49\xa9\x18\x99\xf2\x42\x69\xf7\x38\xe1\x02\x26\x80\x37\xde\xcf\x79\x32\x37\x84\x50\x65\x9e\xcb\xc2\xcc\xf3\x7e\x4a\x84\x14\xcc\x2c\xc6\x0c\xf3\x2f\x55\x39\x4b\xf8\x94\xb3\x14\x27\xe0\x0a\x67\xb0\x0f\xb2\x94\x4c\x96\xd1\x1a\x46\xe4\x8e\x66\x3c\x05\x4a\xe3\x7a\xa6\x94\x67\x64\x2a\x0b\x7c\x56\x4e\xfe\x1f\x96\x68\x78\x1b\x25\xb9\x79\x87\x32\x73\xb8\xbd\x4b\xa4\x98\xf2\x59\x89\x3b\xe5\x5f\xad\x08\xcd\x32\x79\xcf\xd2\xb0\x2a\xb3\xa5\xa9\x64\x8a\x08\xa9\x09\x17\x49\x56\xa6\x8c\x50\xb1\x0c\x23\xbe\x0a\x79\x2f\x0c\x25\xcc\xd7\x98\x05\x5e\xdb\x05\x26\x34\xcb\x94\xfb\xc1\xbd\x38\x2c\xd5\xcc\x3c\x61\x44\x95\xb0\x52\x37\xce\xfc\x54\x16\x8c\xe4\x32\xe3\xc9\x32\x1c\x1a\x3c\xee\x9a\x2d\xea\xc7\x81\x90\x33\xbd\xcc\x99\x39\x09\x4a\x17\x5c\xcc\xce\xa2\x1f\xff\xbb\xf2\xb8\x1b\x47\x8b\x82\x2e\xc3\xb0\x68\xd0\x59\x92\x71\x26\xf4\x1b\xa0\x4e\xfd\xdc\xfd\xff\x0a\x36\x35\x8f\xff\xee\x22\xba\x8b\x17\x7d\xae\xa0\x3d\x4b\x6f\xe2\xc9\x47\x6b\x8e\x74\x3c\x90\xc0\xcb\x98\x22\x73\x79\x6f\x88\x94\xc8\xc5\xa2\x14\x3c\xa1\x9a\x91\x7b\xae\xe7\x40\x35\x33\xfb\x98\x7c\x62\xbf\x96\xbc\x60\x69\xf3\xa7\x59\xca\x5e\x01\x61\x3b\xee\xd4\x9f\xe3\xb1\x95\x15\x94\xa2\x60\x89\x9c\x09\xfe\x6f\x96\x12\x56\x14\xb2\x50\x64\x5a\xc8\x05\x2c\x23\xf0\x08\x26\xd2\x5c\x72\xa1\x09\x2d\x18\x99\x53\x91\x66\x2c\x25\xe7\xe1\x78\xd1\xac\x34\xa7\xad\x60\xe4\xfd\x4c\xc8\x82\x11\x59\x10\xf3\xd2\x31\x79\xcb\xa6\xb4\xcc\x34\x1c\x1c\xf8\xcb\x59\xe3\x1e\xd6\xf7\x3a\xfe\xd2\x05\xd5\xc9\xbc\xd7\x77\x46\x23\xab\x74\x9e\x33\x72\x7b\x56\x94\x19\x53\xb7\x67\x78\x0f\xb9\x32\x57\x3d\x35\xcb\x82\xa7\xcc\x65\x90\x0b\x2e\x66\xa4\x60\xbf\x96\x4c\x01\x8b\x58\xfd\xbc\xdb\xb3\x77\xdf\x68\xa2\x6f\xcf\xcc\x17\xde\x9e\xbd\xfb\xb5\xe4\x77\x34\x63\x42\xdf\x9e\x8d\x6f\xc5\xad\x38\x27\xf0\xfb\x6b\x3b\x29\x75\xb3\x11\x29\xb2\x25\xe1\x53\xc3\x3b\x98\x19\x91\x2d\x71\x88\x99\x37\xe2\x15\x66\x8d\x63\xf2\x67\x59\x98\x51\x8b\x3c\x63\x23\xf3\x50\xca\xf2\x4c\x2e\x17\x4c\x68\x45\x12\x2a\xcc\x3d\x5b\xc8\x14\x9f\xb8\xe3\xd4\xb0\x65\x75\x71\xf7\x6a\xe4\xfe\x63\xc2\x34\x35\xff\x12\x29\x61\xdf\x34\x13\x70\xb3\xc3\xdf\x27\xa5\x8e\xc8\x81\x2b\x43\x56\x90\x92\x2f\x34\xe7\x7f\x29\x64\x99\xab\xd7\xff\xbc\x3d\x33\xf3\xdd\x9e\xfd\xcb\x4c\xcc\x1d\x27\x36\x7f\xbf\x7b\x05\x7f\xf5\xa2\xe2\x35\xf9\xe7\xed\x59\xb4\xca\xdb\xb3\x7f\x7d\x19\x45\x5f\xaf\x65\x65\x69\x04\xbe\xaf\xbe\x30\x72\x2f\xcb\x2c\x05\xce\x64\x18\x09\x13\xba\xc6\x6d\x1c\x85\x3d\xd1\x57\xc9\xcc\xa7\x8e\x32\x0a\xfe\x8a\xeb\x83\x2d\x47\x4e\x0c\x5f\x3d\x22\xec\x8e\x09\x24\x9d\x90\x7a\xce\x0a\xe0\x74\x33\xf3\xdd\x66\x6d\x96\x19\x1e\x7c\x23\xcc\xdf\x4f\x77\x23\x26\xcc\xc8\x95\x3b\x06\xd2\x2a\x3c\x08\xab\x6e\xdb\x9d\xf8\xba\x57\xaf\xc7\xe6\xf7\x5e\xd0\x05\xeb\xb8\xf0\x37\x73\x46\xcc\x30\x27\x7d\x57\xb4\x9a\x31\xf9\x68\x7e\x56\x73\xf7\x45\xd3\x32\xcb\x96\xe4\xd7\x92\x66\xb0\x6b\x23\xc2\xc6\xb3\xf1\x88\xf0\x05\x9d\x31\x2b\xa4\xbe\x96\x13\x56\x08\xa6\x99\x1a\x73\x39\x22\xf7\x73\x06\x17\x3f\x1a\x72\x7b\x66\xf8\x87\xae\xbd\xdc\xbe\x12\xb7\xb5\x32\x49\xd3\x68\x59\xcc\xa8\xe0\xff\x46\xa1\xe2\x79\xfd\x16\xec\xd1\x4c\xaa\x72\x9a\xb0\x6b\x96\xb1\x44\xcb\x62\x53\x41\xb7\xa0\xc9\x9c\x0b\x56\x2c\xc7\xf9\xd7\x99\xf9\x83\x1a\x2f\x98\xa6\x46\xd2\xfd\x4c\x27\x2c\xf3\xf3\xae\x93\x71\x1f\xeb\xab\x20\x29\x4b\x78\xca\x94\xa1\x1f\xdc\x30\x2d\x49\x51\x8a\x8a\xf6\x20\x05\xe8\x74\xa8\x31\x4c\xa8\xe1\xc7\x66\xeb\xdc\x03\x96\x62\x30\xad\x55\x85\xa8\x76\xc3\x1d\xf7\x34\xa3\x94\x7d\x27\xe8\x47\x40\x5c\x1c\xc3\xb5\x62\xd9\x14\x54\xc7\x30\xd3\x08\x46\xc0\xe3\x86\xdd\x73\x65\xf4\xa9\xa9\x2c\x16\xf8\x76\xab\x69\x19\x0a\xa4\x54\xd3\x71\x66\x48\xa0\x56\x66\x56\x9e\x73\x24\x59\xa9\x34\x2b\x88\x4a\x64\x6e\x38\xb8\xbd\x8a\x23\xc3\xea\x05\x33\xfa\xa5\xfa\xca\x73\xb5\x72\x55\x2a\xbc\xa5\x8d\x38\x4b\xfb\x42\x43\x46\xa9\x62\x7a\x70\xd4\xe1\xa8\x52\x32\xe1\x14\x94\x41\xa3\x3e\x18\x76\x22\x32\x76\xc7\x32\xc3\x51\xa6\xe4\xf6\xec\xa5\x13\x56\xaf\x6e\xcf\x7e\x22\x64\x29\x4b\xd4\xda\x14\xd3\x15\xe2\x11\xaa\xc8\x54\x1a\x91\xa7\x5e\x93\xdb\xd5\x63\x75\x6b\xce\xd5\xad\x20\xe4\x16\xe5\xec\xbb\x6f\x79\xc1\xe0\xb2\x29\xf3\xd3\x3f\xcd\x4f\x04\x47\x98\xff\xbb\x3d\xfb\xca\x96\xe6\x87\x78\x45\xa3\xf0\x2b\x1a\x16\x38\xed\xed\xd9\x47\xa9\xdf\x8b\xca\xef\x28\x74\xa3\x99\xf1\xcf\x2f\xa3\x41\x04\x3f\xca\xfd\xf3\x5f\xf8\x1f\xff\x6d\xfe\xe7\x5f\xb7\xe2\xbf\x0d\x91\xdf\x4f\x09\x17\x4a\x33\x9a\xe2\x87\x53\x64\x5b\xc0\x6a\x37\x27\x78\x9d\xd8\xa8\x57\x30\x71\xc7\x0b\x29\x16\xc0\xe6\x90\xe6\x79\x21\x53\x47\x76\xa5\xe9\x8c\x8b\x99\x21\xfe\x03\xd0\xbe\xb2\xb8\x56\xf2\xf7\xa3\x3d\x7e\x55\x85\xfc\xfe\xe3\xd6\x6d\xc2\x35\x63\x64\xae\x75\xae\x5e\x5f\x5c\x54\xf8\xe2\x45\x2a\x13\x75\x91\x48\x91\xb0\x5c\xab\x0b\x79\xc7\x0a\x63\xba\x5d\xdc\xcb\xe2\x2b\x17\xb3\x73\x43\xe4\x73\xbb\x1f\x17\x78\x11\x2f\x80\x11\x2c\x8c\x8e\x69\x2f\x8f\x32\x24\x87\x1f\x3d\x39\x55\x2c\x8b\x9c\x98\x62\x8b\x5c\x2f\x49\x85\xa3\x8d\xac\x41\xe7\x78\x89\xb9\xad\x4b\x6d\xd8\xc2\xb8\x99\xd7\xe2\x5a\x1e\x94\xd1\xfe\x52\x59\x42\x1f\x2e\xeb\x19\x2b\xaf\xb0\xb0\x39\x55\x81\x0b\x3a\x2e\x57\xfd\x40\x73\xe6\x99\x39\x0c\x70\xe4\xe9\x8c\x9a\xbb\x44\x26\xd2\x1e\x7d\x99\xa5\xb8\x1a\x90\x78\x82\xdd\xdb\x7f\x01\x9b\xf6\x3a\x44\x83\xaa\x80\x22\x92\x2b\xa3\x5f\x28\x8e\x16\x7d\x50\xc4\xa7\x84\x71\xf8\x96\xb5\x9c\xfe\x92\x88\x32\xcb\xdc\x98\xe7\x61\x2d\xd6\x5e\x4f\xa8\x02\x59\x9b\x14\x8c\x6a\x36\x32\x77\x31\xac\xb0\x36\x26\x65\x19\xd3\xec\x85\x19\x13\xe4\x11\x7c\x45\x42\x85\xe1\xb2\x73\x7a\xc7\x2c\x8d\xc8\xf3\x8c\x7f\x65\x84\x92\xb7\x5e\xcb\xfa\x24\xb3\x6c\x42\x93\xaf\xf0\x3c\xb9\x92\xe9\x55\x21\xbf\x2d\x7f\xc9\xd1\x6d\x82\xd3\xbd\x70\x0c\xbb\xe1\x93\xc7\xe4\xb3\x62\xf1\xd6\x78\xb6\xe0\xac\x86\x78\x3b\xb9\x22\x32\xd7\xe7\x5c\x8c\xc8\x84\x25\xb4\x54\xcc\x98\x67\xc6\x9a\x29\xcc\x86\x2e\x41\xdc\x34\x6b\x43\x64\xb2\x34\xac\x47\x9b\x1d\x07\x9f\x86\xdd\xf5\x03\xdc\x94\x82\x71\x71\x27\x13\x50\x6f\x7a\xd9\x6e\xab\x0f\x10\x2e\x52\x30\x8c\xa3\xd3\x3d\xe7\xca\x7f\x4c\x50\xea\x12\x9a\x19\x83\x74\x51\x66\x9a\xe7\x19\x23\x9a\x2f\x8c\xfe\xaf\x48\x4e\x0b\x70\x13\x51\xa2\xb8\x98\x65\x15\x93\x16\xcf\x35\x68\x5f\x8d\x86\xde\x47\xf3\x8d\xb7\x67\x56\x49\x7f\x3f\xfd\xc8\x58\xca\x52\x6b\xe7\xc1\x8f\xaf\x57\x5d\x21\xd6\x78\x71\x0b\x32\x6c\x4a\xcf\xcd\x99\x12\x46\x82\x88\x8e\x85\xa0\xc4\xc2\x17\x35\x4c\x1e\x26\xa6\x9a\x64\x8c\x82\x59\x69\xa6\x4a\x81\xd5\xd0\x0c\x3e\x3c\xfe\xee\x9a\x15\xef\xdf\x54\x63\x05\x13\x66\x4e\x84\x19\xa8\xc1\x4c\x52\xc1\xaa\x99\x2c\x09\xaa\x39\x61\x9a\x3c\x2b\x67\x5c\x28\x42\xa7\xda\x6a\x69\xc0\xeb\x68\x16\xdc\x51\x34\xcb\xc6\xce\xe5\xa6\xf0\x26\xa1\x8d\xbb\xb4\xee\x2c\xd8\x76\xf2\xfb\x45\xa9\xf4\xef\xcd\x77\xf1\x94\x2d\x72\xa9\x99\xd0\x23\x42\x27\x66\x0b\x25\xc9\x0b\x99\x30\xa5\xbc\x40\xd6\x73\xb6\x24\x79\xc1\xee\xb8\x2c\x55\xb6\xf4\xeb\x1d\x93\x8f\x52\xb3\xd7\xe4\xf7\xa8\x31\x96\x8b\x89\xe1\x1d\xd3\x98\x2e\xe1\x68\x29\x77\x0f\x67\x25\x2d\xa8\xd0\x0c\xef\xe1\x84\x79\xb3\x5c\x0a\x36\x26\xbf\x37\x14\x6a\x99\xa0\x60\xca\x5c\x16\x2e\xc8\xb4\x2c\x80\x36\x48\x2d\xf7\xbb\xbd\x45\xb8\xec\x91\x23\x0a\x1e\xab\xc6\x37\x9b\xc9\xbf\x3a\x06\x6b\xde\x7d\x5f\xa1\x5c\x09\xcc\x21\x50\xcd\xdc\xf1\x09\x23\x05\x73\xce\x50\xc3\x47\xb8\xe0\x0b\xfe\x6f\xd6\x8b\x04\xe6\x15\x5a\x3a\x8f\x23\x8b\x78\x1e\x6e\x29\xcd\x32\xb2\x00\xe7\x31\xb8\x0c\x0b\x16\x2f\x39\x91\x46\xe8\x1a\x8e\x6a\xd6\x45\xbd\xdf\xd2\x1e\xa0\x2a\xbf\xb1\xba\x57\x83\x69\x68\x6f\xd7\x16\xf6\x0e\x98\xcb\x1d\xcc\xe4\x93\x19\x13\x39\xbc\xef\xc1\x70\x08\xae\x6c\xb0\x32\xa8\x0e\x76\xf3\x85\x2a\x27\xc1\xf1\x1d\xdf\xbc\x84\x16\x86\x25\x4c\x64\xa9\xc7\xe4\xa6\xf9\x07\xa0\xa0\x9b\xdd\x7a\x79\x1c\xa7\xfc\x3f\x54\x2c\xff\x0f\xf9\x04\x7e\x9d\xbf\xca\x7b\x06\xbe\x54\x6e\x3d\xd9\x78\xcc\xd9\x9d\x11\x91\x7f\xf7\x84\xf4\x9e\x6c\x7f\x83\x0c\x0f\x72\xee\xfc\xd5\x5f\xc1\x61\x97\x97\x81\xaf\x3b\x93\x04\x19\x8e\x06\xdf\x22\xb0\x6f\x2b\xce\xe0\xf4\x24\x46\xdd\x62\x29\x3e\x6d\x34\x2d\xf3\x21\x6e\x77\xb3\x25\x49\xb9\xa2\x93\xcc\x4d\x89\x97\x7e\xb4\xc3\x2a\xe1\xf8\x83\x3d\x64\x99\x98\x8c\xa3\x10\xce\xeb\x06\xea\x5d\x78\x89\x73\xb5\x56\xfc\xdb\xf1\x7b\x1a\x07\x58\x8e\xd1\xcf\xdd\xbc\xbd\x1f\xd8\x6c\xea\x3f\xb8\x9e\xff\xe2\x0f\xd6\x4e\xce\x6a\xa3\x16\xbc\x9b\x4e\xcd\xca\x3b\x8e\xf7\x75\x18\x89\xdb\xdb\x22\x21\x8d\x8a\x67\x66\x25\x0c\x07\x8f\xc9\x65\x62\x54\x6d\xe0\xb0\x41\xd8\xbd\x26\x1f\xa5\x60\x23\xf8\xff\xbf\x88\xb7\xc5\xf2\x53\x29\xc8\x73\xcf\x84\x50\x83\x42\x07\x97\xf3\x10\x19\x1e\x44\x33\x25\x3d\x5b\xbf\x96\x0b\xf0\xfa\x7e\x16\x10\x40\x78\x11\xb1\x7f\x30\x95\xe2\x65\x90\x0f\x9f\xaf\x6f\x08\x37\x27\xcd\xa8\x4f\xe0\x9e\x32\x46\x00\xcf\xb8\x0d\x60\x2c\x95\x66\x8b\x91\x91\x95\x09\x8b\xbc\x57\x9e\xf3\x99\xed\x45\xe1\x44\xc9\xb4\xd4\x65\xc1\x88\xd2\x2c\x77\x7a\x5d\x38\x56\xc9\x9c\x8a\x19\xf3\xb1\xad\xca\x2a\x0c\xbd\xd8\x54\xc2\xb1\xf4\xbc\xb8\x14\x29\x08\x80\x4f\xee\x3c\x7a\x43\x2f\x45\xba\x50\xad\x0b\x3e\x29\xc1\x5d\x8f\x32\x99\x96\x5a\x9e\xfb\x35\xa1\x64\x5d\x7a\xcf\x64\x90\xe0\x96\x0a\x6e\xe3\xfe\xf3\x3f\x1d\xb1\x0c\xdd\x0c\xfd\xb6\x60\x86\x46\xe0\xcb\x52\x5f\x1b\xfa\xa5\x5d\xc7\xe6\xa6\x32\x38\x0a\x13\x99\xcf\xb3\x33\x85\x90\x93\xf7\xa0\x5d\x7a\x39\xef\xc6\xe4\x54\x29\xa6\x46\x35\x3e\x99\x65\x9e\x24\x1c\xa2\x00\x29\x91\x85\x0f\x23\x85\xdf\x21\x5c\xe4\x8d\x92\x86\x28\x11\xb0\x59\xf7\x2e\x38\xa6\xc4\x28\x0a\x66\xe2\x09\xd3\xf7\x8c\x09\x82\x5e\xc8\x1f\x5e\x12\x85\x1f\x53\xd1\x61\x5f\x85\x3f\x57\x29\x3a\x95\xc5\x82\x6a\x43\x0a\x2e\xf4\x0f\xdf\x37\x93\x9b\x0b\xcd\x66\xac\x88\xe8\xfd\x3f\x6a\x74\x3f\x2b\x5c\x64\xe6\x35\xf9\x67\xcd\x5f\xd9\x16\x7c\x6a\xb9\xe7\xa3\xee\x70\xa9\x1d\xf1\x2f\xff\x76\xb7\x50\xe4\x72\xf8\xbb\x5d\xdb\x36\x11\xe4\x0a\xeb\xec\x1f\x4e\xae\x72\xdc\x20\x6a\x41\xfe\x54\xb9\xf1\x14\x36\x6b\x55\x3b\x00\xed\x86\x02\x47\x32\x27\x05\xaf\x10\x8c\x35\x17\xdd\x5e\xdd\xa0\x4a\xf5\x09\x39\x7b\xef\x78\x57\x94\xf9\xea\xbd\x1d\xe8\x03\x45\x51\xf4\x96\xa5\x44\x25\x73\xb6\xa0\xa8\x43\x73\xa3\xf3\xe5\x05\x33\x96\x6c\xf4\x49\x3e\x28\x8b\x11\x52\xe5\x0c\x12\xeb\x34\x27\x51\x64\x0d\x67\xf3\xaa\x61\x66\x58\xb6\xd1\x20\x35\x2b\x8c\x6e\x06\x67\x7c\xe4\xbf\xdc\x12\xa2\x12\x9b\x43\x6e\x3d\x26\x1f\x0c\xbf\xe2\x62\x2a\x5f\x7b\x97\xca\x8c\x6b\xd8\x74\x2e\x2f\x6c\x34\x51\x2f\x2f\x12\x29\x90\x4f\xc9\x42\x5d\xa4\xec\x8e\x65\x17\x8a\xcf\xce\x69\x91\xcc\xb9\x66\x89\x61\x99\x17\x34\xe7\xe7\xb0\x58\x81\x6a\xe1\x22\xfd\x9d\xd7\x81\x36\x67\x45\x5f\xb9\x48\x3b\xa8\xfe\x37\x8e\x66\xbf\x51\x4a\xcc\x44\xf6\x72\x7b\xe2\x3a\x65\xe3\xd3\xbb\xeb\x9b\x10\xbc\x89\x02\xe0\x61\xa8\x0a\x64\x37\x24\xe3\x62\xea\x84\x9f\x0f\x5f\xfa\xa0\x25\xaa\x44\xe6\x32\x12\x55\x4e\x16\x5c\xab\xa0\x6e\x68\x39\x26\x6f\xbc\x56\x54\xe6\x46\x21\x4e\xc7\xe4\xbd\x20\x6f\xe8\x82\x65\x6f\xa8\x62\x07\x27\xba\xa1\xae\x3a\x37\xf4\xdb\x82\xec\xce\x51\xbd\x47\x67\x14\x3a\x49\x3e\x30\x4d\xd7\x7a\xa2\xae\x35\x15\x29\x2d\x52\xef\xa7\xb1\x2b\xf9\xe9\xd0\xf4\xf2\xbe\xf9\x66\x8a\x38\xc5\xa5\xe3\x30\x7a\xfd\x04\x0e\xa4\x03\x94\xdc\xc7\xca\x2c\xe8\x12\xc0\xa9\x23\xc7\x7e\x1d\x17\x73\x68\x2d\xb3\x0e\xf8\xe9\xa9\x62\x56\x7e\xfa\x76\x1e\xfc\xae\xe7\xb9\xd1\x4c\xce\x17\xac\x98\xb1\xf3\xaf\x6c\x69\x1e\xa9\x89\xae\xe6\x27\x60\x51\x6c\x06\x0f\xc0\xd3\xeb\x44\x64\x4d\x48\xf9\xbf\x57\xe6\x85\x80\xeb\xb9\x65\xba\xe7\x96\x81\x04\x89\x5a\xd9\x3d\x18\x0b\x9f\xd7\x48\x28\x3c\x5b\xd5\x6f\xb0\x13\xae\x95\x5c\xd5\x27\xee\xbc\xf0\x38\xbb\x7b\xb5\xfa\x79\xff\xda\xab\xac\xfd\x99\x2b\xbd\xa5\xbc\xfd\xd9\x42\x18\xc2\xb9\x5d\x37\x7a\x10\x9c\x27\x2d\x38\x9b\x38\x46\x9d\xec\x3f\x6f\xb4\xcd\xad\xd3\xee\x93\x11\x55\xaf\xd1\x2e\x86\xef\xa0\x39\x3c\x15\xcd\xc1\x1c\xd3\xfe\x7a\x03\xf0\x2e\x2f\xcc\x8f\x49\xab\x8d\x6d\x3b\xbc\x4c\x5d\xa6\xd8\xc9\x4a\x39\x10\x35\x87\x95\x74\x0d\xce\xb0\x76\xd9\xb6\x3a\x18\x2f\xb7\x2e\xf3\x0c\x22\x72\xd1\x0f\x86\xb9\x7f\x72\xdc\x75\x4c\xde\x83\xe0\x33\x0c\x7e\xb1\x60\x22\x75\x61\xb4\xaf\x8c\xa8\x12\xa3\x2d\x1a\x1c\xd8\xe0\xaf\x80\xe9\xd8\xb7\x9c\x0a\xe5\x7d\xd9\xe0\xb0\xee\x27\x12\x11\x7f\xd5\x2d\x11\x71\x9c\x43\xf9\x78\x28\x99\xaa\xe1\xa9\x27\x2c\x93\x86\x4f\xc9\x31\x79\xf6\xfb\x67\xf0\xc5\x59\x66\x87\x02\xc0\xc4\xfe\xd5\x32\x2a\xf4\xaf\x64\x4c\xcc\xf4\xdc\x05\x73\x54\xc6\x93\xe0\x0d\xf1\x9e\xaa\x06\xe8\xd0\xe1\xc1\xb5\x11\x14\xad\xb7\xd2\x50\x21\x52\x05\xa0\xdd\x45\x26\x37\xf8\x11\x12\x4a\x36\x5d\x89\x26\x3a\x55\xaf\x03\x78\x3e\xc2\x5f\xaa\x8e\xcd\x95\x10\xc4\x39\x79\xf3\xe9\xdd\xe5\xcd\xbb\x11\xf9\x7c\xf5\x16\xfe\x57\x16\xe4\xf7\xe0\xce\x33\xe4\x8b\xec\x95\xc7\x47\xc0\xa0\x5c\x75\x84\x7d\xfc\x19\xaa\xe8\xc6\x71\x60\xc7\xf0\x8e\x32\x63\x71\x26\x43\x0d\x8c\xf5\x9a\x3c\xcb\x65\xaa\x9e\x91\x05\xa3\x42\x11\xf3\xdf\x63\xfc\xd3\x45\x26\x67\xee\xcf\x40\x30\x39\x23\x51\xdc\x08\xf2\x11\x70\xf4\xef\xdd\x30\x43\x7a\xff\x7a\x44\xde\x1a\x85\x21\x8e\x36\xb9\xc9\x2b\xcf\x54\xc2\x51\xd1\xbc\x17\x2a\xa1\x19\xab\x8c\x34\x7f\xa8\x4f\xf8\xfb\x8b\xe6\x15\x38\xab\x96\x17\xd5\x27\x2c\x54\xea\x9e\x67\x69\x62\x24\x73\xfd\x68\x44\xc9\x09\x40\x3d\xf0\xe3\x32\x01\x1c\x37\x4c\x9e\x4a\xf8\x38\x79\xc7\x8a\x8c\xe6\xe8\xf1\x66\x34\x99\x63\x04\xd9\x06\x01\x73\x26\x52\xa3\xad\x59\xd7\x2f\x13\x49\x26\x15\xfc\xc1\xc6\x4b\x2b\x9f\xbe\xe0\xb3\xb9\x76\x51\x75\x0b\x37\x7f\xc0\x83\x08\x18\xbf\x8e\x43\x08\x63\x6a\xce\x75\xfc\x9b\xb7\x89\x20\x18\x08\x41\xae\x2a\xe4\xe0\x0d\xc6\xed\x6e\xcf\x46\xe4\x36\x20\x2a\x53\xf3\x6f\x44\x21\xfc\xfe\xf6\x2c\x1e\xe6\xcf\x22\xb5\x00\x73\x1b\xf8\x3b\xaf\x61\x11\x15\x6e\x18\x86\x24\xa2\x25\xf8\x57\x00\x3b\x76\x71\x76\xb3\x96\xea\x44\xe3\xda\x72\x56\xde\xeb\x01\x6b\xdd\xef\xc4\x8f\x88\x26\x80\x30\x8c\x0d\x8e\x5b\x42\x15\xcc\xec\x55\x62\xd9\xd5\x75\xe5\x40\xd8\xf9\x2a\x34\x35\xe7\x39\xa7\x85\x51\xd3\xdd\xc8\x10\x10\xe0\x0a\xdf\xd9\x37\xba\xd2\xe5\xca\xd8\x58\x33\x32\xd6\x06\x4f\xd8\x27\x36\x65\x05\x13\x09\x5b\xa3\x17\xd5\x87\x92\xb9\xcc\x52\x44\xb2\xbb\xbf\x68\x49\xec\xa8\x71\xc6\x66\x34\x59\xd6\x95\xc2\x56\x85\xa6\x07\x9e\xfa\x8b\x19\xf3\xa5\x09\xae\xac\xec\x3b\x43\x56\xca\xf6\x40\xe5\x3e\x8b\x80\x81\x95\x95\xe0\x41\xdd\xdf\x72\x72\xaa\xe7\x5d\x2b\x31\x63\xbe\xb8\xd4\xb3\xdc\x22\x29\x3e\x7f\xfa\x99\x98\x1f\x6c\x4c\xdd\xc5\xbc\x00\xe7\xc6\x11\x43\x1a\xc1\xed\xe1\xe8\xbb\xe5\x6e\xb1\x4a\x59\xe8\x8e\x55\xbe\x9f\x86\x04\x12\x64\xd7\xe6\x21\xc7\x60\xed\xab\xf1\xae\xcd\xa5\x02\x53\xd9\xc7\xf6\xa2\xa8\xd9\x7f\xfc\xc7\x0f\xa0\x2d\x4c\x68\xf2\xf5\xde\x08\x81\x44\x2e\x72\xaa\xf9\x84\x67\x5c\x2f\xc7\xe4\x8b\x99\xf5\x4b\x84\xba\xb2\xd8\x0f\x7c\x9b\xc5\x9c\x3c\x7f\x75\xfe\x87\x1f\x7f\xfc\xe1\xc7\x11\x26\x32\x28\x7e\xc7\x5e\x1c\x3d\x08\x87\x87\xac\x9e\x49\xd0\x65\xbc\x6d\x7c\xaf\x57\x50\x0a\x6b\x2e\xf6\xca\xd8\x21\x1b\x73\xc8\xc6\x1c\xb2\x31\xc3\xe3\x43\x36\xe6\x90\x8d\x39\x64\x63\x9e\x5e\x12\xe0\x90\x8d\x79\x22\x1b\x31\x64\x63\x0e\xd9\x98\x43\x36\xe6\x90\x8d\x39\x64\x63\x0e\xd9\x98\x27\x93\x8d\x39\x24\x63\x0e\xc9\x98\x43\x32\xe6\xe9\x27\x63\x0e\x29\x53\x43\xca\xd4\x90\x32\x35\xa4\x4c\x0d\x29\x53\x43\xca\xd4\x90\x32\xb5\x87\x50\x4f\xdf\xa4\xa9\x0e\xb6\xbc\xe7\xb4\x29\xab\xb1\x78\xc9\x64\x6e\x32\x58\xd5\x43\xee\xd4\x69\x43\xc0\x07\x04\xf4\x53\x41\x40\x0f\xb9\x53\xa7\x94\x3b\xb5\x1a\xa2\xef\xa9\x6d\x0e\xd9\x53\x1e\x57\xde\x21\xfb\x0e\x8b\x2a\x5f\xff\xf2\x8e\x0c\xaa\xee\x87\xab\xe7\x77\xfd\xf8\x41\x84\x9e\xb4\x08\xdd\x24\x8b\xaa\xef\x46\xb7\x4e\xbc\x5f\xa6\x34\x64\x52\x0d\x7a\xc4\x90\x49\xf5\x58\x24\xde\x11\x72\xa9\x9a\x20\x4d\xed\x62\xae\x61\xb4\x11\x02\x9a\x72\x8b\xb6\x33\x27\xc1\x58\xf1\x46\x74\xb8\x64\x29\x4a\x6e\x7e\xbe\x36\xc3\x04\x4b\x2c\xcc\xcd\x3a\x6d\xac\x16\xd7\x2d\xed\x12\xfa\xa7\x52\xa4\x59\x27\x9c\xd7\x8d\x43\x20\x2d\xb9\x7a\xf7\x81\x30\x91\xc8\x94\xa5\xe4\xcd\x25\x99\xc0\x6f\x35\x2c\xad\x03\x03\xf9\x12\x65\xd1\xc2\x9e\x29\x87\x14\x4c\xcc\xaa\xa0\xee\x1a\x83\x88\x70\x29\x22\x1c\x2c\x3a\xc4\x88\x2e\x4a\xa5\x49\x21\xa5\x56\xce\x75\x62\xee\x19\x4e\x40\x0b\x7c\x55\xab\xcf\x63\xb2\xd4\x6c\x73\x76\x60\x21\xb7\xfb\x83\xb8\xad\x20\xc8\xd7\x31\x85\x2f\xf6\xf5\x96\xdc\x15\xe4\x78\x0c\x08\x5e\xf5\x5a\xbd\xc3\x48\x4f\x98\x40\x16\xe4\x4b\x59\x64\x5f\xbc\x2f\xc9\xd3\xd7\x65\x8c\xd4\x62\x21\x45\x29\x04\xe0\x8b\xb9\x9e\xbb\xb0\x0e\x3a\xd6\xc1\xf3\x25\x20\xe6\x6a\xf5\x94\x52\xb1\xf0\xaa\x16\x73\xa4\x2c\xb2\xae\xd3\x05\xeb\x9b\xf1\x3b\xe6\x72\x72\x12\xaf\x23\x55\x82\x5c\x5c\x10\xe5\xd8\xe5\xe7\x4f\x3f\x9b\xcf\x5f\x90\xe7\x5f\x40\x35\x62\xaf\x2f\x2e\xe6\x52\xe9\xd7\xb9\x2c\xf4\x05\x80\xbe\x5f\x8c\x11\x3b\x86\x05\x01\xcd\x6c\xf8\x26\x19\xd3\xa7\x99\x2c\x37\x73\x46\xbe\x98\xe9\x3c\x58\xda\x48\x36\xd8\x07\x00\xee\xf8\x1d\x70\xd4\xaa\x52\xea\x27\x5b\xf0\x2f\xa2\x0e\x99\x72\x96\xa5\xbe\x9a\x1e\x38\xfb\xcc\x0b\x6c\x7a\xcc\x04\x61\xc2\xd9\x9d\xf5\x38\xb3\x6f\x56\xb1\x7b\xfb\xf1\x1a\xbe\x5b\x2e\xa2\x53\xaf\xc8\x73\x44\xd9\x7c\x31\x9c\xf5\xdc\xff\xfd\x8b\x0b\x75\xd8\xb9\x08\x17\xe7\x2e\x2a\x62\x26\xa2\xaa\x16\x4b\xa4\x24\xa3\x4b\x86\x3a\x04\x97\x19\x90\xfd\xc5\xd8\x7d\xba\x77\x77\x4f\xa0\xc0\xe0\xfb\x2b\x42\xd3\xb4\x60\x0a\xc3\xc1\x57\x19\xa3\x0a\xca\x21\x32\x57\xe4\xd0\xcc\xf3\xc5\x6c\x5f\x86\x13\x18\x4a\xbf\xfa\xfe\x8f\xe3\x97\xe3\x97\xe3\x57\x5f\xcc\xeb\xa9\x9b\xdb\x9c\x34\xae\xbe\x2e\x49\x29\x32\xa6\x14\x9c\x2a\x6d\xb8\xda\xac\x60\x10\x27\x2c\x58\x88\xbd\x46\xce\x7d\x29\x20\x1d\xca\x4c\xa2\x2c\xc7\x31\x63\xa8\x88\x78\x82\x0d\xad\x61\xde\x11\x8b\xd2\x4b\x23\xc4\x6d\x7c\x69\xae\x4b\x80\x2b\x2a\x0d\x3f\x9b\x37\x67\xfc\x2b\xcb\x96\xd6\x39\x2e\xa4\x38\x37\xa7\x8a\x4e\x00\xb4\x36\x66\xe3\x11\x1c\x07\x46\x15\x0c\xd1\x65\x21\x48\x99\x63\xdc\x49\xb0\x7b\x77\x0a\xfc\x49\xc2\x03\xea\x8f\xda\xed\x19\x48\xf4\xdb\xb3\x9f\xe0\x88\x98\x93\x6c\x7f\x9a\x71\xe1\x40\x27\x4e\xe8\x5b\x18\xe4\x25\xa6\x2b\xf8\x0a\x92\x34\xb3\x31\xdf\xa9\xcb\xf2\x72\x61\x02\x2a\x96\x4e\x2d\xcc\x59\x01\xdc\x68\x92\xd9\xc2\xa5\x9f\x3f\xfd\x3c\x26\xff\x5b\x96\x30\xd6\x1d\x51\x98\x58\x4b\x70\x6f\x03\x1d\x8b\x09\xd7\x05\x2d\xfc\x34\xf5\x58\xf3\x34\xc6\xd9\xd0\x10\x76\x4b\x8d\x7e\x31\xe5\xf6\xc3\x2f\xb5\x66\x8b\x5c\xdb\x09\xb0\xd0\x64\xa9\x58\x41\x20\x3f\x41\xf1\x84\xd0\x52\xcf\x01\x2d\x46\x6e\xcf\xcc\x2f\xaf\xcd\x0a\xee\x65\x91\xfe\x2f\x84\x83\x01\x1a\xc7\xe5\x8b\xfd\xb9\xa0\x33\x84\x09\x3e\xbf\x3d\xfb\xdd\x78\x3c\xbe\x3d\x7b\x01\x14\xf8\xb5\x64\xc5\x92\xe4\xb4\xa0\x0b\xa6\xe1\x6a\xdc\x9e\xfd\x4f\xf7\xbb\x2d\xd7\x69\x67\x19\xd9\x40\xf8\x43\xa5\x11\x41\x10\x69\xe8\xfe\x34\xe4\x1b\x3c\xde\x7c\x83\x38\xe0\xf4\xe5\x9f\xcf\xec\x99\x7e\xf6\xaf\x2f\x4f\x23\x13\x01\x6f\xe8\x90\x8e\xb0\x5d\x3a\x02\xfe\x36\x24\x24\x0c\x09\x09\x43\x42\xc2\x6f\x25\x21\x01\xef\xca\x90\x8b\x30\xe4\x22\x0c\xb9\x08\x43\x2e\x82\xfb\x75\xc8\x45\x18\x72\x11\x86\xce\x50\x43\x32\xc2\x90\x8c\xf0\x34\x93\x11\x86\xce\x50\x43\x67\xa8\xa1\x33\xd4\xd0\x19\x6a\xe8\x0c\x35\xa4\x39\x3d\xcd\x34\x27\xf4\x04\x3f\x9d\x5c\x27\x9b\x74\x33\xb2\x49\x4f\xd7\x72\x51\x4f\x7d\x1a\x32\x97\x36\xce\x5c\xaa\x78\xbf\xed\x8f\x43\x3a\xd3\x7e\xd2\x99\x7e\x38\xc1\x74\xa6\x2e\xc8\xdb\x5e\x02\xc2\x8f\xa7\x99\x93\xb1\x92\x0a\x96\x50\xeb\x78\xbf\x7b\x35\x7e\xf5\x87\x11\xc9\x33\x2a\x84\x11\x3d\x30\xc5\x42\xde\x81\x7e\x02\xbf\xfe\x5f\x68\x0c\xad\x83\xf3\x5d\xdc\xbd\x5a\xcf\xfe\x9d\xd6\x31\x40\xb9\x4f\x19\xca\x3d\xa0\x98\x9f\x0a\x8a\x79\xc8\x86\x3a\xa1\x6c\xa8\x66\x04\x51\x4f\x95\x74\x48\x88\xda\xb5\x9d\x14\x90\x7f\x0f\xe8\xf0\x6e\xb9\x3f\x34\x96\x1a\xe4\xe8\xa6\x29\x51\x0f\xd8\x58\xaa\x87\x22\xbb\x8b\xdd\x3c\x68\x13\x4f\x45\x9b\x18\x72\xa2\xf0\xef\xa7\x26\xf4\x3a\x32\xa2\xf6\x2b\xf8\x86\x3e\x53\x43\x9f\xa9\x35\x24\x1a\xfa\x4c\x0d\x7d\xa6\xb6\x26\xe0\xd0\x67\x6a\xe8\x33\x35\xf4\x99\x1a\xfa\x4c\x3d\xca\x3e\x53\xa8\x1e\x0d\xcd\xa6\xc2\xfb\x87\x66\x53\x9b\xae\x72\x68\x36\xd5\x72\x37\x1f\xba\xd9\x14\x5e\xee\xa1\xe3\xd4\x90\x01\x3a\x64\x80\x0e\x19\xa0\x43\x06\xe8\x90\x01\x3a\x64\x80\x0e\x19\xa0\x43\x06\xe8\x9a\xbb\x3e\x64\x80\x0e\x19\xa0\x43\x06\xe8\x90\x01\x0a\xff\x37\x64\x80\xfe\x06\x32\x40\x87\x04\xd0\x21\x01\x74\x48\x00\x3d\xfd\x04\xd0\x21\x4d\x6b\x48\xd3\x1a\xd2\xb4\x86\x34\xad\x21\x4d\xab\xe5\x64\x0c\x69\x5a\x4f\x2d\x4d\xeb\xf1\x37\x90\x3a\x54\xbe\x56\xc7\x07\x0e\x19\x5b\x8f\x01\x69\x3e\x60\xac\x9f\x0a\xc6\x7a\xc8\xd8\x3a\xb9\x8c\xad\xa1\x89\x95\x7d\xf0\x21\x9a\x58\xed\x17\xbc\x3e\xb4\xb3\x1a\x24\xea\x13\x6b\x67\xd5\x4b\xbf\xdd\xc5\xa0\x1e\x74\x8b\xa7\xa2\x5b\x0c\xf9\x5b\xf8\xf7\xd3\x13\x80\x47\xcd\xe0\x1a\xba\x5b\x0d\xdd\xad\xba\x71\xeb\xeb\x78\xc4\xd0\xe2\x4a\x0f\x2d\xae\x86\x16\x57\x43\x8b\xab\xa1\xc5\xd5\xa3\x6c\x71\x95\xe7\xca\xe8\x83\x6f\x8c\xaa\x26\xb3\x8c\x15\x9f\xd8\x1d\x57\xeb\x1d\xe1\xab\x83\x43\xb4\x0a\xf6\x85\x2f\x16\x25\xc6\xc4\x94\xa0\xb9\x9a\x4b\xb0\x8d\x30\x78\x8a\x2a\x24\xea\x10\x78\x82\x0b\xa6\x72\x29\x70\xef\xcd\x86\x29\x56\x70\x9a\xf1\x7f\x43\xb5\x52\x91\x92\x94\xc5\x7f\x09\x01\x78\xcb\x21\xac\x06\x62\x73\xc2\xbc\xe9\x09\x6f\x1b\x93\x5f\x30\x44\xd6\xb0\xe4\x39\x55\x64\xc2\x98\x20\xaa\x4c\x12\xa6\x14\x42\x0e\x11\x88\x90\x02\x2c\x2c\xa1\x82\xd4\xad\x86\x9b\x0a\x14\x3f\x0a\xce\x44\x49\x03\xc6\x88\x86\x14\x4c\x67\x80\x80\x93\x1f\x0f\x19\x5c\xf0\x52\x3b\x55\xe3\x2d\xd5\x14\xf9\xed\xb8\x61\x8d\x60\xf8\x8c\xc8\xdc\x85\xba\x27\xcc\x82\x20\x6c\x39\x5d\x98\x79\x44\xd2\x12\x18\x90\x31\x7a\xcc\xe1\x9d\x2c\x03\xf8\xe3\x2d\x65\x0b\x29\xae\x19\xc6\x14\xae\xcd\x7b\xa7\x65\x66\xfe\x9d\xf8\xb7\x61\x9c\x18\xbf\x10\x86\x15\x16\x29\x31\xaa\xd8\x65\xdc\x90\xcb\xec\x5d\x88\xbc\xfb\x9b\x1c\xa5\x1a\x00\x78\x12\x66\xa9\x7a\x16\x30\xd4\xa8\xb0\x22\xaf\xc6\x2c\x52\x60\xcb\x0a\xd9\x43\x62\x4f\x44\x24\xc4\x52\xc8\x1c\x05\x4c\x0c\xc6\x65\x5d\x4a\x12\x16\x04\xc8\x0b\xbe\xa0\x05\xcf\x96\xb0\x7e\xbf\xf1\x96\x04\xd1\xf7\x0d\xfe\x95\x93\xf6\xaf\xec\x6e\xda\x16\xa5\xd0\x7c\xc1\xc6\x9f\xe8\xfd\x3b\x87\x90\x5e\xab\xb5\xc2\xb5\xe3\x0e\xac\x84\xcc\x85\xad\x1c\x59\x97\x73\x08\x9c\x64\xf0\x88\x3c\x6d\x8f\xc8\x76\xd1\x96\x67\xea\x78\x7e\x11\xff\xd1\x8d\x24\x29\x56\xe5\x76\xd3\xfa\x83\xc4\xf6\x75\xfb\x31\xd3\xd0\xfe\x39\x3e\xf3\xe1\xe0\x21\x98\xe4\x2d\x04\x7b\xda\xd1\x01\x7f\xf8\x8f\x3d\xa3\x03\xfc\x37\x1d\xd3\x9f\x93\xe7\xaa\xd9\x6f\xd3\xa0\x23\xb5\xfb\x69\x36\x71\xd1\xb4\xea\x60\x1d\x51\x88\xe6\x07\x9c\x21\x6e\x19\x89\x55\x8f\x40\x99\xf2\xf1\x88\x06\x75\x68\x05\xe7\x35\xc8\xca\x13\x94\x95\x7d\x62\x11\xef\xcd\x18\x27\xdd\xda\x77\x5c\xed\x29\x18\xd1\x6e\x41\x0c\xa1\x86\x41\xb0\xf6\x0c\x35\x1c\x5f\x74\x9e\x6c\x3c\x61\x03\xf9\xd3\x11\x2b\xd8\x42\x06\x79\x7b\x71\x8d\xd8\x09\x36\x65\xb8\x3f\x2d\x98\x37\x92\xc2\x58\xa2\x98\x1e\x04\xcb\x49\x0b\x96\x81\xdf\x3e\x15\x7e\xfb\xd8\x0d\x19\x95\xb3\x64\xf3\x88\x56\x9d\x7f\x5d\x9b\x59\xd6\x7d\xff\xcd\x9c\x91\x94\x29\xc3\xf1\xc9\x84\xcd\xe9\x1d\x97\x85\x67\x18\x11\xdb\x3a\x34\x31\xcc\xe7\x9e\x53\x91\x9e\x1b\x93\xab\x54\x2d\x34\xc1\xdf\x76\xa7\x0a\xce\xd3\x45\x97\xa4\x2c\xa0\xb2\x16\xbe\xb6\x91\x2a\x37\xf8\x07\x4d\x9d\x0b\x50\x96\xa0\x67\x82\x13\x71\xb2\xc4\x28\xd0\x3d\x17\xa9\xbc\x87\xe7\xf9\x82\x8d\xc9\x95\xcc\xcb\x8c\x5a\x6b\x12\xcc\x4c\x88\x9d\x8e\xc9\x27\x46\xd3\x73\x29\xb2\xe5\x03\x92\xbb\xcb\x85\x7e\x14\x19\x1f\xe4\xef\x61\xc4\xfa\x1b\x29\xb0\xd9\x58\x1f\xf9\xee\x07\xd7\xb0\xed\xe8\x1c\x00\xf9\x1e\xf9\x97\x35\xa1\x10\x28\xa7\x5c\x10\xe0\xdc\x3d\x24\x7e\x46\x95\xbe\x29\xa8\x50\xf0\x9a\x1b\xbe\x5a\x49\x60\x07\x46\x08\xd3\xad\x3b\xea\x3f\x53\xa5\xb1\x1b\x9f\xd5\x5e\xec\xd7\x6a\xbf\x22\x97\xd2\x25\x05\x73\x97\x41\x4b\x97\x52\xde\xe2\x12\x5c\x30\xa5\xe8\xac\x0b\xac\x70\x49\xe6\xe5\x82\x0a\x52\x30\x9a\x42\xa4\xc4\x3e\xe6\xfc\x32\x46\x98\xa6\x4c\x53\x9e\xb9\xbc\x38\x48\x26\xf1\x2b\xdb\xa6\x27\x1b\xa3\xaa\x53\xb5\xba\x01\x67\x90\x19\x68\x43\xf6\x11\x61\x9e\x29\x92\x01\xc9\x76\x59\x45\x33\x2b\x5b\x15\x4e\x9e\xf1\x44\x0b\x18\xb9\xe8\xf8\x4d\x61\x34\xae\x3f\xd3\x4c\xb1\xd1\x2e\x99\x40\xcb\xce\xd2\x8e\x37\x4b\xac\x38\x18\x0e\xba\x5f\xcd\xd6\xb1\xb9\x66\x4b\x03\x9e\x5f\x25\x54\x97\xe9\xd1\xfb\xea\x77\x38\x93\x2a\xe3\x50\xcd\x4b\x8c\xb1\x91\x38\x95\x39\x70\xff\xc1\x49\x74\xda\xba\x7c\x1f\x27\xd1\xa5\xf7\x0c\x35\xee\x6b\xeb\x3c\x5b\xa9\x1d\x83\x27\x68\xb0\x4c\x4e\x1c\x74\xfa\x24\x3c\x44\x55\x5e\x7f\x18\x0d\xf2\xba\x6a\x9e\xb5\x8a\x11\x33\xce\x87\x58\x11\xb1\x96\x6c\xeb\x18\x5a\x70\x61\x2c\x84\x65\xcf\x94\xdd\x39\xc3\x56\xbb\xe5\x22\xea\xb2\x6b\xb3\x5b\x41\xab\x41\xd4\x15\x20\xa0\x02\xe4\x23\x12\xf1\xb9\x4c\xa3\x5a\x54\x46\x45\x5b\xfa\x44\x4c\xa8\x3d\x33\x05\x44\x82\x0d\xad\xb0\x82\x24\x05\x55\x73\x2e\x66\x88\x38\xe2\xda\xc2\xb1\xa2\x2a\x12\xf4\x8e\xf2\xcc\x28\x7a\xd5\x2c\xe6\x97\xe4\xb9\x79\x99\xef\x1c\xdd\xf0\x00\xa1\x8a\x28\x29\x85\xf9\x5f\x6e\x3b\x21\xd0\x74\xb9\xa7\xf2\xaa\x0d\x11\xc4\xbf\x72\xa5\x65\xb1\xfc\x99\x2f\x78\x57\x09\xda\x9b\x4a\x23\x63\x99\xa5\x64\x8e\x0f\x03\x20\x8e\x21\x2e\x47\x22\xa8\xc9\xc3\x4a\xac\xf1\x08\xfc\x1a\x18\x29\x22\x15\x53\x0e\x35\x6a\x4b\xae\xe6\x3e\x65\x99\x7d\xcb\x33\x9e\x70\x4d\xfe\xcd\x0a\x89\xf5\x4b\xa4\x8e\x00\x90\x15\x5a\xbe\x7a\xb9\x77\x92\xa8\x87\xac\x21\x73\x69\xeb\xe5\x20\x6c\x4c\xde\xb1\x02\x6a\xc2\x5b\x38\x51\xc1\xc8\x82\x0a\x3a\x0b\xc6\x74\xc5\x69\x51\x2a\xed\x8b\x25\x86\xfa\x18\x78\xc4\xd0\x8b\x9c\x02\x8e\x66\x11\x06\x62\x05\xe1\x94\x68\xb6\xc8\x8d\x5e\x04\xea\x3e\x96\x1e\x69\x60\xbe\xbb\x56\x08\xba\xf8\x1d\xfc\xef\xb9\xaf\x06\xd4\xa2\xa2\xdb\xc5\x6c\xec\xfb\x48\x64\xc1\x0c\xbd\xaf\x64\x7a\x63\xe7\xe8\xf4\x09\x5d\x56\xcb\xca\x54\xad\x5e\x20\x0d\x40\x52\xdd\x65\x45\xbe\x81\x98\xb0\xc0\x3c\xe0\x67\xfc\x2d\x6e\x57\x4e\x12\x99\x2f\xbd\x16\x6b\x26\x83\x66\xef\x66\x6b\x85\x4c\x2d\x2e\x35\x2e\xa2\x13\x6d\x03\x0c\xf0\xe5\x66\x9e\x43\xc9\x99\xf8\x59\x3e\x25\x42\xd6\x46\xf1\xa8\xee\xed\x8b\x8d\x77\xd0\x6c\x5c\x26\x69\xaa\x2e\x22\x1c\xd5\x45\xc1\xcc\x75\x04\x2e\x1e\xfe\xfc\xbb\x5c\xa6\xe7\x7e\x9b\x1a\x37\x11\xd5\x9f\xeb\x90\xb1\xb8\xa3\x1b\xeb\x73\x75\xbe\x8e\x2d\xb5\xc8\x36\x97\x30\x89\xac\x29\xcf\x68\x62\xf6\x07\x99\x4e\x95\xf7\xdb\xaa\x16\x82\xdd\x63\x13\x86\xcd\x75\x02\xb5\x7a\xbf\xcf\xea\x24\xda\xdd\xa2\xbb\xae\x9b\xd2\xed\xc2\x18\xed\xe9\x7a\xbc\x66\xc5\xcd\xb7\xa1\x5c\x36\x06\x22\x88\x8c\x37\xb2\x14\x5d\xb2\x02\xc6\x98\x97\xcc\xa9\x9a\x13\xff\xa8\xf2\x7e\x06\xbf\xda\xfa\x8d\x0a\x67\x8d\x94\xca\xb5\xf4\x40\x90\x3a\x75\x76\x2a\x82\x18\xe8\x9d\xe4\x29\x15\x09\x23\x0b\x96\xcc\xa9\xe0\x6a\x41\xee\xe7\x4c\x60\x91\x3f\x96\x82\x9c\xb0\x77\xd3\x57\x7a\x74\xef\x17\xec\xde\xd8\x82\xab\x61\xb6\xbd\x8b\x15\xef\x42\xe8\xee\x6e\x52\xd9\x30\x6b\xad\x06\xd5\x40\x4e\x14\x2b\xee\x5c\x21\xa6\x8a\x43\xee\x99\xaa\xec\x6f\xbd\x98\xef\xde\x6c\xbb\xe0\x51\xec\x69\xe4\x75\x25\x36\x57\x52\xa1\x6b\x4e\x91\xcd\x53\xa1\x63\xaa\x23\x39\x3e\x82\xbe\x72\x9d\xcc\x59\x5a\x66\xac\xcb\xb4\xac\x6a\x38\x86\xc5\x46\x02\xd8\xa5\x54\x50\x4d\x32\x46\x95\x26\xaf\xdc\xfd\x31\xfc\x1d\x2a\x7e\x14\x0c\xeb\x8c\xdb\x3c\x23\x57\xf5\x2d\x0c\xdb\x13\x6b\xc6\x09\x15\xd3\x17\xfb\x3e\xac\x36\x48\xb2\x39\xd9\xb4\xd4\x34\x6b\x26\x5e\xa4\x5c\x5b\x12\x56\x89\x42\x9e\x63\x6d\x5d\xf3\x0b\x3e\x96\xc8\xa2\x60\x20\x4b\x9b\x9f\xd8\x97\x88\x3b\x1c\x1d\x91\x10\x97\xee\xee\x6e\x7b\xee\x3a\x49\x67\x8e\x1d\x54\xc2\x03\x5f\xa9\xad\xc2\x68\x3d\xa9\xd1\x30\x7f\x76\x45\x6c\x6b\x3c\x47\x63\x07\x5a\x48\xb9\x43\x6d\xd4\x88\x71\xcd\x04\x7b\x71\x18\xea\x7c\xe0\x4a\xed\xf3\x62\x56\xbf\x19\xab\x69\xbb\x4c\x8b\x47\x7e\x2d\xf1\xdb\x61\x4f\x4e\xe9\x28\xc1\xf9\xd9\xbb\xc0\xc4\xe5\x7f\x16\xf4\x78\xb7\x27\xee\x24\x71\xba\xd7\x06\x15\x00\x96\xfe\x85\x09\xb6\x52\xc0\xaa\x8d\x32\x0b\xa9\xc0\x27\x6e\x74\x83\x99\x7f\x90\xb8\xb9\x56\xed\xc9\x48\x03\xdb\x0f\xfe\x77\xc5\x36\xd8\xaf\x78\x89\x59\x80\x9d\x3f\xda\xc3\x63\xd6\x37\x6b\xd1\x39\xd6\x33\xbe\x6e\xe1\xdb\xc2\x07\xf6\x66\x59\x7c\x6e\x33\xd8\x5a\x2d\x8c\xea\x13\xde\x19\x5f\x26\xda\xe7\x58\xdb\x43\x04\x67\xab\x6e\x93\xc1\xcd\x89\x2c\x80\x6e\xdb\xc3\x1c\x47\x2e\x66\xf8\xde\xad\x4d\xca\x4f\xf1\x2c\x2d\xc1\xf7\xba\x4e\x8e\x8f\xb8\x4f\x40\xd0\x1b\x66\xf5\xa9\x31\xb9\xb2\x29\x8e\xbe\x26\xec\x32\x67\xe4\x3f\xc9\xed\x59\xe5\x4d\xb7\x67\x2d\xc1\xe3\x0d\x22\x92\xd1\xf5\xc4\xa5\x40\xc0\x01\xb3\x36\x6b\x2f\xc3\x0a\xd7\xbf\x88\xb7\x90\x3c\x76\x7b\x56\xe9\x94\x56\x19\x7b\xac\x7c\xc3\x50\x96\x77\xdd\xe1\xf2\x83\x08\x13\x86\xcf\x2a\x92\xb2\x24\xa3\x86\x5f\xdd\xb9\x33\x84\xf6\xe3\x95\xb1\xda\xb1\x6d\x2c\xb8\x28\xae\x87\x28\xe5\xa9\x47\x29\x87\xb8\xde\x53\x89\xeb\xed\x58\xa8\xae\x85\x15\xee\x86\x03\xf4\xac\xa3\xd3\xe9\x7b\x5d\x0f\x4e\xe9\x56\x64\x20\x8b\xca\x89\xb7\xad\x7a\x47\xa4\x5e\x58\x77\x37\x54\xef\x43\xd0\xe3\xb2\x65\x50\xdf\x54\x05\x3c\xd3\xbc\xe2\x2e\xfe\x7d\x9c\x70\x65\x10\x02\xfb\x8d\x55\xfa\x79\x7b\xc1\xdd\x56\x47\xb7\xe3\xdd\x42\xbb\x9e\x01\xf0\x16\x7f\x13\x6a\x0f\xc7\xfe\x9e\x1b\x90\x8d\xe1\x9b\xb0\x57\x81\xfd\xa8\x7b\xaa\x3c\x7f\x1e\x90\x7a\xbf\x1d\xa4\x5e\x74\x45\x1f\x1b\x54\xcf\xaf\xbc\x0b\xab\x57\x19\x58\x2d\x35\x19\x7e\x1b\x14\xe0\xd3\x56\x80\xb7\xce\xe5\x6c\xdc\xe2\xd6\x29\xb7\x53\x3f\x06\xc8\xde\xa0\xda\xef\x08\xd9\x7b\xdc\x50\xba\x2a\x2f\x3e\x90\x7e\xda\x05\xa6\xab\x0c\x6c\x45\xd3\xf5\x35\x58\xf6\x8c\xb3\xfb\xb0\x05\xc6\xee\x51\x20\xeb\xf6\xed\xa4\xcf\x69\xa9\x3a\x5d\xda\xef\xa3\x7a\x1c\x54\xdb\x3d\xf5\x9a\x0c\x57\x04\x67\x69\xd1\x64\x26\x52\x66\x8c\x8a\x96\xf7\x17\x72\x56\x30\xa5\xde\x32\x9a\x66\x5c\xb0\x0d\x60\x94\xf4\x1b\x6c\x31\xe8\xd7\x5c\x54\x36\xb8\x62\x0c\xb9\xb2\x75\xee\x55\x64\x82\xad\x63\x90\xac\xd5\x6e\x5a\x13\x6c\x5e\xe2\x90\x53\x55\x7d\xcd\x01\x3d\x10\x45\x25\x8d\x20\xc0\xea\x56\x79\x21\x13\x33\x31\x3e\x5a\xe9\xee\x0a\xb1\x98\x58\xf3\xe7\xda\x9c\xbc\xab\xda\x67\xbf\xfb\x96\x30\x96\x42\x99\x1f\xd0\x9a\x7d\x03\xff\xb2\x98\xd2\xc4\x75\x07\xaf\x2c\x08\x15\xbb\xa8\xd8\x56\xf8\x40\x78\xda\xca\x0a\xa6\x34\x5f\x60\x94\xa1\x2c\x9c\xe4\x02\x9a\xd1\xe6\x4d\xac\x9c\xd4\x3f\xbc\x7c\xb9\xa7\xa6\x2b\x15\x13\x02\xfc\xa0\x5d\x9b\xfc\xd1\xdf\x5d\xc7\x40\x00\xf1\x74\x28\x84\xe6\x69\x62\x56\x23\x9f\xf1\x80\x5b\xdd\x1d\xb7\xfa\x73\xa5\xcb\x23\xf0\x0a\x3c\x54\xef\x1c\xda\x2e\x26\x38\xf6\xef\x04\xd4\x1d\x80\x65\xe0\x31\x17\x84\xe4\xca\xdf\x52\xa8\xfb\x67\xcc\x0e\xdf\x09\xc2\x8d\x08\x37\xac\x3f\xa2\xb5\xcd\xe2\xdd\x15\xa1\x18\xb9\xef\x7a\x80\x13\x6f\xea\xdc\x26\x20\x14\xa1\xe4\x65\x03\x50\xb1\x0a\x4f\x34\x04\x19\x6f\x84\x8f\xc2\xc3\xfd\x37\xb6\x3c\x05\xbc\xad\x1b\xb8\x8a\xb4\x55\xcd\x50\xdb\x53\x43\x62\xd6\xbd\xb5\xbd\x54\x39\xf4\x98\x58\x65\x6e\xb1\xa9\x0f\xb7\xdb\xa4\x77\xea\xcd\xa7\x7e\x22\xe0\xa6\x16\x47\x0f\xea\x11\xec\x43\x13\xb4\xa1\x8e\x6a\x20\x9a\x16\x33\xd6\x72\x27\xf7\x0f\x9e\xdc\x2b\xe8\x34\x62\x1e\x37\x95\x7f\x1f\x19\x76\x1a\x78\xe2\x63\x82\x9b\x86\x7d\x3e\x34\xde\xb4\xc1\xa7\xdf\xd3\x45\xf1\x60\x80\xd3\xad\xc0\x39\xeb\x00\x39\x4d\x67\x73\xef\x80\x1c\xb8\xef\x5b\xf2\x0e\xe4\x15\xc8\xbf\x8f\xc8\x12\x7a\x2a\xbb\xf5\xd5\x0a\x29\xce\x35\x2b\x16\x5c\x38\xdb\x74\xed\xb2\xc9\x73\x2c\x31\x6c\x3b\x0c\x07\x15\xc3\xc9\x98\xfd\xa7\x64\x95\x62\x57\x6e\x1e\xcd\xd0\xbd\x2f\x5e\xc1\xd5\x0d\xf8\xaa\x6a\xee\x91\xd2\xdc\x96\x38\x06\xab\xc1\x31\xb3\xaa\x49\x08\x40\xba\x57\x2f\x5f\x7e\x17\xf1\x90\x84\xe6\x34\x81\x2a\xbe\x37\xd8\x07\x74\xe9\x1a\x49\x4f\x58\xed\x1d\x0e\xc2\x35\x29\x35\xe8\xcf\x4b\x56\x61\x46\x71\x3a\x14\x2e\xc7\x02\xf7\x34\xd6\x75\xf6\x4a\xc3\xbe\x37\x05\x3d\x83\x5b\x6e\xc8\xa6\x87\x0e\x3e\x0f\x3e\x2c\x76\xf3\x38\x15\x06\x51\x86\x87\x41\xb4\xed\xa0\x0c\x75\xe3\xc6\x56\x06\x47\x3a\xe0\x5c\xde\x6f\xac\xfb\x1e\x15\x27\xd6\x12\xb7\xde\x09\x28\xb6\x4a\x91\x1b\x84\x8e\xd5\xf0\x59\xcd\x5a\xfb\x36\xe1\xb1\x18\x2f\xc6\xf0\xb2\x38\xa8\x58\x1d\xac\xf6\xe0\x78\xb1\xa0\x1d\xad\x39\x54\x61\x10\x61\x42\x95\x85\x87\x83\x06\xcb\xbb\xca\xcf\x88\x13\x1c\xf5\x6c\x0e\x2a\x96\xd0\xe5\x43\x60\xe1\xa2\x21\x8e\x76\xca\x71\xb4\x21\xda\xf4\x54\xa2\x4d\x3d\x81\x64\xb6\x13\xd0\xcf\xa8\x87\x81\x1d\x12\x5d\x7d\x73\x95\xd9\x22\xd7\x4b\x68\x02\xb4\x84\x7f\xa7\xc8\xbe\xbc\xff\x19\xb4\x36\x68\x54\x80\xd7\xef\x4a\xa6\xcf\x8d\x19\xeb\x3c\xef\xd1\x74\x98\x64\x6d\x76\xfd\x49\x16\xcc\x0b\x5f\xda\x0b\x28\x57\x61\x5a\x1b\x05\xa2\x22\xfb\xf6\x29\x94\xd4\x8b\xe8\xd6\x0d\xd4\xdb\xc2\xe5\x13\x93\x6b\xa8\xb5\x77\x90\x10\x6f\xa4\x53\xec\x35\xbc\x1b\xe6\xed\x03\x3f\x6c\x18\xdd\x0e\x3f\xb4\xfa\x0a\x80\xfe\x1f\x21\xfe\xb0\x8e\xd7\x1b\x8a\xee\x0d\x50\xbe\x46\x7a\x58\x5b\x25\x3e\xee\x8f\x0c\xcb\x17\xae\x75\x07\x96\xaf\x3a\xb0\xa9\xf0\xde\x90\xd2\xf2\x58\x2c\x91\x4d\x3a\x45\xc7\xbb\x7a\xc0\xea\x2c\xfb\xf5\xc2\x47\x22\xb3\xa7\xf3\x7d\xb0\xd8\x9e\xb4\xc5\x76\xca\x25\xfd\x1e\x59\x1f\xe9\x1e\x7a\xea\xfe\xa1\x88\x35\xf3\xaf\x8f\x98\xea\x28\xec\xd7\x14\xc7\x1c\x00\x87\xc7\x05\x1c\xf6\x8c\x87\xb9\x08\x86\xdb\x4d\xb1\x02\x06\x73\x13\xed\x04\x7d\x8a\xba\x65\xd7\xe1\x60\x07\x14\x7c\x17\xbf\xbb\x9f\x53\x7d\xce\xd5\x39\x3d\xef\x21\x19\x1f\x39\xe6\xea\x3a\x2a\xfb\x46\xd7\xd5\x0d\xb4\x77\x21\x04\x2f\x9d\x8e\x9d\xc8\x52\xe8\x31\x3a\xd5\xc8\x57\xb6\x44\x58\x25\xea\x5c\xb6\x38\x5d\x8f\x9a\x82\x3e\x82\x15\xa9\xee\x43\x9d\xc1\x56\xdc\x93\xbd\x78\x9b\x17\x1d\x24\x7c\x4a\xb8\x50\xe5\x74\xca\x13\xd0\x56\x2a\x91\x8c\x94\x69\x80\xc8\x3d\x44\xd9\xbf\x9e\xf2\xd5\xdf\x96\xfd\x19\x5a\x9d\x18\xac\xfa\xd0\x3e\xf5\xf0\x36\x12\x67\x1b\x07\xeb\x2b\x4c\x37\x88\x09\xbf\x99\xbd\xc0\x57\xbe\xb5\x7e\x7c\xe7\x1e\x11\x86\x28\x5a\xf6\x81\x41\x44\x4d\x9e\xb9\x9e\x76\xcc\x83\x81\x88\xa0\x2d\x35\x70\xe5\xfe\x90\x83\xca\xb1\x0a\xbc\x1f\x50\x04\x31\x7a\xc5\x19\x51\x99\x8f\xa4\xd4\x79\xb3\xfb\x9b\x3b\x91\x07\x38\x59\x1b\xa3\xa4\x7e\x59\x79\x80\x14\x6c\x9a\xd9\x8e\xe0\x55\x04\xd5\x74\x9d\xc7\xbd\x1f\xe4\xee\xf0\x20\xaa\xca\x76\xe1\x8d\xf7\x1c\xe0\x28\x97\x7b\x4b\x7d\xb1\x4e\x56\xa4\x6a\xfc\x29\x4e\x7b\x7c\xec\x6a\x5e\x4f\xa1\xe6\xe9\xb8\xb3\x50\x6b\x2e\x4b\xd4\x2e\xda\xc0\x28\xab\xd5\x58\x6a\x8a\xc4\x45\x45\x83\x8a\x0a\x3c\xa5\x8f\xb1\x46\xbf\xad\xa9\xc0\xb6\x99\x9a\x5b\x6a\x9e\x8d\xb9\xd0\x4a\x17\xe3\xf7\x42\xff\x52\x5c\xa3\xdf\xa2\x2b\x7a\xe0\x12\x92\xc2\x21\xab\x55\xee\x05\x46\x97\x20\xae\x25\xc6\xbe\x45\x89\x39\xae\x5a\xd2\xdf\xc1\xa3\x64\xc7\x52\x41\xe8\x44\xc9\xac\xd4\xfe\x32\x3e\x67\xdf\x5e\x93\x1f\x5f\x10\xc8\x75\xca\x59\x61\xce\x39\x9d\x21\x4b\xac\x81\xba\x6a\x8b\xb0\x51\x64\xa5\x69\xa1\x1d\x0f\xb2\x28\x20\x98\xf4\xd5\xcb\xef\x5e\x8c\xc9\x65\xed\x7d\x5c\x91\x84\x66\x89\x8d\xda\x81\x6f\x2a\x7a\xeb\x64\x49\x0a\x59\x8a\x14\xb7\xcc\x1a\x64\x89\x77\x47\xbd\x0c\x18\x1d\xf4\x94\x71\x65\xec\xab\x77\xdf\xe8\x22\xcf\xd8\x6b\x84\x23\x6b\x6b\xc4\x99\xed\xd7\x92\xfc\xf0\xf2\xbb\x91\x59\x2b\xdc\xe3\x1f\x5e\x7e\xe7\x96\xba\x5b\xe1\xce\x31\x1b\xbb\xbc\xa9\xe6\xea\x65\x2f\x80\xe6\x0e\xd2\xc6\xad\x75\xa2\xb4\xcc\x73\x8b\x24\xa4\xbe\x68\xf3\x2a\x16\x07\x50\xda\xbe\x7c\x18\x2d\xb4\x82\x10\xa8\x79\xda\x82\x77\xaa\x9f\x23\x15\x5b\xd9\x1e\x61\x94\x6a\x26\xc8\xc4\x9c\x09\x45\xca\x1c\x00\x65\xb5\x51\x98\x0d\x66\x96\x97\xd1\x84\x8d\xc9\x2f\x22\x61\x0e\xb0\x1d\xf2\x55\xfc\x09\x1b\x81\xaf\xc0\xcc\x0a\x99\x6a\x2c\x55\x44\x0a\x2d\x09\x44\xad\x6a\x73\x8f\x88\x9e\x97\x0a\x41\x4a\x48\x43\xaa\x83\x82\xf7\x47\x5c\xba\x2c\xf8\x8c\x8b\xb5\xc7\x2c\x7e\x3f\x90\x2a\xcb\x80\x48\xaa\xe1\xb8\xef\x13\x8c\xd5\x02\x86\xdb\x9d\x3d\x6d\xc3\x93\xae\xcb\x62\x35\xf0\xf7\x50\xdc\x68\x85\x07\xf9\xaa\x7e\x84\x4e\x64\x0d\xc4\x59\x7d\x6c\x27\x86\x14\x67\xef\xc5\x3c\xc6\x71\x09\x97\xa9\xf8\xd2\x18\x8e\x1f\x2a\x8c\xdc\x30\x84\x97\xbb\x72\xa3\xd8\xad\xf3\xfd\x8f\xdf\xf5\x61\x3c\xee\x2a\x45\x58\x1b\x4f\x33\x6a\x08\x56\xe6\x84\x2f\x16\x2c\xe5\x54\xb3\x6c\xe9\x26\x62\xb5\x43\x62\x99\xc0\x88\xa8\x12\x7c\x0b\x96\xf7\xd6\x79\x98\xcc\xb0\xb6\xa7\xbf\xbc\xa9\x04\x9a\x30\x48\x0a\x25\xaf\x2c\xbf\xa8\x66\x41\xc2\x95\x37\x4f\xc2\x13\xc0\xb1\x00\x59\xfc\x95\x67\x19\x4b\x47\x9d\xcb\x9f\x96\x85\xb9\xfd\xa3\xda\x4d\x6f\x44\x56\xd7\xd0\x87\x10\x21\x5f\xb9\xc5\xe0\xde\xb1\x1c\xae\x71\xc9\x2d\x8e\xff\x93\x94\xdc\x47\x94\xd7\x6d\xd7\x63\xfb\x43\x9f\xca\x7b\xd1\x7e\xbd\x80\x27\xd9\x8b\xb5\xe5\xd5\xa8\x26\xa6\xd6\xce\x96\x79\xbb\x19\xfd\xc7\xd5\x23\xb0\xc1\x9d\xb1\x07\xbc\x22\xcf\xc0\xfc\x18\xf5\x78\xbb\x3f\xdb\x53\x99\x65\xf2\x1e\x5d\x7f\x66\x00\xbe\xa6\xe1\x7a\xaf\x5c\x83\xb6\x24\x83\xbe\x32\xcd\xde\x86\x8a\xd4\x6c\xbb\x0d\x7b\x95\x79\xd7\x9a\x6a\x36\x2d\x33\xf0\x24\x75\x62\xdd\xbb\x1e\x35\x9f\x11\x6a\xa4\x42\xd0\x2b\x31\x5f\x07\x48\x71\xa6\x19\xa6\xd0\x76\xcd\x72\xb3\xcc\xfb\x08\xcc\x9c\x16\xba\x0e\x49\x6a\x5a\xf4\x95\x1b\xe7\xb0\x31\xd6\x21\x29\x8b\x14\x94\x12\xaa\x6d\xc0\xc5\xfc\x31\x5a\x4e\xa4\x21\xfa\x57\x45\x7e\xff\xa0\x9c\xee\x29\xe9\x79\xd7\x7d\x8d\x96\xbe\x4e\x7f\x89\x3e\x30\x72\x1a\x22\x32\xc5\x1d\x5b\xc8\x4c\x80\xb0\x8f\xd2\x90\xee\x9f\x32\x61\x08\xc0\xd4\x98\xbc\xf7\xff\xed\xf0\xa8\x5c\x18\x9d\x40\xbd\xbe\x15\xe4\x9c\x7c\x64\xda\xd8\xbc\xaf\xc9\x25\x51\x5c\xcc\x32\xb8\xa1\xe6\x02\xbc\xfd\x78\x8d\x25\xa9\xa5\xd2\x82\x2e\xd8\x18\x86\x5f\x6b\x59\xd0\x19\x7b\x4d\x2e\x15\x59\x18\x69\xf1\x77\x99\x95\x0b\xf6\x26\xa3\x7c\xa1\x08\xf5\x31\x6b\x96\x8e\x6f\xc5\x4d\x6d\x83\x66\x25\x2d\xa8\xd0\x2c\xa0\xe3\x51\xbb\x16\xb8\x06\xb7\xec\x25\xba\x9c\x69\x76\x4f\x97\xe6\x2d\xb9\x43\x6e\x00\x6e\x56\xe1\x0a\xfc\xe0\x01\x98\x72\xd2\xc0\x94\x01\x70\xf1\x54\x00\x17\x11\x44\xbe\x39\x0a\xb9\x0b\x18\x3c\x16\x2b\x1b\xa3\xc1\x9d\xe4\x0d\x6c\xcf\x73\x46\x6e\xd5\x1c\xf0\x5d\x36\x2f\x7b\x37\x34\x76\x45\x1e\x6e\x08\xc7\x5e\x8d\xfa\x5c\xc5\x6b\x8e\xa6\xde\x0e\x89\x7d\x6a\xb0\xe7\x58\xe2\xed\x15\x4b\x12\x4d\xdc\x07\xf8\xdc\x34\xbc\x1d\xf9\xac\xec\xe8\x47\x8a\x7c\x1e\x5a\x8d\x0f\xa8\xe7\xbe\xa8\xe7\xf8\xa8\x3f\x32\xd4\x73\x74\xa7\x3b\x60\xcf\xb5\x91\x4d\xb8\xe7\x68\xc8\x00\x7c\x3e\x6d\xfd\xb2\x11\xf8\xbc\x6b\xb4\x3e\x16\x54\xd1\x14\x03\xda\xf8\x37\xab\xfc\x7a\xb4\xf1\xc6\xfc\xee\x84\xe0\xbc\x75\x1e\x79\x28\x1d\xac\x03\xd0\x7b\x49\x6a\x63\xd7\x60\x7a\x63\x1d\xb8\x87\x8b\x49\xa6\x1f\x20\x69\x76\xc1\x84\xbe\x92\x19\x4f\xba\x3a\x94\x35\x3c\xe1\x42\x45\x58\x0d\xc2\xbb\x27\x1d\xfc\xcd\xfa\x02\xe1\xf8\xd0\x0c\x1d\x93\xa4\xcc\x47\xe8\xf1\xc4\xca\x11\xbe\x64\x84\x14\x18\xc2\x1c\x11\x80\x09\x33\xe1\xfd\x94\xce\x8b\xeb\x33\x84\x49\x8e\x6f\xe7\x8a\x7c\xf9\xa5\x00\xf8\x2e\x80\xad\xbe\xc0\xcc\x05\x5b\x5d\x09\x17\x84\x0b\xf3\x0f\x65\x26\x44\x54\xe4\xf3\x5c\xa6\xe7\x2f\x47\x36\x1c\x28\xd3\xf3\x57\x23\xc2\x74\xf2\xc2\x45\x1e\x57\x0a\x5d\xde\x53\x6e\x78\xbe\xe6\x19\x61\x34\x99\x43\x24\xd5\xa1\x83\x5d\x29\x4d\x5b\x0c\x93\x8b\xd9\x98\xfc\xa3\xfe\x11\xa3\x50\x38\x0d\xbd\xb8\x0b\x79\x17\x2a\x5a\xca\x3c\x97\x8a\x6b\x86\xcb\xc3\x0f\xa6\x19\x08\x20\xe8\xa4\x13\x7d\xf4\x15\x2d\x68\x96\xb1\xec\x8b\x75\xef\xc5\xdd\x8c\x9d\x2d\x97\xdb\x31\x58\xf5\xd3\x41\x3a\x9d\xfd\x87\x7b\xe1\x30\xd6\xe6\xcb\x00\x4d\x6d\x3e\x5d\x0a\xfb\x2b\x78\x90\x61\xea\x14\x5a\x12\x81\x97\xd7\x85\xce\xa5\x48\x7a\xd7\x95\xd8\x1c\xc4\x52\xd4\x40\x2c\xab\xc1\x38\x3f\xc2\xea\x84\xe8\x1e\x73\x98\x4d\xa0\x9e\x62\x96\xcc\x6e\x2e\x61\x0b\x01\x09\xc5\xbc\x73\x1b\x53\xcf\xb9\x50\x9a\x0a\xcd\x03\xe2\xcd\x3b\xd1\xdc\x94\xd8\x97\xd0\x68\xe3\x77\x3c\x2d\x69\x16\x81\x39\x33\x65\xab\xe8\xd0\x06\xcf\xe2\x72\x4c\xde\x4f\x63\x78\xf5\xc8\x1d\xe3\xd3\xa9\xb6\xd9\xf4\x88\xc7\x0f\xad\x84\x84\xdc\xe8\x5a\xf9\xbf\x05\xe5\x08\xcf\xf7\x27\x3a\xe2\x48\xcf\x94\x7f\xcc\x75\x9f\xc7\x13\x5e\xff\xab\xa3\x20\xc2\x0e\xa1\x7a\x91\x7b\x9b\x91\xb2\x5e\x82\x63\x28\x83\x3a\xc7\x40\xb6\x24\x34\xcf\x33\xce\xd2\x15\x8e\x69\xb9\x75\x95\x83\x04\xf8\xc5\x13\xab\xeb\xa9\xf6\x85\x31\x7f\x04\x70\x70\x65\x66\x4a\xd8\x47\xba\xea\x26\x58\xa1\x8a\x1f\xe9\xf3\x28\xcc\x7f\xbb\x8b\x8e\x3f\x23\x61\x66\x66\x85\x42\xb5\x39\x96\xdc\x58\x20\x0e\x54\x3d\x72\xbc\xbf\x76\xe4\x91\x9b\x82\x80\x50\xb9\x39\xd4\xc6\xaa\x0f\xf5\x04\x6b\x7e\x7c\xbf\x12\x3d\x46\xd7\xd6\x8c\x69\xf2\xf6\xe3\xf5\x85\x0b\x2a\xd8\x6d\xc3\x40\x1e\xee\x07\xd5\x46\x3a\xbc\x06\xe1\xe5\x14\x82\x73\xe4\xbe\xe3\xe8\x8b\xc7\xf6\xd0\x8f\xd5\x5d\x32\x4e\xb2\x52\x69\x56\x8c\x33\x99\xd0\xcc\x8a\xcb\xdb\xb3\x86\x19\x6e\xcf\xcc\xda\xb1\xb0\x86\x2f\x4f\x10\x87\x28\x5a\xab\xdb\xf5\xb2\xb4\x8f\x89\xe4\xd7\x47\x43\xf2\xbf\x73\x7a\x81\xd2\x74\x91\xb3\x14\x5c\x8f\x0d\xb4\x83\xe9\xa7\x65\x36\x35\xff\x0b\x07\xad\x2a\x66\xac\x34\x29\x05\xff\xb5\x0c\xf1\x9b\x60\x9c\x14\x4c\x79\xcc\x5a\x45\xef\x6b\x24\xf6\x9e\x3a\xfb\x47\x2f\xda\xa0\xb7\x7f\x59\xeb\x39\x59\x09\x54\xb6\x4e\x59\xdd\x05\x43\x1b\xb9\xc4\xe0\xab\x8d\x2a\x07\xf7\x6f\x8d\xb2\x46\xe9\xa2\x41\xac\xc0\x19\x4e\xa1\x4c\xaf\x57\x0e\x9a\xa9\x74\x17\xc2\x73\x6e\x64\x97\x9a\xd2\xf4\x48\xb5\xd1\x4b\x82\xd1\x3e\xac\x4a\xee\xe1\x60\x36\x16\x0f\xe5\xd3\xa6\xac\x60\x46\x97\x22\xf5\x10\x60\xa4\x7e\x36\x30\x91\x05\x45\x28\x5d\x8d\x91\x70\x86\x65\x4c\xf1\xb5\xdc\x90\xe2\x9e\x5a\x6a\x3a\x01\x8d\xa4\x8f\x39\x0f\xc5\x66\xca\xef\xee\x8c\x9c\x80\x67\xbd\x67\x1d\xb3\x41\x0d\xaf\xc3\x33\xe9\x22\xf9\x52\xb0\x00\x4f\x7f\x3e\x59\x02\x3f\x7d\x41\x90\x22\x1f\xa0\xa0\x2b\x17\x30\x2a\x64\xed\xd9\xed\xd2\x5e\x49\xbb\x6c\x7a\x99\xa6\x5f\x99\x22\x79\xc1\x12\x96\x32\xc0\xf6\x18\xc1\x45\xc5\xd2\x4e\xae\xea\xf3\x8c\x30\xa8\xeb\x35\x36\x08\xc1\xee\x27\x27\xc1\x73\x1b\xa3\x43\x80\x5a\x17\x05\x71\x37\xf7\x77\xf4\xb4\x83\xd7\x96\x43\x6e\x91\x7f\x7b\x74\x0a\x76\xa6\xe8\xac\x8c\x5d\x97\xa3\xc3\xb6\xb1\x4e\x37\x2a\x1f\x5c\x1d\xec\x23\x46\x5d\x45\x85\x6b\xa2\xbd\xf5\xf2\x1d\xa1\xac\xf0\x1b\xff\xb6\x4f\x96\x6f\x3d\xa6\xd4\xa0\xc8\x15\x7e\xe0\xd4\xa0\xc6\xe0\x55\xcf\x5b\xf8\x60\xb9\x41\x96\x20\x3d\xf3\x4c\x6a\xa3\x57\xb3\x7e\x41\xf0\x39\xb5\x64\xad\x5a\x16\xd4\x85\xf8\x77\x6b\x0e\x79\x41\x0c\x93\xf8\xb7\x1e\xea\xf4\x55\xe7\xef\x4b\x03\x1c\x3d\x32\xda\x17\xc0\x40\xb1\x60\x5c\x55\x85\x70\xdf\xb3\xaa\x0d\x79\xbc\x96\xcd\x35\xaa\x2a\x0d\x8a\xfd\x5a\x82\x78\xf9\xe7\xcb\x51\x8d\xe8\xf5\x12\xc1\x7d\x14\xda\x8d\x13\xa4\x56\x1f\x68\xc8\xd8\x69\x2c\x34\xed\xb3\x8d\x2a\x1c\xec\xbd\xd9\xfa\x02\xd5\x84\xd4\x07\x32\xaa\x26\x78\x98\x6d\x64\x3d\x47\xdc\xb7\x5f\x24\x52\x90\x45\x69\xc3\x27\xf6\x5c\x5d\x5e\xbd\xb7\x7e\xf2\x07\xcd\xbd\xaa\x8c\xdd\xe9\x46\x84\x0c\x3b\x0a\x25\xd6\x96\xe4\x4d\x4b\xec\xee\x68\xf9\x5a\x75\x57\xd7\x36\xdf\x75\xa0\xea\xc9\x3d\xaf\x6b\x75\xf0\xa1\x6f\xab\xa3\xd7\x79\xad\xc2\xf3\xc8\xfd\xf0\x62\xf3\xcb\xbb\x59\xb1\xe8\xda\xe8\x23\xb1\xe8\x2a\x95\x0f\x84\xcb\x3c\x70\xc6\x5c\xbb\x05\xd9\x4b\xd9\xfc\xbc\xce\x94\x54\x15\xcb\x71\x0d\xc9\xc1\xa8\xb4\x9d\x5b\x72\x56\x18\xd2\xb9\x2e\xf5\xc0\x45\xb9\x48\xb2\x32\x65\x0a\x4c\x0e\x9a\x22\x77\xa0\x59\x40\xfa\x2a\x22\x58\xc2\x94\xa2\xc5\x32\x9e\x23\x82\x3c\x3b\xf5\x2e\x6c\xa0\x5b\xdd\xc3\xd4\xc2\x6e\x82\x42\xaf\xb3\xd9\x2b\x0f\x77\x22\x9f\x15\xea\xbb\x80\x8c\xa8\x97\x9e\x6e\xc5\x40\x37\x7b\x85\x7a\xe2\x2f\xaa\x3b\xaf\x2d\x24\x63\xad\x43\xe1\xc1\xab\x63\x4f\x98\xa6\xaf\xc6\xab\x9a\xfe\xba\xfa\xeb\xef\xae\x3e\xbd\x7b\x73\x79\xf3\xee\x2d\x39\x47\xe7\x23\x44\x2e\x63\x26\xba\x3a\x1f\xc1\xca\xf4\x05\xf3\x9c\xc3\x2c\xe0\x02\x17\xf0\xfd\x45\x83\xa9\x41\xae\x19\xb3\x5e\x25\x63\xdb\x43\x71\x7e\x86\x76\xd2\xc2\xf9\x76\x0d\x7b\x81\xb1\x4d\x2f\x5c\xe4\x19\x73\x4d\xde\x08\x5f\x18\x2d\xc2\x58\x0a\x4a\xd0\x5c\xcd\xa5\xf6\x70\x19\x82\x15\xa5\xde\x40\x30\xdd\xc5\xc0\xaa\x6e\x0d\xc5\x0a\x4e\x33\xfe\x6f\x48\xb2\x11\x29\x49\x59\xfc\x97\xe0\xbc\x73\x39\x29\xe8\x5b\xb0\x39\x80\x1e\xae\x81\xb6\x07\x26\x4e\xd0\xa6\x25\xcf\xa9\xc2\x24\x21\x55\x26\xe6\x2a\x43\xfe\xbe\x63\xd9\x90\x24\x18\xe5\x8b\xf8\xb0\xfe\x4d\x45\x25\xb2\x4e\x3c\xca\x01\x1e\xc2\xd3\x10\x8a\xb5\x3d\x17\x10\x21\x80\x59\x83\xc6\x7c\xc7\x06\x7c\xa5\x76\x96\xe0\x5b\xaa\x29\xda\x94\x4d\x64\x05\x64\xc2\x88\xcc\xe5\x3d\xbb\x63\xc5\xc8\x2c\x04\xc3\x70\x69\xd4\xe9\x6e\x44\x52\x6c\xbc\xc7\x35\x5c\x52\xb3\xdd\x13\x69\x9d\x21\x21\x11\xd1\x50\xb2\x99\x1b\xe2\x36\xbb\x3c\x4e\x91\xfa\x3e\x6a\xa3\x0a\x70\x82\x1b\x72\x99\xbd\xfb\xab\x5b\x0e\xd7\x0e\x5d\xa9\x4a\xeb\x4e\x95\x68\xdb\xc2\x2c\x55\x34\x8e\xb1\x8b\x67\xe8\xb8\x99\x96\xba\x2c\xfc\x51\x53\xe8\x24\x4f\xec\x89\xb0\x31\x09\x43\xf7\x94\xe5\x0c\x83\x91\xe6\xd3\x94\xa6\x13\x9e\x61\x30\x0d\x5b\xf4\x15\x7c\x41\x0b\x9e\x61\xd9\x0d\xbf\xf1\x96\x04\xd1\xf7\x0d\x98\xa4\x93\xc6\x24\xed\x8e\x3d\x29\x4a\x01\x08\xde\x4f\xf4\xfe\xdd\x37\xcd\x04\xec\xe3\x3a\xe1\x06\xd7\xce\xc1\x28\x2c\x73\x61\x2b\x47\xd6\xc5\x63\x74\xbb\xc3\x78\x80\x2c\x3d\x15\xc8\x52\xcf\x92\xf6\x27\x5b\x5c\xbe\xe8\x67\xa8\x05\x89\x5d\xd1\x9f\x7c\xac\x24\x3e\xf3\xf5\x48\xfb\x5b\x68\x16\xbd\x0f\x27\x40\x6f\xa3\xc3\x7e\x53\x97\xd1\x71\x14\x3c\x58\x83\xde\xd6\x0e\x09\x03\x55\x6f\x73\x5c\x58\x9b\x86\xd8\x01\xd2\x6d\x7e\x00\xb9\x8e\x67\x29\x56\x51\x02\xb5\xca\x07\xa7\x1a\x14\x23\xab\x5d\x0d\x52\xf3\xa4\xa5\x66\x9f\x12\xc6\xef\xcd\x18\x27\xe7\xda\x77\x5c\xed\xd5\x43\xdf\x6a\xe4\xf4\x74\xd2\x0f\x72\xf6\x49\xcb\xd9\x5e\x85\x88\x8f\x2f\x49\x7b\x4a\xa4\x13\x82\x27\xb7\x08\x89\x03\x89\xa4\x5e\xd5\x63\x7a\x38\x2b\xde\x56\xba\xac\xaf\x71\x52\xc4\xfd\x5e\x37\x71\x4e\x44\x2f\x60\x82\x4e\x32\x66\xde\x92\x64\xb4\x40\x04\xad\xf5\xf2\xc1\xc3\x57\xae\xc6\xd0\x50\xb8\xff\xb1\x48\xbd\x41\x0e\x3c\x15\x39\xb0\x9d\xbd\x15\xac\xad\xfd\x67\x55\xd7\x19\x5d\xaf\xcc\xea\xde\x6d\xb5\xe2\xd6\xe0\xcd\x4b\xdf\x29\xb3\x7a\x65\xf1\xdd\xd9\xd5\x1f\x36\xed\x68\xde\xdf\x0f\x7e\x14\x01\xd8\xd6\xdd\xf3\x10\x42\xaf\x4f\x9e\x74\xc3\xe8\xf6\x34\xe9\xa8\x71\xec\x90\x25\x1d\x7d\x13\xc6\x63\x1e\xba\xdf\x15\x57\xd1\x47\xdd\x53\x0f\x90\x18\xd2\xbb\x7f\x43\xe9\xdd\xd5\x2e\xee\x8f\x28\xbb\xbb\xce\xbc\x3a\x9c\x47\xd5\x81\x55\xec\x72\xf8\x6d\xd0\x8c\x4f\x5b\x33\xde\xda\x1f\xd4\xb8\xc5\xad\x53\xee\xa0\x92\x0c\x0e\xa0\x41\xf1\xdf\xb1\x13\xd5\xa3\x76\xd8\xd4\x18\xf2\xc1\x75\xd6\x4f\x36\x8c\xdf\xcb\x61\x13\x3b\x4e\xdc\x83\x50\x3c\xce\xb2\xe6\xc8\xc7\x42\x1c\xa5\x21\x79\xc5\x8d\x8d\x55\xda\x41\x54\x9c\xb4\xa8\x18\x78\xe9\x83\xf0\x52\xd1\x9d\xa3\xfa\xc9\xde\xac\xd7\xe8\x3d\xad\x25\xdf\x7e\xb4\xe9\xaa\xcd\x57\xad\xf7\x3a\xdc\x95\xbd\x91\xbb\x39\x1b\x1c\x9b\x78\x23\xc5\x94\x77\xd7\x15\x4e\x60\x98\xbf\xa7\x91\x76\xed\x16\xb4\x36\x75\x31\xbd\x34\x5b\x4f\x1b\xd3\x57\x02\x42\xf3\xaa\x99\xdd\xac\xa5\x4d\x5d\x1b\x69\x58\x3b\x0d\xef\xb6\x9d\xb4\x1c\x62\xde\x18\xb5\xd1\xb7\x34\xef\x46\xac\xb6\x93\x0d\x84\x17\x9c\x98\xe6\x9d\x3b\x31\x89\xe6\x65\xcd\xc1\xa5\x5a\x47\xb5\x94\xea\xc0\xd6\x52\x29\x7d\x3d\x75\x9d\x72\x6c\x68\x8c\x78\x90\xc6\x88\x39\x2d\x15\xeb\x12\x52\xef\x23\x08\x8b\xc5\x7b\xa7\x95\xf0\x12\xce\xd2\xc2\x22\x27\x52\x66\x8c\x8a\x96\xf7\x17\x72\x56\x30\xa5\xde\x32\x9a\x66\x5c\xb0\x7e\xdb\x1b\x97\x4f\x07\x4f\x12\x17\x95\x0d\xae\xb8\xfd\xa0\x26\xcb\x57\x46\xdc\xab\x5c\x09\x01\x24\x6b\x44\x7c\xdc\xbe\x29\xe5\x99\x03\xa0\x56\x3d\x13\x15\x50\xbb\x2d\x3e\x83\xc8\xf6\x42\x26\x66\x62\x7c\x34\x7a\x0a\xa3\x5e\x34\xf6\x71\x71\x6d\x4e\xde\x55\xed\xb3\xdf\x41\xd1\x7d\x40\xc6\x81\x7f\xc8\x1d\x0d\x55\x16\x53\x9a\x84\x2a\x1f\xd1\x82\x6c\x47\x91\x80\x4f\x0d\x1f\x08\x4f\x5b\xf9\xcd\x94\xe6\x8b\xb8\x42\x10\xf8\xba\x0c\xcd\x68\xf3\x26\x56\x4e\xea\x1f\x5e\xbe\xac\x1b\xab\x47\x4b\xd6\xf9\xb8\xd2\x7c\x13\x7b\x10\xec\xd0\x78\xd3\xd0\xa4\xb5\xf5\xe6\x09\xd4\x86\xa9\x36\xbe\xaa\x96\x9c\x57\x98\xc2\x8e\x10\x6c\x89\x79\xed\x41\xa2\x1f\x88\x2a\xdf\xef\x9f\x2a\xc7\x57\x8a\x62\xe3\x2b\x52\x90\xea\xda\x91\xe1\xb1\xb6\x29\x00\x18\x5a\x46\x0f\xfe\x87\x63\xd1\x19\xa3\xc0\x9f\xa7\x86\xb2\xde\x16\x33\x13\x48\xd1\x86\x59\x7d\xd0\xda\x34\xd8\xb6\xd4\x57\xa8\x31\x5c\x11\xaf\xcf\xbb\x6f\x78\x28\x2a\x47\xeb\x1e\xba\x02\xf9\xa2\x09\xf8\x58\xd4\xbc\xd4\xf1\x23\x48\x0a\x30\xa6\x21\x9d\x4e\xab\x23\xd2\xee\xb0\xdb\x6e\x25\x31\x56\x03\x6f\x3d\x92\x6b\x6e\xea\x3c\xd3\xe5\x2d\x49\x97\x95\x84\x95\xd1\x18\x56\x97\xf1\x05\xd2\x80\x4d\x0b\x76\x0f\x1f\x3b\xde\x28\x3b\x19\xaf\xe8\xdf\xd8\xf2\xa4\xfa\xaa\xae\x94\x5e\x51\x8d\xb5\x57\xb6\x70\xfc\xd4\x3b\x9e\xee\xcb\x99\xde\x59\x19\xa1\x3e\xb4\xad\x09\x5f\x67\xb8\xb5\xdb\x87\xb2\x69\x17\xd3\x5a\x0f\x8f\xa0\xd5\x61\xbb\x95\x3e\x3d\x4c\x35\x2d\x66\xac\xed\x82\xed\x99\x27\x6f\x54\x01\xe2\x4d\x57\xad\x87\x18\x50\x74\x53\xf9\xf7\x91\x2b\x3d\xf4\xeb\x66\x79\x6a\x15\x1e\xc2\x3e\x1f\xb6\xc0\x43\x7b\xe4\xbd\xd5\x60\x3f\x91\x22\x0f\x1b\xa7\xff\xdf\xd4\x7a\xa0\x3a\x96\x60\xd3\x85\x1b\xb5\xfc\x87\x6d\x80\x5a\x63\x20\xc8\x30\x90\x6b\x1f\x91\x2f\xf4\x54\xd4\xeb\xab\x15\x52\x9c\x6b\x56\x2c\xb8\x70\x76\xf5\xda\x65\x93\xe7\x98\x51\x18\xf7\xe1\xb5\x09\x43\xa8\xbc\xd4\x4b\x44\xec\x21\xe5\x5e\xec\xca\xd2\xe3\xce\x5c\x9d\xfb\xe2\x95\x73\xdd\xd6\xe0\x09\x33\x17\x8d\xe6\xa5\xb9\xcd\x68\x04\x8b\xc7\x71\xb4\xaa\x39\x0b\x45\x15\x5e\xbd\x7c\xf9\x5d\xc4\x48\x12\x9a\xd3\x04\x92\xf6\x6e\xe6\x6c\x09\x1e\x60\xc6\xa1\xd3\xe2\x84\xd5\xde\xe1\x1a\xab\x4d\x4a\x0d\xba\xff\x92\x55\x38\x52\xa5\x70\x21\x2c\x07\xde\x87\xf6\x24\x13\x41\x55\xd8\xf7\xa6\x6c\x54\x18\x60\xd7\x43\x17\xaa\x53\xc4\x2e\x2a\x5f\xbd\xce\xd8\x43\x27\xd1\x8f\xa9\x55\xed\xed\xa7\x18\x59\x7d\x37\xa8\x7f\x73\x79\xbf\xb1\xda\x7b\xd8\xf4\xf9\x60\xcf\x35\xb5\xd0\x5c\xa7\xdd\x7e\xaa\xf6\x70\xb3\x76\x1d\xe4\xca\xab\x31\xb9\x42\xc1\x4b\xa4\xc8\x96\x84\xc7\xf1\xf7\x38\x3b\x9e\xfc\x67\x3d\x43\xbd\x59\x6b\xdf\x06\xce\x02\x71\x14\x73\xff\x6e\xcf\x3e\x31\xbc\x36\xb7\x67\xe6\x82\xdd\x56\xb3\xfe\x6f\xcf\x4e\x24\x63\xbe\x66\x54\xf7\x8a\x67\xf6\x38\x25\xfd\x32\xe6\x2a\x15\x6a\xe3\x88\xa7\x31\xc4\xdf\x4f\x5d\x3f\xc0\x97\xa3\xf8\x17\xab\x55\x81\xc6\xdf\x5d\xad\x63\x87\xc4\xb9\x6d\xc9\x39\xb4\x85\x1d\xda\xc2\x0e\x6d\x61\x87\xb6\xb0\x43\x5b\xd8\xa1\x2d\xec\x6f\xa0\x2d\x6c\x83\xe0\x1b\x7a\xc3\x6e\xda\x1b\xf6\x74\xec\x8e\x6b\x73\x90\xd7\xe9\x2b\xd0\xbc\xa2\xda\x00\xd6\x1e\x6d\x8b\x27\xb2\xf1\x58\x07\x5d\x1a\x10\x6b\x03\x62\x6d\x40\xac\xd5\xc9\x7e\x7a\x69\x7f\x3f\x1d\xab\xc8\xca\xc1\xf2\x0b\x81\x35\x75\x06\xc8\x62\xc6\x51\xc7\x27\x81\x14\x3f\xf8\xc1\x31\x5f\x7a\x4e\x45\x7a\x6e\x01\x1d\x87\x4b\x5a\x44\x8a\x74\xe7\x2b\xae\xf6\x7f\x7d\x38\x6a\x40\xe5\xd8\x73\x29\xb2\xe5\xc9\xa5\x45\xa2\x6c\x3c\x10\x0e\x2f\x9c\xde\x0e\xe1\x6b\xbb\x0e\xc7\xd1\x5d\xaa\x91\xf2\xcc\xd5\x0c\x07\x21\xad\xca\x89\xe3\xc6\x7d\x5c\x36\xbd\x9c\xb0\xab\x06\x3a\x36\x77\x4a\x58\x08\x07\x5a\x5d\xd8\xca\xd9\x13\x53\x6d\xba\xcb\xef\x87\x51\xeb\x0a\xef\x97\x6d\xa4\xee\xe5\x1e\xeb\x45\x6b\x9a\xe8\xb2\x6a\xa9\xbb\x30\x56\xa0\x79\x7c\x55\xf7\x4b\xf2\x1e\xb0\x96\x83\x82\x83\xb7\x68\xae\xa4\x5c\x77\xa5\x1a\xcb\x6a\xee\x99\x54\x2a\x56\x9c\xcf\x4a\x9e\x32\xdb\x17\x69\xa5\x2d\x52\x3f\xc4\x71\xec\x33\x86\xf0\xc3\x75\x0b\xb9\x1a\x3f\x70\x05\xaf\xd3\xf3\x13\x03\xfa\xcb\x55\xd9\x03\xc3\x3c\xaa\x07\x02\x95\x2a\x17\x34\x3f\x9f\x50\x63\x3d\x81\x9a\x6a\xe8\xc2\xbe\x99\x43\xad\xf8\x1d\xf4\x43\xb2\xbf\xfa\x8f\x0e\x33\xa7\x52\x00\x5e\x06\x02\xf3\x46\xeb\x2d\xa4\xe1\xd5\xd6\xe8\x89\xd4\x33\x85\x51\x7f\xab\x1c\x3a\x7c\x89\x2b\x2d\x6d\xc3\xf4\x0b\x63\xb0\xe2\x35\x82\x3d\x3d\x07\xf3\x8d\xa8\xa5\xd0\xf4\x1b\x78\x7b\xc1\xe8\x05\x02\xda\x9a\xb3\x22\x5b\x12\x55\xe6\xb9\x2c\xb4\x8a\x3e\xc4\x2f\x75\xe4\x8a\x71\x06\x48\x01\xa8\xe2\xf5\x81\xee\x47\x68\x5d\x98\xa3\x07\xe3\x48\x8d\xb5\xb6\xf4\xe4\x1f\xb6\x50\xb4\xe5\x86\x51\x6b\xd9\x9d\xea\xce\xc4\xd6\xed\xfa\xc2\x33\x95\x8a\xfa\x9b\x54\x9e\x89\x5f\x51\x35\x3d\x99\xf6\xbe\x11\x08\x65\xad\x76\x08\xe4\x50\x78\x3a\xf4\xef\xc1\x96\x52\x53\xe8\xa4\x47\xd5\xeb\x5b\x41\xce\xc9\x47\x6c\xf3\xf3\x9a\x5c\x12\xc5\xc5\x2c\x03\x37\xd0\x24\x63\xe4\xed\xc7\x6b\x38\x54\xae\x4d\xd8\x18\x86\x5f\x6b\x59\xd0\x19\x7b\x4d\x2e\xa1\x85\xd7\x92\x44\x6d\x6b\x94\x39\xe5\xd6\x4e\x61\xe9\xf8\x56\xd4\x7b\x9f\xcc\x4a\x5a\x50\xa1\x99\xc3\x56\x53\xdb\x5c\x71\xa5\x67\x19\x5c\x24\x9a\xdd\xd3\x25\x9c\x7e\x67\x85\xc2\x85\x52\xb8\x82\xd0\x05\x71\x30\xb2\x07\x23\x7b\x30\xb2\x8f\x6a\x64\x1f\xca\x8a\xad\xb5\x2f\x5e\x6b\xcb\xa3\x29\x10\x2e\xa9\x53\xcf\xa3\x7e\x65\x8e\x3d\xba\x2e\x60\xaa\xb5\x91\xdd\x5e\x2c\xce\x95\x46\x57\x1d\xbe\x88\x08\xc6\xb9\xaa\x5e\x5f\xc5\x0b\x5f\x6d\x16\x69\xf6\xd6\xd5\xc9\x96\x25\x48\x02\x70\x7e\x4f\x96\x44\xc9\x05\x23\xf7\x5c\xa4\xf2\x1e\x18\x15\x5f\xb0\xd3\x33\x27\x23\x09\x7c\x28\xa3\xb2\xa9\xa5\x53\xaf\x6e\x10\x3d\x0a\xed\x44\x9d\xa9\x86\x4a\x3b\xee\x25\x43\xc1\x9a\xa7\x58\xb0\x26\x3e\xea\x8f\xb1\x62\x4d\xbd\xe1\x7e\x2f\x16\x10\x6a\xd6\x24\x32\xcb\xac\xe5\x57\x55\xf8\x87\xd2\x35\xa7\xad\x78\x36\x96\xae\xd9\x0b\x8c\x3c\x16\x5e\xad\x2e\x9d\xa1\xfa\xcc\x6f\x48\x35\xf6\xd5\x67\x36\xe6\x7c\x27\x54\x49\xa6\xce\x28\x0f\xaf\x97\x75\xb8\xfc\x2f\x57\x3a\xee\xb7\x25\xde\x6f\xda\x05\x36\x97\xe9\x07\xe8\x3f\xbe\x60\x42\x5f\xc9\x8c\x27\x2b\x99\x7a\xb5\xb5\x34\x3c\xe1\x70\x8b\x08\x33\xf6\x58\x19\x97\x61\x6f\x81\x29\x70\x90\x68\x66\x9d\xe5\x65\x3e\x42\xf8\x0d\x42\x92\x3d\x16\x59\x0a\x22\x64\xca\xd4\x88\x40\xc6\x3e\x13\x1e\x59\xe0\x20\x45\xe0\xb9\x01\xd0\x6c\x8e\x6f\xe7\x8a\x7c\xf9\xa5\x80\x64\x6e\x48\xa6\xfa\x32\xb2\x4d\xd7\x57\x56\xc2\x05\xe1\xc2\xfc\x43\x99\x09\xa5\x79\x06\x72\xf2\xcf\x5f\x02\xa8\x48\x40\x9b\xf7\x57\x23\xc2\x74\xf2\x02\x98\xbe\x55\x3d\x2a\x29\xe0\xf7\x94\x1b\x11\xa0\x79\x46\x98\xeb\x45\xee\x12\xf5\x5d\x92\xb9\x4d\x13\xe7\x62\x36\x26\xff\xa8\x7f\xc4\x28\x24\xe3\x21\xa4\x68\x21\xef\x42\xae\xb7\xcc\x73\xa9\xb8\x66\xb8\x3c\xfc\x60\x9a\x81\x3c\x82\x0a\xcb\xd1\x47\x5f\xd1\x82\x66\x19\xcb\xbe\x58\x98\x09\x66\xa8\x63\x76\x94\x33\xf7\x72\x3b\x06\xf3\xe1\x9d\x23\xd9\x99\x88\xb8\x17\xae\xdc\x81\xf9\x32\x28\x6c\x40\xb1\x2d\x10\xfe\x0a\x70\x26\x98\x1a\x9b\x23\x01\xe4\x08\x57\xaf\x89\x14\x49\x6f\xac\xf2\xe6\x29\x26\xf5\xc6\x8d\xab\x81\x27\x3f\xc2\xea\x89\xe8\x46\xf3\x6d\xc8\x0d\xf5\x14\xb3\x64\x76\x73\xb9\x76\x87\x42\x31\x8f\xb4\x5a\xc2\x18\x0c\xa9\x68\x1e\x12\xb3\xbc\xb3\xad\xda\x3c\xde\x68\xe8\x77\x3c\x2d\x69\x16\xb5\xa9\xcf\x94\x74\x8d\x2f\x57\x3d\x90\x4b\x70\x6f\x97\xc2\x67\x5c\x8f\xdc\x31\x3e\x9d\x3c\xf4\xa6\x47\x7c\x7a\xe5\x0a\x3e\xb1\xf0\x5d\xb4\x2a\x29\xa5\xae\x05\x7a\x38\xd1\xd5\x06\xa9\x1e\xeb\x3d\xc7\xb7\xe0\x09\xaf\xff\xd5\x51\x50\x85\x6e\x5f\xee\x6d\x46\xde\xd6\x3a\xa7\x50\xe7\x36\xc8\xc0\xd9\x9c\x71\x96\xae\x70\x4c\xcb\xb7\xab\x1c\x04\x95\x08\xae\xc8\xab\x97\x47\x0b\x98\x1d\x25\x0f\xdc\x87\x3d\xb0\xdc\xe4\xe6\x61\x34\x17\x62\x7a\x3f\x75\x5d\x46\x2d\xcd\x10\x83\x67\xb3\xb6\xa4\x70\xbc\x2c\x6a\x39\x7f\x94\xa0\x4a\x0b\xc9\x43\xb7\xf6\xf5\x47\x3d\x1a\xe9\x9b\x8b\xda\xf2\x4f\xb6\x69\x95\xf9\x19\x49\x34\x33\x2b\x14\xaa\xcd\x01\xe5\xc6\x42\x35\x29\x48\xac\x71\x52\xa0\x76\xf8\x91\xaf\x82\xa8\xa8\x76\xe4\x43\x2c\x68\xcd\xf3\xef\x57\xa2\xc7\xe8\x02\x9b\x31\x4d\xde\x7e\xbc\xbe\x70\x61\x08\xbb\x81\x88\x2f\xc5\x6d\xa0\xda\xc8\x89\xd7\x20\xc6\x9c\x6a\x70\x8e\x7c\x78\x1c\x7d\xf1\xd8\x6e\xe5\x58\xdd\x25\xe3\x24\x2b\x95\x66\xc5\x38\x93\x09\xcd\xac\xe0\xbc\x3d\x6b\x98\xe1\xf6\xcc\xac\x7d\x01\xb2\x7f\xb3\x66\xb9\xbd\xec\xf0\x63\xe6\xc7\xfb\x7c\x2f\xbb\xf5\xd6\x42\x00\x7a\xae\xa4\xcc\x37\x66\xcc\x13\x0e\xa0\x87\x72\x3a\xe5\x09\x58\x07\x41\x0c\x40\x68\x49\x43\x99\x84\x31\x79\xe7\x34\x04\xa5\xe9\x22\x67\x29\xb8\x28\x1b\x68\x87\x8d\x0e\xcb\x6c\x6a\xfe\x17\x0e\x5a\x55\xe0\x58\xb9\x52\x0a\xfe\x6b\x19\x22\x3e\xc1\x60\x29\x18\x56\x1b\xad\xcd\xbb\xb6\xe4\x57\x03\x2c\xb7\x1f\xc9\xdb\xb4\xd8\x5a\xc3\xd9\x75\x3b\x50\xae\xeb\x33\xdb\xde\x8f\xb6\xb2\x15\x86\x40\x72\x89\xfc\xc8\x22\x9e\xe3\x7e\xc6\x15\xf2\x1a\x1d\x8c\x06\x29\x03\x07\x39\x85\xc8\xb6\xd7\x15\x9a\x49\x75\x17\xa2\x7a\x6e\x64\x97\xd6\xd2\xf4\x48\xb5\xec\x6f\x82\x41\x42\x2c\xdf\xe3\xf4\x40\x6a\x71\xe2\x90\xa6\x37\x65\x05\x33\xaa\x15\xa9\x47\x0e\x23\x6d\xb4\x81\x93\x2c\x68\x9e\x1b\x35\xb3\xc6\x4d\x38\xc3\xc4\x79\x7c\x2d\x37\xa4\xb8\xa7\x96\x9a\x4e\x5e\xdb\x3a\x94\x11\xfb\xa1\x66\x6d\x63\xf2\xee\xce\x88\x0d\x78\xd6\xbb\xe1\xb1\x6c\xa8\x61\x78\x78\x30\x1d\xca\x5c\x0a\x86\xa2\xc4\x2c\xe2\xf9\x64\x09\x4c\xf5\x05\x41\x8a\x7c\x80\x12\x02\x5c\xc0\xa8\x50\x4f\xcb\x6e\x57\x90\x1f\x97\x4d\x2f\xd3\xf4\x2b\x53\x24\x2f\x58\xc2\x52\xe8\x52\x0d\x72\x8c\x8a\xa5\x9d\x5c\xd5\xe7\x19\x61\x2c\xd8\x2b\x70\x10\xb9\xdd\x4f\x2a\xbd\x67\x39\x46\xa5\x00\x2d\x2f\x8a\xfd\x6e\xee\x08\xe9\xeb\x1a\x74\x1c\xb2\x45\xe0\xed\xdb\x47\xd8\x0d\x92\xaa\x8f\x5d\x07\x95\x62\xdb\x58\xa7\x1b\x55\xa8\xa8\x0e\xf6\xf1\xa4\xae\xba\x15\x35\x81\xde\x7a\xdb\x8e\x50\xb9\xa2\xa1\x71\xf0\x23\xaa\x60\x11\xb9\xc7\x8f\x51\xc2\xa2\x31\xaa\xd5\xf3\xee\x55\x7e\x3a\x66\x0d\x0b\x4b\x95\x9e\xc9\xee\xb5\xd1\x47\xea\x82\xef\xdf\x7a\xa8\x23\x58\x9d\xbf\x2f\x0d\x70\xf4\xc8\x28\x5e\x90\x98\x88\x46\x49\x55\x71\x88\x00\x49\xf5\x4f\x75\xc9\x43\xb6\x20\x48\x55\x55\x50\xec\xd7\x12\x84\xca\x3f\x5f\x8e\x6a\x44\xaf\x57\xa1\xe8\xa3\xcb\x6e\x5c\xa9\x64\xf5\x81\x86\xaa\x46\x8d\xb5\x4c\x90\x83\xd4\xed\x92\xf7\x66\xeb\x0b\x54\x0e\x52\x1f\xdc\xa8\xda\xe1\x61\xb6\x91\x75\x1f\x71\xdf\x87\xc3\xd8\x75\xd0\x45\xdb\xbc\xcb\x9e\xab\xd0\x95\xfb\x41\x6b\xa4\x54\xc6\xee\x74\x23\x42\x29\x08\x0a\x70\xf3\x25\x79\xd3\x12\xd4\x3b\x5a\x49\x95\xba\xbf\x6b\x9b\xef\x3a\x50\x81\x8e\x9e\xd7\xb5\x3a\xf8\xd0\xb7\xd5\xd1\xeb\xbc\x56\x44\x64\xe4\x7e\x78\xb1\xf9\xe5\xdd\xac\x1e\x49\x6d\xf4\x91\x58\x74\x95\xca\x07\x42\xd7\x1f\x19\x7f\xfa\xb9\xcd\x26\x5d\xa3\x76\x7e\x5e\x67\x45\xaa\x8a\xd1\xb8\x86\xee\x60\x4f\xda\xba\x80\x39\x2b\x0c\xfd\x5c\x1f\x43\xec\x85\x2f\x92\xac\x4c\x99\x02\x6b\x23\xc0\xdd\x43\xee\xa9\x22\x82\x25\x4c\x29\x5a\x2c\xe3\x39\xa2\x4c\x5c\xa7\xe8\x85\x5d\x74\xab\x7b\xc0\x72\x2b\x4d\x19\xba\xeb\x6c\xf6\xca\xc3\x9d\x09\xb9\x0a\xd5\x5f\x00\x4f\xd4\xab\x9b\xb4\xa6\xe6\x36\xbb\x86\x7a\x42\x34\xaa\xdb\xaf\x2d\x6a\x63\xad\x43\xe1\x88\x65\x56\xbe\x6f\xea\xd9\xbb\x13\xe6\xba\xa1\xb7\x74\x1b\xf4\xfa\xa2\xc1\xb4\xd8\x08\x7c\xdd\xf4\xae\x45\x9e\x31\x57\xee\x98\xf0\x85\x51\x18\x8c\x65\xa0\x04\xcd\xd5\x5c\x6a\x0f\x99\x21\xd8\xbe\xfd\x0d\xe6\x09\xd8\x60\x4c\xd5\x6f\xe1\xd2\x17\xa0\xc2\x83\x48\x49\xca\xe2\xbf\x04\x17\x9d\x2b\x88\x80\xce\x03\x82\x15\xc4\x3c\x5a\x03\x6d\x0d\xcc\xda\xa7\x4d\x4b\x9e\x53\x85\x15\x2a\x54\x99\x98\x0b\x3b\x2d\xb3\x50\x09\x7c\x64\x4c\xb5\xa8\x58\x81\x0f\xe8\xdf\x54\xb4\x1f\xeb\xaa\xa3\x1c\xd0\x21\x3c\x0d\xa1\x57\x5b\xc1\x0b\xb1\x01\x80\xea\xd6\xc6\x66\xc7\x52\xd4\xa5\x76\x96\xdf\x5b\xaa\x29\xda\x90\x4d\x64\x05\x4c\xc2\x88\xcc\xe5\x3d\xbb\x63\xc5\xc8\x2c\x04\xc3\x6e\x69\x54\xf3\x79\x44\x52\x2c\x41\xcd\x35\xdc\x42\xb3\xd3\x36\x0d\xc2\xcc\xcf\x16\x52\x18\x1e\x67\x28\xd9\xcc\xf3\x70\x9b\x2d\x73\x32\xc3\x5c\x6d\x9d\x51\x05\x32\xc1\x0d\xb9\xcc\xde\xfd\xd5\x2d\x87\x6b\x87\xb5\x54\xa5\x75\x9a\x4a\xb4\x65\x61\x96\x2a\x18\xc7\xd8\xc1\x33\xf4\xcc\x4c\x4b\x5d\x16\xfe\xa8\x29\x74\x85\xdb\xcc\x11\x17\x83\x30\x74\x4f\x59\xce\x30\xf8\x68\x3e\x4d\x69\x3a\xe1\x19\x06\xcf\xb0\x58\x75\xc1\x17\xb4\xe0\x19\x96\xd1\xf4\x1b\x6f\x49\x10\x7d\xdf\x00\x49\x3a\x69\x48\xd2\xee\xa8\x93\xa2\x14\x80\xe7\xfd\x44\xef\xdf\x7d\xd3\x4c\xc0\x3e\xae\x93\x5e\x70\xed\x1c\x6c\xc2\x32\x17\xb6\x72\x64\x5d\xd4\x45\xb7\x7b\x84\x07\xb0\xd2\x53\x01\x2b\x6d\x97\x2c\xff\x4c\x85\x86\x59\xc7\x4a\x97\x5f\x1f\xe2\xef\x74\xe5\x39\x89\x5d\x51\x90\x7c\x30\x24\x3e\xf3\xf5\xc8\xfa\x5b\xc8\xd5\xdf\x87\xbd\xdf\xdb\xbe\xb0\xdf\xd4\x65\x5f\x1c\x05\x09\xd6\xa0\xb2\xad\x07\x83\x7d\xbf\x1d\x18\xac\x49\x39\xec\xc0\xe8\x36\x3f\x80\x5c\xc7\xb3\x14\xab\x28\x81\x5a\xe5\xa3\x4f\x0d\x8a\x91\xd5\xae\x06\xa9\x79\xd2\x52\x73\xeb\x1e\x94\x0d\x6a\xe6\xde\x3d\xf2\x8d\xf6\xcd\xc6\xb1\xb0\x41\xce\x3e\x41\x39\xdb\xab\x25\xe5\xf1\x25\x69\x4f\x89\x74\x42\xc0\xe4\x16\x21\x71\x20\x91\xe4\x0d\xc9\xdd\xdc\x14\xc1\x1e\x6d\xf5\x4e\xf8\x21\x9b\x39\x25\xc2\xcc\xf5\xc0\x33\x14\xb2\x2d\x8b\x08\x16\x9d\xc2\x58\x4c\x7c\x1c\x84\xdc\x09\x0b\xb9\x81\xed\x3f\x15\xb6\xff\xd8\xcd\xab\x5d\xd3\xb8\x23\x0e\xda\xdd\xb1\xa7\xb5\x61\x22\xa4\x38\x7b\xde\x75\xe4\x42\x5c\x87\xca\x11\x8f\x49\xd3\x9d\x21\x7e\xd3\x98\x17\xbe\x42\x9a\x6d\xd2\xc1\xc9\x95\x2b\x06\xe3\x82\x73\x6a\xa9\x34\x5b\xc4\x15\xc8\x1e\x8e\xe6\x5d\x61\x87\xa3\x28\x1d\x41\x0d\x38\xb4\x9e\xd1\x27\x3b\x7d\x75\x70\x7b\x6e\x7a\xe4\x09\x1f\x32\xd3\xf1\x25\x43\x66\xfa\x53\xcc\x4c\x0f\x07\xfd\xf1\xe5\xa5\x47\xf7\xbf\xc3\xe3\x55\x19\xd7\x94\x93\x1e\x84\xc1\xe0\xc9\x3a\x6d\x25\xbf\x8f\x27\xeb\xd2\xbb\xaf\x1a\xf7\xb5\x75\x9e\xed\x55\x91\xc1\x5d\x35\xd8\x2d\x7d\xdd\x55\xde\x6a\xc1\x54\x88\x07\xb4\x58\x1e\x9f\x1b\xab\xca\xf0\x0f\xad\x55\x76\x75\xb4\x8f\xc7\xad\xc9\xab\xdf\xc8\x81\xb4\x59\xdb\x7a\xe8\xff\xb1\x45\xeb\xfa\x20\xf6\x1f\x45\x13\xfb\x53\x48\x71\x5e\x6d\xb5\xed\x12\x8e\x1f\xa0\xcd\xf6\x53\x4b\x3a\xbe\x5c\x97\x68\x4c\x0b\x56\x4f\x1e\xad\xf8\x35\x4a\xc3\x46\x21\x0b\x99\x0b\x5b\x9a\xc1\x9f\x49\x74\x7a\xa7\x80\x02\x5a\x84\x81\xf5\xd4\x63\x30\x01\x26\x2c\x6b\x56\x7d\x8e\x94\x83\x7c\xd4\x44\xd6\x4b\xb1\x45\xee\xaa\xed\xcf\xeb\x99\x47\x5c\x36\x82\x7d\xa3\x09\xf4\x4f\x86\x14\xbd\x7c\xe9\x95\x5a\x33\x99\x14\x84\x41\x32\xa0\x90\x29\x73\xd9\x83\x3a\x99\x3b\xc4\x65\xd8\x06\x18\xe0\x73\xd0\x9f\xcb\xa2\xf6\x2c\xc0\xc2\x6b\xa3\xb8\x0a\xf7\xe4\xc5\xc6\x3b\x68\x36\x2e\x93\x34\x55\x17\x11\x0a\xec\xc2\xa2\x95\x0d\xb9\xc2\x9f\x7f\x97\xcb\xf4\xbc\xde\xbf\xfa\x50\x09\xb2\x91\x20\xda\x20\x3d\xf6\x52\x84\x56\x44\xa1\x77\xf9\x4a\xf7\xc6\x8a\x00\x88\xfa\x38\x76\x76\xf7\x69\x56\x11\xd4\xea\x25\xdf\x6b\x9f\xef\x55\xaf\x5f\x1f\xb1\xdc\xbb\x0a\xfb\x46\x12\x7a\xcf\xcd\xaf\x43\x00\xab\x7a\xb7\x86\x04\xc2\xfe\x09\x84\x9e\x6a\x87\x4f\x1f\x6c\x74\x3a\xf6\xb4\xfe\x1e\x3a\x79\xf0\x23\xa8\x2f\xd7\xae\x71\xe2\x46\x0a\x0f\x94\x56\x5a\x6d\x09\xec\xf3\xb7\x5f\xb9\x4b\x64\xd8\xbd\xd1\x5e\xa0\x39\x71\x99\xe7\xd2\x42\xfd\x8b\x52\xc4\xa2\x1b\x12\xc4\xf7\xc2\xa9\x71\x42\xc5\xf4\xc5\xbe\x4f\xac\x0d\xab\x6c\x4e\xb6\x7a\xf3\xb5\x88\x78\x91\xae\x6d\x49\x58\x25\x0a\x79\x8e\x49\x23\x90\x8b\x0f\x8f\x41\x3e\x1e\x88\xd6\xe6\x27\xf6\x25\xf1\x0e\x47\x47\x24\xc4\x65\x5b\x9b\xc4\xbe\xe7\xae\x93\x74\x50\x6a\x9d\xde\x31\x74\xa7\xda\xb8\xbf\x75\xb6\x46\xc3\xfc\xd9\x15\xb1\xe9\xf1\x1c\x6d\x1f\xe8\x3e\xe6\x0e\x35\x34\x75\xae\x59\x64\x2f\x0e\x43\x9d\x0f\x5c\xa9\x7d\x5e\xcc\xea\x37\x63\x29\x10\xf3\x3b\x18\x15\x8f\xfb\x5a\xe2\xb7\xc3\x9e\x9c\xd2\x51\x82\xf3\xb3\x77\xa9\x89\xcb\x5f\xd3\x64\x74\xff\x9f\x2c\x6c\x34\xe2\xb4\xaf\xcd\xc6\xa9\xd2\x37\x3d\x92\xa2\x57\xcc\xcb\x9e\xe9\xb1\x5b\x25\x2f\x5b\x9f\xe9\x5e\xc5\x4b\xcc\x02\x5c\x4a\x76\xd8\xc3\x63\xa6\x7b\xb6\xe8\x1c\xeb\x19\x5f\xb7\xf0\x6d\xe1\x03\xfb\xb5\x31\x7a\x67\x94\xb6\x3c\xe1\x5d\xf5\x65\xa2\xa3\x5c\xc7\xd0\xa2\xbb\x6e\xa2\x61\xcf\xcb\x60\x0b\x1c\x31\xb5\xf3\xfb\x5a\xd7\xf1\xe6\x98\xfd\x4e\x8d\xf4\x35\xb6\xcd\x5f\x6d\x62\xbf\x7b\xeb\xfc\x70\x51\x5d\x33\xe3\xd0\x41\xbf\xfa\x32\x6c\xa3\xff\x8b\x78\x0b\x39\x71\x27\xd2\x41\xff\xfb\x71\xaf\x2e\xef\x7d\xb0\x92\x7e\x9e\x35\x60\x49\x3f\x66\x43\xb4\x64\x98\x9b\x09\xc3\xf5\xcd\x0b\x92\x8c\x16\x58\x57\xd4\x66\x3c\xc3\xc3\x90\xb4\x6e\x24\x44\xe8\x4e\x3c\x44\x54\x4f\x3b\xa2\x3a\x84\x1f\x9f\x4a\xf8\x71\xc7\x16\xae\x07\xea\xac\x1a\xf3\xb8\x5e\x2d\x69\x2a\xe1\x33\xdd\x0a\x6f\x64\x11\x5f\x3a\x58\x4b\x9a\xca\xe2\xbb\xf1\x86\x1f\x82\x7e\x99\x2d\x83\x5a\x59\x6d\x8c\xda\xbc\xec\x2e\x69\x72\x9c\xf8\x6a\x90\x46\x87\x0a\xae\xfa\x37\xf4\xc2\xec\xad\x8e\x6e\x07\xed\xa5\x41\x4c\x0d\xa8\xbd\xe8\x9b\x50\xab\x39\xf6\xf7\xdc\x80\xbc\x0c\xdf\xc4\x55\xf4\x51\xf7\xd4\x57\x8c\x1a\xe0\x86\xbf\x21\xb8\x61\x74\x45\x1f\x25\xde\xd0\x2f\xbf\x0b\x70\x58\x19\x58\x2d\xe1\x1a\x7e\x1b\x34\xe3\xd3\xd6\x8c\xb7\xce\x9a\x6d\xdc\xe2\xd6\x29\x77\x50\x49\x06\xdc\xe1\xa0\xf8\xef\x88\x3b\x7c\xdc\x78\xc0\x2a\x43\x3e\xb8\xce\xda\x85\x08\xac\x0c\x6c\x85\x04\xf6\xb5\x69\xf6\x0c\x16\xfc\xb0\x05\x50\xf0\x51\xc0\x03\xf7\x1d\x5a\xc8\x69\xa9\x3a\x1d\xf1\xef\xa3\x92\x28\xb6\x4a\x60\x5a\xf1\xc1\xe1\x2c\x2d\xda\xcd\x44\xca\x8c\x51\xd1\xf2\xfe\x42\xce\x0a\xa6\xd4\x5b\x46\xd3\x8c\x0b\xb6\x01\x16\xd4\xf6\x5a\x01\x9d\x9b\x8b\xca\x06\x57\x0c\x24\xe8\xe9\xf3\x95\x11\xf7\x2a\xd7\x78\x02\xc9\x1a\x11\x1f\xb7\x6f\x4a\x79\xe6\xe0\x5f\x55\x1d\xae\x52\x0a\xd1\x36\x2f\xc2\x7a\x88\x85\x4c\xcc\xc4\xf8\x68\xf4\x14\xfa\x07\x69\x6c\x0d\x70\x6d\x4e\xde\x55\xed\xb3\xdf\x7d\x4b\x18\x4b\xa1\xd2\x12\x68\xd2\xee\x68\xa8\xb2\x98\xd2\x24\x74\x89\x89\x16\x84\xca\x5e\x54\xef\x2c\x7c\x20\x3c\x6d\xa5\x06\x53\x9a\x2f\xe2\x0e\x53\x60\x15\x18\x9a\xd1\xe6\x4d\xac\x9c\xd4\x3f\xbc\x7c\x59\x17\xeb\x47\xab\xf3\xfa\xd1\xdf\x5d\xc7\x40\x00\xb1\x75\x28\x98\xe9\x69\x02\x6f\x23\xdf\xf2\x00\xbe\xdd\x1d\x7c\x0b\x23\x03\x9a\xd2\xf0\x0a\x3c\x54\xef\x1c\x5a\x30\x26\xf8\xfd\x5c\xaa\xa8\x07\x19\x3e\xe6\x42\xa7\x5c\xf9\x5b\x0a\xa5\x17\x8d\x15\x42\xa7\xd3\xea\x88\x34\x0a\x43\xf4\x85\xe5\xb6\x59\xc1\x7b\x81\x59\x46\x1e\xbe\x1e\x08\xcb\x9b\x3a\xcb\x09\x30\x4b\x5b\x0a\x76\x05\x6d\x59\xc5\x58\x1a\xaa\x8c\x37\x82\x76\xe1\x09\xff\x1b\x5b\x9e\x02\x72\xd8\x0d\x5c\xc5\x0c\xab\x66\xd0\xf0\x49\xc2\x49\xeb\x5e\xdd\x5e\x4a\x5d\xa5\xdf\xf8\x62\x53\x5f\x6f\xb7\xad\xef\x14\x9d\x9e\x25\xa4\x6f\x6a\x38\x80\xa0\x28\xc1\x66\x34\x41\x33\xea\xa8\x0c\xa2\x69\x31\x63\x2d\xb7\x73\xff\x08\xd0\xbd\x22\x67\x23\x36\x72\x53\xf9\xf7\x91\xb1\xb3\x81\x3b\x3e\x26\xcc\x6c\xd8\xe7\xa3\x80\x66\x1b\xdc\xfe\x3d\x7d\x17\x0f\x86\x9a\xdd\x0a\x61\xb4\x0e\x55\xd4\x74\x40\x1f\xb4\x25\x42\x9d\x81\x20\xc3\x40\x4e\x7e\x44\xbe\xd0\x53\xf7\xad\xaf\x56\x48\x71\xae\x59\xb1\xe0\xc2\x99\xaa\x6b\x97\x4d\x9e\x63\xd1\x67\xdb\x80\x30\x68\x1c\x4e\xda\xec\x3f\xcd\xac\x14\xbb\xb2\xf4\x68\x86\xee\x7d\xf1\xfa\xae\x6e\x00\x89\x55\xf3\xa9\x94\xe6\xb6\xe8\x34\x18\x11\x8e\xa3\x55\x2d\x44\x40\x03\xbe\x7a\xf9\xf2\xbb\x88\x91\x24\x34\xa7\x09\xd4\x55\xbe\x99\xb3\x25\xb8\xf2\x18\xd7\x73\x56\x18\x89\x5f\x7d\x87\xc3\xa1\x4d\x4a\x0d\xea\xf4\x92\x55\x38\x52\xa5\x97\x24\x2c\xc7\xa2\x0f\x35\x56\xda\xf6\xea\xc3\xbe\x37\x65\xa3\x36\x0d\xbb\x1e\xba\xd0\x2b\x24\xf6\xfa\xf8\x36\x82\x00\x95\x3c\x0c\x2c\x6f\x57\xb5\xa8\x1b\xfc\xb6\x32\x38\x52\x09\xe7\xf2\x7e\x63\x55\xf8\xf8\x60\xb7\x96\x70\xf7\x4e\x68\xb7\x55\xb2\xdc\x20\xfe\xad\x06\x32\x6b\xd6\xe4\xb7\x89\xa5\xc5\xa0\x37\x86\xd7\xc6\xe1\xdd\xea\x88\xbb\xd3\x00\xbd\x05\x8d\x69\x37\xd0\x5b\x98\xa7\x1d\xf4\x16\x69\x67\x1b\x81\xde\xa2\xb9\x99\x50\x65\xe1\x11\xb6\xc1\x2d\x50\xe5\xae\xd5\x46\x9e\x51\x82\x0c\x15\x4b\xdb\x5d\x1a\x0a\x47\x0d\x31\xbf\x53\x8e\xf9\x0d\x41\xb1\xa7\x12\x14\xeb\x89\x86\x7b\x8f\x86\xfa\xcf\xb6\x2d\xf5\x14\x7a\x7a\xf9\xab\x6f\xae\xb2\x6d\x41\xe5\x7b\xbd\x57\xda\x59\x5b\x4f\x17\x34\x0a\xa5\x78\xfd\xae\x64\xfa\xdc\x58\xd6\x2e\x2c\x10\x4d\x87\x69\xec\x66\xd7\x9f\x6e\xe9\xc2\xf0\xb9\xbd\xd0\x7e\x15\xce\xb5\x51\xa8\x2c\xe6\xec\x4f\xa5\xb8\x61\x44\xbc\x6e\xb4\xe1\x16\xfe\xa8\x98\x66\x43\xd5\xc3\x83\xc4\xa4\x23\xe5\xe6\x40\xf1\xe8\xf0\x86\x3e\x18\xca\x86\xd1\xed\x18\x4a\xd7\xc3\x5f\x3d\xce\xd2\x87\x75\xd0\xe1\x50\xfe\x70\xc0\x23\x36\xd2\xc3\xda\x50\xf1\x71\x7f\x8c\x80\xc4\x70\xb7\x3b\x00\x89\xd5\x81\x4d\x25\x10\x87\x84\x9d\xc7\x62\xa2\xf4\x81\x25\xfe\x6c\x91\x88\xf1\xae\x1e\xb0\x30\xce\x01\x22\x06\x91\x18\xed\x19\x28\x18\xec\xb9\x27\x6d\xcf\x9d\x72\x71\xc5\x98\x56\x1b\x0b\x88\x13\xc2\x53\xd6\xe4\xc9\xc1\xf5\xd7\x0e\x3c\x65\x75\xe0\x9a\x12\x8b\x4d\x21\xd8\x01\x35\x79\x5c\xd4\x64\xcf\x28\x5e\x7b\xc3\x6b\x67\xe7\xbb\x89\x76\xc2\x6f\x95\xa2\x15\xd3\x76\x40\x39\x78\xf1\xbb\xfb\x39\xd5\xe7\x5c\x9d\xd3\xf3\x1e\x82\xf2\x91\x03\xc7\xae\xa3\x02\x7c\x74\x5d\x05\x47\x7b\x17\x42\xc8\xd5\xe9\xdd\x89\x2c\x85\x1e\xa3\xf3\x8d\x7c\x65\x4b\xc4\x86\xa2\x0a\x66\xcb\x04\xf6\xa8\xee\xe8\xe3\x6e\x91\x3a\x3f\x54\x7c\x6c\xc5\x6d\xd9\x8b\xb7\x79\xf9\x47\xc2\xa7\x84\x0b\x55\x4e\xa7\x3c\x01\xbd\xa5\x12\xf1\x48\x99\x06\x9c\xdf\x43\x14\x60\xec\x29\x69\xfd\x6d\xd9\xb3\xf1\xd5\x89\x21\xab\x0f\xed\x53\x94\x70\x23\x99\xb6\x31\xce\xa0\xc2\x79\x83\xac\xf0\x3b\xda\x0b\x3c\x86\xbe\x84\xda\xc5\x7b\x44\x18\xa8\x68\xd9\xc7\x00\x41\x35\xf9\xed\x7a\xda\x36\x0f\x06\x82\x82\x46\xe7\xc0\x9f\xfb\x43\x26\x2a\x67\x2b\x48\x01\x40\x41\xc4\xe8\x1b\x67\x58\x65\x3e\xf6\x52\xe7\xd2\xee\x6f\xee\x58\x1e\xe0\x78\x6d\x8c\xf2\xfa\x65\xe5\x01\x52\xb0\x69\x66\x7b\xcc\x57\x11\x60\xd3\x75\x9e\xf9\x7e\xb8\xc1\xc3\x83\xc0\x2a\xdb\x85\xd7\xde\xb3\x81\xa3\xdc\xf0\x2d\x35\xc7\x3a\x59\x91\xaa\xf1\xa7\x38\x3d\xf2\xb1\x2b\x7c\x3d\xc5\x9b\xa7\xe3\x7e\xc4\x5b\x73\x59\xa8\x76\x21\x07\x36\x5a\xad\xd0\x55\x53\xec\x2e\x2a\xda\x54\x54\x90\x35\x7d\x6c\x37\xfa\x6d\x4d\x2d\xbc\xcd\xb4\xde\x52\xf3\x6c\xcc\x85\x56\xba\x18\xbf\x17\xfa\x97\xe2\x1a\x1d\x1a\x5d\x01\x06\x97\x64\x15\x4e\x5a\xad\x9a\x32\x70\xbb\x04\x21\x39\x31\x80\x2f\x4a\x36\x72\xd5\xaa\xfe\x0e\xae\x26\x3b\x96\x0a\x42\x27\x4a\x66\xa5\xf6\x37\xf2\x39\xfb\xf6\x9a\xfc\xf8\x82\x40\xfe\x56\xce\x0a\x73\xd8\xe9\x0c\xf9\x62\x0d\x99\x56\x5b\x84\x0d\x3e\x2b\x4d\x0b\xed\x18\x91\x05\x30\xc1\xa4\xaf\x5e\x7e\xf7\x62\x4c\x2e\x6b\xef\xe3\x8a\x24\x34\x4b\x6c\x88\x0f\x9c\x56\xd1\x5b\x27\x4b\x52\xc8\x52\xa4\xb8\x65\xd6\x3e\x4b\xbc\x9f\xea\x65\x80\x17\xa1\x0b\x8d\x2b\x63\x6e\xbd\xfb\x46\x17\x79\xc6\x5e\x23\xb0\x5a\x5b\x9b\xce\x6c\xbf\x96\xe4\x87\x97\xdf\x8d\xcc\x5a\xe1\x32\xff\xf0\xf2\x3b\xb7\xd4\xdd\x4a\xa8\x8e\xd9\xd8\xe5\x82\x35\xd7\x91\x7b\x01\x34\x77\xb8\x3c\x6e\x8d\x15\xa5\x65\x9e\x5b\x38\x24\xf5\x85\xb4\x57\x21\x3c\x80\x37\xf7\x35\xdc\x68\xa1\x15\xc4\x4b\xcd\xd3\x16\xf3\x53\xfd\x1c\xa9\xd8\xca\xf6\x08\xa3\x63\x33\x41\x26\xe6\x4c\x28\x52\xe6\x00\x88\xab\x8d\xc2\x0c\x37\xb3\xbc\x8c\x26\x6c\x4c\x7e\x11\x09\x73\xd0\xf3\x90\x83\xe3\x4f\xd8\x08\x5c\x07\x66\x56\xc8\xbe\x63\xa9\x22\x52\x68\x49\x20\xb0\x55\x9b\x7b\x44\xf4\xbc\x54\x88\x6d\x42\x1a\x52\x1d\x54\xbd\x3f\xe2\xd2\x65\xc1\x67\x5c\xac\x3d\x66\xf1\xfb\x81\x54\x59\x06\x44\x52\x0d\xc7\x7d\xef\x38\xb2\x16\x30\xdf\xee\x3c\x6a\x1b\xc6\x74\x5d\x16\xab\x01\xc2\x87\x62\x49\x2b\x8c\xc8\x17\x59\x24\x74\x22\x6b\x70\xd4\xea\x63\x3b\x71\xa5\x38\x2d\x31\x66\x34\x8e\x55\xb8\x14\xcc\x97\xc6\x98\xfc\x50\xe1\xe6\x86\x2b\xbc\xdc\x95\x25\xc5\xae\x9e\xef\x7f\xfc\xae\x0f\xf7\x71\xf7\x29\xc2\xe9\x78\x9a\x51\x43\xb0\x32\x27\x7c\xb1\x60\x29\xa7\x9a\x65\x4b\x37\x11\xab\x1d\x12\xcb\x09\x46\x44\x95\xe0\x6f\xb0\x0c\xb8\xce\xc8\x64\x86\xa5\x56\xfd\x0d\x4e\x25\xd0\x84\x41\xb6\x2b\x79\x65\x99\x46\x35\xbd\x13\xee\xbd\x79\x12\x9e\x00\xb6\x05\x18\xe9\xaf\x3c\xcb\x58\x3a\xea\x5c\xfe\xb4\x2c\x0c\x0b\x18\xd5\xae\x7b\x23\x46\xbc\x86\x5c\x84\x48\xfa\xca\x55\x06\x97\x8f\x65\x73\x8d\x4b\x6e\x09\x0b\x9c\xa4\xf8\x3e\xa2\xd0\x6e\xbb\x1e\xdb\x1f\xfa\x54\xde\x8b\xf6\xeb\x05\x3c\xc9\x5e\xac\x2d\xaf\x46\x35\xe3\xb6\x76\xb6\xcc\xdb\xcd\xe8\x3f\xae\x1e\x81\x0d\xee\x8c\x3d\xe0\x15\xa1\x06\x86\xc8\xa8\xc7\xdb\xfd\xd9\x9e\xca\x2c\x93\xf7\xe8\x0e\x34\x03\xf0\x35\x0d\xd7\x7b\xe5\x1a\xb4\xa5\x4b\xf4\x15\x6c\xf6\x36\x54\x44\x67\xdb\x6d\xd8\xbf\xe0\xbb\xd6\x54\xb3\x69\x99\x81\x77\xa9\x13\xb5\xdf\xf5\xa8\xf9\x96\x50\xb2\x16\xe2\x62\x89\xf9\x44\x80\xbb\x33\xcd\x30\x41\xb8\x6b\x96\x9b\x65\xde\x47\x6a\xe6\xb4\xd0\x75\xfc\x52\xd3\xa2\xaf\xdc\x38\x07\xa4\xb1\x9e\x4a\x59\xa4\xa0\x9e\x50\x6d\x23\x31\xe6\x8f\xd1\x72\x22\x5d\xd1\xbf\x2a\x0a\x08\x04\x35\x75\x4f\x29\xdd\x7b\xd9\xdc\x6b\x73\xb8\xd7\xe9\x30\xe6\xf7\xd8\x83\x48\xfd\x71\xb7\x01\x64\x5b\xef\xc1\xc5\xaa\x07\x3c\xc7\x49\xe3\x39\x06\x88\xc2\x53\x81\x28\xec\x58\x80\xf5\xa7\x63\x41\xbf\x0f\x56\xe9\x15\x58\x53\x67\x24\x2a\x66\x1c\x75\x50\x37\x48\xf6\x63\x43\x88\x0f\x58\x3e\x16\x29\xd2\x8d\xe5\x6e\xea\x52\xff\x50\xd4\x88\xb0\xdc\xa7\x06\xae\x46\xd9\x78\x20\x5c\x4a\x38\xbd\x1d\xc2\xd7\xe6\x2d\xc4\x31\x53\xaa\x91\xf2\xcc\x86\x96\x60\xe7\x0c\xd7\x74\xdc\xb8\x47\x96\x63\x3f\x37\xf8\xaa\xd1\xce\x85\xd2\x54\x24\x2c\xd4\x46\xb0\xfa\xb1\x95\xb3\x27\xa6\xda\x74\x46\x4b\xa3\x51\x7d\x02\xa5\x2b\xa4\xee\x93\x51\xda\x8f\xd6\x34\xd1\x65\xd5\x7a\x77\xc1\x9b\x40\xf3\xf8\xaa\xee\x97\xe4\x3d\x70\x1e\x34\xc5\x38\x22\xcd\xae\x9a\xbf\x94\xac\x13\x87\xf5\x98\x63\xed\xeb\xb7\x40\x74\x28\x07\xe9\xa8\xb1\xac\xe6\x88\x4b\xa9\x58\x71\x3e\x2b\x79\xca\x2c\x6e\x62\x05\x36\xd1\x48\xa9\xf8\xc4\xd5\x09\x85\xb9\xd8\xd7\x2d\xe4\x6a\xfc\xc0\x95\xca\x47\x3d\x3f\x31\xa0\x93\x14\x2b\x38\xcd\xf8\xbf\xc1\x58\x8f\xf2\x53\x27\x52\xcf\xc9\x82\xe6\xe7\x13\x6a\x2c\x2a\x50\x53\x0d\x5d\xd8\x37\x73\xa8\x15\xbf\x63\xc6\xda\xb6\xbf\xfa\x8f\x0e\x33\xa7\x52\x40\x41\x21\xa8\x52\x62\xb4\xde\x42\x1a\x5e\x6d\x0d\xa1\x48\x3d\x53\xe8\x92\xb6\xca\xa1\x83\x6d\xd8\x21\xca\xd6\x2c\x59\x18\x23\x16\xaf\x11\xec\xe9\x39\x98\x74\x44\x2d\x85\xa6\xdf\xc6\xc4\x26\xc2\x21\x01\xb1\x67\x07\xa4\x34\x43\xb7\xa8\x42\xab\xe8\x43\xfc\x52\x47\xf8\x89\x71\x7d\x15\x50\xc5\xeb\x03\xdd\x8f\x05\x23\xb9\x4b\x20\x3a\x12\xf0\x66\xaf\x58\xfe\xfd\x46\xd8\x22\x43\x75\xb7\x3c\xe8\xd8\xe2\x6d\x4d\x84\x8e\x06\x6d\x96\x09\x1d\xcf\x5e\xb5\x3a\x99\xf6\xae\x12\x48\xe9\x07\xf8\xa1\xd2\x50\x3b\x2f\x35\x0a\x86\x61\x47\x63\xf2\xde\xff\xb7\xcb\x9f\xe4\xc6\x52\xa4\xea\xf5\xad\x20\xe7\xe4\x23\xd3\x66\x47\x5f\x93\x4b\xa2\xb8\x98\x65\xe0\x15\x9a\x64\x8c\xbc\xfd\x78\x8d\x5d\xa9\xa4\xd2\x82\x2e\xd8\x18\x86\x5f\x6b\x59\xd0\x19\x7b\x4d\x2e\xcd\x91\x14\x4b\xf2\x77\x99\x95\x0b\xf6\x26\xa3\x7c\xa1\xcc\x01\xb7\x26\x0a\x4b\xc7\xb7\xe2\xa6\xe6\x0f\x98\x95\xb4\xa0\x42\xb3\x90\xcd\x8d\x61\x1d\x81\x6b\x70\xcb\x5e\xe2\x1d\xa2\xd9\x3d\x5d\xc2\xc1\x77\x06\x28\xdc\x25\x85\x2b\xf0\x83\x07\xfb\x7a\xb0\xaf\x07\xfb\xba\x4e\xf6\xc3\xda\xd7\x87\x32\x60\x23\x57\xe6\xc6\xd9\xcb\x4e\x33\x0f\xbc\xcf\xb3\x47\x6e\xfd\xeb\x00\x9f\x39\x9c\xb1\x19\x3b\x62\x37\x4c\x1f\x5e\xd5\xac\xaf\xe2\x85\x57\xa4\xc7\x36\x99\xc3\x27\x67\x49\x46\xc2\xf7\x50\xf6\x64\x78\x45\x9f\x44\xdd\xa6\xe1\xed\x99\xba\xca\x8e\x7e\xa4\x99\xba\x87\x69\x77\x32\x64\xe9\x3e\xc5\x2c\xdd\xf8\xa8\x3f\xc6\x2c\xdd\xe8\x62\x77\xa4\xe9\xd6\x46\x36\xe5\xe9\x46\x43\x86\x44\xdd\xd3\x56\x3c\x1b\x13\x75\xf7\x82\x24\x8f\x85\x57\xab\x37\x67\xc8\x8e\xfd\x0d\xa9\xc6\x3e\x3b\x76\x63\xce\x77\x42\xe9\xa7\x75\x46\x79\x78\xbd\xac\xc3\xdb\x7f\x49\x6a\x63\xd7\xe4\xa0\xc6\x1a\x72\x0f\xe4\x83\x4c\x3f\x40\x31\xa8\x05\x13\xfa\x4a\x66\x3c\xe9\x6a\x66\xde\xf0\x84\x83\x31\x62\xb9\x45\x0f\x9d\x71\xe9\x5a\x16\xa7\x02\x07\x89\x66\xd6\x4f\x5e\xe6\x23\x44\xe3\x60\x69\x46\x5f\x93\x51\x0a\xc4\xd8\x8e\x08\xa4\xb5\x32\xe1\x41\x05\x0e\x61\xe4\x2b\x5f\x91\x1c\xdf\xce\x15\xf9\xf2\x4b\x01\xe9\xa6\x90\x17\xf4\x05\x66\x2e\xd8\xea\x4a\xb8\x20\x5c\x98\x7f\x28\x33\x21\x66\xf1\x3d\xcf\x65\x7a\xfe\x72\x64\xf1\xaa\x32\x3d\x7f\x35\x22\x4c\x27\x2f\x1c\x34\x76\xa5\xbb\xc4\x3d\xe5\x46\x04\x68\x9e\x11\x46\x93\x39\x40\x7d\x5d\x36\xab\xeb\x5f\x61\x3b\x50\x70\x31\x1b\x93\x7f\xd4\x3f\x62\x14\x0a\x95\x23\xc2\x68\x21\xef\x42\x1b\x09\x99\xe7\x52\x71\xcd\x70\x79\xf8\xc1\x34\x03\x79\x04\x6d\x6e\xa3\x8f\xbe\xa2\x05\xcd\x32\x96\x7d\xb1\xa8\x13\x6c\x7e\x81\x55\xa2\x9d\xb9\x97\xdb\x31\xd8\x6a\xc3\xf9\x90\x9d\x89\x88\x7b\xe1\x72\x82\xcd\x97\x41\xf6\xaf\xf9\x74\x29\xec\xaf\x80\x6e\x82\xa9\x53\xe8\x59\x0c\x08\x24\x87\xed\x96\x22\xe9\x5d\xb3\x71\xf3\x54\x8b\xa2\x96\x6a\xb1\x1a\x73\xf2\x23\xac\x9e\x88\x6e\x34\x97\x63\x08\xd4\x53\xcc\x92\xd9\xcd\x65\xdd\xd1\x4c\x28\xe6\x81\x57\x58\x52\x0d\xa3\x29\x9a\x87\xe4\x2c\xef\x6c\x73\x53\x8e\xa0\x8e\xac\xd1\xd0\xef\x78\x5a\xd2\x2c\x4a\x3e\xcc\x94\xad\x55\x4b\x1b\x3c\x90\x4b\xf0\x6c\x47\xe9\xc0\x23\x77\x8c\x4f\xa7\xc5\x45\xd3\x23\x3e\xcb\x65\x05\xae\xe8\x46\xd7\xca\xed\x2f\x28\xc7\x74\x72\x7f\xa2\x23\x8e\xf4\x4c\xf9\xc7\xc8\x1c\xdf\x82\x27\xbc\xfe\x57\x47\x41\x8c\xad\x41\x8d\x60\xf7\x36\x23\x6f\xbd\x2c\xb7\xbe\x65\xe7\x36\xc8\xc0\xcf\x9c\x71\x96\xae\x70\x4c\xcb\xb7\xab\x1c\x24\xe4\x07\x3c\xb1\x66\x1a\x6a\x5f\x39\xd1\x8f\x20\x7d\x59\x99\x99\x12\xf6\x91\xae\xba\x0e\x56\xa8\xe2\x47\xfa\xbc\x7f\xf3\xdf\xee\xa2\xe3\xcf\x48\x98\x99\x59\xa1\x50\x6d\x6e\x27\x37\x16\x88\x03\x65\x85\x1d\xef\xaf\x1d\x79\xe4\xa6\x20\x20\x54\x6e\x0e\xb5\xb1\xf4\x43\xe9\xfe\x9a\xbf\xdf\xaf\x44\x8f\xd1\xf1\x35\x63\x9a\xbc\xfd\x78\x7d\xe1\x82\x0f\x76\xdb\x10\x64\x8a\xfb\x41\xb5\x91\x0e\xaf\x41\x78\x39\x85\xe0\x1c\xb9\xef\x38\xfa\xe2\xb1\x3d\xf4\x63\x75\x97\x8c\x93\xac\x54\x9a\x15\xe3\x4c\x26\x34\xb3\xe2\xf2\xf6\xac\x61\x86\xdb\x33\xb3\x76\x2c\x18\xe9\x8b\xed\xc5\xa1\x8c\xd6\x1a\xf2\xbd\xac\xef\x63\x66\x9e\xeb\xa3\x65\x9e\xbf\x73\x7a\x81\xd2\x74\x91\xb3\x14\x1c\x93\x0d\xb4\x83\xe9\xa7\x65\x36\x35\xff\x0b\x07\xad\x2a\x66\xac\x34\x29\x05\xff\xb5\x0c\x71\x9e\x60\xa6\x14\x4c\xf9\xa4\xaa\x8a\xde\xd7\x48\xec\xd2\xa2\x64\xf7\xd1\xac\x26\x7a\xdb\xe7\xea\xb4\xeb\x76\xa0\xba\x82\x1a\x88\xb6\x75\xca\xea\x56\x18\x02\xc9\x25\x02\x83\x2d\xec\x39\x78\x88\x6b\xe4\x35\x9a\x17\x0d\xb2\x05\x0e\x72\x0a\xa1\x6c\xaf\x21\x34\x93\xea\x2e\xc4\xf2\xdc\xc8\x2e\x5d\xa5\xe9\x91\x6a\xc7\xd5\x04\x43\x83\xd8\x0f\xcc\x27\x2d\x59\xb0\x38\x14\x29\x9f\xb2\x82\x19\x85\x8a\xd4\xe3\x85\x91\x0e\xda\xc0\x49\x16\x14\x13\xbe\x6a\xdc\x84\x33\x6c\x1b\x82\xaf\xe5\x86\x14\xf7\xd4\x52\xd3\x49\x69\x24\x7d\xcc\x7e\xa8\x59\xdb\x98\xbc\xbb\x33\xc2\x02\x9e\xf5\xce\x77\x2c\x66\x64\x18\x1e\x1e\x4c\x07\x35\x97\x82\x85\x4c\xea\xe7\x93\x25\x30\xd5\x17\x04\x29\xf2\x01\x1a\xa8\x70\x01\xa3\x42\xa9\x19\xbb\x5d\xda\x6b\x6a\x97\x4d\x2f\xd3\xf4\x2b\x53\x24\x2f\x58\xc2\x52\x06\xc9\x27\x46\x7a\x51\xb1\xb4\x93\xab\xfa\x3c\x23\x8c\x00\x7b\xb5\x0d\xe2\xb5\xfb\xc9\xa1\xf7\x2c\xc7\x28\x12\xa0\xdb\x45\x11\xdf\xcd\xdd\x1f\x3d\xcd\xe2\xb5\x3d\x88\x5a\x84\xe0\xbe\xbd\x85\xdd\x48\xa9\xfa\xd8\x75\x78\x29\xb6\x8d\x9d\xba\x51\xcf\x9e\xea\x60\x1f\x59\xea\xea\xe4\x53\x13\xf2\xad\x37\xf0\x08\xbd\x7c\xde\xf8\xb7\x7d\xb2\xcc\xeb\x31\xd5\xb3\x88\x1c\xe5\xc7\xa8\x67\xd1\x18\xdf\xea\x79\x1f\x2b\x3f\x1d\xb3\xa0\x85\xa5\x4a\xcf\xe2\x08\xb5\xd1\xab\x45\xab\x40\x04\x3a\x2d\x65\xad\x96\x16\xb4\x87\xf8\x77\x87\xe2\x71\x22\x19\x26\xf1\x6f\x3d\xd4\x11\xac\xce\xdf\x97\x06\x38\x7a\x64\x94\x31\xc8\x58\xc4\xba\xe8\x55\x65\x22\x42\x25\xd5\x3f\xd5\x65\x15\xd9\x02\x19\x55\xf5\x41\xb1\x5f\x4b\x10\x34\xff\x7c\x39\xaa\x11\xbd\xde\x97\xa7\x8f\x7e\xbb\x71\x55\x8f\xd5\x07\x1a\xca\x4c\x34\x76\x77\xf2\x25\x32\x2a\x6c\xec\xbd\xd9\xfa\x02\x15\x86\xd4\x87\x39\xaa\x16\x79\x98\x6d\x64\x1d\x49\x5c\x39\x77\x36\x91\x82\x2c\x4a\x1b\x5c\xb1\xe7\xea\xf2\xea\xbd\x75\xa0\x3f\x68\xc1\x90\xca\xd8\x9d\x6e\x44\x28\x0b\x43\x01\x73\xbe\x24\x6f\x5a\xc2\x7b\x47\x2b\x32\x52\xf7\x7c\x6d\xf3\x5d\x07\x6a\x59\xd4\xf3\xba\x56\x07\x1f\xfa\xb6\x3a\x7a\x9d\xd7\xda\x2a\x8d\xdc\x0f\x2f\x36\xbf\xbc\x9b\x75\x68\xaa\x8d\x3e\x12\x8b\xae\x52\xf9\x40\x10\xfb\x23\x83\x50\x3f\xb7\xd9\xa9\x6b\xd4\xce\xcf\xeb\x2c\x4b\x55\x31\x24\xd7\xd0\x1d\x6c\x4c\xdb\x3d\x35\x67\x85\xa1\x9f\xa5\xb0\x02\x56\xca\x45\x92\x95\x29\x53\x60\x81\x04\xcc\x7b\x48\x4a\x55\x44\xb0\x84\x29\x45\x8b\x65\x3c\x47\x94\xa2\xeb\x14\xbd\xb0\x8b\x6e\x75\x0f\xd8\x80\xaa\x29\x75\x77\x9d\x1d\x5f\x79\xb8\x33\x53\x57\xa1\xfa\x0b\x30\x8a\x7a\xbf\xa7\xd6\x9c\xdd\x66\x77\x51\x4f\xb0\x46\x75\xfb\xb5\xc5\x6f\xac\x75\x32\x3c\x60\x4b\xaa\x32\xe5\xba\x60\x33\x0e\x07\xc1\xdc\xe2\xbb\x57\x34\xcb\xe7\xf4\xd5\xf8\xd2\xfc\x74\xcd\xc5\xd7\x75\xb1\x41\x37\xa6\x0a\x8a\xb6\x0e\x3e\x92\xb1\x3b\x96\x11\x78\x07\x51\x66\xa6\x01\xaa\x71\xc2\x50\x8d\x01\x08\xf1\x54\x80\x10\x87\xc1\x08\xf7\x60\x15\x9b\xe3\x85\x91\x39\x60\x3b\xc1\xd2\x9a\x15\xb0\xbc\xfe\xbc\x6d\x9f\xb0\x8c\x95\x6f\xc4\x23\xd2\x0c\xd5\x08\x1c\xb2\x1d\xa4\x81\x14\xda\x04\xa5\xd1\x83\xcc\x1d\x08\xba\xca\xb8\xaa\x1b\x38\x30\x6c\xf0\x7e\x0c\xe0\xb9\x93\xe6\xc8\x9b\x74\xb9\x68\xb8\x48\xf5\x0e\xfb\x5b\x3b\xbc\xfa\x28\x09\x1b\xfb\xa0\x07\xc9\xf3\x04\x25\xcf\x63\x82\xe0\x6d\xc7\xeb\x3b\x40\x79\x07\xe1\xf7\x5d\x08\xbd\x78\x1c\x99\xcb\x2c\x0d\x00\x3d\x6f\xf3\x6d\xa2\x85\xe7\x8d\x58\xbc\x5d\xf8\x84\x45\xf7\xad\x53\x0d\x2c\x9c\x2f\x96\x1d\x16\x6e\x66\x3e\x01\x43\x51\x90\xd9\x0b\x5e\x42\x76\x07\xb6\x46\xa8\x6d\xa4\x6c\xc3\x6e\xf3\xdc\x3d\x9b\xcc\xa5\xfc\xea\x7b\x7b\x37\x1f\x7f\x3b\x6a\x9f\x9f\xf9\x0f\x3b\xe5\xba\xef\xb4\x63\xcc\x5a\x15\x13\xa9\xfb\x92\x86\xb5\xf6\xbc\x39\x79\x9d\xb6\xfe\xcb\xb6\x76\x8e\x74\x6e\x64\xfb\x61\x6c\xd8\xc6\xaa\x76\x27\xa7\x80\xd4\xc4\xf3\x68\x3f\x9e\x16\x8c\x64\x72\x36\x63\x69\x8f\x9c\x1d\xc3\x1c\x7b\x64\x91\xfc\x0c\xc6\x27\x66\xb8\xda\x3e\xef\xc0\xb6\x11\x8f\x97\xc8\x22\x65\x29\xa1\x7a\x1c\x47\x93\x60\x02\xf5\x9a\x7c\x94\x82\x8d\xc8\x07\xcb\x1f\x47\xe4\x13\x3e\xec\xff\xe3\x13\x06\xc1\x59\xd8\xb5\x6d\xf2\x50\x66\x9d\x71\xfd\x6b\x18\x54\x55\xe1\xf0\xc1\xa8\xf3\x4a\x44\xc3\xe6\x7e\xf1\x2d\x72\xbf\x6f\x45\x84\x1d\x83\xc8\xb8\x5f\x07\x38\x8a\xd7\x18\x75\xfe\xe4\x90\x0b\xeb\x9c\x75\xb5\xa1\x96\x49\xd2\x00\x7b\x30\xd7\xd1\x8e\x1a\x67\x6c\x46\x93\x65\x5d\x1c\xb4\x1e\x48\xd1\x8d\xfd\xfa\x62\xc6\x7c\x59\x03\xfb\x1a\xc3\xc9\xda\xee\x24\x01\x32\x2b\xa7\x49\xaf\x45\xc0\xc0\xca\x4a\xe0\x2f\x7b\x5c\x4e\x4e\xf5\xbc\x6b\x25\x66\x0c\x2c\xc2\xa8\xfc\xb9\x75\x64\x7e\xfe\xf4\x33\x31\x3f\xc4\x80\x62\xc7\xd8\xb9\x00\xb7\xa7\xab\xed\x06\x7c\x3e\x00\xe1\xb6\x08\x8e\xe5\xb2\xe8\x8a\xe4\xbf\x9f\x92\x08\x30\x8b\xf2\xa8\xd0\x44\x8a\x55\xbc\xde\x5c\x62\x67\x7f\xcb\x78\x83\x3f\x4f\x4b\xf2\x1f\xff\xf1\x03\x5c\xd6\x09\x4d\xbe\xde\xd3\xc2\x18\x33\x8b\x9c\x6a\x3e\xe1\x19\x20\x73\xbf\x98\x59\xbf\x44\x92\x8c\x1a\xdd\x96\xa7\xf8\x36\x57\x4e\xf3\xd5\xf9\x1f\x7e\xfc\xf1\x87\x1f\x47\xe8\x06\x56\xfc\x8e\xd5\x43\x82\x87\x75\xb8\x87\x43\x56\x3b\x79\x87\xb8\xd9\xff\x58\x91\xcc\x6d\x42\x34\x28\x3b\x2b\x42\x26\x52\x04\x7a\x40\x3c\x40\xc7\x7f\x03\x73\x1c\x40\x21\x78\x13\x4f\xbf\x4e\x39\x88\x07\x56\x3f\x4e\xd8\xf4\xb7\xc8\xb3\xed\x54\xbb\x7e\xea\x8e\x9e\x17\x52\xeb\xcd\x2b\xce\xf6\xf8\xbc\x1b\x3b\x75\x8f\x0f\x74\x43\xa3\x8f\xb3\x52\xd7\x7e\x0e\xfc\xec\xac\xb9\x9a\x22\xd3\xff\xb8\x56\xf6\xf3\x70\x27\xf4\x4d\xf3\xb1\x69\x39\xad\x95\xcd\xb5\x68\x34\x8b\x81\x0b\xb5\x46\x30\x57\xe2\xab\x05\xf2\xbb\x5d\xf7\xc0\xb2\xfe\x27\x9a\xfe\xa9\x14\xe9\xea\x76\xd7\x59\xb1\x1b\x87\xec\x98\x5c\xbd\xfb\x40\x98\x48\xa4\x51\x8e\xde\x5c\x92\x09\xfc\x56\xe3\xc8\x2e\xe0\x02\x6c\xca\x21\x89\xec\xc2\x9e\x21\x53\x66\x05\xe4\x62\x63\x7a\x10\x5b\x4d\x3f\xc0\x8e\xd9\x44\x17\xa5\xd2\xa4\x90\x52\x2b\xc7\x57\x8d\x39\x89\x13\x18\x85\xc6\xbc\xaa\x95\xcf\x4d\x96\x9a\x6d\xa1\x78\x21\xe3\xde\xe7\x35\x58\xd1\x44\xd6\xdd\x80\x2f\x76\x01\x96\xe0\x15\x0d\x24\x16\x2c\x1e\x53\xe1\x85\xca\x3b\x0e\x35\xec\xc3\x04\xb2\x20\x5f\xca\x22\xfb\x82\xb8\xc8\x09\x0b\xf2\x6a\x7c\x2b\x6e\xc5\xfb\x0a\x13\x04\xf0\xa6\xad\x6b\x6d\x8e\x93\x2f\x9e\x04\xb1\x1a\x9b\x83\xb4\x94\xa5\x93\x44\xa5\x62\xe1\x55\x6d\xa8\xde\xa2\x4b\x13\xc7\xf5\xcd\xf8\x9d\xb5\x05\x32\x99\x34\x71\x68\x23\xd7\x8c\x66\x8b\x35\x21\x8d\x26\x00\xb1\xcb\xe7\x5f\xc0\xcd\xc7\x5e\x5f\x00\x06\xfd\xb5\x11\x89\x17\xa0\x3c\xbc\x80\xd2\xcd\x09\x74\x3d\xc1\x9c\x6c\x7c\x93\x8c\xe9\xd3\x4c\x16\x63\x1c\x7c\x31\xd3\x79\xa1\x8b\x59\x1d\x53\x6c\xab\x46\xfd\x0e\x38\x6a\x55\x29\xf5\x13\x06\x69\xe7\x11\x75\x2c\x16\x8f\x0b\xa5\x19\x4d\x11\xbf\x67\x5e\x40\x16\x7c\x36\xd7\xd8\xff\x50\xc9\xec\x8e\xa5\xe4\x8e\x53\xc2\xbe\x59\x27\xe5\xdb\x8f\xd7\xf0\xdd\x72\x11\x9d\x7b\x45\x9e\xb3\xf1\x6c\x3c\x22\x5f\xbe\x96\x13\x76\xee\xff\xfe\xc5\x75\x99\xb0\x73\x11\x2e\xce\x5d\xa0\x0d\xaa\x04\xb9\x5c\x98\xa0\x47\x64\x74\xc9\xd0\x59\xc6\x65\x06\x64\x7f\x31\x76\x9f\xbe\xa0\x4b\xcc\x1a\xc2\xfa\xdd\xef\xaf\x08\x4d\xd3\x82\x29\x05\x34\xba\x0a\x25\x91\x70\xd6\x12\xb2\xd6\xbe\x00\x64\x1f\x27\x30\x94\x7e\xf5\xfd\x1f\xc7\x2f\xc7\x2f\xc7\xaf\xbe\x20\x10\xd1\xce\x6d\x4e\x1a\x57\x5f\x97\xa4\x14\x19\x53\x0a\x4e\x95\x36\x3c\x6d\x66\xec\x13\x92\x98\x9b\xad\xa5\xa1\x6f\xe5\x84\x1b\x16\x60\x4c\x35\x33\x89\xb2\x3c\xc7\x8c\xa1\x22\xe2\x0a\xf8\x67\x24\xac\x60\xc8\x88\x80\x5f\x26\x34\xcb\x94\xd7\x0c\xfd\xa5\xb9\x2e\xa1\x6d\x9e\xd2\xf0\x33\x18\x9a\xfc\x2b\xcb\x96\xb6\x83\x9e\x90\xe2\xdc\x9c\x2a\xdb\x3a\x62\xcc\xc6\x23\x84\x8a\x50\x05\x43\x74\x59\x08\x28\x7e\x2f\xb0\xc3\xa5\x3b\x05\xfe\x24\xe1\x01\xf5\x47\xed\xf6\x0c\xdc\x7c\xb7\x67\x3f\xc1\x11\x31\x27\xd9\xfe\x34\xe3\x96\x8d\xdb\x21\xaf\x2f\x2e\x6e\xcf\x60\x9a\x4b\x54\x7b\xb9\xf2\xba\xb0\xcd\xdb\x98\x12\xeb\xb2\x74\x35\x46\x8c\x0e\x6c\xfd\x9f\x39\x2b\x16\x5c\x21\x0e\x1b\x16\xf7\xf9\xd3\xcf\x63\xf2\xbf\x65\x09\x63\xdd\x11\x85\x89\xb5\x24\x39\x55\xa0\x6c\xd3\x62\xc2\x75\x41\x0b\x3f\x4d\xd5\x63\x82\xbd\x37\x19\xd6\x44\x1f\x45\x91\x5c\x04\x69\x4f\xb9\xfd\xf0\x4b\xad\xd9\x22\xd7\x76\x02\xf3\x32\x6a\xfe\x7f\x41\x40\xcf\x55\x3c\x21\xb4\xd4\x73\x62\xce\x31\xb9\x3d\x33\xbf\xbc\x36\x2b\xb8\x97\x45\xfa\xbf\x30\xa9\xc3\xd0\xd8\xc2\xcf\xc7\xe4\xcf\x05\x9d\x2d\xc0\x88\x7d\x7e\x7b\xf6\xbb\xf1\x78\x7c\x7b\x86\x29\x90\x98\x35\x14\xa9\x3c\xcf\x6f\xcf\xfe\xa7\xfb\xbd\x60\xf1\x2c\x23\xc2\x38\x56\xc5\x78\xb0\x88\x79\xb3\x36\xd4\xa9\x16\x54\xc7\xb7\xaa\xb4\x35\xf5\x08\xad\xfe\x6e\x3d\x60\x52\x16\xaa\xcb\xd2\x71\x2b\xf8\x93\x19\xdb\x9e\x74\xe7\x7c\x6e\xe6\x40\xba\xd6\x3a\xc6\x94\x5d\x48\xb3\x79\x3e\xaf\xed\xd5\x8f\xe4\xbf\xae\xae\xf7\x8d\xce\xfb\x35\xef\x6e\xe2\x85\x5f\xf1\x5f\x57\xd7\x0d\x8b\x9f\x50\x9d\xcc\x99\x32\xf7\xc6\x76\xaf\x0d\x0b\x7e\xb9\xb7\x05\x6f\x7f\xaa\x8c\xf8\xd5\x36\x99\x7a\x7c\xf7\x6a\xfc\x27\x59\x8a\x14\x03\xb9\x7d\x3c\x1c\x4d\xc3\x1b\x14\x0c\x1f\x62\x73\xa5\xdf\xb4\xfc\xca\x00\xe6\x39\x31\x13\x10\x2d\xf7\x1c\x12\xac\xc3\xeb\xec\x6a\xea\xd5\x41\xf7\x89\x4f\xa8\xbf\x89\xfc\x1d\xcc\x69\x08\x92\x00\xd7\x78\x76\x25\xd3\x67\xc0\x5f\x9e\x5d\xb3\xa4\x60\xfa\xd9\x16\xab\xe9\xe1\xf5\xf9\x18\xf9\x79\x76\xf8\xee\x92\x77\x7d\xf6\xe7\xf7\x6f\xb7\x7d\xcf\xfe\x0e\xec\x8d\x39\x49\xd6\x3f\xba\xe6\xa0\xc6\xc3\x22\xa7\xac\x3d\x88\x58\xb4\x1f\x13\xa9\x9d\x1a\x46\x13\x4c\x07\x1d\x62\xd5\xa7\x1c\xab\x1e\x62\xb8\x4f\x25\x86\x7b\x20\xf4\xd0\x3a\x7e\x71\x5d\x45\xfc\x54\xc3\x24\x5b\x95\x04\x5c\xff\xba\x4a\x61\xab\x0d\xf2\xe1\xa2\x65\x1e\x27\x44\x5d\xf9\x8a\x75\xf1\xe9\x0a\xf7\x6d\x0f\x4f\x6f\x14\x98\xee\xdc\xb1\x7e\x5c\x1e\xa2\xd2\xde\xdd\x65\x6f\x62\x5e\xc8\x3b\x9e\xb2\x34\x56\xee\x21\x7f\x0b\xe5\x80\xbd\xa0\x7d\x78\x7e\x99\x72\xa3\xdd\x74\x69\x87\x97\x6e\x1c\xa8\x00\xe8\x74\xd3\x4c\xa4\x4c\xa4\xc4\xcf\x11\x3a\x2f\x7e\x65\x62\x4c\x2e\x0d\x13\xe7\x39\x2c\x38\x5a\x1c\x18\x74\x36\x6d\x75\x0a\x58\xfa\x85\x62\xd9\x14\xad\x3b\x2a\x22\x63\xc9\xb9\x0e\xb2\x08\xa4\xb3\xfa\x22\x5b\xf3\xc4\x58\x2f\xf7\x5c\x31\x27\x48\xac\x1c\xa8\xac\xc7\xa9\x6b\xaa\xb4\x59\x37\x8b\x32\xd3\x3c\xcf\x58\x34\xb5\xb5\x15\x9d\x97\x2e\xda\x47\x46\xe8\xcc\x6c\x02\x76\x35\xb3\x4b\x08\x0f\x9a\x55\xb2\x14\x6b\x8c\x2c\xf2\x0c\x6a\x15\x93\x39\x9f\xcd\x49\xca\x66\x05\x43\x5d\xa6\x40\x6b\x56\xdf\x33\xdb\xcd\xca\x16\xcb\xf6\xd3\x1c\x27\xf8\x18\xb1\x88\x49\x45\xf5\xdd\x03\xab\x68\x54\xbd\xd7\xb9\xf4\xaa\x0f\x74\xab\xdd\x7e\x4b\xbd\x4b\xd5\x6b\xdf\xe0\x3b\x8a\x7e\x83\xf2\xe3\x13\x66\x43\x42\xa0\x1e\x29\x92\x49\x31\x73\x65\xcc\xf1\x49\x3b\x3b\xd4\x82\x50\x63\xf2\xf1\x97\x9b\x77\xaf\x61\x2a\xa3\x82\xa3\xe7\xe4\x99\x22\xf6\x56\xde\x71\x76\x1f\xc4\x23\xbc\xa6\xe2\xca\xad\x7e\x0e\x56\x03\xc0\xf6\x99\xd5\x43\x26\xa4\x1e\x93\xbf\x31\x96\x93\x77\xdf\x72\x8e\x66\xaa\xed\x8b\x4e\xd4\x82\x66\x19\xe1\x53\xf0\xfd\xdc\x53\xbc\xf1\x8b\xdc\x88\xf0\x3b\xeb\x02\x6c\xf1\x29\xb2\xfa\x5c\x1d\x17\x7b\xf5\xdd\xd6\x80\xf5\x35\xb0\x49\x1a\x85\x85\xe0\x4b\xa3\x6a\x17\x8e\xd3\x44\x84\x87\xeb\x55\x58\x5d\x0c\x1c\x40\xd4\x6f\x89\xb9\xe1\x24\xe5\x53\xd4\xb2\xc3\x6c\xfe\x15\x4a\x82\xdb\x04\x78\x46\xc8\xb8\x9d\xb3\xe4\x2b\xbc\xee\x59\xf8\xbc\x67\xde\x6d\x88\x7d\xaa\x00\x51\xb0\x9f\xac\xb6\x9e\xf2\x2c\xf0\xce\xed\x43\x24\x3d\xe4\x6c\x4f\x31\x51\x29\xc5\x5b\x30\x65\x4c\xf3\xad\x44\x42\x20\xf1\x0d\x5f\x30\x28\x83\x71\xcc\xb2\xae\xef\x56\x5f\xef\xbe\x0a\x8a\xbd\xca\x29\x09\x2b\x0c\xc7\xd0\x1c\x34\xe0\xd8\x86\xd5\xb7\x84\xf0\xcc\x6f\x5d\x5e\x10\x67\xd0\x63\x68\x8d\xfe\x5a\x32\x32\x61\xb4\x00\xe7\x36\x4c\xbd\xa5\x61\xd8\x52\x33\x14\x96\xd4\x78\x7d\x03\xf1\xf7\x7e\xba\x0c\x07\xeb\x3e\x56\xc0\xe7\x28\xba\x2a\xd5\xaa\x28\xb4\xe7\x0a\x5c\xfe\x50\xc1\x15\x5c\x98\x63\xf2\x51\x6a\xf6\xba\xc2\x2b\xbd\xb9\x60\x45\x6b\x42\x93\x79\xc8\xa3\xbb\xf7\x80\x2e\x33\x5d\xf4\x0e\x59\x90\x3c\x2b\x67\xdc\x37\xaa\xa8\x3a\xf4\x07\x83\x76\x30\x68\x07\x83\xb6\x4e\xf6\x47\x6f\xd0\x1a\x8e\xd1\x2f\x0f\x06\x3d\xfd\x71\xec\x3f\x54\xda\x76\x48\xa7\x09\x43\x67\x3f\xcd\x4a\xb3\x93\xc7\x31\x92\xe1\x13\x36\x29\x9e\x3f\x85\x1e\xcc\x86\xcd\x59\x9e\xe8\x42\xf8\xe6\x7e\xf8\x7c\xc8\xfb\x39\x03\x2d\x32\xfe\x3e\xd7\x41\x38\xe2\xcc\xe9\xda\x3a\xf9\x8f\xd5\x32\x07\x91\x75\x58\xc3\xdc\x9f\xbc\x5e\x92\xd1\x95\x72\xa5\x24\x1a\x53\xb1\x4b\x49\xf5\x4d\x07\x35\xca\x2b\x10\xd7\x50\x16\xca\x18\xd1\x2a\x18\x4d\x9e\x87\xda\xf3\x15\x0a\x31\x7a\x80\x8c\x55\xe1\xdd\xd3\x8a\x50\x35\x26\xee\x3d\xe7\xf4\x1e\x63\xcf\x2b\x92\x5a\x59\x3b\x88\x15\x7c\xba\x5c\xb1\xd2\xa0\x72\x27\x78\x0b\xac\x0d\x16\x57\x9f\x5a\xb1\xa3\xe3\x2a\x52\x00\x7d\x11\x32\xfa\x15\x1a\x40\x59\xef\xc7\xa8\xf2\xa4\x2b\x74\xea\xa1\x83\x95\x1f\xed\x6b\xfe\xe6\x4f\x2e\x69\xd0\x24\xc8\x71\x4c\xee\x07\x55\x44\xf7\xa1\x3c\xf6\xb5\x4c\xc2\xd8\x55\xc3\xe4\x41\xee\x09\x94\x6d\x73\x47\x22\xbe\x23\xc9\x5c\x2a\xe6\xf9\x6f\x55\x0b\xc5\x58\x1f\x94\x06\x46\xe8\xa9\xad\xbb\xeb\x3a\x97\xb1\x8a\xb6\x0b\xb5\x87\xad\xc3\xa9\xea\xcc\xc2\xda\x03\xab\xee\x2d\x50\xfc\x54\xa8\xcf\x5f\x9b\x11\x38\x4d\x74\x01\x6c\x6d\x63\x78\xc7\x33\x15\x79\x8e\xa0\x0e\x9b\xf3\xb6\xd5\x97\x75\x79\xf5\xde\x56\x0d\x65\x3a\xe4\xb7\x8c\xc3\xbc\x68\x4d\x5b\xa5\x35\x72\x68\x60\x67\x90\xf0\xe5\x0d\xe4\xc3\xc2\x76\xd6\x02\x73\xf5\x3d\xb0\x11\x68\x7d\x7e\x2d\xb1\x73\x7a\x28\xdf\x5b\x59\xa5\x65\x4c\x3c\x7c\x16\x01\x9e\x03\x7c\x80\xd6\xac\x0a\xf3\x42\x80\x65\x40\x61\x92\xfa\x1b\xed\x0b\xb1\x3e\xa6\xff\x2d\x92\x93\xe6\x2d\xb7\x67\xba\x28\xd9\xed\xd9\x28\x66\x7e\xca\xba\x8b\x9c\xb7\xaf\x83\x8f\x04\x1f\xd1\xd1\x19\x49\xe5\x7b\x3a\x2f\x41\xe5\xdb\xa3\x32\x0b\x2b\xcc\x9a\x2a\x25\x13\x4e\xbd\x60\xa8\x18\x78\xcd\x7c\x67\x22\x65\xc6\xa8\x68\xf1\x49\x15\x45\x67\x23\xc5\x77\x66\x4c\xfb\xb2\x12\x73\x2c\xc5\x33\x50\xcb\xc1\x1d\xb4\x0d\xb6\xde\xac\x7f\x0f\x6a\xde\x67\xc5\x8a\xf7\x62\x2a\xd7\x6a\x77\x66\x90\x63\x7a\xee\x81\x15\xc2\x02\xc6\xc8\xb9\xf2\x57\x5c\x17\xfb\x63\xdd\x7e\xc5\xed\x1c\xdb\xaf\x31\x00\x68\x9a\x55\x6b\x00\x2a\x09\xc6\x70\xc9\xe0\xea\x86\x7a\xf2\xfe\xc7\x31\x4c\x03\x4c\x6d\x4a\x7b\xb5\x52\x65\xdf\x74\xb1\x62\xb1\xf4\xeb\x4b\xda\x7c\xc7\xd6\xde\xb2\xda\x3d\x6b\xbf\x69\x1d\xbd\x4d\x2f\xab\x85\x64\x62\x6a\xf9\x3d\x6d\x92\x27\x2d\x37\x68\x5d\x4b\x52\x50\x9c\xbb\x01\x3c\x36\x23\xc5\xf0\x28\x7c\x02\x15\xa9\xd2\x1e\x45\x4a\x72\x5a\x18\xe1\x70\x74\x3e\xd5\x8d\xc1\xb8\x74\x95\x72\xd1\x07\x00\xb7\x3f\xd2\x42\xc3\x77\xd0\xa4\x90\x4a\x61\x43\x30\x6c\x38\x1a\x7d\x21\x56\xb9\xc7\x16\xa2\xb6\xcd\x13\xfe\xe6\xec\x2a\x57\x57\x14\xc8\x91\x3a\x15\xd2\xf6\x6a\x84\x32\x62\xc1\x39\xfd\xf9\xfd\xdb\x7a\x34\xa6\x2f\x93\xe9\x81\x6e\x71\xbb\x65\xf1\xa1\xf0\xf1\xd9\xb2\xe5\x9b\x17\x10\xb1\xc8\x32\x42\x13\x68\x24\x60\xfe\xda\x7b\x6d\x7b\x63\x23\x13\xa6\xe9\xe0\x43\x6c\x3d\xc1\x83\x0f\x71\xf0\x21\x0e\x3e\xc4\x87\xf4\x21\xae\x30\xa8\x47\xea\x48\x5c\xfd\x8e\xc1\x9b\x08\xff\x77\x24\x6f\x22\xd0\x7f\x17\x97\x62\xf3\x41\x1c\xfc\x8a\x83\x5f\x71\xf0\x2b\xf6\x65\x76\x83\x73\x71\x70\x2e\x0e\xce\xc5\xc1\xb9\xf8\xdb\x72\x2e\x22\x37\x7c\x74\x1e\xc6\xda\xb2\x07\x37\x23\x19\xdc\x8c\x83\x9b\x71\x70\x33\xf6\xe4\x25\xb2\xe0\xff\xf6\xc1\x8a\x9f\x65\x42\xb3\xeb\x12\x9e\xba\x4c\x12\xa6\x54\xa7\xb7\xb1\xed\x11\xe4\xe6\xc1\xd8\x95\x05\xe6\x3c\xfb\x6c\x6b\x38\xbf\x60\xf7\xba\x7a\xef\x54\xc0\xd7\x43\xb1\x7e\x9f\x4b\xe7\xcb\xf7\x8c\xc9\x5f\xe9\x1d\x37\x54\x8a\x8a\x3f\xa9\x44\xe6\x2c\x0d\x56\xd0\x02\x3a\x5f\x71\x4d\x16\x65\x32\x27\x8c\x2a\x8e\xa5\x11\x66\x05\x15\x7a\xf5\x39\x5b\xa6\x0f\xcf\xa2\xab\x52\xef\xf2\xd3\xa5\x50\xf8\x11\x5c\xcc\x06\x6f\xe5\xe0\xad\x1c\xbc\x95\x75\xb2\x3f\x26\x6f\x65\x85\xcf\x35\xf0\xab\x83\xf9\x2b\xc7\x04\x2d\xb2\xc0\x7c\x5c\xc5\x0d\xf6\x6b\x49\x33\x77\x2f\xc3\xcf\x4b\xa8\x84\x91\xb2\xca\xa4\xd6\x66\x19\x13\x23\x11\x5d\x37\x18\x8d\x12\x11\xbc\x23\x55\x77\xe1\x7e\x3c\xa3\x9d\x34\x3b\x8e\x6f\xd4\xdc\x5a\xdb\xef\x11\xa5\xc8\xe3\xf0\x8b\x06\xea\xad\x73\x8b\xb6\x8a\xdc\xbd\x21\x2e\x2b\xbb\xf8\x51\x8a\x4f\x96\xb9\x5d\x6a\x64\x18\x6c\x9d\xc3\xa7\x71\x7c\x90\x95\x4e\xf5\xf5\xef\x20\x34\x8c\x0a\xe5\x49\xa7\xb0\x6f\xe2\xdc\xf3\xd5\x88\x07\xc2\x1c\x97\x76\x0e\x70\x9e\x58\xb3\xa2\x47\xb5\xdf\xee\x82\x8d\x57\xb6\x3e\x8d\xb6\x25\x6d\xa0\xac\x4c\x35\x81\x6a\x73\xbe\x77\xc7\x8a\x49\xc7\x7b\xff\xce\x8a\x89\x7b\xaf\xaf\x0e\xf5\xd7\x9b\x9b\x2b\x02\x0f\x1f\x59\xaf\x8b\x76\xf1\x53\x99\xad\xab\xc6\x51\x1b\xd9\xc0\xf0\x6a\x8d\x7f\x29\x29\xca\xb8\x35\x73\xb4\xcb\x3d\x0a\x90\x86\xb7\x7d\xfe\xf4\x73\x97\xf9\xf3\xb1\x3a\xda\x4a\x73\x06\x6e\x31\x63\xf7\x70\x9a\x91\xb2\xc8\x94\x73\x6e\x81\xa6\x69\x15\x23\xec\x53\x06\xf7\x0b\xe4\x2e\xf9\x7d\xa5\x91\xac\x4d\x15\x14\xd9\xd2\x65\x27\x4e\xcb\x2c\x1b\x91\x29\x37\x3a\x92\xd2\x2c\x77\xfe\x2f\x73\x80\xc6\x84\xdc\x9e\xfd\xfe\xf6\x8c\x2c\x18\x15\xc0\x9c\x8e\x6e\x6f\x99\x53\xd4\x45\x2f\x77\x06\x43\x18\x21\xb0\xb5\xea\x75\xb4\xe5\x4e\x26\x6a\x04\x35\xa6\x5e\x93\x19\xd3\x23\x92\x4b\x65\xfe\x7f\xa9\x47\xd6\xec\x1a\x11\x68\xd6\x38\x22\x73\x46\xd3\x91\x2b\x7f\xf8\x50\xd4\xe8\xc9\xfa\x91\x52\x5d\xbc\xbf\xf7\x55\xda\x88\x7b\xee\x89\x75\xee\x99\x6d\x3a\x29\xb5\xee\xec\xfc\x05\xac\x33\xcb\xc0\xcc\xf1\xc0\x3f\x58\xce\xe9\xbe\xab\x73\xeb\xf7\x59\x8f\xa6\xa1\x06\xb1\x27\x0c\xea\x5c\x21\x6f\x16\xab\xb1\xdc\x9e\xcd\x98\xbe\x3d\x33\x5a\x83\xf3\x1b\xb8\x1f\xf0\xdf\xb7\x67\x63\x72\x7b\x76\x7b\x46\x9e\x83\x4a\xf5\x62\xe7\xef\xe8\x53\xcd\xf8\xa3\xd7\xf4\xda\x6a\x19\x5b\x2b\xb8\xf6\x51\x63\x42\xde\x60\x6f\xcd\x6c\x09\x4e\x8d\x82\x61\x3d\x32\x92\x72\xa5\xb9\x70\x0f\x61\x82\xbb\x90\xd1\xbc\xe0\x2d\xc9\xb2\xf0\x17\x55\xfd\xec\x58\x8d\x04\x12\xb5\x69\x25\xab\xcf\xa1\x8f\xde\x3c\x63\x2b\xae\x9d\xd7\x6c\x72\xd5\x44\xe1\xdb\x33\x9a\x65\xb7\x67\xa8\x18\xb4\x59\xf3\xd6\x9e\xa2\xa4\xc9\xbd\x20\x0b\x72\xcd\xb2\x69\xa7\xe6\xd4\x67\xe7\xbc\xc0\x5a\xbf\x71\xee\xd4\x43\xbd\xbb\x10\xe6\x84\xd4\x75\xdc\x29\x67\x35\x1a\xa3\x6a\x2f\x77\x43\x95\x93\x9e\x8b\xbb\x0e\x23\x37\x58\x9f\x5f\x9e\x90\x62\x9b\x62\xd4\x1b\x68\x42\x34\x96\x3e\x2b\x92\xa7\x22\x78\x8c\xb8\x1a\x91\x7b\x94\x35\x58\x19\x7e\x64\xed\xe3\x48\x14\x15\xf2\xdb\x72\x2f\x44\xbe\xeb\xe5\xb6\x71\x3e\x9b\x88\x27\xfe\xbd\x5a\x21\x6c\x77\xae\xb8\x37\x85\xaf\xa7\xb6\x57\x51\xf5\xec\x87\xf9\x8a\x1f\xc0\x4f\xac\x06\x8b\xb7\x2c\xb6\xc4\xa2\x3e\x8d\x10\xdb\xb5\x57\x16\xab\x11\xe0\x1c\x45\x8a\x35\x3c\xb9\x12\xcf\x34\x51\x7c\x26\xa0\xaa\xae\xd0\x23\xf0\x9b\xd8\xc2\x2a\x24\x2d\xa1\x23\xa6\x66\x0a\xdd\x50\xb9\x84\xe2\x90\x80\x35\xe4\x22\x91\x8b\xdc\x6c\x78\x3f\x0f\xdc\x5f\xfa\xb8\xd1\x2f\xaf\xde\xe3\xb8\x26\x91\xe2\x7e\x44\x25\xb2\x52\xeb\x38\xfa\x48\x63\x85\xfb\x02\x26\xe6\x28\x58\x6f\xbc\x51\x29\xa3\x62\xc1\xd0\xf0\x32\x89\xa3\xdf\x2c\x84\x1f\xe3\x2b\x2a\xca\x05\xf4\x69\x8d\x99\x9f\xad\x1c\xef\x67\xf7\x25\x37\x7c\xf5\xc9\x07\xd7\x42\xdd\x62\x41\xa4\xf5\xe4\x9e\x30\xb6\x5e\x41\xff\x7e\xce\x75\x38\x7a\x18\xe3\x08\x18\x17\x73\x3a\x69\x8e\x75\x5d\x40\x79\xbf\xf4\xb1\x61\xa6\xed\xe7\xc3\x68\x76\xc7\x8a\xa5\x9e\xe3\xa1\x3b\x41\x3a\xf5\xa5\x51\x0d\xfd\x13\xce\x04\x3a\x84\x57\xe8\x51\xfb\x3e\x1f\xab\x77\x27\x91\xf8\xab\x31\xbe\x15\x66\xf4\xc5\x54\xca\xdb\xb3\xb8\xf7\xa5\xbd\xe6\x9e\x31\x3f\x9b\x4a\xf9\x0c\xd5\x25\xe8\x41\x12\x9d\xca\xb6\xa9\x1f\x9d\x0d\xd4\x61\xff\xec\x51\x0c\x3d\x29\x13\xa8\x4d\xef\x6a\x97\x33\x2d\x4f\x34\xc4\x88\xc0\x5f\x8e\x5a\x2e\xda\xef\x8d\x01\xa2\x31\x21\x1f\xa5\x06\x97\xa2\x2d\x73\x4d\x57\x9c\xac\x56\xcf\xe4\xa2\xa6\xf9\x1a\x9d\x1f\x54\x47\xeb\x3f\x30\x07\x99\x66\x24\xa1\x8a\x8d\xc8\x84\x25\xb4\x54\x36\xfc\xe6\x7c\x07\x34\xbb\xa7\x4b\x05\x9c\xd7\x58\x64\xbe\x2a\x4e\xe4\xab\x5c\x36\xaf\x73\x88\x1a\x0d\x51\xa3\x21\x6a\xf4\x64\xa2\x46\xcd\x5c\xec\x90\x91\x23\x04\x07\x88\xd4\xe9\x97\x3e\x74\x64\xb4\x9f\x21\xde\xf3\x08\xe3\x3d\xbd\x9c\x16\x7b\x0b\xf7\xac\x3b\xb2\x1b\x8b\xeb\xb5\xf8\x78\xeb\x5b\xf7\x45\xe9\xea\x4d\x2e\xbc\x2b\x34\x5e\x62\xe4\x17\x35\xc7\x22\x0e\x36\xb5\x0c\xf3\x8d\x31\x98\xde\x28\xbc\xd0\xe8\xae\xdd\xf2\x66\x34\xc7\xd0\xd6\xdd\x8a\xe6\x28\x5a\x08\xa2\xc4\x6c\x01\x3d\x94\x15\xf7\x7c\x95\xb6\xeb\x4d\x8c\x7d\x7e\xe8\x86\x5f\xd9\xb5\x77\xeb\xbe\xb7\xfb\x5b\xf7\xe6\x1b\x89\x4e\xf7\xa7\x32\x63\x1b\x69\xaf\xd1\x03\xc1\x68\xb7\xc6\x13\x5b\x71\x9b\xb4\x2a\xb2\xb6\x8b\x0d\x8d\xd1\x4d\x37\x71\x2d\xbd\xba\x13\xc6\xa6\x5e\x06\x77\x08\x49\x59\xce\x44\x6a\xe4\x45\xd4\xd6\x0d\x6a\x65\x56\x83\x0a\x0b\x99\x5a\x45\x8d\x8a\x25\x01\xc4\xae\x22\xec\x5b\xce\x0a\xc0\x3d\x43\x89\x49\xa7\xc5\x58\xc9\x03\x0a\x76\xcb\x47\x87\x66\x6f\x50\xa5\x75\xb2\x24\x9f\xdf\x83\x96\xa8\xe6\xf2\xfe\x62\xce\x53\xe7\xbd\x56\x23\x50\xe7\x25\xf9\xb5\xe4\xc9\xd7\x6c\x49\x32\xa6\x01\xd3\x2d\x52\xa4\x47\xc1\xa8\x8a\xa5\x20\x2f\x62\xe4\xd5\x98\xbc\xd7\xee\x65\x1f\x7f\xb9\x21\x7f\x0a\x2f\xf4\x4d\x68\xb0\x15\x13\xbc\x3d\x2d\xf8\x5d\x3d\x9c\x92\xb2\x84\x23\x8a\x8b\x3a\xc3\x99\x72\xc5\x14\x74\xa7\x80\xc9\x52\x96\x97\x7a\x39\xc2\x8c\x56\x92\xf1\x29\xd3\x7c\xc1\x2e\x42\xa1\x4f\x24\x5c\x22\x8b\x82\x25\x5a\x98\x73\x99\x48\x91\xb0\xc2\xac\xaf\x81\x41\xe2\x70\xf0\x9d\x57\xcc\x1c\x57\xb7\xd7\x4e\x44\xee\x29\x74\x68\x49\xa1\x71\x4f\xdb\xa2\x5d\x88\xa7\x01\x85\x3e\x58\x13\x83\x35\x31\x58\x13\x38\xe6\x29\x58\x13\x11\x83\x3d\x9c\x31\x71\x14\x6b\x21\xfe\x92\xfd\x1b\x0b\x0d\x62\x96\xae\x08\xd7\x47\x92\x35\xbb\xb1\xb5\x10\xeb\x2a\x07\x37\x16\xea\x27\x32\x52\x8e\xd6\x35\x13\xde\x2c\xfc\xad\xa5\x3f\x9e\xe0\xd3\x86\x46\x9a\xa1\x81\xef\xd1\x83\x66\x1b\xfa\x34\xf7\x8b\x79\x1f\xa4\xfb\x20\xdd\x07\xe9\x5e\x27\xfb\xe3\x95\xee\x47\xf4\x13\x0e\x7e\xc0\xc7\x28\xd9\x8f\xe7\x03\xdc\xdc\xff\xf7\x04\x7c\x7f\x8f\x33\xe3\xf4\x9d\x59\x35\xfa\x09\x54\x0e\x2d\x41\xac\x50\xf5\x69\xb7\xe3\xbf\x30\x0d\xa3\x9e\xbf\x20\x0b\xa6\xe7\x32\x0d\x32\xa1\x9a\x84\x4a\xc8\x35\x17\xae\xcf\x3f\x37\x3c\x25\x2f\xa3\x22\x1a\x01\x39\xea\xda\x7d\x40\xeb\x97\xcc\xd6\x2b\x98\xb3\xa2\x0d\x10\xb6\x73\x1e\x6b\x15\x7d\x63\x43\x1b\x4b\x59\x3e\x2b\x18\x31\xba\x83\xe1\x6e\xd3\x95\x34\xda\xc3\x03\x0a\x06\x7f\xf1\x13\xf2\x17\x47\xdf\xda\xaf\x0f\xe5\x5a\x99\x6b\x8e\xe4\x9a\x32\x09\x9b\x56\x27\x58\x53\x4f\x00\x6c\x85\x86\xcb\x40\xde\x63\x4b\x22\x44\xde\x2c\xc9\x2d\x3c\x75\x7b\x06\x99\x0b\x46\xc3\xbb\xb5\xf7\xca\x56\xbd\x00\xa4\x22\xb7\x7a\x78\x5e\x60\xd6\xb4\x22\xb7\x67\xff\x00\x7e\x30\x85\xc2\x05\xe4\x9e\xb9\x66\xc4\x64\xc1\x5c\xc7\x59\x2a\x96\xf6\x56\x9e\x80\x09\xd6\x59\x93\xa6\x5b\x41\x69\xb7\xa8\x50\xbd\xe8\x32\xa7\xac\x12\xc2\xf1\x98\x81\x6d\x4a\x6e\x8a\x92\x19\x2a\x46\x78\xed\xd0\xbf\xdc\x25\x95\x4c\x69\xa6\x58\xe8\x8f\xb6\x4d\x8d\x8d\x94\x09\xde\xb9\xc2\xb7\x30\x28\xee\xc3\xbd\x7e\x81\x38\xe9\x28\xea\xdc\x06\x2b\x85\x33\x06\xc5\x6f\x68\xf8\x64\xfc\x06\x0a\x5d\x87\xdd\x5b\xe0\x6f\xf6\x94\xd5\xa4\xc9\x9c\x02\x24\x5d\xe6\x5c\x80\x86\x20\x82\x6a\x27\xc3\xb8\x68\x55\x63\x62\x57\x6f\x1b\x73\x99\xf5\x69\xbb\xf6\x88\xf2\xe6\x4f\x5b\xd5\x28\xf1\x31\x8d\x77\x7d\xaa\x95\x54\x47\x5b\x98\xa2\x55\x53\x7d\xf6\x13\xb4\xbd\x87\x50\x0a\x91\x09\x04\x79\x2a\x61\x94\xaa\x47\x1f\x7c\x02\x10\xce\xe0\x8a\x18\xe9\x5c\xb0\x6c\xe9\x40\xae\xe0\x04\x99\xd9\xc8\x08\x4c\x68\x08\x1d\x23\x8d\xa4\x31\x1c\x4b\xb3\x65\x9a\x15\x0b\x2e\xea\xd3\x2b\xab\x68\x0b\xa2\x72\xae\x41\xdd\xe2\x7a\x4c\xfe\x0c\x45\x57\x94\xa6\x22\x61\x23\xf2\xe9\x4f\x97\x6f\x5c\x89\x39\x88\xb0\x40\x1a\x7d\x21\x33\x86\x89\x4f\x4c\xc8\x72\x36\x87\x3f\x58\x0c\xab\xe6\x59\xe6\x7b\xb8\xc3\x9a\x6c\x9f\xb7\x95\xb8\xcd\x6a\x5d\xa7\xde\x9c\x11\xa7\xea\xc4\x44\xc2\xfb\x2a\x67\x1b\xa8\x19\xd9\x0e\x4b\x90\x08\x68\x35\x40\xa1\x9b\x60\x36\xe0\xa1\xdd\x73\xef\x28\xc7\x37\xba\x2c\x8b\x4d\xf9\xde\xaa\xfb\xb4\x93\xed\xad\x3c\xb2\x82\x59\xf6\xdd\xc8\xd0\xc7\x66\xcf\xe3\xcd\x9c\xdb\xff\x76\x07\x63\x7d\x70\xd1\x76\x81\x74\xf7\x5c\xc5\xa6\x1c\x57\xbe\xe3\xbb\x2f\x2d\xd4\x19\x70\x8c\x83\x8d\x7f\xb2\xb0\xbb\xea\xd1\xc6\xf5\x42\x96\x1e\xe8\xed\x77\x6c\x64\x98\x02\xf5\x00\x58\x46\x0b\x84\x49\x63\xbc\x94\xeb\x67\x8a\x28\x3a\xc5\xc6\x85\x4a\x95\x0b\x56\x41\xaf\xcf\xa9\x85\x09\x87\x38\xe3\x08\x5a\xc3\x23\x9b\xa4\xda\x4e\xa3\x36\x83\x9d\xef\xc6\x61\x0c\xf1\xf1\x53\xcc\x97\x24\x72\x31\xe1\x02\x3f\x1f\xe8\x08\xdb\x3b\xae\x9e\x77\xcf\x2b\xea\xcc\x07\xe8\x12\x96\x33\x22\xaa\x4c\xe6\x46\xe8\x53\x11\xb3\x68\xcc\xe0\x94\x0c\x61\xf9\x65\x9e\xcb\x42\xaf\x3e\x8b\xf5\xc8\xa8\x26\x71\x92\x00\xd8\x6a\x17\xb2\x20\xb5\x3c\xd1\x86\x08\xf5\x16\xfc\x20\x3c\xdc\x41\xc4\xf7\xe1\xa8\x5a\xd1\x60\xa4\x8c\xf0\x68\xf1\xa8\x6c\x19\x38\x1d\xcc\x01\x85\xe2\x2a\x45\x65\x85\x78\x09\xb8\x22\x0b\xa9\xb4\xa1\xfd\x02\x32\x40\x99\x80\xb6\xdd\x0c\x0e\xb3\x99\xb6\x42\xbe\x0a\x55\x7d\x2c\x3a\xfe\xbd\x89\xb4\x2a\x3e\xef\x5b\x88\x31\x51\xa3\x77\xff\x54\x59\xdc\x9e\x5d\x92\x3b\x62\xdb\xe2\x18\x09\x1e\x64\x8d\xb5\xb7\x93\xf5\x05\xd9\x30\xbb\x18\x88\xc5\x06\x5b\xb0\x3f\xfa\x3f\x5e\xda\xef\x46\xf8\x9e\xc2\xb8\xba\x29\xeb\xee\x4c\x33\xab\xd9\x97\x10\xc7\x42\x6c\x43\x09\xa5\xa1\x84\xd2\x10\xe0\x1a\x02\x5c\x4f\x3c\xc0\x85\xcc\x6e\xa8\xa3\xb4\x47\xc2\x0d\x41\xb5\x87\x28\xa6\xb4\x4d\xc1\xf9\xd5\xfd\x1c\xca\x2a\xfd\x06\xcb\x2a\xad\x6c\xfd\x50\x5b\x69\xa8\xad\x34\xd4\x56\xda\xf1\x3e\x0d\x05\x96\x86\x02\x4b\x43\x81\xa5\xa1\xc0\xd2\x50\x60\x69\x43\x9d\x68\x28\xb0\xd4\xbd\xa8\xfd\xaa\x7e\x43\x95\xa5\xf5\x3e\xba\xa1\xca\xd2\x50\x65\xe9\x01\xe8\x34\x54\x59\x3a\x29\x6b\x68\xa8\xb2\xb4\xbd\x84\x19\x4a\x2d\x0d\xa5\x96\x86\xe8\xd2\x10\x5d\xfa\x6d\x46\x97\x7e\x4b\xf5\x96\x86\xb8\xd0\x49\x15\x5d\xda\x4f\x58\x68\x28\xbf\xb4\xff\x2c\x93\x75\x01\xb7\xa7\x97\x53\xd3\xea\x13\x7f\xb8\xc4\x9a\xfd\xfa\x50\x86\x6a\x4c\x43\x35\xa6\xa1\x1a\xd3\x60\x70\x0c\x06\xc7\x60\x70\x9c\x90\xc1\xf1\xf8\x4b\x32\x55\x0c\x8a\xa1\x2e\xd3\x03\xd7\x65\xda\xbb\x3d\xf1\x5b\xac\xd0\xd4\x6a\x23\x0f\x65\x9a\x06\xb1\x4f\x06\xb1\x3f\x88\xfd\x93\x47\xb1\x0f\x3e\xc4\x47\x2b\xf2\x1f\xc2\x7f\x38\x94\x6e\x72\x7f\x1c\x4a\x37\x1d\xa5\x74\xd3\x50\xb9\x69\x70\x35\x9f\x8e\xab\x39\xfa\xe0\xdf\x54\x0d\xa7\x47\x5c\xc2\xa9\x4b\x07\x19\xea\x38\xad\x59\xe1\x50\xc7\x69\xa8\xe3\x34\xd4\x71\x7a\xbc\x75\x9c\x3a\x7c\xae\x43\x31\xa7\xa1\x98\xd3\x50\xcc\x69\x28\xe6\x34\x14\x73\xc2\x3f\xef\x6e\x90\x0d\x15\x9d\x1e\x62\x03\x9e\x7a\x59\x27\xa9\x12\x9a\x71\x31\x1b\xdf\xbd\x1a\xbf\x29\xa4\x52\x36\x4c\x83\x3e\xe9\x4f\x6c\xca\x0a\x23\xfd\xd6\xc8\xf3\x35\x4f\x05\x91\x6e\xb5\xb5\x4a\x01\x00\x09\xc8\x1c\x63\x23\xf2\xd4\x28\x99\xd3\xa5\x95\xfc\x53\x06\xc2\xc1\x51\x65\xcf\x71\x28\x17\x74\x0a\x79\xbf\xb0\xda\x2d\x8a\x38\xf4\x8d\xc0\xd4\x5e\xf4\xd3\x11\xe3\x1b\xb7\x67\x87\xcb\xa1\xee\xfa\xac\xd7\x17\x17\xc1\x65\x6d\x3e\x2c\x95\x89\xba\x28\x15\x2b\xce\x67\x25\x4f\xd9\x85\xdd\x76\xce\x0a\xf5\x3b\x08\xd8\xee\x57\xe3\x85\xed\xa9\x7f\xd7\x9e\xae\xca\x5f\x0d\xa7\x30\x87\x3b\xbb\x92\xe9\xa5\xfd\xad\xe2\x37\xa9\x93\xcc\x29\x9a\x21\xa0\x49\xe6\x7e\x12\x92\xcb\x94\x50\x3f\xcd\x10\x79\x1d\x22\xaf\x43\xe4\xb5\x4e\xf6\xc3\x46\x5e\x3b\x02\x86\x58\x7e\xc7\xee\x8d\x5b\xc9\xc1\xe9\xe5\x3f\xb9\x91\x20\xdb\xc6\x85\x7b\x30\xb2\xce\xa0\xf0\x84\xcd\xe9\x1d\x97\x65\x61\xcd\x6b\xc7\xb9\x0e\x4d\x11\xf3\xcd\xe7\x54\xa4\xe7\xe8\x44\xda\x3b\xae\xac\x0f\x6d\xba\x23\xcc\x0e\x7f\xdd\xec\xa3\x8f\x19\x7d\x7f\xaf\xf4\x7e\x23\xc1\xee\x3b\x9b\x03\xc0\x6d\xe2\xad\x3d\x08\xbc\x59\xfc\xb7\x07\x95\x7f\xe6\x4a\xaf\x11\xa7\xce\x16\x69\x95\xa1\xf6\xae\xaa\x41\x96\x9e\xb4\x2c\x6d\xb2\xd6\xf6\xb0\xd7\xad\x73\xef\x8f\x0d\xec\x64\x8b\x0f\x2a\xc4\x53\x51\x21\x0c\x9f\xea\xaf\x40\xc0\x51\xf6\xea\xc3\xe6\x36\x0d\x1e\xe9\x2e\x23\xe6\x04\x44\x05\xb0\xef\x23\x8a\x8b\x0e\xac\x90\xad\x2e\x91\xec\xc9\xfa\x5a\xd0\x6f\x9f\x18\xf8\xa6\xba\x78\x57\x99\xe7\xac\x20\x19\x5f\x70\x1d\x8a\x1b\x96\x2e\x74\x9d\xcb\xd4\xba\xf6\x6d\x2c\x43\x31\xed\xa0\x68\x61\x41\x3f\x99\x5f\xed\xa5\x53\x0b\x9a\x65\xe8\x0b\x17\xe4\x03\x17\x6e\x19\x35\xd6\x87\x6a\x87\x59\x00\x17\xfa\x87\xef\x9b\x6f\x8a\x91\x24\xb3\x98\x91\x55\xae\x4a\x98\xbb\xe3\x13\xa3\x91\xde\x53\x28\xef\xd7\x7c\x75\xe1\x46\x6b\x49\xee\xe7\x3c\x99\xd7\xbe\x17\x88\x01\xff\x49\x52\x79\x2f\x30\x76\x66\x6b\x8a\xc1\x43\xaf\x0c\xe1\xc6\x84\xd4\xde\x1c\x39\x20\x27\x8c\xbc\xf4\x91\xe4\x2c\x9f\x53\x32\x65\xd4\xb0\x14\x32\xa3\x9a\x91\xbf\x5e\x5d\x5e\x9b\xf9\x6f\xe4\xff\xcd\x0a\x89\x51\x4e\x3a\xc9\x58\x8a\xf1\x1f\x4d\x32\x46\x6d\x41\x1d\x34\x11\x88\x2c\xc8\x3b\xe7\x33\x5f\x30\x5d\xf0\xa4\x1a\x3d\x1a\x13\x72\x8d\x87\x14\x56\x92\x68\x48\x0b\x53\x24\x93\x62\x06\x3e\xf7\x78\x4e\x3b\x01\x32\x74\x1e\x55\xe8\xdb\xfb\x2e\x02\x15\x6f\x68\x31\x63\xfa\x13\xb0\xb8\x9d\x14\xe2\x75\x0e\xc2\x75\xec\xaf\xf0\x0e\x41\x2d\x71\x63\x83\x77\xef\xa7\x35\x62\x1d\xea\x13\x65\x8c\x16\xa2\x92\xd5\xe8\x85\x5d\x22\x85\x2a\x17\x08\xf2\x33\x1b\x07\xe3\xcd\x15\x32\xa3\x53\xa6\x0c\xff\xac\xdf\xb6\xc9\x92\x94\x10\x4c\x36\x92\x0d\x0e\x41\x5c\xa5\xa6\xc5\x9e\xd0\x40\xc1\x37\x57\x9f\x3f\x6b\x9e\x59\x17\xf1\x15\x2b\x12\xa3\xda\xcd\xba\x9c\x65\xf8\x30\xa1\x77\xac\xa0\x33\x46\xde\x5c\x7d\x26\x65\x98\x86\x3c\xf7\x62\x1a\x21\x2f\x94\xe4\x7e\x66\xbc\x2d\xae\xce\xd3\x9b\xab\xcf\x2f\x88\x04\x7c\x6a\x96\x61\x15\x51\x99\xaa\x9f\xcc\x39\x37\xdc\x21\x54\xd0\xc1\xcf\x87\xfb\x42\xa2\x2d\x74\x05\xec\x5d\xd9\xa7\x52\xad\x44\x99\xb7\x3c\x71\x3d\xa5\x57\xed\x34\x8e\x9a\x19\xea\x61\x5d\x74\x9d\xf1\x69\x77\xca\x2c\x4a\x61\xbd\xac\xe8\x16\x15\x76\xba\x2d\xcf\x8e\x5b\x4c\xdb\xe1\xf1\xa7\xc1\x9c\x84\x11\xd9\xe4\x28\x8d\x08\x1b\xcf\xc6\xe4\x8f\x2f\xe3\x7a\x57\x54\xf8\x57\x99\x0f\xe5\xca\x5e\x16\x21\xef\xc9\x1f\x5f\x7e\x87\x50\x0d\x55\x9d\x68\xef\x4c\xcb\x7e\x74\x4f\xf1\xe3\x48\xd4\x20\x5f\xdc\x9d\x5f\x50\x41\x67\x51\x4c\xb5\x49\xd6\xef\x69\xed\x96\xeb\xf4\x5c\xfb\x2a\x8f\x7a\xc8\xb5\x67\x54\x69\x14\x8b\x7c\x35\x02\xb0\x83\x8a\x0c\xd3\xad\x93\x0f\xe6\xc5\x44\x73\x0b\x7b\x68\xb9\xb8\x4e\x70\xac\x6a\x50\x3f\xf9\x0c\xed\x9a\x1e\x61\xc1\x48\x85\xcc\xc8\x5c\xde\x13\x39\xd5\x36\xd6\x5e\x93\x09\x80\x28\xa1\x62\xd6\x9a\xa7\x28\x27\x80\x18\x49\xff\xc2\x04\x43\x0f\x7e\x97\x4e\x24\x15\x98\xf2\xe6\x60\xce\xfc\x43\xc4\xcd\xb3\xe1\x6e\xfe\xe1\x3f\xf6\xcc\x88\xeb\x37\x6c\xcd\x01\xde\x13\x37\x86\x73\xb5\x0e\x15\x04\x92\x38\x2a\x1f\x47\x89\x93\x5a\x0e\x25\x55\x45\xd2\x0e\x7e\x9d\x93\xf6\xeb\x0c\x0e\x8e\xa7\xe2\xe0\xd8\x31\x46\x72\xf0\x68\x77\x93\x37\x65\xcf\x41\x12\x60\x4e\x9d\x21\x91\x98\x75\xd8\xf0\x48\xe1\x82\xe4\xc0\xe3\x9f\x54\x70\x04\x69\xd2\x3f\x14\x12\xd4\xe9\x87\xa3\x07\xf9\xc4\x68\x7a\x2e\x45\xb6\x3c\xd5\xc0\x0b\x8a\xc9\x43\xf8\xcd\xc2\x19\xee\x10\xc2\x90\x43\x17\x72\x59\x40\xa5\x0a\x49\x2e\x60\x0e\xa9\x55\xb3\xb9\x53\x18\x17\xdb\x6a\xc4\x0e\x12\xae\xbc\x27\xc9\x2a\x82\x56\xe0\x1e\xc6\x80\xdd\x41\xcb\xe9\x46\x40\x87\x51\xf5\x82\xb9\x4d\xc6\xe7\x01\xa9\x4d\x13\x5d\xd2\x2c\x22\xb6\x57\x50\x03\xd5\xe3\x1b\xbb\x5f\xa2\xc7\x3c\x89\x65\x2c\xd1\x9d\x20\xe4\x8c\x4e\x58\x46\x7e\x2d\x59\xb1\x44\xd3\x37\x38\x50\xad\xba\xb5\xa0\xda\xfa\x13\xbd\x25\x05\xa0\xd8\x80\x99\x55\x74\xc1\x5c\x77\x16\x9c\xcf\xbd\x1c\xf2\x0a\x5c\x39\x62\x54\x49\xf0\xcb\x00\x97\x7d\x27\xb9\x21\x8b\x2e\xa4\x61\x2b\xa0\xf8\x4d\x96\x56\x93\xb0\xe0\x46\xfb\x90\xf3\xaf\xb8\xa9\xcc\x0b\xed\x44\xf6\xbd\xf0\x05\xe7\x39\x2d\xe8\x82\xa8\xa5\xd0\xf4\x5b\xc4\x0b\x6d\xa4\xb8\xba\x36\xd5\x13\x53\x05\x4f\xa9\xdf\xc1\xff\x9c\xfb\x87\xf7\x0b\xac\x2a\xf6\x6a\x1b\x7c\x8f\x40\xcb\x01\x7c\xd8\x63\x83\x06\xf0\xe1\x00\x3e\xb4\xf7\xc5\x45\x23\x3e\x40\x2c\xe1\xba\xde\xd6\xa3\x21\x65\x7b\x65\x78\x94\x9a\x31\x97\xf7\xde\x37\x4f\xa4\x80\xfc\x4a\x88\x51\x40\xb2\xa5\x52\x32\xe1\xd0\x4c\xc0\xe6\xc8\x2c\xc9\xdf\x42\xd1\x73\xab\xf0\x3f\x37\xe2\x99\x7d\xa3\x8b\x3c\x63\x24\x63\x62\x86\x6d\xd2\x7e\x2d\x59\x09\xac\x30\xc9\x64\x99\x92\x05\x53\x8a\xce\x0c\x97\x34\x82\x86\x27\x0c\xaa\xf5\xfd\xd7\xd5\x35\x5a\x6a\x99\xa4\xe9\x84\x66\x46\xf2\x14\xa4\x28\x85\x80\x5c\x9e\x52\x2b\x9e\xc2\x9e\xdb\xbe\x30\x2f\xc6\x95\xe4\xfd\x5b\xeb\x63\xbf\x3d\x83\x76\x24\x51\xad\x40\xc5\x74\x9f\x70\x1e\x7c\xeb\xc7\xee\xa3\x17\x06\x36\x75\x7a\x70\x71\x21\x41\x30\x07\xb7\x35\x63\xa2\xc3\x82\x33\x1b\xd4\x22\x0f\x77\x09\x54\x1b\x91\xe0\xe7\x5d\xa7\xb2\x57\x97\x80\x4e\x60\x0c\xab\x79\x5e\x49\x5d\xb4\x21\x41\xbf\x9d\x62\x05\x67\x2a\x94\x97\xc4\x6e\xbc\x38\xd1\xda\x98\xca\x25\x7a\x9b\xff\x6e\x4c\xff\x9d\x3f\x76\xec\xb9\xf6\x7f\x95\x54\x68\xae\x97\x6b\xbf\x73\x75\x05\x6e\x57\x6d\xc8\x26\x67\xc5\x79\x2e\xad\xbb\xc5\xec\xf2\x2c\x93\x93\x10\x00\x7c\x0e\x2e\xf6\x5f\xed\xab\x5e\x8c\xc9\x87\xd2\xa8\x53\xd9\x92\xb0\x6f\xe6\xa0\xf2\x3b\x86\x17\x06\x43\x1e\xf0\x86\xb5\xc4\x78\x40\x2a\x34\x7d\xbe\xff\xec\xe8\x70\x6f\xf8\xcd\x31\x71\xb7\x80\x3b\x44\x17\xf3\x80\xbc\xb3\x4b\x5f\x6f\x1a\x5e\x2b\x09\xe7\xf4\x76\x4f\x32\x5a\x3b\x2b\xbd\xf9\x68\x0f\x76\x65\x5f\xf6\x90\x57\xa7\x61\x09\xee\xf0\xac\x90\xc2\x52\xc0\xc6\x95\x52\x1b\xb3\x72\x8e\xef\x14\x74\xf8\x96\x6b\x61\xe7\x7a\xc8\x4f\x5c\xff\x6d\xed\x37\x63\x1d\x77\xdf\x49\xd2\x78\xd1\x0c\x4c\x19\x9c\xe2\x51\x88\x97\x3b\xae\x6b\x8b\xd4\x0e\x12\xa8\x26\x81\x36\xe7\x3c\x6d\xe7\x71\x9f\x1c\x69\xf3\x7c\x92\xb6\x28\x99\x3b\xa9\x95\x74\x13\x0c\x9d\xb4\x46\xb1\x47\x16\x86\x63\xfe\x62\x0c\xa4\x04\x18\x3a\x46\x1e\x55\x6c\x4c\xa3\x2d\xed\x8a\x6e\x84\x1e\x71\x46\xe7\x5b\x44\x2e\xfb\x15\x97\x05\x99\x50\xb3\x81\x36\x2b\x1b\x89\xab\x02\x62\x61\x08\xe6\x0c\xc1\x9c\x21\x98\xd3\xc0\x88\x1f\x28\x98\xe3\xde\xbc\xd2\x7f\xfa\xa9\x25\xc0\xac\x67\xbf\x9d\x21\x1f\x65\xeb\xcd\x45\x0d\xcc\x92\xc0\x71\xa3\x40\x50\xe9\x23\x41\x4f\x32\x57\xa6\x83\x8c\xdd\x51\x22\xe5\x4b\x32\xc6\x6a\xd6\x6f\x26\x7d\xe6\xfb\x2d\x6a\x28\xf6\xa5\xfe\x1b\x29\xb0\x9c\xe0\xe6\xca\x84\x7f\xb4\x16\x0f\x32\xbb\x65\x75\xd1\x36\x35\x04\x3a\xa7\x27\xac\x80\x3c\x7e\xe0\xd5\x3d\x64\x7c\x46\x95\xbe\x29\xa8\x50\xf0\xd2\x87\x40\x21\x55\xdf\xee\xe1\xcc\x15\x7c\x52\xe2\xa9\xa2\xfd\x68\x66\xeb\x1b\x4a\xc1\x5c\xec\x46\x4b\x42\x05\x54\xab\x6a\xe3\xee\x4a\x75\x03\x00\xed\x28\x14\xad\xf3\x72\x41\xc5\x79\xc1\x68\x0a\xb5\x96\xd8\xb7\x3c\xa3\xb6\xe8\x8a\x75\x76\x1b\x31\x9b\x32\x4d\x79\xa6\xa2\x1b\x13\xd6\x79\xa0\x82\x47\x85\x2f\x78\x84\xca\x22\xfc\xcb\xb1\x40\x4f\xaf\x67\xca\x52\xd2\x2f\x67\x9b\x2e\xc6\x8d\xec\x6a\x2d\x3b\xa9\x86\x9e\xc3\xf6\x3d\xbf\x29\x8c\x6e\xf6\x67\xac\x0c\xf6\x59\x7c\x15\xf2\x5e\xbc\xd8\x7c\x49\x76\xcc\x5a\x0c\xf0\x32\x67\xb5\x4b\xe4\x98\x9c\x5f\xcf\x7e\x1d\xd0\xf0\xfc\x2a\xdd\x8e\x60\xb4\x74\x64\xee\xad\x31\x5c\x42\x4f\xcd\x21\xad\xef\x71\x5b\x0c\x7d\xd2\xfa\x60\x4c\xbd\xb6\xcc\x83\xe4\xf8\x75\x18\xe1\xd1\xd4\x43\xa2\xdf\x6f\xd6\x74\xea\x95\xe8\xd7\x6a\x38\x0d\x89\x7f\x07\x57\x74\x3b\xc0\x4d\x6b\x9e\xaa\x49\x66\x87\x41\x9a\x96\x02\x70\x1e\x34\xe3\x7a\xe9\xd4\x87\x96\x69\xf6\x9a\x34\x18\x8d\xf4\x65\x76\xd7\xe6\x11\x6e\x90\x51\x57\xe6\x50\x95\x2f\x64\x14\x66\x4c\x59\x08\xcd\xe2\x90\xe9\x84\xe8\xf2\xeb\xe5\xf5\xae\x95\x82\xac\x18\xd6\x88\x02\xb3\xdf\x28\x49\xa9\xb0\xe4\x28\xcd\x92\xd2\x08\xd2\xca\xfe\x55\x9d\x96\xcf\xc1\xf3\x48\xbf\xf1\x45\xb9\xa8\xfd\x44\x93\x42\x2a\x6c\x74\xee\x56\x10\xe7\x48\xbd\x18\x13\x80\xf7\x34\xcf\x8b\x35\xfa\xf0\xf5\xa9\xeb\xe1\xbf\x74\x4c\x1b\x1c\xb0\x64\xc2\xf4\x3d\xb3\xb9\x07\x95\xe0\x1a\x16\x2b\xac\x07\x16\x6c\x26\xc3\x6a\x66\x0b\x84\x4a\x08\x79\x57\xcc\xe4\xc8\x2f\x15\x5c\xe3\x50\x75\x3e\x65\x89\xd1\xbd\x3d\xbc\xc9\x48\x50\xbf\x48\x2e\xf0\xc7\x14\x75\x8b\x3b\x9e\x30\xe0\x09\x14\x1a\x57\x23\xe5\xb8\x48\xf9\x1d\x4f\xcb\x10\xb7\x72\xd2\xc6\x30\x63\x20\xfd\xc2\x71\xfd\xaa\x61\x3e\x97\xf7\x84\x51\xb3\x29\x46\xd3\x0d\x51\x1f\x58\x97\x2d\x13\x7f\x40\xd1\x6d\x43\x73\x51\x47\x05\xb2\x8d\xb4\x1e\x92\x5e\x87\xa4\xd7\x8d\xd1\x69\x6b\xfd\x5a\x95\xa5\xa0\x23\xc4\x6b\xfe\x96\x13\x04\x95\xce\x02\x70\xf0\x82\x46\x41\x2f\x97\xea\x19\xf1\x3e\x1f\x42\xf1\x50\x97\x44\x66\x19\x4b\x34\xdc\x6f\x45\xee\x59\x96\x91\xff\x8f\xbd\x77\x51\x6e\x1c\xc7\xd2\x06\x5f\x05\x91\x35\xfb\xa7\x1d\x2b\xc9\x99\x59\xb7\xee\xec\x9e\x8e\x70\xd9\xce\x2a\x77\xe5\xc5\x93\x76\x56\xed\xc4\xb8\xa3\x0a\x22\x21\x09\x6d\x0a\x60\x13\xa4\x6d\xd5\xbf\x1d\xb1\xaf\xb1\xaf\xb7\x4f\xb2\x81\x73\x0e\x40\x50\x37\x52\x12\x7d\x49\x27\x63\x26\xba\xd2\x22\x08\xe2\x7a\xee\xe7\x3b\x78\xda\x30\xc8\x33\x99\x51\x8e\xd3\xa2\x3f\x67\x9b\x72\x65\xf7\x97\xc9\xd9\xc8\xb6\xb8\x39\xdb\x47\x9b\xc0\x72\x95\xbc\x51\xea\x67\x13\x47\xbd\x53\xed\x6b\x73\x18\x7d\x43\x2f\x38\x22\x70\x71\xf0\xc0\x6d\x04\xd1\x96\x4a\xf2\x58\x19\xbb\x65\xc5\x78\x3c\x57\xbd\x15\x55\x6c\xa8\x04\x58\x3e\xd1\x46\x84\xfd\xf3\x0c\xee\xe8\xfd\xeb\x57\xa5\x81\x72\x17\xd2\x4d\x7b\xf7\xae\x91\x9c\x51\x6d\x5c\x31\xf3\x65\x82\xc7\xa5\x81\x33\xf4\x56\x96\x49\x86\xeb\x12\xf7\xee\x80\xab\x55\x2c\x37\xbb\x2c\xce\x66\x19\xb5\x21\x97\xd9\x29\xc9\x16\x08\x12\x2c\xae\xb1\x42\xd0\x42\x9e\xe6\xe3\x48\xc2\x9d\x67\xe7\x3b\xe5\xe6\x96\x53\x0e\x64\xc3\xbb\x9f\xf8\x83\x66\xf0\xfa\x0f\x2f\x37\x9b\x6f\x9c\xd6\xdb\x7b\x7c\x69\xbd\x8b\x2f\xb8\xb9\x3e\x9d\x84\xdf\xde\x52\xfe\xd5\x26\x2b\x0f\x84\xf5\xd5\x7c\xbb\x6c\xe4\xc3\x44\xe6\xc2\x94\x7d\x48\x09\x67\x46\xaa\x71\x52\x46\x62\x01\x1a\xfa\xef\x76\x84\xbf\x03\x13\x84\x02\x5f\xc0\xfc\x20\x3d\x04\x12\x3b\xa4\x48\xe2\x6a\xa0\xb0\x15\x57\xb5\x8a\xc4\x7e\x13\xec\x7c\x12\x8b\x5b\x11\x2e\x97\x86\x72\xaf\xbb\x6d\x1e\xbd\x1d\xc2\xdf\x51\xc8\x9b\x8b\x37\x74\xe5\xb4\x9a\xc7\x1d\x5a\x7d\x03\x94\x09\x53\x09\x28\xf3\xab\x1c\xea\x7c\x91\x9e\xc2\x22\x66\x7a\x6a\xff\x9d\x6a\x05\x19\x4c\xab\x03\xb6\xef\x39\x3a\x7c\xd5\x75\x87\xa3\xda\xc6\x96\xf9\x38\x8a\x66\x1b\xe6\xed\xb4\xe5\x76\xd1\x3e\x91\x00\x8a\xd5\x4d\xe8\x18\x5f\xad\x8d\xad\xef\xb1\x89\xcc\x4d\x3f\x15\x59\xdf\x08\x7b\x43\xe1\x0a\x28\x76\xaa\xc6\x99\x30\xee\x95\x55\x6b\x60\x09\x63\x2b\x2b\x70\xa6\x63\xd3\x78\xfe\x40\x8e\xd7\xcf\x1e\x8c\x07\x80\x39\x52\x05\xfb\xc1\xbb\x4e\xaa\x52\x75\x1d\xc0\x8f\x48\x60\xf4\xfd\x34\xd3\x91\x30\x46\xc4\xc1\xca\x38\xc3\x0d\xfa\x4b\xbc\x4d\xc7\x47\xa2\xe6\x7a\x8c\x32\xf1\x50\x8c\x74\x26\xa8\x80\xa5\x3d\xd0\x3c\x2b\x35\xaf\xd0\x60\xb3\x62\x55\x9d\x0a\xd7\xca\xca\x3a\xc4\xf7\xc6\xab\xeb\x15\xc8\x70\x85\xfd\x8f\x8e\x28\xba\xea\x0f\x28\xf8\x97\x60\x41\x52\x95\x76\x7f\x4b\x2c\xc1\x80\x61\xf6\x19\x78\x43\x6d\x5f\x01\xa9\xd8\x78\xbf\x00\x62\xe6\xe8\xec\x93\xbd\xc6\x53\x31\xd5\xd9\x6c\x7f\xc0\xce\x8b\x40\x81\xb5\x6a\xc7\xb0\x90\x09\x66\xde\x85\x5f\x43\x05\x66\xc2\xaf\x69\xb4\x3c\xf1\x90\x10\x58\x56\xc7\x40\x3c\xa1\x4e\x51\x50\xb7\xb3\xf2\x36\x05\xdb\x93\xb2\xe4\x2a\xf1\x41\xfc\xa5\x18\xef\x6c\x73\x97\x70\x2e\x2f\x9f\xb1\xf5\xd8\x4f\x0d\xbd\xbb\x2e\x76\xbe\x6a\xff\xa2\xae\xc1\x9a\x53\x72\x1b\xaa\x38\x79\xf9\x0c\xe9\xc8\xe5\xb3\x1e\xbb\x7c\x76\x86\x83\xd1\x19\xbb\xf4\xf5\x17\xec\x13\x58\xe9\x29\x4f\x53\x18\x37\xdc\x9e\x2a\x17\xa3\x1d\x58\x9a\x9a\xd9\x8a\x1b\xf9\x0e\x98\x7f\x9d\xda\x5e\x89\xb5\xaf\x6a\xe9\x56\xac\xec\x57\xd5\xb4\x39\x09\xe0\x81\x19\x78\x7d\xb8\x53\xc7\xc0\x1f\x15\x03\xaf\xdf\xb0\xa7\xcd\xc0\xeb\xe7\xdf\x31\xf0\xed\x19\x78\xfd\xea\x76\x0c\xfc\xf3\x60\xe0\xee\xfc\x6d\xce\xbe\xe7\x6a\x25\x7f\xde\x2c\x7c\x89\xf2\xb3\x9a\x91\x2f\x36\x6e\x92\x76\x5c\xa1\xaa\x2d\x91\xd3\xfa\x80\xb1\x07\x4c\xa8\xe3\xab\xb3\x50\x2b\xc9\x66\x0e\x9d\xb1\x9a\x7b\x16\x38\xb0\x33\x91\x88\x6b\xae\x72\x34\x81\xdd\x57\x52\x5a\x6b\xe9\xcf\xab\x80\x40\xee\x25\xed\xcc\x04\x09\x67\x25\x08\x48\x5f\xa8\x48\xc7\xe8\x78\x99\x92\xb4\xe9\xc2\x7a\x82\xa3\x39\x87\x25\xe2\x3c\xc0\x61\x1e\x1a\xfb\x75\x22\x14\x33\x22\xef\x41\xa9\x63\xc3\x52\x6e\x19\x9e\xab\x74\xe8\xcb\xbe\x33\x40\x06\x11\x39\xda\x3a\x2b\x19\x53\x58\xb8\xd2\x3b\xe2\x7d\x0e\x9c\x6f\x10\x69\xd0\x13\xe0\x4b\x85\x82\x6f\xfd\xb3\x30\x79\xd0\x0b\xec\x5f\x18\xdf\x00\x05\x5d\x39\xda\xc7\xb0\x9b\xb5\x59\xca\x0f\xea\x50\xa5\x3b\x51\xda\xe8\x41\x31\x88\x97\xe5\xd1\xae\x99\xc2\x67\x98\x68\xbd\x05\xdd\xc7\xdd\x5a\x7e\xd1\x57\x2c\xc9\x9d\xb1\x89\x3a\x7d\x6f\xb1\x71\x7d\x86\x75\xc7\x2b\x6a\x32\x93\xef\x82\x59\x7c\xc6\x29\xd9\x2b\x48\x42\xc7\xfe\xee\x9b\xfd\x39\x71\x77\x51\x36\xbc\x73\xc6\x38\xe8\x38\xe3\x1d\xb2\x92\x3b\xcb\x8f\x5f\xf0\x36\xac\xe6\x24\xf3\x4d\x37\x54\x37\xee\xc8\x8c\xd1\xb6\x15\xa3\x3e\xda\xf8\xae\xa8\x5a\x47\xd4\x9e\xa0\x4c\xff\xa8\x61\x98\xee\x46\xa6\x69\x48\xfa\xd6\xc9\xcc\x95\x55\xbb\x23\x72\x57\x27\x38\xcf\x37\xdd\x46\x6c\xbe\x1b\x9a\xf7\xe4\x80\x8c\x3e\x3b\xfb\x4b\x47\xaa\xd7\xcb\x9f\xf3\xa2\xc2\x67\x25\x7d\xee\x44\xbf\x96\xdd\xbc\x36\x09\xd8\xd2\x18\x86\xd5\x44\x6c\x59\xf3\xb5\x72\xdb\xbc\x73\x64\x89\xaf\x03\x42\x30\xeb\xbc\x24\xbd\x96\x3c\x22\xad\xc9\x77\x03\xf6\x68\xbd\x2b\x8c\x7d\x50\x2d\x01\x6e\x36\x40\x79\x55\x2b\xa8\x5c\x09\x3a\xb5\x93\xa2\x5d\x61\xe0\x41\x65\xa6\x46\xb5\xbc\x16\x5f\xdb\x40\x62\x99\x3f\xba\xab\x78\x47\x6d\x35\x27\xec\xcc\x15\x62\xaa\x7c\xd2\x7f\xc3\x91\x41\xc4\xd8\x6b\x39\xda\xf8\x33\x17\x1d\x9b\x6f\x04\x2c\x7e\xc6\x6f\xa8\xbb\x3d\xa9\x4c\x2e\x38\x60\x2b\xaf\xdf\x97\xfd\x1e\x33\x72\x2a\x13\xee\x39\x86\xbf\x54\x8b\xf9\x75\x5b\x10\xf7\xd6\x51\x85\x97\xba\xae\x1b\xd3\xed\x86\x02\xe8\xa3\x23\xde\x8f\x95\xe2\x6e\x2a\x41\x37\xa7\x63\x2b\xdf\xdb\x44\xf8\x7d\x38\x4a\x56\x7a\xe3\x21\xd4\x7b\x28\x18\xf5\xcf\xe4\x88\xfd\xbe\x48\x15\x7e\x67\x37\xf6\x3c\x95\x92\x5f\xe9\x8f\xb7\x6b\xef\xee\x62\x98\x68\x7c\x57\x55\xed\x3e\x63\x65\xe7\xd1\x11\x4c\x7f\x0a\x78\x72\xc3\x67\x86\xe4\x0f\x7b\xdc\xc6\x3c\x8b\x21\xb1\xdd\x83\xfe\xd4\xef\xf7\xd2\x5d\x7b\x20\x49\x65\x13\xfa\x7f\x6f\x62\xfd\xab\xae\x48\x43\x93\xbd\x0b\xf6\xa3\x2b\xd2\xb0\x76\x5a\x4f\xbc\x48\xc3\xab\x2f\xbd\x48\x43\x53\x2f\x45\x0b\x7e\xb3\x57\x14\x58\x7e\xea\x4f\x4c\x03\x80\x69\xe6\xcf\x57\x45\x69\xa0\x87\xc3\x19\x92\x73\x2b\xf4\x79\xbb\xd8\x1a\x45\xa8\xc5\x59\x5c\xcc\xfb\xdb\x56\xba\xfb\xca\xdc\xb8\x05\xad\x67\x99\x09\x6c\x5b\xfb\xd1\xa2\xed\xfb\x2e\xef\xc9\x67\x0a\xc8\xdf\xe2\x01\x00\xd6\xbd\x41\x75\xbd\x0a\x60\x4e\x75\xee\x35\xc7\x60\xc1\x0e\xfd\x59\x5e\xc6\xad\x0f\xb3\xdb\xba\x36\x4f\x73\x07\xe6\xde\xa6\x34\xd6\x41\x33\x76\x60\xee\x1d\x22\x61\x07\xe6\xde\x98\xf7\x74\x60\xee\x77\xba\x8c\x1d\x98\x7b\x13\x30\xf7\x57\x3b\x61\x5c\xae\x5c\xfd\x0e\xcc\xbd\x03\x73\xef\xc0\xdc\x3b\x30\xf7\xb6\xc1\xdc\x57\x12\x9c\xed\xc0\xdc\xed\x5b\x1d\xa0\xfb\x53\xd2\x1a\x3e\x43\x40\xf7\xd5\x8a\x78\xd0\x75\x07\xe8\xfe\xc5\xaa\x4f\x1d\xa0\x7b\xe5\x44\xef\x00\xe8\x7e\x47\xc2\x6e\x07\xe8\xde\x01\xba\x57\xf6\xaf\x03\x74\x7f\x64\x80\xee\xec\x74\x04\x8e\x14\x88\xba\xc0\x9d\x02\xc0\x72\xd7\xd8\x2d\xba\x11\xb9\xdd\xd5\x3f\xbd\xf8\x3f\x7c\x4c\xc9\xd1\xd9\x27\x56\x94\x71\x47\x77\x28\x05\x74\xd8\xf0\x1d\x36\xbc\x6f\xd4\x3a\x36\xfc\xfa\xa0\x98\xb5\x66\xb2\x0e\x1b\xfe\x6e\x75\xd7\x0e\x1b\xfe\x73\xc1\x86\x6f\x60\xef\xdc\x85\x74\x3f\x3d\x6c\xf8\x57\x1d\x36\x7c\x87\x0d\xbf\xd9\xc4\x3b\x6c\xf8\x0e\x1b\xfe\xb1\x63\xc3\x2f\x09\x1c\xaa\x83\x88\x2d\x9b\x56\x6c\xbd\x3e\x58\x08\x33\x33\x40\xc6\xa9\x24\x87\xba\xe0\xc9\x3b\x4d\x56\xab\xc4\x5c\x6d\xee\x1d\xf9\x22\x92\x71\x9f\x62\xd2\x6d\xeb\x81\xc4\x5d\xc9\x84\x06\x81\xd5\xeb\x8e\x73\x87\xb8\xfc\xb0\x88\xcb\xaf\xbe\xf8\x92\x09\xaf\xba\x92\x09\x77\x84\xb8\xfc\xaa\x2b\x99\xf0\x54\x11\x97\xbb\x92\x09\xf3\xaa\xfe\x93\x28\x99\xb0\x22\xe3\xa3\x63\xe0\x9f\x0d\x03\xff\x02\x4b\x26\xbc\xea\x4a\x26\xdc\x17\x03\xef\x4a\x26\x3c\x15\x06\xde\x95\x4c\x58\x4c\xeb\xac\x63\xe1\xd8\xac\x62\xce\x0a\xef\x63\xcf\xfb\xd0\xe9\x4f\x9d\xf9\x5f\x02\x8f\x3a\x31\xf9\xaa\x51\xa4\x31\xb0\x75\x73\x28\x91\xc5\x17\x3e\x0b\x30\x24\x76\x84\x97\x17\x10\xad\x92\x99\x7d\x45\xa2\xff\xec\xe3\xdc\x98\x82\x88\x89\xb6\x6d\xf2\x8f\x0d\x45\xfc\xbe\x2a\x4e\x34\xa5\x2f\x65\x1c\xa4\x77\x51\x06\x63\x70\x24\x28\x38\x7a\x3d\xf6\x8b\xbf\x13\x15\x14\x8c\x8d\x8d\xaf\xd7\x0f\xb1\x27\xd7\xf7\x57\x1c\xe0\x6e\x28\x5c\x98\xb7\x5c\x47\xe6\x82\xb6\x6c\xa2\x93\x78\x55\xf2\x72\x73\x4b\xfd\xc6\xb4\xeb\x33\x87\x41\x7a\xea\xe4\xe8\xde\x10\x58\x1f\xfe\xb2\x6f\x59\xc6\x60\xe1\xb6\xef\x70\x83\x9f\x6a\x59\x27\x0f\x85\xff\xa1\x3d\x5d\x78\x5d\xcc\xd7\xd2\x13\xf6\x19\x63\x2b\x84\x7c\xfb\x09\x03\x9d\xcc\x1f\x93\xc5\x69\x2f\x6e\x67\x9b\x0c\xf4\x49\x97\xcb\x79\x22\x08\x29\x1d\x29\x79\x60\x98\x96\x35\x7b\xd1\xe6\x5d\xec\xca\x8d\x6c\x57\x6e\xe4\xb3\x3c\x94\x5f\x08\x7f\xbb\x17\x20\xaf\x2f\xab\x70\xc5\xe7\xce\xce\x3e\xe3\x4b\xbb\x33\x27\x69\xf3\xd4\x77\xd5\x0e\xba\x6a\x07\x9f\x41\xb5\x83\xa7\xc9\xd7\xe6\x31\x90\xef\x80\xab\x75\xa8\xf8\x8f\xe9\x66\x7e\x31\xec\xb9\x29\xcc\xf2\xa3\xc2\x1e\xdf\xfa\xe2\x0d\x79\x1e\x4d\x06\xd7\x2f\x07\x7f\xd7\xc3\x35\x97\xeb\xef\x7a\x18\xba\x85\xf2\x05\x78\xcc\x30\xb6\xe9\x9f\x7a\xd8\xe1\xca\x3c\x6a\x5c\x99\x0e\x4e\xe5\xa9\xc0\xa9\x34\x44\xa3\x3c\xaf\xa2\x4f\x3e\x37\x9f\x35\xfe\x64\x48\xb4\x6a\x01\x26\xcf\x2b\xa0\x92\x44\xa9\x5d\x2a\x21\x61\x4b\x66\x48\xbf\x2c\xe1\xba\x67\x44\xc9\x56\x01\x25\x2b\xeb\x52\xcf\x36\x8f\x96\x24\x57\x3f\xec\x12\x2c\x30\xc1\xbb\x03\xe6\x81\xb5\x5a\x0e\xc9\x63\x59\x61\xe5\x41\x08\xbd\xf3\x72\x03\xd4\x9d\x70\x3f\x9a\x60\x48\x86\xcd\x82\x58\xe2\x30\x09\x5e\x94\xdb\xd4\x0c\x0c\xf2\x2c\xd3\xc3\x7b\x4f\x3e\x7d\xbb\x02\xed\xf1\x86\x1b\x16\x4d\x44\x74\xb5\x32\x01\xf4\x61\xf1\x2b\x57\x8d\x9b\xe0\x16\xd7\x00\x54\xae\xac\x72\xdf\x04\xa1\xf2\xa7\x62\xca\x15\xf3\xa0\x94\x1e\xb0\x12\x95\x97\x45\x40\xca\xdd\x21\x20\x1b\x41\x52\xee\x0d\x33\x29\x46\xfb\x8f\x00\x8c\xf2\x7c\x39\xfc\x64\xcf\x05\x38\x2e\x43\xa1\xdc\x46\x61\xaf\x0f\x90\xba\xa0\xa0\xcb\x7f\xea\x61\x38\x8e\x23\x3d\x4d\x13\x61\x6f\x67\xc6\xde\x70\x99\x84\x78\xec\xeb\x3f\xdf\x50\xee\x6f\x19\x8b\x32\xa4\x4c\x35\x60\x93\xd4\x02\x65\x41\x82\x34\x21\x4e\xfa\x4f\x3d\xec\x10\x24\x1f\xb7\xa4\xbf\x35\x82\xe4\xdf\x2b\x7b\xbb\xb2\xaf\x4d\xc5\x92\x0e\x05\xb2\x53\x5b\x9a\xa2\x40\x9e\x2f\x47\x7d\x7c\x00\x85\xa5\x21\x91\xbe\x77\x74\xc9\xf5\x42\xec\x7a\x0c\xc9\x6d\x05\xd9\x9a\x74\x78\x6a\x11\x88\xaf\xe0\x59\x99\x80\x59\x88\x89\x5b\x11\x15\x28\x0a\xca\x24\x61\x89\xd6\x57\x2c\x91\x57\x8d\x6a\xc9\x01\x98\xd9\xb1\xe0\x71\x22\x95\x38\x07\xaf\x61\xad\xdc\x50\x31\x83\xc7\xce\x58\x25\x15\x43\xaf\xa3\xbd\xa5\x09\x07\x90\x34\x62\x02\x26\xe7\x59\x7e\x81\x12\x20\xcf\xfd\xb8\x2d\x01\x18\x0a\x07\xa8\x46\x3e\x16\x68\x3f\x33\xb9\x98\xb2\x3c\x83\x8f\x68\x96\x8b\x6c\x2a\x95\x95\xd3\x65\xfe\x17\x22\x3e\x00\xde\x37\x14\x2c\xd5\x56\x4a\xba\x16\xcc\x85\x83\xae\x0e\x24\x6d\x0e\x37\x12\xdc\xd3\x21\x8f\xae\xf4\x68\xf4\x56\x4e\xe5\x82\x15\x76\xed\xc2\x84\x80\x3a\x38\x13\x9a\xe1\x94\x67\x57\x48\x31\xa5\x81\x75\x18\xa1\x6c\xc3\x8e\x03\x18\xbc\xef\xda\x0e\x88\x8d\x50\x98\x6a\x80\xd2\x35\xb7\xbf\x0b\xf8\x40\xa6\x88\x22\x61\xcc\xa8\x48\x92\x19\xb3\x24\xca\x4c\x44\x8c\x11\xaa\x6e\x67\x4b\xb7\x52\x56\x28\xc8\x5a\x04\x20\xc7\x3c\xa7\x24\x56\x25\x13\x36\x15\x5c\x99\xf2\x40\x50\xaf\xae\x86\x4f\xaa\x63\x66\xe4\x58\xf1\xc4\x2c\x3c\x4e\x12\x57\x9b\x53\xc5\x2e\xe7\x31\xe5\x19\x4f\x12\x91\x48\x33\xb5\x1f\x00\x1b\x3e\xf6\x43\xc7\x03\xa3\x3f\x2a\xa3\x78\x19\x8e\x21\xec\x40\x1a\x74\x40\xa0\x8f\xef\xa5\x47\xc2\x0c\x06\x81\xef\xac\x1e\x24\xad\xc4\x52\xba\xba\xa4\x50\x60\xa4\x55\x24\xd2\xdc\x1c\xdc\xe8\xec\x2a\xd1\x3c\x36\x07\x84\xfd\x93\x88\xcc\x1c\x58\x99\xb0\x9f\x15\xaa\x9f\xeb\x7e\xb9\x91\x07\xad\x03\xa1\x72\x55\xf0\x12\x53\xa5\x0e\x08\x36\x6c\xec\xa0\x8a\x4c\x05\x16\x08\x10\x8a\x10\x42\x05\xfd\x3a\xb0\x62\xf4\x8a\x19\xb0\xb7\xc2\xee\xd3\xef\xd5\xae\x7e\x47\x7c\x13\x56\x28\x80\x7f\x9d\xe9\x02\x5c\x36\xae\x68\xc3\x8d\x5d\x79\xf7\x63\xac\x4b\x54\x94\x91\xd5\x54\xac\xae\x40\xf0\x28\x01\x25\x49\x65\x74\xe5\x86\x51\x28\xf9\xaf\x82\x48\x13\x5d\x40\x38\x47\x69\x2a\x20\x3f\x0b\xdc\x3a\xd4\xb6\x04\x25\x64\xb9\x98\xa6\x56\x98\x1d\x30\xfc\x5a\x0e\xda\x91\x7d\x5a\x18\x2c\x6f\x85\x29\x5e\x46\x5a\x6d\xd3\xaa\x75\xf6\xa3\xf6\xa4\xd1\x07\x83\x55\x40\xbf\x97\xc7\x61\x75\x0b\x32\x60\xa0\xe6\x14\x19\x8c\x0e\xc6\xcc\x2b\x6f\x03\xc5\x8c\x38\x00\xcb\x02\xca\x92\x8a\x09\xd9\xc4\x1e\x10\xf4\x40\xe5\x1e\x1a\x18\xd3\xce\xa2\x3c\x99\x0d\x18\xfb\x49\xdf\x88\x6b\x91\xf5\xd8\x7f\xeb\x02\xba\x31\x62\x61\xe1\xff\xd3\xce\xe9\x77\x4b\xc8\xb1\x3b\xbb\xd0\x37\xc2\x2e\x7d\x26\xca\xf4\x63\xc8\x54\x4b\x62\xf6\xbb\xb8\xcd\x85\x32\x20\x9e\x5c\xbf\x84\x9a\xdb\xbf\xb3\xc3\xb3\xd3\xbb\x3d\xf2\x5f\x95\x6b\xd7\x9f\xe9\x22\xeb\xeb\x1b\xd5\x4f\x75\xdc\x37\x4b\x91\x80\xdc\xb1\x1f\x6a\x9d\x08\xae\x56\x24\xd5\x96\x57\x7f\x23\xd2\xe8\x00\x7b\x17\x49\xe4\x32\x62\x68\x29\x21\xcf\x81\x28\xa1\xbf\x2c\x97\x53\x81\xe1\x6d\x08\x5d\x39\xff\xbe\xcb\x90\xb6\x8c\x35\x17\x3c\x9e\x91\xad\xca\x85\x29\x38\x70\x64\x85\x87\x81\xde\xbe\xb1\x87\x73\x6f\x6f\x60\xd7\x69\x10\x10\x7d\xd6\x67\x03\xaa\xb7\x53\x12\xf0\x7d\xf6\x57\x86\x2d\x83\x35\xd8\xef\x31\x39\x10\x03\xec\xc9\x4e\xc2\x6e\x10\x4b\xc4\x08\x80\x6f\x63\x80\x54\x2d\xbf\x3d\xe5\xb7\x21\xed\xfc\xbc\x08\xde\x83\xc2\x52\x1d\xd2\xa5\xfe\x57\x21\xb2\x19\xd3\xd7\x22\x73\xe7\x86\x7b\xb4\x08\x48\x14\xf5\x34\x08\x61\x4c\xd9\x7b\x70\x33\x27\xb3\x0a\x89\x33\x02\x5c\x88\x56\x91\x82\x9c\x52\x4b\x81\x66\xba\xd8\x78\x3f\xec\x38\xae\xa5\xb8\x81\x8d\xb1\xb7\xcc\x5e\xfa\x3e\x15\x38\x38\x40\x22\x76\xf0\x15\xfc\xd7\xdf\xb9\x15\x06\x77\x47\x32\x37\x36\xb9\x47\x3a\x13\x76\x2d\xcf\x74\x7c\x41\x7d\xd4\x7a\x24\x8e\x2b\x28\x11\x40\xb1\x81\x7e\xd1\x65\xf1\x24\xcc\x1e\x6a\x12\x98\x21\x6c\xfc\xee\x99\xf4\xf2\xb5\xc9\x13\x92\xb6\x0f\x47\xb9\xc8\xde\x90\x18\x55\x97\x49\xb8\xfc\x2d\x0a\x97\x20\x53\xc3\x48\x80\xb1\x15\x4c\xda\x7f\xd7\x43\x5c\x87\x09\x37\xa5\xac\x56\x2a\x0c\x7b\x42\x02\xff\x58\x34\xb5\xed\x03\x22\x76\x70\xa0\xa4\x21\x6c\xec\x15\x63\xe0\xa3\x9c\x72\x1a\xed\x47\xe9\x5b\xc6\x41\xa2\x89\x44\x8e\x25\x85\x49\x0c\xc5\x5c\x45\xc7\x58\xd8\x6f\xc7\xc4\xc7\x5d\x17\xd2\x50\xc0\x15\x3d\xee\x01\xea\xab\x9d\x5f\x34\x8b\x12\xc1\xc6\x05\xcf\xb8\xca\x85\x30\x14\xf6\x31\x92\x8a\x27\xf2\x0f\x91\x99\x7d\xbf\xef\x13\xad\x34\x40\x38\x2f\x4c\x26\x90\x12\xec\xd7\x6e\xb4\x7a\x9e\xaf\x19\xda\xb2\xc5\xb0\x93\xf9\x43\x64\xba\xec\x65\x28\x22\x3d\x15\x0b\xd3\xa5\x5e\x98\x9c\x4e\x45\x2c\x79\x2e\x92\x19\xad\x97\xcc\xfd\x52\x59\x5e\x10\x7e\x00\xb0\xad\xfb\x89\x55\xb1\x1d\x52\x32\xa4\xf7\xd2\x94\xd8\x70\x46\xb8\x71\x44\x32\x10\xe6\x1a\x86\x72\x71\xf1\xb6\xba\x39\x84\x90\xdd\x4e\x9a\x5d\x53\xeb\xaa\xbb\xfe\x6d\xd8\x53\x6b\x23\x95\x7c\x9b\x85\x90\x8a\x45\x47\xcf\xdf\x9b\xc5\x52\x80\x5e\x5a\x67\xba\xae\x68\x7a\xf8\x4a\x32\xf3\xbc\xfb\x4e\x72\x1b\x4b\xe2\x72\xdf\xae\x9c\x8f\xc1\xd2\x5a\x1a\xe3\x45\x04\x2b\xe7\x80\x1f\x8a\xe8\x48\x0c\x78\x34\x04\x60\xe3\x2f\xaa\x83\x6f\xb7\x57\x47\x2a\x36\x01\x99\xdb\xf4\x49\x2f\xd6\x59\x2c\x32\x97\xfd\x68\x84\x15\x2a\xec\x86\xa5\xa4\x4d\x18\xd7\x65\x98\x7a\x2a\x15\xfb\xf8\xe6\xe8\xeb\xaf\xbf\xfe\x33\xc2\x38\xd2\x3d\x91\x8a\x7d\xba\x38\x5a\xe1\x3e\x6a\x0c\x57\x7d\x51\xda\xaf\xcb\x30\x2f\x84\x3a\xa5\x7a\x0f\xa1\x71\xfc\xf9\x9c\x4f\xf1\x3e\x25\xa1\x36\x8c\xc8\x1b\xe3\x53\x57\x1e\x55\xcc\x6e\xa9\xed\xb6\x3f\x15\xd9\x58\xf4\xaf\xc4\xcc\xe5\xc0\xd7\xbe\x61\x72\xbb\xe5\xe3\x19\x06\x56\x67\xe3\x15\x59\x43\x68\x2f\xd9\xe8\x62\x82\x60\x85\x90\xf2\x99\xe0\x11\x18\x2c\x26\xdc\x88\xe5\x7e\xa5\x16\x04\x4b\x67\xf1\x7a\x54\xb7\x93\x47\x57\x4a\xdf\x24\x22\x1e\x97\x80\xc3\xe4\x73\xa3\xf3\xf6\x88\xaf\x2d\x68\x2d\x22\x6e\x6b\xe3\xcf\x5d\x77\x77\xc4\x13\x37\xe4\x71\xa0\x3f\x0f\x8e\x32\xad\xd6\xc7\x0c\x52\x8b\xe6\x71\x83\x51\xa6\x55\x17\x3c\xf8\xe8\x5d\x8a\x9d\x17\xee\xa9\x78\xe1\xbe\xe8\xe0\xc1\x0a\x19\x6b\x33\x8a\xd0\x91\xb1\x1e\x93\x2a\x4a\x8a\xb8\xac\xe8\x3f\x11\x71\x91\xdc\xfd\x31\xbb\x8f\x10\xc3\xea\xea\x6d\x17\x6b\xe8\xe9\xfd\x97\x1e\x70\xe8\x78\xe9\x6a\x5f\x2d\x2c\xf7\x16\x0e\xdb\xca\x36\xd5\x04\xfa\x04\xad\x96\x05\xfb\xb8\xdd\xea\x22\x7e\x1e\x37\x7b\xde\x3a\xe2\x87\xf6\xbf\xed\xa8\x9f\xaa\xb8\xd8\x50\x61\xeb\x04\x8f\x27\x2d\x78\x74\xe1\x3f\xf7\xc4\x52\x6a\x42\x80\x5a\x61\x2b\x35\x01\x41\x41\xab\x0d\x83\x82\x80\x10\x83\x65\x40\x92\x77\xc4\x17\xce\xcb\x0a\xd5\xac\xda\x1b\xda\xb9\xa2\xd9\x99\x4e\x64\x34\x6b\xec\x33\xa5\x6c\xf0\x3c\x13\x1c\xd2\x0a\x9d\xb9\xcc\x0f\xd5\x94\xe6\x59\xf6\x0b\x80\x58\x52\x66\x36\xcf\xc4\x6b\xd6\x67\x97\xcf\x0e\x93\x44\xdf\x5c\x3e\x63\x7b\x54\x32\x72\xff\xb5\x0b\x00\x71\x84\xd6\x7e\x21\x2b\x54\xd0\x7f\x32\xfb\x0b\xbc\xfb\x46\x67\x43\x19\x5f\x3e\x7b\xcd\x46\xf0\x2f\x13\x8e\x21\x2b\x94\xe9\x31\x73\x25\x11\x68\x5d\x89\x5b\xf8\x8d\xc9\x11\x4b\x33\x71\x2d\x75\x01\x0e\x59\x36\xe1\x46\x3d\xcf\x4b\x57\xca\x4c\xe4\xd8\xfb\x47\x91\x26\x3c\x12\xb6\xfb\x88\xab\x48\x24\xde\x1c\x18\x98\x83\x5d\xb0\x41\x86\x8d\x0d\xee\x41\x3e\x61\x9c\x29\x71\xc3\xb4\xda\x02\xdd\x11\xad\x61\x76\xea\x3f\x49\x93\xeb\x6c\xd6\x24\x54\xa9\x6a\x24\xc1\x2e\xca\x49\xb9\x68\x82\x4c\xe4\x5c\x2a\xf2\x4b\x00\x03\x00\xca\x8c\xf5\x6b\x62\x69\x2c\xe5\x2f\xa4\x99\xf8\x1a\xb2\xe2\x36\x4d\x64\x24\x73\xf0\x8a\xc0\x4c\xa1\xa4\xaa\x4b\xf3\xad\x86\x38\xbd\x6c\xdd\xea\xf6\x4f\x3d\xbc\xd8\xd6\xe7\x58\xbd\x85\x7f\x2f\x7b\x6a\xaa\xc5\x88\xd2\xe3\xdf\xcc\xf3\x48\x27\x76\x95\xb9\x8b\x14\x9b\x06\x1b\xe9\x9a\x32\xa9\xa0\x53\x86\x2b\xd9\x83\x18\x0f\x47\xcd\x85\x1a\xdc\xc8\x2b\x99\x8a\x58\xf2\x81\xce\xc6\x07\xf6\xaf\x03\xdb\x7c\xbb\xfc\x82\xcc\xce\x62\xb3\xc0\xc1\x0f\x54\xbf\x8a\xc5\xf4\x5a\x18\x33\x38\xd2\x19\x73\xdd\xfa\x85\x94\x23\x7b\x43\xa6\xd2\x18\x61\xfc\x34\x63\xb4\x6e\x02\x9e\xa6\x9a\x51\x22\xc5\x80\xb1\x77\x12\xaa\x2e\xc1\xe1\x0d\x48\x8a\xdf\x07\x5d\x38\xb4\x4a\x3a\xef\x5a\x89\xb5\xce\x99\xad\xe2\x05\xcb\xe0\x8a\x9d\xae\x64\xd9\xcd\x7d\x5f\xcb\xaf\xdb\x37\x86\x17\x26\x15\xb5\x52\x26\x3a\x3f\x13\x3e\x66\xb9\x48\x12\x6f\xd6\x24\xc3\x34\xc0\x88\x60\x3f\x56\x1a\x34\x56\x10\xac\xb0\x0e\x70\x34\xc7\x5a\x50\xcd\x84\x34\x4d\x66\x90\x49\x94\x64\x2e\x74\x26\xcb\x43\xd7\xb7\x19\xb0\xca\xb4\x21\x7a\x6c\xc5\x55\x58\x8c\x1e\x6a\x28\xbc\xf8\x4b\xbc\x82\x48\xd5\x89\x35\x9b\x89\x0c\x75\x2e\xd2\x4a\xbb\x06\x6e\xd2\x4d\x4c\xc7\x4d\x7c\xa5\x87\x5e\x2b\xa2\xf3\x0a\x0b\xbf\x94\x4b\xb6\xa5\x2f\xb9\x48\x92\x95\x68\x74\x5b\x68\x4c\x58\x04\x12\x37\xf6\xbe\x5d\x3c\xa7\x41\x15\x0f\x60\x28\x37\x7c\x59\x11\x4a\xe7\xf0\xa9\x84\xea\x7a\xfa\xd9\x06\xea\xea\x7a\x76\xb9\xd6\x4d\x1f\xb6\x9c\x2b\xee\x62\x55\x04\x8a\x5a\x21\x7b\x03\x04\xf2\xc2\x4c\x1d\x1f\x05\x45\x91\xfb\x78\xcc\x46\x78\x6e\x8f\xce\xc6\x1b\x84\x08\x9b\xea\xcc\x40\x19\x2e\x83\x4d\x3f\x5f\x53\x70\xbb\x79\xe4\xeb\xe2\xa9\x1f\x87\x55\xb3\xe6\xa6\xbc\x82\x70\x9e\xce\xc5\xf7\xe5\xda\x10\x3b\x4b\xdb\x53\xb1\xb4\x7d\xc9\x2e\xbe\x39\x3a\xd6\xf9\xf8\x76\x5b\xbe\xce\xc9\x77\xb7\x4e\x3e\x5a\xef\xcd\xcd\xb1\x73\x1b\xd5\xb9\xf9\xbe\x04\x16\xfd\xc8\xdc\x7c\xf3\x32\xe3\x2e\x5a\x6b\x27\x7d\x3c\x15\xe9\xa3\xf3\xf3\x3d\x0a\x3f\x5f\x5b\x9c\xa5\xf3\xf4\x75\x9e\xbe\xa7\xe7\xe9\x7b\x84\xae\x3d\x77\xef\x3a\xdf\x5e\xe7\xdb\xfb\x72\x7c\x7b\x9d\x33\x6f\x6e\x76\x8f\xd5\x99\xb7\xdc\x32\xd0\x79\xf3\x3a\x6f\xde\xbd\x79\xf3\x56\x71\xc8\xce\x9d\xd7\xb9\xf3\x3a\x77\x1e\xd1\x20\x7b\x26\x47\x58\xff\xa2\x8c\xc0\x28\x7f\x3c\x97\x63\x4b\xf6\x3e\xa2\x05\x63\xcd\xd5\x29\x01\x2b\x38\x0b\x3a\x05\x40\x29\x4b\x37\xc9\x06\xd2\x19\x0c\x1f\xb3\xc1\xb0\xb3\xaa\x3d\x15\xab\x5a\xc0\x03\xda\x23\x9e\x9b\x11\x8b\x5a\xf2\x6a\xd5\x88\x90\x54\xd0\x86\x32\x99\x1b\x91\x8c\x10\xc6\x4c\xcd\x18\x8f\x31\x91\x9f\x27\xb0\x7f\x24\x61\xac\xd2\x45\xb7\x73\x67\x6d\x38\xb3\x7a\x37\xd7\xb1\xc8\xe4\x35\xa4\x86\x97\x32\x11\x02\x73\xe7\x65\x2d\xf1\x4d\x64\x9d\x16\x4d\x85\x95\xc9\xe2\x05\x58\x61\x38\x5c\xc9\x07\xda\x4b\x17\xd8\x6c\xe5\x97\x22\xe4\xaf\x83\xb6\xff\x04\xd4\xe0\xbe\x25\x61\x2b\xeb\x9a\x9c\x4f\x53\x0f\x88\x0e\x22\x30\x92\x26\x8f\xd5\x17\x2d\x42\x54\x6c\x8e\x0b\x3f\x59\x8e\x0b\x0f\xc6\xb9\x2a\x22\x7c\x70\xf0\x50\x91\xba\x23\x48\x78\x40\x84\x9f\x07\x84\xdf\xf1\xc3\x0d\x50\xd7\xdd\x17\x78\x9a\x66\xfa\x9a\x27\xf8\xa9\x5e\xa0\xc2\x1d\xc2\x13\x11\x33\x9d\xb1\x63\xa1\x16\xcd\x09\xad\x00\xb0\x6f\xab\x37\x6f\x76\x11\xe6\x1d\xb8\x9d\x34\xf5\xf8\xa4\xa9\xa5\xee\xd7\xad\x8d\x05\x9b\x09\xea\xbb\xd8\x10\x3a\x29\xf0\xa9\x48\x81\xde\xb7\xba\x31\x29\xbb\x77\xff\xe5\xee\x42\x49\xcb\x79\x8c\x5b\x08\xbb\xab\xb5\x63\xb4\x7f\x07\xb2\xa0\xfd\x73\x3a\x2d\x72\x60\xda\x25\xd6\xa0\x17\x81\xbd\xdd\x65\x80\xd5\x4e\xe1\x32\x39\x0e\xa7\x62\xf6\xc9\x72\x79\x42\xd7\x33\x2c\xe2\xca\x21\x1a\x69\xb2\x45\x61\xe9\x13\x40\x43\xa4\x46\x00\x30\x4c\x62\xe9\x70\x16\xd4\x89\x84\x0e\x23\x7f\x75\xa6\x3a\xc6\x2a\x96\xc3\x19\x80\x01\x37\x89\xf2\x11\xb7\x79\xb6\x70\x70\x4b\xc1\xfd\x6c\xf9\x6b\x6c\x35\x41\x5c\x73\x67\xd8\x3c\x4d\x5b\x4d\xd5\xe6\x89\xdf\xdc\xae\x9c\xd8\x51\xaf\x17\xd1\x01\xf1\xd8\x88\xcc\x12\x29\xc4\x46\x1e\x9c\xaa\x91\x46\x4e\x35\xe2\x11\x3a\x77\x48\xd0\x5a\x21\x4e\xe8\x4a\x19\xfc\xea\xa5\x87\xf3\x5f\xe7\x8d\xfa\xd1\x36\xba\xbb\x71\xae\x60\x49\xab\xd7\x7f\x63\x8e\x92\x2d\x98\x8f\x96\x4d\xf3\x07\x6e\xc4\x77\xdf\xf4\x85\x8a\x74\x2c\x62\x76\xf6\xf3\xd1\xf9\x57\x2f\x5f\xb0\xa3\xf3\x8f\x60\x7a\x5d\xe5\xfa\x19\xce\xb6\x91\x28\x0b\x59\xc7\xe3\x3e\x9d\x1e\xdf\xfd\xd9\x58\x3b\x44\xb8\xe3\x35\xa3\x84\x28\x02\x11\x13\x3d\x28\x6b\xfa\x72\xa4\x06\x23\x06\xbd\x80\xb7\x4a\xdc\x92\x3b\xe5\x4a\xcc\xbc\xaf\xf1\x1a\xc2\x15\x46\x1a\x67\x51\xb2\xc5\x5c\xeb\xc4\x0c\xa4\xc8\x47\xe0\x82\x9d\xe4\xd3\xe4\x20\x1b\x45\xdf\xbe\xfa\xd3\x8b\xaf\x0c\x86\x02\xf6\xbf\x19\xbc\x1a\xbc\x1c\x7c\x7d\xa9\x60\x64\x9b\xbf\xf9\xf2\xd5\x7d\x1f\x44\xbb\x49\x0d\x8a\xb7\x9e\xde\xfb\xb6\x37\x64\xcb\x59\x55\xbc\xbb\x63\x25\x63\xd1\x69\xb7\x32\xb6\xa6\xec\xa2\x6e\x69\x47\x9e\xc9\x01\x86\x1f\xe9\x64\xbd\x79\x9f\x2a\x9c\x4f\x08\x36\x81\x27\xd2\x98\x42\xc4\x15\x73\xd1\x44\xac\x41\x80\xdd\x8e\x28\x34\xc6\xd2\xf4\x76\x08\x98\x41\x22\xcb\xf2\xe9\x34\xb9\x1e\x33\x45\x34\x61\x7e\x86\x3c\x61\x70\x28\x94\xe4\x49\x5b\xee\xc3\x2d\x2d\x27\x1b\xdf\x9f\x3a\xd3\xd4\xca\xc3\xa6\x75\x16\x4b\x85\xe6\x3a\x2b\x8d\x0a\x6e\xd6\x55\xdf\x87\xe7\x5e\xfb\xe4\x2c\x81\xbf\x09\x50\xb4\x0b\x35\x7e\xd4\xba\x6e\xa7\x33\x3e\x15\x9d\xb1\xa1\xf7\xf8\xf3\x73\xfd\x2e\x25\x47\xdb\xf9\x80\xe1\xd5\x47\xec\xed\x6d\x53\x2f\x0f\x57\x6d\x9d\x5e\x8e\xd4\x7d\xb5\xfe\xbd\x89\xea\xbd\x6c\xa7\x6a\x52\x56\x7c\x1b\x24\x31\x2e\x98\x07\x79\x0a\xd5\x7b\xe8\x78\xc8\xa3\xe6\x21\x4d\xd2\x55\x4e\x5d\xba\x4a\xb9\xc5\x6e\xa1\xe7\xf7\x78\x65\x9f\x5b\x13\x8b\xce\xaa\xda\x71\xc8\x2e\x63\x05\x7f\xbf\x6f\xce\xd2\x5e\xa1\xca\xd5\x72\x40\x0d\x77\x81\x90\x40\xbc\x9e\xf3\x42\x01\x27\x91\xa0\x49\x30\x2a\x2c\x7e\xcb\x1e\xe9\x77\x32\xca\x74\xad\x5b\x3a\xf8\x36\xce\xa3\x8a\xab\xef\xa2\x6c\x51\xef\x42\x84\x7d\x3c\x29\x2b\x82\x2d\x26\x3a\x89\x45\x76\x1a\xdb\xf3\x97\xd7\xa5\xd3\x54\x1b\x83\xaa\xcf\xa5\x42\xae\x29\xdd\xaf\x24\x5f\x61\x5b\x0a\xf4\x0d\x47\xb5\x85\x15\x0d\xde\x3b\x26\xa0\x89\x66\xd1\xff\xcb\x5e\xc1\x05\xf3\xe5\x41\x21\x6f\x22\xe2\x2a\x96\x96\x22\x62\x4e\x80\xd3\x58\x15\xd5\x18\xb8\xe1\x12\x6a\xea\x8c\xb4\x25\xd3\xb4\x96\x4c\xe6\x65\x38\xfc\x54\x70\x53\x64\x82\xf1\xb1\x5d\x0a\x8a\x91\xd5\x23\x8c\x16\xc0\xd2\x1c\x22\x66\x1f\x85\x12\x37\x76\xd3\x5a\x8f\x7e\x87\xf1\x96\xa5\xf4\x1b\xad\x4b\xd0\xdc\xa5\x8d\x96\xb9\x00\x79\xf0\x10\x76\x0f\x57\xc4\x45\xf7\xe3\xbe\xb6\x5f\x42\x26\x73\x2b\x74\xef\x57\xca\x7f\x79\xdd\x85\x0a\x8f\x33\x2e\xc8\x84\x9b\x30\x24\x04\xeb\x71\xd2\x09\x6f\xdd\xf0\x82\x96\xa1\xce\xfa\xf2\x74\x25\xe7\x4e\xb6\x7c\x2a\xb2\xe5\x97\x62\x7d\x09\x68\x52\x67\x82\xb9\x2f\x13\xcc\xc6\x21\x10\x2b\xf7\xac\x33\xc6\x3c\x75\x96\xf2\x88\x8d\x31\xa1\x3c\xd3\x59\x64\x3a\xae\xd9\x59\x64\xd8\x23\xb4\xc8\xb4\xc7\x6c\x3a\xdb\x4c\x67\x9b\xe9\x6c\x33\x9d\x6d\xe6\x89\xd8\x66\x30\xe9\xff\xf0\xd7\xf3\x13\xfb\x15\x19\xfd\x90\xe8\xe8\xea\x3c\xd7\x99\xf8\x45\x27\xc5\x54\x9c\x83\x10\xb1\x86\xe0\x05\x85\x51\x39\x3b\xb3\x34\xd7\xe4\x76\x2a\xc7\xd2\x5c\x95\x42\x88\x54\xec\xf0\xd7\xf3\xc1\xa5\xba\x54\x87\xf0\x4f\x76\xf2\xc3\x39\x8b\x6d\x9b\x69\x61\x72\x26\x6e\x2d\x1b\xa4\xaa\xa7\x53\x5d\x90\x30\xa3\x01\xed\x0f\xee\xbf\xc8\xec\x6d\x10\xc1\x3b\x3c\x31\x50\x3a\x55\xe2\x1a\x1a\x3e\x15\xd0\xf3\x1f\x5a\x09\x46\xc9\xfe\x96\x09\x25\x22\x1f\xb0\xf9\xaf\x46\x56\xc6\x56\xc9\x0c\x63\x8c\x3d\xc2\x49\x26\x78\x7c\x70\x93\xc9\x5c\x30\xad\x22\x31\xf0\x2f\x5d\xc3\x6a\x18\x66\x8a\x34\xd5\x59\xce\xf4\x8d\x12\x99\x99\xc8\x94\x4d\xb9\xe2\x63\x31\xb5\x73\xb6\x42\xf6\xf9\xc9\x5b\xa9\x8a\x5b\x96\x09\xa8\xe3\x2f\xd5\xb8\x01\xad\x1f\x99\x8b\xfa\x9c\xa2\x37\x32\x11\x66\x66\x72\x31\x65\x76\x7b\x1d\x09\xc4\x91\x21\x9d\x99\xe9\x82\xdd\x70\x05\xc4\x04\x66\x35\x60\x17\x32\x7d\xcd\x4e\x14\x50\x0f\x68\x63\xdf\x19\xcd\x75\x25\xfd\xc4\xca\xe2\xb5\x13\x6d\x49\x0b\x96\x9a\x55\x63\x86\xcd\x07\xec\xe4\x96\x4f\xd3\x44\x98\xd7\xec\xf2\x99\xb8\xcd\xbf\xb9\x7c\xd6\x63\x97\xcf\x6e\x47\x06\xff\xa1\x72\xfb\xaf\x01\x3b\x9d\x22\x74\x4a\x42\xc2\x65\xe6\x2b\xdd\xba\xd7\x98\x1c\xb1\x42\x05\x85\x12\x36\x2c\xe9\x6c\x72\x9d\xf1\xb1\x38\xa0\x9d\xf9\x8a\xdf\x18\x81\x67\x78\x68\xcf\xb0\x7d\xbc\x45\xd0\x5d\xca\xb3\x7c\x3e\xa7\x6f\xd9\x66\xd8\xa3\xe8\xdb\xba\x23\x58\xb3\x15\xa7\x23\xa6\xa7\x32\xcf\x5d\x80\x21\xa1\x6f\x01\x71\xa4\x46\x76\xf1\xa9\x17\xc5\xa7\x22\x5c\xee\x37\x3a\x73\x8f\xac\xc0\x77\x60\x62\xfe\xb2\x07\x9f\xc1\x35\xc4\x5d\x2b\xc7\xc4\x0d\xbb\x7c\xf6\xd2\xee\xc5\xb9\x9c\xca\x84\x67\xc9\xac\x17\x8e\xb2\x6c\x69\x59\x92\xeb\xd2\x0e\xe6\xf2\xd9\x8b\xcb\x67\x6c\x4f\x67\xd0\xbb\xbd\x29\x89\xe0\xd7\x18\xfa\x48\x27\x78\xc6\xc4\x34\xcd\x67\xfb\x77\x40\xa0\x79\xfc\x41\x25\xcd\xe0\xd0\x66\xec\xf2\x59\x9e\x15\xe2\xf2\x59\xc0\x3d\x55\x0c\xc1\xc6\x98\xa3\x80\x9d\x95\xa3\x96\x8a\x21\x5d\x7b\x67\x57\x1b\xd6\xdd\x75\xb1\x76\x7f\x2e\x9f\x01\xec\x8d\x6d\x75\x6f\xc7\x74\x11\x4c\x27\x58\x27\xec\xee\xf4\xb8\x2e\x6c\x5c\xc9\x7f\x15\x82\x9d\x1e\x3b\x6a\x91\x96\x14\x3a\x5e\x42\xa1\xd9\xde\xe1\x94\xff\xa1\x55\x40\xf3\xf6\x1f\xf2\x66\x36\x54\x4e\xfc\x6a\xd4\xe9\x27\xb5\x8c\x70\x04\xcc\x7f\xb6\x86\xe1\xb9\x26\xc8\xc7\x41\x5d\x01\x86\xed\x7e\x26\xf0\x18\x80\x99\x28\x12\xd1\xc4\xb4\xa4\x74\x2c\x96\x7c\x99\x35\xb4\x47\xe0\xd0\xdf\x87\x9d\xac\x93\x44\x4a\x70\x0c\xfb\xdd\xd5\x03\xf7\xe9\xb2\xa9\x5e\x25\xd7\xa7\x3a\xde\x79\xdc\x67\x41\x1f\xcd\x86\x9d\xea\x78\xcd\xa8\xf7\xc4\x60\x3c\x60\x91\xee\x27\x1a\x22\xb3\xc1\xaa\x61\x5f\x09\xe5\x04\x3b\xf3\x1e\x48\x0a\x3d\x26\xf2\x68\x60\xa9\xa5\xd1\x56\xa6\x86\x24\xa5\x54\xc7\x7b\x66\x7f\x7f\xcd\xac\x55\x2e\x5b\x99\x79\xd8\xcf\x06\xb3\x57\xb9\xec\xd7\x2d\x01\xbf\xd6\x32\x66\x69\x91\x93\x61\xa8\x95\x65\xd8\x59\xd2\xcc\x73\xa8\x14\x8f\x54\x78\xdd\x35\xab\x34\x0c\xc0\x8f\xb8\x63\x60\x9c\x5a\xa0\x98\x68\xa7\x52\x7f\xd3\x62\x71\x2d\x23\x71\xc6\xf3\x49\x0d\xe1\x3c\xf6\x0d\xe7\xe1\xbf\xb0\x0b\x96\xda\x47\x37\x13\x91\x89\x90\xa9\x92\x99\x76\x28\x18\xbf\xe6\x32\xe1\xc3\x64\x0b\x19\xa4\x41\x4e\xc8\x7b\x3e\xf5\x02\xa0\x5f\x07\x1c\x43\xbb\x94\x15\xc6\xd2\x5b\xba\x80\x3b\xd3\xda\x3f\x8a\x4c\x58\x35\xa1\xa1\xa6\xe1\xdb\x87\x3b\xc2\x15\x83\xdf\xd9\x31\xcf\x39\x2a\x1d\x28\x48\x69\x55\x4a\xb1\x56\x26\x18\x4a\x15\xd3\x23\xb2\x94\x03\x59\xab\x3d\x31\x11\x28\x7e\xe3\x77\xf6\x78\xad\xdf\x93\x9f\xec\xa7\x8e\xb0\x39\x9b\xea\x58\xbc\x66\xef\xe1\x66\x59\x31\x04\x12\x27\xe9\x9f\xbf\x5a\xfd\x62\x0b\x03\x85\x65\xd8\xef\xeb\xcf\x86\x15\x4d\xc3\xf3\x01\x20\x5a\xc0\xec\xe9\xea\x0f\x13\x3d\x64\xc4\xa4\xb7\x1b\xc5\xa7\x8f\xa7\x0d\x06\xf1\xe9\xe3\xe9\x5d\x0c\x60\x2b\x65\xa9\x94\xc2\xdf\x15\xa0\x69\x32\xbe\xa0\x05\x35\x57\x81\x06\x6d\x2b\x3f\x77\xe2\x65\x3f\xb9\x4d\x45\x94\x7b\x07\x0f\x3b\x9f\xf0\x4c\xc4\xaf\xd9\xb4\x48\x72\x99\x26\xb4\x0f\x76\x63\x8c\x95\x0b\xdd\x8e\x30\x1e\x01\xe6\x27\x63\xc7\x22\x86\xe4\x9d\xf8\xb5\x2b\x87\xe3\xdf\x58\xfe\xc2\x3b\xd0\x85\xe3\xd7\x8c\xc3\x9d\x44\xd5\x38\x0e\x0e\xc0\x1e\xe8\xdc\x52\xf9\x47\x44\x26\x65\x02\x8c\x4c\xe4\xfb\x03\x27\x76\x83\x70\x6e\x60\xc8\x5b\x61\x83\x34\x51\x23\x16\x70\x2d\xd9\x5e\x69\x01\xd8\x1f\x94\x0a\x04\xd0\x79\xc8\x02\x43\x2d\xa3\xa2\x5d\x18\x81\x2c\x76\x4e\xb9\x68\x1b\x23\xd3\x5f\xff\x25\x97\xb1\x15\x5a\x6c\xef\x4c\x69\xc1\xd9\x84\x2a\xdb\x37\x97\x52\x65\x78\x70\x2e\x32\x60\x99\xed\x12\xe6\xcf\x6a\x8b\xc3\x80\x05\x11\x65\x22\x6f\x40\xc7\xc1\x60\x4a\x74\x1c\x5f\x22\x63\xb2\x33\x88\xe3\x12\x9f\xd3\x25\x3c\xa4\x4b\x08\xa4\xdf\x2e\xec\xcf\x62\xb6\x05\x42\xb1\x1f\x9d\x49\x79\xd4\x74\x88\xd0\xd6\xf1\x9b\x2d\xc7\x5a\x31\x87\x38\x01\x95\xcc\x78\x67\x7a\x0b\x1a\x00\xb4\xa3\xc1\x3a\x03\x59\x64\x73\x37\xab\x05\xd1\x29\xd8\xe8\xa5\xa3\x6a\xed\xce\x76\x37\xf5\x8b\xbc\xa9\x4f\xfc\x78\xff\x20\x55\x6c\x07\xb6\xfa\x40\x53\x0b\x66\x4f\x1c\xd3\xca\x05\xf3\x80\x3e\xa8\x40\x83\xfd\x0b\xd8\x30\x04\xda\x50\x7b\x00\xf8\x0d\x11\x14\x43\x5d\xa8\x40\x6f\xb4\xf2\x1e\xf7\xa8\xbf\xd9\x80\x1d\xdb\x0b\x02\x92\x8f\x3d\x47\x2f\x07\xdf\xf7\x58\x8a\xfe\x98\xc2\xe0\x79\x1b\xe2\xb7\x0d\x33\xc5\xd0\xdb\xd0\x00\xaf\x39\x36\x4c\x2a\x93\x0b\xde\xe4\x6a\x74\x41\x45\x5d\x9c\x6a\x17\x71\xc3\x76\xf4\xc0\x7e\xee\x35\x03\x73\x9e\x8d\xc5\x02\x20\xcd\xd6\x90\xed\xeb\xd6\xc0\xea\xe5\xf8\x39\x4f\x2d\xe7\xbd\x55\xc0\xe6\xe9\xe2\x9b\xea\x92\xad\xb5\x04\xae\x80\x21\xc4\xb9\xd5\x71\x83\x16\x03\x87\x96\x47\x09\x39\x76\xb2\x3a\x46\x68\xa3\xf0\x20\x5c\xf9\xa3\xf3\xd3\x8d\x15\xa6\xc0\x61\xee\xf4\x67\xd8\x02\x69\xbc\x52\x6c\xd9\x91\x62\xe2\x96\xa8\xed\xd1\xf9\xa9\xb3\x2f\xc6\x99\xbc\x16\x19\xdb\xfb\x41\xe4\x9c\x8d\x04\xb7\xe7\x6d\xbf\x81\x11\xcb\x43\x99\x9c\xdc\xa6\x5c\xc5\xe7\xc0\xbb\x3f\xc2\xf9\xda\xee\xcc\xf9\x1e\x1a\x9c\xb9\xa3\x55\x5f\x47\xd2\x9a\xb9\x4e\xfc\xa1\x43\x11\x8a\xce\x27\x09\x51\x60\x80\x11\x10\x33\x72\x2d\x2a\x50\x48\xb9\x66\x29\x37\x9e\x57\xd9\xd5\xa2\x65\xca\x35\x8b\xb4\x65\xfd\xb9\xf0\x8f\xe6\x07\x43\xf6\xe5\x88\x27\x49\x50\x19\x44\x31\x80\xeb\x47\xb4\x32\x2a\x36\x04\xa7\xdb\x30\xa1\xf8\x10\x6c\xed\xf8\xfe\xd1\xf9\xe9\x2f\x14\x1b\x40\xfb\xc1\xc6\x00\x47\x8f\x65\x3a\xe0\x7d\xcb\x0e\xa8\x86\x4b\xc9\x34\x87\x02\x7d\xa8\x4c\x8e\x98\xd2\x6e\xd2\xd2\xb8\x2f\xc5\xe0\x90\x5c\xb9\x1e\x86\x4d\x35\xba\xf4\x15\xc8\x3e\xd8\xa8\xc7\x78\x92\xd0\xbf\x11\x64\xcd\x2e\xcd\xca\xb8\xac\xf2\x5c\x9c\x15\xc3\x44\x9a\xc9\x43\x1d\x8c\xf9\xcf\x3f\xec\xc9\xa0\xd1\xd0\xd1\xb0\x1b\x56\x3e\xfb\xa4\xd2\xca\x53\x7b\x70\xcc\xe7\xb1\xdb\x38\xf7\x3a\x2d\x0c\x17\xc8\x05\x6c\x85\x76\x64\xbf\x74\x56\x08\x46\xe7\xa0\x34\x44\x99\x06\x00\x08\x88\x21\x80\x4f\xcf\xa2\xbb\x85\x0f\x47\xc7\xe2\x41\xee\xd4\xfb\x25\x1f\x7e\x88\xdb\x14\x8c\x23\xb8\x47\xf6\xd7\xcf\xf8\x06\xd9\x5d\x3d\xcf\xf9\x58\xdc\xff\x9e\x56\x3f\xfb\x50\x3b\x0a\xa3\x98\xdb\xcf\x65\xbf\x7d\x52\x26\xf8\xf5\x33\xda\xe1\x86\xb6\x2a\x57\x92\xed\x35\xc4\x24\xa2\x56\x18\xac\xe6\x0a\x56\x42\xe8\x67\x83\xc5\x7a\x5a\x55\x53\xd7\xd6\xf1\x40\x87\x39\x2a\x27\x8b\x40\x8d\xcd\xe0\x4f\x9b\x82\x1b\x2e\xfa\xea\xe9\xb3\xf3\x41\x89\x9a\xd1\x5d\xdf\x02\x8d\x14\xfb\xf8\x89\xab\xb8\xb6\x9a\xdf\x2f\x41\x53\xc7\xba\x0a\x0c\x7d\x0a\xa2\xe9\x58\x26\xf2\x22\x53\x25\x37\x08\x04\xeb\x34\x29\xc6\x52\xfd\x7f\xff\xcf\xff\x6b\xd8\x11\x60\xdd\xfe\xe2\x67\x00\xb7\xcc\xdd\x11\x6a\xae\x15\x1e\xab\xb2\xc0\x1a\x9d\xf1\x4d\xb9\x60\x43\x2d\x8a\x58\xf7\xaa\xd5\xd9\xd5\xd6\xe6\x85\xd8\xcd\xc2\x7d\xc9\xde\x01\x81\x36\x3e\xbf\xa1\xdc\x7a\x60\xcf\xbd\x75\x5a\xcd\xdc\xb4\x56\x87\x6d\xec\x26\xb9\x84\x84\xcd\xaa\x5a\x13\x58\x35\x53\x95\x5f\x8e\xb4\x32\x45\x42\x95\x44\x67\xba\xc8\x18\x8f\xa7\xb2\x2c\x1a\x10\xe9\x2c\xb3\xd4\x46\x91\x5f\x22\x13\x63\xab\xf7\x65\xc2\x87\xd4\x44\x49\x61\x7f\xb8\x7f\x01\xa8\xde\x21\x3d\x82\x62\x7f\x69\xa6\xaf\x65\xec\xc2\x1b\x91\xd6\x22\xed\x92\x86\xc8\xa2\x3b\xe7\xdc\x18\x1d\x49\xb0\x80\x06\xab\x77\x33\x91\xd1\x04\x4d\xef\xb1\xc8\x45\x36\x95\x4a\x54\x42\x25\x43\x01\x4c\x63\x71\xc1\x87\x16\x9e\xde\xea\x88\x27\x9b\x98\x48\x9e\xa4\x04\x75\x3f\x0c\xb6\x5c\xa1\xf6\x58\xed\x79\x80\x22\x6c\x5f\xe9\x43\x08\x41\xa4\xd5\x48\x8e\x5d\x92\x8d\xbb\xa3\xee\x2e\x3f\x31\xfe\xfa\xcb\xdc\xc7\xc1\x70\x24\x0c\x1d\x9e\xbe\x4b\x32\x63\x25\xf9\x44\x3a\x57\x6e\xc1\xe2\x91\x2b\x09\x1e\xd0\x3a\xfc\xf1\xb9\x61\xb1\x8e\x8a\xa9\xf7\x1b\x40\x75\x59\xaf\x44\x91\x4d\xbf\x21\x2b\xdf\x8c\xb5\xed\xcc\xc2\x78\x8a\x61\x24\xd5\x85\x5f\x10\x55\xe2\xd8\x90\x3d\x67\xaa\xaf\x85\x61\x67\x1f\xce\x4f\xff\x2f\x16\x05\x6f\xa3\x41\xde\x95\xd8\xf4\xe9\x27\x8d\x72\xc4\xe3\x3a\x8f\xc2\x61\x1c\x8b\xb8\xf2\xb9\xfb\x46\x9d\x8e\x33\x9d\xd6\x0c\xf2\x23\xac\xcd\x03\x0c\x73\xe1\xc8\x6c\x7a\x08\x44\x3a\x79\x73\xbe\x8b\x49\x96\x33\xdb\x07\x0b\x78\x2d\x39\xbc\xed\x7d\x4a\xb8\xa1\x20\xd0\x44\x8e\x84\xcb\xc1\x43\xaf\xa2\x7d\x6d\x64\x7c\x9e\x50\xac\xb1\x56\xf0\xba\x74\x21\x9d\x6d\x97\x2d\x34\xd5\x4a\xe6\x3a\xab\x4b\xc2\x73\xa2\xe8\x6b\xf6\x8e\x5e\x40\x2e\x16\x59\xc5\x24\x72\x02\x1b\x4c\xd7\xf5\xb8\xcc\x0d\x42\xde\x53\x57\x07\xc3\x45\xf5\x1f\x44\x30\xe1\x83\x8f\x27\x87\xc7\xef\x4e\x06\xd3\xf8\xab\x89\xbe\xe9\xe7\xba\x5f\x18\xd1\x97\xf9\x7d\x9f\xea\xb4\x3e\xa4\xb7\xd4\xd9\x3e\x19\xcc\xf6\xb2\x3b\xe9\x92\xbf\x32\xad\xf3\x1e\xcb\x38\x04\x3e\x03\x8b\x83\x44\xa9\x22\x49\x70\x89\xf2\x4c\x88\x5e\x18\xa3\x72\x70\x67\x51\x69\xe5\x40\xef\x36\x24\xe2\xae\x76\x7b\x83\xe0\x0a\x7b\xcf\x1a\xaf\xc6\xb9\x7f\xc5\x09\xf9\x10\x84\x9d\x6b\xa8\x21\x00\xfe\x59\xcb\xaf\x3e\x19\x91\x55\x77\x4a\xe4\x11\x4c\xe0\x00\xf0\xf1\x49\x54\xb9\xe3\xc9\xd7\x07\x59\xdd\x97\xf5\x68\x7e\x01\x49\x9c\x5d\x10\x66\x79\x91\x4f\x84\xca\x5d\xb2\x3a\x2d\xd3\xd2\x15\x05\x29\xb2\xcd\xf3\xb3\x74\x99\xec\x6e\x6d\x72\xa7\xbd\xee\x97\xf1\x58\x1b\x28\x86\x00\xda\x5a\x65\xe8\xa8\xd4\xdd\xf7\xe6\x37\x94\x85\x3c\x65\xdf\x59\x1a\x02\x46\xd8\xb1\xbf\x8e\xfd\x75\xec\xaf\x63\x7f\x4f\x8e\xfd\x6d\x6c\xd3\xe9\x78\xe0\x17\xc8\x03\xa5\x8a\x45\xb6\x9b\x32\x18\x41\x1f\xce\xa6\x1d\x26\x4b\x7f\x48\x85\x32\x39\x8f\xae\x06\xec\x90\x1d\x55\x9a\x6d\x88\x68\x11\xbe\xb5\x0c\xd3\x22\x13\x63\xca\xe7\xaf\x20\x5a\x54\xbe\xf9\xa8\x80\x29\xda\xf5\xcc\xdf\x23\xdc\xc4\xfc\xf1\x9f\xce\xcc\xbf\x92\x3e\x9e\x81\x7e\x1a\x97\xe7\xff\x8b\xe0\x7d\x1b\xce\xbe\x01\xbb\xbb\x7f\x8d\x07\xe2\x69\x0d\x5e\xbb\x95\xc6\xfa\x94\x67\x7c\x2a\x72\x91\x01\xbd\x8c\xd1\x18\xaf\x14\x85\x92\xdb\x8b\x7e\x0e\x17\x7d\x27\x24\x06\xba\xe5\x32\xf6\xdf\x40\x2c\x2b\xc2\xed\x70\x8f\x15\x91\x9c\x7b\x39\x9f\x0d\x29\x72\x6b\xe8\x0a\x48\xb2\x3a\x3a\xdc\xd1\xe1\x8e\x0e\x7f\xae\x74\x78\x07\xd1\xbb\x23\xc6\x8f\x8a\x18\x43\x82\xc9\xe9\xd9\x11\x78\x52\xd7\x10\xe2\x6a\xc3\x79\x38\x8c\x8a\x23\x16\xe2\x7f\xb0\x3d\x3b\x3d\x63\x43\x6e\x57\xd7\x08\x03\x79\x4b\x0e\xaf\xa4\x01\xb9\xcb\xe5\x54\xe8\x22\x6f\x06\xc2\x58\x6d\x1c\x54\x9d\x25\x47\x36\xfc\xea\xc7\x75\x7a\x46\x84\x8f\x46\x65\x72\x19\x5d\xcd\x00\x8f\x6f\x10\x04\x73\x4d\x89\x62\xfe\xed\x05\xfb\x5f\xff\x8b\xfd\xf5\x3f\xff\xf4\xdd\x37\x2f\x5e\xec\x59\x45\xf0\x25\x8b\xf9\x6c\xdf\x92\x31\xca\x96\xf4\x80\x40\xff\xf9\x9f\xec\xd2\xaf\x96\xa5\x86\x44\x3b\xca\x18\x8b\x97\x2f\xfe\x44\xbd\x7c\xcd\x26\xba\xc8\x4c\x4b\x00\x5a\x0b\x67\x67\xd3\xb3\xa0\xa7\xa9\x56\x42\x05\x85\x39\x57\x9f\x87\xe5\xf5\x68\x7d\xb5\x52\x02\xe3\x74\x3d\x36\xa9\xd7\x9d\x65\xba\x4e\xc9\xf5\x03\x63\xd0\x9a\x45\x3a\x16\x84\xa5\x59\x7e\x0a\x30\xd2\x82\x6c\xbf\x89\xe0\x49\x3e\x61\xd1\x44\x44\x57\xc1\x7b\x5b\x44\xa4\x4c\x85\x31\x7c\x5c\xc7\x80\xdf\x61\xab\xa5\xab\xb2\x7e\xac\x8b\xa5\x9d\xab\xa3\xdf\x62\xc8\x66\xbe\x5e\xee\xb2\x11\x63\x51\x5d\x17\x27\xb5\x66\xb4\xbf\x40\x65\x66\x02\x92\xb0\x4f\x2f\x9f\xfd\x04\xe3\x9b\x5d\x3e\xb3\x32\xc1\x05\x60\xa8\x59\x51\xe0\x0d\x02\xa5\xf5\x18\x34\xfa\xa4\xae\x94\xbe\x51\x5b\xc5\x50\xe7\xf5\x22\xcf\x05\x01\x21\x36\x1b\xf9\xeb\x70\xd4\xed\x92\x65\x78\x7f\x71\xf5\x77\x26\xd2\x6e\x1e\x8b\xd5\x8f\x17\x2e\x48\xa5\x25\xdb\xc3\xb4\x85\xca\x8f\x6f\xa5\xc9\xf7\x01\x64\xd4\x84\x01\x6b\x58\x76\x1b\x0f\x9f\x3d\x88\x5d\xde\xea\xa3\xce\x5b\x6d\x5c\x17\xfa\x2d\xc1\xe0\xfb\xcb\x50\x5e\x13\xe3\x41\x83\xdb\x02\xc5\x5f\xc9\x48\x1a\xba\x35\x2a\x8f\x2a\x49\x80\x29\xcf\xa3\x49\x7f\x2a\xb2\xb1\xe8\x5f\x89\x19\xb0\xfc\xea\x6d\x5b\xfe\x86\xc9\x33\x9e\x8b\x31\xbc\x00\x6f\x77\x69\xc0\x5d\x1a\xf0\xa3\x4b\x03\xae\x13\xdd\xfc\xef\x77\x95\x18\x3b\xcf\x62\x2a\x8d\x76\x4e\x90\x5d\x64\x40\x6b\x78\x58\x29\x8d\xf0\x24\xa9\x4a\x24\x26\x88\xc3\x76\xd4\x8c\x87\xb5\x3e\xe6\xf9\x5f\x57\xd8\xe5\x73\xe0\x65\x4d\x0a\xbb\xbc\x6d\xba\xc3\x2b\x7b\xdc\x8a\x83\x9d\xcf\x15\x59\xea\x6a\xba\x7c\xc1\xac\xe5\x31\xd7\x74\x09\xd7\x6a\x63\xbd\xe5\xde\xcb\xba\x34\x62\x42\x6d\xd6\xd7\x75\xd7\x5a\x8d\xe4\xf8\x1d\x4f\xd7\xaa\x50\xd4\x86\x54\xa4\x6a\x8e\x01\x80\x18\x5a\x26\x04\x10\x3f\x68\x96\x34\xc5\xb4\x51\x29\x97\x8e\xc3\x3c\x18\x87\x19\x4a\xc5\xb3\xd9\xf1\x12\x72\xd0\x2c\x65\xa3\xb4\xc8\x0d\x67\x79\x55\xe9\xd8\x3e\xa1\xe3\x07\x3f\xa8\x6a\x79\x1b\x1c\x2c\x43\xb2\x71\xc2\xa3\x09\x84\xf6\x80\x2d\xd2\x9e\x36\x62\x84\x00\x4d\xa1\x8a\xa9\xc8\x64\xc4\xa2\x09\xcf\x78\x94\x8b\xcc\xf4\xd8\xf3\xfe\xf3\x1e\x7b\xfe\xdb\x73\xa6\x33\xf6\x7c\xf0\x7c\xc0\xc2\xef\x70\xe5\xbe\xc5\xec\x4c\x18\x26\x2e\x46\x61\xae\x88\x25\xf9\xe4\xf1\xfa\x74\xf1\xa6\xff\x27\x96\x71\x35\x26\xb3\xe8\x95\x98\x51\xde\x09\xe4\xbb\x05\x3d\xc3\xf0\xec\xab\xfa\x5a\x64\x09\x4f\x31\x83\xce\x76\xa2\xed\x01\xa6\x0e\xa1\x29\x24\x27\xf5\xf0\xec\x4a\xc3\x84\x02\x57\x49\xcc\xe2\xc2\xf1\x3e\x67\x87\x48\x33\x1d\x09\x63\x06\xec\x93\xf1\xe8\xd5\x98\xda\x04\x2e\x16\x22\x66\xec\xe5\xe0\xe5\x8b\xff\x93\x59\x52\x0d\x87\x1d\xce\xaa\xf3\xcc\x6d\x9e\x71\xba\x8c\x69\xdc\x69\x62\xcf\xe2\x09\x58\xa4\x39\xad\x1c\x84\x5f\xd0\x70\x07\x3b\xa3\xb4\xea\xe3\xf6\xce\x9d\x03\xe8\xde\x01\x9c\x05\x1b\x0c\xeb\xbe\xf4\x14\xd4\xec\x3f\xb4\xa6\xfd\x9f\xef\x6f\xa3\x53\xb0\xf9\x56\x76\xa2\xd7\x53\x11\xbd\x3a\xad\xde\xf5\xba\x99\x40\xe5\xe4\x9d\xbb\x11\xa3\x4e\xd4\x75\x6d\x04\xc7\x62\x63\x66\x44\x62\x75\x36\xc6\x59\x29\x6c\xe5\x9a\xa5\x3a\x2d\x12\x4e\xb9\xaf\x42\x5d\xcb\x4c\x2b\x08\x98\xb8\xe6\x99\xe4\xc3\x84\x48\x17\xd4\x8f\xba\x40\x2a\x99\x83\x07\x92\x1c\x17\x84\x68\xe6\xfb\x7c\x6e\x02\x7e\xe3\x38\x06\xdd\x55\x47\x99\xfa\x78\xdd\x53\x2e\x33\xc3\xb8\x59\xfe\xd9\x26\xc5\x3b\x36\x43\xeb\xa7\x90\xd3\x7c\xe3\xaa\x2a\x96\xba\x5e\x4b\x71\x73\x70\xa3\xb3\x2b\xa9\xc6\x7d\xbb\x22\x7d\x52\x82\x0f\x00\x85\xf7\xe0\x2b\xf8\xcf\xe6\xd7\xd6\xe5\x0a\x37\xac\xba\x73\x33\x11\x14\x27\x2e\x82\x7d\x74\x2e\x53\x94\x5c\x1b\x47\x27\xd4\x5d\x95\xc6\x47\xf2\x67\x31\x3b\x87\xe3\x55\x71\x26\x2e\xcc\xc1\x9f\x40\xcb\x51\x81\x3c\x07\x87\xb1\xc1\x7e\xa3\x09\xba\x0e\xfb\xde\x76\x9e\x6b\x3a\xef\xdb\xa4\xc0\x77\xa7\x0a\x4f\x95\xce\x98\x65\x91\x5e\xfc\x69\xe1\x80\x2d\xd7\x84\xed\xbe\xd6\xe9\xc1\x8d\xcf\x62\x8d\xa1\xb3\xd2\xce\x61\x0b\x90\x80\x11\xc4\xc2\x84\xd6\x4d\xbf\x1e\x9d\x5d\xf3\x33\xd0\x3a\x37\x2a\x58\x8d\x19\x55\x73\x1b\xdd\xbe\x5d\xd3\x09\x04\x9d\x45\xb3\x13\xab\x1b\x5a\x34\x1f\x81\xe0\xfc\xc8\xcd\x96\x21\xbd\xbf\x1b\x49\xfb\xbd\x8e\x05\xfe\xd1\x5c\xe0\x9e\x7f\x67\xae\x88\x72\x15\x92\xa6\x4c\x82\x0a\xa5\x72\x8e\xb9\x92\x10\xf2\x47\x77\xd4\x79\xe0\xde\x57\x62\xa8\x56\x0b\x4a\x68\x87\xc1\x2e\x7f\xae\x95\x9a\x7e\x9e\x6b\xce\x62\x11\x25\x3c\xb3\xa2\x3f\xa0\x0e\x59\x09\xa0\x2a\xed\x44\x22\x0e\x06\x0c\xf8\x4c\x26\x85\x68\x3f\x62\x2d\x95\x2e\x9d\x4d\xc5\xe4\x59\x01\x27\x72\x0e\x2f\xc7\x1d\x34\x26\x11\xdb\x2b\xe2\x66\x25\xd6\x49\x1b\x92\x1b\x11\x7e\xaf\xa5\xaa\x45\x71\xae\x32\xc1\x79\x7c\x9f\x36\xc7\xdb\xa4\xd6\x87\xaf\x09\xb2\x74\xe4\x95\x0a\x20\xf7\x39\x7c\xc7\x41\x9a\x89\x3a\x1f\xab\xad\x17\xa6\x32\xff\x7c\x83\x09\x8d\x74\x36\x94\x71\x2c\xa0\x1a\x2c\x5c\x11\x2b\xd8\xf6\x42\xf0\xe0\xb8\x7c\x04\x6e\x8e\x2d\xa6\x5b\xc8\x3a\xfe\xfb\xe9\xf4\x78\x61\x5a\x9f\xca\x02\xa0\x0f\x3c\x95\x86\xf4\xbd\x3c\x94\xf3\x37\xab\xb7\x86\xc0\xb4\x26\xbe\x9f\x65\xfa\x9f\x98\x23\xbe\x16\x4a\x88\xa7\x73\xa6\x0c\xa9\x20\xb8\x3d\xc5\xd7\x7d\x49\xbe\x5d\xec\x16\x43\xc1\x48\x1a\xa2\xbb\xb2\xd0\xbb\x25\xd5\x90\xd6\xc1\x0a\xe3\x84\xab\xd0\xf2\x1a\xf4\x48\xb9\x2b\xb6\x35\xd6\xed\xe9\xb1\x42\x25\xc2\x10\x5f\x00\x81\x54\x24\x98\xab\x02\xe5\x22\xd1\x2c\x13\xa3\x49\xd7\xe3\x4c\x4d\x79\x9a\x42\xf1\x0b\x3d\xc2\x2f\x01\xb0\x59\x3e\x31\x03\xf6\x5e\xe7\xbe\xce\x34\x9a\x77\x31\xb2\x3e\xe2\x89\x4f\xba\x19\xc9\xf1\x94\xa7\xbe\x64\x22\x32\x17\xfb\x05\x17\x35\xeb\x52\x55\xa7\xcd\x18\x4d\x23\x61\xbb\x92\x75\xd2\x63\x82\x6c\xea\x81\x15\x68\xc9\x7a\xad\xe3\x37\xe5\xee\xb8\xed\x80\xdd\x0f\xf2\x07\x80\x85\xc2\x5a\xdf\x4c\xb4\x21\x48\x42\xba\x9a\x96\x9b\xd9\xeb\x44\x27\xc2\xfd\x0c\xa3\x01\x14\xb6\x60\xac\x4e\x3f\x10\x31\xae\xf6\x9a\x2f\xfb\xb7\x70\x3f\xf0\xca\x16\x6a\xe1\x6d\x12\x85\xe9\x64\xc1\x07\xd1\x20\x22\x4d\xd0\x07\x32\x5e\x69\x08\x3c\x10\xcd\x67\xb4\x4a\x7e\x21\x2a\x45\xa5\x8d\xc8\x0b\x5a\x1a\x8c\xb7\xa6\xe3\x25\x09\xdf\x3e\xbb\x12\xb1\x47\xa6\x1b\xb0\x33\x3b\x48\xaf\xd7\x67\x22\xe1\x80\x99\xe7\x74\x3f\xfb\x59\xe7\xb3\xb2\x1f\x79\x3e\x18\x3c\xc7\xa4\x77\x9d\x31\x93\xf3\x8c\xd0\x1a\xed\xef\x2d\xab\x4b\x3f\x8b\xd9\x85\x0e\xcb\x5c\xb2\x6d\xd4\xa5\xce\x8a\xb3\x60\xc5\x31\x0f\x6e\x27\x6c\x5a\x2e\x6b\x25\x79\xbf\x0b\xa2\xfe\x08\x49\x79\x39\xef\xbb\xcd\x6d\x24\x6a\xdf\xa0\xc2\x6a\x99\x4a\x36\x85\xaa\x4d\x12\xb3\xc9\x0a\x03\x80\xbc\x11\xe0\xf6\xc6\xb4\x80\x43\x5f\x50\x2e\x4c\x7f\x44\x6a\x3f\x14\xf9\x8d\x10\x8a\xbd\x80\x41\xbf\xf8\xfe\xfb\xef\xab\x90\x91\x2f\xbe\xfb\xe6\x9b\x01\x3b\x96\x19\x18\x93\x25\x79\x1f\x68\x0f\x80\xfe\x38\x6f\x39\x1f\x8d\x90\x02\x43\xf6\xa4\x25\x9e\x98\xe8\x47\x12\xd5\x54\x8e\x27\x39\xe5\x91\x5a\xc6\x97\xc8\x88\x48\x16\x16\x58\xc6\xbb\xe5\x3c\xf0\xd0\x57\xb9\xab\x53\x28\xce\x9c\xc8\x2b\xc1\x46\xe6\x47\xab\x88\x22\x39\x47\x4a\x01\xd0\x8d\x11\x57\xb6\x77\xec\xac\x5c\x13\xb3\xe0\xfd\xde\xbd\x30\x7f\xc7\x64\x3b\x26\xdb\x31\xd9\x8e\xc9\xd6\x32\x59\x4c\xa9\x5f\xc7\x58\x5d\x31\x61\x9e\xa6\x89\x43\xda\xf1\xb9\xf8\x8b\xf5\xa8\xb2\x42\x39\xfa\xcb\x1b\x56\x9c\xe4\xd9\xb8\x8e\x56\x1d\x66\x63\xc0\xb9\xf5\xc6\x22\xa1\xf2\x6c\x06\xb6\x64\x0c\x75\x89\x75\x74\x25\x32\x26\xa7\x7c\x2c\x9e\x1b\x76\xf4\x0e\xd4\x6a\xc8\x17\x96\x23\xaf\xdd\x84\xb0\xda\x03\xf6\x0b\xf9\x8d\x43\x1c\xe4\xff\xd8\xfb\xe5\xf0\xe3\x6f\xef\x0f\xdf\x9d\xec\x03\xdb\x10\x50\x36\x48\xc4\x01\x8b\xf7\x93\x7f\x5e\x71\x43\x13\xc5\x70\xce\x68\x4b\xed\x89\xa4\x64\xc2\xe8\xe4\xda\x91\xad\xd2\x80\x47\x57\x58\xaa\xb4\xc8\x9d\xf9\xdd\x11\xb2\x42\x45\x13\xae\xc6\x82\x22\x79\xc2\x61\x99\x99\xca\xf9\xad\xe3\x26\xc2\x44\x3c\x75\x82\x02\x67\xb1\x2e\xec\xc7\xff\xe3\x3f\x7a\x4c\x8a\xd7\xec\x3f\x82\x17\x07\xec\x84\xda\x06\xf3\x45\xd2\x27\xae\x45\x06\x9d\xd1\x6c\x7b\x2c\x13\x63\x9e\xc5\x40\xa8\xf4\xa8\x72\x82\xfd\x04\x01\xab\xc1\xd8\x73\xac\x74\xbe\xd4\x64\xdf\xec\xca\xe6\xdc\x5c\x99\x03\xa9\xec\x91\xed\xc7\x3c\xe7\xfd\xe0\xa8\x21\x51\x12\xfd\x48\x4f\xa7\x5c\xc5\x7d\x4e\x07\xa1\xef\x77\xe1\xe0\x2b\x02\xff\xed\x73\xdf\x4a\xaa\x3e\xef\x9b\x89\x48\x92\xfb\x86\x76\xa3\x11\xd4\x1c\xe7\x13\x7f\x7a\x19\xf4\x05\x9a\x38\x13\xb7\x22\x2a\x9c\xd0\x07\xf7\x07\xa6\xb0\xf4\x80\x9f\xbc\xbf\xf8\xf8\xdf\x67\x1f\x4e\xdf\x5f\x74\xe7\xbc\x3b\xe7\xf7\x7f\xce\x85\xba\x6e\x98\x08\xb2\x3c\x40\x08\xa2\x2d\xbc\xe4\x14\x60\xbb\x2c\x2e\x6f\xbb\x52\xcc\x89\xba\xfe\x85\x67\x77\x92\xe7\xa8\x16\xaa\xf6\x6e\x9f\xe7\x28\xd4\xf5\x9b\x4c\x4f\x1b\xae\x31\x79\xbe\x2b\xc1\x59\xcb\xd7\x7d\x71\xc1\x7d\xa0\x28\x09\x1f\x01\xf5\x41\x5b\xdf\xd4\xeb\x63\x47\xbf\x9d\x1e\x9f\xbc\xbf\x38\x7d\x73\x7a\xf2\x71\xc0\x0e\x93\x84\x49\x05\xf1\x9f\x55\x21\x3c\x13\x04\x52\xc3\xa1\x36\x9f\xb8\xb6\x43\xb8\x99\x88\xb9\x4f\x83\x60\x6d\x25\x56\xd0\xc0\x7e\xb5\xcf\x51\xe0\xa6\x0b\x27\x15\x9b\x16\x49\x2e\xd3\xc4\x99\x1d\x4d\xaf\xd4\x08\xc2\x9a\x17\x3e\x84\x35\xe1\x26\x2f\x4d\x94\x49\xc2\x72\x7e\x05\x22\x7d\x24\x62\x4b\x07\x7c\x68\xad\x9b\x2b\x56\x39\x39\x51\xd7\x9e\xae\x14\x78\x25\x51\x1d\x59\xde\xc7\x3d\x1c\x51\xbb\xf7\x64\xf3\xd8\xe5\x96\x02\xb7\xa8\x2b\xc4\x12\x30\x16\xd0\xc7\x36\x16\xb5\x4b\xd0\xfd\x03\xe8\xc5\xac\xa8\x6d\x01\x26\xe5\x24\xd1\x37\x6c\x22\xc7\x96\xcc\x26\xe2\x5a\x24\xce\x6d\x19\x18\x27\x72\xed\x8d\xca\x3a\x83\x40\xe5\x4c\xc6\x95\x93\x83\x9f\x91\x8a\x59\xe9\x3e\xd1\x1c\xb5\x46\x2c\xe2\x64\x50\x0b\x3f\x16\x69\xa2\x67\x53\xaa\x9b\x1e\xb3\xf3\x9c\xe7\x62\x54\x24\xe7\x62\x65\x7d\xf1\xb5\x31\x22\xf6\x93\x67\x45\x92\x9c\xe9\x44\x46\x75\xee\xd1\x53\x58\xcd\xb4\x48\x12\x96\x42\xfb\x01\xfb\xa0\x40\xa9\x39\x4c\x6e\xf8\xcc\xf4\xd8\x7b\xcb\x8b\x7a\xec\x74\xf4\x5e\xe7\x67\x4e\xe7\x0c\xcd\x1a\xd8\xd0\x72\xf5\xd7\x14\x74\x93\xf3\x71\x45\x19\x05\xd0\x86\xb0\x03\x34\x2d\xdc\x48\xb3\xf4\x90\xee\xbc\xad\x5f\x41\x4f\x96\x03\xe1\xdf\x9b\x2f\x62\x22\x47\x22\x9a\x45\x8b\x30\xaa\xcd\x01\x8d\x7c\x0f\xeb\x22\x21\x0e\xa3\xc0\x52\x03\xbe\xb5\xf2\x70\x11\x9e\x16\x45\x3c\xc1\xe5\x96\x8a\xa1\x33\xda\x08\x4a\x15\xa2\x73\xe6\xc7\x8b\x44\xcc\x2c\xbd\xfb\x2b\x66\x7a\x2d\x94\x30\xe6\x2c\xd3\xc3\xed\x67\x8b\x6f\xaf\x9b\xe9\x99\xc8\xa4\x8e\xb1\x9a\xc8\xd0\x81\x6b\xf8\xd1\xe3\x18\xc0\x38\x48\xbf\x95\x34\x1a\x48\xaf\x13\x1b\x05\xbd\x3f\xe2\x32\x59\x3a\xcb\x4d\x0f\x8f\xbb\x97\xe6\x20\xd5\xf8\x3f\x7d\xbf\x98\x5f\xf9\x21\xf6\xe1\xab\xa6\x15\x4b\x41\x39\xef\xd2\x5a\x03\xe6\xa6\xe3\xf7\xe7\xbf\xbd\x3d\xfc\xe1\xe4\x2d\xe5\x66\x04\x64\x84\x74\x54\x64\x71\x13\x7e\x6d\x99\x1c\x55\x22\x03\xcb\xd4\x9e\x7f\x77\xbf\x9e\xec\x37\xb9\x00\x96\x31\x36\xcd\xa0\x85\xb6\xf6\x3c\x8a\xdb\x54\x1b\x51\x46\x51\x05\xcc\xfb\xc4\x3e\xc2\xe0\x43\xb0\xf5\x02\xac\xd9\x58\x5e\x3b\x3c\x25\x3c\xeb\x65\x56\xcc\x12\xe8\x1a\xdb\x4e\x89\xdc\x6e\x98\xc3\xee\x82\xbb\x13\x20\xee\x59\xfd\xc2\xf4\xd8\xb0\x40\xe3\x74\x26\xa7\x3c\x93\x08\x1a\xe7\x3a\xe3\x09\xea\x30\xb8\xf6\xb3\xf9\x21\x1d\x7f\x38\x39\x67\xef\x3f\x5c\x58\x3e\x7a\x2d\x1c\x44\x39\x3c\x87\x69\x0d\x85\x7d\x03\x27\x1a\x0f\xd8\xa1\x9a\xe1\x43\x6f\x6e\x03\x73\x1d\x84\x59\x6a\x55\xf1\x3a\x5e\x3e\x7b\x31\x80\xff\xbb\x7c\x66\xe7\x99\x81\x69\x4d\x19\xcb\x2f\xc2\x19\xb8\x73\xcf\xa3\x48\x18\x23\xad\x5c\xef\xd7\x93\x66\x7f\xf7\x8c\xdd\x5f\xc3\x33\x9d\xe5\xbb\x8b\xa0\x76\x4d\xfa\x53\x9e\x5a\xf9\xd3\x54\x3c\xf2\x8c\x51\xb9\xe0\xf2\x6b\x73\xa9\x70\x69\xa6\x73\x1d\xe9\x24\x1c\xc5\x3f\x6a\x3e\xe5\xc6\x35\x9d\xcf\x53\xa8\x13\x8c\x57\x8f\x64\x07\x09\x39\x13\x3c\x96\x0f\x4d\x62\x0d\x82\x8a\x31\x3f\x98\xe5\xb4\x16\x0b\xf4\xc0\x81\x73\x6f\xb8\x50\x48\xf3\x78\x09\x70\x19\x51\xbb\xed\xe2\xba\x00\x1d\x42\xf7\x07\x61\x6c\xed\x5a\x1f\xe9\x69\x5a\xe4\x82\xb9\x17\x83\xc8\x23\xe7\xb3\x59\xab\x2b\x6e\x21\xe3\x94\xc1\x66\x07\x28\x25\x58\xed\xda\x0e\xa2\xef\xe7\x1f\x28\xe1\x2b\x81\x1a\x8b\x4c\xe6\x33\xbb\xf7\xe2\x36\xdf\x05\x36\xb7\xd2\xcf\xda\x14\x2a\x6a\x1b\xb8\xa5\x04\x30\x33\x92\x6c\x9c\x21\x76\xe3\x35\x41\x81\xf5\xc0\xcd\x09\x26\x2f\x6e\xf3\x83\x8d\xcc\x1c\x6e\x61\x45\xdf\x9e\xbc\x72\xfd\x16\x7a\x5d\x09\x87\x96\xe5\x45\x7a\xd7\x57\xfb\x3c\xf8\x0c\x93\x2a\x06\xcd\x2f\x10\x1b\xcf\x74\xcc\x26\xdc\x30\x53\x00\xdb\x18\x15\x09\x70\x3d\x99\x4b\x9e\xc8\x3f\xa8\x02\x5f\x20\x8f\x2b\x4d\xde\x3d\xbc\x56\x64\x59\x23\xab\x5e\xa1\x72\x99\xb8\x33\x8c\xd5\x03\xab\x3d\x53\x3d\x3f\x60\xb1\x9e\x16\xf4\xfc\x40\x16\x44\xb7\x1e\xfb\x27\xa0\xdf\x7a\x12\x52\x11\x3a\xe1\x75\xb4\xab\xd9\x2f\xa2\x15\xcd\x01\x68\x92\x71\x90\xc5\x72\x84\xfe\x15\xfa\x64\x80\xe7\x49\x4b\x30\x14\x63\x89\xb5\xd5\x00\x29\xf0\x4c\xc7\xcf\x4d\x29\x17\xf7\x50\xaf\x97\x39\x39\x4f\x41\x9c\xe6\x2c\xd1\x6a\x0c\x20\x8d\xf6\x5b\xa0\x9e\x41\x3e\xbe\xce\xd8\x0d\xcf\xa6\x96\x31\xf3\x68\x22\x7a\x58\xba\x82\x12\x49\x4d\x2e\x78\x3c\xeb\x1b\xab\xa6\x39\x48\x5b\xad\xca\xe1\xcf\xdf\xf4\xc5\xea\xff\x54\xd0\x1f\x4a\xfe\x97\x10\xb9\x95\x3d\x76\x6d\x46\x09\x1f\x3f\x04\x49\x35\x79\x2c\xeb\xa2\x1e\x7f\xf5\x46\xc8\x90\xda\xb9\x6b\x6d\x15\x68\xb0\x4f\x70\x36\x2c\xec\xe6\x61\xd5\x3f\xdb\xef\x82\x71\xc7\xd2\x00\x84\xca\x3c\xad\xda\x86\x8d\xc8\x7b\xc0\xb3\x28\x36\x7f\xc5\xeb\x70\xe2\x38\xea\xa1\xe4\xc3\x96\x8a\x9d\x7c\x78\x53\x82\x65\x5a\x3d\x9f\x27\x66\x15\x4a\xe3\x7a\x78\x5b\xfb\xd5\x0f\xaa\x36\x96\xf5\xd7\xc0\x2a\xbb\x30\x37\x9f\xba\x92\x68\xca\x85\xc6\xc9\x44\x13\xae\x94\x48\x18\x1f\xe5\x56\xd2\xcf\xe1\x1e\x0f\x85\x50\xf6\x6c\x39\xd3\x8f\xf7\x6d\xe5\x39\x8f\x26\x64\x84\xa2\xc5\x30\x2c\xcf\x8a\xb0\x47\x93\x67\x82\x4f\x5d\x7e\xe2\x94\x4b\xec\x8a\xf1\x28\xd3\xc6\x94\xb6\x2a\xec\xcc\x41\x96\x1a\xa4\x11\x6e\xaa\x0c\xa3\x0e\xc0\x8d\x95\x15\xa2\x57\x7e\x8d\x86\x55\xf1\xae\xc1\x45\xef\xf9\xfa\x15\x9e\x84\x08\x36\x92\x99\xc9\x5d\x0a\x05\x7e\x91\xac\xaa\xb6\x3f\x1f\x7a\xa0\x68\xa4\x86\x86\xaa\x62\x90\x80\xd3\xdc\xe0\x8d\x2c\x3b\xa4\xae\x62\x69\x48\x09\x30\x3d\x4b\x02\x50\x00\xc7\x85\x76\x23\x85\xa5\x8e\x5d\x5d\x46\xe8\x9d\x7e\x0a\xba\x0b\xad\x7c\x9e\x62\x95\x07\xd1\x5e\x40\x7f\x78\x7a\x15\x51\x9d\xd2\xc8\x1d\x1d\x5e\x38\xa6\x81\x29\x3f\x13\x91\x40\xef\xf8\xf2\x53\xb9\xc5\xa1\xc4\x3a\xb9\x40\x7b\x08\x20\xf4\x6c\x93\x6a\x3d\x67\x10\x6f\xe2\xd7\xcd\x45\x87\xe4\x3a\xf8\x25\x74\xac\x04\x9f\x63\x04\x5b\xea\x09\xfd\x4d\x26\xf3\x5c\xc0\x92\xbb\xc2\x3f\x3e\xaa\x21\xec\xa3\x44\x09\x1f\x30\x07\x6a\x1a\xbc\x2b\x55\x2e\xc0\xb5\x83\xd0\xde\xc3\x4c\x8a\x11\x1b\x49\xab\x0d\x22\xee\x65\xcf\x72\xa1\x09\x59\x6b\xb9\x31\x22\x83\xe1\x58\xfe\x61\x69\x25\x0d\x6b\xc0\x7e\xa5\x71\xe5\x59\xa1\x22\x1e\xa0\x90\x2b\x1d\x0b\xcb\x83\xc6\x10\xd3\x43\x15\x89\xbe\x79\xf1\xe7\xef\x00\xb3\xc0\xa0\x8d\x39\xd7\x39\x4f\xfc\x1c\x13\xa1\xc6\x76\xa5\xf0\xee\x40\x48\xb9\x37\x37\xf9\x05\x48\xe4\x54\xe6\x38\xf0\x97\xaf\xae\x86\x55\xfb\xd8\x41\x2c\xae\x0f\x82\xe5\xeb\x27\x7a\xdc\x8e\x92\xbe\xe4\x08\x34\xb2\xf9\x91\xfc\xc0\x26\xfa\x06\x43\xcb\x96\xec\x2d\x51\x2b\xcb\x6a\x5d\x8c\xd7\x00\x0a\x78\xe1\xa4\x1d\x9e\x43\x25\x4a\x6d\xe9\x89\x5c\x48\xc4\xae\x50\x8d\xbc\x30\xfe\x93\x5a\xb1\xa1\xce\x27\x4e\xd4\x80\x7b\x4b\x7b\x3b\x60\x6f\x78\x92\x0c\x79\x74\x75\xa1\xdf\xea\xb1\xf9\xa0\x4e\x20\x44\xa5\x32\x16\x30\xaa\x47\x93\x42\x5d\xcd\x99\x97\xf4\x98\xe9\x22\x4f\x8b\xdc\xc9\x1f\xcb\x26\x3c\xa2\x0a\x48\x48\xc0\x5c\x44\x54\xd9\x8b\xb8\x95\xde\x84\xcf\x09\x2f\x18\x0f\x4c\xd8\xbf\x09\xcf\xc2\xab\x17\xdf\x20\x1a\x06\x38\xe5\xfe\xf4\x82\x25\x56\xf5\xea\xe1\x0d\x13\x54\x55\xdc\x4c\x79\x92\x58\x25\x21\x3c\x33\x76\xa1\x5b\x3a\x23\x79\xdd\x71\x68\xcc\xc6\x2f\x2e\xfe\x1b\x78\xb8\xcc\x8d\x48\x46\x3d\xac\x66\x40\x6a\x8f\x61\xcf\x81\xe8\x3d\xa7\xcb\x6b\x79\x46\x3b\xcc\x17\xa3\x93\x8e\x85\x55\x46\xeb\x2c\x52\x95\xb6\xf3\x39\x90\xc3\x44\x47\x57\x2c\xa6\x87\x38\x4c\x10\x33\x89\x38\x54\x5c\x4d\x24\xb2\xb1\xa1\xc8\xbd\xc0\xd6\xb2\x91\xe5\x97\x60\xb0\x77\xe2\xe6\xc3\xa9\x02\x57\x68\xc9\x94\x71\x1d\x14\x19\xa8\xd9\x0a\xab\x08\xb8\x00\x4f\x57\x31\xa2\x9e\x2b\xdc\xb5\x61\x2b\xa8\x92\x70\x27\x4b\x0e\xd3\x6c\x73\xc5\x29\x28\xec\x58\x36\x40\x32\xf7\x2b\x4a\x2f\xb1\x98\x42\x4d\x67\xbe\x54\xff\x5c\x64\xe2\x82\x90\xfa\xdc\x78\x7b\xa5\x0f\x7c\x30\xb6\x35\x0a\x05\x3e\xf0\xd4\x6b\xcd\xf1\xa2\x30\x0e\x3e\x97\x1d\x88\xd7\x42\xb0\xd8\xea\x5c\x9e\x36\x52\x73\x70\xd4\xa7\x73\x0e\xc8\x05\xe7\x23\xfc\x39\xac\xda\x6a\xd1\x6b\x59\x1b\x36\x86\xc1\x7b\x0d\xd2\xe0\x2c\x25\x72\xd2\x97\x25\x40\xe0\x9b\x93\x86\x01\xd6\xf9\x80\x89\xc1\x78\xc0\xfe\xe7\xf2\x99\x9d\xc4\x38\xca\xac\xde\x37\x99\xa5\x22\xb3\x67\xeb\xf5\xf5\xcb\xc1\x8b\xc1\xf7\x88\x95\x8e\x21\x38\x93\x62\x68\x9b\x8c\xb5\x1e\x27\xe2\xb7\xc0\x49\xb6\xf8\xd2\x3f\xee\x3b\x2a\xc3\xc8\x3f\xc4\x0f\xb3\x25\x05\xef\x97\x60\x5e\xd8\xb6\xce\x77\x42\x4b\xa2\x48\x5e\x5b\x13\x8d\xfc\xdd\x37\x5b\x57\x39\x58\x93\x3b\xd6\xde\x81\x03\x0b\xf3\xda\x9c\xdb\xb2\x5d\x58\x1c\x83\x7b\x1f\x08\xf8\x1d\x30\xfe\x01\x95\xc3\x92\x81\xd5\x9f\xc9\x68\xc5\x38\x96\x9e\xcd\x62\x3a\x14\x99\xf3\xf4\x04\x8e\x1e\xf2\x70\xa4\x60\x6a\x39\x3d\x73\x6e\x0d\x17\xa5\x1e\x86\xc7\xcb\x18\x5f\x56\xd0\x57\x8f\xbd\x60\x7f\x65\xb7\xec\xaf\xec\xbb\x6f\xbf\xfd\xfa\xbb\xd6\xa3\xca\x27\xda\xe4\xa7\x67\xb5\x72\x0f\xcf\xb1\x2e\xd1\xe9\x19\x88\x03\x92\x64\x3e\x71\x4b\x98\x11\x34\xdd\x2d\xa4\x2e\xdb\x6d\x0b\x2b\x6b\xbb\x59\x8c\x28\xdf\x6c\x6d\xed\xeb\x3f\x69\x93\xbf\xa7\x63\x53\x75\xcc\x97\xbd\x4d\x2d\x5b\x62\x95\x73\x37\x60\xef\xb4\xc9\x43\x85\x87\x0a\xf0\x2a\x61\x05\xdc\x89\x5c\x7b\x03\xb7\xda\xb9\x06\xbe\xd4\x75\xcb\xa1\xd8\xe9\xe1\xfb\xc3\xdf\xce\x7f\x39\x82\x10\x3b\x0a\xa1\x07\x3f\x69\x98\x6b\xa1\x63\x72\xb1\xda\xcf\xc5\xc1\x4d\x5a\xe3\x63\x1d\x30\x70\xe2\xba\x6c\x75\xdc\x30\x7b\x84\xc8\x62\x09\x31\x7c\xae\x30\xd5\xcc\xb9\x4f\xb6\x89\xe0\xf0\x2e\xaf\x1a\x09\x8b\x9a\x11\x7a\x68\x16\x64\xa4\x7c\x3a\x3e\xeb\xb1\x8b\xa3\x33\x08\xbc\x38\x3f\xba\x38\xab\x6a\x17\x97\xcf\x2e\x8e\xce\x9a\xd7\xce\x68\x48\x20\xa3\x65\x4e\xc3\xdd\x09\x25\x84\xc3\x34\xa1\x94\xd0\x90\x30\x56\xed\x4e\x92\xf7\x94\xec\xb4\xa3\x50\xbe\x87\xe2\x59\x1a\xe3\x5c\x64\x6e\x35\x50\x7b\x73\x10\x0e\x64\x18\x64\x62\x90\xdc\xa4\x1c\xff\x99\x2e\xdc\x9e\xd2\xbf\x6b\x5b\x49\xc3\xaa\xc3\xf9\x95\xcb\xbc\x59\xba\x12\xc5\x4c\x6e\xed\x43\xa8\x7e\xf7\x23\xf5\xb6\xce\xa7\x70\x2c\x72\x2e\x13\xe3\x0b\xc3\xd0\x08\xca\x75\x5a\x6f\x74\x10\x0b\xb1\xc3\x5b\x8e\xf5\xa2\xec\x70\x93\xe1\x96\xe3\xa8\x1b\xf1\x0d\x6e\x42\x4b\xc3\xa5\x2d\xdd\x68\xac\x34\x82\xa5\x03\x5d\xb8\x5d\x3b\x5d\x94\x8f\x0b\xc7\x68\xfd\x7d\xa1\xf6\x04\x16\x45\x7f\xf8\x2b\xc3\x37\x92\x29\xc8\x76\x7a\xb8\xb1\x5b\x71\x0d\x9e\xcc\x85\x9c\x0f\x55\x9d\x97\x10\xe5\x54\x54\xed\x98\x81\x5b\x80\x1b\x34\x0a\xed\x65\xa2\xbf\x4f\xc3\xbb\xb3\xa5\xbf\x58\x76\x31\xd6\xaf\x7e\xf9\x0a\x6e\x40\x70\xa6\xb7\xdc\x03\xdf\xb6\xb6\x58\x5d\xa8\x30\x9e\x1e\x3b\x35\x0e\x39\x38\x7b\x8e\x2a\xc4\xeb\x83\x83\xbf\xfa\x1e\x7f\x93\xf1\xdf\x9e\x6f\xce\xcd\xc4\xad\xcc\x8f\xea\x93\x30\x4f\x6e\x65\xee\x0c\x82\x3e\xe0\x05\x36\x2f\x34\xd6\xcd\x87\x50\xb5\x2d\x7e\xd8\xd3\x69\x26\x8f\xe9\x0c\x57\x96\xa0\x72\x7a\x83\x61\x6f\x56\x47\x0c\x53\x09\x5c\xf6\xc4\x86\x6b\xdc\xb0\x1a\xa6\xa9\xc5\x4c\xd9\x03\xfb\xfe\x3e\xc3\xc6\x5b\xef\x79\xa3\x9a\x65\x72\xdc\x20\x09\x0e\x1a\x3d\xe0\xd9\x7b\x04\xe4\x33\xcd\xc4\xb5\xd4\x85\xa1\x58\x80\x65\xb3\x66\x0d\xc8\xe8\x72\xf9\xd0\x13\x82\x76\x45\xc3\x5f\x17\xb8\xfb\x7a\x9a\x4b\xed\x91\xe0\x3a\xc6\xbc\x25\xb5\xdd\xf6\xde\xdd\x4c\x66\x8b\xce\x47\xab\x58\xcd\x44\xee\xb8\xf0\x56\xa0\x45\x9b\xdf\xbb\xb6\x86\xd1\x2a\x2f\xad\x29\x49\x57\x69\x59\x82\x90\xc5\x24\x75\xf9\x92\x3e\x45\x06\x11\x23\x26\xa8\x46\x58\x89\xcb\x7a\x78\x76\xba\x6d\x7c\x7f\x03\xb3\x19\x9a\xca\x16\x5d\xdc\xb4\xad\x3b\x07\xd9\x6f\x39\xf2\xda\x85\x3c\xc5\x56\x0b\x84\xe7\x39\x19\x44\xb7\x58\x32\x4b\xca\xe7\xd5\x48\xb6\x83\x0a\xb0\x81\xec\x3f\x3f\x85\x05\xae\xe2\x4b\x51\xad\x88\xcf\x6f\x60\x10\x99\xb3\xb6\x6d\x1f\x46\xde\x8e\xc7\x31\x13\x3c\xae\xf3\x39\x9e\xfb\x6a\xba\x37\x4b\x63\x66\x26\xdc\xb0\x94\x1b\xc8\x16\x05\xc8\x4d\x8a\x5a\xc5\xe8\xaf\x6d\xdc\x88\x14\xda\x71\x04\xae\x9f\xfa\xdb\xa3\xbc\x65\x2e\x97\x53\x61\x96\x0c\x0f\x42\x74\x82\x10\x37\xa2\x36\xc9\x8c\xea\x13\x13\x6d\x2d\x3b\x8a\x05\x8f\x43\x5b\x1a\x18\x8f\x60\x13\x1c\xc9\xa5\x2e\x21\x08\x77\x19\xe6\x55\xc4\x93\x88\xe0\x56\x40\x4c\x99\xeb\x71\xc0\x7e\x80\x13\xa7\x8d\x08\xbf\xc3\x33\xc1\x4c\x81\x18\xa8\xb9\x66\x63\x9e\x0d\x2d\x65\x88\x74\x92\x60\x08\x3d\xd9\x6b\x31\x5b\x0d\xdc\x3e\x63\x91\xb3\x88\xa7\xa9\x88\xad\x6c\xf0\x2d\x1b\xce\xd8\x8f\x47\xad\xdb\xfa\x9c\x24\xd1\xea\x51\xa1\x80\x4c\x3a\x28\xec\xb4\x8c\x81\x04\x14\x1c\x8c\xe2\x19\x8a\x48\xc3\xae\x66\x85\xa0\xc0\x2b\x53\x89\xb0\x34\x58\x0f\x23\x16\x99\x55\xc5\x7c\xe8\xe3\x80\x7d\x14\x46\x84\x55\xdb\x97\x67\x0b\x06\xc7\x42\x67\x4c\x8e\x5c\xf1\x10\x96\x68\x23\x0c\x49\x1b\xb9\x98\xa6\x3a\x83\x04\x85\x01\x3b\x35\x2e\x7e\x0d\xc6\x04\xdd\x2a\xbd\x30\x2a\x4a\x07\xdc\x2e\x88\xed\x51\x10\x40\xc7\x94\x97\xd2\xbd\x86\x92\xe4\x3c\x62\x1f\x52\x9c\x55\x97\x7d\x81\x77\x2e\x61\x49\xbb\x8a\xa4\xc7\x5c\x4c\xb5\x3a\xa1\x50\xf9\x75\x7e\xc4\x4a\xc3\x52\x76\x59\x56\xa9\x99\xdc\x3a\xf8\x8a\x8f\xc3\x6f\x20\xb5\x34\xf0\x3c\x9c\x95\x0e\x03\xc7\x69\xc7\xf2\x5a\x2c\xfb\xcc\x2e\xb7\xbd\xe1\x86\xb6\x62\x31\x3e\xd6\x37\xea\x86\x67\xf1\xe1\xd9\x69\x23\xa0\xc5\x8f\xa5\x53\x2d\xa6\x57\xd9\xe1\xd9\x29\x6c\x05\xda\xd4\xa9\x17\xab\x2c\xac\x40\x60\xac\x07\x26\x8c\xcb\x51\xdd\x33\x34\xa1\xc3\x01\x2f\xe1\xde\x83\x15\xc2\x40\x08\x88\xbd\x68\x37\xc2\x62\xe1\x1b\x6f\xec\x27\x82\xce\x9a\xf9\x8a\x77\x55\x27\x96\x0f\x63\xcd\xbd\x5c\xd6\x3e\xf4\xbb\xce\xa1\x1b\x23\x2a\x58\x19\x37\x19\xc0\xeb\xbb\xf4\x06\x48\x2b\xae\xdf\x4b\x68\xf6\x11\x56\x77\x3b\xd2\x8c\x95\x6c\xde\xd8\x6e\x7c\xa1\x8a\x75\xf4\x99\x72\x5c\xe2\xd7\xac\x2c\x5a\x51\x81\xcc\x4a\x75\xfc\x9a\x69\x95\xcc\x18\x48\x83\x30\x67\xd3\x63\x80\xbd\x66\x7a\x98\x70\xc8\x55\xcc\x4a\x80\x5e\x14\x31\x52\xcc\xa6\x5f\x21\xc8\x4e\x77\x05\x62\xa3\x62\x5d\x89\xe8\x55\xdd\x9f\x2b\x90\xd7\x96\x47\xbc\xd0\x15\x0c\xc0\xe1\x2a\x81\x2e\x4f\x0f\x60\x2d\xad\x0f\x0a\x2e\x0f\x04\xc4\x6b\x4a\xc3\x68\xac\x04\xe9\x05\xa8\x5d\x21\x8e\xb4\x8b\x14\x1e\x0a\x87\x8e\x47\xae\x47\xd2\x1d\xf8\xd0\xe8\xa4\xc8\x85\x15\x7e\x96\x62\x80\x95\x9e\xca\x22\x1f\xf5\xff\xc4\x84\x8a\x74\xec\xa0\x55\x30\x62\xdc\xd2\xa1\x12\x5b\x2b\x1c\x89\x2f\x0c\x36\x87\x22\xb6\x3d\xc8\xf3\x9b\x5d\xaf\xe0\xc7\xb0\xa3\x46\x97\xb0\xbc\x7a\xbe\x56\xc1\xbc\xc2\x4b\x77\xd0\x27\x77\x61\x64\xa9\xf1\x70\xc9\x50\x83\x60\x0f\x7f\x1c\x44\x69\xd1\xa3\x06\x83\xa9\x98\xea\x6c\xd6\xf3\x8d\xec\xc3\xca\x5b\xd4\x02\x01\x75\x4a\xbd\x65\xe9\x0d\x6e\xc8\xc1\xd3\x00\x6e\xad\x0d\x0e\xde\x10\x4d\x73\xc5\x1b\xd5\x80\x19\xba\xf3\x01\x89\x5e\xe0\xf7\x03\xcf\x1b\x59\xc9\xa8\x3b\x64\xca\x0e\x99\x72\x63\x19\x2b\x5e\x3c\x47\x4f\x57\xca\x3a\x99\xa6\xf9\xec\x58\x66\x0d\x6f\x6b\x20\x71\x73\x45\x81\xf6\x3e\x46\x15\x44\x6e\x4e\xb1\x39\x73\x8f\xee\xf6\x3e\x4e\x45\x2c\x8b\x3a\x04\x23\x88\x16\xb3\xcb\x03\x30\x46\xb9\xce\xf8\x58\x30\x7c\xd3\xe7\x4a\xf0\xe8\x0a\x2f\x45\x10\x78\x7b\x11\x48\xf7\xd2\xb0\xcb\x67\x97\xcf\x5c\x30\xad\xe0\xca\x5f\x67\x97\x9d\x12\x04\xe0\x62\xe7\xc1\x65\x76\x4b\x46\xc8\x64\x7b\xd4\x70\xdf\xb2\xd9\x77\x40\xd1\x37\xb6\xea\xd2\x44\x0e\x68\x81\xbf\x82\x0f\xc4\x72\x2b\x1f\xdb\x1f\xe2\xad\xe5\x3f\x3b\x7b\xaf\x06\x8e\xe3\x0d\xfe\xab\xe0\x2a\x97\xf9\x6c\xbd\x07\x0b\xd2\x75\x38\x06\x98\xeb\x11\x4b\x74\x04\x09\x43\xb8\x43\x3e\x2b\x1b\x9d\x02\xd2\x30\x77\x66\xbd\x0a\xe7\x63\x4c\x81\x7d\xc2\x6d\x4e\x8c\x76\x30\x92\x00\xc0\xa0\x33\x86\x2c\xd3\x6f\xca\x05\x60\xb5\xdc\xca\x69\x31\x65\x85\xcb\x5e\xa9\xb4\x29\x3f\x74\xe3\x32\x69\x00\xe0\x45\x2a\x78\xa9\x4a\x98\x21\xff\xd3\xad\x60\x80\x0b\x02\x98\x14\x8e\x06\x9a\x02\x24\x22\xfa\x0a\x49\x03\x50\xaf\xb5\x92\x94\xe4\x01\x2d\xe7\xcf\x9e\x92\x49\xf5\xe8\xb9\xec\x61\x3f\xf1\x42\x39\x03\xd3\xfc\x41\x5a\x7e\x8e\x0a\x23\xb2\xfe\xb8\x90\xf1\x92\x13\xd4\x22\x95\x21\x93\xc4\x21\x86\x97\xae\x21\x30\x73\x2d\x29\xa8\xa2\x48\x13\xd2\xd1\x63\x8a\xe2\x36\xce\xb6\x12\x04\xad\xd6\xd3\x89\x89\x36\x79\x23\x73\xbc\x80\x80\xcb\x52\x62\x86\x6a\xb4\x64\x1a\xda\xdc\x6b\x92\x36\xf8\xde\xe9\xd9\xc2\x97\x06\xec\x1d\xc1\xf0\x0e\x05\x4b\xb4\x4e\x81\x3c\xed\xbd\x7c\xf5\x3d\xc2\x90\x1c\xfc\x69\xdf\x32\x5b\x75\xd5\xc7\x1b\xb3\xf7\xf2\xbb\x3f\x0f\x5e\x7d\xfb\x0d\x3c\x7b\xf9\xdd\x3e\x98\x2e\x83\xe7\x90\x36\x1a\x41\x34\xcd\xde\xab\x57\xdf\x50\x27\xaf\xbe\xd9\x1f\xb0\xd3\xb3\xeb\xef\xca\x7b\x03\x69\x9b\x56\x42\x28\x50\x4c\xc7\x64\x74\x2f\x5c\xda\x8b\x62\x4f\x6c\x9a\xf0\xdc\x72\x69\x33\x60\x87\x89\xd1\x3d\x16\x89\x0c\x34\x85\xf2\x9c\x41\xfa\x39\xd4\x6f\x37\x24\x17\xd8\x67\xfd\x34\xd3\xb7\xb3\x9e\x17\x49\xe0\xeb\x60\x02\xdc\xa6\x4c\x8d\x8e\xc5\xfb\xfa\x3d\x2d\x05\xb1\xf7\x56\xe8\xb0\x27\xc1\xd7\x8f\x2e\x17\x7c\x59\x02\x7b\x2c\xd0\xdb\x13\x02\x69\xe0\x82\x82\x79\x48\x55\x0c\x3e\x8d\x87\x8d\x60\xf0\xbb\x5b\x0d\x3e\x3a\xe0\xc9\x1a\x8b\x81\x43\xc8\xcc\xb5\xab\xa6\x86\x89\xf9\xce\xde\x51\x5a\x0d\x37\xd6\x1c\x64\xba\xb3\xde\xe0\xae\x7d\x4d\x4c\x7d\xd8\x6c\x0d\x69\xf0\x86\x57\x88\xa9\x6d\x96\xde\xd1\xc4\xa3\x14\x92\x03\x0c\xd7\x0d\xe2\xe4\x31\xfa\x1a\x94\x64\xdb\xf0\xb9\x03\xa5\x73\xce\x05\x57\x84\xca\x2e\xf8\x39\x86\x16\x9f\x55\x42\x7e\x2b\x7e\x3f\x77\x5c\x51\x83\x94\x23\x08\x4e\x4d\x69\xda\xeb\x7d\x08\x75\xa0\x50\x0d\x66\x9a\x2e\xda\x96\xdb\xb5\x2a\x6f\x1e\x2b\x4d\x34\x32\x0d\x43\xa6\x83\x8d\xa8\x8f\x9b\xb6\x0b\x77\x71\x74\xd6\x72\xc8\x74\xda\x86\xdd\xdb\x1d\xeb\xf3\x62\x68\x44\x93\xf3\x8f\x0d\xf1\x06\x40\x25\x3a\x10\x22\x90\x0d\xba\x6a\xee\xdc\xd2\xde\xa9\x56\x80\x01\xe0\x30\xbe\x50\xa2\xf0\x08\xbc\xf4\x28\x00\x08\x42\x3f\xe9\x11\xcf\x72\x61\x24\x87\x42\xeb\x71\x11\x41\xab\x43\xdf\xff\x2d\x3b\xc3\xce\xde\xe8\x8c\x89\x5b\x3e\x4d\x13\xd1\x43\xef\xc3\xeb\x4b\xc5\xd8\xff\xb6\xff\xc3\xca\x17\x5e\xb3\xff\xf9\xdf\x97\xcf\x64\x7a\xf9\xec\x35\xbb\x7c\xf6\xf2\xc5\xc0\xfe\xff\xe0\xe5\xe5\xb3\x7f\xf7\xd8\xc2\x83\x57\x83\x57\x97\xcf\xfe\xfd\x8f\x1e\xf6\x01\x1f\x7a\x0d\x8b\x61\xfb\xb0\x37\x0b\x1b\x73\x4c\x94\xb2\xb3\xb2\x3f\xfc\xe9\xbb\xef\xbf\xc5\xde\xca\x26\xc3\x6a\x93\xaf\x5f\xfc\xf9\xdf\xff\xb0\xbd\xfe\x1b\xcb\x73\xa0\x42\x0a\xb1\x43\xf3\xcb\x40\x1c\xe0\x5a\x8a\x1b\xf0\x3a\xbe\xc6\xc1\xf0\xd7\xec\x7f\x98\x1f\xfe\x6b\xfb\xcd\x1e\xf3\xa3\x86\xbf\x99\x1b\xf8\xb0\xda\xf6\xeb\x17\x7f\x0e\x9b\x7e\xfd\xe2\xcf\xec\x1f\x0d\xe0\xca\xdd\x0a\xd6\x69\xb1\x67\xe1\xee\x83\x80\xa8\x47\x23\x72\xb4\x82\xed\x8d\x72\x24\x9c\xde\x9e\x09\x57\x0e\x80\x1b\xe2\xbc\xf6\x64\x98\x90\xc7\x95\xf9\xe3\xa1\x27\x95\x8f\x50\x9a\x06\xa8\x95\x21\x4f\xb8\x8a\xc0\x45\xad\x62\xc2\x75\x40\x85\x28\x97\x89\xfc\xa3\xed\x7c\xdb\x79\x31\x72\x63\x6d\xb9\x22\x36\xe4\x1f\xed\xbc\x0f\xdb\x5f\x62\x2b\x36\x39\xd1\xa6\xb4\xcd\xcd\xad\x37\x1b\x8a\x88\x93\xde\x38\xab\x06\x11\xb8\x10\x56\x0f\x59\xdb\xc3\xe7\x99\x88\xb0\x2b\x84\xdb\x01\xcb\xa3\x8b\xaa\x88\x26\x22\xba\x02\xa2\xb7\xa2\xa9\x03\xec\xc1\x96\x8f\x78\x63\x9a\xe0\x16\x06\xbe\x4f\xc3\xf8\x35\x97\x09\x68\x79\x14\xb0\xe1\x76\x23\xdc\xb2\x3b\x9a\xf0\x26\xe8\x7a\xed\xab\x53\x4d\x14\x29\x52\xa1\xca\x58\x91\x2a\xa5\x03\x72\x20\x2d\x01\x9f\xba\x12\xf8\x3c\xca\x0b\xab\x7f\xa3\x8c\x32\x60\x27\x48\xe0\x81\x06\x5a\x41\xdb\x92\xd6\xe9\xcc\x5c\x47\x97\xcf\x80\xd6\x21\x33\xb2\x44\x1e\x29\x1f\x51\xff\x76\xe8\xbf\xe7\x00\xad\x51\x7f\xbb\xb2\x9b\x0c\xf4\xeb\xc1\xd7\x1b\x8f\xe7\xcf\x5f\xd7\x8c\xe6\xfb\xef\x2a\x83\x69\xc2\x0a\xba\xa2\xdd\x0f\x56\xb4\xbb\x2b\x6e\xfd\x54\x8a\x5b\xa3\xce\x5c\x5b\xde\xfa\x3c\xe7\x2a\xe6\x59\x4c\x7b\xf3\xdc\x94\x15\x53\xef\x7a\xc5\x96\x94\xbe\x0e\x6d\xb4\x48\x6b\x9b\xe4\xdc\xa3\x4c\xcb\x93\x64\x51\xbc\x2f\x94\xbb\xe9\x49\xc2\xa8\xcb\x41\x20\xdf\x5b\xe1\x25\x4d\x78\xe4\x50\xa0\xa8\x09\xe3\x51\xa4\x29\xed\x04\x6f\xfb\xe9\x99\x41\xf9\xc5\x4c\x78\x26\x06\xac\xac\xe0\x43\xe6\x3b\xd0\x44\x3c\x5c\x19\xb0\xf6\x1e\x33\x1a\xf5\x68\x94\xa2\xec\xc7\x50\x22\xb2\x44\x62\xf1\x99\x3d\xbf\x7b\x15\x61\x29\xb2\x6d\x30\x7c\xd2\x63\x0a\x96\xd6\xd3\x7d\x07\x9b\xe6\x40\xe4\x80\xa7\xd1\x78\x10\xfc\x37\x96\x26\x4d\xf8\x0c\xa1\x2f\xca\x3e\xdc\x34\x5d\xf4\x79\x80\x58\x88\xea\xce\x7b\x1d\x4c\x2c\x49\x18\x4f\x53\xc1\x21\x28\x17\x50\x8f\x82\x05\x54\x31\x7b\x3f\x2f\x60\xba\xb1\x18\x3e\x15\xf4\x2d\x7b\xd3\xc9\x02\x5c\x79\x37\x10\xd5\x23\x3d\x4d\x33\x69\x84\xa5\x2c\xc4\x91\xef\x46\x94\x21\xe5\xb3\x75\x61\xc6\xff\x7e\x57\xb5\xd6\x4b\x69\xa8\xf2\x78\xd7\x3a\xeb\xbe\x5b\x28\xe1\xde\x40\xd0\x02\x30\xed\x8a\x27\xd1\x5f\xbc\x26\x95\xa9\x3a\xfe\xfe\x60\xfc\xbd\x89\xa3\xf8\xed\xea\x3d\x6d\xf5\x1a\xee\xa6\x3c\x75\x92\xca\x53\x91\x54\xec\x79\x6b\x2e\xa7\x00\xc5\xb9\x37\x19\x25\x5c\xab\xcd\xbd\x05\x70\x51\xea\x4c\xa6\xf7\xc7\x35\x80\xbc\xb7\xcc\x39\xc2\xa2\x3a\xeb\x38\x47\xd0\x2e\x0c\x78\x02\x29\xc1\x87\x94\x71\x27\xcb\xf9\x82\x8e\xa6\x51\xda\x1b\xb6\xdd\xc5\xc3\xe4\x3f\x78\xa2\xae\x69\x36\x6b\xfd\xf8\x95\xa2\x93\x50\x76\x2b\xb1\xf4\xc2\x12\x83\x55\xb6\x7f\x31\x92\xb7\x75\x0c\x4f\x95\x65\x7d\x30\x34\x7b\x24\x2d\x9d\xd1\x2c\xcd\x44\x2a\x14\x38\xe9\x5c\x45\xd9\x85\x02\xa9\xa1\x7f\xa5\x52\x54\x6a\x8b\x00\x09\x11\x65\xbb\xb9\xec\xce\xa1\x87\xe6\xab\x89\xed\x57\x2f\xe5\xee\x86\x24\xa8\x50\xb6\xf6\x88\xfe\xc2\xb3\x4a\x30\x9e\x5a\x5a\xee\x2b\x2c\x50\xcb\x4b\x08\x95\x76\x9c\x6f\x61\xed\x95\x65\x1f\x6f\x71\x8f\x81\x19\xd6\x0c\x67\xcb\x22\x87\x3e\x35\xdb\x55\x04\x6b\x56\x36\x0d\x91\x94\xd5\x2c\x28\xe7\xb0\xe4\xb5\x2f\xbd\x54\x62\x15\x1c\xa9\x39\x32\xd2\xfc\xd6\x2f\xab\x84\xb7\x61\xc1\xbf\x06\x77\x9b\x48\xbe\x53\x34\x97\xed\xe8\x73\xe3\xca\x51\x07\x92\x11\xd5\xde\x44\x89\x8d\x32\xbd\x21\x5c\x67\xdb\x14\xac\x3a\x36\xdc\x8c\x80\x34\xe1\x74\xbe\x59\x35\xb2\xd7\x54\x57\x02\x67\x86\x3a\x0a\xbe\xd4\x2c\xc5\x1b\x69\xfd\xcf\x62\xd6\x0a\xbb\xfb\x59\xcc\x36\x0c\x01\xb7\x9c\x07\x58\x75\xc9\x77\x56\xc1\x93\xdc\x73\xae\xc8\xba\x0c\x11\x8a\xe8\x09\xac\x5b\xf6\x50\xf4\xaa\x7f\x42\x7e\x48\xf0\x9b\x4b\x22\xf1\x3f\x54\x52\x4c\x4c\x2a\xa2\x81\x0b\xc9\xa1\x3f\x89\x70\x1d\x46\x91\x2e\x54\x4e\x0f\x20\xa3\x7f\x80\x30\x7f\xfe\xcf\x54\xc7\xf3\x7f\x99\x15\x0b\xf9\xc4\x23\xff\xe9\x4f\x91\x4e\xc4\x54\x64\x3c\xe9\x53\x38\x64\x35\x27\xa0\x37\x9f\x10\x50\x4d\x12\x58\x78\xbb\x51\xbe\xc0\x82\xc4\xb3\xe3\xb5\x3a\x77\x9d\x6c\x7b\xa7\x70\x14\x4c\x86\x58\x95\xfe\x64\xb6\x29\x0d\xb9\xe5\x6a\x54\xac\x5c\xb1\xc5\xf6\xce\xd7\x56\x29\x59\x4e\x90\x74\x3c\x06\x60\xfc\x32\x65\x18\xc2\xc7\x14\x32\x32\xcb\x7c\x21\xe3\x4c\x43\x05\xb4\xac\x8f\x95\x5f\xa0\xb2\x69\x94\xcb\x6b\x69\xa9\x9e\xc7\xce\x8f\xc5\xb0\x18\x8f\x21\x66\xdf\x8f\x21\x8c\x1f\x25\x6f\x72\x70\x3c\x33\xb0\xe3\xc4\x45\x62\x3f\x34\x2e\x78\xc6\x55\x2e\x84\xf1\xd1\xf9\x54\x7f\xb4\x14\x19\xa8\x62\x9f\x4b\x8e\x86\x4a\xa9\x50\x22\xf3\x06\x8b\xa7\xda\xc1\x82\x71\x09\xeb\x4d\xe9\x6c\xae\xf2\x82\x9d\xd8\xe2\xd0\x18\x58\x71\x0d\xbd\x0f\x60\x99\x91\xf0\x08\x01\x34\x58\xc2\x2b\x97\x5a\xf5\x7c\x26\x1e\xad\xa1\xb8\x96\x11\x7c\x61\xe9\xb4\xa7\x65\xb4\x24\x2e\xf6\xd0\x45\xa0\x27\x33\xe6\x0a\x4a\x96\xb5\x8b\x2c\x69\xb2\xe2\xcd\xac\x4c\x46\x83\xb7\xae\x25\x0f\x0e\x9a\x9f\x45\xf0\x21\x53\x0c\xdd\x68\xe7\x57\xb0\x34\x09\x87\xdf\x61\xda\x4a\x5c\xd0\x7d\xf3\x6a\x32\x8b\xc7\xcb\x54\x8b\xca\x34\x30\x2a\x76\xe5\xee\x9f\x80\x6c\xdb\x95\x01\x67\x5d\xb9\xfb\xee\x9c\x7f\x21\xe7\xbc\x2b\x77\xdf\x95\xbb\xef\xca\xdd\x77\xe5\xee\xdb\x84\x6c\xeb\x8a\xc9\x7f\x1e\xc5\xe4\x7d\x2b\x27\x6a\x58\x5d\xe8\x86\x72\x1f\x97\xe8\x53\xab\x8c\x23\xf7\x56\x12\xbe\xac\x3d\xba\xc3\x68\x37\xf5\x00\x2c\xd1\x2b\x57\xd7\x61\x07\x6d\x0b\x32\x77\x1c\xb5\x25\xb8\x3c\x3e\xd5\x6a\x3c\x97\x79\xd9\x83\x8a\xab\x15\xe8\x35\x15\xaf\x98\xca\x56\xb9\x37\x4d\x02\x9b\x37\x59\xcf\x56\xa9\xe3\x56\x35\xc3\x57\x18\xe7\xee\xab\x60\x76\x2b\x07\xf0\x01\xaa\x4f\x97\x55\xa7\x1b\x8f\x7d\xb9\xd1\xa3\x30\x82\x99\x14\x83\xe8\x7c\x97\x09\x05\xd4\x51\xe5\xb7\xd8\xe9\xf6\xa9\x5e\x63\xe9\x7b\xb0\xb2\xd2\xd4\x76\x47\x9a\x77\x4f\x75\x9c\xdb\x39\x71\x5d\x71\xde\xf9\xc5\xe8\x8a\xf3\x76\xc5\x79\x1f\x55\x71\x5e\xc8\xcf\xf6\x2c\xb1\x41\x86\xb9\xdd\x5e\x7b\x9f\xf2\x4a\xaa\x70\xb8\x04\x30\xf8\x33\x1d\x9f\xa7\x22\x0a\x20\x07\x97\x09\x34\xf8\x79\x97\xaf\xb9\xa4\x81\x57\x09\x0b\x7f\x61\xbd\x4f\xc4\xb0\xbd\xd3\xb3\xa3\x1e\x3b\x3b\x3d\xee\x31\x91\x47\xfb\x4b\x90\xb3\x3d\xba\x9a\xc8\xf1\x80\xac\x12\xad\x10\x71\xda\x7e\xe3\x66\xc2\x73\x58\xee\xe0\x43\x80\x1b\x37\xe1\x25\x3e\x07\xd5\x66\x0a\x51\x15\x97\xdd\x56\x10\xc6\x1c\x18\x0c\x9e\x84\xa5\x25\x3a\xb7\x2c\xa2\xdb\xd5\x51\xee\xea\x28\x77\x75\x94\xbb\x3a\xca\x5d\x1d\xe5\xae\x8e\x72\x57\x47\xb9\xab\xa3\xdc\xd5\x51\xae\x0d\x7e\xb9\x16\x6b\x61\xcf\xe1\x39\x15\x99\x13\x08\xe1\x37\x2a\x7d\x10\x46\x4f\xc5\x0d\x40\x9d\xb9\x45\x48\x0a\x93\x37\x8a\xff\xe5\xf3\x28\xdf\xcb\xbe\x0e\xd8\x7d\xd8\x12\x6a\xc2\xe5\xfc\x4a\xa8\x03\x02\x37\x08\xaa\x61\xe1\x9d\xfa\xe8\x7f\xa0\x3c\xa7\xcd\x99\x45\x97\x8e\xf5\x70\xe9\x58\xd1\xd6\x15\x3e\xac\xd0\x02\xe7\xd1\x2a\xf9\x3a\x82\x40\xb7\xf9\xdb\xb6\x3b\x62\x11\x7c\x02\xea\x72\xb5\x97\xee\xf3\x4e\x46\x99\x6e\x56\xeb\x8b\xfc\x7d\xd2\x30\xbc\x93\xf6\x3e\xa0\x19\x40\x0f\x8d\x3d\x40\xab\x6c\x7c\xd0\xc8\x76\x61\x72\x3e\x5d\xc0\xa4\xbb\xd3\x1a\x65\x56\xd2\x5c\x28\x91\x27\xe6\x86\x6f\x0f\x69\x06\x71\x15\x7b\x30\x51\x3d\x82\x98\x77\xa7\xdf\xa7\x39\xaa\x46\xec\x62\x96\x8a\x77\xf6\xd3\xfb\x2b\x5c\x5e\xea\x1a\xa2\x25\x30\x54\xf6\x5e\xf0\xd5\xec\x04\x29\x3b\x2e\xd0\xeb\x3d\xc9\x1c\xea\x22\x5f\xb1\x29\x5d\xc6\xde\x83\x64\xec\x59\x0d\xe9\x11\x5d\x85\xa9\xc6\xf3\x0f\xce\x50\xa4\x5b\x2a\x0a\xb0\x27\xfd\x4d\xf1\x77\x64\x97\x32\x92\x87\x6c\x52\x4c\xb9\xea\x67\x82\xc7\x10\x88\x13\x3c\x77\x56\xab\xb9\x92\x6b\x96\x77\x03\xc7\xda\x82\x97\x76\x38\x0e\x0b\x4b\xd2\xa8\xce\x1f\xe8\x5e\xa5\xf5\x81\xdb\x7f\x67\x79\x8f\xd1\xba\x00\xd6\x6b\x66\x60\x8a\x58\x26\x3b\x43\x4a\xc0\x73\xc0\x62\x33\x14\x2c\x86\xc5\x39\xc9\x38\x97\x67\x5c\x19\x58\xe9\x52\x05\xf1\x8b\x53\x2d\xb7\xb7\x55\xe1\xb0\x64\xa7\xb2\xd2\x9b\x90\x5c\x8f\x90\x68\x44\xa4\xed\x2e\xcf\x1c\xb5\x03\xb0\x5f\xbb\xbb\x91\x9e\xa6\x89\xb8\x25\xc1\x71\xb5\xf7\xcf\x8a\xb3\x52\x8d\x8f\x1c\x56\xe9\x06\xce\x68\x38\x1d\x3a\x49\x5c\xb0\xb7\x98\xca\x3c\xa7\xd2\xfa\xc8\x9f\x7b\x4c\x0c\xc6\x03\xf6\x7b\x35\x64\x81\xca\x49\xfd\xbe\xd5\x22\xd3\x78\x4f\x95\xdd\xfc\x5a\xb7\x49\xb5\x12\x1f\x0d\x56\xd2\xbb\xe1\xe8\x12\x91\xf7\x6f\x67\x7f\x8c\xb6\x19\x94\x11\xd9\xbc\x64\xbf\x51\x60\x8e\x5d\xa9\x73\xec\x63\xdd\xa6\x1f\xf3\x9c\x07\x65\xa9\x50\x00\xc2\x6f\x87\x94\x32\x48\x31\xd2\x19\xa0\x26\xcb\x11\x93\xf6\x88\x3b\x57\x4f\xae\x15\xbe\xbd\xca\x41\x37\x9f\xd2\xb4\xcd\x7c\x9a\x25\x79\x7a\x88\x5c\xe6\x77\x36\x98\xcb\x80\x9d\xcf\x53\x80\xf5\x04\x60\xc5\x84\x68\x13\xd7\xd2\x1b\xc2\x46\x0f\x16\x72\xef\xbd\x95\x96\x93\x1e\xfb\x95\x67\x4a\xaa\xf1\x7e\x8f\x29\x71\x03\x28\xea\x86\x45\x7e\x5c\x10\x37\xef\x0a\x66\x16\x96\x24\xb6\xab\xe1\x7a\x62\xba\x5a\xca\xab\xd3\x7f\xfd\xef\x77\x96\x50\x0e\x0a\x74\xe5\xd1\xce\x89\xe4\xb6\xcb\x3a\xf8\x11\xd7\x66\x0e\x7a\xe4\x5a\x74\xb8\x23\x8f\x5d\xd1\xdd\x08\x77\xe4\x7a\x31\xa6\x64\xe7\x70\x48\x38\xb2\x0d\xad\x7f\x9d\xf6\xf2\x78\xb4\x97\x0e\x6f\xe4\xf3\xc3\x1b\xf1\xb4\xbc\x7d\x16\x71\x3e\x2f\x7c\x2d\x65\x12\xd8\xca\x97\xf3\x0a\xcb\xe1\x01\x4a\x34\x3c\xf5\x94\xa6\xc7\xe4\x40\x0c\xec\xed\x72\x3a\xc5\x0d\x37\x07\xd2\xb0\x09\x4f\x53\x01\x35\x98\x6c\x4f\x52\x15\xba\x30\x09\xd6\x7e\x01\xf0\x36\x08\x34\x6a\x92\xb4\x5d\x6f\xe4\x7b\xef\x0d\x7c\xa5\x4e\x4c\x81\xf6\x10\x3e\x03\x23\x2e\xd2\x92\x47\x98\x9c\x4d\x04\xcf\xf2\xa1\xe0\x39\x0c\xa4\x6d\xd3\x9f\xfd\xc4\x07\xb2\xb2\x3d\x9c\x05\x90\xc4\x79\x98\x6f\x68\x2d\xa0\x81\x6d\x50\x3d\x76\xf1\x7e\xe7\xa5\x08\x88\x07\xe6\x35\xfb\xa0\xc6\x1a\x8c\xe9\x19\x7b\xe3\xa0\x89\x8f\x2d\x4d\x8e\x90\x6e\x9e\x25\x5c\x29\xb0\xc3\x4f\xf5\x35\x47\x68\xf6\x97\x83\x97\x7f\xda\x56\x06\xdc\xc6\x73\x51\x0f\x41\x50\xb6\x5a\x5e\xb3\x15\x8a\x17\x91\x3f\xa3\xd1\xf9\x6d\xa6\x2c\x7a\xa5\x12\x79\xd4\xbc\xf5\x53\x1a\x36\x16\x4a\x64\x5b\xfa\xb4\x27\xda\xd4\x5e\x22\x1d\xbb\x78\x24\xd5\xca\xe7\x77\xde\xaf\x5b\x11\x1d\xd6\x95\x76\x2d\x1b\x55\xea\x3a\x5c\x3e\xa3\x58\x24\xef\x64\xbb\x7c\x46\xea\x7d\xb3\x3d\x6b\x90\x42\x78\x84\xad\x9c\xd3\x9c\x5e\x82\x88\x05\x4c\x59\x86\x5c\x42\xab\x41\xcb\x78\x2e\x8e\x03\x7d\x89\x0b\x4e\x47\x6f\x7d\x71\x7d\x41\x50\x95\xd6\x39\xdb\x7b\x7e\xf0\x7c\x7f\xc1\x71\x38\xe7\x0a\xbe\x08\xde\xb4\x74\x4f\x4e\xd3\x64\x06\xe3\x78\x1e\xf7\x98\xf4\x81\xb3\xb8\x34\x30\x2a\x4a\x70\xec\x31\xa3\x59\x9e\x71\xac\xd3\xcc\x13\xfc\x15\x94\xff\xac\x40\xa3\x08\xdb\x7b\xfe\x7f\x3f\xa7\x28\xb1\x1b\xad\x9e\xe7\x30\xfc\x01\xbb\xc0\xaa\x56\xbe\xa3\x99\x2e\x98\x12\x82\xb2\xb6\xd3\x44\x46\x32\x4f\x66\x2c\xe2\x49\xc2\x40\x1d\xd7\xc8\x25\x28\xb1\xf2\xe4\x56\xe6\x81\x0d\xf1\x05\xc6\x51\x62\xb5\x3b\x6e\x00\x8d\xfc\x60\x22\x78\x92\x4f\x30\xc2\x44\x69\xd5\xff\x43\x64\x1a\x6b\x18\xd1\x93\x66\x2e\xef\x5d\x73\xef\x76\x3d\xcf\x6f\x8e\xb6\x28\x9e\xc6\xde\xc8\x61\x26\xd8\x11\x45\xa7\xba\x4a\x56\xcb\x7e\xc5\x72\x04\x80\x27\x31\x14\x3e\xac\x8c\x70\xe4\x0f\x6e\x32\x69\x49\x36\xa4\x4f\x2d\x7f\xfb\x6e\x4a\xae\x8d\xcc\x45\xbd\x45\xe1\x8d\x3f\xc5\x58\x78\xcd\x85\x3f\x84\x80\x4d\xa3\xb9\x36\x65\x99\x21\x8a\x46\xb1\x34\xce\xd9\x9f\xd5\x98\xb9\x5b\x71\x72\x3b\x60\x97\xcf\xc4\x6d\xfe\x0d\x42\x6b\xdf\x8e\x0c\xfe\x43\xe5\xf6\x5f\x03\x76\x3a\xf5\xa7\x14\x34\x85\xcc\xc7\xd3\xb9\xd7\x98\x1c\xb1\x42\xf9\x48\x80\x2d\xe8\x6f\x52\xd4\xa9\xcd\x65\x9c\xe1\x9b\x23\x8a\xea\x64\x49\xa1\xc8\x79\xd9\xb6\x7c\x62\x8f\xc4\x07\x95\xd4\x05\x3a\x95\x83\x0a\x43\xad\xb0\x1e\xfe\x5e\x79\xac\xf6\x07\xec\x23\x75\x88\x75\xcc\x20\x12\x62\xa4\x51\x41\x13\xe5\x43\x2a\x21\x69\x09\x59\x10\x57\xb2\xca\x82\xdc\x20\xee\xf6\xd7\x5f\xdf\xd7\x29\xc6\xcb\x16\xf6\x46\x67\x49\x7c\x23\x89\xe1\x19\xb6\x67\xfb\xd9\xbf\xef\x0c\xde\x9b\x1b\x19\x6f\x34\x7a\x2a\x32\x09\xa3\x67\x30\xfc\x12\xe7\xce\xb0\x3d\xe8\x6f\x9f\x9d\x48\x08\x4e\x83\xbf\xb0\x2e\xef\x74\xe8\x42\xf7\xac\xc8\xe6\x17\x0e\x2e\xb5\x3d\x63\x2e\xe3\x09\xc2\x92\x5d\x31\x2f\x0c\x2c\x94\xd3\x22\xc9\xb9\x12\x20\xbc\x7f\x26\x74\x36\x11\xb7\x67\x56\x5d\x32\xb9\x50\x79\x43\x9a\xbb\xfa\xa5\x2a\x0e\x15\x48\x41\x32\x62\xa9\x6f\xeb\x76\x25\x30\x49\x70\x60\xb5\x90\xfe\x8f\x36\xaf\x03\x8a\xb8\x77\xc9\xfd\x00\xe7\x22\x22\x36\xe4\x46\xc4\x2c\x4d\x8a\xb1\x6c\x22\x97\xc4\x99\xbc\x16\x75\x61\x4d\xc7\xd0\xc8\x49\x25\x61\x80\x39\xbe\xee\xea\x50\xfa\xc2\x48\xc4\x53\x36\x27\x6a\x8f\x9f\xb4\x87\x65\x11\x83\x8f\xc4\x00\x07\x69\xac\xa0\x6b\xf7\x9d\x2a\xe4\xe3\xb0\xb7\x58\x07\x2a\x75\x3b\xbf\x10\x3c\x76\xe2\xd4\xd9\xf2\xfd\xdc\xe8\xb6\xac\xa4\x0b\x27\xb7\x79\xc6\xbd\xdc\xe7\xca\xee\xca\x11\xe3\x6a\x55\x99\x3c\x5d\x31\x85\x3f\x35\xce\xd0\x16\xfc\xe6\x66\xee\xc5\xd7\xcc\xbf\x85\x29\x2c\x41\x21\x3d\xf0\x93\x23\x38\x15\x99\x2a\x83\x0a\xd5\x46\x80\xa3\xf5\x5a\x54\xb4\xcc\x5c\xb3\x94\x1b\x6f\xd6\x46\x12\x41\x47\xd4\xb8\x12\xcc\x04\x76\x04\xe1\xd7\x72\xc4\x94\x9e\xfb\x4a\x98\x4c\x4d\xa9\x34\x2b\x06\x62\xd0\x11\x0a\xd1\xfd\x5a\xb9\x46\x3d\x04\xfe\x87\x7f\x13\xda\x3f\x37\x26\x48\x13\xac\x8e\x6a\x73\x9b\x1b\x11\xb4\x3a\xa3\x5b\x13\x8a\xbf\x01\x9d\xff\xc5\x11\xec\x25\x74\xbd\x23\xe6\x1d\x31\xef\x88\xf9\x53\x22\xe6\x6f\x75\xc4\x93\x6d\x02\x46\x3a\x8a\xfe\x90\x14\x1d\x30\x51\xb6\x32\x98\xe0\xab\x8e\x92\x3b\x3b\x08\x11\x1f\xf7\x94\x8f\x21\x66\xe2\x83\xc2\xa2\xdb\x60\x35\xd1\x88\x60\x12\xf3\x9c\x1b\x01\xf8\xa3\xf0\x8c\xfe\xfe\xf4\xe9\xf4\x38\x88\xb2\x82\xaa\x2c\xd5\x6f\x19\x16\x6b\xcc\x19\x58\x67\x49\xd1\xd9\x76\x86\x94\x60\x58\x1b\xc4\x1d\xd1\x5b\x50\x25\x1d\xad\x41\xce\x1b\xc7\xfa\x7f\xf3\xe6\xde\xb0\xa5\x65\x25\x6e\x5e\x4b\x4b\x3b\x02\xb0\xa4\xb3\xea\x6f\x4e\x60\x83\xe5\xac\x99\x07\xac\x78\x75\x1e\x65\xa2\x11\xa1\x73\x04\x40\xef\x80\x01\xea\x46\x4e\xed\xef\xc9\x54\xfd\xe3\xd1\x49\xa9\x3c\x1e\x4b\x73\xb5\xcd\xc1\x2d\x7b\x60\xb6\x8b\x52\x06\x91\x8a\xfd\xa8\xf5\x38\x11\xec\x48\x4f\xd3\x22\x17\xec\x44\x8d\xa5\x12\x83\x4b\x75\xa9\x0e\xd9\x8f\x47\x27\xec\xec\x18\x95\x78\x00\x6e\x62\x43\x31\xb2\x77\x1f\x8e\x3e\xa5\x3b\xf0\x79\xc0\xa9\xd8\x7e\x02\xde\x81\xa4\xb4\xa1\xa8\x94\x1d\xb2\x7d\xa6\x99\x06\x82\x62\xef\xc0\x1f\xf6\x6e\x70\x94\x42\x28\x04\x6c\xc0\xfc\xa7\x9b\xd9\x1d\x11\xfc\x93\xc7\x7d\x68\x3a\xe5\x6a\x86\xf1\xf8\x03\xea\xe6\x51\x59\x20\xe9\xd8\x11\x11\x01\x29\x70\xa6\x0b\x76\xc3\x55\x1e\x48\x3d\x17\x32\x7d\xcd\x4e\x94\x29\xb2\x20\x89\x79\x5e\x00\x92\x66\x03\x19\x08\x4a\x28\x9a\xd7\x6d\x5b\x2c\x37\xc5\x46\x22\x1c\x60\x5f\xeb\x7f\x1c\x89\xd2\xe2\x61\x8f\xce\x16\xb0\x36\x3c\xcb\x65\x83\x14\x1e\xa8\x2b\xed\xda\xba\x43\x59\xb3\x0f\xa7\x23\xa6\x31\xa0\x12\x3d\x2b\x71\x99\x45\xe9\x33\xe9\x86\x33\xd7\x0b\x42\x6c\x95\x6b\xfd\x46\x7b\x6e\x01\x99\xc7\x26\xe6\x2f\xd1\x91\x81\x0b\x88\x5b\x56\x8e\x89\x1b\x76\xf9\xec\xa5\xdd\x88\x73\x39\x95\x09\xcf\x92\x59\x2f\x1c\x65\xd9\xd2\xd2\x52\xd7\xa5\x1d\xcc\xe5\xb3\x17\x97\xcf\xd8\x9e\xce\xa0\x77\x7b\x6d\x12\xc1\xaf\x05\xc1\xfe\xc3\xf1\x9d\x21\xf7\xdf\xbf\xeb\x2d\x6b\xa1\x20\x77\xdc\x80\x17\x7d\x42\x32\x1d\x6a\x2e\x67\xc7\x55\xd2\x76\x74\x32\x60\x9f\x48\x06\x21\x72\x8e\x2b\x0e\x24\xca\xb5\x78\xf8\x03\xdc\x50\x98\xde\x4d\x44\x5e\x94\xc0\xef\x6b\xea\x8b\x62\x78\x43\x91\x8f\xce\xc1\xae\x22\xdf\x8f\x32\xff\x28\x52\xbd\x0d\xe7\x0c\xa9\x03\x54\x7a\xa7\xf4\xfb\x12\x96\x30\x4c\xba\xe7\x6c\x2c\x31\x86\xd6\x48\x4c\xf5\xfc\x91\xfe\xde\x44\x8e\x5b\xf2\x96\x6b\xbe\x84\x4b\x59\x4e\x7d\x7c\x72\xf6\xf1\xe4\xe8\xf0\xe2\xe4\xf8\x35\xa3\xc9\x62\x91\xfe\x32\x42\xe2\x42\x97\x86\x86\x0a\xc6\x09\x61\x23\xba\x81\xf7\x88\xa6\x71\xc5\x4e\x2c\xb5\x38\x96\x19\x86\xe9\x73\xc5\x4e\x95\x2c\xe1\x48\xa8\x36\x60\xa2\x95\x0f\xf3\x4f\x35\xd9\x2d\xc6\x12\x41\x48\x14\x75\x06\x81\xd2\x95\xde\xe0\xb6\x02\xba\x75\xb4\x41\xa1\x16\xef\xce\xae\x23\xf4\xe8\x8b\x29\xbd\xdf\x04\x7d\x68\x65\x12\x28\x89\x4d\x01\x48\x9a\x70\x6d\x70\x11\x9e\x0f\x06\xcf\x07\xcc\x52\xfc\xe7\x83\xe7\x8e\xb7\x26\x3e\x3f\x97\x8e\x42\xd9\xa9\x4b\xca\xb5\x0f\xe7\xf7\x9d\x7d\x70\x78\x82\x3d\xcb\x30\xe7\x52\x7d\x9d\xb7\x45\x96\x08\x16\x4b\x7a\xf1\x62\x53\x31\x0c\x3f\x4a\xe7\x0e\x6a\xdd\xe3\xc4\xb6\x0b\xe0\xc7\x8f\xd4\x92\x1c\x3f\x9a\x4f\x1f\xdf\x6e\xf3\x21\x3c\x72\x0d\x02\x1e\x10\x18\x69\xe2\x23\x15\x4a\x40\x3d\xd7\x49\xcb\x49\xcb\xc1\x22\xec\x4c\x61\x30\xd7\x78\x64\x36\xf6\x0e\x55\xa8\x8d\xef\xc6\xdf\x1b\x9e\x43\x8c\x95\x03\x4f\x18\x89\x9c\xa2\xaf\x38\x82\xdc\x94\x6f\xdc\x87\xa2\x28\x96\x54\xfd\x5e\x36\x29\x5f\xd9\x0c\xf4\x45\x32\x31\xfa\xb8\x58\xe0\xd8\x30\xb5\x58\xe4\x5c\x26\x26\x98\x45\xae\x53\x9d\xe8\xf1\x6c\x29\x6b\x12\x24\x57\xb9\xa8\x4e\x9a\xf2\xc1\xd8\xbd\x7e\xf0\xf1\xe4\xf0\xf8\xdd\xc9\x60\x1a\x7f\x15\x41\xa4\x47\x9f\xf7\x53\xbd\x85\x26\x29\xc2\x09\x60\x91\x87\x0d\x66\x0c\x2f\x84\x96\x55\xfc\x81\x8a\xa9\x92\x0d\xa5\x9c\xb3\xfb\x58\x00\x49\x05\x75\x52\x1c\xfe\x09\xd2\x0c\xf7\x85\xf2\x03\x71\xc0\xcf\xbd\x7a\x55\x7e\x8e\x74\xaa\xa1\x2e\x54\xcc\xce\x7e\x39\x7a\xe0\x25\x4d\xeb\x01\x91\x00\xa1\x86\x96\x6d\xfe\x60\x33\xfb\xfe\x03\x4f\xa1\x0d\x31\x6d\x61\x5e\xa8\x5d\x39\xdd\x16\xc8\x7b\xa9\xca\xa6\x22\x9b\x4a\x07\xde\xd6\x4c\x7e\x6b\x77\x39\xb6\x16\xdd\xc4\x92\x92\xb8\x78\x06\x5a\xa3\xb5\x1d\x85\xfd\x8c\x29\x6c\x47\x0e\x3a\x72\xd0\x0a\x39\xf8\xe9\xe2\xe2\xec\x47\x91\xd7\x86\xf3\x56\xda\x85\x11\xbd\xca\xa1\xba\xa0\x97\x55\x2b\x66\x9b\xb2\x1f\x45\x5e\x96\xb1\xaa\xbf\xb8\x0d\xc2\xa0\x7f\xd2\xc6\x5d\x4d\xcd\x08\xda\x92\xe5\xba\xb7\xc0\xc8\x53\x1d\xb3\xd3\xb3\x01\xfb\x6f\x5d\x58\xa5\x6d\xc8\x87\xc9\xcc\xdb\xa5\x8c\xc8\xd9\x25\xf4\x75\xf9\xcc\x6a\x08\x76\xa3\x7f\x12\x3c\x16\x99\x81\xa8\x5a\xc1\xb7\x8a\xe2\x2e\x7b\xa9\x13\xd5\x0b\x93\xeb\x29\x9b\xd0\x27\xab\xb5\x1e\x68\xc1\x06\xb8\x84\x80\x4c\x0b\x69\x78\x18\x75\x4b\xef\xb4\x0c\x23\x65\x3f\x85\x43\xdf\x29\x64\xae\x29\x41\xb2\xaa\x30\x42\xe2\x91\x77\x03\xa6\x8a\x28\x21\x5b\x42\x72\xef\x96\xc2\x51\xe4\x32\x19\xd8\xab\x95\x67\x83\x53\x95\x7f\xc8\xce\xf1\x73\xeb\x1c\x91\xe8\xc7\xc9\x42\xfc\x1a\x38\x77\x59\xbe\x38\xbf\xc0\xba\x4f\xd9\x30\x2e\xa8\xcf\x6d\x3a\x57\x63\xc1\x5e\xda\x37\xbf\xfb\xf6\xdb\xaf\xbf\x1d\xb0\xf7\x21\xd8\x39\x57\xec\xf4\xf0\xfd\xe1\x6f\xe7\xbf\x1c\x41\x0d\x97\x55\xe9\xce\xd1\x44\xd4\xda\xfc\xce\xa1\x51\x18\x9a\x40\xf7\x28\x80\x5e\xb2\x37\xb1\x4a\x1d\xed\x0e\xb5\xac\x3b\xa6\x01\x3e\xf9\x4e\xa4\x8b\x4e\xee\x7a\xba\x85\x8d\x2a\x69\x08\x51\x78\x0d\x43\x00\x3d\x49\xf4\x2b\x05\x94\xe8\x7a\xc2\xd5\x00\xfa\xfe\xc2\xae\x2a\x7e\x08\x35\x93\xc5\x62\x28\x6d\x15\xb6\x5d\xf8\x14\xbe\xd4\xea\xde\xcd\x8d\x9e\xc6\xb5\xf3\x66\x72\x15\x27\xeb\x77\x12\x5b\xf8\xdc\x65\xee\x4c\x1c\x91\xe3\x40\x94\xbe\xe0\x3c\xa3\x00\x31\xd6\x40\x66\xbc\x15\xd1\xf6\x30\x01\x65\x2a\xcc\xda\xc8\x85\x25\xde\x6c\xf0\x48\x69\x4b\xe3\xc1\xd1\x54\xfa\xaf\x4b\xdf\x90\xed\xdd\xff\x8d\x92\x9c\x9b\xaa\x86\xe9\xad\x20\x06\x96\x1d\xfd\x28\xb6\x07\x4e\xaa\x0a\x05\xeb\x26\x46\x2d\xe7\x06\x69\xbf\xef\x98\x19\x84\x57\x88\x6c\xa4\xb3\xe9\x2a\x60\x83\x28\x3d\xd7\xd1\xd5\x0e\xe3\xbd\x38\x3a\xc3\x1e\x1a\x8c\xd8\xb7\x0d\xc6\x5c\x0a\x31\x88\x49\x00\xc1\x63\xec\xe2\xe8\x0c\x68\xfa\x00\xfe\x35\xd1\xfa\x0a\xb3\x74\x66\x22\x2f\xfd\x86\x2d\xfa\xaa\xad\x50\x72\x98\x48\xbe\x2e\x0f\xd4\xb7\x61\x13\x9d\xc4\xb8\xda\x53\x9e\xa6\x76\xc4\x43\x91\xdf\x08\xa1\xd8\xe9\x19\x9c\x35\x4b\xc8\x31\x88\x1e\x93\x3f\xc9\xdc\x8a\x45\xb6\xca\x0a\x44\x2a\x2f\x4d\xa5\x58\x30\xd1\xbe\x88\xf9\x4b\x0d\x05\x37\xf8\x4a\x03\xe9\x0d\x47\xe3\x0c\x94\x7c\xa8\xaf\x05\x0c\x36\x8e\x33\x61\x1a\xca\x35\x2d\x46\xf9\xcb\x05\xd8\xa8\x79\xdc\x15\x3f\x36\x77\x5f\xc1\x3b\x0c\xe8\xba\xb0\x6e\xf7\x95\x70\x67\x17\xcf\x4a\x4f\xdb\xa8\xec\x30\x64\x2b\x9d\xc1\x39\x71\x70\xd6\xa4\x9d\xff\xe4\x1f\xde\x87\x76\xde\x54\x46\x74\x91\x25\xde\x6a\x4f\xa2\x14\x8a\x26\x14\x5b\x95\x92\x7a\xcb\x99\x99\x4d\x13\xa9\xae\x20\x91\x8e\xf4\x43\x4b\x55\xc9\x22\xa1\xae\x9c\x64\x93\x09\x9e\xac\x56\x7c\x37\x71\xdc\xd9\x81\xa4\x0b\xc8\xa8\x8d\x20\x8c\x1b\x82\xb8\xd8\x4b\xe2\x76\x9d\xfc\x90\x0b\x15\xd2\xef\x79\x16\x4d\x45\xbb\x36\xb4\xd2\xd3\xf3\xa3\xf3\xd3\x8d\x9d\x01\x6b\xde\xaa\xc4\x14\x2b\x06\x2d\xc1\x8d\x3d\xa0\x7f\x6f\x9a\xa9\x57\x7d\xeb\x6e\xe2\x63\xa2\x09\x4f\x0f\x8b\x7c\x72\x2c\x4d\xa4\xaf\x45\xad\xb7\xc9\x95\x68\x74\xa3\x91\x30\x46\xff\x36\x3b\xfa\xe9\xf0\x8c\xf1\x22\x9f\x08\x95\x53\x6d\xc5\x2d\x02\x3f\xdd\xa8\xce\xb1\x2c\xc6\x56\x63\xa2\x77\x5b\x1a\x51\x17\x47\xb4\x7b\x1c\x91\x34\x91\x91\x5b\x00\xe0\x60\x95\x6b\xdd\xa4\xbc\x06\x99\x3e\xf0\x04\x9c\xba\x17\x41\xdb\x05\xaa\x5e\xe9\xab\x12\x50\x8b\x86\x3c\x18\xe2\xa9\xca\x45\x36\xe2\x91\x98\xcb\x80\x43\x58\x2b\xec\x5b\xfa\x36\x7f\xa5\xb4\x42\xbb\x37\x3c\xf9\xdb\xeb\xbf\x06\x81\x46\x7f\xf3\x22\x51\x44\x69\xcd\x65\x92\x37\x2a\xc5\x5b\x61\x25\xca\x7f\xd5\xc6\x51\xe1\x98\x70\xac\xff\x55\xf0\x04\xe7\xf8\x7e\x3b\x5f\x74\x75\x55\x6a\x3e\xed\xd6\xde\xad\xcf\x7b\x6f\xe9\xc6\xaa\xde\x8a\x46\x05\x20\x83\x28\xfb\x86\x5c\xe7\x39\x99\xda\x9e\xb3\xbd\x3c\x4a\xf7\xef\x24\xdd\x16\x07\x40\x6b\xf4\xd6\xe7\xd9\xb6\x8e\x01\x8c\x47\xa2\x4e\x6c\xad\x8c\xe6\x0c\x5e\x61\x6f\xa5\xa1\xca\xda\xf4\x83\x34\x4c\x60\x6a\x27\x07\xe9\x5b\x67\x4c\xa6\xbf\x59\xd1\xf1\x35\xd2\xbc\xc0\x3e\x24\x0d\xd6\x4a\xc4\xf8\x6f\x17\x0e\xb7\x97\xcf\x52\x19\xf1\x24\x99\x79\xad\xc3\xb0\x3f\x7d\xf7\x02\x78\xc7\xd7\xaf\xbe\x7b\x31\xbf\xd6\x77\x2f\x1d\x3f\x54\x50\xd5\xa3\xcf\x2b\x03\x9e\x85\x2f\x60\x09\x09\xbc\x31\x78\x44\x00\xe1\xc1\x93\xb6\x39\xce\xb6\x5c\x22\x84\x17\xf1\x24\x6d\x7e\x18\x1f\xfa\x1c\xee\x2a\x2d\x56\x66\x3f\x47\x45\xe7\xc8\x46\x2b\x32\xe5\x16\x1a\x54\x27\x2d\x76\xd2\x62\x27\x2d\x76\xd2\x62\x27\x2d\x76\xd2\xe2\x4e\xd2\x62\xda\x49\x8b\x4f\x43\x5a\xdc\x38\x71\xb5\x13\x19\x1b\x9c\xba\x47\x28\x32\xfe\x2c\x66\x17\x7a\xae\x14\xe5\xfc\x0a\xbf\xe3\x69\x00\x8d\x7b\x25\x66\x98\xd4\x07\xe6\x69\xcb\x88\xa4\xf2\x79\x10\x0d\x84\x38\xac\xbd\x55\xe7\xe2\xa5\xaf\x50\x1e\xe0\x36\x05\x1d\x74\x5c\x47\xfc\xcb\x64\x6b\xdb\x98\x0d\x25\x5e\xbb\xc2\x50\x5e\xaa\x44\x17\x51\xaf\x0c\x54\x20\x5c\x60\xe7\x86\xc2\x13\xf0\xe2\xfb\xef\xbf\x5f\x55\xb2\xcb\xa5\x04\xe0\x49\x7a\x67\x3f\x13\x56\xea\x72\xa9\xd7\xae\x50\x17\x82\x06\x8e\x12\x19\x51\xc6\x01\x9e\x46\x97\x8b\x0f\x8c\x89\x8f\x46\x58\xc2\x85\x8a\x20\xda\xb1\xf7\x58\x22\xaf\x04\x1b\x99\x1f\x33\x5d\xa4\xbe\xa2\xae\x2b\x84\x6c\x65\xf8\xa1\xa0\xce\xca\xb9\x1a\x31\xbf\xb0\x2d\x70\x91\x7a\x07\xc8\x05\x0c\x2c\xe1\x90\xa5\x9e\x06\xde\x10\x57\xd2\x74\xca\x53\x4c\xf6\x84\x33\x30\x60\xef\xf8\x8c\x11\x0e\x32\x57\x8c\x0f\x8d\x4e\x8a\xdc\x07\xf8\xd1\xc3\x30\x4b\x02\x3a\x15\x09\x6a\x1b\x98\xb4\xe1\x9a\x05\xd9\x1c\x58\x41\x04\xce\x34\xb4\x69\xf7\x0e\xdb\x63\xde\x76\x24\xdb\x5b\x39\x12\xd1\x2c\x4a\xd6\xe9\x75\xbe\x4d\x18\x0c\x12\x05\xe7\x07\xfd\xa9\x5e\x19\x23\xb9\x9d\x9c\xf3\x39\xbf\x82\x53\x98\x09\x93\x6a\x65\x5c\x20\x9a\x2b\xcd\xe9\xfb\x26\xe8\x76\x48\x5f\xc4\x4c\x1d\x93\x9f\xc3\xd2\xda\xa3\x77\x96\x89\xf3\x5c\xa7\x41\xfb\x09\x46\x36\x98\x5e\xc5\xc9\x36\x5f\x7b\x18\x6a\x3e\x9a\xa0\x32\xb3\x73\x59\x1b\x2a\x93\x91\x8b\x1e\x2b\x54\x22\x8c\x99\x7b\x93\xea\x30\x43\x01\x52\xd3\xc3\x42\xc0\x32\x9a\xb0\x88\x53\xb5\x51\x1a\x00\x55\x3a\xca\x2a\x50\xa2\xab\xbd\x79\x6e\x56\xdb\x87\x19\x50\xcc\xc7\x3a\xd6\x59\xae\x9d\x9d\x27\x4f\x12\x11\x33\x39\x9d\x8a\x58\xf2\x5c\x24\x33\xaa\x0a\xce\xab\xe5\x8e\x49\x44\xf7\xbe\x42\x37\x3f\x5a\x80\x7c\xbe\xac\xb5\xab\xa1\xea\x6b\x61\x53\x95\x6b\xc6\xa3\x48\xfb\xc2\x74\x88\x40\x8e\x77\x24\x85\xe2\xb4\x03\xcc\x53\xda\x6c\xdb\x26\x5a\x5f\xf9\x1d\x5b\x8e\x6e\xbf\x4e\x15\x2b\x4b\xf6\x96\xff\xec\xfb\xb3\xd4\x87\x30\x85\x83\xaf\xca\x47\xf0\xc3\x0a\x72\x84\x27\xf1\x6e\xf7\x8f\x4e\xfb\xf2\xdd\xa3\x7c\x78\xbe\x72\x3b\xe2\x02\x6e\x19\x57\xec\xf0\xec\xd4\x87\x94\xe8\xca\x92\x53\x01\x43\x2a\xa7\x9c\xc8\x6b\xa1\x84\xb1\x3a\x2b\xcf\xf2\x22\xc5\x48\x2e\x57\x7c\xb7\xc7\xd2\x4c\x88\x29\x0c\xaf\x57\x66\xbb\x52\x16\x22\xfc\x28\xf2\x08\x45\xa4\xe0\x56\x00\x0d\xa5\xe1\xcf\x6f\x70\x94\x71\x33\xc1\xb2\xb8\xe2\x56\xba\x8a\xdf\x61\xd5\x9e\xa0\x42\xaf\x34\x73\xb8\x1e\xf4\x11\x27\x94\xc5\x73\xe5\xa9\xc7\x99\x55\xbc\x52\x91\x49\x1d\x33\x40\xdc\x8e\xf5\x8d\xe5\x57\x63\xa9\x8c\x5b\x3e\xa0\x31\xb4\xce\x76\xbb\x05\x26\xbf\x20\xcc\x6d\x3c\xa0\x6a\x8a\x49\x10\xc7\xa0\x8b\x3c\xd2\x65\xe2\x2f\x0d\x62\xfe\x66\x00\x33\x86\xd5\x2d\x40\xbe\xf3\xfb\xe2\x04\x9b\xbc\x76\xcc\x2d\xdc\x10\xbb\xb0\xe5\xb3\x95\x8b\x03\x40\x30\x80\xfe\x74\xef\x57\x6a\x81\xe9\x6d\xcc\xb9\xa6\x32\xff\xc8\xd5\x78\x3d\xeb\x72\x8d\xac\x68\x62\xca\xb3\x5b\x60\x6d\x6f\x09\x15\x12\xec\x79\xb3\xab\xc0\xae\xa4\x8a\xed\x52\x87\x09\xdd\x9c\xf9\xec\xa7\xae\xae\xc8\xa3\xae\x2b\xd2\x55\xe5\x78\x2a\x55\x39\x3e\xf7\x3a\x77\x56\x65\xdb\xde\x50\xe2\x69\xd6\xb9\xed\x66\xed\x02\xa4\x22\xaa\x90\x0f\x22\x68\x42\x81\x81\x68\x39\x51\x6f\x73\x19\xec\x44\xfb\x5c\xc5\x7d\xc4\x3c\xdf\x80\xbc\xfb\xdf\xef\xaa\xf2\x48\xc0\x1f\x2a\xcf\x77\x2d\x3d\x52\xf6\x7b\x9a\x8b\x69\x23\xde\x73\x8a\xc0\x7e\x2e\x02\x7b\x2a\xd5\xc1\x94\xdf\x86\x3c\x88\xca\x30\xcc\xe6\x90\x1a\xa7\x3c\x8f\x40\x4a\x52\xc0\x9a\x9a\xa0\x15\xa0\x59\x60\x3b\xbc\xbf\x8d\x6f\xec\xc0\x0d\x77\xf0\x5f\x05\x57\xb9\xcc\x67\x8d\x41\x02\xc9\x2a\x59\x4e\x98\x74\x5e\x90\x76\x70\x4d\xc8\x32\x12\x2c\x0a\x24\x32\xc9\x80\x3f\x63\x43\x4b\x9d\x11\x2f\x67\x0b\x50\x41\x5a\xb1\x8f\x48\x8f\x3f\x9b\x85\xa3\xf1\xba\x5c\xc5\x78\xdd\x72\x3a\x0d\xa0\xc1\x82\x66\x65\xb7\xdb\x2f\xe9\x94\xdf\x3e\xfe\x75\x7c\xe7\x6f\x60\xa4\x95\xc9\x33\x2e\x01\x50\x85\xac\x74\x20\x09\xce\xaf\xd4\x76\x4b\x81\x74\x00\xd7\xf5\xa3\x95\xde\x3e\x8b\xb5\x59\x18\xf5\x12\x48\x11\xbb\x26\x71\xb9\x44\x60\xd3\x9c\xf0\x6b\x01\xc5\xf2\xf1\x1c\x61\x09\x11\x7b\x49\xd1\xd2\x98\x09\x44\x62\xf7\x85\x2f\xb0\x7c\x3e\x36\x89\xe5\xb5\x8c\x05\xad\xbb\x3f\x87\x64\x9b\xe1\x00\x9d\x22\xfe\x55\xf0\xc4\x49\xb1\x42\x15\x53\x2c\xe2\x82\x47\xfb\x2f\x73\xa2\xb2\x8b\xf4\xbf\x65\xc3\x22\x33\xb9\x77\x3e\x56\xc7\xbd\xcd\xae\xca\x05\xf1\xfe\x11\x6e\xa2\x54\xf7\x70\xc0\x37\x28\xb0\x59\xe5\x6d\x30\x0a\xdc\x77\x0e\x90\x37\x20\x0a\xdf\x53\x6e\x40\xc9\x9b\x6b\xea\x4c\x56\x1b\x56\x8b\x4d\x06\xca\x25\xf8\x0a\x3b\xf5\xf0\x51\xab\x87\x4d\xca\x4e\x5a\x49\xcd\xac\xdc\x65\x5c\xcf\xad\xac\x8f\x23\x39\x2e\xb0\x92\xf8\x01\x5a\x75\xfa\x11\x82\x5f\xf6\xfd\x8c\xfa\xde\x56\x72\xd0\x6e\xb2\x72\x20\x09\xaf\xa4\x1d\x5d\xd1\xcb\x2f\x48\xbd\xee\x8a\x5e\xe2\xef\x77\xaf\x7a\xb6\x5f\xf9\x72\xce\x3a\xd0\x84\x73\x55\xac\x04\xab\xd5\x4f\x4f\x88\x02\xdd\x73\x03\xcd\x13\x4d\x0f\x35\x04\xe2\x2d\xda\x27\xa4\xb3\x56\xcc\x93\x58\xd0\x94\x89\xcc\x96\x12\xa3\x37\x67\xdc\x15\x5d\x04\x4d\x7e\x63\xda\xd8\xf0\x50\xd2\xc2\xd4\x9d\xca\xda\x8d\xd7\x3c\xfe\x81\x27\x5c\x45\x22\x3b\x55\xe3\x4c\x98\x75\x29\xaf\x4b\x5a\xcf\xcb\xc5\x65\x99\x3a\xce\x12\xcd\xe3\xfe\x90\xda\x33\x49\x2f\x00\x75\x7d\xcd\xf2\x8c\x8f\x46\x32\x02\x71\x40\xc5\x41\x10\x9f\x11\xd9\xb5\x8c\x44\x05\x46\x1c\x43\x3b\xb9\xaa\x76\xb2\x41\x4e\x6c\xc3\x94\x58\x08\x5e\xa4\xc8\xa0\x35\xa3\x0f\x4e\xd1\xf1\xfb\x73\x82\x5b\x09\xa2\x6f\x0e\x7f\x3d\xaf\xbe\x3e\x5f\x37\xab\x91\x64\xd1\x20\x27\x76\xe3\xe1\x9e\x9e\x2d\x8e\xf6\xc7\xa3\x13\xab\x04\x7d\x48\x85\x3a\xcf\x79\x74\xb5\xe5\xd0\x77\x96\x9e\x83\xc3\x75\x8e\x86\xbf\x66\x27\x11\x1b\x37\x3e\x88\x0d\x4e\x8d\x5c\xb8\x09\x4b\xd7\x9f\xd6\xb8\x14\xec\x82\xfa\x06\x73\x1b\xe0\x0e\x77\x75\x24\xec\x62\xf3\x4b\x90\x4f\x84\x11\x73\xdd\xb7\x4d\xc2\x96\x10\x85\xdd\xe9\xd8\xc6\xc7\x61\x49\x64\xdf\xba\x03\xb1\xd8\xbc\x84\x28\x14\x4a\x17\xe3\xc9\x7c\xa9\x89\x44\x60\xe8\x78\xa2\x23\x9e\x0b\x0a\x44\xa2\x77\x63\x5f\x4d\xa2\x2c\x4d\x5a\x85\x25\x6c\x70\x8e\x1a\x50\x9e\xb0\x0e\x01\x7d\x3c\xdf\x58\x15\xd0\xd7\xf6\xb8\x88\x9b\x03\xaa\x96\xda\xbf\x91\xf9\xa4\x4f\x1c\xef\x00\x46\x7c\xf0\x15\x42\x03\xdc\xd7\x5d\x8e\x78\xd2\x30\xc1\x03\xda\x86\xb7\x17\x93\xcd\x93\x59\xdf\xd7\x10\xa2\x98\x77\x0c\x87\x52\x3a\x16\xcc\x5e\x1b\x2b\x10\xb2\xbd\x1f\x44\xce\xd9\x48\x70\x2b\xfa\xed\xdf\x11\xd0\x7d\x00\xa2\x5e\xda\x15\x20\xd9\xe4\x66\x22\xc8\xf7\xee\x73\xe0\xc1\x87\xce\x62\x61\xef\xef\xbd\xd7\xfc\x41\xd5\x08\x21\xdd\x79\x91\xeb\xbe\x11\x09\xd4\x27\x80\xcf\xe3\xd7\x77\x2e\xd4\xd9\x30\x76\x6e\x54\x24\x98\xe4\xef\x0c\x00\x14\x64\x48\x10\x02\x76\x1f\x61\x41\x29\xea\xcf\x05\xbf\x86\x60\x03\x59\x65\x35\xd9\x5e\x2c\xcd\x55\xaf\xc4\x8e\xef\xb1\xc1\x60\xd0\x76\x50\x6b\x2b\x11\x70\xef\xdf\x9c\x6f\x95\xdf\xf4\xfe\xcd\x79\x63\x3c\x47\xdb\xf6\x31\x61\x45\x38\x68\x71\x71\x5b\x3d\xd7\x76\x9c\x84\x2a\xb6\x6b\xb2\x8b\x1a\x6d\xa1\xeb\xb6\x11\x10\x6f\xe7\x80\xf3\x6a\x1d\xd7\xb0\x95\xf9\xd7\x84\xd9\x67\xf5\x55\xd4\xd0\x2e\xe2\x94\x28\x27\x37\xdb\x43\xb3\x88\xbd\xf2\x20\x3b\xda\xf0\xfa\xd2\x64\xdb\x0e\x69\x5d\x06\x9f\xbc\x8c\x97\x23\x62\x31\x00\xd4\xc7\x88\x8c\x15\x69\x02\x11\x81\xc7\x50\xc6\xc1\xae\xe3\xb4\x48\x72\x99\x26\x81\x40\x01\x92\xa4\xa6\x58\xef\xce\xec\xfb\xa8\xcd\xbe\x9d\xd9\xf2\xa9\x98\x2d\xbf\xe8\xa8\x20\x4f\xb1\x36\x0f\x0a\x1a\x8a\x09\xbf\x96\xda\x43\x6e\x96\xf1\x8c\x0f\x17\x1e\x14\x2e\xcb\xbc\x05\x61\xdb\x85\xc1\x7e\x6a\x8e\x46\x5e\x98\x20\x8d\x01\xae\x60\x91\x65\x70\x07\x03\x33\xc4\x63\x58\xa2\x3a\xcd\xee\xce\xcd\xd8\x25\x23\x6d\xd5\x82\xed\xbb\x3d\xd2\x2a\x9e\x2f\xa1\xb5\x92\x51\xfb\xc6\xa5\xa9\xc0\xe1\x8c\xf3\xa1\x2e\x70\xfb\x80\x5d\x6f\xa2\xf6\x5b\xa9\xfd\x22\xe3\x50\xe0\x52\xab\x0b\xb9\x68\x04\xd8\x81\x5e\x41\x77\x2b\x88\xa3\x31\x7c\xbc\xf0\xad\x86\x22\xb2\x59\x14\x23\x9a\xbc\xb9\xfc\x9e\x2d\xbf\x21\x65\xb8\x79\x4c\xea\x1b\xe1\x6f\x5e\x64\x56\x22\x78\x63\x45\xe4\x1e\xfb\xa4\xae\x94\xbe\xd9\x26\x83\x7b\x83\xa8\x81\xb2\xb8\x04\xdc\x30\x9d\x24\x22\x2b\x07\xd6\x76\x9a\xa4\x7d\x7f\x71\xcd\x5a\x13\x49\x6b\xa2\x0d\x2a\xed\xaa\x6e\x68\xff\xa8\x0b\x33\x78\xdc\xf2\xe6\x46\x61\x06\xa1\x17\xac\xd4\x49\x9c\x03\x8c\x92\x45\x12\x48\x86\x6f\xdf\xd0\x08\xa7\xa9\xe5\x58\x83\x92\x67\x6c\x6c\x86\xee\x64\xf6\x27\x28\xb3\x77\xa1\x06\xf8\xfb\x9d\xcb\x68\xed\x47\x1a\x54\x35\x8e\x06\x4c\x8b\x14\x8f\x50\xb6\xe6\x39\x6e\x0c\xc6\xb0\x6f\x96\x4a\x35\x92\x8a\x27\xf2\x8f\xfa\xea\x10\x6f\x7c\x43\x20\x08\x8a\xe9\x94\xff\xab\x28\x09\x2b\xf2\x0c\x8a\x6a\x20\x23\x3f\xd6\x24\x47\x94\xed\x29\x57\x42\xe5\x89\x65\x38\x53\x7d\xed\xc8\x2f\x5e\x7e\x32\x82\x35\x25\xbf\x39\x37\x57\xe6\x80\xc7\x53\xa9\xa4\xc9\x45\xd6\x8f\xb0\xe4\xc9\xc6\x04\x77\x57\x94\x91\x3a\xe5\xa1\xf9\xe6\xd7\xf9\x77\xe7\x5a\xda\x2d\x08\x9d\x77\x28\x9c\xd7\xeb\x59\x0d\xa0\xba\x9c\xcc\x57\x77\x1e\x3e\x56\xdd\xcb\x24\x65\xf0\x6b\x2e\x13\x3e\x4c\xec\xfe\x1a\x91\x5d\x73\x4c\x60\x87\x61\xf8\xdd\x79\x6e\x2a\xc3\x9c\x0f\x88\x6d\x8d\x3b\x96\xaa\x4f\xc3\x9d\xad\x3c\xaa\x10\x93\x94\xe7\xd1\xa4\x3f\x15\xd9\x58\xf4\x11\x08\x63\x5e\x8a\x5d\xfe\x86\xc9\x33\x9e\x8b\x31\xbc\x00\x6f\xaf\xf0\x20\x4d\xb8\xa9\x13\xd5\xcf\x6c\x1b\x27\xce\xb8\xf5\x2b\x33\xf5\xa1\x0b\xa7\x52\xa8\xb5\x9a\x75\x2b\x57\xea\xce\x7c\xa5\xef\xab\x00\x20\x0b\x37\x41\xc7\x02\x45\x12\x2b\x73\x89\x0c\xfd\x9f\x52\xb1\x9f\xcb\x59\xb1\x13\x1e\x91\x63\x14\xfc\x16\x14\x2e\xbf\x58\xfe\x9d\x64\xbf\x88\x47\x13\xc1\xf6\xe4\x40\x0c\xec\x4f\x22\x8f\xe2\xfd\x4e\x01\x78\xd4\x0a\x40\x27\xbc\x3e\x15\xe1\xf5\xcb\x36\x38\xeb\x78\x47\x5b\x33\xa7\xc0\x81\xcf\xd6\xb2\x6c\x57\xa0\xde\xa8\xfc\x4e\x1b\xa0\x71\x28\x43\xa2\x70\x01\x91\x30\xa1\x25\x0d\x57\xe2\xcc\x97\xf2\x26\x87\xbb\x8b\x1c\xf9\xe8\xdc\xd2\x5f\xb4\xbd\xd9\xb2\xd7\x76\x55\x18\x1d\x8b\x43\x74\x88\xd7\xf0\x6d\x6a\x55\x1a\x97\x43\x19\xd6\xe7\x8d\xe9\xd8\x4a\x88\x0b\xa5\x57\x56\xb3\xe1\x85\x6f\x2f\xfb\xfe\x05\x75\xbd\xa2\xa6\x4b\x4b\xf6\xd4\xf7\xc1\x17\x20\xac\xc9\xdb\x74\x5d\x48\x6d\x8f\x9d\xdc\x22\x23\x46\x4c\xbb\x53\xe5\xfe\xba\x63\x2b\xab\x5b\xa6\x9d\xcd\xac\x76\x23\x29\xdc\xac\x4e\x4e\xf3\x61\x69\xc0\x86\xe1\x64\x82\xb5\xb9\xf2\xcc\x8a\x2b\x71\x91\x58\x76\x9c\x15\x49\x23\xd3\x6b\x0a\xa1\x81\x99\x88\x8f\x0b\xbb\x38\xe7\xbe\x87\xd3\xb1\xd2\xfe\xe7\x13\x80\x99\xa9\x17\xcf\xec\xd1\xa0\x41\x38\x68\x19\xfc\x00\xd4\x40\xa4\x07\x2c\xd5\x31\x88\x54\x76\xf0\xa4\xe7\x1a\x9e\x4b\x33\x42\x22\xe3\xa7\x23\x6e\xad\xd0\x00\x21\x2f\x01\xf0\x2b\x90\x22\x57\x00\xba\xc7\x86\x45\xce\x64\x0e\xc2\x44\x34\xd1\xda\x08\xa2\xe3\xd8\xef\xb5\xd4\x20\xb4\xe1\xd9\xc9\xd8\xd4\x52\x2b\xa2\x71\x41\xf7\x18\xea\x56\xbe\x26\x0d\x9b\x42\xd5\x1c\xb7\x3a\x4e\x5b\xb0\xdd\x94\xe5\xe5\x01\x81\xca\x58\xe9\x64\x6a\x3b\xbd\x11\x72\x3c\xc9\x4d\x8f\x81\xf8\xeb\x51\x5a\xca\x6e\xa7\x42\xe4\x86\xf1\x24\x71\x43\x08\x37\xac\x4c\x80\x36\x6c\x6f\x3e\xc1\xb9\xe7\x9e\x2f\xec\xd3\xd2\xe5\x42\x80\xa3\xfd\x1e\xa3\xac\x2d\x2b\xb9\x15\x53\xbb\x74\x32\x77\x51\x80\xf9\x24\x83\xd0\x55\x58\x8a\x84\x3e\xac\x2b\xd5\xb5\xad\x60\xcb\x63\x80\xc6\xba\x7c\x86\xb3\xbb\x7c\xe6\x4b\x69\x17\x53\x87\x93\x04\x33\x74\xc9\xff\xe8\x88\xc9\x10\x3f\x0d\xde\x85\x27\x27\xe5\xe8\xfe\xe2\x5f\xda\x33\xfb\xe5\x72\x4e\xe4\x78\xe2\x56\x93\x13\xe2\x51\x75\x17\x5a\x56\x6f\xcf\x5c\xbf\xe5\x6a\x5e\x88\x6c\x8b\xcc\x8a\x8a\xbf\x6b\xf9\x36\x35\xbb\x4e\x9b\xf1\x7a\x08\xc0\xd4\xeb\xa1\xb9\x08\x1c\xcd\x1f\x92\xca\x31\x5b\x71\xa9\x60\xf5\xad\x64\x3d\x15\x39\xb3\x97\xb3\x3c\x6c\xb9\xb4\x74\x97\xca\x88\xe1\x05\x27\x11\xdc\xdd\xee\x98\x69\x45\x27\x84\xe2\x30\xb7\x19\x41\x24\xb8\xf1\x85\x7e\x69\x14\x7a\x2a\x30\x2a\x9d\xc5\xb0\x8a\x30\x04\xe1\x96\x92\xed\x89\xc1\x78\x10\x60\x89\xa1\x4e\xb0\xdf\x0b\x04\x17\xa0\x12\x80\x2b\x86\x50\x88\x79\x06\x36\xb5\x00\xfd\x4a\x5c\x4b\x42\x96\xb4\x9d\x83\x4a\x62\xd5\x0e\x98\x49\xcb\x9a\x79\x23\x77\x72\xd8\xae\x64\xf6\xde\xb4\xb4\xc0\xf6\x49\x86\x6d\xe6\x49\xfe\x49\xf0\x2c\x1f\x0a\x9e\xdf\x85\x23\x79\xdd\xa1\x7c\xcb\x4d\x0e\x47\x89\xdd\x08\x36\xd6\x79\xb9\x5d\x68\x76\x1d\xcb\x6b\xa1\x42\xa7\xe9\xd2\xab\x76\xf7\xce\xf0\x66\x73\xa8\x78\x9e\x11\x27\x5b\x92\x39\xd6\xb2\x0b\x12\xac\xe1\x50\x02\xfe\xe8\x8a\xe9\xac\x70\xb2\xcf\xe7\x13\x15\x53\xae\x20\x2c\x14\x6c\x83\xf4\x12\x93\x2a\x06\x34\x61\x35\x9e\x0b\x33\x48\x60\x98\x7e\x95\xb6\x90\xd5\x96\x7b\xf0\xe7\x86\xb5\x37\xcc\xa4\x18\xed\x57\x10\xf1\xc2\x65\x79\x6e\x5a\x18\xc9\xe7\x1a\x11\x60\xb9\xe3\xe7\x16\x01\x80\x84\x67\x24\xc7\xb5\x61\xe6\xf3\x4d\xc3\x92\x9b\x8c\xa4\x98\x60\x15\xca\xcc\x72\x28\x7d\x10\xe5\x54\x2c\xd5\x14\x43\x24\xfd\x7b\xe2\x36\x4a\x0a\x14\x1c\xc8\x5c\xb0\xef\xfd\x20\x4a\xab\xbe\x92\x4d\x62\x58\xf1\x53\xef\xf8\xf6\xc8\x97\x47\xae\x87\x85\xc5\x58\x47\x17\xfc\x5b\x28\xa9\xfb\xb4\x1f\x44\x8c\x7e\x8f\x2a\x99\x6f\xd4\x3e\x4f\xb1\xa3\xac\xf5\x81\xcc\x35\x9d\xf3\x82\x99\xf9\x2b\x34\x92\x63\xc6\x8d\x91\x63\x85\x8c\xda\xbe\x3f\x38\x4f\x45\x34\x08\x97\xa5\x89\x82\x19\xe5\xf2\x7a\x63\x32\xbd\xfa\x54\xae\xdb\x88\x43\xf8\x16\xcb\x04\xa2\x95\xc3\x54\x26\x22\xba\x02\x11\x42\xc4\x6e\x5e\x5e\x7e\x95\x88\x12\x7c\x2d\x92\x19\x2b\x8c\x54\xe3\x01\xa3\x2e\x40\xcc\xf1\x16\x4c\x97\x4e\x12\x3a\x0f\x48\xf1\x77\x4b\x76\xe8\xd6\x0a\xbf\xd1\x63\xba\xda\xdc\xf2\x8e\x9f\x2d\xe1\xf9\x51\xeb\xb2\x51\x2c\x52\x81\x02\xb3\x56\xcc\x15\x49\xe1\x79\x0e\x48\xa6\x88\x4e\x5b\x10\x96\xef\xdc\x07\x08\xe5\x1a\x22\x30\xb8\x62\x22\xcb\xf4\x2a\x2e\xe3\xb6\xf1\x9e\xf6\xc0\x8d\xb3\xf1\x2e\xc0\x5a\x93\x5c\x56\x18\x31\x60\xbf\x4e\x84\x5a\x71\xe0\xec\x96\x91\xe5\xb7\x57\xf6\x50\x76\x4f\x3e\x5d\x63\x74\x24\x79\xf0\xb1\x94\xcf\x12\xcd\x01\x9d\x35\x81\x14\x31\x4c\xfe\xe1\x89\x56\x63\x54\x47\x38\x38\x01\xb2\x38\xe4\xab\x3e\x93\x12\x7b\x09\x54\x46\xb8\xe3\xe4\x24\x00\x9f\x03\xbc\x9a\x6b\xa7\x90\x5a\x09\x92\x3e\x5d\x0e\xae\x47\x28\xc4\x6e\x5d\xca\x17\xa5\xf2\xfb\x3b\x28\x77\x1a\x92\x40\x70\xb6\x3e\xd2\x86\x2e\x2a\xc2\x23\x63\x9e\x1f\xf4\x30\xe1\x86\x0d\x85\x15\xa1\xc2\xa5\xce\x35\x95\x37\xfa\xd5\xa5\x96\xfd\x5c\x0c\x45\x22\x72\x84\x55\x25\x38\x64\xa8\xb0\x9a\x67\x88\x6f\xc3\xa6\xfc\x6a\xf9\x89\x83\xdf\xf0\x7a\xd0\x2f\xc3\x19\xe4\xa0\x82\x4a\xaa\xc0\xf1\x21\x63\xee\x5d\x03\x95\x91\xb8\x0d\xf0\xfe\x23\xa0\x2a\x7e\xd2\xcb\x4f\x2e\x9c\xea\x1a\x96\x7b\x62\xdb\x84\xb0\xdf\x6a\x06\xd0\xc0\x89\x98\xe2\xf2\xaa\x48\x26\x6e\x48\x8b\xe7\x89\xf4\x96\xca\xbc\x06\x0c\x3a\x45\x77\x85\x8e\xa2\x22\xeb\xa1\x6a\x8f\x65\x7b\x7a\x73\x37\xb4\x9c\xe7\xea\xfe\xf1\xd0\x05\x77\xc3\x6e\xda\x9a\x8e\x40\x1d\xa1\x25\x0b\x4e\x33\x9c\xd4\x85\x8f\xcc\xf7\x03\x6f\xe9\xcc\xed\xc7\xd2\xdd\x24\x3c\xe4\xf9\x89\x5a\xad\x2b\x96\x23\x4c\x1d\x75\xf9\xc6\x37\x13\x99\x58\x7d\x4a\x45\xf6\x03\x7e\x8d\x78\x96\x48\x91\x21\xe9\x31\x4e\x17\xd3\x37\xca\x7d\xbe\x9c\x8e\x7d\x0d\x9b\xed\x97\x0a\x24\xc1\xf4\x03\x7e\x6d\xa6\x93\x64\xc8\x23\x28\xe9\x5b\xa1\x94\xa1\xa7\xcd\xe8\xe4\x5a\x30\x1e\x65\xda\x18\x7f\x8e\x33\x01\x07\x77\xc0\xde\xf2\x7c\x7e\x30\xee\x6c\x96\x4b\x81\x05\xc0\x97\x50\xa3\x7d\x47\xf1\x1b\x8c\x09\x5c\x4e\xe4\x1b\xb4\xdf\x8c\xb8\x95\x2b\x11\xe4\xaf\x30\xa8\x54\xa6\xda\x18\x39\x44\x64\x7f\x37\x72\xb0\xba\xc0\x69\x1d\xce\xd8\x48\xde\xfa\x7b\x32\xc7\x6d\xa5\x5a\xdc\xe2\x01\xfb\x6f\x5d\x40\x72\xe3\x48\x92\x85\x06\x53\x7b\x16\xd4\xc1\x58\x0c\x8b\xf1\x18\xea\x86\xcf\x98\x11\x60\x6c\xa7\x0f\xe1\xc7\x4b\xfd\xa1\x42\x10\x12\xed\xce\x3d\x4a\x31\x13\xab\x75\xf4\xbd\xd6\x11\xdc\x3a\x6f\x4c\x83\xc6\x10\x84\xf0\x17\x46\x7a\x15\x96\x4e\x83\x05\xf6\xfc\x4c\x67\xb0\xdf\xbe\x6f\x08\x6c\x41\x2b\x1e\xb9\x61\xf1\x38\x24\xbe\x20\xb4\xc9\xf9\x50\x26\x32\x9f\xb9\x4f\xe1\xbb\xb9\xb8\xcd\xe7\xf7\x9f\xd8\xf0\x36\x16\xe9\x24\xdc\xd4\xfb\x61\x8e\x55\x29\x60\x33\x0e\x39\xe2\x49\xc2\xdc\x81\x84\x54\x61\x99\x33\xa1\x00\x3c\xdc\xf2\x22\x27\x05\x34\x93\x1f\x90\x97\xcd\x93\xf8\xa1\x88\xf4\x94\x44\xc2\x65\x12\x4b\x99\xa2\x0c\xe3\x8a\x05\xc2\x76\x8b\xa0\xca\xc2\x7c\x97\xd2\xc0\x76\x26\x02\x6e\x32\x58\x09\xa3\x9c\x4a\x80\x48\x1f\xcb\x92\xcc\x98\xb4\xb4\x75\x2a\x5c\xad\x3d\xce\x5e\xbe\xe8\x4f\xa5\x2a\x72\xc1\x8c\xe6\x57\x0e\x0f\x1c\x78\x96\x9d\x9b\x1f\x4a\x42\x39\xdf\xc0\x07\xf5\x68\xd9\x08\x4a\x67\xf1\x52\x69\xcd\x36\x21\x0e\x40\xb3\x10\x88\xb2\x0d\x3c\x1a\x3f\x0c\x37\x7c\xe5\xfa\x0c\xd8\x7b\x9d\x3b\x4b\xf2\x68\x09\x1f\x40\x7e\x2b\x20\xe3\x53\xc9\x84\xed\xd9\x7d\x21\x51\x84\x32\x3b\xc9\x6e\x55\x5d\x77\x7b\x17\x13\xa3\x2b\xe8\xfa\x61\x47\x3d\x3b\x26\xee\x36\xb9\xd2\x61\x30\x39\x9e\xdc\xf0\x99\xb1\x24\xa6\x98\x8a\x98\x8d\x61\xc4\x96\xa2\x04\x17\x10\xf8\x3e\xb4\xa0\xc2\x2b\x65\x5c\x14\x79\x95\xa6\x22\x9f\x68\x58\x17\xb7\xf1\x25\x3f\x08\xee\x6c\xb0\xcf\x4a\x18\xd3\xb3\xbb\x09\x0b\x89\x06\x7b\xc4\x29\xcb\x68\x2d\x4b\xfd\xd0\x1e\x11\xa2\x49\xa3\x22\x2f\xb2\xd6\xad\x6f\xc7\x5c\x4c\xb5\x3a\xa1\x50\x83\x3a\x65\x69\xae\x35\x84\xea\x19\x2a\x83\xa4\x53\x41\x6a\x51\x0c\xad\x0c\xcb\x0a\xa5\x48\x8c\x87\xfc\xa5\x66\x16\xb9\x2b\x24\x62\xee\x23\x5b\xd3\xa0\xea\x58\xd7\x52\x20\xd7\x08\x15\x0e\x19\x4d\x42\x89\x30\x81\x02\xeb\x90\xc8\xdd\xee\xd2\xd7\x25\x15\x50\x13\xe7\x72\xb9\x99\xe8\xa4\x0c\x8e\xb4\x74\xef\x3d\xf8\x8d\x70\xc0\x10\x90\x04\xb2\x6e\x26\xc6\x10\x70\xe5\x24\xa3\x29\xb7\x7f\x75\xc1\x47\x8f\x3a\xf8\xa8\x49\xf6\xc1\x5b\xda\x7a\x70\x17\xb6\x1c\xe0\xa8\xe3\x2e\xf2\xbf\x0b\x9e\xea\x22\xff\xef\x27\x5a\xe6\x0e\x82\xfe\x43\x3f\xe8\x6a\x9e\x72\x88\x22\xaa\xa1\x96\xf3\x88\x5e\x85\x0a\x34\x19\x67\x4b\xd3\xa3\x4a\xd0\x00\xc0\x9a\xb0\x7f\x15\x02\x4c\x23\xfa\x1a\x00\x65\xac\xe8\xe5\x28\xd3\x5f\x5c\xe8\x00\x08\x87\x73\x5f\xf8\xf0\xd1\xbb\xfc\x69\x0c\x01\x7b\x28\xe3\xab\xaa\xa3\xb4\x62\x55\x93\x18\x0e\x15\x2c\xc2\x85\x7d\xa7\x36\xe0\x1c\xcf\xc9\x80\x1d\x7a\xbe\xba\xec\xcb\xa0\x15\xc0\x3f\xc1\x23\xfc\xe1\x63\xeb\x1e\xf8\xf7\x73\x23\xbf\x33\x50\xc3\xc5\x25\x6a\xc3\x43\xe2\x7a\xfc\x58\xba\xb4\x37\x3a\x84\x25\xe4\x3d\xf2\x07\xbf\xfc\xf6\x20\x79\x6f\x2f\x72\xf1\x1e\xe3\xec\x4a\xcc\x90\xe1\x43\xd2\x88\xc8\xb8\x6f\x0c\xd5\x04\x49\x1e\xb9\x12\x33\x67\x81\x2b\x1a\xc5\x00\x35\xab\x47\x89\x17\x00\x2a\x12\x3a\xf5\xce\x0f\x78\x73\x44\xec\x80\x98\xbb\x99\x34\x4f\x93\x80\x95\x78\x6e\xa8\x86\xa2\x56\x80\x47\x04\xfe\x15\xba\x90\x4e\xf0\xf9\x85\x27\x32\xf6\x4b\x85\xc7\xf8\x54\xf5\xac\x7e\x66\xff\x73\x72\x6b\xe5\xf8\x1e\x3b\xd6\xc2\xbc\xd7\x39\xfc\x39\x60\x3f\x92\x6d\xf6\xed\x36\x45\x37\xf1\xcb\x75\x82\xa4\x62\x70\x8e\xed\x50\x43\xa1\xc0\x78\x9d\xd4\xef\xae\x34\x96\x2d\xeb\xcc\x0d\x19\x04\x4e\x4c\x10\xc2\x2e\x42\xcf\x18\x18\x53\x96\xf6\x81\x33\xb5\xfd\x84\x73\x5d\xd3\xdd\xea\xae\x7e\x04\xbc\xa7\xb7\x2b\x5f\xa6\x14\x01\x23\xd5\x38\xf1\x91\x45\x3d\x12\xd7\x5d\xe9\x4f\x90\x62\xd3\x4c\x38\xfd\x5e\x31\xaa\xa9\x49\xc6\x00\xec\x0f\x65\xe8\x84\x47\x50\x24\x2e\x43\x83\x1d\x25\x82\xc8\x88\x41\x1a\x08\x83\xf4\x90\xfb\xa9\x85\xdc\x90\xd8\xcc\x15\xbe\xf4\xe7\xbb\x4d\x92\x03\xd4\x72\x2d\xad\x29\x92\x04\x2a\x10\x40\xe6\xd8\x22\x79\xf7\xf1\x5a\x4a\x97\x40\xe1\x58\xd4\x2e\x88\xcf\x41\xa6\x85\xf1\x58\x87\xef\x8f\xb1\x5e\xab\x60\x17\x3a\xd5\x89\x1e\xcf\xc2\xd1\x50\xe1\x7b\x67\xb8\x01\x82\x56\x0c\xe9\x42\x3a\x3d\x38\x7c\xa1\x01\x65\x9a\x8f\x1c\xab\xbb\x57\x2b\xd8\x59\x65\x4a\xc3\x99\x33\x61\x00\x45\x6b\x1b\xe2\x72\x15\x5f\xd8\x45\xcb\x80\x65\x78\x23\x45\x12\xb7\xbc\x02\xe0\x71\x7f\xb4\x2b\xd0\x86\xb1\xa1\x2e\x19\x94\x9a\xac\xce\x03\x45\x80\x5b\xef\x22\xa6\xaa\xa3\x60\x62\x68\x1c\x85\xb0\x10\x43\xb1\xf9\x82\x36\xb6\x2a\x9f\x2e\x94\x3d\x31\xde\xf9\x34\x16\xf9\x92\x38\x0c\x54\x1e\xed\xb5\x3e\x9e\x29\x3e\x95\x11\x19\x81\xf0\x93\x0e\x01\x93\x8d\x79\x2e\x4a\xf6\xa0\xf8\x30\x09\x50\x65\x9d\xdd\xc8\xdb\x98\x5d\x24\xdf\x0a\x5f\x9e\x0b\xdc\x3e\xae\x39\xcf\xc7\x96\xe9\x47\xa8\x9e\xbe\xd7\x39\x98\x7f\xc8\x50\x66\x90\x99\x80\xf5\xd3\x7f\x6e\xc0\x3e\x62\x52\x2c\x05\x32\x82\x67\xf4\xe5\xe0\xe5\xd7\x03\x66\x84\x28\xb5\x33\x69\x8c\x65\xb7\xa4\xa0\x7d\xf7\xf2\xcf\xdf\x7d\xb7\x05\x5a\xa5\x8e\x8f\x4e\x8f\x3f\xd6\x65\x1b\x62\xab\x79\x8d\x20\xd5\x31\x3b\x3d\x63\x19\x58\x40\xbd\xbb\x27\x8c\x9c\xdc\x7a\x40\x75\x44\xc2\x35\x9b\x1f\x92\x1b\x8e\x59\x3a\x1e\xd8\x6b\x04\x61\x1f\xce\xd8\x99\x8e\xa9\x38\x0b\xcf\xc3\x40\x4f\x1f\xc1\x29\xcd\xfc\x39\x7c\x91\x4f\x98\x50\x79\x46\x72\x02\x02\xb6\xd3\x52\xc0\x0a\xd1\x0e\x9e\x52\x34\x37\x95\xb3\xe6\x39\x46\x01\xbf\x24\xc3\x89\x8f\xab\xd6\x23\x76\x7a\x76\xfd\x0d\xc8\x6a\xa7\x67\xd7\xdf\xdd\xa5\x0c\xd0\x56\x76\x2a\xa2\xf7\x65\xb5\xe7\xfe\xf4\x38\xcc\xc4\xa9\x04\xdf\xa0\x61\x47\x17\xb1\xc3\x02\xf4\xc9\x97\xe8\xfb\x7b\xcd\xfe\x7a\x46\x0f\xde\xf3\xa9\xf8\xdb\xeb\x83\x03\xff\xc3\x39\xee\x48\x64\x29\xca\xe9\xf1\xdf\xb6\x08\x7b\xe3\x73\xd6\xf2\xa5\x83\x5f\xac\xbc\x84\xec\x06\xdf\x6e\x99\xdd\x5c\xd8\x4e\x77\x62\xaf\x85\xa2\xe0\x65\x4b\xd3\x6a\xe6\xf6\x29\x6c\xeb\x20\x7e\x0c\x71\x5b\xf7\xc4\xbb\x2b\x95\xb8\x81\x6c\x87\x01\xfb\x61\xe6\x3c\x31\x3d\xcf\x4b\x82\x9e\x36\xc6\x4b\x01\x93\x03\xfc\xef\xc1\x57\x53\xae\x0a\x9e\xf4\xed\x1f\x7d\x97\x78\x8c\xa4\xbd\x29\xa4\x67\x2b\x9c\xb6\x49\xd4\xd9\x36\x49\xf7\x0d\x23\x9a\x29\x2b\xa7\x56\xf9\x72\xe6\x64\xdf\x1e\x4b\x0a\x73\x72\xd0\x97\x81\xeb\xff\x05\xb6\x1e\x8a\x02\xaf\xde\xb8\x1e\x93\xa3\x32\x43\x7f\xa7\xcd\x2b\x87\xf1\x5e\xe7\xe2\x35\xaa\x3f\x9e\x84\xc6\x22\x4a\x78\x86\x4a\x12\xd0\x15\xfb\x3d\x74\x97\x43\x7a\x04\x68\x40\x56\x27\xa7\xfa\xd5\xa6\x18\x8d\x64\x24\xd1\x89\x8a\x59\xda\x3d\x5f\x08\x5e\x31\x74\x0e\xc6\x3c\xe7\xe0\x94\x2b\xd0\x85\xef\xfc\xc7\x92\xbe\x11\x0f\xd8\x11\x4f\x92\xc0\x3b\x21\x95\xc9\x05\x8f\x81\xb7\x73\x80\x5f\xee\x93\x62\x06\xd6\x0b\x54\xc1\xd8\xb9\x10\x30\xfd\xd7\x07\x07\x69\xe6\x78\xeb\xf7\x7f\xfe\xfa\xcf\x2f\xa9\x5e\xa4\x0b\x9a\xb9\x03\x81\xf3\xb0\x9a\x93\x55\x47\x07\xea\xe8\xf9\x9d\xe1\x13\xf0\x04\x30\xe1\x97\x51\x9a\xc7\x57\x92\xed\xb0\x1c\xec\xbc\xac\x50\x56\x5f\xf1\x77\xb4\xac\x05\x51\x62\x57\xd8\x7d\x2f\xd3\x47\xaa\xc0\xc5\x47\x3c\xe5\x91\xcc\x67\x5b\x54\x71\x8b\xe8\xd5\xc7\xbf\x84\x6e\x92\xf3\xeb\x97\xeb\x1c\xe2\x14\x16\x56\x71\x6b\xdc\xe3\x54\x64\x06\x5c\xb6\x79\xdf\x41\x20\xfb\x65\xda\x7c\x81\x9b\x82\x97\xf8\xec\x14\x07\x66\xe3\x0d\x5b\x8e\x94\xfb\x0c\xe3\x6a\x1c\xfc\xe6\x65\xc9\x42\xaa\xe9\xbb\x69\x9f\x92\x7c\x3e\x58\x27\xa8\xc5\xb5\xa1\x56\x36\x86\x22\x5d\x11\x13\x1e\xaa\x09\xd7\x92\xc3\x1f\x31\x2a\x93\x5e\x35\x8c\x2a\xea\xe4\x8a\x20\xcf\x78\x65\x58\xc6\xe6\x73\x9b\x0f\xf1\x68\x12\x09\x01\x33\x5c\x1b\xc7\xb1\x74\xd8\x72\xca\xc7\x8d\x05\x0f\x5f\x37\x8f\xe1\x6b\xbe\xc6\xa5\x5a\x48\x28\xdf\xf5\x3c\x1f\xb9\x4f\x9d\xda\x2f\xed\x24\x24\xdb\xc1\x9d\xaa\xd1\x42\x35\xd8\xcd\xcc\x42\x90\x86\x07\xdd\xac\x3d\x6c\x68\x34\x94\xb1\x39\x28\x0a\x89\xc9\xc2\x28\xcc\x24\x33\x17\x34\x3c\x0b\x24\xb5\x1d\x08\x89\x7d\x6b\x7b\x24\x21\x3b\xa7\x0a\x9a\xd0\x22\xae\xc2\x2a\x5c\xa1\x5d\x07\x8e\xbd\x41\x35\x0c\x27\x2c\x2a\x71\x2d\x32\x96\x3a\xd0\x06\xf4\x62\x28\x7d\x83\x82\xa4\x37\xa4\x6c\xe1\xd4\x40\x7e\x72\x48\x55\x53\x1a\x9e\x73\x57\x41\xa2\x14\x0b\x5c\xd5\x95\xd5\x56\x8e\x5d\x0f\xbc\x1b\x22\x96\xc8\xd8\xe9\xc0\xd3\xf0\x4f\xd5\xa7\xda\x63\xe0\x55\x0a\xf8\x3a\x08\x3e\x6e\xf2\x50\xd4\x56\xb0\x3d\xaa\xea\xb0\x1f\x7a\x7a\x1f\xc8\x69\xb1\x8d\x6e\x57\xde\xdb\x1a\xfd\xce\x37\x74\x2e\xcd\x8d\x6e\x72\x03\x2d\x2f\x08\x95\x68\xe0\xb4\x3c\x0c\x9a\x53\x88\x6d\xd5\xdb\xbe\xf9\x65\x18\x6a\x9d\xd7\xda\x6f\x7e\xd0\x3a\x67\xa7\xc7\x4b\x3f\xb9\xc5\x05\xf4\x2c\xe3\x63\xa1\x72\x39\x15\xcd\xe2\xd5\x8e\xe6\xde\x62\x2e\x7a\x6d\xd9\xa8\x3c\x1e\x40\x46\x8d\x33\x31\xd5\xb9\x60\x87\x67\xa7\x3e\x9c\x3f\xba\x12\xd9\xeb\x83\x83\x97\x83\x6f\x07\x2f\x1a\x17\xc7\x09\xa3\xa5\x2c\x65\x4b\x9a\x0d\xfe\x67\x68\xbb\x7e\xc8\xa0\x99\x3f\x2f\xa0\x9c\x48\x3f\x7b\x4e\xe3\xfc\x7a\xf0\xf2\xbb\xc1\x8b\xfe\x8b\xc1\x30\xd5\x83\x6f\xfa\x7c\x1a\x7f\xf7\xcd\x56\xa3\x2d\x86\xe2\x2c\xd3\xb7\xb3\x86\x03\x76\xcd\xd7\x8e\x79\xcb\x71\x24\x22\x6f\x3e\x0a\x2b\x6d\xb5\x3c\x06\x52\x89\x6a\xcf\xfd\x3b\xd7\x6e\xf9\x87\xd9\x1b\x9d\x39\xf0\x38\xea\xd2\x27\x01\x45\x9c\x32\xda\xc9\xc2\x09\xa8\x79\x73\x16\xe5\x12\x09\x82\xbd\x15\x3c\x53\x18\x9a\x03\xc7\x60\xca\xd5\xde\xb7\xfb\xae\xd7\xbe\x8c\x5f\x3b\x5b\xc4\x94\xab\xef\x07\x3a\x1b\x1f\x24\x52\x15\xb7\xf6\xcf\x7e\x6a\xe5\x2e\xfb\xaf\x6f\x0f\xca\x17\x06\xdf\x0e\x26\xf9\x34\xd9\x36\x80\x41\xaa\x31\x52\xbf\x06\x64\xe9\x83\xaf\xc5\x85\xaf\xb4\x44\x9a\xb4\x41\x39\x6f\xfd\x00\x3e\x9c\x33\x68\xb6\xe6\x4e\x1d\x88\x3c\x3a\xd0\xa6\x9f\x89\x04\x80\x18\xf0\x62\x1d\x8b\xa1\xe4\x8a\xfd\xf8\xfe\xd3\x01\x16\x7b\xfa\x9e\xed\xdd\x4c\x84\xf8\x63\xb6\xbf\xcd\xfd\x42\x4c\x86\x4f\x9f\x6a\x0f\xd5\xb9\x6f\xb8\xf5\xa9\x2a\xcf\x65\xf5\x14\x5d\x2c\x73\x58\x44\x96\x4b\x7d\x14\x31\xfb\x89\xe7\x50\xaf\xc8\x78\xe9\x8c\x47\x91\x30\x66\x90\x89\x78\xc2\xf3\x41\xa4\xa7\x56\x42\x2b\xa6\x2e\xc6\xf7\x40\xa8\xfe\xa7\xf3\x83\x8f\x22\xfe\xed\x27\x9e\xff\x76\x5e\x0c\xfd\x44\x7e\x7b\xe7\xeb\x65\x1d\xbc\x3c\xb0\x07\xed\xe0\xe3\x4f\xe7\xef\x0e\xc6\x22\xb7\x07\xa1\x8f\xab\xd1\xb7\x5c\x72\x93\x63\xb8\xc0\xdd\x97\x87\x24\x94\xf7\x77\xf9\x06\x2c\xf2\xb7\x95\x64\x7b\xc9\x79\x6b\xc0\xa9\x56\xd3\xb3\x75\x14\x77\xcd\x25\xeb\xad\x90\x09\xe8\xe7\xad\x83\x2c\x10\x44\x0f\x9c\xed\x0d\x02\x0b\x97\xb4\x26\xa7\x3b\x18\x43\xca\x88\x71\x11\xd3\x31\xab\x44\x81\xb7\x18\x9c\xfe\x4b\x35\x05\x99\x42\xd1\xed\x3f\x61\x74\xae\x8a\xe0\x4d\x26\xf3\x5c\x20\x99\x85\xc8\x3e\x3d\xea\xf9\xa4\x13\x7b\xee\x2f\x9f\x5d\xbf\xbc\x7c\xb6\xc5\x75\x1e\xb9\xcf\xd4\xf9\x43\xed\x48\x68\x94\xb8\x24\xb9\xa6\x35\xf3\x79\xad\x1e\x15\xc6\x4a\x1f\x14\x23\xda\x32\x70\x42\x39\xdc\x76\x4e\x4c\x93\x52\xa2\x5b\x56\x11\x95\x50\x53\x31\xc7\x50\xd4\xd8\x09\xcc\x1e\x9a\xaa\xfd\xb3\x14\xac\xfa\x42\x05\xd1\xbb\x3b\x18\xa7\x23\x9a\x13\x25\xab\x71\x96\x4a\x81\xe0\x11\xfe\xc6\x78\x4f\x04\xfe\x68\x69\x7c\xe6\x10\xb0\x7b\x28\x2c\x50\x40\x5d\x99\x57\x81\x5e\x64\xcc\xfa\x64\x7f\x3f\xff\xf0\xfe\xe0\x47\xed\xe2\x03\x80\x9c\x63\xda\x22\x86\xa9\x99\x22\x9a\x30\x0e\x88\x08\xf6\xcc\x9c\x03\xaa\xf2\x94\x2b\x39\x12\xc6\x12\x7c\xa2\x6e\xe6\x7f\x5e\xfd\x03\xf9\x8e\xcf\x03\x26\x2c\x2c\x1f\xb3\xef\x36\x99\x4a\x66\x06\x66\x9f\x1b\x99\x4f\x60\x48\xa9\x8e\x69\xd0\x37\x30\xd8\x9c\x5f\x11\x02\x0e\xba\xba\x13\x79\x25\x5e\xb3\x4b\x00\xc6\x0c\xbe\xfd\xbf\xad\xc0\xfb\xef\xcb\x67\xc0\x7d\x33\xc1\x2e\xa1\x1c\xec\xe5\xb3\x4a\x22\x3a\x42\x17\x07\x06\x3b\xfa\x38\x06\x6f\x66\x72\x3c\x86\x54\x19\xc8\x19\xb8\x16\x2a\xdf\xb7\xc7\x4b\x8e\x98\xd2\x41\x63\x5f\xb9\xda\x5f\xc8\x85\xc1\xfc\xcf\xab\x7f\xd8\x91\x54\x67\xc7\xa4\x8a\xc5\x2d\x7b\x85\x17\xda\xb2\x5c\x1d\xef\x13\xb7\x35\x33\x95\xf3\x5b\x88\xa5\x99\x68\x23\x14\x66\xb6\xe7\x1a\x03\x07\x01\xe5\xe9\x46\x24\x49\x1f\x53\x6c\x62\x76\x83\xe6\x64\xb7\xa0\x18\x04\x98\xf2\x2c\x5f\x41\x4a\x1b\x9f\xcb\xa6\xb9\x1b\x4d\x6a\xe8\x3e\x9a\xcc\x88\xcf\xb6\x30\xf0\xdc\x1c\xe6\x2b\x22\xae\x9a\x08\x55\x20\xb9\xfb\xd9\x6c\x84\xdc\x1d\x4c\xc6\xb9\x78\x9a\x51\x5e\x17\xa0\xc1\xe6\x5e\xc3\x34\x5f\x09\x01\x33\x10\x15\x1b\x50\x97\x29\x8f\x91\xfc\x70\x75\xf7\x78\xac\x76\xc9\xc0\xb1\x13\xcd\xfa\x14\xfd\x00\xf0\xac\x91\x56\xe8\x7d\x8a\x56\x78\x9b\xd6\xad\x51\x21\xeb\x2e\xe2\xa7\x32\x20\xe6\x6e\x8f\x6c\x21\x1b\xdf\xba\x5d\x0d\x6b\x67\xde\x61\x47\xd6\xca\xd5\x82\xc3\x7c\x53\xb6\x77\xf6\xcb\xbe\x4b\x2a\xc3\x0a\xd6\x3e\x73\x0c\x62\x14\x48\xe4\x1c\xce\xc0\x25\x57\xc6\x84\xe8\x0c\xe2\xab\xc0\x55\xc7\x13\x3d\xd6\x84\x4c\xd6\xb6\xeb\xb1\xcb\xba\x7c\xcc\x59\x97\x5d\xd6\xe2\x53\xc9\x5a\xfc\xa2\x21\xdf\xe7\xa9\xe2\x66\xf0\xef\xdc\x9b\x7b\x4a\x42\xc1\x4a\x4a\xe6\x6b\xca\xdf\x54\xe2\x2e\xc1\x2a\x39\x60\x67\x75\x44\xb6\xbd\x20\x8e\x25\xc4\x75\xf9\x52\xee\x86\x1e\xbf\xb0\x98\x8d\x63\x02\xe6\x22\x5b\x5c\xdc\x47\xa0\xcc\x1e\x50\x38\x9f\x8b\x16\x5f\x58\xe5\xad\xa1\xe6\xef\x62\x4d\xeb\xf8\xba\xff\xfd\xae\x52\x65\x17\x04\x83\x4a\xab\x5d\x53\x66\xe7\x7b\x3f\x4a\xb8\x5c\x97\x4a\xb4\xb4\x3d\xb2\x86\xc2\x88\xec\xb9\xa7\xd0\x14\xe4\x17\xb3\x08\x5a\xa0\x06\x3f\xbf\xd3\x9d\x60\xd0\x09\x06\x9d\x60\xd0\x09\x06\xf7\x2a\x18\x00\xc9\xda\xbc\x38\x0c\xd9\x00\x59\x34\xe1\x19\x8f\x72\x91\x49\x93\xcb\x88\x62\x35\x49\x3c\xa0\x43\x48\x62\x00\x64\xf5\xf0\x22\x9f\xdc\x95\x08\x80\xbf\x00\x81\xbd\x1f\x31\x00\x97\xee\x0e\x64\x81\x15\xe2\x16\x4c\xed\xce\xb9\xfe\x8a\x65\x7c\x74\x9c\x1f\x79\xf3\xdd\xb3\xff\x26\x58\xf4\xeb\x5f\x24\xa3\x71\xb2\xb2\xcc\x79\x7a\x1d\x35\x43\xa5\x3f\xcb\xf4\x50\x3c\x28\x22\x7d\x6a\x47\x10\x3b\xbb\xf9\xe7\x8b\x41\x4f\x6e\xc7\x3b\x04\xa2\xef\x3f\x3a\x20\xfa\x4f\x94\xf3\x82\xae\x20\x14\xe6\x86\x80\x47\x30\xd1\x59\xde\xf3\xf1\x01\x85\x8a\x45\x66\x80\xfb\xd9\xe1\x93\x2c\x03\xce\x91\xb1\xbc\x16\x2e\x9a\xd3\xa3\xd9\xaf\x43\xb2\x67\xa7\x23\x82\x7c\x01\x40\xb8\xcb\x67\x1f\x85\x91\x7f\x58\x0d\x2a\xcb\x45\x7c\xf9\xcc\x15\x7f\xe1\xca\xc1\xcd\xc4\x22\x4b\x66\x50\xc2\x62\x81\x00\x4a\xc3\x86\x02\x0b\xc2\xd8\x4e\xb6\x09\xd7\x5c\xce\x02\xb6\x45\xb5\x7f\xa4\x08\xf5\x4b\xc9\x51\x0d\xb4\xdc\xca\x77\xaa\xb5\xeb\x57\x68\x3c\xb9\x68\x84\xc6\xd3\xe9\x2f\x8f\x1b\x4e\xae\x84\x48\x58\x21\x7d\x6c\x9e\x99\xb2\xb9\xcc\xd1\x6a\xd0\xf3\x72\xa9\x21\xe8\xac\x83\xb5\xfb\x62\xf5\xc0\x0e\xd6\x0e\x7f\xbf\x57\x89\xbd\x7d\x9c\xbb\xd5\x1a\xed\x86\xdc\x6e\x09\xd8\x89\xdd\x47\xad\x2a\xb5\xef\x47\xde\xad\x18\x8b\x6b\x19\xfd\xff\xec\xbd\x7b\x73\xe3\x46\x96\x27\xfa\xff\x7c\x8a\xbc\xf2\xdd\x28\xa9\x83\xa4\xaa\x6c\x8f\x7b\xb7\xa6\xa7\x23\x64\x49\xe5\x56\xd8\xa5\xa2\x25\xd9\x8e\x7b\x57\x13\xbd\x49\x20\x49\x66\x0b\x44\xc2\x48\x40\x14\x3b\xe6\xc3\x6f\xe4\x39\x27\x5f\x20\x48\x82\x0f\xc9\x65\xb7\x62\x22\xa6\x5d\x54\x66\x22\x9f\xe7\x7d\x7e\x07\x90\xf4\x53\xc6\xb3\x4c\xcd\xcd\x8b\x27\x18\x63\x23\x17\xd9\x8c\xe8\xbe\x8b\x9d\xf4\xe3\x74\xa9\x07\x92\x08\xad\x3f\x02\xb0\xe7\x06\xaa\xed\x5b\xfa\xb0\xa9\x50\x49\xa7\x50\x9e\x19\xd5\x14\xb4\x19\x18\x96\x21\x4e\xf9\xe3\x41\x53\x2b\xf1\x73\x7d\xf8\x5c\xff\xdd\x8b\x24\x72\x04\x84\xc2\x3c\xcf\x3d\x41\x65\xee\x16\x85\x48\x7f\x50\x09\xcf\x9a\xf1\x6b\xeb\x28\x45\x10\x2f\x4b\xcf\x12\x37\x9b\x7c\x06\x39\x2f\xf4\x54\x55\x17\x6e\x7a\x8c\x67\xc5\x94\xc7\x18\x32\x58\xd5\xcd\x22\xc8\x80\xc1\xd8\xe1\x7e\xc7\xe3\xf8\xaa\x8b\xd9\x82\xe9\xba\xa0\xd8\x5f\xc8\x5f\xa7\x84\x5c\x8b\x50\xe6\xbd\xde\x25\x64\xba\x53\xeb\xe6\x80\x41\x57\x80\x69\x04\x08\x19\xc4\xf4\x61\x1c\xe0\x1a\xe8\xda\x98\x69\x41\x63\x8b\x58\x56\x0a\x73\x1b\x7c\xf2\x92\x6d\x47\x48\x78\xdc\x28\x61\x72\xd6\x3e\xa1\x54\x09\x9b\x9e\xbf\x79\x56\x34\x70\x58\x5b\xcf\x82\x0e\x99\x49\x41\xd8\x24\x97\x99\xd9\x4e\x3f\x37\xda\x19\x84\x52\x83\x78\x2e\x57\x98\x00\xf1\xb3\x7b\xa0\xd8\x66\x1c\x22\x49\xec\x34\x20\x7a\x3e\xf8\x38\x40\x78\x69\xf7\x99\xb0\x38\x72\x73\x49\x1e\xbe\x7b\x85\x16\xe9\xa5\xb8\x5d\x6f\xe8\x0d\x8d\x10\x60\x48\xad\xb7\x41\xdd\xb8\x6c\xea\x86\x19\x6a\x26\x73\x39\xab\x67\x41\xba\xf5\xf3\x13\x08\xbf\xfe\x76\x1d\x6d\x39\xb6\xb8\xd3\xee\xac\x63\xf5\x7c\x24\xb2\x4e\x45\x21\xcf\x02\x34\xd3\x05\x62\x99\xba\x64\x3d\x08\xff\xd3\x00\x2b\x63\xe8\xfb\x48\x42\x49\xa2\x15\x87\x4c\xeb\x3f\xcf\xb8\xd6\xd7\xdb\x45\x9e\xdd\x06\x5d\x5d\x71\x53\xef\x67\x05\x2b\xe0\x01\x33\xe1\xcd\x67\x9a\x74\xba\x7b\xea\xa3\xe1\x3b\x1b\xd6\xe6\x1b\x3a\x6d\x6e\x0e\xa1\x96\x54\x05\xce\xab\xf7\x2b\x16\xfb\x33\xc8\xcf\x6a\xcc\x3e\xc8\x4c\x50\xbd\x4a\xa9\x01\x50\x4f\x8a\x14\x41\x3a\x0c\x3d\x90\x79\x92\xd5\x29\x96\x06\x41\x4f\x1b\x44\x64\xba\x22\x0a\x9c\x8d\x44\xc5\x7d\x9e\xf5\x8e\x4b\xee\x70\x9c\x3f\xbb\x86\x96\x50\xd3\x6d\x89\xab\x9e\x99\x3f\x2c\x05\x30\x8d\x78\xf2\x80\x2a\x82\xd4\xb4\x03\xbf\x51\xd8\x55\x68\xe1\xde\x56\x98\x72\x68\x36\xab\xb0\x6b\x56\x19\xb8\x5f\x44\x34\xe2\x49\x55\xf3\x6c\xa5\x64\xe4\x8f\x40\xb0\xe1\xcf\xe7\x6c\xca\x0f\xaa\xf9\xfe\xb6\x12\xd2\xef\x07\x21\xe4\x26\xe6\x55\x74\x68\x11\x32\x48\xc3\x68\x48\x31\x13\xcf\x89\xea\x41\x57\xd9\x9b\xf7\x57\x9b\x4b\x40\xe2\xd9\xca\xa4\x69\xd6\x83\xb2\x89\x1f\xdf\x8a\x32\x54\xcc\xe4\x4d\x64\x42\x7d\x73\xe8\xc2\xcf\xeb\x7d\x20\x1d\xef\x5d\xf4\xa7\x97\xc4\xfd\xe8\x82\x4c\x80\xa8\x04\x2b\xdc\x71\x0e\x89\xa0\x75\x23\x7e\x53\x42\x4c\x92\xf1\xa6\xa2\xa3\x1b\xfb\x7a\x16\x44\x36\x77\x0c\x55\x31\x74\xce\x26\x19\x19\xbe\xe5\x42\xbb\x89\x7f\xd2\x8d\x1d\xcb\x3c\x25\x8e\xa6\xea\x3c\x65\xc3\x9f\xd1\x30\xaa\x6a\xdc\x4a\xee\xee\xb6\x0b\x69\x52\x00\xa7\xbe\x79\x5e\x52\xf7\x98\xd0\x60\x21\xe3\x59\xb6\xe8\x31\xce\xe6\x25\x2f\x0a\x51\x32\x5e\xc2\xc7\xc8\x3b\xd3\x94\x1c\x6c\x61\x7a\x17\x90\xa6\xd5\x4c\xa8\x5c\x30\x91\x69\xc1\x8e\x7d\xcc\xd4\x49\x17\x5c\x52\x33\xaf\x0e\x2c\xfe\xdc\xb6\xb3\x4c\xce\x26\x95\xf0\x55\x56\xf2\xb6\xcd\xc5\xa2\x3f\x88\x79\x09\xa5\x35\x91\xed\xdb\xd8\xaf\x97\xb5\xb6\x76\x74\x35\xa5\x9f\xf2\x6c\x13\x2c\xfa\x2f\x50\x8a\x4b\xa1\x61\x53\x80\xd3\xfa\x13\xa8\xaa\x98\xd3\x69\x36\xe3\x67\x12\x0b\x6b\x30\x73\x12\xfc\x15\x1b\xf3\x4c\xaf\x22\xe0\x1d\xd0\xf9\xda\x2d\x62\xfe\x4c\x0f\xed\x5b\xd9\xd2\xad\xb2\xd9\xa3\xf2\xea\x4c\xf9\x83\x38\x53\x7e\x58\xe5\x4a\x39\xa4\x28\xf9\xbc\xcc\xff\xd5\x51\xf2\xea\x28\x79\x75\x94\xbc\xb8\xa3\xe4\xf9\x7d\x24\x5b\xba\x47\xc0\x33\x42\x52\x4e\x97\xcc\x80\xe7\xd7\xe1\x79\x96\x31\x28\xd5\x18\x28\xed\x09\xcf\xcd\x9b\x25\x38\xa9\xe7\xd2\xd7\x5f\x5a\x5b\xe7\x73\x7d\x99\x71\x5d\xc9\xe4\xdb\x4c\x25\x0f\xb7\x95\x5a\x46\x77\xea\x8e\x01\xf6\xcb\xed\xd2\x60\x91\x5a\xb1\xd6\x34\xda\xd2\x39\x54\xa3\x78\xce\xce\x7e\xb9\x65\x17\x52\x3f\x84\xc4\x1a\x45\xf3\x10\xe0\x8c\x5b\x9c\xfa\x37\x1a\x30\x44\x5c\xe4\x11\x59\xd7\x73\x26\x9e\x0a\xa5\xbd\x43\x01\x34\x88\x1d\x8f\xd3\x9d\xe1\x5c\x0b\x9c\xfd\xc8\xcc\x1e\x3c\x16\x2b\x76\xfc\x9f\x75\x29\xcc\x2a\x76\xdf\x66\x3b\x42\xf7\xbd\xb5\x3d\x9a\x1b\x6a\x7e\x67\x17\xbc\xe2\xb8\xaf\x70\xb9\x2d\xea\x22\xec\x9d\xd9\xb3\x91\xb4\x1a\x58\xb8\x63\x6b\x56\xf7\x41\x2e\x63\xec\x6e\xb7\x3a\x33\xc2\x12\x99\xe8\xb8\x4e\xd3\xb7\x75\x9d\xf0\x07\xc3\xc6\x65\x22\x0e\xb0\xd4\xdf\x8f\xa1\xeb\xac\xad\x6e\xf4\x12\x59\x85\x7c\x12\x6b\xfb\x02\xe7\xa0\x85\x09\xfe\x3c\x80\x71\x45\x31\x1d\xef\xee\xd3\x3a\x17\xc5\xf4\xc3\xed\x0e\x77\x0a\x3b\x46\x17\x8a\x99\xdf\xd8\x87\xdb\x96\x4b\x04\x04\x49\x4f\x79\x09\x79\x6e\x85\x4a\xdf\x68\x00\xa2\xac\xe4\x6c\x15\x96\xac\xcc\x53\xb1\xb5\x37\xca\xaf\x0b\xba\xef\xb2\x2e\xe8\x18\xaf\x0b\xe7\xe2\x3d\xac\x44\x54\x9d\x05\x46\xa4\x66\xb1\xae\x0c\x48\x48\x5d\x5b\x2f\x09\x41\x74\xb8\x72\x1f\xb3\x85\xfe\x35\xeb\xe3\x57\xfa\x45\x7a\x7a\x73\x79\x76\xf1\xf1\x72\x30\x5b\x51\xac\x04\xf4\xea\x1b\xd8\x88\xdd\x36\x67\x1b\x07\xfb\x39\x7d\x0c\x70\xaa\x2c\xc8\x05\x1b\xc9\x7e\x2a\x4b\x91\xe0\x83\x76\x6e\x96\x91\xa8\xe6\x42\xe4\xcb\xea\xb5\xd9\xaa\x76\xdb\x1e\xbb\x7c\x2a\x44\x52\x21\xdb\xa1\xb2\x61\xb9\xcc\xd0\xbd\x04\xc6\xae\x01\x99\x75\x97\xbd\x3b\x98\xd8\x20\x8d\xca\xfc\x88\xbe\x1e\x3f\x03\x34\x90\x0d\x7f\x3e\x3f\xe4\x33\xa5\x75\xae\x38\x16\x2d\x77\xbf\xae\xb7\x57\xbb\xdc\xd5\xdb\xab\xf0\xa2\xda\x10\x19\xcb\xfd\xa7\x3c\x4f\x33\x97\x0f\x6a\x4b\xdc\x30\xd3\x2b\x2d\xe5\xa3\x28\xd9\xf1\xb7\x81\x67\xee\x64\x05\x41\x1f\xef\x9e\xf7\xf2\xe1\xbc\xf3\x5a\x3e\x9c\xc7\x6f\xee\x83\x1c\x95\x82\x9d\x4f\x79\x9e\x8b\xec\x19\x24\x9b\x15\x6b\xcd\xc4\xd3\x12\xf8\xc1\x96\x6b\xce\xc4\xd3\x0e\x67\xf9\xc1\x7d\x39\xde\x87\x89\xc8\x45\x29\x13\x9f\xde\xd3\xd8\x88\x00\x5d\xe1\xd4\x6d\x0a\xda\x34\xe1\xd0\x45\xc2\x46\xdc\xac\xbd\xc8\xea\x89\x5c\x95\x36\x30\xce\x00\x4b\x73\x8f\x45\x43\xff\x2d\x56\x0b\xed\x1b\x47\x4e\x3f\x36\xe9\xec\xa6\x23\x5e\x3e\x5d\xb0\x82\xcb\x4a\x63\x79\x20\x32\xa5\xa7\xa2\x10\xb9\x2d\x12\x24\xdc\xd7\x08\x34\x84\x69\x92\x80\xc8\x33\x84\x50\xdb\xed\xbb\x35\x49\x02\x29\x6c\x2f\x99\xf5\xbb\xf3\xcb\x78\xa4\xce\x3b\xb8\xd4\x33\xde\xcb\xef\xce\x2f\x9f\x4d\x27\x58\x91\x6b\xbe\xb7\xb2\x30\x49\x84\xa7\xb9\xa9\xd9\xd6\xf6\xdd\xc7\x9c\xf7\x3d\x84\x9e\xef\xec\x08\x3b\xbc\x53\xd7\xb7\xb1\xdf\xee\xe7\x86\x77\x24\xde\x6e\x27\x51\xef\xbb\xaf\x4d\x11\x82\xf6\xf0\xd4\x6d\xce\x26\x21\xc2\xcc\xa4\x0d\x03\xad\xf3\x26\xfe\x8d\x06\xe8\xbc\x73\xb6\x43\xbc\x71\x28\x46\xa8\x72\x11\xca\x8b\xcb\x7b\xc1\xc0\x38\x65\xf4\x06\x06\xf5\x22\x11\xf5\xc0\x86\x98\xd4\x5a\x8c\xeb\x0c\x8b\x7b\x40\x99\x4f\xa8\x3d\x64\xfb\x40\x49\x18\xb8\xd1\x42\x57\x88\x9f\x9f\x2d\xfe\x1f\xf6\x29\xef\xc3\x71\x58\xb6\x29\xa3\x90\x38\x8c\x67\xe1\xf9\x02\xf0\xbe\x4c\xef\x5f\xae\x7e\xf8\x81\x5d\x7f\xba\x63\xbf\x7c\xba\xf9\x1e\xfe\xc8\x66\x75\x56\x49\xfc\x96\x43\x62\xd8\xf3\x11\x98\x29\x15\x01\x0a\x60\xc3\x04\xae\xf7\x91\x32\xae\x6e\x77\x93\x33\xa0\x5f\x43\x77\xc4\xdf\x5e\x9a\xc4\xac\x48\x7a\x53\x09\xcf\x76\xde\x15\x88\x39\xed\xbc\x17\xd0\x3a\xdc\x0b\xbc\xc0\xd9\xa2\xef\x56\x6d\x2f\x14\x00\xcf\x61\xb9\xb4\x31\xcc\x60\x55\x35\x4d\xa3\x43\x7c\x2a\xba\xc4\x41\xf8\x5c\x11\xd2\xb1\xb0\x57\x8f\x01\x1e\xee\xff\xbe\x3f\x2a\xd5\xfd\x51\x8f\xdd\x1f\x69\x35\xae\xee\x8f\xfe\x0b\x8b\x14\x02\xd2\x20\x04\x6c\xf6\xa9\x1f\x56\x2a\x94\xb3\x22\x5b\x40\xf0\x26\x93\x58\x5c\x1c\xea\x60\x41\xf3\x03\x8a\xcd\xa7\x5f\xc0\x47\xfb\x34\xd9\x97\xb6\xe5\xe5\x7b\x70\x8a\xeb\x0f\xb7\x9d\x6f\xc6\x75\x43\x1d\xce\xd9\x75\x9b\x2e\xfc\x7c\xfc\xd3\x2c\xb4\x7d\x07\x54\x2a\xce\xec\x15\xdc\x75\x2b\x48\xfd\x0a\x87\x5a\xbb\x1b\x41\x43\xe7\x01\x4d\x54\xae\xab\x12\x8a\xee\x21\xb1\xc8\xe4\x4c\x56\x18\x97\x98\x53\x38\x98\x0f\x7a\x20\xd3\x32\xda\x81\x29\x71\x34\x46\x48\xce\xc7\x59\xed\x43\x2a\x7c\x5d\x27\xf0\x00\xaa\x94\x3e\xe2\x0a\x80\x5a\x3b\x79\xeb\x26\x15\x0d\xba\x78\x83\xce\xfa\xa1\xca\x64\xb2\xd1\xef\x6e\x3e\x33\xe5\x45\x21\x72\xbd\x02\x67\x04\x15\x5a\xc2\xaf\xa6\x24\x58\x23\xa1\xfa\x60\x4b\x28\x0c\x0e\xdb\x0f\xc5\x29\x6e\x04\xe0\x84\x1e\xa7\xd6\x45\xaf\x4a\x86\x85\xf5\xb2\x85\x0b\xc0\x6e\x12\x73\x7d\xd2\x63\x17\x86\xda\x8a\xb8\x23\xd5\xbe\x81\xbe\x21\x1e\x5b\x5b\x7f\x43\x98\x6f\xa8\x44\xc8\xb1\x2f\xd3\x71\x32\x70\xbf\xda\xa2\xab\x9e\x55\x52\xe4\x28\x2d\x15\x55\x8d\x30\x06\x0b\xb6\xbf\xf9\xb1\xc3\x46\x37\xc3\x46\x1a\x5a\xb1\xb5\xf3\xae\x98\xaa\x4a\xe5\x07\x92\xe8\x87\x2d\x83\x75\x26\x21\x6d\x9d\x63\x71\x09\x5b\x9c\xa3\xce\x92\x89\x32\xbc\x68\x46\x64\xde\xce\x3a\xb5\x62\x3f\x54\x59\xcd\x55\xb9\xaf\x22\x3c\x8c\x86\xe9\xb2\xfa\xa8\x43\xbc\x6e\x3b\xa7\x9d\x8c\x70\xed\xcb\xfc\xb5\x56\xa3\x45\xb5\xfb\xfa\x7e\xc4\xfe\x9d\x97\x47\xed\xe3\x75\xd9\x1f\x0f\x61\x32\x2d\x47\x4b\xae\xff\xee\xb9\x0d\xdf\x5e\xec\x20\x18\xde\x7c\x7b\x11\x2f\xe7\x86\xa7\x4a\x33\xf0\x54\xb1\x0b\xb1\xc2\xa3\xb0\x6e\x65\x5b\x29\x3b\xe5\x68\xa3\xad\x54\x27\x3c\x13\x57\x9f\x76\xde\x97\x5b\xec\xbf\xc3\xde\x50\xcf\x78\x7f\xec\x8f\xcb\xec\x61\xd5\x85\xfe\xde\xd1\x43\xe4\x90\x87\x4d\x7c\x88\x92\x1e\x62\x48\xd7\xe5\x29\x8e\x44\xa6\xf2\x89\x1e\xb0\x4b\x28\xe1\x8f\x61\x23\x16\x45\x80\x57\x11\xef\x76\x19\x46\xd8\x09\x41\x1e\x16\xd1\xf7\x76\x02\x12\x80\xee\x6a\x77\x81\x8e\x26\xf0\x69\x17\x97\x87\xeb\xdb\x38\x53\xf7\xf3\x1a\xd5\xdf\x5c\xfe\x35\x8a\x90\x3d\x70\x99\x07\x46\xac\x2d\x5e\x82\xdb\x98\x4d\xef\x61\x9f\xf4\x11\x19\xc0\x0c\x81\xa2\x50\x89\x3c\x75\x86\xfb\x5a\x53\x15\x7a\xc6\xa9\xf0\x73\x05\x35\x06\x5c\xee\x88\xd1\xdb\x15\x2b\xc5\xcc\x88\x35\x32\x67\x25\x9f\x33\xf0\x0a\x23\x26\xcb\x6e\x09\x27\x87\x4e\x35\xd1\xc5\x54\x58\xef\xfc\xee\xa2\x32\x8d\x22\xcb\xaa\xe6\xd9\x56\x12\xc0\xcf\xe1\x04\xe2\x7b\xf6\x78\x0b\x7f\xda\x97\x03\xfe\x5b\x63\xd5\xfb\xc6\x62\x6e\x9d\xa9\xb2\x43\x92\x4a\x87\xd0\x96\x6e\x20\x31\x67\x6c\xba\x25\x4c\xcc\x7c\x1a\x89\xb6\x70\xef\x2d\xae\xbf\xb9\xb5\xbb\x88\x9b\x5d\xa3\xe5\x69\x52\xcb\x4f\xcf\xd5\xb3\xed\x51\x3c\x38\x02\xfa\x1b\x09\xb8\x67\xde\x99\x53\x33\xc0\x74\x76\xf0\xe4\x35\x5c\xc1\x2e\x41\xcc\x9b\xf1\x72\x6e\x10\xe2\x06\x1f\x73\x29\xc5\xd8\x87\x00\x46\xa0\x38\x3e\x65\xdc\xf0\x15\x9b\x80\xca\x31\xb4\xd1\x30\x25\xab\x31\x21\x91\x2d\x78\x49\x3e\x91\x94\x55\x32\x5d\x18\x61\xb9\xc8\x20\x66\x11\x13\x3f\x7e\xb8\x7a\xb1\x34\x83\x4d\x1a\xc2\xea\xa7\x74\xb3\xac\x0a\xb0\x35\xba\x80\x0b\x8d\xd8\xfc\x7c\xc6\xfa\xae\x05\x6a\xa7\xe9\xb5\xf1\x74\x19\x72\x01\x2a\x85\x84\x67\xc0\x3e\x92\x46\xc8\x43\x82\x0f\x6d\x96\x74\x44\x20\x4b\xae\x78\x8e\x83\x55\xbd\x7c\x1a\xb0\xfb\x23\xf1\x54\x7d\x8d\x06\xac\xa7\xb1\xc6\xff\xc8\x2b\xf3\x5f\x03\x76\x65\xd8\x40\x22\xab\x8c\xe2\x4c\x4b\xc7\x79\x6c\x37\xf3\x4a\xea\xdc\x95\x86\xd8\xe5\x69\xa6\x1b\x6b\x3f\x5d\x5d\x10\x7f\xa7\x7a\x4e\x42\x6f\x3e\x88\xc3\x16\x8a\x81\x49\xd2\x3f\x77\x8f\xa8\x57\xe9\x3a\x92\xad\x28\x42\x38\x31\xeb\x49\x6c\x7c\x8c\x2f\xb2\x81\x7b\x90\xf0\x9c\x95\x75\x8e\x15\x42\xd0\xb6\x75\x87\xb1\xec\xda\xe6\x96\x38\x4b\xc5\x68\x41\xd1\xbf\x18\x44\x43\xb6\x1a\x60\x59\x95\xc2\xa2\x56\xaf\xe1\xf7\x9f\x75\xf8\xfd\x6b\x68\xf9\x1f\x25\xb4\xfc\x5f\x1b\x8b\x55\xa5\x9d\x90\x57\xa3\x70\xeb\x10\xd8\x65\x09\x85\x62\x45\x9c\xec\x21\xf7\xc3\xac\x18\xca\x9a\xc4\x60\x75\x87\x45\x5a\x55\x69\x07\x5c\xd5\x8f\x86\x7d\x2f\x57\x95\xd6\x51\x39\x76\xd8\x12\x0c\xba\xe0\x15\x87\x07\xec\x1e\xa0\xa1\x91\x29\xe8\x7b\x3b\x42\xac\xbf\xcc\xbe\x6e\x92\xf2\x9e\x3f\x3f\x41\xa5\x07\x4e\x47\x50\x69\x8b\x13\xa8\x8d\xf5\x5b\x77\x25\x92\x72\x98\x27\x14\x4d\x36\xec\x0c\x11\x85\x6d\x83\xc0\xe5\x52\xd6\x99\xe8\xc2\xc2\x5d\xb1\xcb\x8b\xda\x10\xbd\x5b\x37\xc2\xd5\x24\x57\xee\xe7\xcb\x27\x91\xd4\xd5\x66\x3e\x7f\xe7\xfd\x3e\x50\xea\x2b\xcb\xa8\x9a\x26\xc0\xca\xd0\x1f\xc8\x17\xa4\x9c\x8f\x89\x57\x4c\xf3\x4a\x6a\xaa\x5c\xe7\x96\x23\x9e\x0c\xf7\xd1\xe0\x83\xf1\x25\xc6\xe0\x76\x5a\xa7\x53\x8f\x8d\xea\x8a\xc9\x8a\x00\x67\x94\xd2\x82\xaa\xd5\x50\x1a\xae\x54\xc0\xfd\xc1\x9d\x0a\x05\xf2\x4a\x07\x31\x12\x0c\x3f\x80\x4a\xe9\xbe\x9b\x51\x5a\xcc\xcb\x72\xbb\xe3\xa1\x86\xc8\x91\x6c\xfe\x31\x01\x61\x4a\x1b\x36\x37\x33\x83\xce\x85\x9c\x4c\x2b\xdd\x63\x72\x20\x06\xa0\xef\x08\x9e\x4c\x83\x61\x67\x42\x54\x98\xb7\x11\x94\x61\xb4\x07\x16\xc0\xd8\xb0\x63\xc7\x8d\x89\x73\xf6\x1c\x2c\x48\xf3\x9c\x5a\xb7\xab\xc7\x44\x95\x0c\x4e\x7a\x2c\x51\xb3\xa2\x06\xf0\x22\x33\xc7\xd1\x82\xc9\xca\x8a\xfa\xb6\xa0\x33\x6c\x45\x46\x1f\xb6\x02\x18\xd5\xbf\xcb\x53\xc6\x53\x88\x25\xbd\x3f\xc2\xd5\xdd\x1f\x59\xa9\xca\x0c\x28\x7d\xb5\x7a\x36\xe5\x1a\x4f\x16\xad\x96\x33\x5e\x25\x53\x07\x21\x56\x96\x42\x17\x0a\xc3\x52\x0b\x7f\xf3\xef\x44\x39\xfb\x0f\x37\xc4\xb1\x3e\xf1\x9b\x3b\x95\x93\xa9\xdd\x5b\x5e\x62\x06\x6d\x7c\x26\x07\xce\xfa\xff\x05\xd6\x27\xd2\x61\x3c\xbd\xbd\x9c\xdd\xab\x0e\x6d\xa7\xc7\x45\xc8\x51\xee\xbc\xa3\x1b\xb3\xe2\x7d\xc0\xd6\x19\x62\x3f\x13\x15\x33\xef\xcc\xdf\x9b\x4a\xce\x00\x08\x17\xad\x9b\x21\x9e\x54\x43\x1b\xa8\x5c\x21\xdd\x9d\x66\x90\x40\x89\x60\xd4\x0d\xed\x2c\xd4\xcc\x7c\xd5\x08\x8b\x29\x6c\x01\x4c\x41\xd8\x7d\xb0\x05\xc5\x6b\x41\xde\x5b\x95\x12\x22\x11\x0a\x8c\x27\xbd\x80\x3f\xc1\xcb\x57\xa5\xe3\x6a\x55\x09\xd5\x02\x01\xe4\x0a\xbd\xb3\xe2\x51\x26\x95\x8f\x45\xb4\xae\x5e\x5c\xd2\x2f\x84\x35\x51\x0a\xd8\x2a\x08\x21\x2a\x32\xff\x22\xf0\x53\x99\xd4\xf8\x38\x72\x4a\xc1\x0a\xef\xb3\xf9\x9a\x79\xe7\x8d\x7b\x0d\xe3\x01\x91\xd6\x10\x51\x4d\x64\xc1\xbc\x7e\x2c\xad\xea\xfc\xb6\x40\xfb\x96\x55\xe4\xbd\x33\x59\xf7\xbd\xc8\x7b\x9b\x56\x1a\x13\x58\xcd\xe6\x2e\x7c\xd1\x1d\x51\xb9\x70\x81\xe3\xdc\xe8\x04\xe6\x32\x19\xb2\x0e\x04\xc5\xaa\x2c\x59\x08\x66\xc5\x4a\x91\x61\xd0\x39\xdd\xd6\x89\x7c\x14\xb9\xc7\x17\x38\xd6\x27\x27\x81\x4f\xc4\xdc\x02\x0f\xfd\x9c\xa8\x7e\xa6\xc0\xa5\xce\x8e\xed\xc5\x86\x62\x97\xe6\x32\x45\x7f\xcc\x2b\xd9\xf7\x2d\x0c\xa1\xea\x31\xac\xb0\x19\x34\x83\xc8\x56\xac\x4c\xc9\xb5\x8d\x5b\x45\x95\x1c\xa8\xe4\x1c\xd6\xf2\x68\x6d\xeb\x6e\x2d\x48\xf8\x1e\xc4\x82\xfd\xa5\x52\x85\xca\xd4\x64\xf1\xbd\x58\xfc\x35\x20\xa3\x9c\x2a\x5a\x2e\x70\x20\x95\x13\xa1\xc5\xf7\x61\x19\x4a\xb0\x7d\xd2\x7d\xbf\x0b\xb2\x7a\x08\x0e\xf6\x99\x80\x8e\xb9\xdb\xe0\xd4\xe4\x9e\x33\xf7\x26\x86\xa8\x98\x65\xae\xf0\xc0\xf9\xa2\x8c\x1b\xa8\xaa\x6f\xe8\x28\x98\x65\x61\xc1\x9f\x96\xef\x1c\x2f\x8a\x4c\x22\x22\xda\xb1\x3d\x24\x3e\xe1\x32\xd7\xd5\xc9\x7f\xb0\xbc\x36\x4c\xbe\x64\x02\x7c\x73\x94\x0e\xcc\x73\xcd\xee\x8f\xec\x1d\x7c\xa3\xfd\x07\xee\x8f\x5e\x3a\x0c\x2b\xb8\x64\x1b\x65\xba\x83\xbe\x19\x4b\x88\xf5\xba\x07\xbd\x54\xe8\xd9\x1f\xc5\xb3\xbc\xb9\x60\x37\xba\xbc\xb8\x7c\xe1\xdf\x5b\x86\xe9\x32\x8d\x17\x67\xbd\xb2\xe1\xc0\x14\xd1\x0a\x30\xa9\xdd\xed\xa1\x1d\xcd\x90\xe1\x79\x1e\xc0\x1a\x79\x96\x57\xb2\xab\x7a\x92\x57\xb2\x83\x8e\x12\xb5\xfa\x83\x28\x2a\xe1\xed\x7e\xd5\x56\xba\x69\x2b\xab\xf6\xec\x55\x65\x71\x3f\xff\xf1\x54\x96\xe8\xd0\x7f\x3b\xbd\x65\xfb\x69\xbc\x2a\x2f\xff\xc2\xca\x4b\xa7\xb2\x47\x41\x33\x0f\xcd\x61\x83\x16\x2c\xfc\x9b\x0d\xab\x48\x42\xc0\x44\x2b\x08\x76\x60\x7e\xaf\x85\x8f\x5e\x0b\x1f\x1d\xa6\xf0\x91\xca\x45\x7f\xae\xca\xb4\x17\x04\x72\x04\x75\x8c\xa2\xfd\x6a\xa9\x65\x74\xa8\x6a\x43\xed\xe5\xe1\x2c\xbc\x4e\xe4\xbd\xf0\x57\x8d\x9d\x63\x0a\xc2\x5d\x69\x56\xf2\x81\x67\x5a\xf4\xd8\x4f\xf9\x43\xae\xe6\xdb\xa7\x6b\xcc\x55\xf9\x90\x29\x9e\xea\x53\x23\x01\x98\xff\xd7\xcf\xe4\x18\x43\xea\xbf\x30\xff\x0a\xd0\x50\xb7\x5e\x74\x5b\xa1\xa4\xa6\x04\xba\x28\x5c\xe6\xbc\x85\x72\x6c\x2c\xf7\x37\x5f\x51\x57\xdd\xe3\x99\x4a\x38\xa9\xf4\xe2\xfa\xf6\x5c\xe5\x63\x39\x59\x4f\x81\x5d\xb3\x28\xba\xe0\xe2\xfa\x96\x15\xbc\xe4\x33\x61\xd8\x18\xc5\xb2\x29\x4c\x24\x4c\x2d\x45\x50\x64\x5d\x82\xc4\x6e\xd0\x26\x81\x2e\x5c\x5c\xdf\x62\xaa\x49\x07\xe2\x0c\xba\x29\x3a\xc7\x3b\xe7\x8b\x99\xb9\x01\x56\x26\x76\x64\x57\x43\x33\x27\x23\x0b\x0b\x4d\xbe\x3a\x0b\x79\x0b\x79\x2c\xa9\x8f\x5b\x1d\x99\x27\x1b\x7c\x73\xf5\xd4\xd9\x45\x5d\x64\x12\x75\xe4\xb0\x83\xaf\x0b\x30\x53\x8f\x5d\x39\xf7\x01\x6d\x0f\x6a\xcb\xe4\x3a\xb3\x59\x46\xc5\xc8\xcc\x4e\x51\xe7\xc6\x26\x01\x1c\x6e\xea\x45\x71\xd8\x24\x9b\xbf\xd3\x69\x83\x44\x5e\x95\x60\xfa\x69\x6c\x0e\xbb\x31\x5f\x46\xd1\xce\x0d\x08\xf6\x45\x99\x33\x4a\x13\xc4\x4e\xea\x51\x94\xa5\x04\xed\x49\x69\xd2\xa1\xcc\xe1\x71\x67\xcf\x80\x59\xb5\x5c\xad\x75\xfb\xbe\x8d\xc4\xe4\xde\x01\xce\x6b\xaf\x43\xd2\x82\x97\x46\x1b\xda\xea\x94\xb0\x13\x4b\xd5\x0c\xc4\x20\xc3\x51\xa6\x4a\x57\x7d\xb8\xea\x99\x52\x0f\x75\xd1\xe5\x76\xd3\x30\x05\xaf\xa6\x1d\x4f\x2f\xea\xf1\x9b\xdc\xef\x03\xc8\x9b\xcd\xe3\xeb\x46\xf3\xb0\xb1\xa3\x7c\x6d\x8f\xc5\xd1\xbe\x8e\xd4\x6c\x63\x50\x28\x72\x81\x5d\x22\xba\x79\x56\xef\x51\x42\x70\xfb\x3d\xbd\x1a\xae\xd9\x46\x4f\x75\xc3\x12\xb4\x68\x0b\x21\x72\x40\x2f\xf7\xb8\xc8\xea\x92\x67\x27\x0c\x86\x24\xed\x70\xc0\x2e\x8d\xea\x64\x9a\x2e\x6c\x18\xbc\x7e\x7f\x9f\x33\xc6\xae\x86\xef\xd9\x59\x1e\x90\x75\x30\xfb\xe1\x5d\x0d\x33\xab\x6f\x54\x5d\x81\x9c\xc8\x2b\x96\x09\x23\x6c\x19\x12\x46\x1f\xb5\x49\xec\x9b\x0f\x4d\x16\x1b\x8e\x4c\x16\x60\x99\x8b\x66\x74\x7c\x35\x7c\xfc\xda\x68\x9f\x57\xc3\xc7\x6f\x4e\x18\xd7\x5a\x4e\xf2\x68\x7e\x2f\x15\x82\xab\xd2\x4d\x10\xc2\xd8\xa2\x81\x1a\x0c\xd6\xff\xd7\x20\xc5\xcf\x38\x48\x71\x2b\x8c\x60\x73\x9c\xcf\xbc\x96\x83\x73\xdc\x57\x74\xe0\xd7\x10\xce\x57\x74\xe0\x97\x88\xbe\x7b\x06\x40\x60\x95\xde\x08\x9e\x1a\x42\xaf\xbf\xe3\xd5\xda\x7a\x12\x8d\xa6\x71\x21\x9d\xa8\x9c\x11\xea\x98\x4e\xd5\xee\x50\x6b\xc1\x36\xed\x90\xf2\x71\x1e\xb6\xc5\xef\x12\xc2\x81\x37\x72\x91\xf0\x80\x1e\x66\xff\x33\x5c\x3a\xd0\x8f\xbc\xdf\x75\x51\x74\xce\x98\xea\x78\x5f\xe2\xc5\x1c\xc0\x02\x70\x2b\x92\xba\x94\xd5\xe2\x5c\xe5\x95\x78\xda\x20\x23\x34\x1a\xb3\xa9\xca\x52\x30\xb1\xf6\x33\xf3\x5c\x98\xa6\xbf\x87\xc5\x2c\x01\x43\x14\x4b\x5c\xba\x84\x0a\x5b\xa1\xc1\x90\x4c\x05\xf5\x3e\x84\x19\x88\x97\x82\xf1\x4c\x2b\x46\x14\x15\x4a\x6c\xd9\x3e\x03\x1d\x7f\x7c\xc0\xd8\x07\x70\x21\x20\x97\x8e\x12\x36\x9a\x6d\x59\xc5\x1f\x84\x19\x35\x11\x29\xdc\x23\x08\x7f\x18\x37\xba\x2f\x2f\xb0\x53\x26\xd1\x77\xf4\xb4\xd6\x6b\x71\xe0\x00\xe1\x19\x24\x08\xa1\xf7\x80\x67\xe4\xc7\xb5\x8a\xac\x0d\x77\xe0\x59\x16\xe6\x9e\x00\xf4\x12\x08\xb3\xb0\x57\x36\xeb\x16\x4b\x05\x66\x99\x9a\xc3\x75\xfc\x1e\xf3\x20\xa1\x80\x1c\xd4\x05\x44\x07\xe5\xdc\x0c\x31\x95\x05\x0a\x55\xbe\x6e\x0a\x7a\x5c\x5c\x2d\x13\xba\xd0\xef\xef\xf3\xfb\xfc\x1d\xba\x3f\xd5\x1c\xbc\xfc\xdf\x5d\x5d\x38\x7d\x0f\x70\xe4\x6e\x61\xbd\xec\x4b\x6c\xa5\x45\x35\x91\x29\x1b\x49\x90\x1d\xb5\xa8\xd8\x71\x2e\xe6\x98\x16\xe5\x92\x61\xe8\xc5\x84\x95\x15\xc3\x8f\xd3\x90\x27\xec\x2b\x1c\xb3\x10\xe5\x4c\x82\xd3\xd2\x8c\x8b\xd7\xe2\xd3\xcd\x1b\xb2\x3e\x94\xf3\x7e\x39\xef\xf7\xfb\x7d\x33\x57\x28\x7d\xa4\x45\xd5\x8b\xf6\xc0\xf9\xac\x66\x2a\x95\xe4\x4b\xf6\x3b\x61\x2e\xa4\xff\x84\xb6\x21\x08\xad\x55\x9d\x50\x67\x01\x01\x3f\xaf\xbe\xf9\xba\xfd\x2d\x1b\x91\x72\x22\xca\x15\xc6\xe3\x3a\x3f\xeb\x74\x45\xcc\xca\xcd\x66\x57\x0a\x92\x8c\x50\x5c\xa8\xca\x05\x0a\x0c\xde\x78\x49\x2f\xa8\x28\x55\x22\xb4\x1e\xb0\x9f\xb4\x80\xa8\x08\x30\xc7\x5b\x10\x14\x49\xfb\x32\x60\x1f\xf9\x02\xdf\x14\x15\x77\x92\x39\x6b\x5e\x72\xc6\xae\xc6\xf6\x6f\x23\x55\x4d\x9b\x0d\x10\x5a\x74\xe9\x71\xe0\x9e\xa3\xbc\xe4\xdd\x7b\xcb\xe3\xc3\xe3\xd3\xe1\xeb\x43\x43\x38\xaf\x82\x07\xfb\x2c\xdb\x7e\xad\xf2\x1b\xa5\xaa\x4d\x3e\x54\x97\x76\x4a\x21\x6c\xe1\x36\x83\x1b\xce\x9c\x07\xd7\x10\x49\x90\xf7\x4b\xa5\x00\x63\xa7\x44\xb7\x27\x98\xca\x97\x2e\x9f\x85\xa0\x82\xbf\xc8\x19\x9f\x80\x02\x6a\x4f\xa9\x52\x4c\xe4\xba\x2e\x6d\x78\x41\xe5\xf1\x03\xe8\x53\x3f\x5d\x5d\xb0\xb7\xec\xd8\x7c\xeb\x04\xb6\x1f\x50\xab\x2a\xc5\x74\xc5\xcb\xe6\x1c\xe5\xd8\x0e\x41\xb5\xc0\x20\xaa\xab\xc4\x2a\x37\x3d\x96\x2b\xa6\xeb\x64\x6a\xe7\x14\x56\xfb\x2a\x44\x69\xb6\x1a\x80\xec\x3f\xbf\x7b\xd2\xb9\x40\x4f\xf3\xdc\x7f\xd2\xcb\xd8\x9e\x2d\xaf\xed\xa7\x1d\x5e\x1b\x55\x10\x02\x3a\x6d\x2e\x41\xbc\x22\x3c\x69\x2b\x79\x36\x13\x34\x3f\xc7\x3d\x7e\x89\xb7\xa8\xc5\x0f\x32\xaf\x9f\x56\x40\xbe\x75\xc7\xb2\xb8\x8c\x86\x59\xa7\x09\x98\xd3\xa5\xe6\xb0\x2e\x58\xb9\x22\x73\x28\xa0\x2b\x2c\xb1\x59\xfb\x74\xec\xe6\xf5\x1a\x37\xc0\xbe\x5d\x78\x3a\xd6\xd6\xc4\x38\x2b\x79\x9e\xaa\xd9\xd2\xd7\x5c\xb8\x8f\xdf\x56\xf6\xbb\x39\xff\xf6\x53\x0c\x04\x17\xe0\x67\xdd\x2d\xd7\x20\xe6\xe8\x70\xef\xcd\x6c\xc7\xb2\x84\xd0\x1d\x78\x59\xf0\x0a\x65\xde\xd8\xb3\xde\xb2\x2f\x29\x38\x93\x37\x66\x21\x72\xc6\xcb\x85\x61\x9c\xb8\x75\xd1\x09\xe6\xca\x7e\xda\x59\xc3\x53\x32\x85\x1b\x8e\xbf\xea\xc6\xaf\x30\x5b\xac\x7b\x08\xeb\x9e\xc2\x2e\xbe\x81\x85\x4e\xaa\x6c\xa3\x53\x17\x5b\x81\x14\x1e\x98\xed\x5c\x28\x67\xca\x68\x1c\x04\x2b\x89\x4a\xe5\x0d\x21\x2a\xcb\xc8\x53\x75\xee\x73\xd6\x6d\xfb\x63\x5b\x1a\xb7\x79\xfd\x4f\xd8\x4c\x4e\xa6\x95\x63\x47\x19\xaf\xf3\x64\x7a\x60\x47\x0b\xae\x6b\xaf\x0d\x9c\xcb\x3c\x55\x73\xbd\x2f\xc9\xf9\x05\x87\x69\x3c\xa2\xae\x14\x88\x7a\xbb\x6a\x36\x4e\xeb\xd9\x96\x0a\x29\xe7\x05\x03\xd3\x35\x8f\x9e\x40\xf3\x85\xdb\xab\x6e\xce\x7c\xf0\xe2\x1c\xfb\xa0\x46\xeb\x4d\x15\x84\xb0\x05\x9a\xef\x1a\xb5\x2d\xba\x7a\x63\x78\x52\xc9\x47\x71\x21\x78\x9a\xc9\x5c\xdc\x0a\xa3\x5f\x6f\x7a\x77\x78\xfe\x3c\x63\x69\x5d\x72\x6b\x12\xd0\xd8\xd5\x45\x92\xcd\xf8\x02\xd1\x1c\x21\x6f\x82\xf0\xc0\x20\x28\x32\x4c\xa6\x80\x02\xab\x77\x12\xd0\xa6\xc6\x8a\x42\x1a\x29\x74\x0d\x39\x0d\xf4\xcf\x16\x36\x72\x6d\xc6\xcb\x07\x23\xed\x99\x07\x48\x60\x38\x0f\xd0\x4e\x6b\x95\x48\xd0\xb6\xc2\xdb\x84\x18\x43\x33\x07\x57\x51\x28\x2d\xe1\xdb\x44\xa5\x0e\xce\xeb\xf9\xbe\xb8\x9b\x9d\xd0\x36\xcd\xad\x8e\x9f\x08\x5a\x63\x82\x28\xc6\x00\x7b\x73\xc5\x4c\xeb\x4a\x01\x9c\x07\xd5\x82\x39\x4b\x12\xf3\xaf\x3b\xf5\x20\x36\x3a\x32\xd6\x74\x0d\x50\x6c\xe6\x53\x01\x85\x44\xb9\x03\x5b\xe7\xd8\x90\x55\xd0\xd2\xc7\xfb\xc3\x5c\x78\x45\x88\x95\xb6\xb8\xd4\x0e\xe2\xaf\x3f\xfb\x8e\x4e\x81\xc0\xce\x80\xd0\x65\x14\xb3\xe8\x18\xc5\xb9\x6f\x90\xa0\x51\x9a\x62\xed\xb2\x85\x67\xa8\x90\x22\x44\xee\xfc\x3b\x08\x97\x74\x57\xce\xba\xdd\x54\x1e\xa9\x2c\x86\x8a\x0d\x61\xfc\x25\x4b\xf7\x61\x99\x89\x9b\xff\xb3\x94\x15\x06\x67\xee\xa6\x1e\x1d\xcb\x0a\xa7\xb9\x5e\x8a\xc5\xd9\x6e\xad\x51\x40\x4f\x87\x84\xff\xf5\x71\x3c\x03\x36\xf4\x3f\x7a\x36\x00\xc7\xdb\x08\x0b\xb1\x69\x61\x2e\x92\xc0\x0c\x99\xc0\x3c\x2c\x89\xc4\xaa\x0c\x2a\x0f\xc3\x33\x56\x6d\x43\x27\x10\xda\x5b\x51\xe1\xcc\xa1\x71\x2c\xdd\x84\x5a\xda\xfd\xd1\x39\xba\x79\x3f\x18\x79\xf3\xfe\xc8\x82\xcf\x92\xdd\x8f\x97\x82\xbd\x09\x5b\xfc\x22\xab\xe9\xdf\x94\xae\xae\x45\xf5\xa6\x17\xff\xc9\xfc\x9b\x86\x7e\x63\xee\xfc\x9b\x6b\x95\x8b\x37\x83\xe6\x06\xba\xe8\x15\x1f\x36\xb5\x2a\x8c\x86\x26\xef\xb2\x5c\xe0\x0f\x41\x04\xc6\x9d\x62\x53\xfe\x88\x47\x64\xa5\x00\xc3\xcf\x39\xa0\x0c\x42\xeb\x29\xce\x75\xae\xca\x87\x1e\x5b\xa8\x1a\x3b\x54\x8a\x8e\x6c\x11\x6e\x92\x78\x72\xa0\x42\x95\x5a\xbd\xec\x1d\xe2\x0e\x44\xce\x47\x99\x20\x7a\xf8\x83\xcc\x1f\x36\x11\xa0\xcb\xa5\x0e\x2d\x94\x33\x0c\x1a\xc0\x68\x4e\xa2\xa4\x3a\x20\x9e\x32\xff\x07\x6e\x1e\xa0\x09\x22\x23\x10\xf9\xa3\x2c\x55\x0e\x50\xf8\x8f\xbc\x94\xe6\x5b\xba\x17\x67\x44\xe9\x45\x5e\xf1\x27\x88\xac\xc1\xd2\x18\x99\x99\xc5\x80\x59\xf6\xfe\x3e\xba\x46\x55\x59\xef\x64\x90\x10\xc5\x54\xcc\x44\xc9\xb3\xf3\x6d\x49\xb3\xeb\x19\x12\x69\x52\x93\x5c\x68\x33\xbb\x6c\x6b\x45\xc2\x07\x35\x86\xc2\x28\x12\x6b\x01\x18\xd1\xc4\xec\x12\x1a\x7e\xc0\x84\xd1\x07\x92\x02\xcf\x96\x27\x74\xc5\xea\x64\xca\xb8\x66\xa9\x18\xd5\x93\x09\xa4\x5b\x41\x50\x11\xa8\x18\x89\xa3\xd8\x9e\x28\x00\x58\x21\x98\x7b\x21\x07\xc5\x7c\x06\x5d\xeb\x32\x6c\x0f\xe6\x58\xca\x01\x00\x6a\x6f\x8f\x02\xb2\xdf\x00\xda\xf0\x2a\x67\xaa\x4c\x31\x4d\x88\xa7\x29\xcc\x7d\x79\x85\xa8\xc1\x45\xab\xea\x11\xee\xb5\x15\x05\x5c\xaf\x60\x5b\x74\x3d\x72\x18\x61\x11\xb0\xb6\x66\x3c\x2b\xa6\x9c\xbc\x18\x84\xaa\xa6\xf2\x6c\xc1\xa6\x0a\xb2\x32\xa0\xde\x37\x39\x77\x41\x5b\xc6\xfb\x0e\xdf\xbb\x5c\x3e\xe1\x15\x90\x8c\xfb\xf2\xb2\xe5\x2f\x7d\xf6\x4c\xcd\x50\xa7\xb3\x4c\x72\xbd\x31\xd0\xed\x6f\xbe\x25\x85\xd2\x28\x2b\x67\x5b\xcd\x16\x60\xb3\xe0\x78\xae\x86\x74\x0e\x96\xb0\xc6\x44\xc0\x5f\x03\xec\x32\x96\x99\x60\x32\x10\x1a\x3d\x86\x26\x9c\x32\x98\x46\x81\x85\xe4\x0a\xcb\x64\x10\x45\xa5\x0c\xd8\x83\x9e\xa2\x5b\xe8\xb3\x1c\x9e\x2c\x0e\x79\x74\x57\xc3\xf3\x4d\x71\xef\xf4\xea\x4c\xeb\x37\x9a\xc9\x22\x09\x8b\xfa\x2f\xd1\x52\xf3\x72\xb7\xab\xbe\xde\x98\x11\x1d\x4c\x87\xcb\xc4\x72\x6c\x6a\xd3\xe9\x84\xae\x9c\x15\xc4\x52\xcf\xc6\xec\xa9\x47\xb8\x82\x2b\x0a\x46\xc2\xcb\x48\x4e\x2e\xab\x73\x94\x55\xe3\x1a\x82\xa1\xc5\xa5\xee\xf8\xdb\x76\xa8\xd5\x0f\x37\x02\xf6\x35\x56\x54\xc8\xf4\x79\xcf\xa3\x43\x38\x63\x2c\x6d\xda\x4e\xd6\xc8\x3e\x54\xa9\xd9\x64\xa8\x45\xd3\xa6\xd3\xb9\xf6\x76\x8f\x35\x7a\x39\x39\xe9\xc9\x7d\x9b\x9a\x0c\x02\xdd\x0e\xa2\x0b\x18\xed\x87\x75\x96\xdd\x8a\xa4\x14\xd5\x26\x3a\x75\xd5\x68\xbe\x8a\x58\xb9\xa0\x05\x10\x1f\xb4\x6d\x4c\x89\xd7\x66\x41\xee\x5c\xc8\x99\x00\x77\xb3\xa8\x33\xca\xe3\x74\x39\xd0\x30\x41\x32\xe2\xd9\xec\x39\xb2\x7d\xa0\x81\x27\xda\x36\x08\xef\xc5\x8f\x39\x37\x0f\xd7\x54\x71\xc6\x88\x58\x8f\x32\xad\x79\x06\x1f\x32\x22\xd6\xcc\x5a\x75\x91\xf5\x93\x1c\x3d\xa3\x39\x0d\xd8\x07\x55\x32\xc2\x61\xee\xd9\xe9\x03\x38\x80\x1a\xb3\x14\x04\xa7\x1e\x12\x51\x94\xa2\x48\xe0\x45\x30\x4c\x9a\x87\x91\xb1\x89\x91\x6e\x9d\x74\xe1\xd9\xf7\x29\xee\xc3\x17\x24\xd7\xca\x7c\xd2\x87\x5f\xcc\x42\xe8\x4b\x7d\x95\xf7\x79\x7f\x29\xb0\x72\x5f\x8a\x0d\x45\x70\x9a\x55\x24\x3f\x77\xce\x6b\x16\xb4\xb5\xcc\x89\xa2\x60\x26\xff\xc9\xc3\x7c\xbb\xd5\xd6\x81\xab\x5c\x56\x61\x2b\x73\xd2\x98\xa9\x89\x06\x43\x94\xe5\x8a\x52\x22\x1a\x76\x34\x1e\xc0\xa1\x56\xbc\xac\xc8\x4e\x69\x6e\xbc\x8c\xc6\x03\x2b\x97\xf6\xb9\xa8\x12\x4b\xaa\xc8\x54\x10\x1a\x2a\xa8\x3a\x81\x29\x2c\xa8\x02\xc9\x93\x44\x95\x36\x03\x13\xe3\xeb\xe0\x63\x4e\xb3\x9a\xe2\x03\x84\x0b\xcf\xf3\xe6\x97\x41\x14\x28\x67\x91\xd0\x69\xe9\x7a\x0d\xa9\x5e\x8c\xcf\x8c\x0e\xb6\x64\xbf\x6d\xec\x88\xcd\x3c\x85\xa9\xfe\x60\xd3\x85\xac\xa4\xdd\x63\x2e\xec\x09\xb3\xff\x74\x8f\xfd\x60\xd4\xc7\xf0\x07\x55\xa2\x9d\xb0\x2e\xe8\x27\x9c\xbd\x15\x65\x6f\xc2\x3c\x5b\x0c\x92\x6d\x2c\x06\x72\xa5\x39\x1a\xa7\x0c\xe5\x24\x2b\x14\x65\xd7\x06\x46\xb3\xd1\x82\x8d\xa9\xb6\x69\x98\x6f\x4d\xdc\xf3\x14\xcb\xd7\x38\xd7\x96\x0f\x87\x5c\x14\x14\x49\x0b\x15\xae\xb0\x1c\x23\x24\x67\xa3\x7e\xe5\x62\x4f\x10\x21\xa2\x74\xb9\xe2\xca\xe6\x8a\xc7\x3b\xad\x07\xec\x07\x39\xb3\xa1\x1f\x81\xb1\x5c\x36\x36\x17\xcc\x48\x5a\xce\x64\xc6\xcd\x65\xd1\x53\x48\xeb\x6a\x1e\x41\x37\xbb\x55\x4b\xc8\xe5\x7e\xf9\x61\x66\xb2\xfd\x80\x7c\xfd\xab\xda\xb5\x72\x95\x8a\x2e\x35\x1a\xa8\x19\x9a\xf3\xe9\xca\x45\x68\x11\x0e\x5c\x08\xb2\xcf\xb9\xf7\xab\xb8\x24\x74\x8c\x42\x32\x32\x3c\xe0\xc2\xf4\x42\x54\x05\x51\xda\x0a\x60\xf6\x07\xdd\x18\xb1\xb2\x75\x99\x7a\x8c\x6b\x5d\xcf\x1c\xf8\xb6\xb9\xf4\x44\x42\x3c\x0c\x83\x7d\x72\x3b\x48\x1c\xe6\x1b\xab\xb0\x80\xba\xd5\x0d\xef\x9a\x4c\xd3\xb2\xc7\x1e\x03\x06\xe1\xa0\xe8\x5f\x84\xd0\x40\x24\xae\x2a\x6b\x11\x9a\xd4\x40\x4c\x94\x95\xc7\x7c\x19\xb0\xdb\x96\x9e\x60\x5f\xa1\x16\x90\xdc\x3a\x12\x41\x92\x36\x8d\xd3\x00\x12\xf0\xdb\xbe\x8b\x6c\xe0\x2d\x8c\xa7\x98\x5f\x61\xb8\x3f\x94\x28\x3c\xdd\xbe\xb8\xb8\x7a\x14\xe5\x54\xf0\xa5\x98\xf1\xcf\xaf\x96\xfb\x27\x9a\x69\x58\x32\xa1\x0a\x78\x02\xb3\x4b\x09\x1d\x43\x18\x3e\x47\xe8\x3d\xdc\x15\x8e\xe5\x64\xb0\xbc\x41\x17\x2f\x16\x2b\x09\xcd\x23\xce\x79\x5e\x57\xaa\x70\x20\xa6\xbc\x82\x3a\x6e\x18\xa7\x07\xa1\x11\xe4\x34\x0e\xc7\x09\x9a\x24\x0e\x2f\xdc\xe1\x45\x6c\x6c\x69\xee\x28\x5a\x5a\xd2\x9e\x5f\x12\x5c\x35\x6b\x82\x42\xe7\xa6\x51\x22\x30\xda\xd0\xc5\xd1\x23\x93\xdc\xfc\x09\x58\x1d\x65\x7f\xb4\x0c\x43\xd7\x1b\x8d\xaa\xd3\x70\x63\xb3\x52\xf0\x74\xc1\x20\xca\xee\x6a\x1c\x7f\x09\x25\x15\xb8\x9c\x24\x9a\x38\x13\x2f\x89\xd0\x24\xc0\xf7\x98\x3b\xca\x86\x7e\xe3\x5d\xb0\x56\xc1\xb1\xc2\x77\x84\x2f\x11\x7e\xb6\xc7\x20\xbd\x7e\x2e\xb5\x30\x34\x8b\x56\x06\x05\x48\x30\x28\x0c\x58\x34\x05\x65\x72\xcd\xfe\x29\x4a\xb5\x29\x3c\x5e\xe4\x53\x9e\x27\x48\xea\x4e\x1f\x44\xa1\x21\x26\x1e\x1e\xd8\x97\x6f\xdf\xfd\xaf\xb7\x5f\x7e\xf9\x0d\x3c\x39\xbb\x2f\x83\x59\xba\xce\xb4\x06\x12\x4a\x50\xe4\xe7\xf1\xdd\xe0\xdd\x37\xbd\x6d\x4d\x6e\x43\x95\xba\x6d\x5b\x5f\xfd\x64\xdd\x73\x2f\x4a\x61\xd8\x84\x54\x79\x27\x87\xc3\xb0\xd1\xdc\x26\x97\x0f\xbd\x03\xc2\x8e\x88\x26\x49\x0a\xb0\xc8\xd4\xdc\xca\xc0\xb2\x5a\x0c\xd8\xa7\x1c\x74\xa7\x6b\xf1\x68\x54\x27\x1a\xf5\x07\xd3\x68\xe8\xda\x84\x96\xe7\xb6\x16\x41\x80\xe7\xc1\xec\x98\xd7\x2a\x1f\xba\xf9\xbb\x0f\xed\x5e\x5c\xc6\xae\xb8\x43\x24\x9e\x6d\x4a\x3a\x3c\xfb\x99\x97\x52\xd5\xda\x7a\xc2\x13\x35\x2b\x54\x0e\x44\xce\x15\x37\xc4\x15\x03\x5b\x42\xb9\xd3\x0f\x12\xa2\x32\x03\x82\x8b\x5b\xcc\x99\x23\x00\xe7\xed\x34\x46\x02\x96\xd0\xa3\xfd\x54\x49\xb9\x3b\x14\xb8\x11\x7c\x19\xa9\x4b\x2b\x41\xb1\x24\x52\x87\x13\x85\x61\xec\x3c\x5c\xd9\x2a\x1c\x05\xc4\xec\xd2\x3f\xf8\x9e\x17\xbe\xcb\x68\x65\xeb\xbc\xf5\x5f\x7d\xb9\x83\xb7\xbe\x68\x4e\x68\x33\xdc\x50\x60\x6c\x90\x41\xe0\xac\xb5\xd6\xf8\x6b\x7e\x7f\x44\xf6\x19\x43\x2b\xfa\x49\x29\xc1\xbd\x7d\x7f\x04\xd7\xd2\xfd\x91\x52\x30\xa3\xbf\x1b\x6d\x65\xae\x5c\xc4\xfc\x83\x58\xcc\x55\xe9\x40\xa4\xec\x57\x23\x0d\x85\x3e\x8b\xf9\xe5\xe4\x5b\x83\xc8\xd6\x92\x14\xcd\x96\xc6\x8b\x01\x3b\xcb\x17\x48\x32\x51\x15\xb4\xd2\x8f\x25\xb8\xa3\x45\xe8\xd3\x88\x4e\xcf\x66\x7f\xd1\xd7\x8c\x04\x03\xe7\xb9\xd2\x92\xe5\xaf\xa7\xa5\xf3\x36\x56\x5b\x95\x40\x88\x09\x38\xab\xa4\xca\xcc\xf6\xcf\xbb\xe1\x95\xf8\x4c\x9a\x8d\xe6\xac\xe8\x48\x39\x70\x0c\xab\x91\x4e\xd0\x19\x47\xf3\x15\xe6\x72\x72\x6b\x43\x35\x4b\x72\x2d\x07\xec\xcc\x2a\xe8\xc8\x14\xc1\x1f\x64\x06\x83\x9a\x9f\xb1\x7d\x00\x5b\x9c\x5d\x5f\x58\xdd\x99\x30\x33\xe2\x50\x23\x94\x66\xe2\x99\x00\x13\x26\xf0\x12\xf1\x6b\xcd\x33\xf4\xef\xde\x95\xb5\xb8\x3f\xda\x8d\x8f\xa1\xc1\xf7\xf4\xed\xdb\xb7\x7f\x06\x36\x06\x93\xfb\x1f\x5f\x7e\xfb\x3f\xbe\xfc\xf6\x39\xd2\x19\xe3\x7c\xa8\x8e\x9a\xdb\x8a\x43\x0e\xcc\x19\x1b\xf3\xc9\x31\x6c\x3c\x70\x95\x37\x72\x4c\x82\xa4\x68\x20\x9b\xc4\xa3\xce\xb2\x39\x5f\xe8\x1e\xfb\x94\x7f\xc0\x8a\x43\x3d\x64\x5b\x91\x41\x1b\x1b\x1d\x14\x4d\xe5\xf4\x0b\x5a\x5e\x1f\xa7\xbc\xc3\x1b\x08\xc4\xa2\x0e\x84\xed\xa6\xd1\x3c\x4a\xfd\x8a\x24\x3b\x7a\xf7\xd2\x07\x74\xd1\x0d\xc3\x50\xd3\x1e\x51\x29\xef\x9e\xae\xc9\xf4\x8a\x61\xe6\xd6\xf1\x80\x84\x22\x1e\xda\x09\xef\x21\x4e\x9e\x21\x2b\x29\x4b\x50\xbc\x6b\x03\x65\x2b\xeb\x3c\x0e\xfb\x0f\x54\xdf\xfb\xa3\x4c\x4c\x78\xb2\xb8\x3f\x8a\xbf\x14\xba\x2b\xec\x8c\xd1\x8c\x2d\xa9\xec\x10\x7e\x91\x0a\xdc\xe5\x04\xb3\xea\xef\xb7\xab\x34\x8c\x93\xb4\xa4\xcc\x06\x49\xa3\x11\xae\xbd\x3a\x7c\x37\xd9\x92\x46\xea\xc3\x34\x9c\x4c\xb9\x54\xf3\xae\x5d\xa0\xfc\x7a\x17\x18\x25\x6b\x25\xd8\x9a\x0d\x46\x87\x62\xe8\xba\xd4\x60\x1f\x21\x69\xcb\x11\x35\xf7\x85\x75\x5c\xa2\x7d\x10\xbb\xbf\x7e\x88\x1d\x16\xb8\x32\xd1\x6f\x6b\x2a\xd6\xcc\x19\x5c\x1b\x6a\x74\xf8\x94\xc1\xf6\x00\x0d\xb8\xa2\x03\xc6\x6e\x05\xe1\x3d\x85\x11\xa1\x50\x14\x9a\x36\xd1\x27\xfc\x81\x15\x13\xc5\xb9\x55\x7b\x16\xc6\xf7\x6d\xb8\x15\x17\xae\x76\x74\x1c\x16\x68\xe3\x53\xcd\x5f\x29\xcc\x22\x93\x1c\xcd\x22\x71\x4b\x14\x09\xfd\x38\xef\xc1\x3f\xa9\x97\xda\x30\x99\xeb\xca\xe8\x5a\xbb\xdc\x82\xe6\x60\x1b\xc3\xac\x96\xbf\xee\x29\x93\x95\xb5\x1b\x2b\x26\x7f\xd6\x12\xd5\xeb\xc6\x22\x2a\xae\x1f\xbc\x71\x47\xf4\x09\x5a\x0b\xef\x41\xf0\x3b\xad\xa5\x4f\xf6\xec\x15\x06\x9f\xb5\xbb\x31\xe5\xa5\x18\x62\x06\xc2\xb5\xf5\xc6\x6d\xda\x90\x29\x18\xa5\x99\x96\xf9\x24\x13\x2e\x7f\xc1\x3b\xf3\x46\xa2\x9a\x0b\x12\x7f\x9a\x89\x44\x61\x36\x27\x81\x4b\x22\x59\x33\xb4\x3b\xe2\xc7\x64\x72\x01\xe5\x4c\xb1\x47\x29\xe6\x68\x46\x90\x93\x9c\x67\xf6\xab\x82\xf4\x13\x94\x61\xe3\xaf\x38\x37\xa3\x8b\xc5\x59\x4e\xba\x58\x4a\xb8\x88\x38\x8b\x03\x2c\x19\x5e\x5d\xb0\x77\x03\xf6\x37\x74\x40\xc3\x58\xb7\x6d\x3b\xe7\x42\x7d\x54\x35\x25\x4b\xc6\xa1\x5d\xce\xba\x1e\x21\xf8\xd1\xd6\x24\x7a\x5c\x67\xd9\x82\x19\xa9\x11\xc9\xf1\x50\xa5\xcb\xbe\xe5\xfb\xa3\xbf\xd8\xdf\xfe\x3a\xf8\x8b\xfb\xd8\x5f\x07\x7f\x31\xc4\xd9\x9d\xf1\x5f\x07\xfa\x31\x19\xfc\x85\x94\x17\x82\x63\xfa\x2b\x94\xed\x5b\x4f\xd9\x9d\x27\x88\x53\x27\xf8\x3a\x07\xd0\xea\x1d\x5e\x73\x25\xca\x99\xcc\xc1\xfc\xf9\x5d\xc9\x13\x31\x14\xa5\x04\xf2\x7c\xa8\x28\xf6\x5c\x08\x44\x68\xb6\x5f\x12\x6c\x62\x3e\x04\x9b\x89\x09\x6d\xa0\xc9\x18\x35\x49\xa3\xe0\x9e\x62\x3d\x7e\xb2\x9f\x35\x43\xd0\x73\x95\xf7\x73\x31\xe1\x51\x10\x3a\x68\xc1\x68\xeb\x42\x4d\xc8\x29\x96\x34\x98\x9c\xcd\x44\x6a\x68\xa7\xf9\xa8\x8d\xc8\xc0\x0e\x46\x59\x92\x59\x2f\x12\x43\x60\x8a\xac\x80\xcd\x88\x43\x33\x2c\xe1\x84\x2f\x46\xcd\x88\xa8\xb5\x6d\x06\x1f\x57\x4e\x11\xb7\xcf\xce\x9a\x51\xbd\xd0\x0c\xba\x0d\x64\xad\x73\x16\x9c\x8b\x7d\xb1\xf6\x01\x62\x12\x19\xe1\xca\x06\x03\x9a\xde\x63\x55\x26\x72\x94\x2d\xd8\x94\x67\x95\x2f\x2f\x0c\x01\xfe\x38\xcc\x80\xdd\x8a\x2a\x5c\x7e\xa6\xf2\x09\x4c\x8e\x53\x12\xe3\x53\x81\x66\xc6\xc4\xbc\xa1\xba\xc0\xef\x19\x56\xb3\x50\xf5\x8a\x3c\xc6\xaf\xde\xda\xa5\x1e\x3c\x1d\xa0\x52\x99\xc0\x0d\xdd\x4e\x0f\xf5\x06\x85\x60\x84\x03\xc7\x61\xdd\xb9\x91\x0f\x02\xf4\x7f\x5b\x18\xdd\xf1\x3c\x48\x3b\xd8\x60\xf7\x5a\xd5\x2f\xa8\xf5\x3a\x55\xf3\x10\xed\x1d\x6c\x8a\xaa\x9e\x4c\xd1\x2f\x06\x1d\x19\x4f\x4a\x05\xd5\xcc\x71\x38\x8b\x0d\x37\x60\xb7\x31\xfc\x7a\x0c\xba\x0e\x6c\x68\xce\x17\x16\x71\x7f\x24\x53\xa1\x99\x4f\xfb\xb2\x93\xd9\xc1\xbe\x48\x54\x31\x32\x30\xe2\xe3\xba\x7c\x14\xf9\x50\xa5\x1a\x97\xec\x4c\x8b\xec\x2c\xcb\xd8\xca\x6d\x84\x97\x71\x76\x7d\x71\xf0\xcc\x80\x55\x07\xb0\xbf\x43\x35\x93\xba\xea\xcf\x78\xd1\x7f\x10\x0b\x1d\xe1\x77\x44\x37\xe6\x7b\xb1\x68\x26\x11\x1a\xc2\xf0\x53\x4e\x98\xcf\x66\xe3\xc2\xc9\xfc\xd7\x86\x2f\xda\xe9\xcd\xf8\xe6\x18\xc0\xc8\xdb\xbb\x6a\x42\x7b\x38\x7d\xa9\x76\x72\xc7\xb0\x13\x6a\xed\xcb\xac\x42\xb0\x30\xd6\xf8\x1e\x2d\x36\x87\xa1\xec\x58\xeb\xd9\x4e\xf2\xa0\xd7\x8a\x8a\xa9\x7f\x3e\x5e\xf9\x5e\x29\xcc\xee\x7d\x6f\xee\xa2\x3f\xab\x7f\x6b\xcc\x6d\x35\xde\x8c\x8d\x20\xfa\xb7\xc6\x2d\xdc\x25\xa1\x6f\x63\xf1\x74\xdb\x26\x74\x6c\x2e\x67\x01\xc4\x20\xc6\x16\x1d\x05\x7f\x98\xf1\x05\x33\x0f\x39\x83\x56\x3c\xa9\x6a\x9e\x61\xf1\x72\x6c\x8b\x86\xe7\x1e\x13\x64\x5f\xce\x16\x51\xc9\x02\xb8\x82\x18\x35\x6c\x19\xbb\x8d\x1f\x31\x5b\x91\x78\xf0\x85\x52\x65\xac\xc8\x78\xde\xa5\xde\x74\x80\x0c\xbc\x01\x80\xc8\xd6\x87\xa7\x8c\x31\x37\xf1\x5d\xee\xf9\xce\x80\xc5\x07\xb0\x74\x7a\x6c\xf7\xe7\x78\x09\x0d\x44\xe4\xbd\x48\x95\xbb\xe2\x78\x81\x36\x12\xad\x3b\x82\xfc\x87\xea\x16\x2a\x27\xe0\x08\x23\x47\xc6\x09\x6e\x18\x00\x95\xcb\x31\x88\xc1\x21\x92\xa5\x0e\x62\x91\xc0\xa7\x5c\x57\x45\x0d\x84\xf0\xff\x60\x44\xa5\x91\x53\x8d\x1c\xf7\x7f\x0e\x7f\xe4\x3c\x0f\x94\x69\x5b\x07\xf4\x79\x22\x93\x6e\x1b\x45\x46\x77\x10\xae\x96\xb3\x67\x3a\x1e\x12\x11\x03\x0c\xee\x5b\xb4\xe7\xd2\xe0\x53\x37\xda\xd8\x52\x56\x4d\x37\xa1\xa7\x08\x2b\xba\xfe\xf6\xe9\x21\x87\xdc\x78\x0c\xfe\xdf\x24\xb3\x7b\xac\x53\x32\x74\x40\xb5\xfb\x4a\x91\x54\x19\xc4\x6d\x5a\x5b\x82\xad\xdb\x24\x51\x4f\x5e\x08\x6f\xd4\xdc\xc5\x9c\x15\x05\xb9\xee\xff\x7e\x1b\x71\x93\x4b\x8f\xf8\xce\x16\x9c\xc1\x8a\xc0\x4c\xd7\x89\x51\xa7\xc6\x75\xd6\xec\x0a\x22\x37\xde\x2d\x70\x77\xfd\x67\x80\x14\x34\x8b\x6a\x0a\x53\x08\x6c\x6b\x5f\xed\xd2\xc3\x11\xcb\xe9\x5f\x9a\x16\x74\x2b\x0f\x71\xc6\xa6\xf5\x8c\xe7\xac\x7b\x81\x88\xf9\x74\x11\xde\x54\x57\x00\xcf\x57\xe0\xd8\x21\xc0\x0f\x8d\x25\xe9\x75\xb7\xd8\xc7\xa5\xf6\xd6\x24\x08\x64\x66\xee\x0c\x85\xe8\x47\x86\x18\x0d\x4d\x46\x3f\xd4\x09\xbd\x37\xca\x95\xc0\x0a\xd2\xf4\x5c\xb4\x5d\x09\xe0\x1d\xdc\xe8\x7d\x5c\x33\x1f\xff\xc2\x1e\x65\x52\xc9\x99\x86\x5b\x29\x31\xd2\x49\x96\xce\xd4\x13\xd9\x33\xd0\x5e\x12\x2b\x86\x0e\xbe\x6a\x52\xf3\x92\xe7\x95\x10\x1e\x4b\x2b\xf4\x6a\x34\xe2\xfe\xa4\xad\xb3\xe3\x55\x55\x23\xbd\xa5\x22\x01\x94\x77\x65\xc4\xab\xc4\x25\xf5\x31\x91\x69\x81\xb5\xe9\xe4\xd8\xba\xed\xa1\xe2\xce\x48\x24\x6a\x26\x18\x7f\xe4\x32\x83\x33\xd7\x4a\x01\xe2\x4e\x3c\x2e\x40\xef\xf8\xc1\x27\xb4\x50\x5f\xfd\x30\x9a\x15\xfa\xfe\x28\x0a\xc3\x39\xef\x21\x86\x91\x6a\x82\x59\x78\x3b\xb4\x0f\xf9\xdd\x1c\xb0\x33\x0c\x61\xd5\x75\x06\xa9\x42\x6e\x9f\x28\x2f\x33\x95\x63\xc8\x22\xa8\xd0\x6e\x63\x73\x39\x6c\xa0\x6c\x60\x1e\xc2\x2b\xb9\x0f\x85\x2c\xa6\x5c\x6f\x2c\x95\x61\x3e\x35\xa5\x9c\x0e\xc8\xcb\xa7\xe0\x50\x89\x59\x1f\x66\x13\xac\xbb\xa6\x9e\x01\xe0\x8e\x1a\x53\x99\x40\x9b\xc2\x83\x2f\x47\x56\x9a\x39\x1a\x83\xf4\x32\x70\xf0\xc3\xe3\xee\x59\xd7\xbe\x36\xe2\x7c\x9e\xba\x07\x8a\x20\x90\xde\x54\x1d\xe4\xaa\x04\x5e\x20\xe4\xeb\x30\x92\x8b\x2c\xc0\x3a\x6e\xf8\xaa\x03\x0d\x81\x30\x21\xa0\x87\xc5\x25\x00\x33\x9b\x39\xf8\x42\x69\x2d\xcd\x5d\xc1\x85\xa3\x53\x08\xf0\x0f\x87\x02\x22\xeb\xde\x23\x16\xa1\x4a\x81\x4f\x8c\xc0\xa2\x9f\x18\xc2\xea\x11\x13\x03\xb7\xa3\xd5\x2a\xcc\xe3\x6b\x29\x2e\x17\xf0\x14\x4c\xe6\x31\x63\xe2\xf3\xb4\x89\xb3\x3e\x29\x91\x80\xce\x29\xa8\x12\x71\x41\x28\x5d\xc2\xbd\x1f\xae\xd9\x5c\x00\xee\x07\x36\xd3\x85\xb9\x4e\xa9\x9a\xe7\x86\xe2\x83\x65\x12\x3f\x04\x48\x97\x40\x1c\x6c\x8e\x38\xf2\xe6\x04\xfc\xd3\x80\x8b\xc9\xcd\x4f\xe6\xb8\x6e\xd0\xa8\xd9\xb2\xf2\x91\xaa\x73\x84\xab\xb1\x01\xd2\x79\xba\xc2\xc1\x01\x8c\x2b\x5e\xd6\xd9\x0a\x10\x08\x73\x38\x10\xa3\x88\xdf\x85\x4c\x07\xe9\x9c\x17\xd6\x49\xa1\xc6\xc8\x07\xa1\xe6\x64\x69\xf3\x38\x20\x29\xf9\xd6\xf0\x5f\x91\x8a\xf4\x3d\xd8\x90\x96\x1d\x20\xb8\x08\xf3\xce\xad\xfd\x1a\x6c\xd4\xc4\xb7\x71\x19\x91\x33\x5d\xb8\x8c\x94\x0f\x90\x56\xb2\xc5\xc0\xb4\x29\xed\x6b\x35\x3b\x19\xcf\x61\x8c\x11\x15\xee\x91\x50\x43\x21\x81\xb0\x89\x27\xe9\x2c\xc0\xb9\xca\xfb\x60\x17\xb7\x2a\x6f\xc9\xe6\xf1\x70\x74\x1f\xf1\x12\x0e\x6c\xc9\x9e\xf7\x90\xbb\x05\xe5\xd4\xe8\xb9\x59\xbd\x59\x04\x31\x72\x74\x13\x68\x03\xd4\x08\xe6\x91\xf6\x58\xb5\x28\x08\x8f\xc4\x96\x5a\xcb\x99\x28\x4b\x2c\x1e\x4a\xa0\xc9\xc4\x4f\x7d\x81\x3e\xa5\xab\x30\xfc\xce\x3c\xa7\x43\x0b\x2d\x48\xd0\xb6\xa7\x83\x8d\x52\x05\x6d\x74\xf0\x30\xd5\x04\x96\x25\x5c\x37\xd8\x2e\xf4\x1b\xea\x21\x6c\x98\x38\x36\x22\xdf\xba\x99\x4b\x58\xee\x66\xc5\x5a\xae\xa2\xb2\x8e\x52\x37\xcd\xef\x6f\x2b\xab\xaf\x06\xa1\xfd\xd4\xfb\x6a\x68\xa3\x20\x87\x58\x68\x16\x73\x6a\xdc\x77\x78\x85\x42\xee\x3b\xf2\x52\xb8\x94\x21\x35\x66\x50\x14\x01\x73\xb8\x1f\xbf\x09\x71\x05\xa4\xa6\x30\x13\xd8\x39\x48\xf1\xf6\xb4\xc4\x8f\xbd\x10\xcd\x98\xb8\x03\x58\x2b\xae\x86\x9f\x79\x32\xf6\xaf\x4a\x43\xe8\x4e\x07\x4e\xfe\x63\xcd\x33\x0a\x83\x25\xb7\x3c\x3b\xfe\xf1\xd3\xed\x09\x86\xf4\xc8\x31\xbc\x5a\xc3\x7b\x97\xeb\x51\x78\x94\x96\xd6\x54\x17\x88\xad\x18\xaa\xf4\xc7\x4f\xb7\x18\x47\x04\x71\x16\xa0\x63\x3b\xd1\xeb\xc7\x4f\xb7\xf8\x21\xa1\x77\x05\x5e\xc7\x34\x8e\x52\x15\x4a\xf3\x4c\x9f\x62\x3c\x10\xcd\xa7\xff\xab\x5a\xae\x33\x70\xb0\x22\x6e\x67\x6c\x54\x4a\x31\x0e\x4a\xb7\xed\xaa\x3d\x00\x95\x1d\x30\x28\x55\xf9\xe6\xd2\x88\xd7\x22\x7d\xb3\x53\x71\x37\x54\x00\x5f\xb2\xba\xdf\xcd\x87\x73\xf6\xd5\x57\x5f\xfd\x2f\x06\x08\xb6\x20\x8e\x49\xf4\x52\x7b\xb5\xde\x86\xbf\x72\xcd\x78\x62\xb8\x4d\x26\xd2\x49\x2c\x19\x65\x2e\x3a\x5d\xea\x10\xde\xcc\x02\xe5\x42\x02\x72\xda\x26\x1e\x1d\xeb\x93\x08\xcf\xe7\xb0\xa8\x72\x77\x62\x56\x64\x1b\xe1\xe8\x6d\xab\xc0\x1b\xc7\x59\x65\x7f\x34\xb3\x73\xa1\xc1\x89\x2a\xa4\xb0\x96\xe8\x52\xd8\xe8\xe1\x8e\x00\x74\xaf\xd5\x53\x7e\xb3\xea\x29\xaf\xf5\x41\xfe\x28\xf5\x41\x30\x39\xbf\x7b\x85\x10\x3c\x9b\x37\xfa\xe5\xaa\x84\xb8\x45\xb7\x07\x11\x2c\xd3\xa4\x4e\x5b\xd2\x46\xd7\x00\x35\x73\xdd\x2e\x04\xa4\xcd\xd3\x11\x2c\xc5\x1e\x62\x99\x58\xf3\x06\xdd\x4e\x32\x3f\xd9\x99\x0e\x9e\x65\x97\x8c\x0c\x0a\x66\x49\xdd\xb0\x17\x6e\x24\xfc\xee\xf7\x67\x2c\x91\xe2\x38\x47\xd4\xe0\x00\x65\x52\xec\xc0\x9b\xab\x74\x85\x2d\x97\xaa\x75\xd9\x3f\xbe\x56\xed\xfa\xbc\xf9\xce\x96\x55\xbb\xdc\x9b\x3b\xbc\x97\xd6\xdd\xe8\x7d\x0c\xf3\xaf\x6c\xf4\x8f\xc2\x46\x5f\xcb\x6c\xe1\xef\x2f\xc0\x43\x9e\xa5\xdc\x56\x24\x02\x74\xe2\x23\x00\xa0\xed\x55\x1c\x08\x81\xe5\x15\x27\x78\x00\x22\xd3\x60\x86\xf1\x10\x8f\x56\x26\xf0\xfa\xd0\x66\x76\xf3\x2a\xf3\x2d\xbd\x5f\x1d\x1f\x52\xa7\xed\x58\x42\x47\x5f\xbb\x72\xc2\x47\x71\x8c\x18\x63\xa4\xb5\x84\x40\x4d\x31\xe5\x8f\x52\x95\x51\xb6\xf4\x33\xef\xc7\xee\xd2\xdd\xe6\xbb\x5f\x56\x73\x55\x3e\x61\xf0\xdd\x2d\xb0\x8f\xb5\x0f\x60\xb9\x79\x18\x71\xc6\x99\x6d\x61\x8b\x56\x39\xa8\x8e\x2e\x15\xc1\x3a\x14\x9a\xfb\x70\x4b\x15\xe6\x22\xf8\x0e\x28\x9b\x85\x39\xef\x60\x5a\xab\x14\x86\x41\xb2\x8f\x0e\xc1\xbd\xd9\xc4\x17\x6f\x20\xd3\x0b\xda\xe0\x0b\x08\x6d\xce\x27\xce\x27\x70\xf9\x34\x60\xf7\x47\xe2\xa9\xfa\xfa\xfe\xa8\xc7\xee\x8f\x9e\xc6\x1a\xf2\x15\x66\x0e\x11\x18\x38\x29\x01\x6b\x41\x2a\x04\x36\x6e\x56\xb1\xd9\x2d\x1f\xf9\x53\x9e\x6d\xca\x52\x0d\x43\xd2\x21\x3f\x84\x1d\x9b\x9e\xa7\xf3\x52\x56\xe2\x64\x00\x48\x59\x9f\x20\xd6\xd8\x21\x50\x8f\x55\x49\xfe\x61\xf7\x47\x9b\xaa\x2f\x73\x86\xa7\xfb\xd1\x6c\xe0\x2a\x94\x9e\xb5\xb9\x26\x78\xf4\x1b\x11\x17\x7f\xa6\x66\x84\x0b\x66\x76\x32\x35\x97\x1e\x10\x0f\x97\x6e\xd2\x61\xcb\x01\xba\x29\x6e\x62\x6d\x1b\x1f\x10\x24\xbc\x96\x22\xbd\x75\x68\x60\x77\xa2\x9c\xad\x79\x43\x67\x36\x2b\xb4\xb0\x5d\x43\x24\xb1\x4a\x94\x33\x97\xc7\x0a\x8e\x42\x98\x07\x65\x94\xba\x2c\xd3\xb9\x80\x88\x84\xb7\xec\x58\x0e\xc4\x80\x49\x43\x9e\x39\xcb\x55\x5f\x15\x27\x03\x76\xc6\xf2\x3a\xcb\x3a\x7c\x20\x57\x6e\x7c\x1a\x48\xa3\xb7\xdf\x8d\xb5\xf9\xd9\x16\x0e\xb0\x71\x67\xa2\x1c\xc2\x2b\xc1\xee\xad\xa3\xce\x67\x18\x65\xe0\x00\x98\xcc\x82\x7a\x4b\x70\x3d\xcb\x80\x2f\xb8\x65\x2b\x12\x16\xf1\x8f\x1b\x2e\xec\x2f\xb8\xe9\xcd\x4f\x45\xe0\xd8\xf1\x37\xf3\xc6\xc2\x1c\x10\x64\x09\x95\x06\xdf\xf5\xdf\xbd\x7d\x7b\x18\x70\x8a\x8e\xf7\x9e\xd6\xd9\x6b\x3d\xbe\xfd\xdf\x82\x1a\xad\xe5\x1e\xe6\xef\x91\x5d\x78\x2a\x78\x56\x4d\x59\x32\x15\xc9\x03\x91\x4f\x57\x5a\x8d\xf1\x09\x97\xb9\xae\xc2\xb2\x2d\xa6\x4d\x2a\xd0\x81\x2b\x3c\xda\x39\x6a\xf4\x19\x14\x0c\x29\x29\x70\xac\x52\x3e\x28\xa7\xe4\xe3\xb1\x4c\x3a\xdc\x65\xf1\xb4\x87\x68\x71\xf9\x24\x92\x33\x80\x27\x5c\x7b\x7f\x3f\xe5\xe8\x1b\x80\x10\x25\x95\x3b\x97\xf2\x58\x65\x99\x9a\x03\xeb\x71\x39\xf0\x01\x12\xae\x19\xdd\xfd\x5b\xdb\x18\x6d\x5b\xde\x89\x3f\x88\x15\x37\x9b\xdc\xe5\x77\xd3\x52\xe8\xa9\xca\x36\x29\x9c\x1f\x65\x2e\x67\xf5\x0c\x52\x59\x44\x52\x43\xba\x19\x0d\x11\x00\x92\xc1\x41\xe2\x79\x05\xc0\x92\x16\x50\x12\xc2\x7a\x8c\x94\x64\xd6\x62\x23\x0d\x1a\xa9\x53\x03\x66\xbf\xe4\xd2\xd1\xde\x1d\x1c\xa6\xc5\xc8\x62\xdf\x89\xdd\x53\xb6\xff\x76\x77\x37\xfc\x4e\x54\x1d\x0e\x95\x5a\x36\x0e\xc8\x7c\x3f\x44\xe4\xa3\xbb\xbd\xe2\xa4\x08\x43\xf4\x42\x64\x7c\xd1\x2d\x15\xf1\xba\x9e\x8d\x04\x48\xa2\xcb\x29\x77\x71\x08\x85\x0d\x96\x24\x77\x52\x16\x43\x65\x42\x74\x8f\x43\xb3\x3f\x6c\xbc\xa4\x8f\x93\xc4\x6f\x1d\x1c\x8a\x67\x8b\xd4\xcd\xbf\xa9\x39\x53\xe3\x4a\xe4\xec\xd8\xa7\x29\x9e\x84\xb8\xfe\xee\x76\x47\x48\x1d\xef\x7c\xa2\xdf\x4b\x5c\x5b\x8a\xb2\xd9\xe7\xc9\xd2\x10\x9b\xdf\x6c\x10\x89\x1b\xbd\x5b\x7c\xcb\xf1\xa3\x7d\x37\x70\xf2\xf4\x3b\x18\xd7\x5d\x23\xc8\xb0\x46\xa8\xd5\x17\xd9\xa1\x2a\x29\x6e\x55\xf2\xb0\xc7\xd3\xbe\x3b\x1f\xe2\x08\x1d\x1e\xb7\x6b\x1b\x3c\x6f\x9e\x5b\xf2\x2b\xf3\x47\x95\x3d\x22\xd4\xd1\xdd\xf9\x10\xd0\xcd\x07\xf0\x5f\x53\xa5\x1e\xb4\x0f\xd7\xb6\x0a\xc7\x8a\x25\xc9\x99\x50\x75\xb5\xdf\xc3\x0f\xc2\xc7\xf1\xb8\xe5\x4c\x68\xa6\xea\xaa\x71\x90\xd4\xad\xf5\xac\x3e\xff\xd7\xbf\xb7\xd2\x5b\x2a\x2c\x7a\xd0\x51\xeb\xbd\x09\x15\xdc\xc2\x76\xb6\x1a\x2e\xea\xb7\x9b\x65\x0b\x4a\xb2\xfe\xa8\xd2\x4d\x3a\xae\x69\x82\x15\x9c\x09\x0f\x42\x05\x06\x24\x28\x10\xed\xa1\x4d\x06\x81\x8a\x8b\x87\x68\x61\x14\xde\xc2\xab\x7c\xfb\xe7\x3f\xff\x79\xc0\x2e\x64\x09\x32\xa8\xc5\xf9\xb2\xc1\x78\xbc\x9a\x02\xed\x37\x77\x94\x8f\xc7\xb8\x2e\x0b\x95\x4e\x1a\x21\xc5\x22\x60\xfd\x42\xa8\x18\x01\x10\x8d\x99\xb4\x28\x5e\x18\x51\x6c\xab\xec\x60\x51\x6e\x18\xcb\xa9\xe6\x6c\x06\xb1\x8f\x99\x7c\x10\x8c\xea\x7e\xfb\x70\x55\x0c\xf7\xb5\xd9\x8b\x38\xd8\xcc\xed\x80\x5e\x8a\x5a\x3a\x00\x7d\x25\xff\xc3\xfa\x53\xc8\xa2\x1c\x4b\x7b\xee\x87\xcf\xf9\xc2\x4b\x38\x74\xc3\x6f\xef\x52\xe8\x28\xfb\xdb\x65\xef\x2b\xe6\xff\x58\xab\xd1\xa2\x12\xbb\x3c\x1e\xea\x4a\xc6\x19\xb8\x2a\x19\xb7\x29\x83\x86\x6a\x40\xc0\x8c\x4f\x4d\xb4\xed\x6d\x9e\x6b\xaa\x10\x25\x02\x49\x69\x50\x9b\x7c\xc6\x73\x3e\x81\x60\x2b\x40\xfd\xa6\xa2\xb2\xa5\x00\x24\x5d\x73\x89\x37\xbf\xcf\x49\x87\x5a\xe3\x58\xc2\x1d\xca\x09\x16\xf6\x62\x70\x60\xa0\xe6\x47\x2b\x31\x20\x0e\x1d\x8e\xf7\x5c\x46\x9f\xb5\x46\x9d\x78\xdb\x88\xe9\xdb\xbc\x60\x44\xb3\x15\x3c\xed\x63\x2e\x96\xaf\xe8\x1e\x33\x89\x9d\xa1\x46\x4a\x31\x91\xba\x2a\x37\xaf\x00\x9b\xc5\xf6\x43\x42\x87\x51\x25\x9b\xd5\x59\x25\x8b\xcc\xaf\xc6\x75\xf0\xb5\xac\x1c\x46\x14\x0f\x5c\x64\x1c\x6b\x5f\xbc\x87\x2b\x52\x70\x59\xb2\x63\x37\x96\xc8\x2b\x20\x82\x88\x39\x51\xf0\xd2\xab\xf1\x89\x9a\xcd\xb8\x3e\xb1\x89\xfd\x89\x99\x0e\x5e\xcc\xc4\xf4\xe2\x19\xb3\x0b\x03\xd9\xa7\x35\x07\xba\x1b\xf6\x48\xce\x37\x62\x22\xdd\x41\x23\x73\xc1\xad\x61\x01\xb1\x86\x1b\x27\x4b\x74\xfc\x5b\x9e\x3c\x88\x3c\x65\x3f\x69\xbb\x98\x74\x91\xf3\x19\x85\x21\x17\xa5\x7a\x94\xe4\x73\x6e\x3c\xa8\x9e\x67\xfc\x5a\x54\xd6\x12\x5a\x64\xf5\x44\xe6\xdb\xaf\xac\xde\x5c\x3e\xfc\x27\x8d\x4a\xfc\xba\xf7\x43\x75\x3f\x4a\xf9\x98\x08\x0b\xb9\x0f\x43\x6f\x3d\x21\xb2\x1c\x76\x31\x43\x46\x4e\x56\x20\x4c\x41\x1d\x12\x23\xec\x11\x6a\xb1\xe5\xc3\x8d\x83\x18\x2d\x10\xc7\xf2\xb0\x56\x4a\xf7\x92\x96\xd7\xb4\x2f\x11\xbf\xf9\xf6\x62\x28\x4a\x2d\x75\x25\xf2\x6a\x17\x52\x7e\xc3\x53\xa5\xd9\xb7\x99\x4a\x1e\xd8\x85\x80\x68\xd9\xae\x54\xfd\xe6\xdb\x0b\x47\xd1\xd7\x92\x72\x00\x4c\xda\x85\x96\x77\x73\x25\x34\x3c\x02\x64\x87\xb1\x44\xd3\x2c\x63\xa1\x6a\x36\xe7\x08\xcc\x05\xab\x1b\xb0\x3b\x59\xbc\x67\x97\xb9\xae\xcb\x20\x57\xab\xe9\x5c\x90\x7a\x0b\xff\x02\x94\x88\xd1\xef\x97\xbd\x0c\xe6\x3f\xf2\x6a\x57\x7f\xc3\x9e\xe0\x0e\x5f\x94\xa3\x1d\xa2\x85\x21\x0c\xb5\x43\xac\x75\x09\xb7\x07\xcb\xfe\x23\x00\x6c\xcb\x6c\xa9\x7a\x8e\xb6\x7e\x34\x9a\xd9\x69\x39\x4a\x4f\x6f\x2e\xcf\x2e\x3e\x5e\x0e\x66\xe9\x17\x53\x35\xef\x57\xaa\x5f\x6b\xd1\x97\xd5\x0e\xb1\x8c\x62\x01\x7f\xdc\x10\x87\x81\xad\x2c\xda\x11\x08\xce\x95\x62\x0f\x62\xc1\xe0\x77\xc3\x11\x6e\xbe\xbd\x30\xe4\x6d\x10\xca\x01\xa7\xa2\x4a\x4e\x13\x51\x4c\x4f\xe9\x3b\xbf\xdd\x42\x67\x2a\x97\x95\xda\x58\xd1\xe6\x8c\x25\x2a\xcb\x50\x14\x35\x4f\xe2\x5c\x14\x53\x66\xfb\x3e\xcf\xec\x57\x48\xd0\x5d\x6b\x35\x74\x88\xb4\x29\x94\xca\x3a\xdf\x4a\xd3\x98\x2e\x65\x70\x92\xe5\xa8\xfd\x49\xbd\xc8\xd9\x1d\x42\x28\xdc\xe8\xe9\x6b\x91\xfe\x9e\x75\xc1\xeb\xf1\xea\xa0\x30\xd5\x0d\xe8\x50\xbb\x59\x78\x6e\xed\x08\xe4\xdd\x58\xeb\xf1\xb7\x6d\x41\x76\x0f\xf0\x19\x79\x5d\x4d\x45\x5e\xd9\x58\x00\x9c\x55\xfc\xda\xaf\xc6\x28\x61\x41\x5d\x9c\x47\x51\x96\x80\x08\xe5\x9e\x7b\xa8\x14\xc8\xec\x60\x3b\xba\xab\x00\xe6\xaf\xb9\x69\xbc\x7c\xcd\x79\x3a\x93\xf9\x0b\x5f\xf4\x8e\xd2\x90\x23\x60\x4b\xfc\xe6\x00\xc2\xd0\xab\x08\xf4\x2a\x02\xbd\x8a\x40\xaf\x22\xd0\xab\x08\xf4\x2a\x02\xfd\x61\x44\xa0\xd6\xfa\x9b\xaf\x72\xd0\xab\x1c\xb4\x4a\x0e\x12\x86\xc3\xc2\x11\xfb\x3a\x3f\xeb\xa5\xa1\xe5\xf6\xcd\xd8\xcc\xa8\xd8\x1c\x8a\x40\xa5\xef\x17\x96\x37\x7b\x4d\xbe\xf9\x9c\x93\x6f\x5e\xb3\x55\xfe\x28\xd9\x2a\x1d\x13\x00\xa8\xd8\xe0\x0f\x58\x8c\x12\x1e\x6e\xfb\x83\x87\xe2\xc5\xae\x78\xca\x02\xfe\x4d\xee\x69\x27\xa2\x3b\x54\x7d\x6e\x8b\xbf\xa5\xc7\xfa\xc4\xab\x0f\xed\x24\x81\x34\x21\x0d\x20\xa5\x7f\xc0\x6c\x84\xd6\xfd\xec\x94\x9f\x10\x91\x35\xbd\x4d\xc2\xc2\x0a\xe2\xfb\xdb\xe5\x30\x84\x9b\xd9\xc4\xb9\x3d\xc4\x76\xb6\xc0\xf3\xb5\x83\x5e\x92\x66\x13\xc3\x0c\xaa\x11\x00\x54\xa6\x01\x6e\xee\xba\x5d\x84\x58\x09\xc8\x04\x22\x70\x17\x85\x00\xa5\x00\x09\x31\x5a\x20\xaa\xd0\x5c\xe6\x29\x84\xa2\x41\x80\xce\x80\x0d\x43\x3c\xcc\x10\x90\xe8\xc6\xba\x69\x3f\xe3\x14\x13\xf7\xfb\x73\x25\x7f\xb5\x4b\x25\x51\xd3\x7d\x53\xc0\x5a\x3f\xe1\x91\x78\xb7\x94\x80\x5c\xc7\x46\x82\x58\x00\xa6\xbc\x82\xdc\x71\x88\x76\x16\x25\x80\xb3\x01\x73\xeb\x20\x14\x65\x5c\x57\x77\x25\xcf\x35\x7c\xf3\xa5\x41\x4f\x00\x15\x94\xeb\x0a\xb1\x4e\xaa\x10\xb8\x8e\x55\x6e\x56\x36\xf5\x4d\xe5\x0e\x80\x1a\x90\xb1\x20\xdc\x67\x45\x3c\xec\x73\xe1\x56\x42\x35\x09\x37\xb3\xdd\xf2\x72\x36\x43\xe2\xdc\x79\xb0\x3e\x1b\x82\xe9\x36\x06\x4a\x3c\x9b\x2d\xdb\x67\x16\xed\xb4\xb2\x9d\xb2\x79\xb4\x39\x9c\x40\xcf\x06\x9e\xdf\x01\xb8\xea\x07\xa3\xe9\xf6\x2c\xfc\xd9\x2e\xf5\x54\x36\x9b\x1a\xef\xc8\xbe\xb8\xe2\xe6\x6f\x8d\x1a\xda\x51\x59\x6a\x00\x5e\x1f\xc5\xe4\xed\xb0\x9a\xd2\x06\x14\x82\x95\x7d\x50\x64\x8e\x6d\x4e\xed\xdb\xf4\x0a\x50\xf0\x79\xeb\x48\xdb\x00\x14\xac\x3a\xe1\xdd\xe3\x6f\x83\x51\x4e\x83\xd1\x93\x15\x4c\x73\xdf\xc0\xc5\x76\xbe\xbc\x8f\x8d\xf2\x55\xc5\xfc\xa3\xa8\x98\xaf\x80\x08\xf8\xfb\x8b\xca\xc4\x87\x87\x46\x58\xad\x9f\x6e\xc9\xe6\x40\x65\x95\x2b\xb4\xd5\x3d\x0c\x82\x33\x99\x1b\x1d\xa9\x63\xbe\x94\xcd\x76\xc8\x97\xd2\x27\x8c\x88\x46\x81\x9f\x2c\x17\xf3\xcc\x07\xfa\x05\x70\x0e\x23\x0b\x4a\x3f\x97\xd5\xd4\x48\x92\x3c\x07\xb4\xc8\xa8\x56\x33\x4b\x4a\xae\xa7\x80\xca\x6b\x06\x95\xd5\x72\xce\x8d\x03\x7d\x8c\xfd\x0d\x6f\xd9\x71\x88\xf9\xdd\xd6\x81\x71\x0d\x18\xdd\xe6\x7f\x31\xeb\x11\x26\x74\x72\xe8\x08\x79\x3a\x8f\x4d\xfb\x49\x47\xed\x34\x67\xbf\xaf\xd6\xf8\x60\x07\x1a\x04\x75\x68\x81\xa2\x52\x2e\xa7\xd4\x86\x62\xd7\x52\x4f\x5d\xde\x82\x78\xa2\x1c\x67\x80\xee\x35\xf2\x40\xe4\xd2\x6d\x26\x24\x3d\x1b\xb3\xfc\x62\x3e\xe5\x55\x5f\xea\x3e\xef\x77\x60\xa6\x07\xc8\x4a\xa0\x3c\xe1\xe6\x9e\xf3\x14\x05\x63\x9e\x0d\xdb\x1f\x01\xdb\xc6\x53\xb8\xe4\xf0\xa1\x2c\x6a\x84\xc4\xe2\x23\x91\xb1\x5f\x6b\x51\x2e\x10\xff\xda\x83\x9b\xd1\x13\xf0\x68\xb6\xee\xec\x13\x0c\x0a\xb8\x1a\xb3\x70\x30\xb2\x07\xe2\x25\x8d\x8c\x81\x28\xfc\x81\x4d\x91\x18\xb1\x85\xe1\x1f\x46\x30\x69\x60\x77\x64\x0f\x62\x81\xe9\x65\x54\x7d\x16\x26\x13\x00\xeb\xca\x9c\xa9\x32\xc5\xdb\x34\x12\x9e\x78\xf8\x34\x96\x76\xda\xd2\x63\x72\xec\xab\x33\xfb\xd9\xd1\xcc\x54\xde\x98\xcd\x96\xf7\xcc\xec\xde\xa3\x14\x73\xb8\x70\x32\x9f\xf4\x0d\xc9\xe8\x53\xae\xfd\x29\x7e\xe4\xf4\x0b\xf8\xdf\xbe\x3d\xf8\x15\x9c\x3b\xd4\x48\x9a\x77\xe6\xb7\x81\xbf\xa3\xd7\x4e\xf2\x14\x9c\x48\x6c\xe8\x70\x60\xff\x4d\x48\x3c\x39\x66\x32\xd7\xf5\x78\x2c\x13\x90\xa5\x2c\x79\x20\x93\x71\x05\x09\x48\x44\x2b\x2a\xfe\x20\xe0\x8a\x24\x22\x15\x79\x22\xf0\x46\x72\x66\xa7\x71\x23\xc6\xcf\xfa\xfc\x0b\x95\xf6\xab\x25\x98\xaf\xbd\x93\xcf\xd6\xd9\x28\xb7\x65\xaa\x4b\x15\xbf\x40\x4c\xb5\x95\xb0\x82\x3a\x5f\xbb\x3b\xdc\x2c\xe7\xb9\xe9\xc6\x11\xee\x22\x2e\xe0\xf9\x96\x3b\xe8\x63\xe4\xa0\x80\x7d\x6c\xb1\xc0\x1b\x4c\xdc\x62\xd8\xae\x7c\xbb\x07\x4f\x08\xeb\x5c\x65\xec\x26\xde\x6a\xd2\x61\xfd\x32\xd1\x58\x8c\x55\x37\xd7\xed\xfc\x1b\x1d\x1d\xd3\xa1\x0b\x1a\x6d\x30\x67\x76\x54\xd1\xa2\x3f\xbd\x64\x61\x31\x28\x92\x0b\xe4\x5f\xa4\x3b\xdd\x3b\xcf\xb6\x00\x81\x8b\x68\x7a\x84\xd3\x91\x39\xaf\x96\x23\x58\x96\xbc\xad\xb7\xf0\x1f\xfa\xee\x59\xff\xc2\x77\x22\xb7\x55\x55\xd7\x2f\xf5\xd3\x52\x07\x56\x8a\x71\x06\x20\x2e\x90\x28\xe4\x7f\xa7\x95\xac\x70\x68\x6c\xbf\xc0\x9d\x4a\xd9\xc2\x83\xdf\xe9\x18\x91\x54\x38\xd2\xf1\xd2\x54\x61\x47\x21\xb8\xb9\xdb\xb8\xd9\xe1\xaa\xac\x48\xfc\x3b\x97\x5d\x3b\x6a\xcc\x6e\x1b\xf7\xb7\xb9\xa2\x35\xe7\x83\x14\x59\x7a\xbb\x2c\x2d\x2f\x1f\x4c\x4b\xfb\x90\x5b\x7a\x9d\xcd\x57\x32\x3a\x4e\x8a\xba\xc7\x66\x62\xa6\xca\xc5\x89\xcd\x51\x96\xa5\x2d\x35\x48\x5b\xb5\x91\x6f\xba\xa1\x3b\x14\xb1\x72\xb5\xbe\x20\x0a\xe9\xbd\xad\x1c\x90\x86\x69\x86\x3d\xca\xaf\xe6\x19\xd6\x84\xc8\x1f\xd9\x23\x5f\x25\x31\xae\xb3\xf5\xa4\xf2\x51\xea\x65\x25\x63\x6b\x53\xcf\xc0\x01\xbb\xfd\x58\xf3\xbc\x92\xd5\xa2\x0b\xa4\x1e\xc9\x87\xd1\x66\x5a\x2a\x25\x9e\x0a\xa5\x81\x2c\xd1\x59\xf4\xac\x64\x0e\xba\xde\xfd\xd1\xbb\xfb\xa3\x55\x0f\x55\x37\xe3\xb6\xdb\xef\x03\xee\xeb\xfb\xc0\x2e\xa8\x08\x47\xea\xd0\x79\x7b\x34\xa1\x43\x5d\xf9\x1f\x6b\x15\x99\xe7\x56\x5d\x75\x68\xc7\xb4\xa8\x34\xe3\x93\x49\x29\x26\x86\x9f\xfd\x0a\x3f\x96\xc2\xac\x06\x13\xd8\x99\xc8\x21\x28\x32\x85\xe2\x7d\xae\x3a\xff\xab\x6f\xe1\x73\xf6\x2d\xbc\x1a\xc7\xff\x28\xc6\xf1\x7f\x69\x00\xd6\x88\x54\x6d\x1f\xea\x64\x0d\x8b\x40\xd4\x5e\x1a\x4b\xff\x90\x91\x4a\xe1\x2e\x74\x8e\x50\x0a\x77\x82\x2a\x74\x3b\x52\x8e\x64\x1e\xca\xec\x56\x5e\xbd\xac\x35\x9f\xfc\xeb\xd5\x1c\x88\xf9\xe6\x81\x5d\x22\xc1\xd0\x1b\x3d\xfe\x8d\xb6\x71\xe5\x81\x98\x6b\x83\xd2\xff\xea\xdf\xff\xac\x79\x70\x17\xff\xfe\x95\x69\xb3\xee\xa0\xc9\x0a\xbc\xb5\xfe\x57\xa8\x4c\x26\x8b\xa0\xa2\x97\x19\x4d\x9f\x1e\xda\x74\x14\xbe\x9c\x8e\x96\xa2\x57\x79\xe5\x0f\x2d\xaf\xbc\x3a\xf3\xf1\xf7\x17\xe1\x56\xcf\xe1\xc4\x6f\x4a\x5c\x1d\x39\xd6\x4a\xe1\x6b\x8a\xe7\x3c\x23\x88\x3a\x12\x41\xc0\x32\x01\x1d\x3b\x70\x31\x33\xc4\x6e\x9e\xce\x43\x98\x2a\x56\xd2\xb5\xc6\x76\xc0\x42\x6d\xd8\x82\xa8\x42\xcf\x76\xb8\x07\xae\x4c\xa7\x51\xa5\xbd\x05\xe3\x79\x28\x7c\x17\xbf\xa0\x4e\x54\x21\x5a\x4c\x64\x9d\x36\xd0\x23\x28\x44\xa3\xac\xdb\xa7\xe8\x7b\x01\x88\x78\x1c\xd3\x38\x96\x59\x65\x08\x34\xe0\x00\x42\x97\x65\x7f\x2e\x56\x3b\x25\xcf\x62\xc9\x93\x07\xf4\xe4\x72\x12\x6f\x47\x75\xc5\xc4\x53\x01\x05\x5a\x53\x56\x6b\xc3\x21\xa2\x69\x7e\x82\xec\x72\x57\x6c\x77\x64\xab\xaf\x03\x2a\x96\xab\x5d\x6d\x25\x8d\x0f\xaa\xc4\x82\xe3\xce\x1c\x04\xb3\xe8\xb1\x91\xaa\xa6\x76\x8a\x67\xd7\x17\x2c\x5e\xe0\xb1\x1c\x07\xd8\x63\x32\x87\x7f\x9c\xf4\x70\x1d\x23\x41\xf0\xea\xe9\x8a\xb8\x66\x1c\x76\xcb\x1c\x64\xbb\x77\xdb\xed\x17\xb8\xe5\x01\x31\x2f\xae\x51\x8b\x9b\xd9\x02\x33\xdf\xcd\x11\xb5\x6f\x5a\xf2\x26\xfd\x60\x3b\x8a\xb6\xd9\x77\xba\xd4\x3a\xa2\x6a\x4e\x83\x0a\x9f\x34\x20\x74\x5b\x4f\x49\xad\xbb\xd4\xaf\xf8\x7d\x90\xb4\xbf\x2d\x93\xb4\xd6\x0d\xf8\xec\x68\x5a\xad\xc5\xef\x60\x7b\x01\x82\x4f\xc6\x9e\x78\x77\x8f\x2a\x55\xf1\x0c\x55\x72\xef\x65\x24\xda\x43\x50\x7e\xce\x18\xbb\x22\x0e\x7e\x69\x87\x0e\xf5\x96\x6e\x82\x7a\xc5\x1d\x1e\x53\xd8\xbc\x11\xfd\x91\xa8\x59\x51\x57\xa2\xbd\x14\x72\x97\x7c\x16\xb8\x80\x9f\xff\x51\xff\x80\x0f\x25\x5e\xfc\x8c\x3f\x41\x88\x21\x47\x24\x18\x35\x5e\xda\x0e\xac\x2b\x3e\xdf\x01\x9e\x24\xca\xa4\x3e\xc5\xd4\xc8\x3e\x0d\xdf\x77\xc3\xf7\x9d\xef\x69\x87\x47\x66\xf5\xa0\xcf\x7f\xf7\x6f\xac\xc6\xd6\xd8\x7f\x0a\xf1\x5c\xb7\xff\x56\x19\x00\xee\xe8\xc6\x31\x4a\xe5\x4c\x56\x15\x39\xde\x82\xaa\x13\x10\xc6\x16\xfa\xa2\xe8\xe4\xe5\x18\xd9\xb1\xd4\x2e\x68\x31\x5b\x84\xac\x16\xb2\x9b\xe6\x52\x0b\x4c\x76\x82\xf2\x2d\xf0\x0c\xe0\x04\xfb\xb6\xe0\x31\x48\x23\x9f\xcd\x6d\xd8\x97\xa0\x10\x5a\xd1\xa7\xa2\x19\x50\xb3\xa4\x31\x46\x0d\x21\x04\x2c\x88\xcc\xc0\x78\x3e\x5e\x14\x99\xf4\x71\x83\x6e\x31\x1d\xa8\x88\x51\x21\x37\xa5\x62\x98\x36\xe6\xf8\x2c\xc2\x12\x74\xa2\x30\x48\x04\xb2\x86\xef\xeb\xa5\xef\xef\x92\x35\xa6\xb2\x8d\x1e\x4a\x95\x11\x10\xa9\x83\x7c\x32\xbf\x3c\xcf\x7c\xba\xe6\x6c\x45\xf3\x01\x68\xa7\xe7\x99\x4f\x57\xf4\xd8\x68\x3e\x00\xde\x71\xc0\xf9\xec\x7d\xf9\x13\x9e\x89\xab\x4f\x5b\x43\xab\xae\xed\x17\x23\x24\x17\xae\x0d\xa3\x5e\xcd\x0a\x59\x87\xc5\x04\xf3\xb8\x5f\xcf\x54\x4c\x2d\xc4\xf8\x0a\x10\x58\xe8\xaf\xdb\x5f\xa4\x09\xaf\xc4\x9c\x6f\x02\x0a\xba\xb3\xb3\xe4\x69\x6a\xd4\x49\x2b\x90\xd9\x3d\x3d\x1b\x5e\xb1\xef\x70\xa4\x1d\x2e\x73\x51\xaa\x0a\x95\xb7\x0b\x35\xe3\xb2\x4b\xb2\x68\x08\xb7\x63\x27\x31\x74\xc3\x30\x1c\x27\xcc\x25\x05\xea\x0f\x89\xe9\x80\x5a\xf6\x2f\x54\x60\xee\xb7\x02\x87\x0c\x20\xa1\x89\xc0\x04\x40\x48\xf6\xcc\x80\x24\x81\xfa\x08\xa5\x0c\xb4\x80\x14\xdf\x47\x64\xed\xe5\x0c\xd8\x35\x48\x1e\x15\x65\x44\x18\xfd\xdc\x22\x27\xf5\xd8\x0f\x6a\x22\x73\xfb\x74\xc0\x70\x61\xb6\x93\xcb\x6c\x95\x35\x41\x67\x97\x39\x1f\x65\xcb\xca\x51\xf3\x5d\x67\x7c\x82\xd6\x3a\xd3\xfa\x34\x95\x1a\x42\x56\x6f\x6f\x7f\x60\x64\x85\x4d\x02\x53\x09\x5d\x7d\x17\x83\x83\x07\xbf\xcb\x59\xe1\xed\xec\x50\xf6\xe2\x0a\x13\xb6\x85\x76\x85\xbd\x30\x69\x1e\xfa\x93\x4c\x66\x6b\x6e\xb8\x84\x9c\xbb\xa9\x4c\x1e\x86\x01\xc2\xb9\x2a\xcd\x6f\x79\xf0\x53\x44\x55\x9a\x7f\xdb\x25\xef\x1a\x26\x34\xec\x86\xa7\x66\x6f\xc5\x2d\x2d\xc3\x74\x6b\x2d\x56\xe7\x29\x06\x4b\xe1\xa9\xef\x32\x35\x20\xb3\x5b\xd2\x1a\xbb\xc1\x44\xcf\x21\xa3\xc3\xd1\x16\x99\xdb\x15\xec\x30\x1d\x3c\xac\x0e\x11\x70\xe1\x94\xdc\x19\x37\x11\xd7\x49\x41\xb6\x1b\x6a\xd9\x0f\x09\xe0\xcb\x5b\x2a\x75\x5c\xa1\xe5\xc0\x89\xe5\x96\xcb\x2c\x6f\x7f\x2b\xa1\xa2\xdf\x76\x8e\x04\xa3\x65\x6f\x27\x4e\xbc\x0a\x11\xb6\x5e\xeb\xab\x14\xf1\x2a\x45\x34\xe7\xfd\x9b\xe2\x2b\xbe\x8a\x12\xaf\xa2\xc4\xab\x28\xd1\x79\x3a\xaf\xa2\xc4\x21\x45\x89\x76\xe7\xf0\xb2\x0b\x12\x3c\x95\xbe\xd2\x72\x23\xd1\xf0\xec\xfa\xc2\x1d\xbc\x4d\x61\xf5\x6d\x02\x30\x33\x33\x4a\xea\x4c\x92\xe1\x78\x5b\xf9\x05\xc0\x5d\x79\x89\xce\xdf\x0e\xb9\x7a\x67\x2e\xfc\x6a\x69\x19\x81\xeb\x62\xb4\xa0\x3f\x37\xfc\x31\x1d\x3d\xa1\xdb\xf9\xd2\x53\xeb\x3d\xb1\xbb\x1f\x78\x51\x5e\xde\x8b\xba\x79\x4a\x1b\xef\xc6\x86\x53\xa5\xd8\x2e\x57\xa9\xdb\x3c\x30\x32\xc9\x69\xf2\xc1\xf7\x4c\x03\x38\x00\xf3\x6a\x31\x3e\x90\x5b\xa6\x65\xfb\x94\x02\xa2\x09\xfd\x6d\xc2\x27\xee\xd3\xc2\x3b\xdc\x1e\x3b\x62\xf7\x0c\x4f\x9a\xd8\x1b\x8d\xdf\x37\x27\x3b\x95\x50\xfd\x8d\x5b\xcf\xa9\x8d\x23\xf8\x99\x67\x32\x75\x93\x46\x5b\xf6\x55\xde\x63\xd7\xaa\x32\xff\x73\xf9\x24\x75\xa5\x7b\xec\x42\x09\x7d\xad\x2a\xf8\xe7\x2e\x34\xd9\x4c\x67\x4b\x1a\xe8\xb7\xcc\x41\x6d\xba\xf3\xf0\xc6\xd2\x5d\x28\x32\x2c\x7d\xd3\x1b\xcc\x19\xdc\x5a\x78\x85\x41\x88\x9f\x26\xa9\x45\xf8\x83\x96\x9a\x5d\xe5\x86\xe5\xd2\x9e\x41\xa8\x2a\xe6\xfc\xe3\x10\x36\xb8\x22\x57\x79\x1f\x12\xf7\x5b\xc7\xc0\xad\x36\xe3\x84\x9b\xbd\x66\x38\x1a\x0a\x52\xce\xf1\x2f\x94\x61\xc8\x13\x91\xb2\xb4\xc6\x92\x72\x8c\x52\x57\x65\xc2\x20\x71\x95\x41\x42\xeb\x6f\x14\x2d\xb1\xa2\xbc\xa3\xbb\x1d\xbd\x96\x5b\xbf\x37\xd3\x00\xf6\xb3\x4e\xe5\x44\xf1\x75\xaa\xb2\x54\x5b\x59\x16\x70\x30\x81\x11\x5b\x4c\x43\xf3\x55\xb3\xd9\x82\x7c\xe1\xa3\x85\x79\xd7\xb6\xec\x04\x9e\x0f\x71\xe7\x0b\xd3\x79\x2c\x45\x96\xba\xb3\xca\xa0\x50\xdc\x94\xe7\xec\x23\x7f\xc2\x0f\xde\xca\x7f\x0a\x1c\xe5\x35\x74\xfa\xb3\x0e\x9d\x6e\x8b\x49\xed\xe6\x55\xf6\xe9\xa9\xe6\x9c\xa3\x2f\xef\x0e\x7c\x02\xb7\xcb\xf1\xa2\x40\xff\xc2\xa8\xd5\x4b\x9e\x4c\xa1\xb4\x05\x5c\x3d\x80\xe2\x41\x59\x82\x67\xc5\x94\xe7\xf5\x4c\x94\x32\x61\xc9\x94\x97\x3c\xa9\x44\xa9\x7b\xec\x4d\xff\x4d\x8f\xbd\xf9\xfb\x1b\x43\x7a\xde\x0c\xde\xe0\x25\xd7\xa2\x94\x3c\x83\x13\x82\xf2\xe2\x4e\x5c\xf2\xcf\x03\x58\xe4\x88\x6b\xf1\xcd\xd7\x4c\xe4\x89\x4a\x41\x17\x2f\x01\x40\x68\x29\x10\x9a\x97\x23\x59\x95\xbc\x5c\xb0\x63\x8a\x65\x5b\x00\x3d\xc4\x0e\x27\x38\x22\x06\x51\x1b\x2d\xda\xa8\x2b\xe8\x1c\x07\x99\xd7\xde\x88\x4a\xa9\x4c\x0f\xa4\xa8\xc6\x03\x55\x4e\x4e\xa7\xd5\x2c\x3b\x2d\xc7\xc9\xd7\xdf\x7c\xfd\x3f\xbf\xd0\xa8\x38\xf4\x57\x64\x7a\xaf\x8b\x1d\x78\x0d\xf8\xfe\xa3\x04\x7c\xff\xee\x13\xd4\x60\xbb\x2e\x76\xa6\x38\x3b\xd2\x14\xff\x59\x0c\xf1\xb1\x05\x6a\x17\xe6\x5a\x9b\x67\x3a\x92\x39\x87\xfa\xb5\xc1\xf3\xcf\xed\x53\x30\x04\x62\xc0\xae\x40\x68\x76\x85\x34\xa0\xae\x2d\x58\xc8\xb0\x5a\x2f\x6e\x83\x04\x3c\x9c\x99\xa8\xa6\x2a\x1d\xb0\xb3\x6c\x19\x26\xc9\x08\xa0\x20\xa8\x98\x87\x4f\x6c\x25\xf5\x0c\x55\xe5\x38\x68\x0f\x40\x75\xcc\x7f\x82\x94\x93\x2f\x98\x78\x42\x48\x2e\x2f\xa7\x61\xc9\x0e\xf1\x28\x5c\x12\xfc\x7c\x2a\x10\x6f\x17\xa6\x6d\x5f\xdb\xd9\xf0\xaa\x6b\xcc\xda\x76\x51\x08\x10\x52\x07\x46\xc3\x44\x66\x12\x30\x94\x8b\x52\x4d\x4a\x3e\x9b\xf1\x4a\x26\x6c\xca\xf3\x34\x33\x53\x41\x3c\x37\x47\xc4\x0f\xe4\xf2\x7f\xf6\xf0\x7f\x12\xad\x0e\x1a\xf3\x8f\x63\x5e\xe6\x8f\x9b\x5d\x05\x71\x4b\xd2\x0e\x20\xc6\x02\xf7\xb2\x52\xac\x20\x7c\x72\xa2\xaa\x8f\xb2\x54\x39\xe8\x77\x8f\xbc\x94\x7c\x94\x51\x55\xf9\xc1\x7d\x7e\x9f\xdf\x51\xd8\x05\xa8\x50\xc4\xef\x2a\x5e\x4e\x44\x45\x03\xbe\xd1\xa1\x68\x07\x36\x49\x47\xd4\xa1\xf5\x83\x58\xf4\x91\x2f\x14\x5c\x96\x50\x85\xb9\xf5\x9b\x1d\x04\xbe\x7c\xb3\xb2\x74\x1d\x28\x4a\x64\x94\xad\x0e\x0c\xf7\x05\x31\x9d\xa7\x5f\xc0\xff\x6c\x4f\xdf\x2d\xf0\xc3\x26\xa4\x67\x24\x35\x91\xc1\x93\x4e\xd0\x8a\xcf\x14\x6f\xd6\xd5\xf2\xba\xb7\x7d\x01\xbe\xfe\xbd\x58\x74\xb0\x35\x2d\xb5\x0d\xee\xa1\x11\xc3\x40\x89\xc0\x46\x1d\x8e\x1d\x31\x89\x36\xa9\xc8\x34\x6e\x20\x90\x39\x38\x08\xa0\x6a\x03\x16\x38\xab\x1e\x41\xc3\xa7\x76\x0f\x62\x17\x6f\xce\xeb\x65\x34\x7b\x07\x98\x98\xda\xcb\xd6\x07\xb8\x97\xed\xfa\xb0\xb9\x04\x87\xd1\x7a\x37\x64\xf9\xfa\x46\x71\xd6\x67\xe7\xeb\xfa\xaa\x96\xfe\xee\x32\x7a\x89\x10\xec\x9a\xca\x1b\xc7\xee\xea\x16\x01\x60\x6f\x7b\x33\x8e\xb9\xb5\xb1\xe9\x55\x9f\xfb\x03\xea\x73\xaf\x09\xbc\xf8\xfb\xf3\x4a\xf0\x87\xcf\xdc\xc5\x71\x87\xa5\xfa\x07\x5a\x65\xd6\x39\x64\x52\x5e\xa0\xcf\x02\x29\x13\x68\x7d\xdc\x28\x4a\xff\x00\x50\x55\x72\x60\xee\x2c\xa2\x8f\x04\xf3\x8e\x3d\x99\xb7\x0c\x6d\xe4\x74\x08\xe9\xa1\xb4\x4c\x12\xe5\xdb\xec\xb9\x54\x03\xcc\xb4\xc6\x84\xa7\x01\xbb\x56\x95\x73\x51\x60\x2c\x83\x4c\xb1\xe0\x64\x66\x3d\x2e\xb0\xae\xc8\x0f\xeb\x80\xb8\x31\x39\x19\x3d\xf3\x33\x95\x76\xc9\xd6\xeb\x44\xf8\xa3\x72\xc2\x3d\xcc\x87\x8b\xd5\x93\x96\xd5\xc5\xf2\x5b\x22\x52\x2b\xfa\xf8\x8d\xb4\x3b\xe7\x74\x73\xbf\x85\x18\x17\xc5\xe6\x53\xa5\xc9\x8b\x43\xd9\x64\x46\x62\x32\xbc\x96\x4e\xce\xfe\x4c\xc9\x23\x57\xe3\x66\x8e\xa7\x79\xc6\x22\xc5\x23\x58\xf3\x65\x9f\xc7\x5a\xf0\x6a\xaa\x7b\x84\xb8\xbd\xd4\x9b\x08\x2a\x5d\x02\xf8\x20\x8a\xe6\x52\x07\x63\x20\x86\xba\x8b\x44\x41\xa5\xce\xba\xdb\x61\x17\x7a\xe1\x7a\xb5\xa8\xea\x02\xc7\x17\x65\xa9\x4a\xf3\x61\xa1\x2d\xb6\xf9\x8c\x97\x0f\x22\x75\xc8\x77\x03\x36\x34\x33\x74\x62\x23\x7a\xe5\x1e\x85\x93\x40\xcc\x37\xc9\xa4\x0b\x1f\x79\x33\x18\xbc\xc1\x3a\xc5\x46\x9f\xa8\x78\x59\xa1\x43\xdf\xfc\x7e\x60\xf7\xee\xf7\x62\x71\xa7\xcc\xf4\xf6\xe2\xb8\xaf\x1a\xc2\x33\x69\x08\x3b\x89\xfd\x3e\xa4\x6b\x93\xec\xef\x5a\xc6\x41\x96\xb4\x1e\xf7\x57\x30\xa6\x4d\xc1\x9c\xa1\xea\xc9\x34\x8c\xe2\x32\x34\xae\x14\x55\x29\xc5\xa3\xf0\x24\x1c\x2c\x72\x5b\xc0\xf3\x75\xbd\x3f\x52\xb3\x3a\x97\xbf\xd6\x48\x40\x81\x9a\xbb\xaf\xe0\x4c\xec\x7a\x1c\xdd\x75\x89\x7a\xbb\xe9\xbd\xb8\x80\xcd\x53\xc3\x29\xc4\xb5\x0d\x79\xe2\xe6\x89\xe4\x25\xd0\xd8\x81\x40\xda\x5b\x82\x6b\x7a\xb1\x54\x1f\x98\x41\xc7\x80\x5c\xc7\x9e\x6f\x23\xf6\x7c\x70\xa6\x7c\x08\x56\x7c\x1b\x72\x5a\x57\xc5\x9f\xa9\x79\x2e\x4a\x88\x80\xc0\x5c\x43\x30\xc6\x19\xd2\xeb\x72\xd5\x04\x24\x62\xc9\x7c\xd2\x81\xfd\x12\xb7\xee\x10\xcb\xf7\x89\x08\xca\x7b\xe0\xec\x6c\x44\xa0\x23\xb5\x16\x4c\xe5\x2e\xa4\x0b\x97\x3b\x72\x68\xfe\x83\xd8\x76\x53\x0b\x57\x5f\xe2\x2d\x4c\xfa\xed\x9f\xff\xfc\xe7\x46\xf9\x8d\x6f\xbe\xfe\x7a\xc0\x2e\x64\x09\xf6\x27\x49\x36\x4d\xda\x31\xe0\x22\xbc\x14\xc0\x63\xf8\x78\x8c\x4c\xd4\x96\x18\xa0\xa0\x54\x8a\x22\x98\xc9\xc9\x14\xbe\x0c\x10\x14\xf9\x38\x93\x09\x31\x1e\x0c\xe3\x54\x94\xf0\x88\x09\x6b\x30\x96\x3f\x03\xb3\xc6\x1e\x22\x64\x8c\xf5\x77\x46\xec\xec\x59\x14\x5a\xf3\x06\x8d\x80\x93\xf0\x1c\x0a\x4b\xc2\x60\x7e\x4f\xb4\x68\xc6\x94\xec\x0f\x81\xfc\x2a\x24\xbd\x0a\x49\x6c\xed\x6d\x78\x79\x21\xe9\x90\x02\x86\xde\x55\xc2\x58\x0a\xcc\xec\x10\x96\x15\x8a\x6e\x9e\xc5\x57\x08\x3f\xff\x46\xc7\x2c\xb8\x5e\x61\xa6\x58\x27\xd6\x51\xf8\xad\xad\x48\xff\x45\x9b\x5d\xe9\x39\xd9\x61\x5d\xca\x6a\x71\x6e\x5e\xde\xd3\x06\x7b\x69\xd8\xd2\x87\x0c\xc1\xaf\x8d\x7a\xf1\x51\x19\x91\x20\x1b\x3c\x48\xcf\x1f\xb0\x5b\x35\x13\x48\x57\xd0\xf3\x19\xbc\x29\x00\xf2\x69\x7e\xd1\xbc\x85\xa1\x4a\x1b\x3f\x0f\x18\xfb\x65\x2a\xa8\x8b\x19\x46\x8b\x38\x70\x4c\xe6\x4b\x23\x55\xfc\x41\x04\x35\x4a\xba\x18\x7b\xb3\x4c\xcd\x87\xa5\x7c\x94\x99\x98\x88\x4b\x9d\xf0\xac\x0b\xea\xff\xd9\x8a\x6e\x16\x00\xdf\x47\xba\x83\x66\x9e\x18\x02\x61\x18\xc5\xc4\xbc\xf3\x99\x82\x4d\xa1\xce\x14\x42\x65\x9e\x40\xc1\x01\xa0\x84\x3a\x10\xff\x32\xb7\x9d\xa5\xc0\x07\xd1\xe3\x8c\xe3\x4b\xbc\xb9\xb9\xfa\x7b\x2e\xe6\x7f\x37\xa3\x69\x36\xce\xf8\xc4\x9d\x0e\xc4\x44\xe6\x71\xde\xb5\x1f\x7a\xe5\x02\x0c\x89\x2e\x6b\xc1\x78\x36\xe7\x0b\x8d\xce\xe5\x78\x0c\xa9\xdf\xb3\x77\x27\xac\xac\xa1\xee\x95\x1b\x23\x65\x5f\x9e\x80\x38\x7d\x7e\x36\xfc\xfb\xed\xff\x77\xfb\xf7\xb3\x8b\x8f\x57\xd7\x3b\xbc\xe0\x84\x17\x7c\x24\x33\xd9\x12\x0c\xd0\x9d\xb8\x9d\x87\x83\xac\xb3\xb3\x81\xa0\x17\x34\x86\xdb\x9c\xa6\xa7\x69\xa9\x0a\x72\xad\xd7\x79\x6e\xc4\x36\xb7\x03\x3a\x96\x54\x42\x6b\x07\x05\xa2\x46\x03\x4e\x4a\x1e\xc6\x5f\x07\x30\xf7\x75\x0e\x05\xa7\x57\x65\x1b\xd9\x8d\xdd\x14\x23\x5b\xe7\xe1\xe9\xe4\xfe\x6a\xa5\x68\x7d\x61\x43\x3c\x75\x7c\x33\xc1\x5f\xfd\x8a\xb0\x68\xbc\x06\x23\x31\xcf\xb2\x05\x13\xbf\xd6\xf2\x91\x67\xe0\x04\x56\xac\x54\xca\x5d\xa6\xa9\xd2\x55\xbc\x01\x90\x40\xb2\x4b\xca\x8f\xb9\x8d\x90\x30\xb4\x61\x85\xae\x1d\x4b\x45\xae\x6c\xe8\x71\x45\x25\x6c\xcd\x5f\x31\x9d\xcd\x0a\xa2\x41\x3e\x95\x3b\xb1\xbb\xe0\x94\xa4\xb6\xf3\x1f\xba\x91\x51\x0a\xa8\xb5\x43\xcd\x69\x9c\x92\x47\x1c\x19\x43\x54\x35\x4f\x21\x02\x04\x04\x10\xe2\xe6\xfa\xc1\x4a\x24\xf4\x74\xc9\x4a\x4a\x25\xf6\xed\xa7\x00\xc6\x61\x2c\x78\x55\x97\x02\x9f\x2c\x82\x6b\x60\xfa\xce\x2e\x89\x2b\x36\xe5\xeb\x46\xa9\xca\xa7\xfa\x6d\xd8\xd4\x5f\x1c\x27\x96\x61\xed\x85\x29\xc8\x73\xa5\xad\x74\x8e\x47\xef\x73\x03\xa3\x94\x9b\x9d\x0f\xbe\xac\xf3\x33\x14\xa7\x3b\x38\x86\xbf\xbb\xba\x80\x3b\x58\xe7\xe4\x76\xa8\xca\x05\x3a\x1e\x7c\x1d\xe5\x26\x79\xfb\xc9\x9c\x63\xe3\xe4\x0c\xc9\xac\x73\x23\x97\xb3\x8f\x7c\x81\x98\x78\x44\x27\x65\xde\xce\x80\x8c\x84\x2a\xb6\x65\x5c\x01\x93\x8a\x61\xe9\xda\xb8\x95\x6e\x65\x57\x6c\x49\x5f\xd8\xad\xd6\x8b\xd9\xe6\x6b\x95\x9b\x7b\xd1\x39\x45\xcb\x05\xa6\xfb\x6d\x05\xa9\x8c\xe8\x3d\x87\xd0\x29\xb8\x15\xb5\x36\xdc\xfe\x6a\x0c\x0c\x03\x57\xfd\x7d\x3d\x12\x99\x55\x1b\xc0\x49\x6f\xe3\x54\xe4\x8c\x4f\x04\xe3\x95\x3b\x15\x48\x58\xd3\x75\x49\x76\x66\x59\xb1\x54\x09\x14\xc2\xe9\x53\x3f\x5d\x5d\xb0\xb7\xec\xd8\x7c\x0b\x6b\x7f\x8c\xb9\x04\xf3\x33\xca\xc5\x0d\xae\x34\xb6\x43\xc0\x94\xe0\xa0\x8d\x68\x39\xc6\x62\xda\xb9\x62\xba\x4e\xa6\x76\x4e\x2e\xff\xce\xa8\x07\xa2\x34\x5b\x0d\x08\x50\xbf\x87\x7b\xd1\xfd\x85\xfd\xb4\x19\xc3\xc5\x3c\xb0\x9f\x76\x78\x60\x21\xfd\x87\xbc\xc8\x68\x45\x78\xd8\xd6\x69\x45\x0f\xcf\x17\x8d\xfc\x5d\x6c\xf3\xfe\xcf\x4f\x8b\x15\xd0\x4b\x6c\x3b\xdf\x71\x8c\xe0\xb4\x49\x98\xb1\xf6\x9f\xc4\x2e\x73\x2d\x72\x93\x7d\x2c\xb1\x1e\xbe\xcc\xfd\xe0\xb1\x18\x61\xd9\x10\x09\xc3\x20\x78\x9e\xaa\xd9\xd2\xc7\x1c\x4c\x61\xf0\x81\xcf\xf6\xb8\x5b\x0f\x6d\x2e\xf3\x54\xcd\xf5\xbe\x87\xf6\x0b\x0e\xd3\x98\x44\xd7\x33\xa4\xde\xae\x36\xaf\x35\x69\xe9\x48\xe7\xca\xb2\x48\xc2\x69\x3b\x48\x6b\xdc\x72\x4e\xfb\xe5\x0d\x74\x74\xb0\xd6\x84\xc1\xf6\x1b\x1d\xc2\xfe\x2a\x6f\xf9\x28\x37\xb8\x07\xa0\x05\x86\x48\x20\x90\x26\x1f\xe9\xaa\xe4\x0e\xd7\x55\xab\x71\x35\x47\x65\x13\x9b\x1e\xc3\x8d\x7e\xe2\xb3\x22\x13\x3d\x36\x5b\xe8\x5f\xb3\x13\x9b\x80\x40\x41\xae\xe6\x4d\x64\x0c\x8c\xb2\x61\x6b\xf6\xd5\x57\x6f\xbf\x39\xf1\xec\xb4\x28\xd5\xd3\x02\x2d\x5c\xb9\x66\x2a\xf7\x86\xc4\x38\x23\x2f\x15\x95\x28\x67\x60\x70\x47\x99\x14\xca\xe7\xe1\xfb\xcb\xf5\x5c\x94\x3e\xb8\x82\x62\x34\x4b\x70\x5f\xb8\x6f\xbc\x86\x38\x7d\xd6\x21\x4e\xaf\x71\x3c\x7f\x94\x38\x9e\xdf\x7d\x5e\xc6\x3e\x85\x83\x88\x96\x6e\x5f\x32\x68\x24\xa6\xfc\x51\x2a\xac\x48\x6b\xe9\xec\xef\xb7\x74\x90\xdd\x87\xcd\x45\x83\x3e\xb6\xd7\xfd\xf4\x85\x81\x91\x17\xd0\x7e\x0c\x29\xc8\xdf\xe7\xed\x93\xfe\x7d\x63\x55\xf3\x67\xbf\x3d\x9f\x71\x45\x21\xcb\xeb\x0f\x1c\xdf\x05\x83\x9e\x25\x49\xc3\x26\xb5\x42\x8e\xa0\x86\x6c\x64\x28\x12\xab\xd4\x04\x0c\x2a\xef\xd9\x9f\x48\xba\xe8\xb1\x3a\x4f\x45\xa9\x2b\xa5\xe0\x14\x8d\x9e\x44\xce\xaa\x42\x94\x53\x5e\x80\x87\xb4\x10\xa5\x2c\xa6\xa2\xe4\x19\x1d\xb1\xee\x21\x24\x4a\x4e\x31\x57\xd5\x02\x46\x2c\x4a\x99\x27\xb2\xe0\x04\xad\x49\x6e\x47\x5e\x57\x53\x0c\xcc\x32\x57\x05\xd2\xf5\xeb\x6a\xaa\x4a\x60\x86\x7f\xf2\xa9\xf1\xe8\x7c\xd0\xaf\xa2\xc1\xe7\x2c\x1a\xf0\xba\x52\x60\xc8\x8c\x2f\xd8\x9d\x7a\x10\x1b\x4f\x63\x4d\x57\x26\x97\xf0\x77\x40\xa6\xb4\x86\x6d\x08\x3a\x00\xbf\x39\xca\xbc\x9c\xee\x35\x1d\x06\x14\x6d\xe6\x39\x80\x67\x55\x30\x1e\xcc\x93\x43\x34\x60\xb6\x40\xd3\xab\x11\x06\xce\xc9\x13\xfe\x28\xca\x52\xa6\xa9\x69\x58\x59\x87\x1a\x62\xf9\xee\x62\xc9\x00\x5b\xc2\xb0\xce\xb2\x5b\xba\xc2\x1b\x0c\x59\x8d\xe6\x71\xa0\x78\x8c\xf3\xa4\x6d\x13\x34\x7c\x68\x3e\x13\x4b\x6e\x3f\x78\x8b\x45\x9d\x65\x36\x25\x0f\xe6\x83\x96\x74\x57\xd7\xda\x47\xe8\xc0\x46\xc6\x67\x30\x60\x4b\x73\x82\xfa\xfa\xa0\x41\x50\x72\x0b\xb3\x7f\x19\x89\x84\x9b\xaf\xda\x7f\xd3\x33\xa7\x3d\x0e\x3c\x94\x3d\x28\xbe\xd1\x3a\x32\xd8\x6d\x79\x92\x60\x55\x0e\x62\x1f\x0f\x68\x99\xdb\x25\x36\x9e\x34\xcc\x53\x5c\xf9\xe9\x17\x3e\x8d\xb2\x0f\x3f\x99\xdd\xa1\xad\xec\xab\xbc\xcf\xfb\x85\x4a\x0f\xeb\xaa\x6e\x45\xf6\xda\xc7\x6b\xfd\x2a\x84\xbf\x0a\xe1\x9f\x89\x10\xde\x89\xaa\x05\xc4\xcc\xc6\xc9\x04\x5c\xdd\x96\x30\x20\x5b\x5f\x4d\xcf\x3e\x22\xf2\x36\xf4\xac\x85\x3c\x7d\x76\xd9\x32\x3b\xbe\xf4\xe8\x4f\x91\xe4\x09\xf0\x30\x7d\xc8\xc0\xee\x63\x36\x22\x06\x67\x6e\xea\x41\x30\x33\xd0\x01\x7a\x7f\x86\x32\xb0\x15\x57\x9f\x51\x14\xde\x98\x71\xd7\x6c\xdc\xcc\xbc\x8b\xc4\x65\x0a\x6c\x7e\x15\x45\x3f\x67\x51\xb4\x4b\xa8\xe1\x0f\xad\xe7\xdb\x39\xfd\xae\xe2\xfa\xc1\x53\x13\x61\xa4\x86\xa0\x3c\x86\xff\x9d\xc4\xd2\x3e\x89\xa5\x07\xae\xb0\xd9\x78\x45\xaf\x42\xc5\xab\x50\xf1\x9a\xa1\xf7\xb2\xac\xeb\x39\x32\xf5\x96\x94\xe0\x4e\x69\x7b\x6b\xfb\x35\x20\xbb\x5d\x58\x72\x53\x6d\x46\x1d\x99\x72\x09\x30\x10\xa8\xf0\x83\x90\x42\x57\x13\x8a\x8a\xcc\xb5\xe1\x2e\x7c\xc5\x28\x2e\xe4\xd9\xca\x72\xe0\x8c\x0d\xa0\xba\x8d\x76\x6a\xf4\x45\x3e\xe1\x32\xd7\x95\x51\xd2\x35\x3b\xfe\xde\x9d\x1a\x68\xed\x48\x27\x98\x2a\x7d\x09\xa4\x93\x2e\x5e\xa2\x3a\x95\x8d\x84\x9b\xb6\x4d\x3b\xa3\x66\x56\x38\x35\x8c\x30\x07\xb4\x1c\xfb\x07\x9b\x3f\x61\x96\x34\x60\x67\x86\x97\xca\x02\xa8\x11\xd8\x80\x71\xa9\x10\x64\x82\x16\xaf\xf1\x82\xc9\x4a\x8b\x6c\x8c\xb1\xcf\xce\x12\x36\x96\xcd\x40\x03\x40\xe1\x6a\xfb\x4c\xcf\x03\x35\x43\xc5\x27\xe2\xe6\xc4\x8c\x83\xd9\xdc\x85\x23\xa4\x8d\xb0\xbe\xe0\xb3\x34\xb8\x21\x13\xb0\x9b\x3b\x84\x69\x89\xa7\x42\xa2\xd4\x7c\x2b\x12\x65\xde\xef\xfa\x8d\xbd\x6c\xb6\xb7\x3b\x4c\xb4\x1b\x01\x11\x9d\x0c\x03\xa1\x2d\xb2\x5a\x34\x4c\xc9\xf1\x8d\x1a\xb0\x33\xed\x97\xcf\x78\x51\x94\x8a\x43\xd9\x49\x3f\xbb\x5e\x68\x30\xb0\x61\xef\x45\x56\x4f\x24\x05\xcd\x40\x9f\x4a\x3e\x0a\x88\x0f\xab\x6c\x88\xcf\x8a\x0f\xde\x05\x83\x41\x77\x0a\xdf\x29\x01\x88\x09\xa2\x0b\xdd\x10\x74\xeb\xc7\xe1\x3f\x34\x53\x59\x0a\xbc\x8d\xe7\xec\x7f\xbe\x65\x85\x28\x13\xba\x3b\x90\x7c\x42\xc1\x44\x99\x7c\x14\x10\x4b\xbe\xba\xf3\x97\x5f\xb3\xa9\xaa\x4b\x3d\x08\xa3\x57\xde\xc1\x6f\x28\xae\xd9\x1c\x95\x8a\x65\x82\xeb\x8a\xbd\x7b\xcb\x66\x32\xaf\xab\x25\xfc\xd9\xfd\x83\x43\x0a\x5e\x4d\x37\x9c\xff\x90\x57\x53\x7b\xe4\x90\x12\xe0\xb2\x07\xe8\x7a\x62\xd0\x63\x14\xaa\x03\x89\x18\x95\xb2\x14\x27\xdc\x8a\xbc\x3b\xb0\x68\x47\x6e\x52\x04\xc9\x03\x7b\x80\x7a\xc0\xad\xe9\xa6\x63\x80\xc8\x89\x11\xea\x21\xfa\x03\xfc\xed\x15\x72\xf2\x8f\xa3\x52\xd8\x23\x7d\x16\x59\xff\x55\xc8\x7f\x15\xf2\x5f\x85\xfc\x97\x12\xf2\x9f\x4d\xba\x1f\xaa\xb2\x03\xc7\x30\xad\x3c\xb2\x6c\x98\xe3\xad\x72\x4b\x66\xde\x68\x08\xdf\x3a\x0c\x82\x5d\x0c\xf7\x2d\x71\xe8\x30\x79\xd5\xb9\xf8\x31\x3d\xd5\xe5\xc5\x5e\x5c\xdf\xfe\xfd\x87\xb3\x6f\x2f\x7f\x40\x0c\x49\xd3\x4d\xfb\x8c\xf0\x20\xde\x02\xfb\x80\x5b\x8e\xf2\xc6\x29\x55\x18\xf2\xa5\x20\x38\x2d\x15\xa5\xa5\x32\x96\x3e\x68\x2a\xb4\x41\x03\xf5\x70\x72\x41\xed\x72\x48\x3f\x34\x23\xbd\xa1\xa4\x50\x9a\xef\x25\x0d\x60\x76\x72\xc0\x6c\xfe\xaf\x91\xb3\xc0\xd1\xa4\x72\xc1\xc2\xbd\x96\xb6\x9c\x77\x8a\x19\x23\xde\xb1\xb8\x4b\xb2\xba\x4a\x9b\xe7\xbc\x6a\xcf\x31\x2b\x3a\xa7\x2a\xd9\x2a\x85\x7c\x64\x9b\xa1\x1e\x78\x37\xb1\x3c\xac\xd2\x90\xf9\x29\x10\x03\xfb\x3f\xaf\xe9\x3b\x46\x80\xfc\x41\xf1\xf4\x5b\x9e\xf1\x3c\x11\xe5\x80\xfd\xa4\x6b\xf0\x72\x72\xad\xe5\x24\x5f\x0e\xc7\x88\x93\x58\x65\x90\x1d\x47\xc1\xb2\xa9\xaf\x28\x43\x13\x18\xb3\x3a\x07\xfd\x4f\x95\x4c\x64\x5a\x60\xd6\x34\x89\x0d\x61\x4b\x5f\x21\x26\xcc\xba\xa8\x14\x38\x60\xfb\x41\x34\x2e\xac\x9d\x04\x5f\x3a\x8b\xbb\x45\xe1\xaf\xa0\x0d\x7c\x74\x09\x29\x2a\xdf\x21\x9f\x91\x78\x72\x3f\x17\x15\x21\x55\xd8\xdf\x4e\x81\x60\xf5\xcd\xae\x9b\xa9\x1c\x3a\xef\xb9\xd8\xe2\x06\x44\x19\x8a\xf6\xa0\x7d\x66\x78\xdb\x45\x3c\xc0\x04\x4b\x55\xa9\xa4\x53\xd9\x98\xab\x21\xb3\xad\x29\x4f\x89\x48\xc4\x80\xdd\x62\x6a\xbf\x66\xf7\x47\x77\xe7\x43\x2c\xa2\xf5\xd3\x05\xfc\x87\x91\xfc\xee\x8f\x6e\xcf\xef\x86\x8d\x8a\x5a\x77\xe7\xc3\x5d\x8a\xcd\x02\x92\x41\xdb\xc3\xda\x8e\x9f\xd6\x95\xcc\x06\x86\xb6\x54\xe5\xe0\x2a\xaf\x3e\x95\xb7\xf8\xd1\x75\x1c\xf5\xba\x9e\x8d\xd0\x18\x11\x16\x45\xc0\xb3\x53\xe4\xb6\xb6\xb9\x66\xe8\x61\x87\xc9\x06\x2f\xcf\xd2\x4f\x1a\xc9\x52\x50\x22\x57\x25\xcf\x27\x82\xbd\x33\x83\x7d\xf3\xef\xff\xfe\xd5\xbf\x0f\xd8\x75\x88\x4a\xc1\x73\x76\x75\x76\x7d\xf6\xf7\xdb\x9f\xcf\xff\x7e\x7d\xf6\xf1\x32\x2a\xd8\xc4\x1d\xd6\x77\xf0\x90\x33\xa5\x1e\x44\xca\xea\x82\xd2\x5f\x20\x6e\x18\x5f\x5c\x1e\xe2\x42\x0c\x21\x6d\x38\xc8\x95\x30\x67\xb9\x54\x0f\xaa\x11\xa0\x8d\xa2\x21\x6d\xc2\x1b\xd3\xc5\x51\x5f\x8d\x46\xa2\xe3\x30\x10\x68\xc6\x8b\x13\x62\x1c\xae\x95\x9c\xe4\xaa\xa4\x32\xd9\xf6\x8d\xa2\xe1\x24\xc9\x6a\x5d\x89\xf2\x6a\xf8\x9f\xd7\x2a\x27\xfd\xc1\x17\x58\xb2\xe5\xb5\xa1\x5b\xc5\xc4\xaf\x35\x82\x3b\x35\x67\x72\x58\x42\x81\xd7\x2a\x9f\xf4\xb9\x35\xec\xef\xa0\x77\x9a\x8b\x7b\x20\xbd\xf3\x36\x0e\x82\x5c\x21\x45\x50\x14\x63\x58\xda\x9c\x57\x28\xd8\xd9\x94\x29\x8e\x79\x30\x88\x80\x01\x37\x98\x2f\xd3\x9b\x95\x82\x85\x3b\xaa\x0d\x24\xc4\xb5\xb3\x86\x81\xab\x61\xb3\xd8\x9d\x33\xc3\xe4\x74\x89\x1a\x0c\x0c\x53\x37\xb2\x85\x7d\x4f\x33\x6e\x46\x44\x74\x84\xdc\x0d\x16\x41\x24\xcc\x78\x4e\x83\xe0\x98\xe6\x22\xcb\x1c\x0c\x8f\xa3\x05\x5a\xd9\x74\x27\xe6\xf7\x1f\xde\x24\xd7\xeb\xc2\xf6\x82\x9b\x9e\xf0\xdc\x02\x3a\x24\x53\xf3\xc6\x53\x17\xfa\x8e\xfa\x8c\x2b\xfc\x12\x80\x6e\xdf\x1f\x99\x9b\x6f\x28\x28\x14\x16\xb1\x0a\xd9\xf1\xfd\xd1\xfd\xd1\x49\x8f\x61\xe5\x31\xe8\xe4\xf7\x71\xe0\x7a\x59\x63\xad\xdf\x08\xf3\xc6\xa6\x82\xa7\x80\xf8\xe0\x1f\x9b\x91\x23\x20\xf6\x1e\x6a\xe1\x51\x12\x9b\x2b\x6b\x0f\x95\xf2\xc2\x52\xd8\x46\xb8\x67\xe7\xf6\x24\x7b\xcc\x4a\x1f\xf8\x42\x63\xf9\xe3\x8a\x5e\xb7\xe1\xee\x54\xff\xfb\xf2\x09\xcd\x02\x86\xae\x1d\xf6\x71\x3e\xca\xb2\xaa\x79\xd6\x97\x85\xc6\xc0\x4f\x72\xbd\x99\xb5\x2d\x25\x52\x77\x33\x79\xe2\x54\xaf\x86\x9b\x34\xff\xa0\x65\xec\x3d\xf6\x07\x23\x50\x84\x45\x99\xce\xc8\x1a\x2e\x72\x8b\x5e\x85\xcd\x52\xd2\xc8\x47\x8a\x8a\x55\x25\x1f\x8f\x65\xe2\x39\xad\x63\x1e\xec\x6e\x2a\xb4\x79\x3e\xda\x01\xc9\x20\x90\x0e\xf0\x19\x6f\x40\xc7\x96\xf8\xb6\xc1\xce\xa3\x0b\x23\x60\x8f\x32\x8c\x0c\x83\x14\x46\x14\xb5\xb9\xff\x1c\x2f\x4b\xf9\x68\xae\x60\x05\xf9\x92\xa9\x08\x4a\x97\x5d\x0d\x07\x8c\x9d\x41\x65\x3e\x23\xad\x52\xb2\x08\x48\xa5\x64\xed\xc9\x14\x4f\xfb\x23\xba\x01\x96\xba\xd0\x1c\x0b\x5e\x3a\x5b\x5f\x60\xe5\x27\x69\xf4\x45\x0a\xe0\xb4\x1c\x6f\x07\xb8\x8d\xb0\xa9\xa5\x5d\x6e\xc5\x61\xfc\x1c\xaf\xc0\x5a\x9c\xe6\x50\x36\x28\xc8\x43\x27\x6c\xf2\xaa\x2e\x29\x11\xf5\xdc\xf0\x6f\xb0\xa2\x95\x69\xcb\x09\x5f\x2b\xff\x26\x2d\x5d\x92\xf9\xa3\xca\x1e\x21\x07\xb1\x81\x25\x7d\xf3\xe1\xbc\xff\xee\xdd\x97\x5f\x41\x7e\x3b\x48\x26\xc7\x1b\x0a\x74\x98\xd6\x98\x97\xea\xc4\xea\x3b\x2a\xae\x3a\x12\xf1\x23\xdd\xfd\xe1\xdc\xe1\x8d\x1a\xaa\x4c\x26\x9b\x50\xb4\x5b\xfb\xb8\x94\x79\xd9\xd0\x05\x52\xa1\x31\x37\x5d\xb1\x52\xd5\x55\x70\x1a\xf6\x16\x57\x0a\xee\x6e\x1f\x13\x9c\x54\x69\x9f\x59\x7f\x2e\xd3\x40\xaf\x34\xf4\x12\x02\xf4\xee\x8f\x10\xea\xa3\x7c\xb4\x49\xf4\x64\x8d\x42\x03\x97\x79\xc8\x79\xca\xf8\xa3\x92\x29\x41\x63\xaa\x3c\x65\x53\x55\xc0\xe1\x85\x64\x0f\x1a\x5e\x93\x36\x41\xe5\x68\x89\x6e\x61\xdc\x63\x29\xf5\x83\x11\x9b\x2b\x07\x58\x20\x67\xf4\x62\x52\x37\x7f\x5d\x50\x55\x04\x33\x43\x22\xb7\xf7\x47\x4c\x8d\x74\x52\x97\xeb\xa6\x38\xe3\x0b\x86\x61\x98\xd1\x2c\x8d\x78\x9a\x23\xce\x53\x0e\xb8\x50\x66\x26\x61\x90\xec\x44\xa9\x14\xc2\x5f\x79\x46\xaf\xd8\x4f\x61\xfb\x2b\x30\x15\x3c\xab\xa6\xe7\x53\x91\x3c\x5c\x77\x53\x83\x5b\x7a\x38\xde\x85\xcb\xc5\x16\x89\x69\xc1\xac\x6e\xed\xe0\x12\xdc\xcb\xb9\x1a\x37\x45\xd5\xbf\xb5\x8c\x2c\xb5\x83\xfb\x8a\x25\x73\xc6\x0b\xc9\x46\x3c\x79\x10\x79\x50\x06\xd3\x8b\x04\xf6\xc3\x03\xf6\x8b\x79\x96\x66\x9f\x0d\x79\xed\x7b\x36\xeb\xa6\x86\xe2\xb1\x0c\x74\x6c\x07\xa3\x01\x07\x47\xcc\x55\x00\x6c\x17\x31\xe2\x3b\x62\x93\x1a\x21\xe4\x97\xee\xd5\x65\xeb\x33\x09\x3b\x24\xbc\x19\xa9\x7c\x00\xec\xae\xe2\x03\x9f\xc9\x8d\x65\x79\x6d\xb3\xe0\xdc\xe6\x21\x50\x83\x7d\xbd\x08\xd3\x50\x78\xc2\x89\xc6\x1d\xc3\x1e\x64\x52\x67\xbc\x34\x77\x79\x8c\x43\x1d\x8b\xc1\x64\xc0\xae\x86\x8f\x5f\xb3\x47\x0d\xff\xf1\xcd\x09\xa6\xdb\x72\x9f\x61\xea\x9b\x4b\xed\x1d\x8c\xbd\x90\xbd\x9a\x26\x11\xda\x9d\x3f\x52\xb2\x46\xf3\x8a\x06\xe9\x51\x3e\xbe\xe1\xe4\x8f\x5c\x66\x50\x90\x36\x66\xd6\x38\x83\x5c\x75\xf9\xf2\x1b\xcd\x8a\x52\xce\x78\xb9\x08\x5a\xc7\x79\xab\x9f\x60\x8f\xec\x14\x35\x3b\xce\x82\x73\x37\x42\x56\xf8\x6f\x04\x08\xbc\x31\x52\xa4\xee\xb1\x40\xf4\x38\x71\x70\x65\xa5\xca\x32\xc3\x7d\x51\xda\x70\xb6\x96\x55\x4c\x9a\xc8\x80\xb9\xcb\x2e\x94\xdc\x4d\x75\xc0\x9c\x11\x4d\x7b\x46\x75\x1b\x8a\xbb\x23\x6f\xac\x71\x7d\x1a\x6a\xde\x6c\x56\x57\xb0\x8f\x7c\x5c\x59\x45\x03\x2a\x0e\x9f\x81\x64\x8f\x85\xf1\x68\xd0\xab\x21\x5d\x23\x00\xc8\x5b\x71\x02\xfe\x62\x7c\x63\xfe\x02\x17\x04\xcb\xda\xe0\xdf\x4f\xe0\xf8\x72\x82\x39\x33\x64\x10\xcc\x01\xb0\x45\x4e\x46\xb7\x35\xf9\xfc\x1d\x41\x45\x63\x66\x5e\xe7\xf6\x44\x2f\x3e\xb5\x4d\x58\x84\x0d\xc1\xda\xee\xa8\xa1\x00\xef\xe3\x87\x1f\xfd\x03\x26\x6f\x54\x76\x4b\xbf\x1c\x91\xba\x1a\x36\xe3\x0b\xec\x11\x58\x5d\x84\x70\x5b\x52\x51\x88\x3c\xd5\x68\x63\xf4\x90\x66\x90\xf0\x93\x2d\x70\x43\x54\x9d\xf6\xa9\x74\x50\x69\x71\x1b\xa3\x22\x44\xe0\xea\x8b\x16\x8c\x14\x8c\xc3\xaf\xcc\xde\xae\x80\xd2\x46\x1a\x91\x13\x6a\x02\x15\x01\x4e\x37\xfa\xb0\x43\xd5\xb0\xc8\x91\xe0\x26\xc6\x65\xec\x79\x40\xe1\x33\xda\x0c\x4b\xe8\x37\x16\xec\x10\xcd\xf2\xf2\x45\xc6\x2b\x43\x66\xc9\x30\x4d\xd2\x9e\x99\x4a\xe2\x05\xeb\x30\xd9\xb9\xb1\xce\xe8\x41\xba\xbd\xb1\x23\x04\x9a\xa8\x9b\x06\xf1\xfe\xab\xa1\x3e\xf4\xb6\xde\x1f\x6d\x15\x03\x89\x46\xaf\x3e\xdc\x64\x2c\xd5\xdd\xa7\xe7\x14\x84\x41\xc6\xdf\xef\x8f\x65\x29\xe6\x3c\xcb\xba\x85\x43\x1e\x50\xe6\x87\x5b\xdc\xc1\xd0\x69\xf5\x37\xbc\xf5\x4e\x89\x59\x65\x92\xfd\xed\xf4\xd8\x03\x79\x95\x87\x81\x51\x6a\xd3\xc6\xae\x8e\x3b\x37\xbb\xd6\x9f\xf1\xa2\xff\x20\x16\x3a\xb2\x7a\xb9\xcd\x6f\x96\x5c\x74\xc6\xe7\xe0\xe7\xff\xda\xf0\x05\x3b\x9d\x19\x2f\xb6\x0b\x9b\x5f\x36\xef\x6f\x19\x36\x1f\xde\xa4\x7a\x94\x49\x3d\xbd\x56\xd5\x8d\xe0\xe9\xe2\xcc\x6a\xf9\x9b\xd0\xc0\x56\x74\xeb\x21\xf1\x24\x29\x0e\x31\x89\x64\x0c\x6b\x74\x71\x7d\xcb\xa4\xd1\xb7\x67\x36\x52\x83\x3c\x60\x34\x26\x41\xea\x35\x06\x86\x80\x84\x7a\xa4\x85\xe3\xde\x22\xe0\xe7\x6d\x25\xdf\x6f\xbd\x8b\xcf\xc3\x4f\x91\x2c\x6b\x61\xb3\xe0\x6f\x56\xaa\x31\x72\x43\xc2\x29\xdb\x8c\xc0\x3e\x02\xe6\x43\x6e\x1f\xd4\x48\x6e\x2b\x5e\x89\x71\x9d\xdd\x02\x08\xf1\xdf\xac\x35\xca\x32\x3f\x0c\xfe\x29\xf8\xc4\x88\x2b\xb7\x37\x3f\x93\x82\x8c\x53\x97\x95\x66\x43\xc4\x93\x40\xa8\xfe\x52\x18\x7a\x58\x11\x71\x94\x25\x15\x92\x33\x03\x62\xe2\x5b\x69\x9e\x2b\xbc\x63\x61\xa8\x9e\xd4\x89\x51\x70\x56\x15\x5c\xda\x00\xcd\xb9\x54\x78\x0a\x7e\x7f\xd6\x2a\x80\x37\xa0\xdb\x5a\xcd\x24\x50\x6d\x0b\xbb\x0d\x0c\x70\x92\x97\x6a\xf6\x81\x53\xd4\x1d\x83\x9d\x3b\x28\x47\x68\x4b\x54\x65\x88\x18\xdb\x8b\x7d\x7c\x70\x2f\xea\x19\xb2\x1d\x9b\x41\xe9\x84\x47\x0b\x09\x09\x16\x27\xb0\x19\x56\xda\x2b\xd4\x3d\x12\x3a\x03\xfb\x8e\x83\xb3\x9d\xa9\x54\x8e\x17\xbf\x23\x9b\xe2\xf6\x35\x08\x35\x16\x94\x3f\x1b\x03\xd5\xdd\xa4\x30\x05\x4e\xb3\x73\xe0\xe7\x57\xc3\xfb\x23\xf2\x97\xa1\x15\x17\xd0\xe0\xe0\x1c\x66\x5c\x22\xd2\x2e\x7d\x82\x71\xfa\xc6\x80\x5d\x02\xf8\x9e\x17\x09\xa0\x06\x6c\xda\xd2\xd0\xda\x8d\xec\xc7\xb0\x46\x76\x2e\x62\x48\xac\xeb\x83\x3b\x58\x0f\x6e\x9a\x6d\x6c\xf3\x39\x08\x1a\x7b\xc0\x20\xb4\x8d\xb6\xee\x61\xb6\x7e\x3f\xae\x01\x1c\x65\x9a\x21\x19\x6e\x9e\xc7\x0a\xff\xa6\x2a\x54\xa6\x26\x8b\xef\x91\x89\xae\xbb\x3f\x61\x53\x34\x3c\x7b\xa5\xba\xaf\x4a\x90\x2c\x49\x92\xb1\x4d\x09\x61\x1a\x61\xa3\x1b\xdc\x24\x88\x5d\x8b\x74\x42\xe5\x86\x25\x7b\x95\x36\x32\xa3\x8f\xcd\x40\xb9\x1f\xe4\xc0\x66\x9e\x1e\x38\x56\x02\xef\x07\x78\x05\x6d\xf1\x78\xa3\x67\x42\x04\x2c\xf7\x06\xe4\xc8\xb0\xf1\x9f\x68\xce\x60\x77\xd1\xe4\xad\x37\x14\x6d\x9f\x0d\x02\xc8\x0d\x99\xd1\x15\x7b\xf7\x0d\x35\xe6\x8b\xc8\x0b\x32\x08\xb9\x5f\x29\x58\x32\x55\x5a\xe4\xf4\x62\xc8\x73\x3b\x96\xa5\xae\xa2\x1d\xa3\x58\x6e\xa7\x8b\x92\x81\x28\xf0\x90\x3a\x56\x17\x6b\x0a\x3c\xcb\x00\x93\xce\x50\x3a\xa0\xa4\xb9\x72\x9d\x91\xad\xfb\xf8\x15\xf7\x41\x8b\x5c\x07\xaf\x34\xa6\xcd\x53\xae\xa3\x21\xc6\x16\x79\x89\x1e\x3f\x59\x00\x72\x0c\xd8\x77\xc7\x68\x1d\x52\xb4\x11\x36\x2a\x93\xdd\x1f\xfd\xe9\xfe\xc8\xee\x91\x0d\xeb\x9f\x09\x9e\xb3\xfb\x23\x9e\x2f\xdc\x94\x0c\x21\x02\x2d\x23\x01\x19\x89\x67\x2e\xac\x53\x8e\xa1\x5f\x0f\x95\xef\x19\x40\x64\x69\x91\x6b\x61\xcb\x01\x64\x5c\x3b\xf1\x21\x77\x09\xa0\xab\x5d\xcb\x60\x38\x37\x3c\x0a\x70\x0f\xdd\x9e\x24\x2a\x37\x92\x19\xde\xb7\x18\xc3\xf9\xc5\x3d\x07\x1d\x0a\xcd\x02\x6b\x0a\xd0\xb0\xa6\x6a\x1e\x0a\x57\x41\x20\x4f\x4c\x7b\x1d\x13\xb4\xfe\x40\x0b\x82\x66\xee\x6a\xc8\xe7\x7a\x5d\xf9\xe5\xfd\x51\xd8\x0d\x4e\xbb\xd0\xcb\xfa\xa4\x88\x78\xa8\x33\x39\x23\x43\x22\x03\x92\x21\x30\xd6\x8c\xee\xc2\x7b\x03\x1f\xae\xb9\x8c\x81\x26\x4b\x11\xf2\x81\xad\x3d\x7e\x7a\x6e\x7b\x02\x1b\x2c\x81\x89\xd9\x50\x78\x5e\xb5\x84\x1e\x8c\x16\xe4\xd3\xa5\x4b\x51\x27\x41\xd8\xb2\xff\x84\x0d\x60\xbe\x1a\xb3\xc8\xf1\xec\xdd\xaa\xb9\x62\xc4\x99\x18\xfe\xc9\xdb\x04\x2d\xbc\x99\x88\x66\x4c\x92\xb6\x2d\xa6\x4c\xf0\x24\xbe\x4d\xc9\xc9\x98\xc2\xc1\x81\x8e\x16\x2f\x73\x96\xe6\x9b\x78\x44\xf7\x47\x6c\x54\xcb\x0c\xad\x2f\xe7\xde\xee\x84\xb4\xc2\x6d\xb3\x0b\x08\x33\xf2\x2a\x79\xe1\x80\x66\x83\xbb\xc3\x9d\x5f\xe2\xaf\xcb\xfd\x51\x78\xee\xd1\x67\x9c\xd5\x1b\xa8\x03\xf9\xf8\x43\x91\x2e\x36\x3f\x1c\xcb\x71\x60\xe1\xb0\x66\xb7\xba\x04\x7c\x6f\xd0\xe4\x4f\x36\x4d\xe6\x90\xc2\x03\x6d\xba\xcc\x27\x7d\xd7\xce\x0a\x10\x20\x39\xbe\x18\x2a\x7d\x08\x96\xb4\x39\xea\x02\xa1\x91\x82\xbc\xab\x70\x1b\x3d\x70\xd2\x36\x81\x16\xa1\xfd\x6a\x67\x69\x27\xbc\x26\x1d\x90\x9f\x22\xe3\x63\x2c\xe1\x2c\xad\xc5\xda\x04\xdd\x5d\xea\x61\xa4\xa5\xc0\x42\xe4\x58\xc9\xe2\xa0\x47\xb2\x5e\x0c\x5c\x3e\x9a\x36\xb1\xad\x79\x44\x1d\x04\xb7\x0e\x21\x31\x28\x61\xef\x8e\x01\x4f\x03\x74\x10\x46\xed\xb7\x36\xc9\x9f\xe7\x9b\xf4\x83\x43\x9e\x0c\xd6\x8f\xf8\x74\x3b\x14\xa5\x06\xd8\xc8\xae\xe5\x8d\x6e\xa2\xb2\x57\x76\x18\x56\xb8\x71\x6c\x52\xd7\x72\x19\xa9\x95\xa7\x31\xd6\x77\x9b\x59\xb6\x07\x1f\x47\xc5\xd2\x48\x42\x84\x31\xe1\xdc\xed\xe3\x46\x9b\x25\x43\xf0\xd4\xc8\x9e\x66\x12\x1c\xac\x20\x36\xd0\xf6\xf2\xc9\x10\x68\xf1\x54\x7d\x8d\x91\x91\x4f\x63\x8d\xff\x91\x57\xe6\xbf\x06\xec\x6a\x56\x64\x32\x91\x55\x46\x79\x12\xa5\x03\xc4\xb0\xdd\x9a\x40\xc4\xbb\x23\xad\x6f\xd8\x87\x25\x74\x7c\x76\x6c\x7a\x9e\x42\x95\xff\x13\xc4\x70\x03\x0d\x7e\x2a\x4a\x1b\xef\xa4\x30\x09\x44\xf8\x3f\x5a\x3b\x90\xcc\x19\x1e\xfc\x47\xcc\xaf\xdf\xb9\x2a\xca\x0d\x3c\x9c\xdd\x1e\x53\x13\x93\x63\x6d\xd2\x84\xfd\x5a\xc3\xfb\xec\xeb\x7a\x5b\x60\x25\x35\x32\xaf\xcd\xfa\x42\xfc\x55\x3d\x1b\x5e\x19\x2e\x9b\xa2\xba\xa4\xad\xaf\x30\x92\x61\x22\xbb\x5a\x20\xd1\x56\x95\x91\x7d\xcd\xf1\xb6\x6e\x05\x5e\xfd\x0e\x11\x2b\x3f\xbb\x86\x36\x5e\x65\x5a\xcf\x78\xde\x37\x27\x09\x52\x49\x18\xbf\xea\xa7\x6e\x13\x7f\xe9\xcc\x30\x36\xdf\xe3\x32\xad\xac\xf4\xb6\xc3\x6d\xf4\x4b\xe9\x52\xd0\xed\xe7\xb8\x75\xf3\x6c\x12\x55\xb8\xd5\x10\x79\xa0\x49\xba\xb5\x39\x97\xad\x07\xc9\x8a\xb4\xb5\xca\x16\x0b\x19\x36\x2a\xe8\xc4\xae\x5a\x54\x83\x00\xb3\x46\x37\x03\x99\x60\x4f\xcd\x5c\x48\xf2\x1d\x09\x36\x93\x65\x09\xe6\xaa\xe6\x74\x50\x73\x93\x93\x69\x05\x75\x2f\x2a\x31\x29\xc9\x23\x7a\x2b\x2a\x16\x1c\x1f\x04\x6e\x60\xe9\x3e\xf3\xdf\x04\x50\x86\xaf\xcd\xde\x22\x82\xa5\xac\x4b\xec\x5d\x29\x76\x6f\xab\xa2\x21\xe1\x58\xa8\xda\x45\x61\x21\x98\x8e\x5b\x9f\x6e\xd9\xa9\x6b\xff\x47\x84\xf5\x55\xd6\x5a\xd8\x17\x4f\x52\x57\xcb\xab\xb1\x9b\x64\x5d\x7d\x2f\x25\x93\xd9\x09\xbc\x32\x97\x57\xe6\xf2\x1b\x31\x97\x56\x7c\xb7\x57\x0e\xf3\xca\x61\x5e\x39\xcc\x1f\x81\xc3\x2c\x74\x52\x65\xeb\x74\x4a\x68\xe0\x12\xed\x39\x7b\x30\x87\x95\xb1\x82\x97\x7c\x26\xcc\xde\x57\xb6\x78\xc4\xe1\xaa\xee\x82\xdd\x80\x06\x59\x20\x1a\x68\xd7\xe2\x7c\xe1\x03\x31\xa4\x61\xd3\xb3\xb0\x39\x3e\xbb\x7e\x6f\xe9\x00\xda\xd3\x62\x1a\x90\x76\x34\x37\xfa\xf7\xce\x79\x32\x77\xe7\xc3\x5b\x95\x3c\x88\xea\x6c\x13\x7a\x4e\xa3\x65\x90\x2f\xc3\x73\x46\x35\x16\x9c\x93\x40\x15\x82\x42\xd6\x34\xf4\xd9\x7c\xb0\x86\x75\x77\x2e\x4e\xfb\x37\xc3\xe7\xed\x73\x24\x6b\x3e\xab\x54\x6f\x09\xe2\xa5\x50\x29\xbb\xda\x25\x87\xae\x2d\x29\xf1\xf3\xca\x9e\x0b\x6a\xb0\x1c\x26\x55\xee\x37\xca\xd4\xba\xe3\x72\x2d\x1c\x37\x64\x5c\xab\x94\x20\x14\xa0\x35\x58\xa2\xab\x8a\x27\x53\xeb\x81\x47\x3e\x70\x7f\x84\xa1\xc2\xf7\x47\x90\xa0\x95\x03\x48\xa6\x25\x9f\x14\xd0\x55\xa9\xcc\x88\x87\x48\xbc\x61\xb4\x0e\x12\x2c\x0e\xbb\xa9\x52\x9f\x4b\x09\x32\x53\xc6\x2e\xbe\xb8\x34\xa0\xb8\x84\xa8\xc2\x44\xd0\xa3\xf9\x40\x33\xeb\xd8\xb0\x61\xcf\x86\x69\x5c\xab\x5b\xb3\xd8\x3a\x13\x3d\x36\x04\x57\xa3\xff\x85\xc2\xe9\x2f\x9f\x44\x52\x57\xbb\x88\x01\x18\xfc\xd3\x7d\x69\xb8\x98\x07\xb1\x58\xae\x3e\x84\xf9\x30\xbb\xe4\xac\xca\x99\x38\x4b\xd3\xe5\x72\x88\x7b\x40\x40\xdc\xc9\x26\x08\x68\xf3\x6a\xd9\x8f\x36\x2d\x9c\xe8\x73\xad\x82\x12\xe8\xb8\xe6\x39\xd7\x8c\x9b\x0e\x50\x5d\x5e\x6a\x14\xc9\x8c\x68\x5e\x89\x1c\xc4\x09\x77\x0e\xd8\x43\xaf\x12\x22\x3b\x30\x96\xb6\x4d\x47\x37\x61\xa2\x4a\xcc\x54\x4a\x49\xca\xa9\xc2\x53\x39\x30\x0c\x90\xb9\x1d\xbd\xa5\xa7\xb0\xf7\xab\xc7\x6b\xbf\x81\xe5\x10\x05\xc7\x97\xef\x7a\x34\x9f\xbf\x7d\x42\x1a\x9e\x3c\xee\x83\xf7\x1c\xdb\x7a\x92\xa5\x2c\x32\xc1\xfe\xf2\x20\x16\x3d\xf4\xcc\xe2\x4a\xfe\x1a\x94\x6d\x77\x41\x41\xa8\x42\xaa\x92\xfd\xc5\xfe\xd7\x5f\x0f\x45\x25\x2e\x91\x2e\x84\xa1\x6b\xf6\xec\x88\x64\x40\x28\x4b\x95\x4c\x07\xec\x12\x22\x91\x66\x82\xe7\x14\xb0\x04\xde\xf2\xb0\xb1\x85\x85\x08\xd4\x1a\x8b\x16\x1c\xe4\x49\xfe\xc6\xd4\xe3\x7b\xac\xc9\x5d\xc5\xa4\xc3\x56\x4e\xaa\xfc\xb9\xfa\x88\xa7\xf5\x6b\x7f\x10\x0b\x1b\x58\x20\x6c\xc5\x6f\xf2\x88\xbb\x93\xb3\x6c\xee\xd2\x08\xcb\xfa\x3f\x6c\x21\xcc\xd9\x48\xe6\xf8\x31\x1c\xda\x6e\x36\x73\x1e\x7b\xed\xc2\x12\xe0\x33\xdb\x6f\x88\x9d\xc2\x46\x69\x86\x66\x1a\x01\x0f\x3e\x88\xc5\x1b\x4d\x50\x60\x2a\xd7\x53\x59\xd8\xf7\x4d\x65\xd5\xad\xd3\x1b\x3b\x5b\xb7\xb7\x59\x23\xa6\xbf\xfc\x5a\xf3\x2c\xf6\x98\xd3\x4f\xd4\xc8\x6c\x55\x54\xfd\x75\x2e\xb3\x34\xe1\x94\x63\x47\x31\x0b\x5a\xd9\xac\x67\xf3\xfc\x12\x9e\x7b\x36\xe5\x4e\x81\x7c\x73\x41\x4e\x8a\xb9\xcf\x13\xb5\x32\x7a\x70\x2d\xf9\x77\x97\xa0\x1b\x78\xde\x5d\xb3\x7d\x93\x82\x17\xa2\x94\x0a\x2b\xdf\x03\x82\x5c\x7c\xd1\x8e\x91\xb0\xdb\x3b\xa2\xc6\xf6\xed\xb9\x87\xd0\x0b\xd0\x05\xab\xb6\x84\xfc\x93\x80\xec\x04\xac\xfb\xdb\x85\x95\x41\x7b\x94\x21\x03\x56\x07\x51\xd9\xb0\x3f\x7b\xed\x9a\x5c\xdf\x6c\xbf\x78\x14\x25\x3b\x26\xc1\x40\x3c\xca\xa4\x3a\x19\xb0\xff\x5f\x94\x0a\x8e\x36\x17\x13\xc4\x87\x6b\x18\x2c\x2a\x4a\x73\xe0\x9a\xbd\x65\xc7\xd0\x8d\xc9\xd9\x4c\xa4\x92\x57\x22\x5b\x9c\x34\x30\x4d\x0e\x0d\x75\xd7\x5d\x47\x8a\x68\x00\x72\xb2\xc6\xb9\x38\x82\xad\xdc\xf3\x76\x0f\x1a\xc2\x18\xcd\x15\x8e\xca\xd1\x39\xbc\x03\xfb\xfe\xdd\xa9\xfd\xc3\x1c\x2e\x67\xa5\x98\xc0\xe5\xc4\xdb\xf7\x52\x4a\xb1\x8d\xc7\xba\xa5\x78\x8d\x1f\xf8\x48\x64\xc4\xd0\x67\x62\xad\xbc\x7b\xe6\x43\x7a\x5c\xb4\x47\xe9\x7b\x12\x90\x45\x54\x54\xce\x6e\xdb\x44\x3e\x8a\x1c\xe3\xbd\x28\x1a\x09\x53\x7c\x78\x56\x4c\xb9\x4b\x6e\x71\x39\x90\x90\x67\x6f\xb5\x85\x71\x1d\xa7\x8c\xac\xe4\x72\x9b\xe9\x3d\xe4\x07\xd8\xa0\x33\x4f\xe8\xdd\x9c\x03\x32\xbf\xa3\x4a\xbe\x89\x3c\x9c\xe5\x0c\xa2\x93\xc0\x37\x1d\xa0\xb4\xe9\x01\xfb\x94\xdb\xbb\xd3\x00\x47\xc2\x19\x5b\x53\x44\x06\xe8\xaf\x03\x76\xc9\x93\x29\xd6\x4c\x05\x5b\x2a\xd5\xa6\xd7\xec\xd3\xcd\x4b\x85\x55\xed\x26\xa6\xd1\x36\xed\x2f\xa6\xc5\xf7\xf8\x4e\x94\xb3\x2d\xef\x6e\x25\xca\x59\x93\x3a\x97\x42\xd7\x19\x28\x47\xb8\xeb\xbf\xd6\xa2\x94\xe6\x74\xce\x58\x5e\x67\x99\x8b\x70\x5b\x35\x9c\xbd\xf0\xb9\xb2\x78\xf3\x28\x24\x07\xef\xc4\x86\x5b\xcc\x80\x43\x9e\x5d\x5f\x90\xd0\x4e\x29\x36\xf0\x88\x20\xea\xdf\xb4\x1b\xd7\x79\x82\xb6\x05\x59\x2d\x0c\x21\xbd\x56\xa9\x08\xd7\xfc\x7c\xcf\x09\x96\x02\xe4\xe1\xf2\xc9\xec\x91\x6e\x2b\x4c\xba\xb4\xcd\x4b\x41\xab\x6d\xa4\x02\x0a\x50\xc1\x06\x37\xc5\x98\x7d\x93\x62\x36\x92\xb7\xfd\x6f\xf9\xae\x17\x15\x52\xb2\xcf\x5d\x2c\xe4\x3a\xed\x62\x45\x97\xc0\xb0\x0d\x41\x89\x8a\x52\xcd\xbd\x7a\x00\x4a\x3c\x9f\x29\x52\x1b\x90\xec\xda\xa3\xe8\x12\xa5\x64\xb6\xeb\x76\x45\xbe\xc4\x3e\x98\x87\xd1\xb8\x6b\x63\x96\xc2\x96\x0e\x8c\xa8\x52\x6c\x2c\xf3\xc6\x42\x07\x98\x52\x12\x85\xe2\x4a\x4d\x0f\xd7\xd3\xf4\xd2\xa8\xa5\x58\xc6\xa8\x52\x3e\x72\x11\x73\x6e\xc8\xac\x35\xc6\x9d\xc3\x27\x22\xcb\x25\x3d\x96\xee\x72\xaa\x66\x5c\xe6\x2b\x34\xe7\x19\x7f\xba\x7d\x10\xf3\x0d\x2f\xe4\x23\xb6\x6a\x80\xfa\xa4\x62\x52\x0a\xb0\x19\x06\xb5\x57\x6d\x6c\x6f\x2e\x1e\x85\xd1\xe6\x53\xa9\x09\xfa\x07\x08\xc6\x1b\x4d\xaa\xe1\x93\x9c\xd5\x33\x23\x57\x12\xb0\x52\x2a\xc7\x36\x3b\x7b\x24\xaa\xb9\x20\xd7\x85\x5f\x6b\x7c\x5d\x24\x1a\xa4\xaa\xb9\x6a\x2e\x94\x04\xe9\xf8\x16\x81\x83\x73\xc0\x3e\x84\xf5\x69\xc1\xdf\xf3\x55\xff\x9f\x2a\x77\xa1\x84\x3d\x66\x57\xea\x33\xdc\xdf\x51\x11\x3a\x97\x01\xe3\x42\xc9\xa3\x7b\x67\x6f\x35\xd7\xec\xdd\xe9\xbb\xd3\xb7\xef\xd9\x7f\x33\x33\xf4\x3b\xfa\xdf\x2f\xe9\x7f\xbf\x62\xff\xcd\xfe\x9b\x31\x36\x64\x2c\xfa\x5f\x06\xff\xdb\x67\x72\x1c\xce\xe1\x9d\x99\x66\xa2\x66\xb4\x6e\xd0\x1d\xc0\x48\x62\xb8\x2a\xa9\x9c\x70\x43\x70\x68\x60\xb7\x89\x9a\x09\x98\xc3\xbb\xff\xb0\x6d\x30\x6b\x86\xa9\x9c\x5a\xbe\x3b\x86\x29\x9d\xb0\x39\xc8\x7b\x33\xfe\x80\x37\xeb\x2c\xa9\x6a\x9e\x99\x8f\x1f\x7f\xd9\x7f\x7b\xc2\x54\x1e\x37\x7f\x94\x2a\x33\x62\x36\xcd\xf0\xf8\xdd\xc9\x60\x69\xca\x5f\xb6\x4c\x39\x9a\x2d\xcc\xc2\x1c\xde\x3f\x21\xef\x03\xee\x04\x77\x08\x40\x36\x81\xf8\xa2\x99\x08\xf6\x0e\x8e\xe1\xad\xd5\x01\x48\x2f\x3f\x38\xf4\x40\x90\xe2\xb0\x51\x69\x72\x2d\xad\x2c\x6e\x04\x34\x35\x46\xfb\x2a\x71\x0a\xe0\x7d\xf4\xde\x31\xb5\x89\xde\xba\x07\xb9\x31\xbd\x00\x2b\x2a\xc5\xe2\x84\x59\x68\x6c\xb0\x08\x95\xce\x85\x1e\xd6\x5f\x73\x44\x92\xfd\xe2\x5b\x22\xa8\x23\x58\x66\x70\xa0\xbf\x62\xf4\xf0\xfd\xd1\xa8\x4e\x1e\x44\x65\x21\xf2\x8c\x10\x56\x29\x56\xd4\x15\x73\x68\x20\x4b\xa4\xa5\x52\x38\x1c\x76\x5d\x75\x5a\xdb\xcb\x9d\xf3\xa9\xc8\x7f\xca\x35\xaf\xa4\x1e\x4b\x3e\xca\x36\xa9\x3c\xbf\x34\xdb\x07\x26\x1f\x62\x2b\xa9\xe0\xb4\xab\xa8\x67\x23\xa8\x42\xaa\x84\xce\xdf\x54\x0c\xbb\x92\xea\x86\x4f\xd5\x87\xf8\x9b\x5b\x7c\xa1\xae\x55\xe5\xcc\x38\xc7\xa4\x76\x9e\xb0\x4a\x64\x99\xf5\xc9\xe2\x1f\x4b\xb2\x34\xbb\x1f\xcc\x77\xfa\xcc\xf6\x3d\xcb\x17\x73\xbe\x68\xed\x67\xfa\x54\x80\xea\x1e\xf4\x84\x2d\x0d\x8e\x99\x6b\x76\x7f\x14\xad\x15\x3d\x9e\x80\xd1\x6f\xde\xbe\x1c\xb3\x22\xe3\x09\x06\x24\x04\x2f\x8d\x8c\xf4\x8e\xe6\xd1\x6b\x35\xc3\xd1\xfb\xbc\x3f\x7a\x29\x1a\xf8\x95\xa1\x3f\xeb\x69\xe0\x10\xfe\x6f\x99\x16\x5e\x8d\x59\xcb\x69\xbb\xb9\x44\xe7\xb4\x0d\x79\xfc\x12\xa8\xd8\x57\x27\x01\x95\xfc\xea\xf4\xcb\xd3\x77\xc7\x66\xae\x5f\x9e\x98\x59\x47\xf4\xef\x9d\xa3\x7f\xae\x27\xcd\x48\xe8\x88\x02\x5e\xe5\xa8\x27\xb3\xb9\x2a\x53\x1d\x61\x71\xc0\x8c\xf0\xc8\xcd\xd3\x75\xb0\x3b\x04\x87\xe3\x2e\xc6\x5c\x99\x3b\x0a\x74\x58\x56\xec\x4f\x33\x55\x8a\x3f\x05\xcd\xf7\x7c\x77\x1d\x75\x1e\x2b\x0b\xac\xa0\x86\x6b\x5f\xef\xde\x9a\xd1\xa2\x10\x69\x6b\x64\xcb\x1a\x89\x73\x55\x1f\x1f\x98\x2c\x72\x40\x40\x08\x91\x8c\x2b\xc5\x32\x51\x41\xfc\x00\xc1\x94\x80\xd5\xc4\x8c\xe5\xa1\xb5\x6c\xe9\x3b\x26\xe1\x59\xfa\xfb\xde\x12\x1f\xb2\x0e\x3f\xff\x3b\x42\x7d\xde\x80\x9e\x0f\xcd\x2c\x13\x01\xa4\x68\x97\x3b\xed\x20\xcf\x47\xc2\xdc\x72\x3f\x43\x30\xe9\x84\x7d\x5b\x00\x33\x7d\x2c\x08\xc0\xac\x37\x3c\x9a\x66\xef\x21\xb4\x07\xbe\x88\x94\xc1\x10\x10\x65\x11\x74\xca\xb4\x5f\x70\x70\xc0\x2f\x0a\xa1\x7b\xd1\xd7\x1c\x62\xdf\xb3\x16\x75\xb7\x47\x83\xe5\x48\x57\xec\xc4\x0e\x48\xc9\x1d\xc3\x1e\x68\x06\xd6\x7b\xbc\xef\x0c\xba\xda\x1e\xcc\xfe\x34\x67\xbb\xef\x03\xc3\xf8\x9b\x35\xaf\xe9\x67\x1b\x88\x18\x98\xcf\x11\xbe\x95\xc2\x8f\x80\x57\x38\x0f\x30\xc9\xf9\x61\xe5\x54\x73\x77\x3c\xa2\xab\xaf\xbe\xda\xe5\xa9\xcc\xf5\x65\xc6\x75\x25\x93\x6f\x33\x95\x3c\xdc\x56\xaa\x5c\x3a\xa0\xce\xea\xf4\xd9\x2f\xb7\x4b\x83\x45\xf1\x9a\xeb\x54\xb9\xb6\xce\xd1\xa6\xe4\xec\xec\x97\x5b\x76\x21\xf5\x43\x58\x8e\x80\x2f\x79\xd1\xb9\xad\xe3\xf2\x46\x63\x20\x25\x69\x9a\x36\xd5\x2b\x77\xe8\x1e\x3e\xb8\x62\xfb\x44\x26\x0c\x57\x3a\xc5\x23\xd2\x5f\xf0\xb9\x16\x38\xfb\x91\x99\xbd\x86\x7d\x6c\x7d\x02\xfc\x9f\x75\x29\xcc\x2a\x76\xdf\x66\x3b\x42\xf7\xbd\xb5\x3d\x9a\x1b\x6a\x7e\x67\x17\xbc\xe2\xb8\xaf\x58\xaa\x85\x02\x33\x60\xef\xcc\x9e\x8d\x80\x84\x51\xb1\x1c\x7f\xb7\x56\xaf\xee\x83\x5c\x16\x2b\xb7\x5b\x9d\x19\x61\xbb\xd5\x99\x1e\xad\xab\x83\x3f\xd8\x6c\xcc\xfd\x17\x98\x88\x62\x3a\xde\xbd\x10\xff\xb9\x28\xa6\x1f\x6e\x3b\x2f\x0d\x9b\xc7\xb4\xc1\xfc\xc6\x3e\xdc\xb6\xac\x05\x5e\x83\x9e\xf2\x92\x32\x0b\xd3\x37\x9a\x65\x72\x2c\x2a\x39\x5b\x71\x19\x13\x99\xa7\x7b\x64\x98\x9d\x43\xf7\xee\xab\x81\xe6\xf1\x6a\x70\x06\x96\xd4\xb9\x77\xcc\xed\x89\x60\x1c\x16\xbd\xe8\xf8\x41\xb7\x3e\x5a\x92\xb0\xb5\x2d\x72\x31\x5b\xe8\x5f\xb3\x3e\x7e\xa5\x5f\xa4\xa7\x37\x97\x67\x17\x1f\x2f\x07\xb3\x74\xc5\x86\x40\x32\xd5\x47\xbe\x24\x3b\x74\xdf\x13\x3b\x42\xf7\x6d\xb1\x3d\x1a\x3b\xe3\x7e\xa6\x73\x05\x93\x41\xa1\x8a\x3a\x43\xe1\x49\x6a\xda\xb6\x15\x4b\xd1\x72\xf7\x45\xdc\x5e\x75\x9f\xfe\xed\x15\x3b\x3e\x77\xec\x87\x02\x39\xd9\x55\x5e\x89\x72\xcc\x13\x71\x12\x2e\x8b\xe8\xa6\x23\xdc\x53\x9e\xa7\x99\xe5\x62\x3e\x4f\xd5\x8c\x99\x96\x12\xfc\x88\x67\xa1\x99\xfa\x64\xc5\xb3\x4c\xd5\x3c\x9f\xf3\x32\x3d\x1b\x5e\xed\xbc\xe8\x0b\x3f\x46\xe7\xc5\x07\x7d\xc2\x65\xda\xe9\x80\x94\xc7\x47\xaa\xf6\x25\xe6\x77\x3b\x4c\x70\x23\x5c\xc8\xdd\x9f\xea\x25\x0d\xd0\x79\x65\xb6\x43\x7c\x29\x2b\x31\x2b\x54\xc9\xcb\x05\x4b\x65\x09\xba\xe7\x62\x2d\xd9\xd9\x9b\xb1\xc2\xc2\x53\xb9\xc2\x68\x34\x4e\x76\xde\x90\x0f\xe7\x9d\xb7\xe2\xc3\x79\xbc\x09\x1f\xe4\xa8\x14\xec\x7c\xca\xf3\x5c\x64\xcf\x20\x8c\xac\x58\x6b\x26\x9e\x96\x84\xc9\x2d\xd7\xec\x86\xe8\xb2\x6a\xd7\x38\x5e\xfd\x44\xe4\xa2\x94\x49\x33\x81\xc6\x2d\x1f\x3c\x53\x58\x7f\xec\xd4\x6d\x05\x06\x27\xc1\x13\x17\x09\xc5\xd7\x62\xb1\xbe\x95\xab\x55\xc9\xc3\x1e\xac\xe9\x03\xf6\xdf\x62\xb5\xd0\xbe\x71\xd0\xf4\x63\x93\x3b\xad\x39\x58\xf2\xb0\x05\xc8\x8b\xe6\x54\xed\x40\x84\xd9\xe9\x50\x3e\x48\x9f\xc1\xea\xe7\xed\x1b\x31\x49\x84\x4f\xad\xdd\x4b\x6e\xfc\xee\xfc\x32\x1e\xa9\xf3\xe6\x2c\xf5\x8c\xb7\xe9\xbb\xf3\xcb\xcf\x55\x2e\x9f\x24\xc2\xe7\x7c\xa5\x66\xf7\xda\x37\x59\x56\x37\xa2\x50\xbb\x6f\x2d\xf6\xef\xbe\xa1\xd8\xbe\xf1\xb0\x24\xd4\x54\x53\x5a\x02\x59\xc5\xb8\x25\x1f\x96\x54\x0a\x7c\x56\x03\x76\x71\x39\xbc\xb9\x3c\x3f\xbb\xbb\xbc\x78\xcf\xec\x48\x78\xe7\x4a\x91\x10\x00\xa7\xf2\xef\x10\x65\x09\x62\xcf\x64\xa7\xb5\xdf\xea\x91\x18\xc9\x73\xe6\x08\xbe\x44\x3f\x01\xbb\xca\x65\xe5\xf9\x3a\x81\xcf\x28\x5b\x64\xd0\xf4\xa6\x67\x3d\x91\x08\x5e\x93\x5b\x21\x7a\x2a\x1a\xa3\xf9\x64\x18\x1f\xee\xbd\xe2\x24\xd0\x7e\xb7\x87\x88\xfd\x9d\x1d\xa1\xfb\x69\xd8\x1e\x8d\x6b\xed\x7e\xde\x4e\xd4\xee\x24\x97\xd2\x05\x3d\x75\xeb\xdd\x24\x99\x9a\xcf\x0e\x5b\xca\x71\x76\xde\x97\xbf\xd1\x00\x9d\xb7\xc5\x76\x68\x96\x14\xa6\xcc\x1d\x73\xf2\x50\xc8\x53\x95\x81\x30\x10\x6e\x92\x7d\xe0\x96\x1a\x60\xab\x6c\xd1\x7c\xe8\x41\x0a\x80\x0d\x4f\x00\x26\x03\x10\x54\xe0\xd1\x05\xc0\x41\xcc\x98\xe4\x13\x8c\x8a\xa0\x32\xc1\xac\x28\xe5\xa3\xcc\x04\x56\xda\x90\xf9\x24\x40\xf1\xb4\x21\xa4\x90\xc6\x22\x96\xe6\x65\xce\x49\x57\xfe\xeb\x14\x8a\x76\xfd\xe9\x8e\xe5\x02\x87\xeb\x5c\x26\x7e\x25\x01\x32\x1f\x0c\x2b\x90\x36\xf0\xb6\xf5\x3e\x52\xfa\xd5\xed\x36\x72\x3a\xb4\x6e\xa8\xc8\xf8\xdb\x0b\xd2\xee\x55\xcf\x00\x36\x62\xd3\x13\xe8\x60\x3d\xc4\xdd\xa0\xa4\xbb\x30\xe7\xd6\xd5\xad\x83\x29\xc7\xd9\x87\xbb\x32\x1b\xf5\x68\xd8\xb8\x98\x9f\x12\x94\x4d\xdf\x8c\xd7\xa7\x48\x9e\x53\xb0\x58\x9f\x7e\x01\xff\xb3\x83\xa5\x74\x0f\x0a\x78\xbd\x85\x85\xe1\xba\x61\x5e\xc8\xd9\xf5\xd6\xb6\x85\x7d\xdf\x88\x59\x6b\xeb\x26\x14\x0d\x4c\x91\xf3\x8c\xcb\xd9\xce\xdb\xd2\x44\x28\x81\xd1\x3a\x6f\xd4\xc6\xde\x31\x99\x0c\x8a\x85\x98\xe7\xd3\xda\x3b\x72\x29\x7b\x07\xc7\xae\xdb\xe9\x77\xab\x6f\x77\xd6\xff\x84\xbf\x24\xe6\xb3\xab\x36\x7b\xaa\x2a\x95\x1f\x48\xd6\x1c\xb6\x0c\xd6\x7d\xab\x5b\x3a\xc7\xbb\x8b\x2d\xce\x1d\x02\x7e\x98\xd8\x6f\xa4\xbc\xed\x0c\x49\xab\x53\xe7\xe6\xaa\xdc\x57\xe7\x1a\x46\xc3\x74\x59\x7d\xd4\xa1\xc1\x7c\xe9\x6f\x3b\xd9\xcb\x56\x56\x05\xfc\x07\x04\x89\xee\xbe\x42\x3b\x42\x77\x56\x54\x89\x19\x55\xfa\xcc\x32\xf3\x0a\x54\xee\x15\x49\x4d\xf9\xf1\xba\x47\x26\xb0\x19\x2f\x34\xfa\xc1\x43\xb3\x4a\xfb\x6a\x7e\xad\xd5\x68\x51\xed\x7e\x5a\x3f\x62\xff\xce\x2b\xa1\xf6\xf1\x29\xd9\x1f\x0f\x61\xa1\x2d\x47\xbb\x1f\xcc\xcd\xb7\x17\x9d\x17\x72\xf3\xed\x45\xbc\x88\x1b\x9e\x2a\xcd\xc0\x17\xc3\x2e\xc4\x0a\xeb\xf9\xc1\xc4\xe0\x72\xb4\xd1\x34\xab\x13\x9e\x89\xab\x4f\xbb\x83\xbf\x62\xff\xce\x3b\x42\xed\xe3\x5d\xb1\x3f\x2e\x03\x89\xac\x7a\x8a\x61\x52\xbf\x4a\xc5\xaa\x4c\x3a\xbc\xf3\x7b\x20\xdb\x9a\xee\xdd\xd7\x86\x08\x14\xd1\xd2\x2c\x2a\xc5\x06\xfb\xe4\xde\x12\x31\xad\xb4\x7d\x17\xb0\xad\xda\x5d\xf6\x69\x07\x8a\x59\xbb\x17\x0e\x79\xa0\x6c\x07\x8d\x39\xcc\x01\x3f\xea\x62\x2a\xac\x3f\x74\xe7\xe5\xfd\x4c\xa3\x20\x9a\xe5\x56\x5c\xf5\xe7\x70\x02\xf1\x5a\x1f\x6f\xe1\x4f\xfb\x72\x95\x8e\x6e\xf6\x03\xba\xd5\x91\x30\xad\x71\xae\x3f\x06\xcd\xc2\x54\x7f\x36\xe3\x05\x60\x6b\x40\xcc\x6a\xc9\xe7\x0c\xfc\xb6\x2c\x15\x54\xed\x86\x60\x49\x02\x73\xc5\x46\x5f\x3a\xf6\x6d\xd3\xd1\x1b\x93\xf2\x0d\x6d\xa0\x43\x01\xff\x8d\x21\x2f\x16\x14\x38\xb6\xbc\x60\xdc\x6f\x54\x8a\xc7\x2c\x01\x34\xae\x5d\x4a\x56\x6f\x56\xa5\x72\x97\x65\xef\x93\x4b\x72\x8f\x49\xb1\x4e\xa0\x2d\xd4\x81\x23\x33\x9a\xa0\x11\xc1\x56\x1f\xe6\x22\x01\xae\xd0\xc6\x20\x0d\x68\x15\x5f\x23\xf3\x8b\xbb\x47\x3f\x47\x78\x31\xdb\xdd\x1e\x18\xa9\xc3\xe5\x81\x6b\x13\x28\xae\xfe\x9e\x44\x89\xde\xf4\x94\x7d\x62\x19\xbd\xe3\x01\x43\xa5\x38\x57\xce\xf2\xc1\xde\xbc\x7f\xb3\xc3\x15\xc2\x09\x53\x11\x87\x38\x01\xba\x6d\xde\xcd\xe6\x4d\xd0\x64\xf8\x3b\xa1\xef\xda\xca\x10\xae\x64\x97\x15\x37\x54\xb8\x5c\x42\xee\xa5\x10\x40\xbe\x60\xbc\x54\x75\x9e\x52\x2a\xb1\xcb\x57\xfc\xd8\xf8\xf0\x35\xc1\x94\x22\x08\x4f\x5c\xbe\x6a\x24\x2a\x6e\x2e\xf1\xbb\xc1\xbb\xb7\xcf\xf3\xaa\xee\x5a\xea\xd9\x7b\xa4\x17\xbc\x40\xcf\x87\xca\xf5\x91\x88\xb9\x69\xde\xb7\x31\xad\x58\x84\x04\x7e\x02\x74\xae\x20\xf9\xf0\x18\xa1\xbb\x54\x19\x82\x86\x9d\xc4\x79\xb9\x58\x28\x64\x17\x44\xae\x7a\xb4\xc3\x7d\xa7\x8b\x0d\x17\xc3\x5f\x77\x77\x2d\xde\xe8\x35\x57\x3f\x9c\xf6\xfd\xd1\xfd\x11\x3b\x7e\xb4\xf6\xa2\x52\xa9\xea\x64\x87\x8d\xa7\x45\x5c\x3e\x15\x9b\x12\xa5\x2f\x9f\x0a\x9e\xa7\x22\x45\x62\x7f\xa0\x15\x7d\x2b\xa6\xfc\xd1\xa8\x4c\x72\x26\x33\x5e\x66\x10\x59\x7e\x8b\x73\x82\x50\x57\x91\x3f\xca\x52\x41\xa1\x33\xf6\xc8\x4b\x0c\xea\x75\xc6\x09\xcd\xfe\xdf\xe3\x9f\xcf\x6e\x00\x38\xe5\xc4\x56\x3e\xc2\x59\x7a\x38\x81\x70\x26\xc1\x70\x1d\xb6\xd3\xce\xc4\xec\x0e\xbc\x57\x3b\x33\xf3\xa5\x59\x5d\x61\xb9\x66\xf1\x94\x64\xb5\x96\x8f\x9d\xef\xfd\x8e\x4c\xc3\x53\xd8\xc3\xf0\x8c\x6b\x95\x8a\x96\xfa\x1f\x2b\xf0\xc6\x82\xc6\x0e\x43\x2a\xc4\xba\x07\x2e\x9f\xc9\x99\x34\x54\x9c\x57\x54\x3a\x38\x10\xbc\x6d\x42\x87\x8b\xfc\x33\x17\xa6\x03\x63\x09\x36\x67\x47\x73\x62\x90\x44\xb8\x5e\x87\xb4\x41\xd2\x41\xe6\x99\xd1\xd6\x21\x2d\x63\x69\xad\x36\x28\x76\x26\x0e\x0a\x15\x8d\xdb\x4d\x36\x89\xf5\xb8\x1c\xbe\x51\x14\x5a\xe9\x2c\x22\x8c\x67\x0a\xca\xf2\x56\x53\xe2\x32\x1e\xa9\x91\xce\x24\xc6\x25\x5f\x8d\x12\x7d\xb8\xb0\xa2\x60\x65\xeb\xce\x22\x8c\xbc\xf6\x01\x28\x3e\xa6\x28\xe5\x15\xa7\x2a\x4c\xab\x8b\xdc\x1c\x38\xaa\x66\xaf\xa9\x07\x73\xe9\x36\xf9\x83\x68\xd4\x7b\x4d\x99\x34\xea\x8e\xb3\x85\x88\x80\xb3\x04\xb2\x0f\xef\xd4\x83\x58\x12\xa8\xb6\xad\xf5\x16\x8e\xb5\xe7\x3a\x96\xc6\x5b\xb3\xa8\xbd\x1f\xf0\x7a\x15\xb7\x23\xe6\x6b\x43\xa5\x7d\x85\x79\x0d\xd6\xd2\x49\xae\x41\xf3\x07\x96\xe7\xb9\xba\xd8\x54\xdf\x8a\xc2\xfa\xa8\x4c\xf1\xb7\x10\xdf\xf3\x11\x2a\xd5\x83\xe4\x71\x7c\x3b\xfc\xf6\xe3\x89\xb9\x2c\xe0\x31\xbe\xba\x68\x2f\x48\x17\x7e\x73\xc7\x92\xe4\xba\x39\xc6\x61\x67\x9e\xef\x36\x2b\xbc\x85\x5d\xa5\x5d\xf4\xc0\x42\x52\x22\x30\xd1\xc6\x5d\x7e\x9c\xa5\x0f\x87\x95\x94\x82\xe9\xed\x2b\x1a\xfd\x22\x00\x88\x34\x1d\xaa\xd4\x8a\x3b\x1b\xc0\x16\xee\xa6\x82\xcd\xa1\x17\x66\x10\x67\x99\x35\x81\x20\x3c\x42\xca\x56\x8c\x69\x8b\x28\x83\xab\x1f\xe0\xcf\x0a\x51\xf6\x11\x63\x8f\x32\xc0\x61\x14\xf3\xca\xb0\xae\x55\x49\x55\xbb\x8f\xf5\xc9\x66\x3a\x50\xac\x5c\x01\xdb\xd2\x01\x14\x8f\xd3\x45\x82\x1a\xb0\x33\x08\x16\xb5\x15\x1b\x00\x2e\xa2\xd7\xfa\x68\xe2\xe4\x73\xdc\xc8\x15\x26\x48\xfc\xe3\x86\x1b\x88\x8d\x96\x3e\x15\x14\x1a\x6c\x7e\xb3\xb1\x51\xbd\x06\x70\x63\xff\xdd\xdb\xa6\x2e\xbd\x63\xb6\x70\xc7\xdb\x4c\xcb\xec\xad\x3e\xca\xbd\x2f\xb9\xcc\x53\x35\xd7\xb7\x22\xa9\x4b\x2c\x2f\x52\x89\xa7\x0a\x71\x3d\xd7\x55\x8c\x59\xdb\xcf\x99\x63\xa8\x55\xdf\x55\x3d\x77\xa5\xa1\xb0\xaa\x8f\x43\x83\xde\x7c\x87\x27\x33\xcd\xcf\x5d\x8f\xdb\x42\x2c\xc5\xcb\x36\x43\xa1\x3e\xde\x9e\xc5\x1d\x98\x84\xba\x6f\x25\xc6\xcf\x98\xbf\x33\x9e\xce\x24\x56\x14\x99\x8b\xd1\x54\xa9\x07\x76\x6c\x1d\x01\x13\x59\x4d\xeb\xd1\x20\x51\xb3\xc0\x27\xd0\xd7\x72\xa2\x4f\xe7\xb4\x2c\x33\xa7\x13\x26\xf3\x4c\xda\x50\x32\xb3\xf0\x00\xea\x04\x3f\xe2\x17\x0a\xea\x04\xa5\x44\x11\xe7\x5c\x9e\x26\xd8\x50\xa2\x1a\xd8\xd6\xa6\x03\x30\x27\xfd\x4c\x3c\x8a\x0c\xb3\xbd\x09\xee\x70\xaa\xb0\xbe\xe4\x68\x01\x02\x8e\x28\x49\x2f\x11\x58\x64\xd1\x7c\x86\x4e\x02\xe6\x63\x71\x52\xc6\x19\xef\x0c\xbf\xd4\x5b\x77\x12\x1d\x98\xd3\x8a\x65\x36\xb2\xe3\x56\x6e\x19\x02\x8c\x7f\x9e\xfb\x51\xd6\xf9\x99\xfe\x49\x8b\xb2\xc3\x36\x18\x0e\x61\x9b\x32\xff\x40\xcc\xfa\xca\x1a\x69\x0d\x40\x1b\x41\x71\xae\x65\xfb\x39\xd5\x31\x8d\xed\x15\xa6\x49\xad\x8d\x4a\x17\x56\x52\x97\x33\x23\x0b\xcc\x44\xc5\x41\xbe\x6d\x48\x51\xec\x23\x5f\x30\x9e\x69\x0b\xf3\x6c\x7a\x0c\x55\xda\x78\xce\x90\x1f\x4a\x7f\x1d\xa9\x6a\xca\x1a\x7f\x87\x4d\x5f\xee\x16\xc1\x81\x85\x73\x6a\x76\xaf\xa0\xf4\x5e\x51\x8a\xc4\x9c\x76\xb2\x74\xbe\x23\x51\x85\xc7\x4b\x4a\x6d\x2a\xb5\x39\xc6\x80\x71\xd0\x2e\xde\x84\x07\xb1\xd3\xa9\xee\x2a\xf0\xfb\x32\xbd\x8f\xef\xcc\xa4\xdf\x0d\x6c\x4d\xb7\x35\x24\xd4\x36\x69\xf8\x2e\x65\x3e\xc9\x04\xcb\xd4\x04\x60\x1c\xee\x8f\xa8\x6e\xa2\x91\x84\x6d\xed\x4b\xc2\x71\xee\x5c\x83\x8b\x77\xac\xf4\xcc\xc3\x0a\xcc\x60\xaf\xb1\x75\xe2\x10\xcc\x29\xa6\x6e\xee\xa4\x38\x38\x51\x2b\x51\x16\xa5\x00\x5b\x43\x92\xa8\x32\x04\x42\x8d\x99\xac\x5d\xf7\x6d\x26\x13\x61\x0b\xf1\x19\x45\xc5\x12\xbd\x73\x95\xeb\x7a\x66\x5e\x2d\x18\x56\x30\xb1\xc6\xa1\xbb\x54\x54\x7b\xd7\x08\x58\x6e\xbe\x81\x07\xc1\x5c\x2c\x7c\x38\xb2\x64\x6a\x9e\xb3\x84\x17\x7c\x24\x33\x59\x01\x9e\x95\xb7\x5a\x5b\x26\xc5\x2b\x96\x09\x6e\xf4\x97\xdc\x4d\x07\x0c\x8e\xb9\xd1\x84\x80\x5b\xf0\x9c\x2d\xb3\xfe\x83\xa2\x8b\x45\x7f\x5a\x5d\x3f\x5c\xaf\x72\x37\x27\x66\x73\x9b\x4c\x9b\x75\x92\xee\x56\x5f\xde\x73\x3f\xe8\x3a\x51\xcf\x7f\xdb\x67\xcd\xaf\x30\xda\xb4\x96\x5f\x73\x97\x6c\x75\xb8\x70\x07\x77\x84\x6d\xd6\x7a\x77\xdd\x5d\x0d\xeb\x86\x8e\xb0\x44\x27\x5e\xb5\xa8\x28\x62\xa5\x00\x74\x48\xe6\x93\x5a\xea\x69\xf0\x07\xb0\x6c\x03\x9a\x09\x5a\xd1\x8e\xc5\x60\x32\x30\xb7\xef\xe2\xfa\x16\xe3\xde\x4e\x8c\xde\x9c\x55\x00\x6d\x1b\x96\x9b\x95\xc9\x14\x2b\xd3\xda\x28\x39\x37\x5f\x6f\x0b\x0f\x10\x3c\xc6\x75\x3e\x91\x86\x59\xe1\x17\x66\x76\xc8\x33\x0b\xec\x82\xdf\x3c\x21\x2d\xbd\xe0\x5a\xc3\x1c\x00\x46\x8a\x1d\xdf\x7c\x38\x67\xef\xde\x7d\xf9\xd5\x09\x56\x9c\xc5\x22\x0a\x3b\x80\x80\xf2\x72\xf2\x72\x65\xac\xdc\xd7\x10\x51\xb1\x11\x77\x18\x04\x27\x10\xb0\x02\xf0\xf4\x08\xc7\x2e\x3c\xf5\xf5\xd8\x3c\xcd\x05\x3d\x6b\x4d\xf4\xb0\x22\x2c\x3e\x0f\x5e\x8e\x64\x05\xc9\x67\xee\x6f\xd1\x8b\x69\xd1\x8e\x22\x52\xac\x01\x28\xe8\x14\x79\x6c\xc1\x65\xe9\x69\x9a\x19\xc5\xf7\x42\xa0\x20\x1c\x79\x70\x80\x50\x60\x84\x24\xf2\xd5\x8d\xcd\x7b\x92\x79\x92\xd5\xa9\x80\x50\x04\xc4\xe4\x52\x63\x2a\x66\x1c\xce\xd0\x86\xc4\x63\x6b\x8d\xf8\x25\x04\x3a\x01\xde\x02\x1f\x73\x3d\x56\x59\xa6\xe6\xa8\x05\x66\x19\x7b\xc8\x0d\x1d\x7f\x10\x0b\xfd\x9e\xfd\x89\xc5\x93\xb7\xcf\xe8\x7d\x20\x74\xc4\x50\xce\x31\x61\x40\xe8\xfa\xfb\x9c\x05\xaa\x80\xdd\x5a\x33\x1b\xaa\xa6\x4a\x93\xa5\xb7\xe9\x1d\x9c\x11\x2b\x33\xa3\x78\xa0\xa6\xc1\x7d\xfe\x27\x0f\xa7\x14\xcf\xf2\x9f\x2a\x5f\x33\x43\xc0\xce\x71\xd3\x31\xa3\xee\x3a\xa3\x8e\xd3\x29\xc5\x44\xaa\x7c\xf5\x84\xf0\xef\x87\x9f\x52\x3b\x05\x5a\x2a\x4e\xdf\x51\x3b\xf6\x62\xcd\xae\x5a\x70\x27\xd6\xb7\x59\x82\xf3\x8d\x57\xd5\x4e\x75\x2c\x92\x4a\xfe\x7a\x2a\xd5\xc1\xe9\xc5\xd3\x4d\xce\x70\x68\x13\x9d\x21\xc4\xd9\x04\xe4\x90\xaa\x99\x16\x9c\x2c\xac\x46\xe6\x96\x8f\x82\x55\x58\xbb\xbc\x17\x0b\x6d\xf3\x29\xaf\x00\xfa\x98\x8c\xbe\x46\x64\xe2\x39\x9f\x58\xab\x89\xa7\x45\x67\x2c\x97\xd9\xd2\x1d\xe2\x39\xab\x73\x7c\xb5\x86\xd5\x0b\x00\x38\x02\xeb\x55\xc2\x35\x79\x0b\x91\xed\xd2\xdd\x71\xe2\x23\xce\x3a\xea\xcc\xb8\x06\x97\xfe\x2a\x14\xeb\x65\xcf\xfc\xe1\xc5\xf8\x61\x5c\x7c\x64\xd5\x45\x80\x8a\xc5\x71\x78\xb7\xf9\xa5\x76\xe8\x26\xb1\xf0\xdb\x05\xff\xa7\x18\x96\xaa\x52\x89\xca\x3a\x68\x96\x00\xe3\x9b\x20\x0b\x29\xa8\x1b\xa1\x00\x99\xe3\x57\x65\x2c\x0b\x21\x95\xd5\x66\x97\xf3\x94\x97\x69\xc8\x62\x09\x4c\x72\x91\x57\xfc\x69\xc0\x7e\xca\xfb\x45\x29\xc6\xf2\x49\xa4\x41\xf5\x2b\xb3\xca\xf2\x91\x72\x9a\xae\xce\xae\xcf\xfc\x48\x36\x2b\x14\x1b\x1f\x73\xcd\x0a\x51\xb2\x9b\x0f\xe7\xfd\x6f\xbe\xfa\xea\xdf\x41\x9b\x33\xbc\xe8\xfd\xe9\xe9\x7c\x3e\x1f\x48\x9e\xf3\x81\x2a\x27\xa7\x5c\x6b\x39\x01\x97\xbc\x2b\xb0\xdc\xb7\x52\xd5\xb5\xca\xfb\x6e\x7c\xbb\xba\xa8\xe8\x7f\x3c\x45\x8f\xff\x67\xb1\xe8\xb7\x44\x9c\xde\x36\x1a\x26\x34\x63\xb8\xed\x3e\xcb\x32\xf8\x2f\x82\x9b\x6c\x28\x3f\xa4\xdf\x00\xa4\x1f\x25\xf2\x60\xb6\x0f\x41\x6d\xc7\xad\x21\x31\xd2\xf0\x66\x0a\x26\x8a\x64\x22\xda\xae\x9e\x85\xd5\xb7\x14\xd8\x99\x08\xc8\x95\x36\x80\xd9\xfc\xef\xff\x1a\xe0\x87\x7c\x01\x1a\x21\x41\xa2\xc5\x3a\x34\xe1\x7e\x31\x55\x3a\xf9\x92\x12\x8f\xbc\x50\x69\x18\xb2\x75\x7f\x47\xfa\xd2\x37\x5f\xb1\x64\xca\x4b\x9e\x54\xe6\x99\x67\x2a\x9f\x0c\x6c\x53\x10\x73\x11\x2d\x37\x53\x73\x40\x38\xd3\x02\x8d\x39\xb9\xa1\x0a\x32\x09\xbb\xaa\x92\xbd\xe9\xbf\x71\x9d\x75\xc5\xa9\x2a\xb8\xc8\x49\x3a\xb2\x00\xc0\x4b\x9d\x0f\x79\x05\xda\xca\x0f\xb5\x16\xc7\x28\xab\x00\x02\x31\x26\x96\x57\x74\x35\x96\x91\xb6\xf0\x8a\xd8\x62\x64\xa5\x30\x33\x49\x6c\x51\x77\x8f\xb9\xe5\x75\xec\x56\x85\x97\x39\x3b\xab\x25\xb0\x07\xc7\xb6\x2c\xba\x53\xa3\xab\xe1\x4a\x22\x64\x3d\x8b\x3f\x5d\x0c\x7b\xec\xee\x7c\xd8\x33\xa7\x7c\x7b\x7e\x37\x8c\x4e\xec\xee\xbc\x73\x9d\xa8\xc3\x53\x7c\x24\xd0\x9b\x49\x3e\x3e\xcd\xd8\x84\xe3\x50\xac\xab\xa8\x1c\x3f\x3a\xc3\xac\x11\x27\xb0\xe0\x20\x6c\x1a\xe1\xcd\x5a\xd2\x59\x81\xf0\x45\xfa\xaa\xd3\xff\xe2\xcf\x92\x54\xde\x73\xf0\xe8\x1e\x5f\xda\x55\x37\xa0\xad\xfe\x87\x92\x39\xb2\xfe\xa2\x54\x69\x4d\xe5\x29\xc7\x75\x96\x31\x9a\xac\x9b\x68\x77\x8b\x52\x07\xf7\x72\x68\xdf\x89\xeb\x13\x5a\x50\x36\x6b\x72\x49\x78\x59\x4a\x6b\x18\x97\x3a\x5e\x2a\x52\xd2\x86\xc1\xc7\xc8\x9e\x9e\x8e\x8e\x02\xe5\x1a\xb1\x7a\x63\x6b\xa2\x9c\xcd\xea\x0a\x0c\xc0\x7c\x0c\xb8\x8a\xa5\xa0\xe2\x82\x77\x91\xca\x61\xe7\x83\x66\x26\x00\x50\x45\x29\x2e\x5b\x78\xc7\xb7\xa1\x7b\x57\xc3\xc7\xaf\xdf\xb3\x9b\x38\x0d\x75\xf8\xf8\x35\x3b\xc3\x11\x06\xd8\xe6\x9b\x96\x36\xdf\x84\x6d\x3e\xfc\x78\x71\x1d\xb7\x61\x1f\xea\x2c\x5b\xb0\x1f\x6b\x9e\xa1\xf1\xf4\x02\x70\x89\xd9\x8e\x9e\x64\x5e\xc8\x9f\x45\xa9\x37\x47\xb6\x9e\x0d\xaf\xa8\xa1\x0b\xec\x02\x15\x01\x7f\x13\x29\xc0\x4d\xce\xb8\xe3\x71\xee\xda\xf3\x40\xb6\xc5\x4b\x39\x00\x86\x13\x88\x78\x89\xca\x1f\x05\x88\x47\x89\x9a\xe4\xf2\x9f\x6e\x34\xc7\xa1\x00\x69\xb4\x42\x32\x97\x5b\x08\xdb\x9e\x33\xfd\x96\x02\xb4\xfe\x3a\x0f\x46\xb0\x35\x04\x5a\x12\x39\x26\xb2\xb2\xa9\x39\x89\x9a\xcd\xea\x5c\x56\x8b\x53\x40\xad\x90\xa3\xba\x52\xa5\x3e\x4d\xc5\xa3\xc8\x4e\xb5\x9c\xf4\x79\x99\x4c\x65\x25\x92\xaa\x2e\xc5\x29\x2f\x64\x1f\x26\x9b\x83\x48\x3f\x98\xa5\x5f\xb8\x84\xae\xed\xf7\xde\xbd\xaa\x0d\x5b\xef\xc9\x04\x18\x3f\x2c\x9c\x3c\x49\x05\xc1\x5f\xc3\x8b\x4f\xd5\x10\xe8\x11\xac\x54\xc5\xdf\xbe\x7d\xdb\xf6\xba\xd9\x1a\x2b\xe6\x1e\x56\xc3\x03\x9b\x3c\x79\xa5\x66\x32\xd9\x1b\x06\x92\x47\x65\x27\xfc\xcd\xb5\x2a\xcd\xcd\xe5\xed\x5d\x98\x39\x2e\x9d\x99\xc9\xd3\x76\x7f\xa7\x71\xaf\xc7\x82\xb8\x9a\x8b\xed\x76\xea\x16\x02\xb8\x4a\x30\x76\xd6\xa3\x99\xac\x10\xee\x52\xe8\x0a\x6b\xa9\x9c\xf3\xdc\x70\xfa\x91\x60\x75\x91\xa2\x2e\x7d\x95\xb3\x73\x3e\x13\xd9\x39\xd7\xed\xa9\x49\x87\xbc\xd1\x40\xdc\xfa\x66\xff\x76\xb8\xd3\xd6\xab\x74\x40\xa0\x7c\xb4\x13\x7e\x14\x15\xdf\x90\xe1\x44\x0a\x00\x9e\xcd\x1b\xed\x3c\x5c\x2b\xec\x7d\x20\x58\x6d\xb8\x22\x28\x7c\xc5\xcc\xc9\xbe\xbf\x5c\x54\x73\x55\x3e\x90\x80\x66\xa1\x01\x46\x0b\x34\x02\x7b\xed\xba\xe5\x55\x82\x28\xb8\x52\xc2\x87\xc8\x7e\xd2\x0c\x5c\xad\x2c\x59\x2d\x2b\xf1\x46\x0a\x40\xc1\x90\x68\x72\x8a\xdd\x68\x08\xcc\xa4\x45\xdd\x00\xff\x4a\xb8\x28\x46\x2f\x87\x3f\x11\x19\x8d\xc6\xbe\x3f\xe2\x56\x31\xb9\x3f\xea\x4c\x45\xe8\xc3\xcf\x4d\x40\x86\x41\x11\xcb\xe7\x22\x22\xdb\x99\x98\x40\xce\x69\x25\xea\x9b\x2c\x4f\xee\xf7\x68\x6e\x80\x96\xdb\x27\xb6\xda\x27\x2a\xe6\x3f\x1b\x5d\xd6\x09\xe1\xff\x1e\xf9\x0d\x43\x22\x10\xaf\x9d\x06\x39\x6a\x37\x30\x40\x93\x47\x27\x03\x1c\xd1\x96\x2f\x6f\xc8\x7f\xed\x28\x29\xff\x20\x75\x17\x03\x89\x6b\x1b\x4b\xcc\xf6\xb5\xb9\xf7\x04\x77\xb1\x43\x34\xf2\xab\x64\xf3\xdb\x49\x36\x6d\x0f\x7f\xa9\xaa\xc9\x86\x83\x5d\x39\xd0\x7e\x14\x04\x2f\xff\x0b\xb9\x5e\x5f\x85\x90\x3f\x8a\x10\x62\x6e\x6b\x77\x11\x04\x88\x56\x9b\xf8\xd1\x91\xb7\xe0\xb5\xff\xbc\x19\x08\x90\xf5\xc3\x31\x11\xf1\x08\x37\xd8\x3d\xd7\xc7\xf5\x85\xf7\xe0\xef\xd6\x19\x0c\xb2\x0c\x79\x4f\xe0\x77\xad\x66\x02\x3d\x54\xd6\x18\x86\x00\x64\x50\x54\xcc\xa3\x6e\xa5\x22\x57\x60\x20\x55\x33\x41\x0e\x85\xb8\x30\x58\xb3\x0a\xe3\x6a\x66\xd3\xcc\xc2\x69\x9b\xf3\x2f\x00\xd9\x85\xa9\x38\x73\xc3\x01\xf8\x83\xc8\x4f\xc7\x5c\x66\x90\xac\x38\xe1\x51\x64\x8c\xff\x81\x78\xcb\xab\x72\xff\x7b\x62\x81\x1e\xa7\xf0\xbc\x91\x75\xdd\x76\x00\x17\xae\xb5\x0d\x9c\xd2\xba\x06\x76\x30\xe2\xc9\x03\xa0\xc1\x24\x6a\x56\xf0\x4a\x42\xb8\xd2\x02\x25\x79\x8a\xa4\x60\xf8\x18\xaa\x58\x12\x3d\x88\x4d\xd7\xaf\xe2\x83\x2c\x75\x75\x27\x67\x42\x57\x7c\xb6\x75\x86\xd7\x3e\x85\xbf\x0f\xb6\x37\x1b\x56\xf8\x03\xff\x83\x2f\x70\x29\xb7\xa8\xd3\xca\x3c\xb8\xb2\xf9\x50\x17\xb4\xe8\x67\x5d\x0e\x10\x78\xd8\xd2\xc3\x9d\xd0\x47\x99\x94\x6a\xe3\x31\x05\x25\xde\xe5\x0c\x82\x32\x48\xb3\xc7\x29\x1b\x8a\x3e\x36\x8f\x84\xa9\x11\x3a\x3f\x57\xd8\x1d\x5e\x85\xc2\x3f\x8a\x50\x18\x58\xa6\x5a\x3f\x69\xa4\x8b\x0d\x27\x8d\x69\x11\x3c\x1b\xb0\x33\x36\xad\x67\x3c\xef\x97\x82\xa7\xe0\x8a\x08\x5a\x3a\x27\x5e\x10\x1c\x69\xce\xba\xa0\x5a\xcc\x03\xf6\x91\x3f\xc9\x19\xcf\x58\x26\xf2\x49\x35\xf5\xf1\x4c\x15\x56\xb7\x7b\xf8\x16\x63\xaa\x32\x39\x2a\x79\x29\x85\x0e\x42\x0b\xc3\xd8\x0f\x0a\xa8\xa5\x40\xc2\x1a\xea\x99\x7f\xf3\xf5\xc3\xb7\xbb\x81\x35\xe8\x0e\x22\x11\xa6\x3a\x34\xa5\xa2\x9d\xbe\x47\xf2\xd2\x8b\x04\x24\xde\x4d\x85\x8f\x35\x74\x34\xc0\x3c\xd9\x91\xaa\xab\x66\x50\x8b\x84\xfa\x5a\x39\xfb\xe4\x1e\xa7\x2a\xe1\x11\x27\x1e\xdc\xcf\x79\xff\xf4\x80\x5d\x0e\x26\x03\x76\x23\x20\x64\xe3\x56\x54\xe7\x6d\xad\x82\xbf\x6b\x82\x09\x91\x9a\xe4\x5f\x30\x1b\x62\xe5\xcb\x91\x48\x78\xfd\x7f\xd9\x7b\xd7\xe6\x38\x6e\x2c\x4d\xf8\xfb\xfe\x0a\x04\x3b\xe6\xa5\xe4\x20\x8b\x96\xed\xed\xe9\x71\xf7\xf6\x04\x4d\xc9\x6d\xc6\xc8\x12\x97\xa4\x3c\xbb\x31\xec\x18\xa2\x32\x51\x55\xb9\xca\x02\xaa\x13\x99\x24\xab\x7f\xfd\x1b\x38\xe7\x00\x09\xe4\xa5\x32\xeb\x46\x96\xe4\xfc\xd2\x6d\xb1\x00\x24\xae\xe7\x7e\x9e\xa3\xa1\xf0\x17\x8f\x72\xc0\xea\x06\x71\x17\x05\x5d\x8c\x3d\xf0\x86\x72\xc2\x66\xcb\x1e\x1b\x59\x6d\xf3\x24\xfb\x75\x76\xd8\xbe\x0c\xa6\xa1\x68\x3c\xcf\x96\x76\xc3\x27\x2a\xc3\x68\x02\xc3\x46\x52\xf1\x44\xb7\xc7\xee\x1b\x10\xe6\xaa\xf4\xcc\xf2\x2c\x99\x4e\x0d\x15\xe4\xce\xbb\x07\x98\xbe\x22\x15\xf6\x85\xd1\xea\xba\xb6\x80\xce\xae\x3c\x94\x3e\xb5\x9e\xbc\x7c\x0d\x3a\x49\x4c\x3b\xa1\x53\x2a\xef\xd0\x09\x83\xa8\xde\xfb\x30\x2a\x8f\x40\xa9\xee\x37\x7a\x17\x34\xe1\x4b\xa9\x73\x2e\xeb\x02\x40\x15\xb6\xf0\x6d\xc3\x64\x13\xea\xeb\xcf\x2e\x15\xf9\xe9\xd3\xf2\x9f\x93\x4d\x26\xa5\xa1\x84\xf4\xda\xf7\xa8\x49\x49\xbc\xc1\xa1\x56\x4a\x24\x3c\xe7\x5e\xa8\x39\xbe\x55\x9c\x82\xff\x6a\x3c\xbb\xa3\xca\xc0\x48\x0e\x45\x1e\x8f\xcb\xdc\x8b\x5c\x49\xec\xdd\x16\x42\xdc\xed\xf4\xbe\x25\xd7\xb6\xf7\xdd\x57\x1f\x8c\x9c\x9e\x9e\xb0\xff\xe4\x99\x4c\xe4\xf4\xf5\x09\x93\xe2\x91\x9c\xcc\x91\x25\xd3\x98\xfc\xd9\x52\xb1\x7a\xf5\xc6\xf7\xb4\x3a\x94\xa2\xd5\x33\x5a\x1e\xe8\x48\x57\x9a\x1d\xc0\x16\xb0\x5f\x53\x43\x97\x91\xda\xb6\x09\x5d\xb0\x78\x93\x6c\x55\xf3\xc1\x26\x7d\xc8\x0a\x79\x1f\x9b\x34\x42\xb6\x06\x47\x6c\x37\xba\x7a\xc6\xad\x63\x6e\x4a\xc7\xfa\xda\xa4\x07\x9d\xe2\xab\xd6\x29\xb6\x31\x34\xef\x7b\xaf\xdc\x72\x0f\xdf\xa0\xdd\x97\xad\x3c\x83\x15\xfb\xa6\x2a\xeb\x34\x32\x17\x6c\xe5\x32\x0f\xfd\x94\x1f\x25\xad\xb0\xa2\x26\x28\x32\xe8\x13\x96\x8c\xc4\x08\x6b\x41\xa0\x24\xf9\xc8\xf5\x19\x94\x1a\x5b\x2c\x84\xb4\xaa\x45\x22\x0b\x55\xe8\x74\x89\xa5\x25\x8c\xd8\x0f\x98\xc5\x7d\xa0\x9c\xba\x6d\x96\x1f\x5c\x28\xab\x8a\x30\x0c\x2e\xf2\xa3\xef\x70\xc6\xa8\x42\x22\x53\xd1\x39\x9b\x09\x9e\xe5\x63\xc1\x73\x98\xc8\xae\xad\x95\xe6\x13\x1f\xc9\xf8\xf2\x22\x26\xa2\xd2\x30\x04\xab\x45\xf1\xc0\xd1\x44\xda\x12\xa3\xe4\x6a\x21\x24\x1b\x8b\x89\x79\xaf\xe1\xc6\xb4\x21\x27\xe7\xbc\xd3\x96\x70\xe9\xdd\x99\xc7\x99\xb0\x75\x76\xdd\x59\x40\x0e\xfc\x54\x51\xdc\xb6\xd9\x00\x3d\x43\xc0\xc0\xb2\xa4\xce\x55\xca\xa5\x04\x77\xc4\x5c\x3d\x70\x8c\xce\x7d\x33\x7a\xf3\xa7\xdd\x4a\x9a\x78\xbd\x56\x9d\x5c\x6d\xe9\x5d\xb4\xa3\xf5\x45\x3e\xe5\x42\x6a\xa0\x60\xf6\x55\x9e\x63\xc5\x94\x8b\x9b\xcb\xb7\x50\x7d\x6f\xc5\xd3\xac\x36\x6d\x4c\xc8\x46\x94\x07\x28\xe7\x47\xad\x5c\x75\x91\xb2\x36\x0b\x65\x96\xf6\x78\x7b\x6b\x96\x0f\xce\xc4\x34\xd1\x39\x64\x86\xfa\xa9\x6c\x65\x71\xc1\x3d\xe0\x0d\xee\xfe\x30\x7e\x6e\xaa\xfb\xd6\x72\x1a\x6d\x35\xdb\xe8\x38\xcc\xcf\x16\xb8\xae\xfd\x1c\xbc\x5b\xff\x23\xa4\x88\xd4\x07\x87\x87\xbb\x40\xc8\xa4\xf3\xab\x4b\x46\xd5\xa9\xa5\xce\x05\xef\x73\x90\x71\xf5\x76\x35\xad\x89\x0a\x40\x36\xa0\x5d\x78\xeb\xc0\x46\x3b\x56\xf7\x68\x7a\xbb\x3f\xcb\x5f\xea\x45\x9c\x5a\x4e\xd2\x15\x5f\xf2\x95\x1c\x00\x0c\xb3\x68\x90\x65\xfa\x1c\x72\x39\x42\x85\x46\xb8\x0e\xcc\x9c\xb2\x47\x64\x48\xd5\x42\x61\x56\x0b\x20\x82\x5c\xe6\xb6\x8e\xb8\x87\x3f\x8d\x99\x40\x74\x13\x28\x2e\xae\xf5\x32\xb8\xf9\x6d\x7b\x15\xcc\xa7\xaf\xe0\xcb\x5d\x01\x87\xae\x61\x80\x9a\x6d\x67\x6d\x41\xb2\xfd\x3d\x2a\x71\x76\x61\xc9\xb1\x12\x94\x43\x82\x01\xe9\xec\xfe\x9b\xfb\x11\xbb\xcd\x78\x92\x02\xfe\x5a\xca\xf5\x8c\x82\xd7\xf3\x2c\x99\xcf\x45\x8c\x1c\xcb\x26\xee\x90\x1a\xe0\x7f\x96\xc2\x06\xe1\xa3\xe6\xef\xa3\x3b\x79\x27\xdf\x51\x91\x83\x1f\xd9\xfd\xd9\x44\xa9\x7b\xf6\x08\xda\x25\x3c\x35\xfa\xd3\x09\xfe\xff\xd9\x3d\xa8\x8e\xf8\xdf\x63\x9e\xdd\x87\x3d\xcc\x5c\xbd\x5e\xf1\xbd\xe1\x4e\xf7\x67\x22\x8f\xa0\xd5\xde\x60\x82\x61\xd5\x5a\x60\x39\x64\x40\x07\x86\xdb\x85\x53\xf1\x36\x58\x87\xb0\x50\xde\x09\x59\x6c\x61\x9e\xa6\xee\x30\x4a\x80\x67\x3b\x8d\xbd\xe7\x26\x36\xbc\xc4\xb7\x5c\xcc\x95\xbc\x11\xab\x6c\x1a\x65\x81\x3d\x76\x8a\xf9\x10\x20\x3d\x5b\x23\x83\x21\x43\x6e\x98\xb0\xf2\x1e\x3c\xbb\xc5\x42\x9f\xe1\xe7\xbe\x3b\x73\xed\x8c\x62\x28\x88\x2d\xa5\x82\x6b\x74\x41\xe8\xd2\x64\xeb\xc9\xb5\x23\x6f\xf8\x6a\x6e\x2c\x20\x78\x16\x59\x69\xcd\x60\x31\xb4\x35\xe7\x35\xd8\x59\x0e\xda\xce\x32\x98\x22\xbe\x16\x53\xc4\xf6\x81\xf7\x2f\x60\x90\xf0\x15\x87\x06\x24\xb8\x6e\xd3\xdc\x0a\x62\x0a\xd0\x72\x5d\x5e\xc1\x58\x68\x80\x87\x1e\x8b\x19\x7f\x48\x54\xe6\x68\x87\x47\xc1\xf6\xbd\x2f\x66\xe5\xa7\x5c\xc6\xa7\xe8\x30\x6e\x57\x29\x8b\x0d\x7c\x30\xab\x36\x08\x87\xec\xda\xa2\x26\xac\x9f\xca\x06\x61\x7d\x61\x9e\x73\x9b\xe6\xa8\x0a\x30\xc7\x9a\x77\x09\xe0\x6d\x0a\x4a\x50\xc8\x58\x3d\x42\x7f\x28\xc5\x74\x45\x95\x7c\x1c\x82\x9e\x05\x9b\xbd\xb6\x95\x00\x5e\x70\xe7\xbb\xb8\xfb\x2e\x8d\x5f\xee\x88\x9a\x2d\x5f\xa5\x74\xb0\x43\xcb\xd7\x8a\x6b\xe1\x40\x30\x56\x49\x23\xb5\xc6\x5e\x09\x12\x1b\xfb\x40\x05\x24\x4a\xb9\x01\xca\x07\x47\x22\x03\x9b\x59\x5f\xd8\x8c\x94\xeb\xfc\x36\xe3\x52\xc3\x67\x76\x6c\x28\xea\xb4\x11\xbd\xe7\x1a\xad\x5f\x56\xd2\xa1\xd5\xe6\x6e\x46\x36\x89\x5f\x49\x17\xf1\x01\xb5\x8a\x01\x57\xaa\xc5\x3e\x34\x17\x5a\xf3\x69\x97\xdd\x80\x62\x4c\x98\x8b\x31\xa1\x6e\x36\xfd\xc7\x30\xde\x58\xe4\x3c\x49\xb5\xe7\x2f\x2d\x67\xb6\xaf\x30\x90\x5b\x10\x18\x4d\x43\x4a\x07\xf7\x36\xe6\x58\xa3\x85\x6c\xab\x59\x34\xd3\xba\x3a\x23\xf3\xa0\xc7\xdc\x04\x4e\xe0\x20\xd4\x84\xdd\x82\x92\xf0\x33\x4f\xb5\x38\x61\x9f\x10\x87\x64\x13\xe4\xac\xfe\x4e\xe2\xf2\xa2\xbb\xd9\xec\xd8\x08\x50\x09\x1a\x3d\x0a\xc9\xd6\x2e\x8c\x02\x6e\x0d\x1d\x2e\xd6\xa0\x1d\x4a\x87\x91\x4a\x53\x2a\x5d\x00\xa4\xdf\xb2\x87\xc1\xd5\x7a\xd8\x2a\x40\x1f\x57\xeb\xb9\xf3\xb0\x36\x9e\x6b\xeb\x38\xdb\x8a\x28\x83\x9b\x75\xd0\x6d\x06\x37\x2b\xfe\xfd\x19\x25\xcd\x5d\xfb\x59\xbb\xb4\xb4\x1e\x7c\xc6\xe2\x7e\xfb\xe8\x38\x9b\x1a\x9c\xe6\x89\x34\x3a\xc6\xf2\x06\x62\x15\xbb\x68\x9f\x11\x77\xe6\x89\x84\xf4\xe9\x12\x10\x08\xe3\x1c\xd1\x56\x86\x00\x2d\x9c\x49\xf1\x98\x2e\x31\x60\x51\xc4\x9e\x38\xb0\x50\xb1\x17\xc1\x8b\x18\x6f\x8f\x49\x3e\x33\x22\x1b\x97\x4b\x33\x9c\x21\x01\x25\x3c\x74\x94\x71\x3d\x4b\xe4\xf4\x04\x86\x4f\x72\x32\x80\x7b\xb0\xa2\xfc\x81\x27\xa9\x11\x0a\x43\x08\xe9\x6f\xd9\x2b\xf3\x31\x6b\x78\x6f\xea\xc0\xb8\x66\x5a\x01\x36\x25\xa4\x92\x13\x26\x5b\xb5\xd0\xd8\xf6\xfe\xdd\x4c\x3c\x24\xe6\xd0\x7f\x49\x74\xae\xb2\xe5\xfb\x64\x9e\xf4\x01\x5e\x2a\xb7\x58\xa5\x31\x9b\x61\x67\x44\xba\x03\xbd\xc1\x08\xd7\x60\xf4\xcd\x54\x9a\x8e\x79\xf4\xd9\xc2\x51\x62\xb9\x5f\xe0\xcd\x55\xdc\xd7\xb1\xc8\x1f\x85\x90\x4c\x3c\x61\x95\x12\xf6\x4f\x91\x29\x60\xdb\x01\x7c\x53\xb8\x97\xb5\x72\x7b\xdb\x6f\x89\xb6\x25\xab\x76\x48\x1a\xf9\x58\xa4\xbd\x4a\x61\x9d\x13\x16\xdc\x3f\x0a\x91\x2d\x99\x7a\x10\xd6\x01\x03\x89\x6e\x00\x51\x24\xf9\xb4\x54\xc7\x03\x0b\x48\x59\x1d\x30\x91\x4c\x65\x31\xee\xf1\xd8\x0b\x3b\x8d\x01\x16\x8b\xf0\x0f\x62\xdc\x47\x74\xe2\x11\xd4\xa8\x02\x64\x72\x96\x8b\xf9\x22\x05\x28\xc1\x35\x8b\xf6\xf6\xc1\x33\x3d\xfb\x03\xfc\xff\xa9\xdd\xe8\x16\x63\x8a\x9d\xc3\x36\x05\x34\x6e\x69\x8c\x4e\x33\xd3\xb9\x0c\x70\x6e\x43\x3d\xd9\xbc\xd6\xc0\x57\x46\xd4\x03\xb1\x8c\x4a\x12\x02\x3f\xe3\x6f\x4c\x3c\xf1\x28\x4f\x97\xa0\xe8\x44\x6a\xb1\xf4\x90\xea\xa0\x26\xae\x78\x30\x07\x8c\x45\x47\xb0\x86\x58\x1e\xcd\x2c\x56\x13\xcd\xfa\x18\x2b\x03\x33\xbb\x51\xec\x95\xca\x2a\x7d\x93\x09\x93\xaa\xd2\x2a\x29\xe1\x35\xe2\xd7\x6b\x9f\xa0\x39\xb8\x54\xf1\x58\x9f\x95\xc1\xca\xfa\x2c\x13\x0e\xec\xb0\xfc\xf3\x1f\x16\x2a\x3e\x75\xc7\xb4\xf2\x10\xff\x06\x19\xa2\x3d\x32\x3a\x4b\x17\xca\x88\x9d\x33\x6d\x04\x2e\x19\x39\x82\x13\xc8\x7c\xbc\x44\x60\x9b\xba\xe1\xad\xae\x59\xde\xe0\x56\x13\xd6\x65\x6e\x4b\xe3\x01\x26\x97\x4c\x97\x2c\xc6\xac\x2a\x10\xfd\x2c\x60\xd5\x0a\xfa\xf2\xc7\x1f\x36\xa0\x2f\x28\x2d\xde\xe4\x19\xcf\x45\x1d\x1a\x79\x2b\x49\xfc\x53\x38\x74\xc7\x85\xc7\x89\x18\xa1\x1a\x9a\x23\xf9\x5e\xa4\x3c\x32\xb7\x17\x09\x73\xc8\x1f\x35\xba\x2d\xa5\x78\x84\x7f\x6d\x90\x85\x5d\xbd\x2c\x3b\xd5\x86\x6f\xaa\x16\x89\x76\x39\x05\xcd\x12\x2d\xf0\xb1\xa5\x0d\x75\x4d\x91\xc5\x28\xd7\xc0\x4d\xfb\xe4\xa7\x5e\x60\x51\xfc\x09\x9b\x71\x3d\x63\xae\xab\x76\xe6\x1a\xcf\x03\x18\x92\x19\x2f\x89\xa0\xd0\x36\xde\xde\xe6\x05\x92\x8e\x0f\x63\x31\xfe\xa0\x92\x98\x9b\xf7\x33\x17\xd1\x8c\xcb\x44\xcf\xd1\x33\x9d\xe4\x4c\x0a\x81\x8e\x7d\x22\x58\x2e\x56\xc2\x7e\x5f\x8a\x47\xa3\x47\x97\x49\x19\xd7\x24\x2b\xec\x9c\xe3\xb6\xc3\xe9\xb7\x57\x6a\xf3\x34\xfd\x52\x6a\xc2\x34\x41\x8e\xd1\x0d\xa1\x5d\xf3\x58\x07\xe7\x5b\x0d\xf4\xdf\x87\x5e\x5c\xda\x68\x7b\x2a\xc8\xc1\x4f\x81\x26\xb1\x30\xdc\xe1\x74\x2e\xb2\xa9\x38\xfd\x2c\x0c\xd1\xa8\x9a\x99\x9a\x7b\xe8\x92\xca\x1c\x41\xef\x96\x03\xc0\x9d\xc1\xf0\xc3\x9b\x68\x26\xe2\x22\xad\xe7\x24\xad\x94\x03\x6d\xd9\x51\x12\x53\xb2\x42\x42\xc8\xa4\x2b\xf7\xf0\xc6\x3e\x25\x28\x4f\x25\xb1\x8e\x05\xc4\x53\x68\xc2\x48\xa6\x8a\x2c\x65\xb3\x1d\xb1\x2e\x1c\x50\x8b\xfc\x6c\xf7\xa9\xdc\xe0\x97\x5a\x7f\xdb\x72\x95\xf3\xb4\x79\xf3\x3c\x15\x84\xb6\x30\xdc\x14\xf6\x0a\xf1\xa2\x2c\xd6\x37\xa1\xcf\x82\xac\xd1\xdc\x63\x57\x22\xc0\xfe\xf6\x11\x37\xe2\xdc\x3e\xe3\x4d\xef\x5d\xe7\xd6\x01\x10\x32\x7f\x10\x68\x7d\xa6\xf0\x09\x92\x17\xbc\x66\xee\xee\x4a\x5f\x23\x7b\x85\x2a\xa1\xa1\x8e\xee\x52\x1b\xf9\x63\x54\x51\x54\x5f\xef\x67\x77\x7e\x4d\xb4\xde\xe5\xc3\x0c\xd7\x8c\xa9\xac\x16\x11\xf7\x0b\x7f\x96\xb8\xf6\xeb\x1e\x48\xee\xcf\x7a\x95\x9a\x50\xd5\x77\xb5\xd8\x4f\x92\x3f\xdf\xeb\x91\xe4\xbc\x39\xec\x67\x63\x21\x03\x7a\x6b\x1e\xb7\xb6\xe6\x63\x26\x22\x23\x26\xf8\x3a\x05\x8d\x55\xd7\xba\x3d\x61\x6c\x4f\x8a\xc2\x6e\xd9\x8b\x4f\x02\x68\x7c\xef\x0c\x77\x72\x06\x3d\x55\x81\x16\x99\x63\x35\xe1\xeb\x66\xbe\x2d\x74\x60\x1f\xfa\xc6\xa7\x36\x45\xae\xbd\xba\x84\x91\xcc\xe5\x14\x3b\xee\x42\xf3\xbb\xf6\x07\x6c\x89\x41\xa8\xca\xd0\xd8\xc5\x6a\x7f\x18\x17\xc8\x16\x3c\xe3\x73\x3d\x62\x57\x28\x5f\xbb\x38\x4c\x80\x8d\xfe\x5f\xec\xee\x28\xf8\xd2\xdd\xd1\xf6\xd9\xba\xde\x1b\xc2\xa9\x80\x47\x05\x8b\x11\x57\x3e\x66\x08\xec\xdd\xd1\x47\xf9\x56\xa4\x02\x3e\xee\xe3\x96\xdb\x3f\xef\x1b\xbc\xbc\xe9\x26\x88\x45\xaa\x96\xf3\xd5\xb0\x5a\x7d\x62\x42\xdd\x38\x5d\x41\xa1\xae\xe1\x9a\x51\xa1\xe5\x07\x30\xcc\xdb\x7c\x25\x4a\xb9\x21\x6f\x0f\xd6\x7f\x85\x9d\xaf\x8c\x9a\x6f\x48\xb8\x87\x85\x30\xf8\x86\x0f\xda\x37\x3c\xb8\x50\xbf\x16\x17\xea\x66\xe1\xa1\x5d\xa8\xcc\x3b\x0b\xda\x74\x54\xa4\xd3\x9c\x7e\x53\x75\xfe\xe5\xad\x61\x9c\xc2\xa3\x4e\x2b\x32\xf5\x76\x14\x56\x59\x2e\xa1\x3b\xae\xf2\xd7\x52\x18\x4c\x97\xa5\x0c\x18\x96\x53\x6c\x9e\x7c\x17\x93\x79\x4e\x7f\x71\xc9\xa4\xf6\xeb\x2c\x76\xdf\xe9\x15\x9b\x58\x6f\xdd\x1e\x9c\x18\x97\xec\x6b\x88\x4e\xf4\xd6\x84\xf2\xd1\x73\xaf\xe7\xd6\x66\x1e\xd3\x9a\xa0\x00\x92\x5d\xd4\x23\xd7\x8e\x96\x0f\x61\x95\xbf\x9f\xb0\x4a\xef\x89\x7e\xc1\x71\x95\x6e\x11\x5d\x81\x95\x41\xc3\x10\xdd\xa4\xfc\x6d\x90\x9b\x0f\x5b\x6e\x5e\x0b\xbe\xc6\x2f\x53\xd1\x78\xc4\xad\x43\x6e\x2d\xaa\x0c\xf1\x95\x83\x72\xf0\xf5\xe3\xa5\xf7\x97\x63\x9f\x21\xf0\xd1\x7d\xeb\x9a\xe2\xd7\x7a\x19\x78\x7c\x43\x8b\xed\xc8\x74\xae\x6c\xb6\xbc\x8f\x40\x63\x77\x1d\x7c\x2c\xb6\xad\x2f\xea\x0e\xcc\xe3\xa0\x99\xc7\x40\x57\x5f\x84\xae\xf6\x40\x72\xb1\xa0\xd2\x3f\xa2\xb5\xb5\xc4\x72\x80\x9d\xb1\xd0\xa1\xcd\x4f\xad\xf7\x3c\xec\x93\xbd\x55\xbb\x32\xe3\x9b\xd1\x2e\xc0\x18\xdf\x9d\xec\x89\x36\x7b\x97\xe4\x59\xca\xde\x2e\xdc\x76\xa5\x47\xe9\xdc\x5c\x00\xde\x18\x70\xb3\xd7\xca\xfc\x50\x35\xb9\xfc\xb6\xc5\x8e\x21\x37\x94\x51\x79\xbd\xb5\x34\x9f\xc9\xa6\xd5\xcb\xe1\xde\x34\x9f\xdf\x41\xf2\x38\xc7\x77\x9e\x89\xcf\x75\x45\xf8\x07\x0d\x5b\x43\xfc\xfb\x5a\xf9\x76\x1c\xfc\xff\xeb\x06\x81\xff\x5f\x44\xb8\xff\xae\x7d\xe2\x0b\x5e\xe8\x4e\x0f\xf2\x65\xad\x26\x9e\x4f\x61\x12\xcd\x70\x14\xe0\xdf\xb0\x28\xe2\x26\x8b\x4c\x45\x42\x6b\xcf\x4b\x1e\xd8\x04\x9a\xbd\xe4\xed\xd0\x2d\xfe\xb4\x33\x35\xcd\x84\xd6\x6f\x05\x8f\xd3\x44\x8a\x35\x52\x42\xa8\xa2\x1e\x98\xaa\x12\x19\xdc\x8b\xc0\xae\x98\x2b\x36\xe7\x9f\x61\x11\xf0\x29\x8b\x24\x87\xa7\xe1\x9d\x19\x9e\x3a\x56\x98\xc1\xc0\xcc\xc6\x65\x52\x2c\x38\x02\x06\x0a\x2a\x04\x6c\xb6\x87\xba\x7a\xbd\xd0\xdd\xc6\x7d\x23\x1a\x82\x03\x5d\x55\x96\xfd\xee\x29\x12\x22\x06\x24\x39\x30\x40\xd9\x1b\xa5\x8b\x6c\xc2\xa3\x12\xc9\xd8\x9b\x10\xda\x48\x46\xec\x83\xca\x29\xce\xdc\x2d\xd0\x3f\x3a\xa1\xf3\x64\x8e\xb1\x00\x65\x00\x34\xec\x19\x6f\x3c\xfb\x32\x9b\xc3\x82\xfd\xe0\x5e\x93\x84\x63\xde\x8e\xb9\xa1\xec\x15\x40\x2a\x7e\xf7\xe6\x87\x7f\xfd\xe1\x4f\xdf\xff\xf1\x87\x7f\x7d\x6d\xae\x06\xa5\x1d\xb8\x92\xc9\x82\x4b\xcd\xee\x8e\xa0\xe2\x22\x2e\xf4\xee\x68\x0f\x79\x2e\xe0\xcd\xec\xba\x33\x25\x00\xa3\x25\x63\x10\xe8\xbc\xaf\xe4\x95\xc3\x4c\xe7\xf1\x51\xf0\x9f\x29\xa5\x67\xf7\xd7\x09\x67\x0d\xf1\x48\x69\x4a\xcb\xb2\xab\xda\xc7\xfd\x7a\x29\x79\xd0\xd7\x3e\x3d\xd9\xb0\x2a\x18\x1a\x96\x42\x81\x1f\xa0\x69\x1a\x45\xe0\x3f\x2d\x47\x4a\x05\x14\xab\xc0\x42\xdd\x4e\x19\x35\x03\x28\x29\xda\x7c\x72\x2f\x99\x25\x05\x2d\xcb\x84\x17\x0b\x53\x37\x62\xef\x6c\xde\x82\x7f\x87\x1f\x67\x4a\x0b\xcc\x5f\x80\xa0\x63\xaf\x7a\x3b\x6c\x93\xa5\xa3\xe6\xd6\x29\xa3\x1b\xf3\xc9\x24\x6c\x11\x77\x7b\x28\x77\x98\xcd\xe1\xf9\x28\x7b\x24\x72\xdc\x56\x29\x7e\x99\xcd\x51\x68\xd1\x98\xd4\x11\xa6\x72\x98\x25\x8f\xd6\x8a\x24\xc7\xb7\xf5\x1f\x62\x79\x08\x99\x5b\xb6\x61\x3d\x67\x4b\x37\x27\x6d\x1d\x48\xd6\x4a\xd5\x13\xdd\x4b\xf8\x46\xbf\x0f\x89\xdf\xf3\x75\xfd\xd3\xdd\x06\x25\x2b\x90\x5e\xf7\x63\x97\xb7\x95\x40\xc3\x52\xa0\x85\xed\x6f\x8a\xfd\xac\x86\x7d\xb2\x9c\x67\x53\xd1\xf6\xd8\x76\x4c\xa5\x77\x9c\xa0\xe3\x45\x63\xdd\x06\xff\x7e\xe6\x14\x9d\x92\xd8\x7d\x49\xa9\x39\xe5\x39\x3f\x63\x6e\x4e\x43\x90\x42\xab\xf5\xe2\x40\x92\x73\x36\x0a\x64\x5e\x15\xbc\xdc\x43\x2d\xdb\x3e\x78\x19\x9e\xfe\x86\x64\x04\xc9\x06\x52\xf0\x67\xa4\x0e\x3d\x75\x84\xea\x6c\xa5\x92\xa7\xb9\xc8\xe6\x89\xb4\x86\x85\x95\xd3\x66\xaf\xf2\x99\x48\x32\x9b\x70\x5d\x5a\x26\xad\x38\xb3\xfb\x24\xff\x42\x6e\x4b\xd8\xbd\x11\xba\xcf\xc5\x49\xf3\x79\x43\x2c\x7a\x98\xcd\xae\x73\xc3\x9c\x9d\x2f\xc4\xd2\xb5\x50\x31\x87\xa4\x83\x37\xdf\x7e\xfb\x2f\x1e\x39\x89\xf8\x82\x47\x49\xbe\x04\xca\xbb\x04\xa3\xb8\x48\x00\x9e\x7d\x2c\x2a\xdf\xb0\xe1\xee\xe3\x22\x07\xb5\x63\x29\x02\xba\xe4\x27\xd8\xe3\x74\x28\xc9\xc1\x68\xc6\x42\x96\x62\xc3\xae\x0f\x05\xcd\x9e\x1b\x1e\xc8\xba\x97\x0e\x96\x07\x0b\xf3\x6d\x74\x56\xb0\xc1\x8c\x8c\xfd\x44\xff\xef\x46\x44\xaa\xc7\xd8\xaf\x10\x92\x48\x02\x2e\x05\xc2\x99\x7a\x5c\x5b\x10\x7e\xa9\x20\xfe\x16\x03\xf8\x56\x51\xfc\xf5\xcd\xb9\xc5\xb8\xfe\xe0\xd3\x3b\x88\xe9\xf7\x88\x40\x19\xcc\x2f\xf0\x09\xd9\x38\xfe\x6a\x26\x81\x1f\xcc\x5f\x99\xcf\xb3\x47\xf4\xff\x7c\x03\x30\xe4\x76\x97\xb0\x60\xde\x2a\xd9\xbc\xb9\x43\xe0\x65\x2d\x35\x32\xb3\x4b\x5c\xc6\x4c\x51\xab\x82\x72\xec\x3c\xf1\xce\x36\xae\xe3\xa7\xb7\x7c\x69\x5b\x18\xf5\x0c\x6a\x16\x76\x9c\x2f\x36\x42\x80\xf3\x99\x70\xd8\xff\xf4\x67\x35\x61\x13\xca\x6a\xd0\x23\xc6\x2e\x27\x6c\xa9\x0a\x42\x22\x4f\x93\xcf\xa0\x83\x4e\x54\x16\x89\xb2\xa0\x80\x6d\x6f\x86\x93\x90\x6f\x98\x2e\xcb\x5f\x61\x5c\x7c\x97\xb0\x27\x1c\x6b\x89\x67\x39\xec\x9e\x90\xf1\x88\x5d\xfb\x2c\xe3\xd7\x42\xe7\xd7\x85\x3c\xdf\x63\x34\xce\xe5\xdb\x6b\x33\xa9\xad\x42\x71\xb2\xa2\x33\x3b\xcf\x34\x71\xde\x15\x77\x6f\x9c\x16\x1b\x27\x11\x44\xc5\x3e\x9a\xbf\xd0\x85\x30\xcd\xe1\x22\x91\xf5\xf7\x46\x44\x45\x96\xe4\xcb\x0b\x25\x73\xf1\xd4\xdb\xb7\xb9\xc3\x47\xf4\xcb\xed\xed\xd5\xa5\x04\x2b\x73\x47\xcd\x82\x4a\x4b\xc6\xb5\x56\x51\x02\xbe\x07\x8e\x70\xf9\x99\x98\x0a\x87\x96\x3f\xe6\xd1\x67\x38\xfd\x4b\x19\xa9\x39\x90\xbf\x2c\x6d\xc0\x92\x87\x8b\x3a\x51\xd9\x23\xcf\x62\x7c\x61\xe6\x17\xdb\xbb\xfb\x4d\x50\xcb\x5d\xd0\x76\x5a\xdd\x4f\x34\xe2\x2a\x92\x4e\x6d\x02\xda\x91\xd9\xba\x9e\x31\x33\x42\x7c\x12\xf9\x7e\x7e\x45\x26\x4f\x8a\x7c\x9d\x4c\x92\xc8\x19\x3b\xfc\xd5\xb7\xd0\xf5\x45\x78\x36\x4d\x53\x82\x43\x49\xa0\xce\x2a\xac\xcd\x8c\x77\xf5\xf1\xe6\xf2\xff\xd0\xb9\x70\x4b\xe9\x40\xe6\xb8\x7c\xf7\xee\x1d\xbb\xc9\x63\x23\xab\x7d\x3f\x7a\x73\x02\xf6\x5a\x52\x7d\x95\x21\x19\xb8\x26\x31\xcd\xc4\xe2\xac\x90\xc9\x13\xd3\x4b\x99\xf3\xa7\x13\x10\xb6\xe0\xf0\x44\x96\xd2\x1f\x5f\x13\x22\x4e\xcc\xf8\x94\x1b\x72\x56\x9e\x2e\x86\xa3\x24\xf6\x0e\x50\x70\xc3\x88\x5d\xa0\x0e\x69\x58\x1e\x22\xbb\xd8\xca\x4f\xd1\x8c\x67\x3c\xca\x45\xa6\x59\x9c\x68\x4b\xbd\x5c\xe4\x44\x19\x9f\xc0\x53\x76\x07\xfb\x72\x77\x64\x78\x69\x8e\x8a\xea\xa7\xeb\xf7\x95\x95\x5e\xff\x7c\xc1\xbe\xff\xb7\x3f\xfd\x71\xc4\xcc\x0e\x51\x8c\xc1\x58\x4c\x13\xe7\xbb\x39\x3e\x3b\x06\xa8\xa5\x42\x3a\x2b\xf7\x49\xb9\x82\xd8\x73\x02\x70\x16\x81\x0a\xc0\xd3\x94\x69\x21\x21\xb1\xdf\x9e\x66\xdb\xcd\x5d\xf3\x29\x37\x5b\xb5\xec\x2d\xdf\xa1\x51\xcb\x7b\xcf\xd7\x45\x2a\x7e\xe3\x69\xb1\xaa\xf8\x4c\x53\xf3\x30\x98\x76\x96\xe7\x0b\xa7\x18\x69\x74\x33\xc0\x06\x29\xbb\x29\x1a\xa2\x57\xe0\x5e\x61\xf5\x0c\x0c\x5a\xf9\xf1\xec\xec\x2f\x33\xa5\xf3\xbf\x9e\xfd\xc5\xec\xf8\x5f\xff\xfd\x2f\x5a\xf0\x2c\x9a\x99\x53\xfd\x2b\x3b\xfd\xab\xed\xce\x1e\x67\x22\x13\xf4\xbf\xe6\x47\x67\x38\x2b\xb2\x14\xa1\x15\xf4\x42\x49\x20\x22\xf6\xd4\x4f\x6c\x90\x14\x45\xec\xd8\x37\x67\xd9\x39\xaa\x74\xf6\xda\x02\x58\x13\x56\x15\x43\x03\xbb\xab\xdc\x75\x7c\x76\x0c\x0c\x8d\x5c\x8d\x50\x84\x14\xaa\x9d\x1f\xff\xfb\xb1\x11\x95\x8e\xff\x70\xdc\xb3\x0e\x4a\x37\x32\x68\x88\xfb\x0a\x7d\x2c\xee\xd4\xc2\x0f\x0f\x2a\xb7\x75\x6f\xac\xb4\xca\x1e\xd6\x66\xa9\x3d\xef\x37\x6e\xcc\x2e\x6f\xb7\xd2\xf9\x95\xca\x72\x94\x04\x56\x5c\x6b\xbf\x9d\x23\xe7\x9c\xc4\x1a\x73\xab\xa1\xea\x8b\xca\xf2\x4d\x4a\xf0\x04\x35\x78\xc6\xca\xca\x48\xbe\x78\xd4\x55\x8a\x27\x9c\xe0\xb6\x12\xe4\x9c\x77\x55\xe0\x99\x73\x57\x7a\xc7\xcc\x8e\x1e\x18\x6c\xc7\x09\x03\x38\x13\x9d\x3c\x54\xc5\xfd\xed\x35\xec\x79\xd2\x65\x29\x9b\x27\xb2\x94\xb6\x88\xde\xef\x6f\x6a\x3d\xef\xad\x99\xf6\x49\xb8\xbd\x3b\xbc\xc4\x56\x90\x6d\xbf\xbe\xd4\x82\x2d\x32\xf5\x90\xc4\x70\x73\xe7\x89\x3c\x33\x87\x88\x9c\x37\x10\xff\xcd\xdf\x2e\xdf\xea\xfa\x25\xb3\xc3\x7c\x09\xd7\x6b\x23\x0b\xe7\xf3\x5c\xaf\xfe\x53\x3b\x8c\xeb\x75\xf5\x53\xaa\x7a\x86\x4b\xb3\x37\xa3\x7f\x6b\xcd\x89\xa7\x81\xea\x09\xf1\x52\xe4\x84\x2d\x79\xf6\xf0\xe6\x8c\x9a\x8d\x5c\xfb\xd2\xe8\xc3\x81\x9f\x27\x51\x91\xf2\x8c\x5d\x5c\xbe\xbd\x66\xaf\xde\x3d\x8d\xd8\xdd\xd1\x9b\x7f\xfb\x6e\xf4\xe6\x8f\x7f\x1a\xbd\x19\xbd\x39\xfb\xee\x87\xbb\xa3\xd7\x4d\x45\xed\x9c\x0f\xd1\x8a\xa1\x40\x94\x3f\xe0\xc7\xaf\xe0\x3a\xdf\x2c\x44\x74\x0c\x80\x8e\xd6\x69\x8d\x7e\x20\xf1\x14\x89\x45\xce\x84\xcc\x33\xdf\x08\x65\xa6\x10\x62\xad\x50\xf4\x0d\x02\x3a\x89\x18\x64\x47\x5b\xec\xd3\x68\x82\x7d\x20\xe7\x92\xb8\xab\x1c\x1e\x2c\xdd\x0f\x43\xae\x05\x20\x5f\x5e\x31\xdc\xbc\xdf\x78\x9a\xc4\x56\x90\x42\x7d\xbf\xbe\x5d\xeb\x07\xcb\xe2\x86\x74\x4c\xf3\x1d\xee\x1a\x4e\x34\x35\x9a\x8e\x9a\xf4\xdf\x33\x2e\xd7\x5c\x05\xa3\xef\x61\xa4\xb9\x63\xc1\x18\x8c\x6e\xb4\x69\x78\xaa\x4b\xe8\xad\x8a\x5c\x27\x31\x4a\x68\xb0\x9b\xf0\x80\x7b\x09\x48\x7d\x23\x65\xb7\x94\x75\xe0\x1a\xec\xf2\x19\xa3\x7c\xb6\x8a\x4b\x60\x8b\xa6\xaa\x02\xe6\xea\x5a\xfb\x3b\x44\x0c\x25\x72\xac\x0a\x09\xa9\x02\x12\x9b\x51\x60\x11\x27\xed\xd5\xea\xb4\x81\x92\xe5\xe9\xfb\xe7\x92\xd9\xef\x11\x62\xa7\x2d\x67\x86\x8f\x75\x9a\x3c\x08\xab\x20\x6b\x50\x55\x33\xc9\xd3\x74\x79\x0a\x9f\x00\x3b\x7f\x91\xa5\xfa\x84\xa5\x8a\xc7\x6c\xcc\x53\x70\xb8\x92\x96\x75\xc2\x9c\x21\x9d\xdd\xdc\xbc\x3f\x61\x6a\x32\x11\x19\x3a\x5a\xc7\xdc\xc8\xf4\x0f\x49\x96\x17\x3c\x05\xb9\xcd\xbc\x19\x91\x47\x23\xd6\x03\xd7\xc3\xdb\xa3\x36\x1a\x66\xa3\xea\x69\xe3\x6d\x97\xb5\xe0\x3d\x86\x44\x91\x21\x51\x64\x48\x14\x39\x54\x74\x8e\xaf\xaf\x78\x1b\xd1\xa8\x5e\x20\x20\x56\xfe\xb5\x1e\x47\x87\xea\x00\x72\x87\x25\x76\x5f\x57\xed\x36\xbb\x3f\xdd\x08\x23\x61\x3c\x57\x10\x03\x73\x38\x7b\xd4\xe5\x19\x78\xc6\xfc\x18\x2b\x96\xec\x35\x29\xa6\x62\xb2\xef\x14\x81\x4a\xbb\xbd\xd3\x3c\xd2\xd4\x13\x69\x30\xd7\xc0\x88\x28\xd2\x19\xf1\x0d\x4b\x5b\xa8\xac\x4f\x4c\x1e\x75\xf9\xd0\x9d\xf8\x46\xa0\x3b\xa2\x5e\xf7\xba\xee\x46\xd8\x04\x99\x02\x7b\x5e\xa9\xac\x26\xca\xaf\x47\x54\x8b\x3c\x49\x47\x66\x6b\xf2\x6c\x74\x29\xf3\x8f\xd9\x0d\x7e\xb5\x8b\x96\x94\x6b\x83\x22\xcc\x2b\xd6\xb6\xb6\xfc\xec\x6f\x72\xcb\x92\x77\x2f\x5d\x77\x80\x4c\x78\xad\x9a\xa4\x6c\x4b\x18\x06\xe9\xef\x90\xa5\xbf\x8d\x31\x26\x6a\xc7\xdb\x3a\xdc\x76\x5c\x6a\x00\x97\x18\x64\xdb\xb5\xc1\x25\x0e\x42\xb2\xed\x49\xda\x0f\x0e\xc8\xc2\xa7\xfe\xcf\x21\xc8\x5c\x87\x61\x27\x2d\x6c\xc6\xb4\xaa\x16\xc4\x40\x43\xce\x9c\x2f\x16\x7e\x74\x85\x66\x85\x8c\x45\x56\x96\x5f\x11\x31\x7a\xb4\x88\x8e\x67\x82\xaa\xad\x90\x5c\x64\xed\x32\x5e\xd8\x86\x7b\x8a\x10\xa8\x01\x3e\x4f\x61\xe8\x02\xf4\x43\x79\x09\x46\x04\xdb\xeb\x09\x06\x09\x65\xaa\xc8\x6b\xc1\x1c\x65\xc4\x48\x5c\xc6\x0b\xb9\x78\x90\xaa\x6f\xb9\x07\xaf\x34\x9f\xed\xa0\x68\xbf\x28\x64\xc8\xe0\xaf\x2d\xd2\x74\xc9\xfe\x51\xf0\x14\xf7\x21\x56\x73\x9e\x48\x27\x7b\x71\x6b\xe9\x81\xe5\x9c\xb4\x46\x11\x50\x7a\xa6\xa0\x38\x09\x04\x37\x7b\x48\xb8\x17\xe2\x65\x7e\xbd\x83\xe9\x79\xb1\x09\xe6\x8f\x9f\xae\x2f\xfd\x71\x29\x0a\xe8\xfa\xe7\x8b\x1f\xd9\x9b\x11\xbb\xbc\xd2\x0e\xd6\x9d\xac\xdb\x7e\xa0\x04\x97\xb5\x4d\x02\x0b\x1b\x04\x0e\x72\x88\xca\xc2\x0d\xbf\x93\x77\x39\x63\x97\x57\x2e\xca\xc8\xe8\x76\x34\x83\x05\x07\xb5\xc5\x72\xac\x3b\xf9\x1d\xda\xc1\xef\x7f\xbc\x67\xb1\x48\x93\x79\x92\x0b\xa8\x4a\x64\x26\x91\x09\x73\x6b\xe0\x7e\x88\x88\x17\x5a\x90\x23\xb4\x3a\x49\xfc\x60\x39\x53\x5f\xec\x2b\x67\x6d\x46\x4d\xe6\x98\x5c\x98\x2e\xd9\x8f\x7f\xfa\x16\xae\x0f\x84\x0d\x70\x19\xe3\x20\x3f\xfe\xf0\xc3\xf7\xee\xcf\x66\x7e\x3f\x91\xd7\x54\x0b\x60\x24\xd1\x0c\x1c\x55\xb4\xb2\x49\x61\x68\x50\xdb\x65\x6d\x0a\x4a\x81\xab\xea\x39\xf1\x6b\xd7\x8e\x5d\x4e\xca\x86\x89\xae\x07\x85\xd8\xd5\xc0\x1d\x47\xfd\xc1\x86\x80\xa0\x05\x52\x49\x3f\xe1\x5e\xc4\x2b\xae\x76\x6f\x2e\x62\x76\x63\x17\xea\x6e\x63\xd0\x47\x7f\xf5\x71\x7d\x82\xd6\x81\x55\xe0\xb5\xaa\xe4\x84\xd9\x6d\x86\xf0\x0e\x0d\x49\xda\x1a\x6a\x6e\x29\x0c\x09\x3e\xd8\xd0\xb0\x73\x1b\x31\xe4\xe8\x5e\xc4\x17\x18\xbe\x3e\x21\xfa\x1a\xdc\x54\xac\x61\xa6\xe4\xb1\x45\x3e\xe1\x72\x89\x1e\x25\x76\x6e\x13\xb1\x08\x2a\xf0\x98\x46\xc4\x88\x13\xa0\xf8\xc7\x36\x9e\xa9\x96\xa1\x8b\x19\x4c\x46\x34\x5b\x50\xb8\x94\xcb\x0a\x06\xd9\x55\xf1\x98\x8c\xeb\x99\x9f\x02\xa5\x32\x3b\x7f\x33\xcb\x54\x4d\x31\xb4\x09\x47\x5f\x1a\xe5\x38\x55\x63\x9e\xda\x46\x2d\xf1\x6a\x30\xb7\xce\x40\x17\x17\x39\x04\xc9\x71\xc0\xc0\x5c\x98\xad\xf5\x19\x84\x86\x95\x6a\x94\x96\xca\x98\x54\xd0\xd5\x16\x65\x3b\x09\x5e\x24\xa4\x29\x4b\xc7\xee\x2a\x27\xb3\x77\x81\x1d\xd8\xf9\x36\x42\x7b\x9e\x76\x26\x1b\xbc\xbf\x71\x9b\x45\x08\xe2\x21\x21\xb6\x0f\x09\xd8\x04\x54\x0b\x01\x12\x6e\xe3\x77\x4d\x7f\xf3\xa7\x13\xf6\xc3\x0f\xdf\xc3\x06\xcf\xcd\xd9\x2f\x00\xc6\x73\x3e\x36\x02\xbc\x55\x21\xe1\xb8\xec\x45\x88\x93\x09\xe8\xf2\x39\x9c\x9e\x3e\x41\x0f\x9c\x75\xcd\xd9\x31\x9e\x3c\x7a\x68\xf8\x2c\x70\x05\x1e\x45\x2a\x8b\x29\x34\xcc\xd2\x5a\x60\xc3\x25\xcd\xcc\x67\x99\x2a\xa6\x28\x23\xdc\x7c\xb8\x84\x69\xba\x7d\x3e\x21\x8f\x1f\x4b\xac\xa3\xa9\xbc\xbf\x93\x22\x9d\x24\x18\x6f\xef\xb7\x70\x0b\xbf\xf9\x70\xb9\xf7\x63\xbf\x7d\x7f\xb3\x03\xef\xe1\xf6\xb4\xb7\x2b\x59\x35\x68\xe7\xe8\x6f\xb7\x7d\xb3\x07\x8a\xaf\xe2\xf1\x4f\x44\x5d\x36\xce\x2c\x7e\xef\x0d\xd2\xc3\x40\xeb\x37\xb7\xe1\xa4\x6d\xc5\xe2\x2c\x05\x3c\xb5\x24\x70\x1d\x40\xe8\xf5\x4f\xc2\x5c\x88\xce\x63\x30\x57\x3c\xe4\x81\x00\x4e\x0b\x4f\x26\xe5\x4b\x91\x31\x4d\xe1\xe2\x35\x49\xba\x14\xb2\x7a\x8a\xcd\x5d\x54\xc5\xc8\xcd\x28\x44\xf1\x80\x4a\xeb\xd2\x99\x4f\x22\x18\xd0\x1f\xf3\x19\xc0\x16\x12\x28\x4d\x92\xa3\xde\xc6\x47\x20\xbe\x61\x88\xed\x65\xde\xfb\x59\x18\x0d\x9f\xa7\xfa\x46\x44\x99\xc8\x43\xe4\x0d\xf3\xd3\x63\x92\xc6\x91\xd1\x66\x81\x55\x68\x91\x03\x77\xb2\x29\x68\x6d\xbc\x2c\xa0\x05\x89\xb6\x7b\x04\xe4\x23\x15\x93\xdc\xe7\x25\xfd\x88\xc2\xb6\x21\x02\x81\xbd\xd2\x2c\xb5\x8f\xa9\xd8\x35\xb4\x9a\x8c\x6f\x2e\xc6\x61\x1c\xdf\x0c\xdc\xe3\x8e\x0d\x2a\x89\xd4\xfd\x67\x2b\x13\xc0\xea\xeb\x82\x81\xe9\x63\xe4\x5a\x84\x9e\x20\x61\xd6\x90\x5f\x47\xa1\x79\xaa\x64\x29\x24\xdb\x9f\xcc\x09\xe2\x45\x11\x12\x8f\x60\x92\x26\x51\xae\x4b\x3d\xef\x0e\xae\xd4\xdd\x11\x9b\x09\x6e\x14\x52\x94\x4e\x0a\x42\x20\x0a\x55\x9b\x93\xca\xd8\x74\x4b\xe0\xb4\x69\x79\x90\x8d\x2d\xe3\x12\x74\xc4\xf4\x00\x65\x8f\xc6\xf7\x3b\xd1\x8a\x5e\x20\xbb\x22\x08\x41\xda\x3e\xce\x2a\x18\xae\x2b\xda\x2a\x68\x3c\xaa\xf4\x2d\xe9\x0c\xa4\xa7\x58\xcd\xd7\x13\x9b\x5c\xe4\x3d\x68\xf8\x50\x74\x75\x02\x05\x47\x06\x1b\xf6\x21\xdb\xb0\x07\x2b\xef\xd7\x62\xe5\x1d\x22\x18\x1a\x68\xe8\x8e\x8a\x99\xa0\xe0\x90\xe8\x90\x2a\x1e\x68\x51\x90\x90\x89\xec\xd5\x0a\x1d\x7c\xea\x5d\x1f\x8b\xf4\x26\x9c\xab\x1c\x78\x2d\x1e\x56\x76\x1b\xb5\x8e\xd7\x12\x51\x4c\xec\xcb\xa5\x6a\x55\x42\x88\x55\x91\x3b\xb8\x83\xf5\x43\x88\xed\xa8\x9e\x80\x0b\xa9\x1e\xa4\x68\x43\x8a\x07\xd9\x64\x20\xab\x38\xd1\xcc\xec\xf6\x69\x6a\x1e\x9a\x91\x9c\xde\x8c\xfe\xd4\x23\x75\xc8\x8c\xd6\x41\xd9\xdf\x93\xa4\x1e\x0b\x9d\x5b\x29\x09\x67\x61\x2e\xbc\x2a\xf2\xa9\xf2\x32\xd6\x46\xec\x1d\x8f\x66\xcc\x48\xba\xa1\xa4\x0e\x20\x8a\xf3\x31\x98\xa8\x0b\x8d\xd5\xdb\xc1\x10\xc4\x53\xf6\xf1\x9a\x84\x3f\xdf\xc2\x24\xe6\x8b\x7c\x09\x95\x35\x13\xad\x01\x76\xd3\x85\x45\xbb\x5a\xf9\x3c\x4d\x69\x2e\xaf\xec\x86\x91\x89\x39\xcf\x12\x0b\xe0\x65\x1a\xbc\x6e\xf8\x00\xb1\x1b\xd8\x4c\xa7\xd9\x71\xdf\x3a\x66\x56\x41\xce\x87\xf2\xdb\x9c\x12\x19\x9d\x14\x4c\x75\xf2\xfc\x43\xb3\xd3\xf3\x07\x03\x95\x8b\x94\x92\x34\xb0\x35\xb2\x1d\x1b\x0c\x82\x0b\xe6\x87\x2e\xb0\x8d\xac\x45\x35\x40\xbb\xee\x0b\xd2\x7c\x37\xdc\x73\x70\x00\x6c\x8e\x64\xa2\x69\x92\xfc\xe0\xfe\xb5\x31\xda\xe2\x8a\x7b\xc3\xcc\xbd\x26\x0b\xd5\xc6\x37\x28\x98\xf8\x8a\x8b\xe4\xb5\xdb\xee\x3e\x6d\x7b\x95\xca\xd7\x05\xa9\xf5\xcf\x79\x9b\x84\x9f\x71\xf2\x02\x56\xa8\x60\x36\xfd\xfc\x9b\x9b\x70\x13\xdf\x27\xba\x0e\x3b\xf1\xfa\x11\x75\x6e\x1d\xd6\x9e\xac\x53\x8f\x26\x08\x0d\xb1\xe2\x12\x78\x1c\xe0\xfc\xc3\x5b\x10\x87\x7b\x98\x66\x4c\xb3\x9e\x4f\x98\x34\x04\x4a\x2b\x2f\xd1\x91\xc1\xd3\x60\x14\xfa\x28\xb2\xee\x93\x43\x7c\xc8\x76\xfa\x2b\xde\x30\x36\x39\x9c\xe7\x0b\x2a\xcd\xc1\x3f\xe0\x93\xcd\x44\x06\xbc\xaa\xd5\xcb\x34\xe7\xb1\xa0\x9b\x94\x80\x07\x4b\x76\x5f\xa8\x41\xa8\xf8\x0a\x84\x8a\x7d\xb1\x81\xae\x5a\x5d\x1b\xd0\x7f\x1b\x73\xd9\x9b\xf0\x9b\x0e\x4e\x83\x60\x64\x10\xab\xd7\x06\x0b\x0d\x66\xb8\xee\x21\x82\xf3\xb0\xad\x5f\x6b\x45\x70\x96\x47\x6d\x37\xba\x7a\xc6\x7b\x7d\x98\x43\x30\xe7\x60\xe6\xdb\xb2\x52\xd8\x10\xc8\xb9\x99\x11\x6d\xff\xe1\x9c\x75\x41\x6e\xb7\x4c\xcf\x0c\xb9\x16\xd3\x33\x1d\x7a\x30\xaf\x64\x51\x85\x04\xe8\x75\xbf\x57\xa1\x0b\xac\xba\xd7\x25\x10\x00\xf2\x3f\x82\x9e\x50\x32\x34\xdf\x95\xc0\x01\x55\x19\x0e\x6a\x10\x18\xf9\x4c\x12\xa2\x28\x59\x7c\xa1\x1a\x2f\x36\xb3\x69\xc8\x2d\x91\x4a\x92\xcf\x85\x5e\xf0\x48\xdc\xbc\x24\x48\x3e\x36\xd2\x50\xf1\x0a\x66\xa3\x49\x48\x8e\xd2\x42\xe7\x22\x3b\xd5\x91\x5a\x88\x98\x80\x68\x83\x08\x2f\x0b\xd7\xa5\x1d\x8d\x08\x01\xf7\xb5\x98\x73\x99\x27\x91\xfe\xb3\x11\x53\xad\xd0\x3b\x2e\x72\x94\xb0\x4f\x58\x92\x53\x63\x94\xa7\xdd\x86\xe8\xd1\x9d\xbc\x93\x97\xe0\xf5\xb3\x8b\x40\xab\xa9\x56\x66\xe3\x9d\x64\x2c\x1a\xee\x26\x20\x67\x3f\xce\x54\x2a\xdc\xe0\xa6\xe1\x95\x33\xb1\x9a\xc5\x05\x03\xd3\x48\xe5\x06\xf8\xd8\xff\x1f\xaa\xa7\x34\x62\x1f\xcd\x11\x3f\x26\x5a\x54\x17\x00\xdf\x58\x77\xb8\x36\x0d\x2a\x7e\xd1\x6b\x51\x16\xed\xa8\x1c\x2a\x29\x6a\xb4\xea\xab\xb2\xee\xc9\x7e\xee\x04\x14\x6c\xa0\xdb\x50\xdb\xbb\x43\xbf\x13\xbd\xbe\x81\x94\xe7\x58\x33\xf5\x28\xcb\x91\xf7\x14\x15\x54\x57\xd0\x76\xcc\x1d\x40\xd5\x5c\x87\x3b\xf4\x4b\x6f\x5c\xbc\x48\x3a\xe1\xe5\x84\x55\x71\xf9\x20\xb6\x1c\x0f\x0e\x73\x35\x17\x99\xca\x55\xa4\xd2\x11\xc3\xfd\x31\x24\xbf\xc4\x98\xe6\x4c\x16\x73\x91\x81\xad\x41\x21\x5a\x44\xec\x06\xe1\xe6\x76\x23\x14\x6a\xc8\x5b\x8c\x98\x4a\xb8\x4a\x31\x19\x1f\xaa\x76\x07\x24\x96\x58\x24\x07\xe0\x9e\x31\x44\x95\x1e\xd4\x09\x1a\x07\xbc\x20\x9c\x30\x2e\xdc\x4e\x1a\x2c\x84\x30\x9c\x0b\x9f\x44\x27\x54\x1b\x55\xa2\x7e\x1d\x0a\xc0\x47\x0a\xef\x81\x3d\x11\xe5\xd7\x5e\xdd\x5e\x5c\x9d\xb0\x4f\x6f\xaf\x20\x7c\xf6\xe6\xe2\xf6\xea\xb5\x05\xa7\xac\x79\xb2\x60\x39\x41\xfd\x9f\x13\x7f\x97\x7c\x6c\xc4\xdb\x8b\xab\x97\x8e\xb0\xe9\x2a\x8c\xb7\xc1\x53\xb2\x79\xf1\xbd\x9f\xd2\x4d\x80\xce\xdd\xfa\x94\x44\x15\xb3\xa5\x69\xc2\xd6\x38\x27\x28\xe3\x00\xb1\x5a\x00\x2f\x8e\x2f\x16\x69\x52\xa6\xd8\x38\xba\x88\xa5\x75\x3e\x56\xdd\x39\x9e\xb3\x13\x6d\x55\x99\xa0\x2c\x8e\x60\xb9\x89\x23\xb1\x2e\x89\x48\xc5\xec\x15\x58\xc8\x50\x10\x71\x22\x9a\xa3\xb4\xbc\x44\x0b\xa5\xaf\xbd\x3e\x61\x1f\xaf\x7b\xd9\xc4\xbc\x85\x31\x1e\x65\x4a\xe3\xd3\x22\x21\xae\xd1\x02\x53\x56\x08\x72\x24\xdc\x99\xe7\x71\xbe\xad\xb6\xc4\xd2\x90\x17\x8e\x0c\x59\x2f\xf4\xe5\xea\xc6\xc1\xda\xa1\x26\x83\x66\x5a\xa5\x02\x93\x6c\x84\xd4\x18\x9a\x4e\x35\xf7\xc0\x20\xea\xf3\x4c\xa3\x96\x69\x95\x72\xe7\x8e\x82\x77\xf2\xba\x1a\x9a\xdf\xee\x07\x66\xfb\x34\x3d\xbc\xdb\x4d\x70\x7a\x52\x03\x1e\x5a\x75\x89\x6d\x24\x76\xff\x5b\x7c\x5b\xbf\xbc\x80\xc1\x6a\xee\xe4\xfa\xb7\xb8\x7e\x25\xc9\xe4\x91\xb8\x9b\x73\xac\x59\xaa\x0c\x93\x90\x2a\x16\xbd\x2f\xb1\xbf\xb0\x17\xbc\xc5\xb1\x12\xba\xcc\xca\x82\x2c\x92\x3d\x5d\xe2\xe7\xb9\xa4\xbb\x4a\xa1\x78\x69\x19\xfe\xc6\x13\x43\x2d\x38\xa8\xc5\x82\xae\x1d\x22\x59\xde\xf0\x5d\x68\xe2\xdc\xb0\xb8\xfa\x13\x32\xcf\xa2\x7c\x3f\xe6\xbc\x43\xbf\x8c\xad\x2c\x01\xf7\x67\xc4\x7e\xb5\x69\x1d\x36\xd8\x73\x61\xdf\x8a\x11\x96\xb0\x57\x99\xa8\x41\x11\x33\xf8\x10\x11\xb5\x17\xc4\x2a\x4d\xd1\xb9\xe1\x54\x26\x2a\x63\x00\x10\x16\xb8\x0e\xb1\x3e\xf1\x83\x48\x97\x55\xba\xf7\xe1\xe3\x6d\x19\x7d\x6c\x2e\x67\x6f\x85\x05\xf0\xc5\xf0\x21\x34\x3d\x1e\xab\xac\x38\xdf\x93\x6c\x12\xe5\x83\xdb\x61\xf6\xfd\x76\xb9\xe8\x4c\x57\xb2\x74\x0c\x9e\x39\x58\x11\xcb\xa7\x13\x1e\x22\x26\xd5\xa2\xb9\x13\xf1\xed\x6c\x11\x01\x84\xb7\xa3\x9b\x7d\x77\x74\xc2\xee\x8e\xde\xb9\xff\x86\x82\x0b\x36\x44\xdd\xfe\xb9\x81\x0c\x54\xc4\xb1\xc4\xe2\xcd\xbb\xdc\x26\x2f\x09\x11\x52\xe5\x84\x44\x80\x3e\x97\x09\x94\xb1\x77\xde\xe9\xfd\xb9\xbc\x09\xb0\x20\x8b\xc4\xcd\xa5\x6d\xa6\x09\xc9\x02\xf2\x01\xb4\x2e\xe6\x74\xe5\xa0\xf4\x1e\x35\x42\xd7\x01\xee\x3f\x8d\xf6\xea\x71\x26\xd0\x28\x93\x59\xd4\xf0\xa5\x3f\xba\x9d\x0f\x0d\xff\xba\x65\x7c\x3f\xf9\x0b\x8a\x15\x70\x02\x54\xcf\x92\x5c\x00\xdc\x39\xfc\x7e\x0a\xc2\x36\x9e\xe7\x09\x34\x04\x31\xd6\x96\xb3\x4c\x97\x2e\x75\xc9\x3b\x73\xf6\x5f\xde\x11\xb0\xbf\x8f\xd8\xfb\xe4\xb3\x30\x62\x0d\xe4\x08\x34\x7c\xcd\xca\x3f\x08\x73\xe8\x01\x9d\xf0\xdc\xb0\x21\x51\x02\xed\x21\xc7\xf2\x66\x52\xa6\xd0\xf9\x13\x40\xab\x3c\x46\xa4\x61\x6a\x85\x3f\xa3\x57\x3a\x31\x87\xa7\x0b\xa8\x8a\x4c\xdf\x7e\x74\xe0\x8a\xb6\x47\xc3\x51\xc9\x98\xda\x95\x92\x9a\xbd\x21\xb9\x62\xff\xcf\x4c\xe8\xbf\xfc\xbb\xc8\xfe\xbe\x23\xe9\xe4\x99\x50\x14\x7d\xb2\xde\x65\x67\x5e\x43\x9f\x00\xd3\x00\x66\xd9\x74\x46\xed\xd7\xda\xb2\xa9\x7a\x10\x19\x25\x1d\xf1\x71\x92\x26\xf9\xd2\x55\x2b\x0e\x13\x3e\xe9\x6e\xe7\x5e\x11\x08\x46\x55\x20\x42\x9c\x69\x9f\xc4\x83\x1c\xe3\xb9\xab\x45\x56\x87\xf2\xad\x4f\x6a\x5b\x50\xdf\xc1\xa1\x39\x84\xf3\x0f\x7e\x3e\x36\x84\xf3\xef\x24\x9c\xbf\x46\x9f\x3a\x43\xfa\x35\x82\x03\x94\x04\x85\x68\x99\x90\x50\xa8\x68\x75\x91\xd8\x97\xf3\x38\xd6\x39\xc9\x5e\x3d\x8e\xb5\xcf\x75\x84\xda\x34\xb6\x0f\xc3\x22\xea\xac\xc4\x46\x48\x74\x73\x1d\x18\x6d\xe0\x3c\x5f\x2e\xe7\xe9\x13\x4a\x93\xbc\x5c\x28\x4d\xfd\x75\x6d\x63\x23\x18\xd8\xec\xd7\xc2\x66\x87\x70\x9a\x97\x61\x6e\xfb\x0f\xa9\x69\x16\x1c\xd6\x60\x70\x37\x5d\x72\x44\x37\x57\x83\x21\xb6\xe6\x6a\x69\xaa\x1e\xaf\xb2\xe4\x21\x49\xc5\x54\xbc\xd3\x11\x4f\xfb\x54\x8a\x6e\xeb\xc6\x62\x81\x59\xf1\x42\x43\x62\x02\x28\x89\x11\x97\x96\x4e\x94\xd9\xfd\x0b\xdb\x99\x09\xd7\xbb\x0e\xa9\xe3\xfb\xf4\xf2\xac\x15\xad\x6a\xac\x54\x2a\xb8\x6c\x7e\xd8\x64\xfc\xb8\xb8\xb9\x7c\x9b\x25\xe6\x22\x74\xf1\xef\x6a\x7b\xa4\xb4\x8f\xe6\x39\xa5\xce\x7f\x90\x26\x52\xb0\x8b\x9b\x4b\x16\x53\x23\x2c\x8a\x45\xf8\x47\xbe\xa1\x47\xe4\xe4\x60\x10\xf3\xb1\x88\xfd\xd2\x13\xb0\x3b\x50\x41\xb7\x34\x24\x22\x25\x4f\x64\x0c\x08\x16\x56\x41\x97\x4b\xef\x5b\xb6\x94\x81\xc3\x14\xa0\xd9\x88\xc5\x4c\xcc\x45\x66\x98\xbe\x4a\x8b\xb9\xd8\x23\xc7\xab\xee\xd1\x56\x0c\xcf\x1e\x10\x5f\xa0\x99\xa2\x7a\x49\x5b\xae\x5f\xd8\x23\xe4\xfc\x91\xff\x0b\x1a\x12\x71\xcf\xe8\x1e\x92\x0d\x23\x76\xde\x1e\xcf\x88\x11\x8e\x2a\x7d\x83\xa7\xe1\x90\x63\x61\xfa\x89\x98\x95\x9e\x0a\xc6\x8b\x7c\xa6\xb2\x63\xa8\x12\x18\x65\x02\xef\xf2\xff\xb5\xb6\x36\xc3\x13\x31\x97\xa5\x9c\x97\xe1\xb4\x98\x97\xd3\xb4\x16\x23\xad\x59\xe2\xfb\x36\x53\x0b\xff\xc7\x67\xc7\x06\xa1\x09\xfe\x9c\x8a\xa7\xdf\xf0\x5e\xf5\x3b\x1d\xaf\x43\xc3\x0b\xb2\x4e\x34\xd3\xca\x5e\x57\xc6\xde\xd9\x3c\x0b\x99\xa4\xb5\x47\x90\xa6\x7e\x6b\x7b\x18\xe6\x15\xd8\x48\x0b\x28\x63\x2c\x08\x34\x50\x80\x55\x2b\x79\x10\x18\xf9\xf0\x68\x63\x81\x0a\xcd\xa7\x0e\xa6\xc3\x1f\xd0\xf7\x4b\x4b\x02\x0a\xa1\xdf\xee\x8e\xc8\x73\xb1\xef\x17\x55\x6e\xda\x2e\xce\x0c\xea\xb5\xf5\x28\xf3\x57\x6d\xee\x9d\x17\xab\x1e\x18\xd6\xa0\x33\xad\x46\x74\x5c\x0d\xe7\x54\x36\x0a\x8e\x69\xdf\xbb\x67\x17\xb0\x8b\xbd\xbb\xca\x54\xf4\xab\x2a\x64\xde\xc7\x1f\x73\xde\xd4\x67\xc5\xad\x0f\x1b\x8e\x56\xde\x7b\x8c\xdb\x99\x09\x8b\x43\x14\xf4\x0d\x5f\xc1\x2d\xea\x93\x54\xe3\x0f\x62\xcd\x82\xc6\x13\xc1\x8d\x3c\xc8\x26\x29\x9f\x5a\xa6\x84\xa5\x03\x5f\x8a\xaa\x7c\x92\x9a\x4f\xc4\xcd\x52\x47\xdd\xe8\x72\x4d\x5d\x42\xb2\xef\xb1\x5d\xbb\xd3\x05\xb4\x66\x1a\x9b\x87\x12\x85\x04\xf8\x20\xc8\x11\xc3\x9a\x5b\x86\x6a\x60\xa0\x16\x67\x8b\x94\x27\x92\xfa\x11\xc8\x51\x66\x54\x21\xe0\x09\x77\x47\xdf\xdc\x1d\x99\xff\x40\xe7\x69\xc4\x31\xca\x0f\xf2\xca\xa4\x4e\x62\x91\x19\x06\x01\x89\xff\x99\x98\x24\x4f\xfe\xd9\xd3\x54\x46\xec\x06\x41\xef\xbe\x61\x73\xc1\x25\xba\x0b\xc3\xd9\xa2\x0f\xca\x82\xaf\xfe\x47\x31\x16\xa9\xc8\xd9\x8c\x5b\xb7\x2d\xdd\x2b\xd3\xb1\x79\xb9\xfe\x86\x18\x7e\xf7\xa0\x92\x98\x4c\x00\x86\x45\xdd\xc9\x3b\xf9\x8e\xaa\x5d\xfd\xc8\xc4\x68\x3a\x62\x77\x47\x13\xa5\xce\xcc\xe2\x28\x94\x06\xff\x30\xe6\x19\x7a\x08\xf1\x1f\xff\x34\xff\x80\x62\x46\x65\xa7\x51\xb5\xd3\xc8\xef\x34\xf2\x3a\x3d\xf7\x55\xa3\x23\x3f\x8f\xd7\x11\x31\x9a\x3b\x95\x55\x49\xd0\x7b\x45\x9e\xe9\xba\xb8\xe1\x3c\x26\xb1\x57\x48\xda\x09\x19\xac\x90\xa9\x97\x10\x0b\x32\xa0\x75\xe0\x45\x3c\x4d\x97\x2c\xce\xd4\x82\xf0\xe2\x9c\xc8\x30\x62\x28\x53\xf0\x65\x87\x48\xd1\x32\xf7\x95\x52\x45\x28\xf6\xe0\xb4\x5d\x4c\x8b\x87\x94\xeb\x5c\x89\x10\x67\x28\x44\xbd\xb0\x1a\xf1\xce\x26\xb9\xa6\x7f\xaa\xe1\x1e\x8e\x7f\x33\x4d\xa7\xa3\xb7\x45\x78\xab\x5d\x0b\x87\x09\x67\xfd\xce\x86\x14\xa8\xc8\x56\x22\x9b\x1a\xe2\x02\x05\xb9\x9c\x22\x04\x37\x47\xb2\x24\xd7\x16\x18\x99\x3a\x6c\xa2\xf4\x4c\x54\x36\x4e\xe2\x58\xc8\x7e\xa4\xb5\xda\xbc\x95\xac\xba\x86\x87\x40\x51\x6b\x93\x69\xa4\xa9\x3e\x31\x75\x3d\x56\xd3\x3e\x6c\xb6\x2e\xf1\x0b\x7a\x1d\x0c\xf5\x9b\xe8\xbf\x91\x21\x65\x6b\x77\xc9\xcf\x37\x30\xd4\x4d\x9e\xf1\x5c\x4c\x97\x18\xd3\xbb\x1a\x07\x93\xbe\x5e\x56\x33\xc5\xae\x1e\x91\x8c\x93\x08\x60\x3d\x01\xfb\x6d\x62\x43\x60\x2d\x64\xde\x78\x19\xb8\xa5\xc9\x2b\xdd\x12\x3f\x63\xa4\xce\xcb\xab\x8b\x8e\xbb\x4e\xad\x2a\xa6\x0a\xcf\x06\xe3\x05\x91\x16\x1a\x34\x85\x5f\xa8\x8b\x8b\xcf\x27\xb5\x7d\x83\x87\x69\xbe\x4e\x11\x3a\x3d\xe6\x69\x13\x83\xd7\x9c\xab\xed\xb6\xa3\xf9\x5e\x5d\xbe\xed\x31\xd7\xab\xcb\xb7\xeb\xce\xd3\x74\xd9\xd5\x1c\x7b\xe0\x0b\xb8\x76\xfe\x3c\x91\xde\xb8\xca\xda\x58\xa2\x33\x10\xbd\xac\xa4\xfc\xb4\x50\x7b\x55\x62\xc2\x32\xe1\xdb\xbc\x79\xc7\x53\xba\x1c\x09\x65\xc3\x3e\x96\xbb\xb1\x60\x59\x21\x0d\x15\x2e\xfb\x6d\x72\x5e\x99\xe0\xf1\x47\x99\x2e\xaf\x95\xca\x7f\x4e\x52\xa1\x97\x3a\x17\x5d\x58\x23\xcd\x9d\x50\xad\x27\x1b\x5b\x9e\x15\x54\x54\x1f\x8c\xa8\xa5\xbc\x85\x55\x43\x0b\x49\x00\xb5\xcc\x8c\x85\x7a\x55\xa6\x54\xce\x26\x49\x0a\x22\x73\x2e\xe6\x36\xf7\xc2\x17\xd6\x02\xc1\xcc\x2f\x79\xef\x8d\x28\x95\x3c\x6d\x1f\x15\x55\xb1\x9b\x2b\xeb\xc6\x8b\x85\x5c\x06\xb1\xb5\xb4\x80\x09\x4f\xb5\xa8\x7c\x1d\xbc\x76\x7d\xa6\x6e\x8e\x0d\xe2\xef\x00\x9a\x7e\x5c\xe4\x2e\x1a\x8f\x24\x34\xb4\x2c\xb3\x5c\x6d\x76\x66\xcd\x82\x63\xe7\xa9\x35\x77\x83\xf7\x15\x88\xb7\x35\xd1\xd9\x88\xc0\x0b\x11\x97\x7e\x28\xcf\x46\xc7\x6e\xa1\x08\x83\x19\xc4\x7e\xc1\xd6\xae\xa7\x5e\x10\x99\xe4\xfc\x51\x20\xcf\x3e\x3b\xeb\xcd\x0a\x79\xbe\x3b\xee\x7b\xed\x46\x5b\x87\x01\x97\xbd\x7a\xf0\x60\x27\xb7\x03\x70\x8f\xd7\x95\x30\x94\xd1\xc6\x8d\x16\x07\x2d\xf2\x86\x78\x50\x35\x4f\xf2\xbc\x4c\x8d\x8a\x8f\xb5\x3f\x8c\xa1\x27\x39\xff\x2c\xc0\xa0\xfd\x80\x25\x2e\xbc\x30\xbf\xc0\x72\xe1\x75\xb3\x66\x8b\x29\xcc\x31\x34\x5b\xb4\x6f\xfc\x27\xbd\x01\xdc\x77\xdb\xbe\x9b\xc1\xd6\xd9\x76\x37\x83\xcd\x76\x1d\x7a\xb6\x6c\x7a\xeb\x92\xf3\x64\x2e\x2e\x52\x5e\x4f\x82\xd8\x70\xd5\x6e\xbc\x35\x17\xee\xfa\x6d\xb2\x76\xd7\x59\xd8\x02\x88\xcd\xf9\x07\x0d\x17\xcd\xff\x34\x20\x54\xbb\xc6\x85\x2c\x51\x78\x46\xec\x1d\xfa\xd8\xe6\x46\xc5\x52\x93\x30\x85\x6c\x01\xfa\x08\x05\x2c\xfb\xd3\x09\x2f\xe1\x58\x40\x39\xe7\x95\x97\x50\x8b\xf7\x89\x2c\x9e\x76\x71\x18\x37\xef\x60\xa8\x75\xce\x81\xbe\xbe\xf6\x11\x60\x52\x77\xcf\x4b\xa7\x8b\xc5\x22\x85\x8d\xe4\x29\x3c\xd5\x9d\x5c\xbd\x9b\xda\xa8\x6b\x2d\xbc\xd6\xbb\xaf\xf2\xe1\xf7\x44\x35\x04\xd9\xd4\xfa\x8a\xc8\x43\x2f\x3f\xc9\x43\xcd\x39\x52\x33\xb6\x63\x13\xb6\x48\x8b\x69\x22\xdb\x0c\xee\x52\xb1\x46\x9f\xc8\xad\xf5\xb5\x1a\x2d\xd8\xb6\x58\x92\x05\xc9\x48\xe1\xc7\xdf\x1c\x3f\x0f\x4f\xfc\x1f\x95\xc6\xad\xc5\x34\xf1\xc5\x34\x52\xf2\xd5\xd7\xae\x41\xe1\xa5\xbf\xec\x22\x10\xfb\x5a\x2c\xd2\x24\xe2\x37\xa2\x67\x72\x74\x5b\x36\x67\x39\x4e\x3d\x8d\x93\x2f\x16\x9a\xaa\xb9\x7f\x77\x56\x36\x5c\xab\xa0\xbb\xff\x01\xcc\xa8\xb2\x3e\x19\x2f\xd3\x17\x93\x83\x29\xa1\x86\x65\xd8\x03\x6f\x7a\x56\x48\x09\x68\x68\xe8\x72\xc6\x74\x66\x43\x02\x87\xf8\xb8\x83\x8e\x8f\x1b\x42\xc6\xbe\x96\x90\xb1\x9e\x91\xd9\xa4\xa3\xbe\x47\x66\x0d\x05\x03\xbd\xa7\x6f\x9e\x32\x61\x67\x40\x9a\x93\xf9\x37\x59\x69\x9d\x9e\xe4\x92\xeb\xb8\x03\xa5\x78\xa5\x5f\x97\x59\x64\xde\x70\x73\x2e\xf9\xd4\x3c\x80\xaf\x3e\x1e\xbc\x5c\x74\xbf\x1a\xf5\x3e\xfd\xd2\xbd\xc0\xde\xe9\xef\x3e\x7d\xff\xba\x6a\xd8\x7b\x5b\xb8\x6e\x19\xfb\x39\x54\x5e\x13\x11\x96\x0b\x53\x63\x48\x12\x8e\x2b\x85\x92\xfc\x9d\x03\x26\x6b\x6e\x85\x95\x7b\x08\x3b\x3d\x06\x11\x7d\xc9\xb4\x9a\x0b\xf6\x98\xc8\x58\x3d\x42\x77\xc3\xc8\xd8\x95\x5a\x14\x2e\x8d\x18\x0e\x8e\x0c\x3f\xd7\x82\xc7\x90\xb7\x37\x94\xcc\x07\xc3\x41\x29\xf3\xec\x35\x94\xb2\xfc\xce\x85\x92\x71\x52\x71\xc9\xd5\xcc\x19\xf5\xd6\x95\x3a\x55\xae\x48\x18\xb7\xb2\x0d\x58\xd7\x40\x08\x8a\x44\x06\xf9\x9e\xc0\x9b\xfa\x54\x0e\xe3\x3a\xbf\xcd\xb8\xd4\xf0\xa1\xdb\xa4\x5e\x1e\x69\x0b\x52\x0f\xc3\xad\x7a\x1d\xb7\x20\xae\xe8\x1c\x2e\xae\xb5\x80\xd1\x9a\x73\x37\x2b\x6b\x21\x53\x52\xd8\xa7\x02\x19\xd8\x90\x6a\xd9\xa2\x9f\xcc\x85\xd6\x7c\xda\x55\xeb\xe9\x9c\xcd\x8a\x39\x58\x80\x79\x0c\xba\x21\x75\xb3\xfa\x07\x56\x9b\xcd\x79\x92\x6a\xc6\xc7\xe6\xed\xe5\xb6\x4e\x18\xcc\x6c\x83\xd2\xa2\x99\xe0\xba\x53\x80\xbc\x05\x61\xd8\x34\x74\x45\xb7\xdc\xc6\x1c\x6b\xda\xb2\x6d\x66\xd1\x4c\x0d\x9b\x69\x97\x9a\x84\x13\x38\xb1\xf5\x31\x6f\x33\x23\x57\xfe\xcc\x53\x2d\x4e\xd8\x27\xf9\x59\xaa\xc7\x4d\xe6\x42\x6d\x56\xee\xc7\x72\x01\x5f\xf4\xaf\xbb\x9b\xcf\xc6\x30\x38\xcd\x2a\x1a\xf4\xaf\x6f\xd5\x5e\x74\xad\x8e\xa4\xa1\xb0\x21\xca\xb6\x91\x4a\x53\x4a\x3a\x0e\xd4\xad\x01\x2b\xf7\xb0\x15\x98\x3e\x09\x3e\x16\xf3\xc0\x3f\xd5\xa6\x25\x95\x8c\xd1\xac\x2a\x56\x91\x36\x0b\x8a\xc4\x22\xd7\x67\x8f\x2a\xfb\x9c\x2a\x1e\xeb\xb3\xb2\x32\x9f\x3e\xa3\x87\x63\x3e\x54\xfe\x79\x6f\x6e\x3e\x8f\xb1\x6e\xe3\x5c\x18\x74\xbe\xaf\x45\xe7\x3b\xe4\x34\x21\x7f\xaf\xd6\x66\x16\x07\x97\x29\x54\xe1\x2d\xcf\x24\xd7\x76\xe4\x06\x85\x0d\x9d\xb1\xba\xaa\x4e\xfa\x1a\x7e\x0f\x6e\x36\x4f\xa4\x51\x68\x96\x37\xc2\x88\x02\x5d\xb4\xf5\xd7\x44\x26\xf3\x62\xee\xd9\x06\x35\xf6\xa3\x10\xb6\x04\x20\x3f\xa4\x78\x4c\x97\x2c\xca\x04\x27\x5c\x2c\xaf\x3a\x83\x11\x12\x97\xe0\xa4\x36\x82\x20\x97\x88\x11\x94\x6b\xcf\x93\x1d\x65\x5c\xcf\xa0\x78\x02\x24\xad\xd8\x90\x02\x3f\xbe\xeb\x81\x27\xa9\x11\x35\xc3\xa2\xab\xdf\xb2\x57\xe6\x63\xd6\x31\xdc\xd4\x81\x71\xcd\xb4\x52\x10\x9c\x80\x61\x63\x30\xa1\xd7\xe1\x19\xa3\xa5\x14\xb2\x45\x65\xfe\xfd\x77\xcd\xaf\xdf\x70\xd6\xa9\x9f\xd2\x12\x0a\xa8\x68\x2e\xed\xd8\xcf\x6b\x6b\x55\xb5\x45\x52\xdd\xbe\x5a\x8b\x80\x1d\x88\xb4\x58\xa0\xd2\x40\x3e\x0d\x5d\x55\x2c\x4e\xb4\x21\xcf\x45\xa2\x67\x6c\x2c\xf2\x47\x21\xa4\x0b\xc3\x63\xff\x14\x99\x02\x86\xef\x97\x8c\x0d\x76\xec\xcd\x3e\x39\xe3\xd9\x1f\x1e\x67\x3c\x3f\x4d\xf4\x29\x3f\xed\xc1\x3a\xb7\xdf\x74\xfd\xf2\x90\x59\x84\x2c\x4b\x50\x50\xff\x28\x44\xb6\x64\xea\x01\x20\x08\x63\xb2\xb1\xd3\x5b\x28\xab\x0a\x5b\x79\x3c\x52\x85\xcc\x5d\x99\x5a\xed\x8d\x57\x02\xdc\x82\x3b\xc0\xb3\xd0\xa1\xa4\x07\xd6\x3d\x8b\x88\x5b\xd6\x3b\x61\xb9\x98\x2f\x52\x28\x70\x0c\xeb\x60\x9f\xc5\x52\x97\x25\x68\xfd\x5c\x34\x9c\x4d\x22\x99\xca\x62\xbc\x59\xf8\x80\xf0\xa4\x4a\x5c\x2e\x4f\x77\x58\xfb\xea\x98\x7d\x78\x48\xc4\xe3\x19\xc1\x50\x9e\x1a\x2a\x70\x4a\x59\xd7\x67\xb8\x8a\xb3\x3f\xc0\xff\x9f\xda\xd5\xb7\xd8\xa1\xec\xc2\x36\x2e\xd3\x7d\xa5\xe2\x5b\x1a\xa3\xd3\x84\x67\x1b\xda\x47\x4a\x32\x0f\x6c\x5e\x68\x53\x80\x3d\xf7\x63\x53\x2c\x0d\x4c\x26\x2c\x91\xba\x98\x4c\x92\x08\xe4\x9d\xc0\x9b\x12\x8b\x5c\xa0\xc7\x79\x7f\x6f\xf1\x0f\x0b\x15\x9f\xba\x5d\xeb\x6f\x48\xda\x8c\x91\x75\xd5\x70\xaf\x36\xf5\xe4\x47\x94\x0a\x6b\xb5\xcf\xd7\xe4\x6a\x8e\xde\x5f\xf7\xa3\xc3\xb7\x01\xed\x2d\xb9\x85\x3b\xa7\x57\xc8\xb7\x20\xd2\xc0\xe2\x28\x56\x58\xe7\x6b\xaf\xa8\x90\xf7\x4a\x76\x4d\xe4\x9c\xc6\xde\x83\xb7\xf8\x7b\x4a\xfa\x60\xb9\x36\x34\x9c\x52\x59\xba\xaa\x1d\xec\x58\x87\xd5\xf4\xf7\x17\xcd\xd8\x64\xd7\xeb\xa9\xef\x04\x3f\x05\x52\xe1\xc2\x90\xb3\xd3\xb9\xc8\xa6\xe2\xf4\xb3\x58\x9a\x2e\x15\x8b\x44\x73\x0f\xeb\xfa\x37\x1d\xa0\x77\x4b\xac\x74\x91\xa6\x4b\x20\xa9\x22\xde\xe8\x86\x95\xdc\x60\xc6\x1f\x1c\x05\x77\x58\xdf\x1e\x55\x57\x93\x1a\x35\xb7\x7f\xb3\x97\x73\x0f\x97\xcc\x1a\xd5\xff\x26\x24\x95\x4d\xeb\xc2\x6d\xae\x75\x60\x99\x98\x94\x20\x92\xd3\xf2\xef\x34\xfb\x16\x2b\x7e\xd3\x33\xaf\x2f\xea\x8f\x3f\x6c\x24\x93\xf1\x78\xb9\xd1\x71\xe1\xe3\x77\xc4\xe0\x59\xde\xf9\x86\x12\x64\x75\x5b\x71\x57\xfd\xa5\x58\x79\xf2\x4b\x17\xfc\x7a\x2a\x97\x6e\x1f\x77\x69\x7b\x54\x69\x3a\xe6\xd1\xe7\x0b\x25\x27\xc9\xb4\x57\xac\x47\x0f\xa6\x95\x89\x87\xa4\x87\x59\x11\xcd\xda\xd8\x14\xa2\x8b\x69\x32\x60\x33\x29\x63\x84\xbf\x3d\xf1\x7f\x21\x92\x02\x77\x03\xbb\xee\xe6\x79\xed\x52\x7e\x50\x69\x9a\xc8\xe9\x27\xb0\xf5\xbc\xe5\x62\xae\xe4\xea\x40\x1a\x50\x83\x73\x65\xc5\xd4\x56\x47\x6a\x0c\x63\xc1\xbe\x64\xf8\x0d\x32\x28\xf5\x51\x8f\xf9\xd3\x27\xe9\x78\xe6\xf3\xd7\x11\x30\x87\x3d\xe7\x4f\x15\xa5\xdb\xed\x8e\xc7\x48\x2c\xd8\x43\x39\x5b\x16\x17\x99\xe5\x26\xb4\x60\xf6\x1b\x58\xf6\xa8\x2d\x97\x8c\x8f\xb5\x4a\x8b\xdc\x11\xbb\x57\xe2\xe9\x47\xf6\x3f\x5f\x33\x8c\xa8\x14\x99\xa1\x23\x36\x0d\x5e\xe5\x3c\x6d\x9f\x04\xc5\x03\xe8\x9c\x67\xb9\xa5\xf1\xf8\x55\x1c\xf4\xcd\xb7\xff\xf2\x7a\xc4\xce\x2b\xdf\x03\x7c\xde\x34\x22\x4f\x2b\xa2\x94\x94\x5f\x1d\x2f\x59\xa6\x0a\x19\xe3\x91\x8d\x5c\x99\x04\x32\x0b\x7e\xeb\x94\x59\x0b\x87\xa1\x8d\x46\x4b\xe9\x5a\x3f\xda\x54\x7e\x54\x9b\xe9\x59\x7c\xff\xed\xbf\x9c\x98\xb9\x02\x9d\xfc\xfe\xdb\x7f\xb1\x53\xad\xae\x4e\xaa\x58\x84\x0a\xdb\xb8\x8c\x7b\x82\x9b\x86\xb7\x0a\xb0\xe6\x93\x91\x18\x91\xb0\x3a\xa2\x1b\xf8\x01\x46\xba\x89\x66\x22\x2e\x52\x11\xbf\x86\x3d\x07\x66\x9f\xcf\x44\x42\xfa\xa0\xce\x29\x74\xdd\x6c\xb7\xb4\xdb\x55\x8f\xaa\x02\x44\x65\xfa\x15\x36\x58\x83\xdb\xda\xf4\xa6\x30\xac\x70\x39\x4a\x8b\xda\xf1\xc8\x18\x51\xb8\xc7\xe6\x4e\x68\x56\x2c\x98\x14\x8f\xd5\x56\x98\x64\x63\xa6\x97\xf2\x48\x8c\xd8\x47\x19\xa1\x47\xd1\xb4\xc5\x71\x32\x51\xca\x90\xa0\x92\xc2\xa8\x90\x82\x28\x20\x24\x36\x57\x54\xc9\x28\x1c\xfb\x84\xe5\xb3\x42\x63\xb8\x19\xee\x21\xcf\x4b\x59\xfa\x5f\x71\xea\x2a\x4b\xa6\x89\x5c\x79\xcd\xfc\xef\x33\x82\x11\x30\x9b\xa4\x1b\xae\xfb\x73\x10\x2a\xb1\x48\xd5\x72\x2e\xe4\x2e\x28\xd5\x26\xe4\xe9\xa6\xc8\xea\x1e\xda\x97\x22\x4c\x35\x72\xa4\xed\x03\x60\x7c\xac\xf0\xf2\xbb\x95\x87\xdd\xb6\xa2\x4d\x76\x48\xf8\xbe\x47\x6e\x5c\x5d\x15\x4b\x31\x8c\x26\xfe\x6b\x40\xd3\x0d\x6d\xf8\x76\x5b\xc2\xf4\x93\x43\x9a\x3f\x61\x9c\x88\x91\x9a\xb0\x37\x36\x3f\xb1\x0f\x51\xb2\xcf\xec\xfa\xa2\xdc\x3c\x6e\x76\xae\x58\xb0\x64\x3e\x17\x71\xc2\x73\xe1\x03\x94\x84\xb7\x85\x08\xc3\x09\xe2\x2e\xbb\xf8\xac\x2a\x5d\x53\x69\x4c\x29\xd9\xf4\xa0\x63\x05\x9b\x23\x9e\xcc\xfb\x65\x6f\x88\x86\xf8\x1b\x4a\x64\xc0\xf4\x84\x1e\x40\xc5\xc6\x42\x48\xf6\x39\x49\x53\x11\x9f\xb4\x4e\x7b\x52\x64\x86\x12\x9c\x54\x5e\x7d\x75\x4e\x30\x6a\x25\xa6\x14\x62\x19\x6a\x2f\x1a\x8c\x6b\x44\xed\x1a\xa7\xda\xe2\x8c\x39\x48\x2e\xfe\x8c\xbc\xbb\xed\x7d\x6c\x7e\xeb\x63\xf5\x28\xdb\xdf\x17\x10\x25\x7a\x59\xe1\xdb\x98\x24\x4f\xd6\xd3\xbc\xd1\x0b\x31\xb7\xb0\x76\xd5\xcc\x64\x4c\xab\x7f\xad\xdf\x88\x35\x9e\x0e\xdd\xf3\x80\xd5\x81\xe6\x77\xb2\xe2\xab\xee\x8a\x63\x35\x00\xaa\x02\x1e\x71\x1a\xde\x7b\xd5\xb5\x57\xd0\xf0\x3a\xf1\xbb\x3d\xd9\x1b\x3d\x86\x80\x81\xb6\x3d\x86\x5d\xb2\xbf\xd6\xfc\xb2\x15\x06\xbf\xb6\x3e\x61\x68\xa4\x4b\xbc\x58\x2e\x04\x42\xf3\xcb\xa5\xab\x43\x00\xe9\x15\x86\x89\x82\x4d\x35\xe8\x50\x47\xc1\x6b\xff\xe0\xb6\x48\x78\x98\xf7\xdb\x95\xce\x58\x26\x07\x7b\x18\x17\x36\x67\x58\x4d\xd8\x34\x89\xc3\xe4\x19\x7c\x03\xb6\x5a\x00\x08\x9c\x69\xf2\x19\xd2\xd8\x30\x49\x95\x33\x8d\x98\x05\xd3\x84\x24\x39\x48\x6f\x58\x96\x3f\xc0\xe8\x98\xff\x59\x96\xc4\x00\x71\xdc\x6c\xa5\x90\xf1\x88\x5d\xdb\x24\x48\x23\x71\xfe\x5a\xe8\x1c\xf6\x69\x7f\xc6\xbd\xcb\xb7\xdb\x27\x29\x67\x45\x9d\x64\xd7\x92\xc9\x52\xb1\x87\xb4\xc5\xdd\x86\x44\x65\x5e\x51\x98\x9d\x18\x21\xda\xf2\x0d\x3b\x9e\x61\x43\x97\xbd\xbe\xc2\xa6\xef\x1d\xc6\x23\x2c\x36\x7f\x84\xc5\xf0\x08\x77\xf7\x08\x57\x66\xb1\x1e\xfa\x1b\x6c\xcd\x7e\x5d\xf9\x0c\xdb\x7a\xd1\x4b\xdc\x51\x3a\x6c\x4f\x5c\x57\x11\x5f\x57\x52\x62\x7b\x42\xac\xd5\xba\x35\x40\xd9\x05\xc9\xb1\x58\x7a\x32\x38\x63\x97\x6f\x56\x96\xb5\x3c\x2f\xe5\x43\x84\xfb\x41\x90\x1e\x07\x71\x5a\x1b\x32\xa8\x5d\x03\x11\x8e\x84\xaf\x0a\x12\xa3\x4c\x97\x2c\x01\xe0\x03\x14\xfe\x00\x5d\xaa\x44\x52\x85\x89\x56\x53\xca\x9b\x12\x84\xd1\x29\x5e\xc8\xfa\xb5\x7c\x36\x70\xaa\xea\xcc\xfa\x81\x52\xd5\xd6\x53\x41\x27\xab\xfd\x9e\x2b\x44\x2c\x93\x25\xf8\xc4\xad\xd7\xfe\xd7\x4f\x37\xb7\xa0\x83\x94\x12\xaf\x47\x60\xeb\x97\x82\x36\xbc\x3c\x55\x99\xa4\x65\xe9\xb7\x79\xe1\xae\xf4\x95\x6a\xc3\x09\xd9\xf4\xc1\xb7\xde\xef\x1d\x12\x81\x96\xac\xeb\x15\xe6\xa0\xc6\x0e\xfb\x62\xc2\x2d\x5f\xdb\x9a\x05\xef\x89\x23\xb4\x25\x96\xaf\x1f\x9d\x8f\x59\xc2\xf5\xe3\x60\x6b\x45\x8a\xd0\xf6\xad\x91\x4b\x6f\x77\xd8\x47\x1c\x41\x3c\x9c\x3f\x97\x7f\x0b\x78\x7f\x4f\x5f\x5c\xce\xf5\x67\x70\xbf\x4d\x92\x69\x91\x89\xd3\x85\x8a\x4f\x5d\xd8\xdc\x99\xa6\x94\x73\xf8\x93\x78\xca\xcf\x5e\x9e\x3d\xde\x18\x45\x79\xc5\x43\xf0\xc2\x3e\xb8\x53\x9a\x2d\x90\x10\xb2\x31\x1b\x6e\x3c\x04\xe6\x1f\x74\x60\xfe\x10\x65\xfe\xb5\x44\x99\x6f\x56\xf3\xc9\x45\x9a\xff\xf9\xb9\x32\x7c\xdb\xa0\x46\x76\x94\xe2\x0b\xa4\xab\x33\x34\xd0\x27\x1f\xd5\xdc\x5d\xb0\x12\x3e\x77\x8e\x68\xdb\xae\xec\x2c\x6f\x17\xf7\xa5\x3b\x65\xb7\x1e\xc2\xf7\x72\x7b\xe2\xa5\xec\x1e\x66\x0e\x2d\xf2\xc9\xbd\xa6\x19\x94\xf7\xb9\x9d\x1d\x87\xc1\xac\x3c\xc7\xbd\x17\x14\x1d\x08\x67\x67\x68\xa8\xa5\xcd\x7d\x22\x5a\x7a\xc5\x30\xd5\x1d\x82\x46\x0c\xe5\x32\x12\xda\x65\x6e\x92\xcd\x9d\xb8\xee\x7e\x02\x88\xb6\x14\x74\x3a\xc3\x5e\x7b\x44\xb9\xd6\x36\xb9\x57\xdc\x50\xaf\x5d\xe6\x51\x5e\x84\xae\x40\x1b\x73\x57\xee\xb6\xff\x4c\x77\xbb\xd9\x3d\xc2\xf4\xb1\xf4\xb2\x92\x3c\xbd\x6a\x5e\x29\x5b\x47\xa9\xae\xac\x7e\x83\x80\x7c\x6d\x23\xf2\x2b\xe4\xaa\x59\x38\x2f\xb4\xc8\x4e\xa7\x45\x12\x0b\x0a\x65\xaf\x45\xb2\x37\xee\x94\x7f\xd7\xaa\x1b\x95\xf3\x6c\x2a\xf2\xb6\x42\xe0\x8d\x0b\x74\x59\x03\xe6\xdd\xac\xb1\xc4\x32\xb9\x44\x8b\x2c\xe1\x69\xf2\x4f\xf0\x00\x7a\x98\x44\x80\x18\x3e\xe7\x8b\x53\xac\xd5\x0c\xe2\xaa\xd9\x17\xf1\x64\x2e\xb5\x4e\x1e\x40\x4f\xa3\x5f\xdd\xa2\xcb\x91\x63\x25\x45\x09\x2e\x9f\xc8\x3c\x53\x86\x4e\x83\x44\x4d\x86\x19\x14\xd3\x34\x1a\x1b\x48\x48\xb4\x91\xf4\xd4\x04\xec\xa9\x78\x05\x2d\x22\x09\x9c\xe9\x29\x94\xf4\x60\x7a\x29\x73\xfe\xe4\x72\x28\x70\x03\x51\x87\x06\x33\x90\x2e\x16\x0b\x00\x76\x2d\x17\xe2\xa6\x7a\x82\x4b\xf4\x60\xde\x50\x24\xaf\x36\xb4\x3f\x66\x82\x2d\x2c\x46\xc4\x33\xe5\x42\xec\xd6\x16\xba\x87\xc0\xc8\x6e\x48\xb6\x15\x56\x91\xae\xbe\x1d\x06\x92\xcd\x8c\x23\x9d\x1f\x3d\x0c\x57\x45\x03\xe6\x1c\x42\xd0\x76\x7a\x2a\xea\x3d\x07\xc7\xc5\x46\x66\xaa\x56\xec\x3f\x8b\x41\x4e\x24\xaa\x06\xfd\xb7\xe1\xab\xed\xf9\x0a\x27\xa9\x7a\xa4\xb8\xb2\xd1\xc3\x1b\x9e\x2e\x66\xfc\xcd\xe8\xe7\x54\x3d\xbe\x2d\x53\x03\x45\xf6\xab\xc8\x67\x2a\x5e\xf1\xfa\x5a\x7a\x04\xe5\xe2\x85\xd1\xf2\xcc\x1f\x41\x54\x31\x1f\xf6\xf3\x0f\x45\xd6\xe3\x35\xf4\x80\xa9\xb8\x37\x6d\xee\xed\x81\xe4\x04\x5a\x51\xff\x9a\x9d\x0c\x30\x0b\xa4\xeb\xe6\xe1\x43\x45\x1d\xf3\x90\xee\x8e\x7e\x5a\x7e\xd2\x22\xbb\x3b\x82\x1b\x6c\xfe\x09\xa6\xdf\x05\x8f\xc4\xdd\x51\x79\x9b\xf7\x81\x7c\xb1\x29\x49\x6d\x3d\xcc\x1b\xb0\x21\x75\x9c\x1f\x36\x0a\xc9\xa4\xb3\x64\x71\x7a\xfc\xb4\x97\x7a\xc4\x3e\xa8\x5c\x58\xd8\x3f\xd8\xde\xc4\xf0\xc5\x58\x30\x6c\xc5\x6d\xd5\x92\x44\x8e\x55\x21\x63\xa0\x7e\xce\x74\x02\x84\x42\x27\xf3\x24\xe5\x99\xaf\x2a\x70\x34\xf2\x24\xb1\xd1\xc7\xc0\xaf\x33\x36\x44\x66\xc1\x13\x4c\x17\x86\x5d\xd5\x3f\x62\x5c\x0c\xd4\x76\xb0\x05\xb6\xdc\xfc\xc1\xda\xcd\xee\x8e\xea\x47\x7e\x77\x34\x98\x01\x07\x33\xe0\x60\x06\xac\x6e\xfb\xcb\x99\x01\xef\xed\xa7\xef\x4b\x0e\xba\x17\xf0\xbf\xe7\xc1\xfa\xeb\xa0\xbf\x9d\xf6\xc0\x7b\xf3\xd5\xfb\x56\x6c\x86\xb6\xb8\x6f\xee\x91\xbf\x5d\xef\xd2\x3e\x71\xfd\xba\xb6\xab\xdb\x4c\x78\x8f\x5f\x76\x5b\xd6\x64\x13\x79\x89\xbd\x79\x46\xe3\xa0\xbf\x89\xe6\x09\x02\x45\xa3\x15\x35\x9b\x0b\x3d\x81\xa0\xdd\x66\x88\xa7\xb1\x86\xd1\xb0\xe3\x30\xfb\xa0\xee\x35\xb4\xf6\x32\xe4\xcb\xcc\x65\xf2\xed\x79\x07\x7b\xe8\x18\x7b\xf7\xf5\xcf\xbb\x3b\xfb\x92\xd8\x7b\xf7\xd4\xec\x1e\x59\x2a\x00\xf1\x9d\xf6\x07\xe2\xdb\x1e\x03\xaf\x17\x12\xdf\x3d\xb6\xa2\x49\x16\x32\xf9\x87\x11\x75\x94\x14\xa7\x8f\x2a\x8b\x4f\x4a\x36\x7b\x00\x78\x7d\x55\x8a\xa4\x9b\xf1\xfb\x40\x62\x30\xe2\x42\x23\x7e\xdf\xda\xca\xc5\xc9\x0e\x54\xa4\xca\xfc\xb6\xd6\x6f\x76\xa3\xb3\x74\xa0\xf3\x85\x0d\xc3\x7a\x72\x9e\x4e\x40\x96\xb1\x41\xfc\x3f\x68\xf1\xbf\x0f\x3c\xdf\x3d\x34\xba\x6f\x3b\xe9\x5d\x99\x93\xba\x34\xe9\x9e\x36\xa5\xe0\xa7\x80\xd7\x9b\xa9\x9f\xba\x4d\x11\x2d\x26\xfc\x41\x21\xfa\x5a\x14\xa2\x5e\xe8\x7b\x2b\xd4\xa1\xdd\xe1\xf1\xf5\x53\x85\x7a\x9a\xab\x9e\x1d\x7b\x6f\x1b\x71\xb7\x03\x8d\x6f\xd7\x22\x6f\x87\xbb\x3c\x6c\xe8\x09\xba\x33\xf5\x58\xb1\x69\x1d\xeb\x8a\x32\x98\x2a\xf5\x59\x83\xc9\xbe\x07\x4b\x8b\x57\x5a\x72\x7b\x5d\xec\xf5\xcc\xc4\x2b\xaf\x78\xc3\x6c\xee\x1d\x07\x85\xa5\x2b\x16\xa9\xf9\xa2\x20\xe7\x4b\x83\xe5\xd6\x88\x77\x25\xb1\xc1\x48\x4f\xf4\x4c\x26\x9a\x18\xe5\x88\xdd\xcb\x24\xbd\x0f\xec\xcf\x94\x34\x17\x8e\x95\x68\xf3\x07\x28\xb0\x44\x49\xee\x85\x46\xc3\x3d\x4f\x1f\xf9\x52\xdb\x30\x70\x0c\xf6\x46\xa2\xd1\x9a\x26\x8a\xf8\x3b\x57\x99\x88\x44\x2c\x64\xd4\x2d\x7d\xd7\x7a\xdc\x3b\x77\x80\xd9\x86\x99\x52\x5a\x30\x3e\x57\x44\xc3\x3d\x3e\xe7\xaf\x9b\x53\xb2\x3f\xed\x09\x3a\x40\xa3\x99\xd2\x42\xfa\x42\x90\x61\x12\x34\x94\x19\xd6\xf9\x6a\x64\x31\x17\x19\xd5\x1d\x4c\xd5\xa3\x91\x2b\x5e\x21\x16\xe3\xa3\xc0\x3a\x6a\x18\xba\x9e\xaa\x29\xb5\x9a\x25\xd3\x99\xd0\xf9\x6b\xf6\x6b\x6d\x01\x23\x86\x75\x79\xeb\xbf\x10\x63\xb2\xb1\xf5\x52\xc9\x53\x29\xa6\x3c\x4f\x1e\x84\x6f\x4c\xb6\x05\x3d\xcb\x7e\x09\x06\x7a\x7b\xa1\xfe\x19\x60\x13\x9e\xb8\xca\x83\x18\xe4\x0b\x88\x84\xdf\x7e\xfb\x2d\xe3\x0e\xe5\x6e\xe7\xc1\x07\x8b\x2c\x51\x59\x92\x2f\xdf\x1b\x52\x7a\x41\xa1\xb4\x8d\x08\x47\x9b\x3d\xa9\xab\xd6\xf1\xaf\xc5\x44\x64\x70\xa9\x56\x3e\xaf\xf6\x09\xde\x5b\xe9\x32\xb3\x23\x31\xce\xda\xbf\x57\x7a\xd5\x0b\x9d\x8b\xcc\x39\xc5\xcb\xde\x25\x92\x86\x11\x2b\xd2\x07\x5b\x26\xcd\xbb\x72\xce\xfd\x3e\x95\x2a\xb3\x6e\x7f\x9e\x7d\xc6\x22\xcb\x89\x7c\xe0\x29\x78\xf3\x01\xc2\xb3\x0c\xb7\xb2\x9a\x47\xb3\xca\x58\xa4\x9d\x0e\xd1\x7b\x68\x74\xef\x11\x55\xbc\xd0\x9e\xff\x21\x4d\x7d\xaa\x01\x54\xc6\x92\x0e\x88\x39\xf0\x56\x01\xed\x84\x86\x70\x62\x0c\x2e\x4e\x26\xe8\x33\x86\xdc\x90\x49\x99\x46\x6b\x34\xf4\xb9\x70\x60\x49\x66\x12\xae\x37\x6e\x1e\xbd\x50\x2c\xa2\x69\x5e\xa4\xcd\x23\xd1\x69\x12\x09\xd8\xc0\x4c\xb8\x7d\x93\xaa\x9c\x72\x00\xef\xd5\x64\xfb\x60\x3b\x17\x78\xaf\xc0\x6f\x7d\x6d\x96\xf1\x9f\x49\x3e\xbb\x29\x50\x8d\xda\xab\xf4\xdb\x53\xf0\x58\xf1\x10\xf7\xe4\x3d\xeb\x8c\xcf\xaa\x36\x5d\x05\x4b\x28\x6a\xb6\xc9\x6e\x3e\xde\x1b\xba\xef\xbe\x6c\x59\x51\x94\x6a\xd3\xd0\xa1\xfa\xf4\x3c\xda\xd3\x0e\x91\xfa\xe0\x22\xcd\xf9\xe2\xf4\xb3\x58\xea\xe0\x86\xb0\xaa\x37\x35\xb8\x13\x1d\x57\x72\xce\x17\xfb\x32\x6d\x60\x56\x39\xbe\xa4\x15\x97\xc9\x6f\xc6\x66\x2a\x8d\x35\xd9\xde\x20\x52\xc0\xd5\x62\x03\x59\x08\x05\x69\x23\xef\x1a\x5d\x2c\x0c\xba\x6b\xbd\x4d\xb2\x3b\xff\x4b\x7a\xc9\x5e\x85\x16\x99\x8b\xff\xb0\x92\x87\xd0\x27\x86\x19\x63\x96\x5d\xae\xac\x38\x92\xa6\x5e\x73\x8d\xa5\xe5\x3c\x2d\x65\x56\x8c\x47\x91\x9a\x7b\x01\x4e\x67\x4e\x92\x3f\x1b\xa7\x6a\x7c\x36\xe7\x86\xe5\x9c\x2d\x3e\x4f\xcf\x78\x91\xcf\x8c\xa6\x82\x82\x2f\x84\xc9\xc1\xff\x8c\xa6\x10\xaa\x42\xc5\x77\x44\x9a\x9e\x82\xe9\x8c\xa6\x08\x89\x82\x7b\xf3\xd1\xc3\xd6\xed\x94\xca\xbc\x4f\xe6\x49\x7e\x2d\xf4\x42\x49\xbd\x2a\xe3\x25\x68\x57\x95\x9a\x67\x5c\xc6\xa9\xa8\x48\xc6\x1e\xba\x86\x78\x12\x51\x91\x8b\x98\x65\xc9\x74\x96\x33\xa9\x1e\x7b\x5c\x93\x7f\x14\xa2\x30\x9b\xb4\x13\xe9\xe6\x7f\xe3\x60\x21\xb9\x5e\x29\xce\xd0\xe7\xef\xe9\x09\x90\x8d\xd2\x93\x52\x20\x70\x4f\xe4\x22\x43\xaf\x00\xb5\x0f\xea\xfd\x52\x1a\x98\x11\x38\x91\xd5\x5a\xb6\x5d\xda\x41\xef\xef\x8e\xcc\xdc\xc4\xdd\xd1\x7d\x8b\xd4\xb1\x96\x59\xd5\x8d\x86\xaf\xe3\x1a\xac\x71\x77\x47\x23\xef\x07\x2f\x27\xb5\xfb\xc0\x8a\x85\x92\x8c\x67\x59\xf2\xc0\x53\x08\x4e\x99\x41\xc5\x59\xc9\x38\x2c\x58\xb0\x42\xe6\x09\xe0\x42\x2d\x2d\xc8\x88\xeb\x0b\xae\x12\xda\x16\x96\x9a\xfb\x43\xb0\xe5\xd1\x4c\xc4\x23\x6f\x76\x5b\x4e\x09\x4d\x8e\x22\x7e\xd9\xc8\x98\x66\x4b\x43\x21\x89\x6b\xb6\x58\x17\xe2\xc4\x1c\xe4\x3c\x91\x1c\x03\x65\x1b\xd0\x5e\xe1\x2a\xe9\xd3\x5c\x9d\x7a\x8d\xc5\x4f\xcb\x3a\x77\x2c\x5f\xcc\x11\xdd\xf7\x80\xcd\x6d\x69\x5e\x00\x0a\x20\xe2\x76\xb9\xbd\x8b\x7a\xac\xea\xeb\xa9\xcb\xab\x68\x8a\x39\x6e\x62\x34\xa6\x0d\x5c\x2a\x3d\x62\x97\x39\xe3\x71\x9c\x09\xc8\x22\xcf\x1f\x15\x4b\xb4\x2e\x84\xfe\xf1\x4e\xb2\x6f\xd8\x2f\xea\xd1\xd5\x51\x87\x91\x1c\x0a\xaa\x95\xe4\x58\x6a\xe6\x83\xa3\x89\xf8\xdf\xa1\xd7\x7f\x86\x00\x7a\x10\x04\x0c\x7a\x6b\x38\x21\x42\x9f\xc2\xec\xec\x79\x92\xff\x7b\x0f\x3b\xbf\xd6\x45\x26\xe2\x0b\x25\x51\x1e\x8a\x96\x37\x33\x9e\x75\x2b\x16\x6d\xfd\xee\xd9\xab\xf3\x8b\x9b\xd7\x8e\x3a\x91\xc0\x8f\xef\x05\x4c\x36\x66\x62\x27\xa4\x87\x90\x50\x66\x1e\x23\x65\x49\xfb\x10\xab\xb4\x34\xeb\x39\xa8\x6c\x90\x9f\xda\x2a\x9e\x44\x11\xe5\x16\xf7\x2a\xc0\xfc\x63\xe7\x17\x37\x4e\xd9\xe6\x6c\xa1\x74\x62\x54\x6d\xfa\x10\x05\x49\x03\xcf\x3d\x06\xdf\xaa\x5d\x0e\x4d\xeb\xd5\xcd\xc5\xfb\xd7\x68\x1d\x79\x48\x62\xa3\xaf\x39\x2b\x84\xd7\xf8\xd4\xc3\x78\x0f\xa7\x09\x60\x80\x66\xf3\x55\x96\x13\xd2\x28\x42\x03\xd2\x06\x06\x9f\xd4\xb0\x85\x44\xb4\x17\x99\x8a\x8b\xc8\x66\x91\x34\xb4\x46\x3b\xc2\xab\xf3\x8b\xdf\x5e\xb3\xd3\xd3\xd3\xb6\xed\xab\xec\x93\x39\x06\xbb\x4f\xe0\x6d\x35\x5d\xcd\x25\x34\x94\x10\x51\xcf\xc2\x15\xfc\x78\x27\xef\xa4\xff\xb2\xcf\x2f\x7e\x7b\x95\xbe\x66\xff\x8b\x45\x22\x49\x5f\xb1\x9b\x8b\xf7\xec\x1b\xb3\xcb\xe6\x8f\x67\xec\x15\xd3\xc5\xfc\xbf\xaa\x9b\xf0\xf9\xef\xd0\xe2\xf3\x6b\xf6\x9a\xbd\x36\x03\x8e\x93\xe9\x54\x64\x34\x5f\x38\x63\x38\x27\xc1\x25\xc6\xc3\x1b\x85\x01\xb2\x2a\xdc\x8a\x3d\x6a\xfc\x8a\x4c\x58\xe2\x69\x21\x8c\x00\xa0\x26\x4c\x3c\x40\x4a\x02\x20\x26\x5e\xbd\x7f\x1d\x30\xbe\x19\x37\xd7\x2c\x0e\x30\x2e\xd5\x84\x7d\xff\xed\xce\xcd\x22\x69\x8b\xfc\xc2\x36\x97\x15\x42\x91\x68\xb5\x73\xdd\x6f\x7a\xef\xd5\xad\x7e\x44\xb8\x38\x16\xab\x26\xaa\xb1\x52\x34\xda\x97\xf8\xff\x41\xc9\x6b\x72\xc2\x94\xda\xf5\x0a\x9a\xdd\xd8\x9e\xea\x78\x64\x02\x17\x1a\x48\xe4\x20\xe7\x38\x3f\x8f\x5b\x31\x8f\x22\x95\x01\xf4\x9a\x7b\x89\x0f\x22\x1b\x5b\x60\x4f\x9b\xeb\x10\x74\xfe\x74\xfd\x7e\xc4\xce\x59\xf3\x14\x3a\x8d\x22\x90\x0e\xf1\x8a\xbf\x6e\xb3\x8e\x98\xcf\x37\x5a\x47\x60\x94\x57\xe3\xd6\x8e\xb2\x9c\xcf\xa7\xeb\xf7\xcd\x06\x96\x1e\xfa\x4f\x38\x4a\x17\xdd\xaf\x34\xbf\xb7\xd9\x2e\xa0\x56\x17\x59\x6a\x4e\x63\x92\x3c\x95\x95\xb0\x41\x03\x22\xd6\x05\x90\x87\x3c\x8a\x84\xa6\xc8\x0d\x14\x4a\xed\xe5\x33\x42\xe9\x88\xfd\x6c\x68\x11\x81\xd8\x19\xc2\x73\xca\xee\x8e\xce\x66\x82\xa7\xf9\xec\x9f\x77\x47\xe6\x7b\xa9\x98\xf2\xd4\xff\xe9\x1b\xfc\x7b\x92\xd6\x7e\xf1\x3a\xb0\x71\xe1\x5f\x8e\x7c\x96\xc8\xa9\xdf\xf4\xcc\x8c\xc2\x53\xad\x56\x35\x32\x93\x80\x86\xee\xd8\xd3\x94\x2d\x44\x76\x1a\xa9\xf9\x42\x49\x43\xa5\xb0\x15\x8b\x66\x22\xfa\xac\x47\x77\x92\xb0\x57\xbc\xf6\xc1\xe5\x2a\xb2\x54\x7b\x76\x30\xb2\x94\x80\x4d\xb7\x06\xbf\x22\x64\x9e\x2d\x5b\x05\xcb\x9d\xc2\xa7\x6c\xeb\xb1\x85\x5b\xdd\x75\x99\xa0\x51\xc5\x34\xe3\xcc\x7b\xf8\x2e\x9a\xef\x48\x7d\x4f\xa1\x35\x18\x67\xbf\x82\x7d\xec\xa9\x09\xe0\x1e\x9f\xb4\xbf\xe5\x9d\xea\xe6\x6d\x46\xd0\x76\x9a\xdd\xd2\x03\xce\x86\xcc\xd1\x9c\x41\xfc\x06\xd2\x8a\xc5\x22\x05\x0f\x95\xf2\x88\x29\x90\x09\x56\x7a\x38\x41\x5e\x83\x3e\xb6\x2e\x15\x39\x88\x49\x0e\x9f\xf3\xcf\xd6\x36\x4c\x43\x9c\xd8\x78\x94\x31\x1b\x0b\x0f\x19\xc3\x82\x1c\x61\x53\x1b\x0f\x00\x1e\x1e\x1e\x59\xd5\x8e\xe4\x88\xb6\x95\x6c\x4d\xfc\x75\x75\xa4\x35\xe8\xbf\x9d\x34\x4c\xcb\xe8\xb7\xde\xf1\x5f\xb7\x9a\xdc\xd7\xe2\x08\xd7\x7d\x7c\x0c\xd5\xf6\x95\x07\xdd\xc8\x36\x89\x3d\x50\x7e\xc3\xb2\x7c\xf5\x5b\x33\xea\x3d\x5a\x6e\x9b\x65\x96\x67\x22\xa8\xd9\x3a\x47\x92\x35\x9c\x07\x38\x56\xb0\xa2\xe7\xde\x4e\xc3\xa5\x5b\xb3\x73\xff\xce\xaa\x09\xab\x4e\xc9\x74\x6c\xb8\x39\x33\x0c\xed\xf2\xcd\x54\xfb\x3c\xd1\x97\x3b\x4e\x5d\x27\x9f\x4d\x27\xe9\xe8\x83\x0d\x92\xa5\x47\x25\x8d\xaa\x82\xe6\xe5\x13\x50\x5f\x93\x48\x98\x33\x2a\x0c\xcb\x53\x81\x85\x1a\xa3\xee\x8c\xa8\x1a\x19\xed\x12\x43\x56\x81\x8e\x66\xa5\x17\xba\x89\xc4\x24\x04\x1f\x0c\x17\xc7\x08\xc0\x78\x83\xf0\xaa\xc8\x28\x2d\x62\xa1\x6d\xb2\xaf\xad\xeb\xfe\xa3\x67\xa7\x26\x3f\x27\xfd\x50\xc8\xf0\x27\xcf\x32\xee\xe8\x14\x2a\x71\xce\x39\xb8\x1e\x7f\xde\xec\x06\x58\x0f\xc4\x01\xb0\x73\x5d\x71\x2b\xee\x88\x6d\x6f\x62\x21\x5b\x61\x1a\xab\x3a\xf3\x82\x1f\xc1\x99\x17\xea\xfe\x43\xac\xe9\x41\xc7\x9a\x0e\x91\x95\x5f\x4b\x64\xe5\x90\x6a\xd6\x83\xe6\xed\x2f\xf5\xec\xee\x88\x6e\xe7\xa9\xa5\x7f\x77\x47\x5f\x7c\x12\xda\x8a\x8d\xdc\x4d\x52\xda\xcb\xee\x5a\x97\x45\xf3\x45\xe3\x75\x57\x30\xee\x7d\xc7\xee\xb6\x7f\xba\x4f\xfa\x5a\x8f\xde\x01\xfb\x2e\x53\xbd\xd4\x64\x7d\xe1\x61\x48\x68\x6b\x9c\xd7\x90\xd0\xd6\x7f\xae\x43\x42\xdb\xb3\x25\xb4\xb5\xd3\x86\x8e\x04\xb7\xd5\x1d\x43\x8b\xd3\x0a\xed\x65\x48\x80\xfb\x12\x94\x92\x8d\x13\xe0\x2a\xc2\x44\x22\xf6\x9a\x07\xb7\x82\x43\x3f\x93\x15\x69\xd0\xde\xbe\x16\xed\x6d\xdb\xbc\xb8\x97\xd0\xdd\x7a\xda\xb5\xbe\x80\xdc\xb8\x0e\xb6\xf4\x72\xf2\x76\x99\xed\xb2\x09\x6b\xbc\x2e\x73\x54\x10\xdf\x5e\x07\x31\xd3\x60\xc9\x85\xe7\xea\xd8\x49\x93\x3e\x46\x6e\x33\xa8\xea\xb3\x93\x78\xea\x7b\xd3\xc6\x5d\x61\x1f\xbe\xaa\x12\xe2\x15\x1a\x17\xad\xf7\x8e\xd6\x14\x7f\x39\x61\xcd\x1d\xf6\x88\x4d\x8e\x16\x72\x25\x43\x54\xb9\x5d\x98\x62\x29\xea\x70\x87\xa1\x4b\x2b\x63\x34\xbb\xc3\x99\x44\x7c\x5f\x89\xc6\x2c\x7d\x52\x99\xa0\xb8\x4c\x2a\xfd\xcb\xe8\x83\xd5\x65\x07\x41\xd0\x5e\xda\x1d\x46\x41\x57\x3c\xb6\x41\x30\x34\x0d\xb8\x93\x70\x68\x2f\x1a\x4b\x40\x98\x5a\x53\x50\x63\xa2\x6b\x11\xa5\x74\x9c\x2e\xad\xb1\x8c\xa5\x1c\x31\xbf\x1a\xcc\xfd\xdd\xd1\xbb\x27\xb3\xa4\xbb\xa3\xfb\xc6\x18\xe6\x96\x38\x4a\xb3\x8d\x90\x57\x58\x7e\xd7\xc6\x64\xbe\x72\x99\xa0\xd0\x48\x3c\x08\x8c\x2c\x17\xf1\x6b\xd8\x33\x2a\x7a\x1a\x8b\x3c\xe3\x51\x5e\x4a\x01\x11\x5f\xf0\xc8\x7c\x01\x70\xf0\xca\x42\x8c\xae\xa6\x71\x25\x3c\xb0\xb6\x90\x72\xdf\xfd\x95\xbc\xe2\xaf\x3b\x57\xf3\xdf\x3c\x13\xff\x5d\x8f\xca\x75\xbe\x74\xc8\x93\xb0\xf8\xcc\x36\xec\x93\x6e\x5a\x39\x6f\x0b\xe1\x57\x4e\x5d\x3c\x45\x69\xa1\x93\x07\x91\x2e\x91\x56\xd6\x3e\xfd\xbb\x0f\xf8\x2e\x69\x87\x3d\xbf\x5d\x06\x7c\x77\x9a\x22\x37\xa2\xa2\x7d\x13\xd4\x1a\xed\x94\x7b\x4c\x55\x6b\x9c\xc6\xea\x49\xb0\x67\xd4\x6f\x7e\xd7\x99\x6b\x8d\xd9\x3b\xed\xb7\xaf\xa9\xf9\x9a\x69\x3c\xdd\x17\xcd\xf0\xc1\x9b\xe4\x9f\x9d\xbc\xc8\xb6\xb3\x31\x21\x73\x88\x5f\x0c\x63\xe2\x29\x2a\x38\x0c\xe0\xd7\xb3\x62\x32\x49\x05\x84\xa8\x43\x1c\x88\x1f\x62\x9e\xc8\x5c\x21\x63\x30\xa4\xfc\x3f\x67\x42\x32\x21\x6d\xae\x4d\x19\x1b\x65\x83\x11\x6a\x81\xfc\x2e\x3a\xe9\x98\x32\x90\x1d\xee\x69\xc6\x5e\x39\xc5\x75\xc1\x93\x0c\x42\xf1\x67\x5c\xcf\x1c\x4c\x81\x80\x7f\x12\xf7\xf0\x40\x03\xec\x84\xfd\xa8\x09\x9c\x22\xb2\x2e\xc1\x53\xc6\x41\x7e\x70\xec\x20\xf9\xa7\x5f\x48\x6f\x26\x32\x31\x62\x10\x6f\xe6\x82\xbb\x34\x5b\x14\x39\x2e\x97\xe2\x5a\x70\x6f\x54\x06\x56\x18\x1a\x3f\x21\xd1\xda\x0c\x3e\x62\xde\x9e\x97\xc2\x07\x4b\x79\x36\xc5\xad\x96\xec\x1e\xfb\xdd\xa3\xd9\xa6\x4c\xf3\xd0\xc9\x54\x82\xf7\x49\xe6\xe9\x12\xcf\xca\x6c\x88\x56\x0e\x6e\x56\x3c\xb2\x99\xe0\x0f\x4b\xc4\xa2\xb5\xfc\x58\xf3\xdc\xdc\x27\x81\x05\xbe\x69\x92\xf8\x8d\xd7\x23\x06\x69\x88\x36\x95\xf1\x74\xc2\x23\xac\x43\x1d\x15\x73\x67\x93\x32\x57\x8f\x50\xe9\x01\x4d\xfa\x41\xb0\x69\x91\xc4\x1c\xea\x97\x4b\xa6\x45\x4e\x66\x03\x2b\x56\xc1\x3e\x75\xc5\xdb\xff\x69\xe7\xe1\xf6\xb0\xa6\xf7\x42\x4e\xf3\x19\x70\x9c\xae\xdb\x5f\x6d\xef\x48\x6d\xbd\xaa\x78\x29\x65\x12\x88\x38\x46\x25\x3d\xf2\x04\x96\x0e\x39\x67\x98\x66\x82\x99\x67\x6d\xc2\x95\x4d\xb3\xf8\x33\x24\xe7\x68\x1d\x8a\xaf\x65\xb2\x18\xee\x5f\x08\x0d\x61\xdf\x25\x42\x94\x07\xd8\x0f\x01\xe6\x03\xed\x34\x4e\xf2\x7f\xee\x3e\xab\x01\xaf\x4e\xaf\xcd\x2d\xb9\x57\xb9\x95\xf4\x2a\x5a\x12\x9d\x30\xa2\x93\xda\x88\x27\x30\xe6\xca\x58\x2c\x84\x34\x34\x20\x5d\x9a\x2d\x84\xd4\x94\x4a\x0c\x68\xeb\x56\xdd\xd0\xed\x4c\x10\x08\x83\x89\xc9\x44\x44\x39\x4a\x6e\x8b\x4c\x50\xdc\x12\x91\x07\x47\xce\x9c\xa4\x3b\xe7\x9f\x89\xe4\x35\xc2\x64\x1b\x69\x40\x6b\x15\x25\x58\xda\xbd\x84\x4b\xd0\x2c\xc9\x32\x91\x8a\x07\x2e\xf3\x5e\xcf\xe1\x8f\x3f\xbc\x6c\xfd\x95\xbe\x01\x71\xed\x9c\x6d\xcd\x84\x0c\x10\xbd\x6b\x19\x19\x27\x10\xcd\x5b\x89\xd9\x3d\xd6\x5d\xe1\x85\x0d\x51\x8c\x41\x34\x6e\xf8\x95\x8a\x92\xf7\xe3\x46\xf9\x18\x27\xab\x82\x71\xf9\x22\xf9\x5b\x18\xcc\x16\xf6\x8c\x3a\xc3\x78\x5b\x7a\x82\xe2\x12\xbf\x6e\xce\x00\xb1\x40\xec\x9b\x86\xfa\xba\x59\x77\xa6\xfb\xd9\x86\x6d\xd1\xfa\xe7\x57\x97\x36\x9a\xaf\x6f\xc8\x7e\xd8\xe5\xc4\x9c\x91\x8b\xda\xff\xe2\x42\xf6\x3d\x72\x49\x48\x31\x37\x91\xea\xb6\x0d\xf8\x6d\x1b\x6d\x04\x16\x4c\x20\x4c\xd9\xb2\x8c\x1e\xd8\xc1\x92\xf1\xf2\x26\x58\xc8\xa2\x19\x5f\x2c\x84\xd4\x4c\x24\x30\xce\x58\x44\xbc\xd0\x22\x0c\x76\x27\x40\x21\xd7\x17\x92\xa4\xfd\x00\x74\x7c\x76\x94\xb4\xe2\xee\xda\x6b\xc2\xc0\x71\x04\x2e\xd1\x4c\xcd\x93\x9c\xb2\xac\x27\x3c\xc5\x0f\x61\x42\xe7\x7d\xd9\xf1\xde\xb7\xc1\x90\x45\xd2\xcc\xdd\x99\x62\xa0\xc2\x6d\x33\xdd\x1b\x2b\x95\x0a\x2e\x9b\x77\xbc\xfc\x44\x1f\xcb\xa3\x9d\x4c\x88\x08\x42\xe1\xe4\xe5\x8b\x22\xe3\x89\xb9\x3b\x5e\x80\x3e\x98\x2a\xdc\xfe\x40\x5a\xae\xb3\x4e\xf1\xda\x28\xee\xbe\x5b\xeb\x12\x1d\x87\x21\x3f\xb0\x81\xf0\x79\x67\x9c\xc5\x78\xdd\xea\x18\x2a\x03\xc2\xd3\xd0\x1e\xde\xd4\x88\x79\xa8\x51\x95\x57\x26\x97\x9e\x40\x5b\x8e\x38\x2e\x72\xaf\x70\x30\x61\x67\x05\x8b\xfa\x6f\xf7\x33\xdd\xb1\xff\x0e\x2f\x99\x26\x19\xb2\x72\x81\xf1\x7c\x91\xd3\xf3\xdc\x66\x61\x22\x66\x1f\x65\xa0\x9a\x83\x3e\x81\x19\x38\x8b\x5b\xe5\x11\x68\x96\x67\x85\x38\xe4\x17\x5e\xba\x36\x7b\xc6\xe1\xb7\x92\xcd\x92\xf8\xbf\x4a\x46\x62\x74\x02\xc0\x63\x59\xc4\x35\x16\xe3\x59\xa4\x45\xc6\xd3\xd7\x90\xb5\x09\x04\x92\x62\xcf\x4e\x82\xda\x66\xcc\xcf\x99\x3b\x61\xff\xc5\xee\x8e\x28\x24\x5c\xdf\x1d\x9d\xb0\xbb\x23\xa9\x62\xa1\xcf\x30\x62\xe1\xee\x88\xfd\xdd\xca\x27\xee\x60\xba\x48\x75\x39\xcd\xaf\x8a\x52\xbf\x48\x92\xda\x57\xb0\x85\x3d\x0d\x97\xb5\xfc\xb4\x52\xdc\x68\x7c\x4c\x3b\xf5\xb9\xdc\xe0\x0b\x38\xc7\xa4\x88\x6e\xa0\xa1\xc6\xf6\x5d\x88\x43\xf4\xcc\x4e\x29\xf5\x62\x0f\xd8\x43\xcd\xbe\x32\x77\xff\xc2\x59\xdb\xf0\x96\x26\x34\xa2\x4c\x4c\x79\x16\xa7\x46\x05\x25\xc9\x71\xab\x68\x24\xc7\x0b\x7a\x73\xdc\x60\x11\xc4\xd9\x3a\x57\xb2\x57\xec\x22\x9c\xff\xc9\x3e\x3d\x7f\x3d\xee\x9d\x4b\x5c\x2c\x05\x78\x95\x25\x53\xb4\xc9\xa3\xf5\xb9\x54\x06\xaa\x25\x81\x82\x74\xc1\x00\x22\x8a\xf2\x6e\x6c\xa2\x0f\xd6\x44\xcb\x84\x60\x80\xe6\xe9\xef\x3c\x97\xde\x07\xff\x6c\x46\xc5\xb4\x22\x90\xcd\xe1\x2a\xd1\x35\x67\x74\xcd\x7b\xdc\x6c\xeb\x8b\xdf\x81\x17\x31\x00\x0a\x6b\xbc\x8b\x3d\xa2\x60\xec\x2d\xda\x20\x38\x30\xb8\x97\xbb\x59\x52\x33\x6d\x6a\xfc\xbc\x39\x8a\xdd\x7c\xf4\x93\x16\x59\xfd\x53\x3d\x9f\x0b\x6c\x71\xd7\xcb\xd8\x91\x0f\x0a\xbe\xb5\xa1\x0f\xca\xc5\x80\xc0\xad\x09\x46\x69\x3a\xcb\x0a\xd5\xaf\xb6\xa7\xcd\x3f\x32\x5b\xb7\x4b\x5f\x96\x7f\x14\xed\x94\xc1\x6b\xd5\xc5\x87\xc0\x94\xbb\x6f\xe6\x63\x3e\x02\x0c\xa8\x2f\xf0\xdd\x01\xa3\xcf\x49\x91\x53\xc9\xd0\xd1\xc3\x9b\xd1\xe5\xd5\x4f\xa9\x8a\x3e\xaf\x38\x0b\x6a\xe1\x01\xa9\x72\xb6\xe0\x59\x9e\x44\x45\xca\x33\x76\x71\xf9\xf6\x9a\xbd\x7a\xf7\x64\x84\xbe\x37\xff\xf6\xdd\xe8\xcd\x1f\xff\x34\x7a\x33\x7a\x73\xf6\xdd\x0f\x77\x47\xaf\x29\x63\x32\x30\x25\x43\xb0\x8b\x8a\xad\x5a\x49\xe5\xdd\x3e\xe0\xac\xd0\xa4\x75\xb3\x10\xd1\xb1\x36\xad\x6c\xe9\x5a\x34\x7c\x8a\xa7\x48\x2c\x72\x94\x11\xbd\xf9\x98\x29\x84\x65\x6a\x49\x1a\xa5\x54\xcd\x18\x94\x08\x9b\xd3\x99\x15\x69\x1f\xc8\xec\x28\x89\xbb\x0a\xe6\xc2\xd2\xfd\xf8\xc2\x5a\x64\xe1\xe5\x15\xc3\xcd\xfb\x0d\x50\x6e\x49\x4f\xb1\xd5\x05\xab\xdb\xb5\x3e\x85\xc6\x0d\xe9\x98\xe6\x3b\xdc\xb5\x30\x13\xba\xf7\x9e\x71\xb9\xe6\x2a\x18\x7d\x0f\x63\x6d\x9d\xa5\xde\xda\xfb\x09\xdd\x79\x09\xbd\x55\x91\xeb\x24\x46\xf1\x1f\x76\x13\x6a\x88\xee\x51\xe6\x5f\xfb\xa9\xc1\x35\xd8\xcd\x53\x0b\xae\xf8\x2a\xbc\x1f\xbf\x5d\x80\x5f\xcc\x73\x46\x43\xb2\x3c\xe3\x93\x49\x12\xf9\x6f\x0b\x03\x81\x08\x8f\xe6\x4a\x79\xd1\x9d\x43\xa4\xf7\x01\x46\x7a\x0f\x01\xcc\x5f\x4b\x00\x73\xcf\xf4\xd3\x9b\xfd\x04\x2c\xf7\xd9\xb1\x3d\x64\x9f\xae\xa0\x6d\x9d\x99\xa6\x37\xbd\x72\x4b\x9d\xd7\x34\x18\x7c\xf4\x32\x49\x8c\xde\x72\x57\x45\x53\x87\x34\xbe\x3d\x78\x7a\x8d\xb0\xe9\x15\x1b\xfd\x6e\x9a\x09\xad\xbb\xe0\xe3\x9a\x7b\xb4\xc9\x73\xc4\x3f\x2c\x7f\xa9\x0a\x70\xaa\x80\x9f\x37\x14\xe0\xec\xa8\x60\xf6\x43\x89\x19\x50\x34\xb0\xa4\x3e\xb8\x3c\x15\x59\xce\x21\x85\x2b\xd1\x6c\x2c\x72\x7e\x4a\x11\xa2\x92\xbd\x19\xfd\xa9\x9b\xab\xc1\x68\x1d\xa4\xf5\x3d\x99\x33\x63\xf0\xc0\x52\x04\x12\xcc\xc2\x5c\x3b\x55\xe4\x53\x05\xd4\x15\x27\x3c\xc2\x8a\x16\x46\x14\x71\xd8\x20\x29\x25\x5f\x45\x6a\x3e\x4e\x24\xc0\x7a\x60\xcc\x0f\x15\xc9\x60\x1f\xaf\x1b\xbc\x45\x04\x3f\x9c\xb1\x79\xa2\x4d\xfb\x13\x0f\xa4\x24\x00\x56\x83\xb9\xbc\xb2\x1b\x66\xe8\xad\x75\xc8\xe0\x8e\x9b\x06\x4d\xee\x28\xa2\xf7\xb0\x99\xce\x5b\x12\xf8\x5f\xcd\x2a\x4e\xac\x97\xca\x7e\x1b\xce\x57\xbb\x03\xb2\x0e\x8a\xdc\x3f\x34\x3b\x3d\x7f\x30\x33\x0d\x5b\x27\xa2\xc1\x87\xb5\x69\x50\xde\x8a\x4b\x7f\xa5\xb2\xde\x98\x25\x8d\xe4\x2e\x57\xeb\xdf\x8d\xe6\x6b\xe1\x5e\x82\x86\x5b\x2e\xe2\x92\x66\x81\x96\xc1\x2e\xcd\xf2\xc3\x1b\x63\xc4\xde\x15\x57\x86\x99\x2b\xcd\x31\xc4\x79\xe3\xcb\x13\x4c\x7c\xc5\x1d\xf2\xda\x6d\x77\x95\xb6\xbd\x45\xe5\xc3\x12\x18\xb8\xfc\x2c\x17\x49\x54\x4c\x1b\x9b\xe9\x0d\xdb\xeb\x02\x97\x72\x6d\x3a\xee\x75\xd9\x90\x90\x6f\xa7\x89\x77\x13\x72\x23\x56\xf6\x50\xb3\x4d\xb3\x9e\xcf\xd1\xfa\xe1\xd0\xcb\x5f\xc6\x0a\xda\xf8\x7a\x8b\xae\x69\x57\x75\x60\x8f\xd2\x79\x3b\xdb\xdf\x23\x36\x39\x9c\xa7\x08\xaa\xc1\x21\x3f\xc6\x93\xcd\x98\x3e\xde\xd2\xea\x3d\xc2\xb4\x07\xb8\x44\x89\xb9\x52\x04\xcb\xbd\xf2\x2e\x0d\x62\xc1\x97\x2d\x16\xec\x81\x9a\x77\x64\xf3\xd7\xda\x56\x20\x23\x03\xe3\xcf\x90\xb3\xff\x25\x58\x72\xfa\xe4\xec\x13\xd3\xf1\x8f\x5a\xb7\x14\x26\xde\xd7\x0b\xd9\x8a\xbc\x0e\xd6\xaa\xaf\xc5\x5a\xd5\x2b\xdd\xfe\x66\xf7\x45\x67\x37\xb4\x53\xf5\xb4\xd3\x3f\x7b\xa6\xfd\x26\x06\xa1\x8e\x8c\xfa\xdd\x18\x85\x40\x92\xea\xc9\x7f\x4c\xdb\x50\x7f\x10\x18\x79\x0b\x7c\xdf\xb1\x78\x90\xe5\xd9\x47\xc3\xfc\x23\x91\x41\xec\x2a\x8a\x37\xa4\x62\xaa\x09\x0a\x1a\xe8\x12\x22\x0d\xa3\x9b\x67\x25\x8b\xaa\xef\xb1\xd7\xdd\x6e\xf1\x60\xae\xba\xce\xa5\x0f\x13\x39\xde\x82\xd8\xab\x0c\x55\x26\x6a\xd6\x20\x3e\x41\x6d\x51\x23\x1a\x49\x0a\x63\x25\xa3\x25\xe6\xf4\xd2\xe2\xb1\xee\x52\x4b\xba\xb4\x8b\xba\xb1\x8a\xd4\x2e\x9f\x34\x1f\x8b\xd4\x8d\xbb\xf2\x5d\x43\x23\xcd\x3e\x94\xc1\xbe\x28\x9f\x52\x20\xea\xa9\x8e\xd4\x42\xc4\x2c\x35\x23\xea\x20\x7d\x7c\xa2\x50\x16\x2c\xeb\x51\x9b\x36\x24\x19\x43\xa4\xcc\x9c\xcb\x3c\x89\xf4\x9f\xbd\x08\x3f\x88\x76\xa5\xc0\xd7\x24\xa7\xc6\xd5\xa8\xea\xd1\x9d\xbc\x93\x97\xe0\xb3\xb2\x8b\x40\x4d\x55\x2b\xb3\xf1\x27\x65\x44\x75\xfd\xf2\x42\x82\xc9\xe3\x4c\xa5\xc2\x0d\x6e\x1a\x5e\x39\xb5\xd6\x2c\x2e\x18\x98\x46\x2a\x37\xc0\xc9\xf6\xe3\x65\xf9\xe7\x52\xdd\xfd\x68\x8e\xf8\x31\xd1\xa2\xba\x00\xf8\xc6\xba\xc3\xb5\x29\x2f\xf1\x8b\x5e\x0b\x38\x66\x14\x4e\xc2\x43\x25\x1d\x89\x56\x6d\x56\xbc\xd7\x3b\x61\x74\x2d\x7b\x1b\x6a\x7b\x77\xe8\x77\xa2\xd7\x37\x90\xf2\x1c\x6b\xa6\x1e\x65\x39\xf2\x3a\x4e\x8d\x4d\x58\x82\xd1\x8d\xfa\xb2\x04\xa3\xb9\x05\x2c\xc1\xfc\xa1\xc6\x12\x3c\x04\x8b\x95\x76\xf8\xed\xae\x73\x91\x27\xe9\x28\x91\xb9\xce\xb3\xd1\xa5\xcc\x3f\x66\x37\x28\x2b\xad\xbe\xcb\xa4\x7e\x92\xfe\x8e\xa9\x8a\x8b\x4c\xe5\x2a\x52\x16\x11\xc3\x90\x6a\x97\x1f\xc2\x78\x59\x00\x1b\x8a\x09\xf0\xb9\x88\xdd\x18\x66\x07\xe2\x06\x96\x60\x84\xca\x45\xa6\xa0\x34\x16\xa9\xeb\x55\x4d\x1d\x69\x1c\x68\x37\x54\xed\xa9\xed\xfd\xd3\xec\x3a\x24\x6c\x58\x1a\x35\x65\xaf\x6e\x2f\xae\x4e\xd8\xa7\xb7\x57\x10\x87\x74\x73\x71\x7b\xf5\x9a\x9e\x6b\xdd\x38\x37\x6a\xc8\xa2\xf4\x56\x43\x09\x7a\xa0\xa5\xdd\x5e\x5c\xed\x1b\x1e\xaf\xcb\x75\xd8\xf3\xa6\x02\x0e\x0c\x9d\x40\x0b\x66\x6d\xc5\x9a\xd9\x7d\x65\x05\x98\x55\x7b\x9a\x91\xb0\x31\xd5\x78\xa6\xf2\x19\x50\xc8\xc3\x59\x57\x1d\x19\x01\xc2\xc6\x3e\x56\xfd\x07\x9e\x3d\x16\xad\x2a\x14\xae\x2a\x55\x30\xf1\xc4\x51\x24\xab\x43\x2d\x54\x8c\x10\x25\xc4\xb7\x9d\x44\xe3\x08\x93\xb5\xdc\x94\x96\x9a\xd7\x27\xec\xe3\x75\x2f\xeb\x8d\xb7\x30\xc6\xa3\x4c\x69\xbc\xd2\x24\xf3\x34\x9a\x28\x0c\xbd\xd5\xc2\x37\x14\x07\x61\xbd\xcd\x4f\x08\xad\x5e\xa5\xc9\x29\x1c\xd9\xc2\x97\x98\x2f\x57\x37\x0e\xd6\x0e\x39\xb1\x9a\x69\x95\x12\x34\x89\x90\xba\xc8\x44\x59\xe7\x1f\x4c\x77\x3e\x8b\x31\xca\x8b\x56\x29\x77\xfe\x0f\xb8\xf7\x61\xc9\xb4\x95\x3e\x47\xb6\x27\xdd\xdc\xf3\xe4\x6e\xa3\xa5\x27\x72\x9d\xfb\x4b\xad\xd7\xb8\xc0\xb7\xf5\x7b\x0b\x98\x39\xe6\x3a\xbe\xd0\x05\x2e\x13\xfa\x68\xd8\x63\xcd\x52\x65\x28\xb9\x54\xb1\xe8\x7d\xe5\xfd\xbd\x78\xc1\x3b\xef\x72\xcf\x90\xdb\x72\xb9\xdc\xd3\x95\xdf\xfb\x8d\xf6\x9d\x5a\xdb\xd9\xf5\x5f\x56\x34\xbe\xf1\xa4\x3b\xd8\xdc\x5c\x59\x36\x5b\x3f\x3e\xb2\x63\x51\x39\x27\x74\x95\xc1\xda\xea\xcf\xcd\x3c\xa1\xf2\xad\x99\x83\x0e\x1d\x0d\x90\xe1\x50\x82\x4c\xfc\x5a\xa4\x79\xb2\x48\x85\x0b\x00\x5c\xd8\x77\x65\x44\x19\xec\x85\x2f\x96\xcf\x85\xf5\xfd\xe1\xa3\xbd\xa4\x9b\x16\x71\x2d\xb0\x22\x54\x38\x13\x57\x01\x33\xf0\x82\xf1\x38\x4e\x10\x3a\xa0\x4a\x1d\x3f\x7c\xbc\x65\x0a\xf6\x87\xa7\xe8\xea\xeb\xab\x05\x8c\xd8\xb9\xa4\x07\xd0\xf4\x68\xac\x06\xe0\x7c\x29\xb2\x49\x3e\x0e\xee\x86\xd9\xf5\xdb\xe5\xa2\x33\x1d\xd1\x92\x3c\x78\xde\x60\x91\x2b\x9f\x4c\x78\x84\x99\x00\x1b\x35\x98\x0e\x31\xde\x15\xd7\x6a\xc3\x5d\xe9\x5e\x63\x76\xe1\x3b\xf7\xdf\x10\x0a\x4e\xbf\x9d\xd8\x3f\xb7\x48\x8d\x0d\x50\x16\x16\x22\x61\xcc\xb5\x88\xad\xe4\x0a\x90\x10\x80\x61\xa8\x26\x8c\xc6\x36\x1f\x7a\xe7\x9d\xde\x9f\xcb\x8b\x60\xb1\x6b\x30\xb7\x58\xda\x66\xda\x50\x5d\xa8\xd4\x8c\xb5\x54\xe7\x74\xe3\x00\x1b\x82\x1a\xa1\x05\x1e\xf7\x9f\x46\x7b\x65\xf3\xb0\xa1\xba\x56\x8e\x31\xbb\xde\xe8\x76\x3e\x34\xfc\xeb\x96\xf1\xa9\x19\xec\xc4\x52\x15\xec\x91\x4b\xd0\x26\x1e\xb3\x24\x17\x66\x1c\x94\x35\x4e\xc1\xb3\x84\xe7\x79\x02\x0d\x41\x78\x15\x4f\x0b\x33\x1d\xc0\x80\xa1\x84\x6f\xef\xcc\x21\xdd\xd3\xee\x35\xfb\xfb\x88\xbd\x4f\x3e\x0b\xc3\x3b\x20\xc7\xb0\xe1\x6b\x96\xc9\x54\x92\x97\xe1\x9f\x52\x59\xb1\xa7\x64\x6e\xde\x4c\xca\x7c\x73\x7f\x02\x68\xe1\xf6\xcb\x02\xf9\x33\x7a\xa5\x13\x73\x78\x50\x58\xd6\x7d\xfb\xd1\x05\x5b\xdb\x1e\x0d\x47\x25\x63\x6a\x57\xb2\x43\x7b\x43\x72\xc5\xfe\x9f\x99\xd0\x7f\xf9\x77\x91\xfd\x7d\x47\x32\xcc\x33\x45\x55\xfb\x44\xbd\xcb\x66\xdb\x4b\x8b\x30\xab\x7d\x33\xfa\xe5\xf6\xf6\x8a\xf6\xe4\x8a\xe7\xb3\x15\x8a\x44\xa5\x65\x09\x6c\x82\x41\x14\x50\x28\x76\x2a\x9e\xb0\x66\x2c\x67\x63\x1e\x7d\x16\x12\x3c\x07\x91\x9a\x03\x24\x68\x96\x7a\x8a\x3e\x30\x07\x18\x27\x13\x86\x9e\x3e\xf2\x2c\x2e\x85\x28\xdb\xbb\x5b\xfd\xa0\x96\xdb\x59\x44\x71\x2f\x68\x75\x3f\xd1\x88\xab\x58\x1c\xb5\x09\xfc\x81\x1e\xd6\xa8\x4d\x81\x2b\x3d\x2e\x25\x07\x2c\xa5\x2a\x1b\xe7\xef\xaf\xbe\x8d\x6c\x87\x67\xd3\x34\x25\x38\x14\xf3\x10\x25\x02\x31\x99\xf1\xae\x3e\xde\x5c\xfe\x1f\x3a\x17\xae\x69\xb6\xc0\x28\x2f\xdf\xbd\x7b\xc7\x6e\xf2\x98\xbd\xf9\xf6\xdb\xef\x47\x6f\x4e\x20\xa3\x9c\x08\xaf\x2a\xc5\x48\xf3\xbe\x17\x67\x85\x4c\x9e\x98\x5e\xca\x9c\x3f\x9d\x58\xca\xc6\x16\x22\x4b\xe9\x8f\xaf\x5d\x38\x0c\x9f\xf2\x44\xea\xbc\x3c\x5d\x74\x7e\x26\xf6\x0e\xb8\x6a\x5d\x17\x08\x57\x97\x2e\x0d\x3d\x37\xfc\xd8\xd2\xc9\x68\xc6\x33\x1e\x01\xa6\x59\x9c\x68\x17\xa8\xef\xc0\x22\x9d\xf7\x83\xa7\xec\x0e\xf6\xe5\xee\x08\x0c\xd2\xa8\xbc\x7e\xba\x7e\x5f\x59\xe9\xf5\xcf\x17\xec\xfb\x7f\xfb\xd3\x1f\x47\xcc\xec\x90\xb6\xf9\xd3\xd3\x44\xda\xab\x7a\x7c\x76\x0c\xc4\xb6\x90\x81\xae\x4f\x2b\xf0\x35\x7d\xce\x22\x97\xb3\xa4\x85\x8c\x7d\xfd\xaa\xed\xe6\xae\x24\x12\x7d\x5f\xbf\xbd\xe5\xfb\x79\xf9\x46\xe2\xfc\xcd\xd0\xe5\x7e\xcf\xdf\x35\x0f\x9d\xb3\xb3\x3c\x5f\x38\x09\x46\x23\x54\x30\xd5\x00\xa4\xe9\x5b\xc9\x4a\xb8\x92\xbd\xd0\xe9\xc7\xb3\xb3\xbf\xcc\x94\xce\xff\x7a\xf6\x17\xb3\xe3\x7f\xfd\xf7\xbf\x68\xc1\xb3\x68\x66\x4e\xf5\xaf\xec\xf4\xaf\xb6\x3b\x7b\x04\x65\x09\xff\xd7\xfc\xe8\x0a\x2a\x14\x59\xca\x22\x95\x65\x50\xcd\x1a\x88\x88\x3d\x75\x1b\x15\x62\x7d\xa7\xf6\xcd\x59\xe0\x37\xca\x41\xa3\x6b\x0b\x25\xe5\x72\xcc\x73\x9d\xe4\x22\x63\xae\x32\xc7\xf1\xd9\x31\xf0\x98\xb1\x98\xa8\x0c\xb3\x6f\x26\x49\x66\x7e\xf8\xf7\x63\xc3\xef\x8f\xff\x70\xdc\x83\x58\x99\xe5\x75\xc9\x5d\xe7\x2c\x52\x69\x4a\x6c\xcd\x48\xa4\x70\x6b\x29\x8b\x6e\xe1\x3b\x6a\xcb\x6d\xdd\x83\x6a\xd2\xcc\x1e\xf6\xc6\xdd\x60\x63\x76\x78\xbb\x2f\x6b\x6a\x7d\xcd\xc1\x25\x4b\xd9\xa5\xb2\xe5\x59\x59\xe5\x12\x95\xca\x44\x8e\x55\x81\x61\x40\x12\x9b\xc1\xfe\x67\xa0\x03\xf8\xae\xf5\x80\xf2\x78\x4c\xf0\xbc\x94\xfe\xd0\xe5\x55\x22\x26\xc2\x35\x9c\x26\x0f\xc2\x72\x0d\x0d\xf4\x3b\x93\x3c\x4d\x97\xa7\xf0\x09\x08\xd7\x33\xec\xf3\x84\xa5\x8a\xc7\x6c\xcc\x53\x40\xd7\x23\xd2\x73\xc2\x72\x91\x61\x96\x2b\xbb\xb9\x79\x7f\xc2\xd4\x64\x22\xd0\x26\x4b\xd2\xf1\x43\x92\xe5\x05\x4f\x99\x79\x65\xe6\x72\x8b\x3c\x1a\x02\x64\x0e\x3a\x40\x66\x08\x1e\xf9\x5a\x82\x47\x86\x54\xa7\x80\x22\xf7\xca\x74\xb2\xb6\x49\x9b\xe0\xe4\x40\x8d\x21\x43\xd8\xea\xc7\x7b\xde\x96\x7d\xd6\xcf\x5b\xb1\x3f\xdd\xa5\xf2\x08\x87\xba\x0d\xf8\xf9\x30\xf6\xa8\xcb\xd3\xf5\xfc\x71\x45\x56\x24\x68\x8f\x26\x82\x83\xd8\x34\xa4\xa8\x51\x87\xec\x14\x3f\x4a\x45\xd2\xb9\x8f\xd3\xd4\x13\x27\x30\x43\x19\x1d\xb2\x0e\x58\x45\xa2\xab\xb5\x07\x0b\xa7\x2e\x1f\xba\xd1\x1b\x6e\x82\xea\x10\x7e\x99\x8d\xba\x5e\xbb\x49\xd5\x34\xec\x79\xf5\x22\xfe\xed\x70\x6d\xe8\xa5\x6e\x5f\xdb\xda\xc2\xab\xbf\xc9\x2d\x4b\xde\xbd\x64\xdb\x11\x33\xed\xb5\x6a\x92\x70\x2d\x7d\x18\x84\xc0\x43\x16\x02\xd7\x8a\x92\xf6\xa1\xcb\x6b\xc7\xdb\x3a\xdc\x76\xcc\x6a\x88\x8f\x1e\x44\xdc\xb5\xe3\xa3\x0f\x42\xc0\xed\x49\xda\x0f\x35\x46\xda\x67\x02\xcf\x21\xcf\x74\x24\x5a\xfa\xb9\x95\x95\xf2\x28\x68\x4b\x99\xf3\xc5\xc2\xb7\xfa\x6b\x56\xc8\x58\x00\xf8\x4a\x59\x42\x41\xe9\xdc\x92\x73\x74\x29\xc6\xce\xf2\x67\x4d\x23\x9e\x3b\x21\x80\xc6\x47\x5b\x9c\x30\xe4\x81\xe7\x0e\xd8\x05\x46\x04\x0b\x1f\x05\x3f\x66\xaa\xc8\x6b\x4e\x06\x1f\xa2\x1d\x2c\xc2\x88\xf1\x4f\x7e\x8a\xaa\xcd\xb3\x07\xcb\x34\x9f\xed\x20\x6c\xbf\x28\xe4\xcb\x60\x47\x2c\xd2\x74\xc9\xfe\x51\xf0\x14\xf7\x21\x56\x73\x9e\x48\x27\x82\x71\xe7\xbf\x36\xe3\x9e\xb4\x5a\xb7\x09\xd6\x57\x90\xfd\x1e\xcb\xf4\x3e\x24\x36\x17\xdb\x12\xb9\x3b\x98\x9e\x67\x33\x37\x7f\xfc\x74\x7d\xe9\x8f\x4b\x81\x97\xd7\x3f\x5f\xfc\xc8\xde\x8c\xd8\xe5\x95\x76\x75\x9f\xc8\x20\xef\x1b\xf0\x4b\xcf\x66\x69\x18\x8e\x0c\x2f\x97\xe6\xc7\xc5\xc2\xd6\x40\x12\x77\xf2\x2e\x67\xec\xf2\xca\x8e\x0f\x9a\x9e\xad\xe5\xc6\x41\x89\xb1\x8c\xeb\x4e\x7e\x87\xa1\x00\xf7\x3f\xde\xb3\x58\x60\xb1\xa0\xcc\x7a\x83\x33\x61\x6e\x0d\xdc\x0f\x42\xaa\xa6\x24\xda\xca\x24\xf1\x83\xe5\x4c\x7d\xe9\xcf\xf3\xc7\x26\x9a\x25\x73\xe7\x35\xfd\xf1\x4f\xdf\xc2\xf5\x01\x73\x36\x97\x31\x0e\xf2\xe3\x0f\x3f\x7c\xef\xfe\x6c\xe6\xf7\x93\xc2\x9b\xa2\x05\xf0\x93\x68\xc6\x25\xd4\x48\xa6\x23\x35\xa4\xa8\xed\xb2\x36\x39\x4b\xe0\xaa\x7a\xc6\xe5\xda\xb5\x43\xbf\x38\x35\x4c\x74\xdd\x59\x61\x57\x03\x77\x1c\xd5\x08\xeb\x9a\x08\x5c\xe4\xe5\x83\x6b\xbf\xda\xbd\x99\x89\xd9\x8d\x5d\x28\xbf\x8d\xce\x88\xfe\xca\xe4\xfa\x04\xad\x23\x6a\xd2\x6b\xe5\xa9\x66\xfe\x36\x5b\x8c\x3b\xf6\x98\xe8\x19\xc6\x82\x41\xf0\xc1\xc1\xba\x2c\xcf\xbd\x88\x09\xa4\x7b\x11\x5f\x80\x65\x59\x4d\x88\xbe\x06\x37\x95\xa0\xe3\xe5\xb1\x03\xfd\x96\x4b\x4a\xe1\x3d\xf7\xc3\xc0\xd4\x84\x1d\xd3\x88\xe8\x09\x01\x8a\x7f\xec\x70\x8a\xdd\x7d\xab\xba\xdb\x5d\x40\x4c\x19\x29\x6d\x44\x58\xc5\x63\xb2\x6f\x67\x8c\xb0\x10\x53\x8c\xa9\xa0\xf9\x9b\x59\x42\x66\x30\x14\xee\x71\x41\x06\xd3\x54\x8d\xb9\x0b\x0b\x69\xf1\xa3\xc2\xdc\x3a\x1d\x30\xce\xa3\x65\xde\x1a\x32\x30\xeb\x2f\x72\x66\xfb\xd0\xcc\x52\xf5\x1e\x42\x04\x48\x90\x8b\x7c\x12\xbc\x48\xc8\x8f\x91\x8e\xdd\x55\x4e\x66\xef\x72\xfb\xd6\x21\x66\x79\xda\xb5\x8b\xb7\xef\x6f\xc2\x6a\x55\xa3\x0a\x21\x76\xd1\x39\x86\x4d\xe8\x62\x41\x24\x9c\xe9\x44\x4e\x53\xc1\x4c\x7f\xf3\xa7\x13\xf6\xc3\x0f\xdf\xc3\x06\xcf\x6d\x3c\x17\x96\xb4\x28\x8b\xfa\xc1\x71\xd9\x8b\x10\x27\x13\x50\xe9\x73\x38\x3d\x7d\x82\x51\x38\xd6\xed\x67\xc7\x78\xf2\xe8\xa1\xe1\xb3\xc0\x15\x78\x14\x29\xac\xef\x42\xc7\x62\x46\x00\x36\x5c\xd2\xcc\x7c\x96\xa9\x62\x8a\x32\xc2\xcd\x87\x4b\x98\x26\xd5\x3d\x52\xf2\xc4\xc6\x4d\xda\x68\x31\xef\xfe\x4e\x8a\x74\x92\xa4\xa9\x15\x82\x6c\x0b\xb7\xf0\x9b\x0f\x97\x7b\x3f\xf6\xdb\xf7\x37\x2f\x94\xef\xdd\x64\xe2\xec\xa6\xbe\x68\xe7\xb4\xf4\xb7\xdb\xda\xd9\xa3\x62\xa9\xe2\xf1\x4f\x44\x5d\xd6\xa6\xbf\x91\xca\x04\xa8\x3b\xde\x20\x3d\xcc\xb5\x7e\x73\xbf\x7a\x43\xb8\x98\xc2\x39\xb3\xcd\x1c\x4f\x2d\x09\xdc\x79\x9a\x4b\xed\x42\x74\x1e\x83\xb9\xe2\x21\x0f\xcc\x33\x2e\x35\x3c\x99\x94\x2f\x45\xc6\xb4\x88\x0a\xa8\xd1\x54\x95\xa4\x4b\x21\xab\xa7\xd8\xdc\x45\x55\x8c\xdc\x4c\x29\x93\x01\x95\xd6\x25\x08\x27\x89\x60\x40\x7f\xcc\x67\x20\xb9\x41\x78\x65\xa0\x2a\x40\x26\x1e\x1e\x8b\xb5\x7c\x9e\x11\xbd\xb7\xf0\x3a\xa9\xbe\x11\x51\x26\xf2\x11\x7b\xeb\x05\x83\x98\x9f\x1e\x93\x34\x8e\x8c\x52\x0b\xac\xc2\x96\x3a\x9b\x50\x65\x94\x36\x5e\x16\xd0\x82\x44\xdb\x3d\x02\xf2\x91\x8a\x49\xee\xf3\x92\x7d\xc2\xf9\xb7\x58\x6a\xcd\x52\xfb\x58\x8c\x5d\xc3\xa6\xe2\xcc\x38\x8c\xe3\x9b\x81\x87\xda\x4b\x89\x42\xea\xfe\xb3\x95\x09\x60\xf5\x75\xc1\xc0\xf4\x31\x72\xad\xd9\x31\x27\xcc\x1a\xf2\xeb\x28\x34\x4f\x95\x2c\x85\x64\xfb\x13\x56\x5e\x4b\x21\x26\x14\x8f\x60\x92\x42\x7d\x16\xa7\xe7\xdd\xc1\x95\xba\x3b\x62\x33\xc1\x63\x9b\x97\x8a\xb3\x1e\x57\x55\x9b\x93\xca\xd8\x74\x4b\xe0\xb4\x69\x79\x36\x14\xd1\xd5\xed\x32\x3d\x40\xd9\xa3\xf1\xfd\x4e\xb4\xa2\xbd\xe7\x0e\xa9\x58\x94\x68\xd2\x1f\x1f\x44\x66\xe6\xb2\xe2\xdd\xdb\x26\x4c\xe7\x59\x01\x46\x95\x9a\x52\x6f\x4d\x6d\xca\x36\xad\xbe\xfc\xac\x90\x12\x41\x5c\x16\xaa\x4f\x18\xdf\x42\xc5\x3f\x27\x4f\xf5\x5a\xd2\x18\x53\x6d\x6e\xc3\x55\x73\x4f\xb6\x91\xed\x6a\xe4\xca\xa1\xfc\xef\x82\xcb\x3c\xc9\x57\x40\x3d\x54\xe3\xec\x68\xa6\xd5\x3d\x99\xd0\x1f\x37\xdc\x99\xd6\x13\xdd\xe1\xd9\x5f\x17\x32\x4f\xe6\xe2\x22\xe5\x2b\x23\x63\xfc\x66\xce\x96\xcf\x59\x04\xff\x56\x13\xcb\xc3\x44\x66\xd6\x62\x5a\x5a\x29\xa6\x24\x99\x94\xa2\x82\x54\x37\x18\xcf\x2b\xba\x19\x0b\x7c\x36\x82\x62\x23\xeb\xe3\x7a\x8d\xb3\x42\x82\x04\xed\x1a\x69\x7c\xdc\x90\x32\xe2\x7f\x81\x50\x96\x5f\x45\x56\xda\x7c\xcd\xe6\x5c\x16\x3c\x4d\x97\x61\x70\x0e\x68\x6f\x2a\x2b\xd3\x69\x32\xf5\x90\x80\xaf\x22\x43\xc7\x81\xe7\x1c\xa2\x65\x5d\xa9\xd8\xa8\x84\xb8\xac\xff\x28\xc6\x22\x15\x40\x07\x30\xf0\x0c\x31\x90\xe0\x65\x0b\xad\xd2\x07\x67\x9d\xf6\x66\x07\xe4\xd2\x0d\x6c\x35\x7e\x7b\x27\x5c\x0e\x0c\xd4\xe8\x81\xa2\x9a\x88\xe2\xae\x4f\x98\x16\xa2\xc9\x38\x2a\xe4\xcc\xf0\x97\xb9\xb9\x87\x67\x9f\xc5\x42\x83\x45\xd4\x9c\xfb\x19\xed\xe2\x29\x1c\xdc\x68\xde\x03\x5e\x60\x70\xf6\x0c\x11\x3f\x83\x3b\x64\x33\x96\xb2\x76\xc4\xcf\x17\x18\xd5\xd3\xca\x4d\x36\xc3\x2f\x0e\x18\xc3\xe1\x44\xaa\xb4\x78\xf9\xcd\x12\x9f\xd3\x13\x64\x36\x7b\x95\x0f\x28\xe0\xe6\xed\x4e\x20\x3c\xad\x75\xbc\x40\xad\xa7\xdc\x11\x73\x50\x6d\x1a\x86\x87\x07\x87\x3d\xa0\xb4\x7d\x09\x2c\xe9\xa0\x50\xda\xda\x25\xd9\x6d\xb4\xdd\x81\xeb\x7e\x2d\x5c\x77\x00\x69\x7b\x7e\xb6\xd3\x11\x7f\xb0\x43\xd6\xd3\xe1\xaf\xab\x36\xa5\xf7\x5a\x07\x37\xf1\x1b\x8e\xd8\xa5\x57\x1e\x77\xc1\x33\x3e\x17\x90\x78\x86\x99\x1f\x19\x16\xcb\x4b\x32\xab\xad\x7a\x66\xe8\x80\x99\x11\x0b\xb8\x70\xea\x2b\xfd\xca\x2e\x0d\x37\x98\x40\x09\xdc\x8b\xeb\xcb\xd7\xe0\x65\x06\x4d\x0d\x26\x04\xae\xfc\x47\x91\xa6\x80\xbe\x24\x09\xc8\x81\x45\x6a\xbe\x50\x92\xcc\x0a\x50\xbe\x06\xbf\x0f\x01\x13\x90\x2f\xce\x66\xe4\x2b\x5b\xa8\xb8\x2c\x16\x54\xc8\xba\xb6\x6d\xb7\x22\x99\xcf\x8b\x9c\x8f\x7b\x55\x71\x52\x75\x03\x51\xaf\xa7\xd9\x66\x67\x5a\xf5\x1c\x9d\xa5\x69\x3b\xfb\x52\x10\x25\x1b\x9e\xf0\x2e\xf4\xe8\xef\xbe\x7d\xf3\x6f\xdf\x7e\xf7\xdd\x1f\x4f\x17\x2a\x3e\xb5\x33\x1a\xcd\xe3\x8a\x3f\x13\x16\x4e\xf9\xc3\x1c\x0c\x25\xff\xe1\xde\x22\x7b\x78\x33\x7a\xf3\x3f\x51\x1e\x48\xc8\xe7\x35\x53\x52\x65\x84\x62\x4d\x4c\x01\x0e\x5c\x48\x84\xe7\x46\x7b\x83\xdb\xa2\x89\xe0\x10\x54\xd0\xe6\xd8\x84\x55\xff\xc2\x65\x9c\xd6\x5d\x1b\xcd\xaf\x85\x1a\x07\x69\xdd\x02\xef\x59\xba\x04\x5f\x30\xdd\x63\x42\x40\x2e\x7d\x79\x25\x12\xc0\xc5\xf5\x65\xe5\x5a\xe3\x8d\x84\xf2\xe1\x8a\xcd\xe0\x13\x08\x51\x60\x05\x2f\x34\x47\x30\x04\x9d\x22\xe0\x68\x32\xcc\x9b\x37\x67\x1f\xad\x7d\x56\xe6\x08\xd8\xff\x07\x1f\xaa\xf8\x13\xcd\xf3\x35\xfb\x6e\x33\xe8\x29\x5f\x8b\x3e\x9a\x91\x9f\xe0\x81\x27\x29\x27\x70\x6a\xc8\xef\x23\x94\x13\x78\x48\xb6\xa5\x35\x5a\xf3\x39\x59\xb1\x4d\x57\xf3\xf8\x1f\x78\x6a\x38\x70\xd0\x77\x14\x56\x50\xe6\x76\x18\x16\xf1\x34\x15\x31\xbb\x33\xa7\x11\xdd\x1d\xb1\x79\x32\x9d\x95\x9e\x49\xb7\x67\xe6\x57\xf6\xf1\xe2\xd2\xed\xef\x2b\x04\x14\x94\x3c\x4f\x1e\x04\x7b\x9f\xc8\xe2\xc9\xb3\x73\xbd\xae\x25\x2d\x66\x85\xb4\xc9\xb0\x75\x5b\x98\x47\x03\xec\x01\xdb\x12\xea\x13\x95\xcd\xed\xb6\xbe\xfd\x70\xc3\x00\xd2\x83\xbd\xba\xfe\xf9\x82\xbd\x79\xf3\xdd\xf7\xaf\x2d\xbd\x83\x47\x60\xef\x6a\x03\xed\x60\x7d\xd9\xbc\x91\x04\xe3\x22\x35\xbf\x6f\x47\x4d\x6e\xca\x81\x56\xb2\x77\xd7\x8c\x6a\x20\xc2\xa1\x96\x7f\x8c\x94\xd4\x79\xc6\x21\xb2\xbe\x82\x04\x03\x57\xd4\x52\x15\x72\x0f\x24\x3a\x24\xf4\x70\x3d\x71\x34\x3c\x08\x28\x95\x4d\xd8\x08\x68\x02\x65\x49\x0e\x5e\x08\xef\xa3\x89\x66\x32\x49\x4f\x1a\xc6\xf3\x2f\x2f\x40\x09\x95\x76\xd4\xf1\x12\x11\x1f\xcd\x07\x36\x08\x49\xaf\x90\x83\x2e\xf9\xa1\x1f\x3f\xbe\x69\x3a\xcd\x15\x47\x10\xd2\x95\x96\x63\x98\x40\xa8\x84\xd9\x46\x5a\x3c\x52\xf5\x80\x8a\xf7\x28\x4f\xa9\xe2\x56\x94\xd0\x7e\x2e\x84\xbe\x1e\xb4\xca\x72\xfd\x0f\x83\x50\xa9\x09\x08\x94\x32\x76\x29\x08\xc6\xe2\x38\x2a\xd9\x74\x67\x6a\x37\x63\x84\xa8\x88\x48\x16\xea\xf7\xc6\x45\xd7\x8d\x2b\xf7\x91\x23\xb5\xf4\x8a\x53\x40\x67\x1d\x14\xa2\x08\x86\x0a\xe6\x9f\x68\x36\x17\xd9\xd4\x79\x6f\x09\x1b\x0a\xe2\x9a\x80\x40\x79\x8d\x47\xec\x5c\x2e\x03\x8f\x5a\x9a\x32\x0c\xc6\xb3\xa2\x09\xde\xe9\xb2\x8a\xa1\x64\x3c\x06\xb0\x7e\x25\xfb\xfa\x3d\xfc\x90\x13\x95\x52\x45\x89\x2e\x95\xd4\x6b\x89\x2c\x60\xb1\x40\x38\x84\x57\xe2\x29\x4a\x0b\x88\xf0\x88\x8b\x45\x0a\x8e\x61\xfd\xda\xcc\xb3\xcf\xeb\x8f\x0b\xd0\xfe\xdc\x1a\x4e\x98\x00\xc0\x16\x40\xfc\x61\x50\xb8\xd6\xaa\x82\x04\x26\x44\x47\x8d\xd3\x29\x4b\x30\x9b\xbd\x81\xc2\x4d\x95\xc3\xd8\x91\xa6\x6c\xc3\x14\x6e\xdd\x36\xec\xb8\xbc\x3b\xcf\xd5\x3c\x89\x76\xe7\x9d\xc2\x90\x84\xc1\x31\xf9\x3b\x74\x4c\xe2\xd1\x0f\x7e\xc9\xc1\x2f\xb9\xf2\x11\x0e\x46\xe0\x97\x33\x02\xcf\x7a\xa9\x94\x83\x2e\xf9\xb5\xea\x92\x5b\x29\x91\x27\xbb\xd0\x22\x07\x1b\xfd\xd7\x62\xa3\xff\x12\x3c\xe3\xdb\xda\x3f\x2b\xd2\xec\x60\xfe\x7c\x0e\xf3\xe7\xf6\x86\x26\x3c\xb6\xc1\xce\x44\x7b\xdb\xd3\xce\x34\xeb\x69\x60\x3a\xc0\xb8\x88\xb5\x93\x63\xdb\x34\x96\x21\x2a\xe2\xf7\x25\x10\x1f\x60\x54\x44\x83\x1a\xdd\xd3\xe4\x33\x08\x5c\x5f\xb5\xc0\x35\x04\x45\x1c\x5c\x50\xc4\x56\x7c\x67\x70\xc1\x0c\x2e\x98\xc1\x05\x33\xb8\x60\x76\xe6\x82\x41\x88\x7d\x47\x5f\xce\x11\x39\xe3\xe2\xe6\xf2\x6d\x96\x3c\xac\xac\x8a\x59\x6d\xea\x2b\xb1\x2e\x8b\x3b\x91\x69\x22\x05\xbb\xb8\xb9\x64\xd4\xaa\xa1\xa8\x3e\x59\xa3\xfa\xd0\x98\xee\xac\x44\x3f\x1f\x31\x13\xd3\x44\xe7\xc2\x68\x99\x7e\x6a\xa2\x99\x4d\x8c\xcb\xdb\x30\xf3\xae\x99\x2d\xc1\xec\xba\xb8\xd2\x7a\x07\xf1\x73\x2a\x9e\x7e\x53\x69\x31\x5f\x85\xbe\x53\x6b\xdb\x78\x14\xe6\xe7\x07\xfc\x79\xab\x33\x88\xab\x17\xa3\x69\x4a\xd8\xa8\x29\x2f\xd4\x9b\x06\x36\xda\x31\x52\x3a\x4d\x6f\xb7\xc7\xf0\x8b\xd2\x79\x47\x79\x84\x4a\xcb\x40\xdb\x82\x74\x51\x5a\x74\xa4\x24\xf2\x42\x62\x40\xd6\x1e\x8b\x66\x0f\x72\x01\x51\xe1\x0b\xc3\x98\x6d\x01\x9d\xc2\x48\xaf\x97\xb9\xb5\xae\x6a\x07\xa5\x64\x18\xdb\x24\x79\xa2\x43\x24\x4f\x52\x4f\x2c\xf2\x2b\xe8\xda\x71\x96\x65\x43\x57\x32\xca\xff\xac\xb5\x44\xfb\x8b\x0c\xca\xe8\xe5\x65\x89\x26\xcb\x6d\xef\xbf\xb9\x87\xca\x58\x09\x0a\x29\x29\x07\x08\x15\xc3\x28\xf2\x2c\x99\xcf\x05\x40\xbd\x4b\xa3\x53\x24\x31\xcf\x83\x72\x11\xf4\x59\xe2\x8e\xf0\x51\xf3\x77\x28\x81\xf9\x0e\xcd\xe8\xfa\x47\x76\x7f\x36\x51\xea\x9e\x2a\x82\x60\x0e\x31\xfe\xe9\x04\xff\xff\xec\x1e\xc8\x3f\xfe\xf7\x98\x67\xf7\x61\x8f\xb2\x9c\x14\xfc\x39\xbe\x67\x2a\x63\xf7\x67\x22\x8f\xa0\xd5\xfa\xa2\x7d\x26\x78\xfc\x51\xa6\xcb\x8e\xad\x86\x55\x43\xe1\x5c\xc5\xf2\xcc\xa8\xca\x70\x3d\x70\x2a\xde\x06\x37\xd4\xd1\xa0\x13\x02\x99\x24\x99\x80\x51\xc7\x1e\x86\x2a\x24\x25\xcd\xdb\x69\xb4\xbc\xb9\xb1\x52\xa9\xe0\x72\xf7\x6c\xe5\xdd\x43\x12\xe5\xa1\xb1\xa2\xba\x74\xdb\x84\x89\x07\x10\x66\xc8\xb2\x69\x34\x40\xa3\xe5\x81\x50\xa5\x0b\x54\x1d\x73\xe5\x8a\x2a\xbb\xe2\x3b\x50\xea\x8b\x4f\x44\xbe\xf4\x65\x5b\xc2\x9c\x41\x45\xb5\x18\x97\x86\x55\x28\x9d\x3b\x62\xec\xdc\xea\x8f\x30\x28\xc8\x4e\x58\x7c\x86\x26\x62\x66\x94\x68\x16\x65\xc2\x8a\x0f\x57\x1f\x6f\x6e\x09\x23\x64\x34\x1a\x9d\x99\xf7\x79\xf6\x17\x33\x57\x43\xe5\xfe\x7a\x66\x7b\x0d\x56\x9c\xc3\xb6\xe2\xc4\x22\x15\xb9\xf8\xb8\x68\x94\x66\xb7\xd0\xb8\xdf\x06\xe3\xae\xd2\x5b\x82\x96\xb0\x93\xa0\xa5\x60\x79\xd4\xc1\x30\xf3\x75\x1b\x66\x7a\x7a\xc2\xca\x66\x15\x08\x16\x50\xee\x48\x8c\x1b\x0b\xa8\xe9\x60\x08\x8f\xe1\xfc\xfd\xa9\xf7\x0e\x2d\x24\x8b\xb0\x5a\xac\x7f\x5b\x1d\x69\xdf\xa1\x51\xa4\xc2\x5f\x7e\xbe\xf9\x9b\x99\xc8\x4d\x6e\x94\xbc\xe9\xb2\xfe\xaa\xab\xfb\xda\xdc\x21\x20\xae\x9a\x7e\x83\xda\x77\x40\xec\x6c\x55\x3b\x87\x05\x06\x4c\x21\x68\xdc\x83\xe8\x67\x5c\x4e\x3b\x31\xc8\xb0\x11\x4a\x44\x33\xe1\x04\x75\xfa\xb3\x9a\xb0\x89\x66\xb0\xf7\x7a\xc4\x5c\x9d\x38\x20\xe7\x69\xf2\x19\xa2\x25\x26\xca\xbc\x6b\x27\xfd\xdb\xf6\x0c\x70\x30\x8d\x1c\x96\x2e\xcb\x5f\x61\xdc\x12\x14\x05\x0b\x22\xe6\x3c\xcb\x61\xdd\x50\xc1\xe4\xda\xa6\xc2\x18\xa1\xf4\xd7\x42\xe7\xd7\x85\x3c\xdf\x95\xbe\x5c\x39\xce\xcb\xb7\xd7\x66\x42\x5b\xd9\xb0\xb3\x10\xb1\xb4\x71\x93\x8b\xd4\xa9\x8a\xe5\x69\x3b\xa1\x3c\x4e\x22\x00\x99\x7a\x34\x7f\xa1\x0b\xe3\x22\xbf\x2c\x84\x25\x21\x1f\x5d\x28\x99\x8b\xa7\x7c\xdf\x50\x2e\x95\x7d\x02\x65\x43\x65\x39\xee\xd6\x8a\xda\x4d\x7e\x3b\x2f\x72\x0e\x8f\xdd\x02\xdd\x21\x0e\xd9\xfa\x4a\x49\xa0\x95\x8c\x95\xbd\x43\xfe\xf5\x59\x5b\x39\x99\xf3\x2e\xad\x64\xce\x9d\x3a\x62\x3e\x60\xf1\xdc\xcd\x8a\x4e\x10\x0c\x4a\x27\x0f\xd5\x68\x93\x89\xca\xe6\x3c\x37\xdd\x13\x99\x7f\xff\x5d\xf3\x69\x19\x39\x67\x5a\xaa\x90\x15\x56\x90\x74\xc9\x6a\xf3\x44\x96\x97\xca\xc3\x58\xdd\xcf\xd4\x7a\x6a\xc5\x66\xda\x27\xe1\xf6\xee\x48\x43\xb6\x6f\x75\x05\x8c\x18\xb6\x28\xeb\x8e\x73\x36\x4f\xe4\x99\x39\x40\x14\x4c\x03\xea\x06\xf0\xe5\x6f\xfb\x48\xcf\xcf\x71\x47\xfe\xf8\xc3\xc1\xde\x91\xfe\x53\x7b\xf1\x3b\x72\xa5\xe2\xb7\x89\xce\x0a\x58\xff\x4f\x45\x3c\x15\xab\x1c\xe6\x0d\xad\xa9\xae\xa1\x72\xea\x1f\x52\x12\xd8\x33\x73\xc8\xb1\x6b\x4f\x25\x5d\xa9\xc6\x16\xb7\xac\xba\x5a\xff\xc0\x10\xb0\x41\x3f\x3b\x64\xfd\x6c\x50\x75\xbe\x42\x55\xa7\xf1\x93\x1b\x41\xd1\x74\x53\x98\xcd\x20\x69\x6c\xc5\xa9\xb1\x98\xf1\x87\x44\x65\xf6\xef\x0d\x1f\x68\x0b\x45\xdb\xac\x22\x54\x8f\x05\x75\x43\x8d\xfe\x0a\x80\xc5\x22\x42\x94\x5d\x35\x86\xc0\xba\xb8\x82\x2f\xda\xb1\x94\x03\x51\x1a\x9b\x78\xc6\xde\xf4\xc7\x86\x8f\x75\x44\x75\xb5\xf4\x68\xaa\xb5\xd3\xd0\x74\x30\x0e\x1e\x36\xf3\x69\x0c\xf1\xda\x91\x72\xdb\x74\xb1\xb7\x51\x74\x07\x46\xf9\xb5\x30\x4a\x17\xac\xb5\xb6\xe8\xfe\xec\x01\x51\x6b\x52\xee\x1d\x87\x44\xf5\x64\xfe\x6b\x51\xef\x12\x35\xc6\x6b\x8b\x98\x31\x8d\x0c\xb3\x8f\x7a\xfa\x49\xba\x8c\xa1\xe7\x2f\x7a\x77\x1e\x7a\xb0\xac\x92\x9d\x4c\x18\xcf\xd9\xdc\x08\x0a\x77\x95\x39\xde\x1d\xa1\x61\x07\x63\x95\xd0\xec\x73\x77\x64\x23\x97\xee\x8e\xc0\x1c\x59\x94\xed\xbd\x1a\xd9\xf6\x4b\x27\x2c\x19\x89\x11\x13\x0f\x42\x42\xb0\xd1\x58\x43\x3a\x21\x49\x1e\x64\xa2\xc6\xdc\xa2\x20\xef\x49\x49\xac\x19\xb3\xc8\x4c\xd7\xdc\xb9\x2f\x65\xce\xb3\xa5\x1b\x5d\x43\xb2\x00\xa6\x40\x19\x9a\xf5\xad\xef\xde\x9b\x17\x39\x26\x53\x42\x84\x91\xc6\x82\xca\x88\xc7\x0d\x86\xcd\x3b\xa3\xe0\x9e\x97\x6b\x6d\x11\xdf\xfc\x46\x07\x76\x68\x58\x73\xa3\xba\x8e\x8e\x33\x03\x53\x9e\xce\xc9\xa0\xb7\xc6\xd9\x81\xdd\x79\xc5\xf9\xb1\x1b\x30\x32\xdb\x33\x04\x13\xf4\xfa\x47\x78\x77\xf4\xe6\xdb\x6f\xff\xa5\xf5\x34\x74\x4b\x40\xe1\x36\x54\x96\x8f\x45\xea\x02\x15\x57\x1d\x06\x66\xb6\xfd\xa3\x10\xd9\x12\x32\x71\x70\xa7\x1f\x67\x4a\x0b\x6f\x3d\x58\xd1\x47\xf2\x69\x19\x5d\xe6\x99\x23\xc6\x6b\xcb\xd7\x5b\x10\xbd\xae\xba\x0a\xad\x7d\xfc\x80\xa1\x44\xa2\x99\x09\xa0\xcc\xc7\xaa\xc8\xad\x99\x8a\x54\x88\x66\x7a\xc8\x68\x20\x23\x14\xe4\x19\x4f\x52\xbc\x3f\x11\x94\x1d\x77\xc5\x1a\x38\xd3\x4b\x9d\x8b\x79\x0f\xf2\x49\x69\xd2\xbf\x08\x9e\xe6\xb3\xae\xb8\x09\x5b\x48\x41\x16\xf3\xb1\x00\x9d\x6d\x86\xfd\x42\x43\x0f\xdb\x8d\x0d\x98\x74\xc4\x7e\x53\x9b\x27\x32\x99\x17\x73\xa7\x58\x3e\xd3\x14\xf1\x7c\x44\x7c\x65\x06\x7f\x1e\xe8\x82\xf2\x89\xdd\x26\xf3\x15\xce\x9b\xaa\x1b\xdc\x9f\x6a\x09\xc7\x56\xbf\x86\x0d\xaf\x8f\x3d\x72\xcd\x16\x99\x8a\x84\xd6\xe5\xf3\x3b\xbf\xba\xa4\x94\xb2\xb2\xa1\x1f\xfc\x61\x53\x6c\xc7\x45\xce\x66\x1c\x23\x93\x96\xc2\x08\xa2\x42\x96\x4a\x33\x0d\xd6\x64\x8d\x2c\x4b\x39\x8c\xd8\x79\x80\xc2\x66\x2b\x4b\xcc\xf9\xa2\x14\x88\x21\x2f\x17\x42\x7b\x2a\xb3\x2b\x67\xee\xd3\x61\x3f\x22\xa5\xde\xdd\x7c\x0d\xe2\x89\x85\x84\x68\x94\xb7\x3f\xf9\x95\x25\xb8\x66\x33\x0e\x09\xfe\xb0\x98\x39\xcf\x3e\x93\xcb\x0e\xe2\x1d\xcc\xe8\xaf\x54\x46\xc4\x9f\xc3\xd0\xaa\xc8\x5f\x63\x54\xf2\x67\xb1\xb4\x84\xdf\xcc\xbf\x21\x78\xcf\x0f\x9b\x45\x1d\x82\x1a\x6d\xb8\x44\x57\xb0\xc1\xcd\x2e\x4e\x62\x79\x9c\x33\x15\x45\x45\x06\x9f\xe2\x6e\xc5\xc0\xc3\xf2\x99\x30\x3a\x41\xe9\xa2\xca\xc4\x5c\x99\xe3\x72\xbb\x0d\x49\x0c\xbc\xc8\x95\xb9\x3c\x11\x48\x04\x66\x9f\x56\x1e\x23\x6d\x88\x56\x73\x5c\x0a\xcc\x0b\x92\xb4\x73\x08\xb2\x9a\x2a\xa1\x99\x9e\x2b\x65\xa3\x92\xcd\xfe\x90\x8a\x3c\x16\x4c\xcc\x17\xf9\xd2\x55\xfd\x00\xd9\x8a\x36\x0c\x07\x7b\xcf\xb3\xa9\xf0\x5e\xbe\x30\xea\x8a\xad\x43\x82\x9b\x8d\xca\x54\x0c\xf1\xd0\x66\xd3\xc6\xa9\x98\x53\x99\x0a\xb3\x7e\xbb\x3f\x55\x87\x6b\x9f\xa8\xed\x92\x1b\x69\x0a\x52\xec\x0a\xa1\x75\x13\x85\x4f\x97\xdd\x4b\x60\xc4\xa8\xac\xfe\x47\xb5\xf6\x76\x4d\xc1\xc4\x13\x96\xf8\x6b\x22\x60\xb5\x60\xf3\x9c\xa7\xde\xf6\x2e\x90\x90\x14\x32\xf7\x02\xf0\x6b\x3c\x79\xd7\x13\xb6\x84\xe3\x6f\x42\xda\x98\xef\xd5\xd3\xf6\x8c\x75\x6c\xea\x3a\x95\x04\x08\x9e\x13\x68\xc6\x2e\x05\xc1\xbc\x76\xe4\xc4\xa3\xf0\x46\xdb\x93\xc5\x38\x05\xc0\x91\x24\x8e\xed\xd3\xd1\x44\x63\x48\xa5\x8b\x12\xac\xcf\x99\x89\x7f\x14\x3c\x05\xeb\xce\xd5\xdb\x9f\x8e\x9d\x01\xa0\x9c\xe0\xb3\xfa\xa4\x1a\xee\xee\x49\xab\x8c\xd0\xce\xa2\xdb\xee\xd5\xee\xfc\x5b\x36\x10\xe0\x0a\x15\xe3\x95\x32\x58\xd8\x96\x4d\x8d\x6c\x49\x15\xa1\xf8\x38\x49\x93\x1c\x0a\x66\xce\xf9\x67\x51\xa9\xc6\xc7\x21\xd9\x21\x08\x3c\x60\x14\x79\x10\xfa\xed\xf9\x62\x91\x26\xd6\xf3\x65\x89\xb6\x43\x78\x18\x8c\x8f\x07\x6d\x7c\x1c\x0c\x7a\x5f\x8b\x41\xaf\x67\x90\xdf\x61\x55\xc6\xde\xbd\x67\x2e\xa4\x77\x9d\x7e\x39\x8d\x45\x57\x4b\x62\x42\x81\x47\x42\x42\x4c\xdb\x21\x46\x38\xd6\x19\xc0\x3e\x8d\x9d\xe1\xa7\xba\x1d\x55\xf5\xf6\x61\x66\x7a\x9d\x25\x0d\x40\x04\x5f\x02\xa3\xe8\x03\x44\x90\x3c\x13\x10\x41\xa7\x44\x34\xb8\xb8\x06\x8e\x38\xe0\x11\xb0\x17\xe0\x45\x7b\x77\xbe\x35\xf0\xf7\x35\xf8\xd1\x4d\x27\xbb\xef\x66\x42\x46\x35\xbc\xca\x92\x87\x24\x15\x53\xf1\x4e\x47\x3c\xed\xa3\x80\xb7\x75\x2b\x01\x40\x35\x78\x5e\x40\x83\x8a\x78\x60\x98\xc3\x94\xbc\x85\xed\xcc\x84\xeb\x5d\x2f\x06\x1e\xfb\x45\x63\xb3\xd6\x3a\xfb\xf5\xec\xbb\x93\xca\x12\xbd\x6c\xeb\xce\x22\xe6\xd5\xf6\x48\x1c\x1f\xcd\x0b\xb0\x8c\xc0\x4b\xce\x8e\xa9\x51\x80\x98\x20\x9e\x16\x69\x12\x25\x79\xba\xb4\x39\x89\x60\xeb\x1a\x8b\x38\x26\x7c\x02\x8b\x14\x08\x1e\x9d\x11\x3b\x97\x64\x0a\x23\xdb\x20\xd9\xb3\xac\xf6\x2a\x97\xde\xb7\x6c\x8c\xa6\xab\x86\x4a\xb3\x11\x8b\x99\x98\x8b\x8c\xdb\xf4\x45\x3f\x85\x4f\x22\xc8\x18\x62\x8e\x35\xa3\x89\x51\x01\x6e\xdf\x04\x0c\x31\xec\xda\x66\x7e\x5f\xc2\x67\x28\x4f\x9a\x40\xc5\xd8\x94\xe7\xd5\x53\xd9\x11\x23\xac\x25\xd4\x6f\xc3\x07\xed\x25\xe0\x0b\xb4\x13\xd4\xed\xf6\x8d\x57\x3c\xec\x11\x0a\x03\x91\xff\x8b\x1f\x3b\x4b\x77\x9d\x8c\x08\x71\x6c\x25\xa9\xd2\x8a\xc0\xc2\x51\xc9\xf2\x8d\x78\x70\x94\xcd\xc6\xe1\xa6\x50\x82\x30\xd8\x21\x8a\x7c\xa6\xb2\x63\x30\xc7\x45\x99\xc0\xf7\xf2\x7f\x55\x81\x77\xce\xb0\x4a\x34\xdf\x96\xf3\x02\x93\x34\x64\x15\x34\xad\x05\xe1\x70\x91\x26\xbf\xcd\xd4\xc2\xff\xf1\xd9\x2b\x27\xf3\x6a\x1e\x7e\xcf\xd3\xf1\x3a\x34\xbc\x52\xeb\x03\x2e\x13\xe7\xf5\x88\xb1\x77\xf0\xce\x54\xc6\x64\x92\xd6\x1e\x5a\x9a\xfa\xad\xed\x61\x40\x7e\x3f\xc3\xd7\xe4\x8a\xdd\x98\x0f\x3a\x0c\x0d\x7c\x4a\xce\x8c\x5f\x68\x3e\x6d\xc8\xdb\xd7\x81\x67\x1a\x9b\xde\x1d\xd1\x6f\x77\x47\x78\x03\xf6\xfa\x9a\x3c\x54\x84\x1d\x9c\x97\x4d\xd9\xef\x79\x5a\xae\xb9\x77\x56\xac\x7a\x58\x2e\x2f\x5d\x8f\xe8\xa8\x1a\xce\xa8\x6c\x14\x1c\xd1\x3e\x77\xce\x01\x19\xec\x60\xdf\xae\x32\x15\xfd\xaa\x0a\x99\xdf\x1a\x21\xb3\x1f\x3f\x0a\xfb\xac\xb8\xed\x61\xc3\xd1\xca\xfb\x0e\xb7\x16\xe0\x68\x91\xd1\x06\x7d\xc3\xdb\x7f\x8b\xaa\xa5\x07\xa1\x10\x36\xb6\x0c\x61\x92\xf2\xa9\x65\x78\x98\x03\xf5\x52\xd4\xe4\x93\xd4\x7c\x22\x6e\x96\x3a\xca\xd3\x9e\x37\x34\xe8\x12\x92\x7b\x8f\xa5\xdb\x9d\x2e\xa0\x35\xd3\xd8\x3c\x94\x56\x24\x14\x55\x7f\xc7\xa3\x19\xf8\xac\x96\x40\x2d\x12\x70\x2f\x70\xb6\x48\x79\x22\xa9\x1f\x79\x09\x0d\xb7\x8d\x81\x17\xdc\x1d\x7d\x73\x77\x64\xfe\x83\x20\xd4\xb9\x06\xaf\x5d\x02\x1e\x5e\x9d\xc4\x00\xca\xc2\x21\xcd\x9f\x80\x0b\xca\xb3\xa7\xa9\x8c\xd8\x0d\x66\x27\x7e\xc3\xe6\x82\x4b\xa0\x39\x95\xd9\x22\xb6\x10\x79\xa0\x1c\xf0\xf9\x0c\xf5\xfe\xf2\x5e\x71\x8b\xa1\x50\x5b\xae\xbf\x21\x86\xcf\x3d\xa8\x24\x26\x6b\x80\x61\x4d\x21\xa8\x84\x18\x4d\x47\xec\xee\x68\xa2\xd4\x99\x59\x1c\x8c\xa8\xe9\x0f\x63\x9e\xdd\x1d\x9d\xb8\x7f\xfc\xd3\xfc\x43\xe4\xd1\xc8\xeb\x34\xaa\x76\x1a\xf9\x9d\x46\x5e\xa7\xe7\xbe\x6a\x74\xe4\xe7\xf1\x3a\xa2\x45\x73\x27\xeb\x10\xa6\x5f\x2d\x0c\x53\x5d\xcc\x70\xae\x0a\x10\x11\xaa\xc2\x05\x2b\x64\x2a\x74\x99\xea\x0c\x36\x41\x57\xce\x0d\x20\xf3\x33\xb5\xc0\xdf\x4b\x51\x61\xc4\x50\x96\xe0\xcb\x0e\x51\xa2\x65\xee\x2b\xa5\x89\x50\xdc\xc1\x69\x83\x33\xda\xdc\xc1\x64\x5e\x7d\x57\x28\x9e\x42\xf1\x36\xb2\x00\x40\x56\x57\x5c\xf2\xcc\x26\x79\xc6\x4c\xf9\xc5\x8e\x7f\x33\x2d\xaa\xa3\xb7\xf5\xb2\xd7\xae\x05\x98\x64\x8c\xe0\xff\x38\x13\x96\xa2\x60\xb0\x00\x88\xa0\x53\x43\x5c\x00\xba\xd8\x29\x59\x70\x73\x24\xc0\x81\x2c\x38\xc4\xfb\x50\x87\x4d\x14\xaa\x89\xca\xc6\x49\x1c\x0b\xd9\x8f\xb4\x56\x9b\xb7\x92\x55\xd7\xf0\x10\x28\x6a\x6d\x32\x8d\x34\xd5\x27\xa6\xae\xc7\x6a\xda\x87\xcd\xd6\x25\x7e\x41\xaf\x83\xa1\x7e\x13\xfd\x37\xb2\xab\x6c\xe5\xe8\x68\xc1\x20\x58\x65\xe8\xa2\x2f\xf7\xcd\x41\x77\x39\xfc\x36\x09\x9d\x42\x94\x6a\x49\xe8\x8d\xcb\x34\xd2\xe6\xe5\xd5\x45\xc7\x3d\xa7\x56\x15\x13\x88\x67\x96\x21\x06\x86\xfa\x01\x68\x07\xbf\x50\x97\x44\x06\xe4\x7a\x93\x47\x69\xbe\xfe\x41\xe4\x8f\x2a\xfb\xdc\x63\x9e\xd4\x72\xdd\xb9\xda\x6e\x3b\x9a\xef\xd5\xe5\xdb\x1e\x73\xbd\xba\x7c\xbb\xee\x3c\x4d\x97\x5d\xcd\x51\x65\x79\x17\x85\x73\xed\xfc\x79\x22\xad\x71\xf0\x00\xcc\xc3\xa5\x08\xc1\xe3\xc4\xd3\x42\xed\x4d\x79\x09\x71\x0e\xb6\x79\xeb\x8e\x97\x74\xf9\x13\xca\x86\x7d\xac\x81\x58\x7f\x95\x41\x30\xa2\xed\xb7\xc9\x59\x59\x7c\xae\x6b\xa5\xf2\x9f\x93\x54\x60\xb4\x6c\x17\x8c\x45\x63\x27\x56\xc5\x12\x43\x82\x82\xb0\x20\x5e\xb1\x0f\x2a\x01\x42\x78\x6a\x66\x2c\xd4\xa7\x32\xa5\x72\x36\x49\x52\x61\x43\x76\x99\x8d\xd5\x2b\x85\xb4\x40\x20\xf3\xfc\x1e\xfe\x88\x52\xc9\xd3\xf6\x51\x51\x05\xbb\xb9\xb2\x9e\xbc\x58\x48\x07\xd0\x89\xf8\xf6\xb8\x80\x09\x4f\x09\xd5\xb4\xfc\x3a\x38\xee\xfa\x4c\xdd\x1c\x1b\x44\x0c\x02\xca\xdc\xb8\xc8\x5d\xfc\x20\x49\x66\x68\x68\x66\xb9\xda\xec\xcc\x9a\x05\xc6\xce\x53\x6b\xee\xe6\x30\x5f\xda\x45\x66\x23\xfa\x2e\xfc\x90\x47\xcf\x26\xc7\x6e\x67\x42\x8b\x5a\xf1\x62\xaf\x17\x84\x02\x39\xb7\x14\xc8\xb1\xcf\xce\x72\xb3\x42\x9e\xef\x86\xeb\x5e\xbb\x91\xd6\x61\xbc\x65\xaf\x1e\xbc\xd7\xc9\xea\x90\x37\xe1\x75\xa5\x42\x43\x68\x33\x47\x2b\x83\x16\x36\xa6\xd5\x2f\x8d\xa1\xe6\x49\x9e\x1b\x95\x80\x6e\xf6\xb1\xf6\x87\x31\xb4\x24\xe7\x9f\x05\x18\xc8\x61\xcc\x91\x5f\x5a\x23\xb0\x56\x78\xdd\x7c\xdb\x75\xd5\x54\xd1\xbe\xe9\x9f\x74\x1d\xbb\x73\xa3\x3d\x37\x03\xad\xb3\xe5\xee\xeb\x9b\xed\x38\xf4\x6c\xd9\xf0\x95\x15\x91\xab\x45\xe5\x36\x5d\x71\x59\x53\x7b\xbd\x45\x07\x55\x38\xd6\x5d\xb7\x5f\x3c\x0e\x8b\xbc\x58\xba\xd8\x79\xc1\xb2\x6a\x71\x37\xd7\xb8\x90\x99\x30\x6f\x18\xd0\xc2\xd8\x3b\x74\xb3\xcd\x01\x1a\x3b\x18\x37\x16\x0b\xd0\x3d\x94\x64\x55\x98\xe4\xf0\xf2\x11\xfe\xd8\xca\xcb\xa7\x05\x94\xa2\xda\xf6\x20\x6e\xde\xc1\x30\xeb\x9c\x01\x7d\x79\xed\xed\x0f\x30\xc4\xbb\x2e\x1b\x00\x6a\x61\xdd\xb2\x14\x9e\xe7\xd6\x57\xee\xa6\x36\xe2\x5a\x8b\xae\xf5\xee\xab\x64\xf8\x3d\x09\x62\x0c\xf3\xfe\xd6\x56\x38\x1e\x7a\xf9\x40\x1e\x6a\x8e\x8f\x9a\x31\x9d\x70\x4c\x17\x69\x31\x4d\x64\x9b\x41\x5d\x2a\xd6\xe8\xef\xb8\xb5\xbe\xda\x12\x11\x55\x43\xae\x9a\x69\x65\xa4\xed\xe3\x6f\x8e\x9f\x87\xff\xfd\x8f\x4a\xe3\x96\x60\x02\xfb\x52\x1a\x29\xf7\xea\x2b\xd7\xa0\xd4\xd2\x5f\xb6\x8d\x70\x6e\x67\xb3\x2b\x0b\xdf\x34\xf7\xe9\x80\xd9\x33\x6c\xf0\x90\xa0\xf6\xa6\x49\x1c\x92\x01\xbc\x58\x7d\x50\xf7\xa6\x49\x3c\x00\xee\xad\x0d\xb8\xb7\xae\xc0\xb5\x5b\x00\x71\x58\xc7\x2e\x9f\x4d\x93\xa4\xd4\xf1\x6a\x1a\xba\x7c\x61\x8f\xa6\xd8\xfc\xd1\x14\xc3\xa3\xd9\xcd\xa3\x59\x29\x33\x1f\xf2\x9b\x69\x95\xb5\x57\x3e\x9b\xb6\x5e\x3e\x58\xdc\xf6\xc2\x77\xcf\x68\x34\x11\x57\xab\x2b\xf7\x74\xde\xd6\xba\x35\x38\xc9\xc3\xf2\x31\xd0\x28\x38\x5f\x1b\x7a\x66\x44\x77\x52\x19\xce\x29\x26\x4b\x4d\xc8\x91\x80\xe6\x7f\x17\x98\x55\x1b\xd2\x0b\xf2\xa0\x38\x69\x8a\x0a\x33\xfb\x84\xf9\x63\x60\x5a\x91\x2e\xe9\xd2\x8b\xff\x82\x89\x56\x15\xd7\x26\x75\x84\x2a\x4f\xc8\xfa\x95\x7c\x36\xb7\x57\x75\x66\xfd\xdc\x5d\xb5\xf5\x54\xfc\x9e\xb5\xdf\x73\x85\xbe\x50\x59\x9a\xb7\x6e\xbd\xf6\xbf\x7e\xba\xb9\x05\x7b\x0c\x51\x52\x92\xb4\x5b\x2f\x05\x6d\x78\x79\xaa\x32\x49\xcb\x3a\x0b\xf3\xc2\x5d\xe9\xab\xd6\x5a\xee\x9b\x3e\xf6\xd6\xfb\xbd\x23\x02\xd0\xa2\xe3\xad\xa8\x77\xd5\xd8\xe1\xf9\x18\xe6\x9e\x68\x78\x9b\x02\xba\x76\x1c\x37\x69\x14\x1b\x62\xdd\xbb\x62\x46\xb4\xcd\x6b\xe8\xdc\xf6\x24\x7c\x4b\x24\xda\xc9\xff\x5c\xfe\x2d\xe0\xd4\x4d\x31\xde\x65\xb0\xf4\x28\x51\x67\xb1\x8a\xf4\x59\xce\xf5\x67\x7d\x66\x4b\x78\x0b\xa8\x4c\xeb\x8c\xa0\x67\x9a\xd4\x53\xf8\x93\x78\xca\xcf\x5e\x96\xa1\x75\x6b\xf2\x2b\xae\x76\x57\xdf\x2f\x08\xb2\xbc\xc1\xb2\xd0\x13\xbc\xbc\xde\x73\x10\x10\x37\x83\x31\x6f\xb2\xee\xbc\x2c\xa4\x79\x36\xe6\x91\xa1\x2e\xe7\xd3\x69\x26\xa6\x10\x32\x72\x1d\xae\xb9\x16\x4a\x18\xb6\xf4\x0a\x23\xcc\xd4\xa3\xb9\x3d\xa9\x02\x14\x85\x8b\xb4\xd0\xb9\xc8\xae\x15\x44\x7f\x2b\xc6\xa9\x9f\xa1\x2f\x14\x6f\xe4\x35\xe9\x81\x48\x53\x36\xb6\xf0\x41\x5d\x6f\xe2\xa2\xa1\x0b\x55\x8c\xf6\xf2\xb1\xdc\x2f\xe8\x6d\xad\x56\xe8\x9f\x24\x32\x0e\x17\x03\x2e\x9c\xf2\x25\x9b\x0b\xa0\x41\xb7\x02\xa6\x86\x5e\xba\x72\x54\x28\x15\x74\x82\x2f\xa6\xb2\xe8\x63\xcd\x16\x22\xa3\x62\x7a\x3a\x8c\xc9\xda\xc9\x93\xe8\x8d\xc3\xb4\xbd\x35\x6d\xcd\xfb\xe6\x1f\x7d\xfb\x5d\xf3\x5a\x11\xb4\x27\xfe\x81\x41\x9d\xf3\x13\x96\xaa\x69\x12\xd9\xa7\x94\xc8\x29\xa6\x53\x1a\x2a\x60\xae\x66\x35\xa2\x7e\x22\x32\x21\x23\x1b\xa6\x53\xc8\x24\x47\x64\x7d\x33\xfc\x4f\x89\x84\xaa\x88\x2a\xf3\x0f\x88\xfe\xda\x47\xeb\x68\x7d\x3f\xbd\x0e\xaa\xf5\x1d\xae\x62\xf3\xd5\x97\x48\x28\xdd\xf0\x3b\x4f\xad\x88\x6f\xb6\xa0\xf6\x46\xc7\x45\x92\xda\xf2\x8b\x29\x29\x58\xe0\x7b\xf0\x16\x0f\x57\xba\xe1\x1b\x5a\xe4\xde\x75\xc6\xfe\x00\x4a\x52\xe2\xb9\x58\x40\x2e\xf3\x52\xe2\x24\x13\x51\xce\xa2\x19\x72\xa2\x5c\x51\x17\x7b\xdb\x75\xae\xe6\x8b\x52\xe4\xf6\xc0\x7d\x5a\x02\x73\x87\x94\xd7\x01\x1b\x61\xc8\x04\xdd\x92\xfc\x6f\x8f\x8d\xd0\x2e\x30\x75\xb1\x65\x7c\xff\xc4\x87\x11\x54\x2a\xa0\xda\x4d\xc4\x68\x37\x12\xa2\xa5\xb2\xe5\xd7\x76\xcf\xf9\x76\x98\x67\x0a\xd3\xc5\x9c\xad\xe4\x9f\x98\xdd\xb8\xaa\x0a\x76\xeb\x76\x05\x09\xa7\x6b\xe4\x9a\x36\x30\x6b\xe2\x88\xfd\x78\xb6\x65\xaa\x8e\xf5\x1a\xb2\xe0\xfd\x7e\x02\xd1\x40\xe6\x5d\x92\xf6\xc8\x92\x1c\x0b\xda\x60\x80\x17\xf5\x0a\x3b\x59\x41\x79\x9a\xaa\x31\xc7\x38\x5d\xbd\xe0\x11\xd1\x56\x1e\x23\x4a\x5d\x00\xbc\xf4\x90\x70\x76\x83\xc5\x0b\x07\x4c\x85\x81\xc1\x0c\x0c\xa6\xba\xed\x5f\x12\x83\x51\xa9\xb8\x86\x59\x6d\x26\x60\x5f\x53\xff\x95\xf1\x69\xd8\xa6\xac\x32\xbf\x26\x29\x72\xb8\x8a\xde\x40\x74\x39\xcc\x85\x4c\x1f\x6c\xac\xd0\x39\xd1\x76\x23\x32\x17\x60\xb3\xcf\x8b\x4c\x42\xf5\xd3\x2c\x53\x6d\x12\x30\xd5\x61\xed\x62\xb3\x44\xf1\x2c\xa7\xf5\x88\x30\x51\x10\x82\x20\x41\x25\xd6\x2c\x07\x71\xcb\x74\x3d\x12\x73\x5b\x7e\x4b\x53\xd9\x5b\xd0\x86\xbd\x14\x5d\x26\xc3\x83\xe0\xcd\x96\x85\xee\x99\x45\x77\x00\x13\x35\x77\x68\x2a\xa0\x51\x6f\x39\xd4\x6e\x3a\x68\x26\xda\x07\x98\xe8\xb2\x0e\x4c\xb4\xea\x9c\x5b\xc7\x5d\x87\x0a\x34\xbc\x81\x6d\x6c\xb3\x83\xac\xf0\xb5\xc8\x0a\xeb\xc1\x12\xad\x94\x14\x7a\x32\x8c\x67\x87\x0c\xda\x9a\x5d\x74\xc0\x08\x6d\xc7\x32\xfa\xf3\x8a\x1e\x4c\x62\xe0\x0e\x5f\x39\x77\xd8\x1f\x5b\x18\xf8\xc1\xc0\x0f\x06\x7e\xe0\xb5\x6f\xe0\x07\xbb\x67\x04\x9e\x35\x74\x15\x70\x9c\x6d\x44\xfa\xa4\x6f\x60\xab\x38\x99\x5c\xb1\xea\xac\xb0\x46\x3e\x17\x1b\xe5\x2c\x7d\xb5\x02\x13\x8f\x33\xe5\xfc\xa9\x9e\x2a\xca\x00\xa3\x20\x89\x66\xa5\x7e\xdd\xd4\xac\x9f\x61\xaf\x39\x39\xa4\xce\x74\xc2\xa4\x0d\xbf\x06\x83\xfd\x91\x7c\x8b\xb6\x5e\x06\xcc\xc8\x12\x65\x8c\xab\x98\x17\x69\x9e\x2c\x52\x44\x43\xf3\x52\x39\x3c\x68\x3a\x2e\x97\x8c\x07\x25\x19\x44\xcc\xf8\xd4\x8c\x98\x43\x51\x26\x5b\xf9\x47\x16\x73\x91\x19\xca\x50\x7e\x04\x0a\x3c\xc9\x65\x39\x7a\xe9\x3f\x6e\xac\x09\xb0\xff\x88\x3e\xa9\xe4\x35\xcd\xee\xd3\xf5\xfb\xae\x5d\xfe\x10\xb6\x26\xb2\x8c\x78\x25\x0b\x9e\xe5\x09\x4f\x59\x91\xd9\x08\x2c\xce\x0a\x2d\x32\xcb\xba\x67\xfc\x41\x30\x1e\x01\x5a\x85\x21\xa0\xec\x9b\x20\x29\x1a\xaf\x1c\x58\x6e\x38\x1e\xcd\xa4\x48\xd3\x13\x36\x49\x24\x94\xc3\x11\x0b\x97\xd9\xcd\xf3\x19\xbb\x49\x64\x24\x28\x53\x96\x48\x3e\xcc\xc8\x8c\x68\xae\xac\xbb\x77\x60\xb5\x09\x12\xbf\xe0\x13\xe6\x0e\x46\x10\x33\x36\x09\xdd\xc7\xda\x77\x3a\x03\x5b\xe0\x4d\xde\x65\x72\x88\x46\x5c\x3a\x2c\x0a\x08\xac\xc9\x15\x1c\x6e\x79\xe2\xaf\x74\x11\xcd\xcc\x92\xee\x8e\x16\x2a\xd6\x77\x47\xe6\x6d\xdc\x1d\x69\x11\x65\x22\xd7\x77\x47\xaf\x01\xa1\xa9\xb2\x0e\x82\xb8\xf2\xfa\x1a\x16\x70\x77\xf4\xfa\x84\x39\xf3\xfb\x58\xe5\xb3\xe7\xcf\x42\xa5\x49\xf6\x89\xce\xbd\xf6\xdb\x56\x1d\xdd\x61\xda\x92\x17\x90\xdb\x44\x26\x58\x19\x26\x6b\x2e\x9b\x17\x87\xeb\x15\x1c\x29\x83\x6f\x5f\x6c\x57\xfa\xee\x48\x45\x4c\x2b\x2f\x0b\xca\xc3\xb5\xd5\xdb\x7e\xe7\x69\xea\x97\x9d\xe2\xf0\x4f\x4b\xbf\x9e\x7b\xd1\x0f\x22\x1b\x77\x2d\xf8\x37\xd3\x26\x5c\x2c\xfe\x09\xe9\x83\x7b\x31\xef\xdf\xa3\x08\x47\x8b\x31\x22\x1f\x86\xec\x9c\xe7\x28\x1b\x89\x6b\xca\xbf\x84\xa0\x1b\x1b\xb7\x18\x3b\x08\x45\xb3\x67\x23\x06\x83\x37\x6c\x12\x48\x49\x07\x95\xb1\x86\x9b\xd7\x25\xbb\x74\x09\x01\x1d\x91\x38\x65\x08\x8e\x4f\x0d\x77\x1e\x7f\x33\xb8\xe7\x0e\x5a\x77\x1c\x54\xac\xaf\x45\xc5\xfa\x22\xe2\x3f\x86\xc0\x8f\x7e\xda\xe1\xee\x23\x3e\xfa\x85\x7a\xb4\xc6\x78\x64\xaa\x5d\xef\x6b\x89\xf0\xf0\xfd\xa9\x10\x39\x5e\x6a\x7b\x90\xfc\xd5\xcf\xed\x9a\x77\x06\x80\xa0\x2c\x50\x0e\xee\x37\x1b\x2f\x6b\x9a\x66\x92\x33\xf1\x94\x68\x28\xcc\x69\xa4\x27\xcf\x39\x02\x0a\x18\x9b\x26\x0f\x42\xfa\x93\x05\x38\x6c\xa3\x9f\x20\xae\x2f\x4e\x96\x7b\x5a\xc4\xc0\xe3\x06\x1e\x37\xf0\xb8\xea\xb6\x7f\x49\x3c\xee\x99\x43\x50\xda\xc8\xa4\x2b\xbb\xbb\x09\xa5\x1c\x02\x54\x86\x00\x95\xaa\x0c\xb1\x97\xc8\x94\xfe\x21\x29\x3d\x62\x51\x86\x20\x94\x2f\x85\x8d\x6e\xe8\x66\xdc\x5f\xf4\xc9\x10\x76\x32\xc8\x07\x83\x9b\xb1\x37\x13\xd8\xbd\x9b\xb1\x47\xa0\xc9\xaa\x08\x93\x21\xb4\xe4\x6b\xa6\xf9\x7b\x20\xf6\x03\x95\x1f\xa8\xfc\x40\xe5\xbd\xf6\x3e\x95\xdf\x0f\x79\x0f\xb5\xe2\x56\x9d\xd6\x06\x4d\xd4\x42\x48\xe0\x86\x3b\x1a\x09\x2a\x1f\xa2\x9b\x16\xda\xcb\x88\xef\x0c\xf0\xe8\x19\xdf\x61\xc3\x3b\x30\x7a\x02\xad\xce\x65\x14\x07\x7d\xb9\x74\x5b\xed\xd5\x94\x64\xbe\x0c\xb0\x21\x9e\x0f\x77\x07\x33\x90\xdd\x88\x4a\x3e\x7c\x92\x0d\x74\xd9\x76\x06\x3d\x1f\x8a\x3b\xaf\xea\x9e\x55\x57\xd0\xf5\x96\xba\xee\xa6\x55\xef\x57\x21\xbd\x20\x49\x76\x77\x93\x7b\x66\x97\xc0\x1c\xc1\x54\x86\xb1\x28\x49\x6c\xa8\x1e\x82\x86\xd3\x5d\x25\x5b\x78\xe0\x70\x07\x2c\x69\x2f\xb6\x63\xa6\xd2\x98\x71\x9b\x16\x7f\x7e\x75\x59\x72\x03\xfa\xde\x09\xda\x71\x90\x9d\x4c\x28\xa4\xc3\xda\x42\x6c\x18\x07\x4c\xc1\x88\x0b\x78\x7b\xc1\xb4\xb3\x46\x0c\x54\xdf\x27\x82\xa6\x19\x0a\x7c\xa2\x6f\x51\x50\x92\xe7\xd0\x25\x83\xcf\xc8\x96\x00\x83\x27\x7c\x77\x84\x35\x47\x80\xb5\x25\x91\x38\x8f\x22\x55\x20\xd7\xc2\xd2\xc7\x95\xd6\xad\x54\x8c\x86\xf9\x64\x57\x8c\x33\x73\xc3\xec\xef\x5d\xaa\x89\x3d\x9b\xea\x3b\x18\xb1\xdf\x10\xd8\x0f\x45\x47\x42\x2f\x48\xb4\xb7\x4b\x3c\x13\xec\xee\xc8\x4c\x1a\xcb\xac\xc0\xac\xcd\x7f\x9a\x25\xdc\x1d\x85\x9b\x72\x77\xe4\x4c\x72\x9e\xc9\xcd\x39\x4f\x3c\x29\xd0\x34\x31\xf3\xb7\x12\x63\xa5\x0b\x09\xa0\x99\x80\x7a\x11\xa5\x9d\x6e\x6f\x94\x83\x2e\x43\xdb\x3e\x6d\xf6\x61\x30\x52\xf6\xf8\x3a\x59\x3d\x6b\xf7\xd1\x8a\xe5\x76\x4f\x69\x76\x9f\x89\xd8\x9a\xf7\xe4\xe5\x0d\x97\x91\x51\x78\x5a\x18\x55\x15\x9c\x17\x9c\x2d\x95\x55\xc5\x23\xc1\x10\xa2\x9d\xee\x7e\x4f\xaa\xb9\x0f\x0a\x09\x85\x5d\x07\x14\xa0\x01\x05\xa8\xe1\x45\xee\x0f\x05\x88\x6e\xdd\x97\x85\x05\xc4\xde\x1a\xad\x2d\x82\x60\xdc\x44\xb2\x87\x37\xa3\x37\xff\x6a\xfe\x63\xc2\x1f\x54\x06\xc2\x53\x1b\x1f\x3b\x7b\x78\x13\xa2\x1f\x98\x2b\x44\x85\x50\x58\xaa\xe4\x54\x64\x88\x32\x98\x3d\xb8\xb1\xbf\xfb\xf6\xf9\xc0\x87\x5a\x88\xc0\x2a\xbd\x69\x80\x20\x1a\x6c\x4c\x83\x7b\x7e\x30\xcc\x1c\x94\x7b\xfe\x4b\x80\x20\x22\x5a\xfb\x75\xc6\xa3\xf5\x03\x22\xc2\x2d\x58\xdf\xd2\x54\x97\x1a\xbe\x78\x50\xa2\x9d\xc9\x14\xb4\xb8\x1d\x8a\x16\x03\xab\x1b\x58\xdd\xc0\xea\x0e\x95\xd5\x6d\x17\x89\x46\x94\x74\x80\x44\x7a\xfe\x88\x33\xda\xfa\x21\xee\x6c\x2d\x60\xa4\x9d\x8b\x0c\xfb\x04\x49\xda\x39\x57\xd7\x03\x5b\xff\x1a\xd8\xfa\x81\xc2\x33\xb5\x8b\xd5\x6b\x13\xa7\x41\x86\xf9\x0a\x65\x98\x21\x8e\xa2\x72\xa7\xd7\x07\x69\xda\x1d\xfb\xda\x2d\x60\xd3\xee\x38\xd5\xc0\xa2\x06\x16\xb5\x07\x8c\xa8\x06\x47\xd1\xc0\x94\x06\xa6\x34\x30\x25\x56\xbd\xd3\x6b\x20\x45\x6d\xc9\x8d\x06\xd4\xa8\x01\x35\xea\xf7\x8c\x1a\x05\x71\x7d\xb6\x54\xa7\x61\xff\x12\x9d\xde\xe9\x92\xc5\xc9\x04\x0c\x4b\x86\x9e\x73\xec\xe2\xe4\x03\x08\xf2\xd4\xaa\x04\x28\xa2\x20\xb8\x0b\x92\x34\x1e\x55\xf6\x59\x33\x99\x44\xc2\xcc\x43\xc6\x6c\x2c\x22\x5e\x68\x2a\xfc\x99\xc5\x02\xb8\x11\x15\x24\x74\x1f\x1a\x0d\x20\x56\x03\x88\xd5\x00\x62\x35\x80\x58\xfd\xae\x41\xac\x3c\x7f\xc6\x01\x40\x59\x6d\xa7\x54\xef\x38\x42\x6c\x50\xa6\x07\x37\xee\xa0\x6d\x1e\xaa\x1b\xf7\xa0\x41\xb3\xbe\xea\x50\xa5\xfd\xc6\x28\x0d\x30\x5a\x7b\x84\xd1\xda\x9e\xbf\x0e\xd1\x52\x03\x9b\x1d\xd8\xec\xef\x87\xcd\xbe\x48\xb4\xd4\x80\xde\x35\xc4\x52\x1d\x14\x86\xd7\xee\x64\x9a\xdd\xe2\x79\xed\x8c\x9f\x9b\x8f\x0d\x3c\xfd\x6b\xe0\xe9\x87\x06\x22\xd6\x20\xd6\x6f\x63\x31\x1c\x44\x96\xaf\x45\x64\x19\xfc\xd0\x95\x3b\xbd\x06\x94\xd8\x0e\xf8\xd1\xb6\xb0\x62\x3b\xd0\x25\x07\xa6\x33\x30\x9d\xfd\x44\x3d\x0d\xe1\x4e\x03\x9b\x19\xd8\xcc\xe6\x58\x66\x3b\xe0\x2f\x03\xae\xd9\x80\x6b\x76\x80\xb8\x66\x15\xc3\xc7\x80\x6e\xb6\x89\xd8\xd4\x84\x70\x66\xbe\x4c\x34\xa4\x3f\xda\xd9\xc3\x9b\x1d\xe1\x9d\x9d\xd9\x93\x1d\x80\xcf\x06\xe0\xb3\x01\xf8\x6c\xaf\x24\x74\x2c\xf2\x01\xf7\x6c\xc0\x3d\x63\x0d\x0f\x72\x7f\xb8\x67\x78\xe9\x06\xd8\xb3\xc3\x80\x3d\x6b\x26\x01\xab\x34\xac\x01\xf5\x6c\xb0\x49\x0d\xc1\x0d\x83\x09\xe7\xa0\x82\x1b\xbe\x04\xd4\x33\x24\xb5\x5f\x67\x24\x61\x3f\xd0\x33\xd8\x81\xf5\x6d\x51\x35\x89\x61\x80\x3c\x1b\x20\xcf\x06\x3e\x37\xf0\xb9\xdf\x1f\x9f\xdb\x2e\x88\x0f\x09\xe9\x80\x78\xf6\xfc\x51\x7a\xb8\xf3\x43\x90\xde\x5a\x80\x67\x3b\x16\x17\xbe\x28\xb8\xb3\x21\xa2\xe2\x6b\xe1\xea\x07\x8a\x78\xd6\x2a\x54\xaf\x4d\x9c\x06\x09\xe6\x2b\x94\x60\x86\x60\x8b\xca\x9d\x5e\x1f\xf0\x6c\x57\xec\x6b\x80\x3b\x1b\xf8\xd3\x41\xf3\xa7\x3d\x33\xa6\x81\x23\x0d\x1c\x69\xe0\x48\x5e\xfb\xf5\xd1\xce\xb6\x62\x45\x03\xd6\xd9\x80\x75\xf6\x7b\xc6\x3a\x1b\xc0\xc5\x06\x70\xb1\xdf\x0d\xb8\xd8\xf1\x37\xc7\xad\xa0\x62\x0e\x5a\xc3\x52\x28\xe6\x48\xe6\x88\x1d\x7f\x73\x36\x51\x2a\xe8\x0c\x6d\x8b\xb1\xbb\x6d\xc7\xd0\xc0\x3c\x82\xde\xc3\x0e\x30\x66\xbf\x37\x18\xb3\xd2\x47\x31\xa0\x98\x0d\x3a\xf2\x81\xe8\xc8\x83\x16\xf9\xb5\x68\x91\x5f\x44\x04\xd2\x10\x7a\xb4\x3b\x10\xb3\xad\x54\xdf\x01\xc2\x6c\x80\x30\x6b\x3c\xf2\x81\xc7\x0e\x3c\x76\xe0\xb1\xbf\x87\xe8\xa7\x01\xc1\x6c\x88\x8d\x3a\x24\x00\xb3\x5d\xc9\x33\x03\x7c\xd9\xc0\xcf\x0f\xd1\xaf\xbc\xe7\x80\xa7\x21\xd2\x69\x90\x56\x06\xbf\xf2\xae\xd0\xcb\xb6\x66\x46\xdb\x62\x97\x0d\xd0\x65\x03\xc3\x09\x9f\xd5\x01\x40\x97\x79\x2e\x8c\x81\xc5\x0c\x2c\x66\x60\x31\xac\x7a\xa7\xfb\x20\x97\x6d\xcd\x5b\x06\xdc\xb2\x01\xb7\xec\x00\x71\xcb\x42\x73\xc7\x00\x5b\xb6\xee\x3b\x69\x82\x2c\xeb\x0d\x53\xb6\x23\x90\xb2\x01\x9b\x6c\xc0\x26\x1b\xb0\xc9\xf6\x43\x26\x8d\xaa\x12\x17\x69\x22\xa7\x46\x74\xba\xca\x12\x95\x25\xf9\xf2\x22\xe5\x5a\xaf\x8a\x3f\xf6\xdb\x39\x95\x6a\xce\x17\x10\x08\x44\xc1\x95\x0b\x6a\xc4\x22\x68\x05\x0c\x86\x28\xa9\xfb\xc9\xe8\x44\x46\xfd\x83\xad\x1d\xb1\x5b\xa3\x94\xc1\x2e\x53\xe0\x10\x97\x4b\xf3\x87\x24\xb6\x2d\x07\xad\xf0\xa0\xb5\xc2\x70\x87\x57\x6d\xbe\xf7\x4f\x0a\x21\xe5\xd9\x38\xc9\x33\x9e\x2d\xad\x7a\x05\x72\x61\xa1\x0b\x28\x74\xbc\xc8\xd4\x43\x12\x0b\xcd\xa6\x45\x12\x8b\x14\x4e\x4b\x49\xf6\x88\x18\x55\x89\xae\x5e\x37\x3a\x07\xc2\x97\xdb\x80\x0e\xa1\x23\x89\x58\x54\xc7\x62\x82\xb6\x2e\xb4\x52\x9b\xd9\x01\xcf\x87\x09\x86\x8f\xa6\x9c\x5f\xa4\xa4\x4e\x62\x91\x61\x70\x9c\xb9\x1a\x31\x0d\xe4\x96\x64\xd8\xdf\x42\xc5\x14\x54\x17\x2b\xa0\x40\x18\x77\x2d\x97\x95\x95\x8f\xd8\x47\x99\x2e\x21\x60\x3d\xfc\x22\x3d\xa9\x39\xcf\x3e\xe3\xa7\xee\x83\x69\xdf\x8f\xd8\x2f\xea\x51\x3c\x88\xec\x84\x25\x13\x36\x37\x77\x0c\x6a\x4a\xd7\x46\x12\xda\x86\x27\x3c\x26\xf9\xcc\xcc\x38\xc9\xaa\x83\x51\x58\xb6\x16\x39\xdc\xf7\xcc\xb2\x2a\x3d\xe7\x69\x6a\xee\x3d\x3e\x73\x35\x41\xea\x4b\x5e\x3b\xbb\xf0\xea\xe7\x02\xa8\xc0\x96\x4d\x6a\x39\xe2\xb1\x52\xa9\xe0\x72\x50\xfa\xbf\x6e\xa5\x7f\x7b\x2f\xf8\xbe\x77\xcc\x2d\xba\x71\x4b\x16\x99\x30\x12\x45\xa2\x24\xc6\x8d\x75\xdc\xca\xab\x4a\x73\xab\xc5\xd1\xbf\x80\x5e\x50\x13\x39\x45\xd2\x01\x6f\x35\x55\x8f\x22\x2b\x9f\x0c\xfb\x88\x69\x2d\x1f\xf0\xd9\xd3\xa8\xef\x4d\xa3\x2b\xd7\xc6\x97\xd2\x9b\x5a\x18\x6a\x51\x48\x2d\xf2\x11\xea\x3a\x2e\x21\x03\x90\x85\x4f\x01\x3c\x12\xd8\x9a\xcd\xd1\x98\x29\xa9\x32\x94\x99\x35\xbd\x07\x8c\xf9\x97\x90\xb7\x61\xd6\xf1\x41\xc9\x2b\x37\x7f\xf7\xa1\x89\xe0\x66\x77\x37\x20\xe6\xf0\x68\x3b\xf6\xb4\x14\x3e\x2c\xc3\xaf\x12\x56\x58\x1e\xed\x34\x8f\xf2\x82\xa7\x65\x13\x32\x62\x80\x73\x3f\x12\xc9\x83\xb0\xac\x49\x50\x64\x56\x98\xbb\x64\x74\x42\xa0\xca\x18\xb6\x90\x00\x7d\x07\xce\x51\x59\x1d\x9a\x49\xcc\xfc\x12\x99\x7f\xff\x5d\xf3\xd2\x49\x38\xda\x20\x88\x1c\xf6\xe5\x19\x2d\x57\x9e\xbc\xb9\xca\x62\x15\x0a\xa2\xed\x66\xab\x35\x2c\x56\x2b\x24\xdd\x0e\xbf\x48\xad\x6d\x93\x83\x24\xbc\x2b\x7b\x83\x10\x1f\x04\xd5\xe7\x73\x5f\x24\xd6\x7d\x01\xbb\x40\x0e\x8c\x8a\x68\xb2\x1b\x57\xc6\x2a\x2d\xcc\x1b\x6a\x70\x6a\xfc\x6e\xe5\x9b\xf5\x9c\x1a\x70\x59\xed\x2c\x5e\x40\xb0\xe9\xc9\x7d\x9e\xdd\x6f\xb2\x09\xf7\xe9\x70\x9c\x6c\xca\x81\x6c\xa9\xf3\x9e\x16\x97\xb7\xef\xae\xae\xdf\x5d\x9c\xdf\xbe\x7b\xcb\x4e\x51\x0e\x41\x2b\xa3\x57\x3a\x22\xd4\xf6\x12\xcd\xe2\xd2\x5b\x6f\x44\xad\xea\xda\xcf\x1e\xde\x9c\x05\x7d\x46\x6c\xb0\xeb\x0c\xec\x72\xb0\xeb\x0c\x76\x9d\xc1\xae\x33\xc8\x3d\x87\x21\xf7\x0c\x76\x9d\xc1\xae\x33\xd8\x75\x7e\x77\x76\x9d\xb5\x0b\x29\x76\xca\xd6\x83\x8d\xe7\x77\x27\xb4\x1e\xb0\x8d\xa7\x51\xfb\x1b\x2c\x3d\x83\xc4\x33\x58\x7a\x0e\xd6\xd2\xb3\x1d\x4f\x22\x50\x88\xc1\xdc\x33\x98\x7b\x0e\x9f\x73\x0e\xe6\x9e\xc1\xdc\x33\x98\x7b\x06\xe1\x67\x30\xf7\x0c\xe6\x9e\xc1\xdc\x33\x98\x7b\xec\x77\xf6\x65\xee\x59\x37\xfb\xac\x4b\xb2\x1e\x8c\x3d\xbf\x3b\x91\xf5\x80\x8d\x3d\x4d\xaa\xdf\x60\xeb\x19\xc4\x9d\xc1\xd6\x73\xb0\xb6\x9e\xb5\x19\x92\xc8\x73\xa8\x4c\x57\x9a\x76\x55\x7c\x65\x1e\xd0\x4a\x3e\x64\xdb\xe0\x53\xb5\x75\x1a\xca\xe7\x08\x85\x1c\x90\x3f\xf0\x38\x86\x9b\xc5\x53\x96\x15\x32\x4f\xe6\x82\xd1\xf6\xcf\x01\xa4\x1a\x80\xbe\xd9\x95\x8a\x07\x3e\x75\xd0\x7c\x6a\x20\xde\x5f\x0b\xf1\xf6\x74\xd5\xc6\x4f\x1a\x2d\x60\x6d\xf4\xc4\x15\x84\xe4\xc6\x8c\xb7\x82\x1a\xef\x91\xc0\xda\x49\xad\x24\xaf\x8e\xe0\xed\xd2\x84\xde\xbe\x1d\x5d\x32\xbe\xdf\x2e\xc4\xa0\x29\xc9\xae\xaa\xa6\x90\x0f\x24\xf3\x00\x49\xe6\x86\x50\x43\x76\xa3\x1b\x61\x02\x36\x16\xec\x57\x30\xfa\x41\xa6\x1f\xd8\xc2\x56\x32\xfd\x4b\x18\x2f\x0f\x56\xa8\x5f\x8b\xe7\xec\xdc\x75\xdb\xc1\x86\x7b\xf0\x1d\xd3\x0e\x9f\xab\xef\x23\x33\xf4\x1d\x6c\x84\xf0\x12\xf3\x1e\x9c\x47\xc8\x87\x0e\xc2\xf0\x4e\x3e\x04\xbc\x26\xb4\x63\xbd\x93\x0f\xbf\xf1\xcc\x30\x88\x44\xfe\x3f\xc4\x86\xcf\x95\xab\x7f\x93\xed\x8a\x30\x46\x2a\x13\xe6\xfa\xe3\xe7\xb6\xa2\x85\x42\x3e\xfc\x9c\xa9\x79\xf7\xaa\x4d\xab\xd5\x2b\x37\x2d\x6e\x88\x10\x3e\xdf\x06\x94\x5f\xdd\x6a\x1f\xb4\x30\x8b\x51\xd9\x2e\x89\x13\x1f\x8b\xf4\xc6\x8e\xbb\x92\x42\x51\x23\xe2\xa9\xa6\x1f\xfb\x47\x21\xb2\x25\x53\x0f\x22\x2b\xab\xc3\x39\xbe\x7e\xe2\x2a\x29\x45\x5c\x0b\xb0\xa1\x8f\xd8\x35\x11\x93\x16\xf4\xec\x07\x95\x16\x73\xf1\xab\x2a\x64\x27\x82\xf6\x6f\x5e\xd3\x15\x67\xee\x35\x7b\xb6\x13\xf7\xbe\xb9\x5d\x39\x2c\x18\xa7\xdf\x46\x74\xef\x41\x75\xf9\x10\xb0\xa1\x7a\xd6\x50\x5b\x73\xed\xbb\xaf\x70\xd2\x4a\x98\x73\x95\xf1\x29\x7c\xfa\xe2\xe6\xf2\x83\x8a\x57\x15\xae\xa2\x16\x0d\x35\x32\xb1\xc8\x25\x4f\x53\x76\x71\x73\xc9\xe2\x2c\x01\x59\x28\x91\x3a\xe7\x69\x2a\x62\x66\x9a\x30\xa9\x62\x31\x0a\x1a\x90\xcb\x5e\x0a\x11\x9b\xed\x8d\x32\xc1\x73\x74\x09\xd9\x4f\x91\xa4\x85\xe8\x5e\xe9\x72\xc4\xce\x35\x40\x9c\x92\xbb\x7b\xc9\x0a\x4d\x3e\x24\x15\x8b\x53\x1c\xf7\x34\x13\xd3\x44\xe7\x19\xcf\x98\x4e\x62\x11\xf1\xff\x9f\xbd\x7f\x5f\x6e\xe4\xc6\xf2\xc4\xf1\xff\xf7\x29\x10\xf2\x44\x94\xd4\x3f\x92\xba\x55\x55\xb7\xd5\x1e\x7b\xd5\x55\x65\x8f\xd6\xae\x2a\xfd\x4a\xb2\x67\x77\x4c\x4f\x10\xcc\x04\x49\xb4\x92\x40\x76\x22\x93\x12\xbb\xcb\x11\xf3\x20\xbb\x2f\x37\x4f\xf2\x0d\x9c\x73\x80\x44\x5e\x78\xd5\xb5\x6d\x75\x44\x97\x45\x12\x89\xc4\xe5\xe0\xe0\x5c\x3f\x27\x2b\x69\x15\xdd\xed\xf6\x32\x4d\x44\x8e\x0e\x74\x5e\xe4\xda\x4e\x23\xc2\x80\x0a\x9d\x16\xc9\x82\x51\x38\x5c\xbb\x72\x0a\x76\x18\x29\xcf\xe0\xe4\xba\x4e\xd3\xa4\x18\x4b\xc5\xdc\x20\xec\xfa\xf4\x7c\x4f\x13\x72\xd3\xfb\xea\x28\x58\xc0\x0b\x97\xa6\x8a\xae\x24\x0d\x9b\x4a\x63\xa0\x44\x88\x74\xc5\xfc\x08\xf4\xcc\xfe\x23\xa8\x86\x23\x0c\xe7\x2d\xad\x28\x9f\x71\x99\x80\xbf\x50\x2b\xbf\x2e\x00\x80\x66\x3f\x7c\x4f\x43\x74\x61\x4f\xd2\x2e\xe6\x35\x13\x4a\x17\xe3\x09\xda\xc7\x24\x96\x7b\x51\x2f\xf2\x72\x3b\xbc\xc4\x5b\x9d\x07\x57\xec\xe3\xb5\x12\xd9\xa7\x12\xd8\xad\x89\x3c\x18\xe9\x2c\x13\x26\xd5\x88\xe4\xa6\xca\xd5\x7c\x56\x12\x9f\xb4\x92\xf8\xac\x40\xfd\x56\x14\xa8\x35\x63\x40\xbc\xd2\x04\x5c\x09\x4a\x76\x0c\x85\xe7\x1a\xa8\x7a\xe0\xf9\xb5\x0d\x16\x95\xef\xd8\xca\x46\xd7\xb8\x83\x40\x27\x58\x36\x58\x43\xca\x40\x5e\x56\xde\x8c\xfc\x59\x76\x17\xd9\xc6\x4a\x99\x09\x2c\x82\x0f\xa2\x93\xd1\xc4\x97\x96\xc9\xa6\xc9\xdc\x4d\xc6\x74\x63\xa5\xf1\xde\x58\x7d\xe7\x63\xbb\x85\x37\x7f\xeb\x3e\x68\x55\xb9\x2a\x5b\xa4\x81\x35\xae\x80\x24\xd1\x11\xcf\xed\x8d\x76\x1b\xba\x42\xb1\xca\x4e\xe4\x53\x3b\x4b\xac\xcd\x3a\x78\x6d\xbd\x26\x2c\x4a\x95\x41\x01\x58\x50\x41\xe1\x60\x60\x09\x55\x7b\x31\xfb\x5b\xd8\x8a\x0c\x81\x3f\xad\x16\x0a\x34\x14\x0b\xcb\x05\xad\x81\x17\x19\xc6\xdd\x84\x55\xbc\x83\x35\xa7\x4a\xc1\x21\xc7\x1d\x41\x60\x91\xa6\xa1\xbc\xff\xf1\xe2\xd2\x9d\xf3\x52\x26\xc1\x5a\x3d\x0e\x86\x13\x7b\xfc\x4e\xe4\xe7\x20\xd9\x7c\xe0\x53\xb1\xbb\xc7\xac\xb8\x44\x12\x11\xcf\xe9\x7d\xdb\xc0\x53\xea\x58\x9c\xbd\x5d\x31\x53\x6c\xe4\xe6\x07\x6b\xed\xef\x05\x9a\x29\xde\x0d\x7a\xc4\x66\x52\x5c\x57\xd6\x19\xe3\xa7\x4c\xc8\xc6\x40\x7b\x01\x36\x1f\x59\x09\x07\x62\xc0\x88\x5a\x98\x99\x1b\xb0\x7d\x86\x31\xa5\x66\xc2\xb3\x70\x8d\xf4\x54\xa8\x28\x81\xa8\x2b\x02\x94\x8d\xed\x6d\xfe\xad\xce\x98\xb8\xe1\xd3\x34\x11\x9d\xf0\x75\x28\x05\xc0\x95\xa6\xcb\x6a\x73\x76\x16\x80\x92\x69\xff\x3a\xec\xef\x60\xad\x3d\x78\x49\x65\x28\xd5\xc7\x83\x41\x84\xcf\x9f\xf6\x77\x7a\xec\xdf\x27\x42\x85\xef\x95\xc6\x14\x02\x23\x71\xa6\x53\x80\xdd\xd4\x6d\xfd\xdb\x41\xe5\x39\x8f\x26\x8c\x3b\xea\x86\x71\xba\x03\x4d\x32\xa4\xc4\x7a\x7f\x28\x70\xfb\xd5\xcd\x75\x75\x6c\xfe\x86\x60\x85\x71\x02\xc0\xd9\xdb\xb2\x64\x75\xed\xdd\x20\x81\x17\x2a\x16\x99\xc9\xb9\x8a\x3b\x4c\xf4\xc6\xbd\x72\x4e\xc0\x34\x04\x07\xe8\x58\xbf\x50\xf5\x53\x94\x79\xa5\x78\x63\xea\xcb\x75\xaa\x13\x3d\x9e\x7f\x2f\xe6\xab\xf4\xc4\xb0\x69\x3d\xe6\xe5\xca\x7e\x67\x8a\x34\xd5\x59\x5e\x9e\x1a\x3a\x13\xb8\x2d\xdc\xb3\x41\xcb\x3f\x65\x2e\x79\x02\x92\x20\xf0\xc2\x08\xeb\x6e\xc1\x1a\xfb\x88\x6e\x6f\x12\x70\x6f\xc6\xd7\x38\x29\xbd\x5c\x34\xc3\x76\x69\xd5\x22\x3d\x4d\xb9\x9a\xf7\x22\x3d\xdd\xff\xbb\x56\x02\x91\x72\xc3\x6f\xad\x56\xa2\x55\x7f\x67\x6f\x9d\x61\xf9\x7d\xf7\x63\xf2\xd4\x57\x1d\x13\x07\x95\x0c\x8e\x91\x93\x6c\xbf\x0f\x55\x2c\x71\x93\x6a\xd4\xd3\x4c\xe3\x51\x83\xc6\x10\x08\x5b\xb7\xb2\x9c\xbe\x56\x15\x35\xa1\x41\xd5\x80\xe2\xeb\x3b\xe1\xd7\xf6\x68\xc2\x00\xed\x95\xe8\xb4\xa5\x0a\xa5\xc2\x36\xe5\x9a\xc5\x22\x17\xd9\x54\x2a\x41\x15\x22\xe9\xc5\x32\x2f\x81\x66\xf3\x4c\x8a\x59\xc0\x5d\x82\x91\x80\x40\x9f\x72\x63\xd8\x90\x47\x57\x8e\xde\xdd\x26\x9f\x81\xc2\x96\x6a\x63\xa4\xe3\xfb\xb1\x1c\x81\x62\x94\x23\x7f\xb0\x4f\xd8\x21\x95\x5f\x57\x56\xa2\x57\x22\x5b\x0f\x05\xc1\xe1\xca\x91\xdb\x1e\x0f\x5d\x4c\x54\xe6\x9f\x7d\x52\x35\xb4\xe1\xd2\x6a\x32\xf7\x55\x22\xd5\xfa\xe2\xca\x0a\x27\x65\xd0\xaa\x2d\x04\xb1\xaa\xce\x3f\xbb\x29\x9f\xb6\x06\xba\x75\x04\x62\xab\xc8\xbc\xb5\x83\xb2\x69\x20\xbb\x8d\x4d\xf2\x59\xad\xfe\xad\xa8\xd5\xcf\xb1\x86\x0f\xac\x02\xdf\x21\x70\x58\xbb\xc1\x61\xe5\xbd\x02\x2e\xc8\x8d\x54\xe0\x35\x2c\xe2\xab\x2f\x21\x7a\x78\x55\xe6\xa0\x7b\x45\x18\xb3\x11\x0e\x33\x18\x8e\xb3\x16\x43\xbe\x9a\xe5\x27\x81\x7d\xfe\x0c\x9b\x95\x23\x2e\x79\xab\x95\xb4\x0a\xe5\xe7\xd0\x71\xee\x29\x2b\xb1\x44\x7a\x4a\x52\xcb\x5d\x45\x86\x2c\xb2\x55\xac\xc9\x7e\x2b\x3f\x55\x08\x35\xe5\x79\x34\xe9\x4e\x45\x36\x16\xdd\x2b\x31\x07\x05\xb3\x2a\xb8\xb4\x3f\x01\xd6\x7c\x31\x9e\xa3\xb5\x2c\x1b\x6f\x61\x61\x72\x5b\x79\x07\x12\xd1\x05\xfe\xb9\x2a\xf3\x39\x6c\x46\x9e\xf3\x21\x09\x27\x29\xcf\xf8\xd4\x8a\xc4\x2e\xda\x15\x53\x6f\xf4\xc8\x2b\x69\xf6\x6b\x14\x95\xcf\xed\x51\x33\xb9\x50\xb9\xf3\x97\x91\xa0\x1a\xcf\x15\x9f\x3a\xdf\x89\x93\xc2\x45\xdc\xeb\xab\xbe\x0a\xdf\x6d\x15\x1a\x70\x57\x04\xa5\x22\xe2\x3f\x37\x6c\x17\xee\xcd\x38\x14\x1e\x45\x3a\x03\xc7\x41\xae\x99\xc8\xa3\x18\xd5\x14\x56\x9a\x34\x7b\x1f\xc0\x18\xb9\x96\x1d\xe9\x1a\x87\xfe\xee\x26\xe5\x6a\x1d\x91\xae\xe5\x11\x2b\x92\x5d\x87\x09\xac\x8d\x11\xdb\x87\x9c\x16\x2d\xec\x63\x0b\x0a\xfd\x2c\x4d\xc0\x84\x5e\x44\x7c\x89\x32\x7e\x7d\x32\x2d\xe5\xa0\x84\xbd\xfc\xa2\xbc\x54\x59\x72\xff\xa8\x1d\x6c\xe6\xcc\x56\x2b\xb7\x8d\xbd\xe3\xd1\xc4\x8d\x9f\x3c\x59\x4e\xa0\x75\xda\x59\xa9\xe8\x7a\x05\xa6\xc2\xf8\x4c\x8f\x9d\x2a\xd2\x60\x68\x0a\x73\xe7\xfe\xbe\x14\xd9\xd4\x5d\x86\x5c\x19\x72\x64\x41\x0d\x90\xb2\xb7\x8c\xa6\x03\x9e\xb3\xaa\xae\xbf\x6e\xa6\x1c\xee\xdb\x85\xb7\xbc\x2d\x48\x92\xbb\xad\xbb\xb6\x6d\x7a\xb7\x92\x0f\x9f\x15\x8e\x67\x97\xd7\xb3\x6c\xbe\xd6\x21\xfc\x0d\xa7\x3d\x4f\x75\xa1\xf2\x8f\x30\xce\x55\xac\xff\x6d\x3b\x23\x6f\xb9\xb0\x1d\x27\xa8\x5d\x58\x99\x20\x47\x7f\xec\x71\x0b\x8c\x60\xe1\x08\xc8\x28\xfb\x73\x7f\x27\xd3\x68\x51\x34\x7a\x94\xf7\x77\x7e\xe9\xb1\x0f\x3a\x47\x20\x12\x78\xbe\x8b\x8f\xb9\xbb\xfc\xfc\x27\x82\x28\x30\x72\x9a\x26\x73\x36\xe2\x32\x61\x12\xfd\x42\x70\x8f\xc3\x93\x0f\x63\xc0\x0a\x16\xb7\x14\x7b\xea\x4b\x5b\xe6\x04\x9d\xb7\x8b\x11\x1b\x0d\xa5\x1e\xc8\x58\x4a\x5b\x65\x11\xb8\x9a\x08\x86\x20\x30\x6e\x13\xc9\xb5\xe2\x98\x32\x46\x63\xcc\x96\xed\xe6\x02\x0b\x78\x28\x54\x36\x56\xa3\x7c\xdd\xca\xe4\xfa\x72\x60\x52\xc5\xe0\x3a\xa9\x56\x5b\xac\x0d\x7f\x0b\x7b\x7c\x26\xa2\x84\xcb\xe9\x5a\xc9\xfe\xf7\x40\xf9\x70\x4f\x06\x23\xa8\x66\xf9\xbf\x15\x89\xc8\xb7\x4a\xb3\x87\x71\x50\x51\xea\xf7\xd5\x18\xab\xb6\x99\xfd\x54\x6f\x1f\xac\xf7\x44\x5f\x37\x66\xf8\xc6\x8e\x38\xc4\x4e\x09\x97\xc3\xde\xc9\x43\x5d\xa8\xb8\xc7\xd0\x94\x0e\xa0\x04\x1d\x56\x79\xc9\xd9\x74\x2a\x62\x69\xe9\x4b\x1a\x44\x86\xb9\x5f\xb9\xeb\xb6\x35\xdb\x42\xaa\x7d\x62\xd6\x8a\x8a\x5e\x76\xd7\xe6\x8a\xb0\xf3\x15\xb6\xf0\x7a\xd3\x36\x83\x78\xe5\x40\x3c\xa7\xe4\x3f\x71\xf9\x74\xa3\xbc\x9d\xd0\x20\x5e\xd5\xc3\xef\xdc\x3c\x53\xa1\xf8\x67\xe3\xf8\xb3\x00\xfe\x6c\x1c\x7f\x9c\xeb\xe6\x5e\x2c\xe4\x78\xa3\x9f\x42\x80\xc8\x54\xa8\x65\x57\x4e\xbd\x29\x8b\x78\x6a\xb7\x01\xb9\x91\x65\xc6\x98\x45\x40\xd1\x26\x3a\x63\xb1\x80\xbf\x02\xdb\xb9\xe5\xc4\x2e\x06\x65\xdf\x1f\xc4\xf2\x47\x30\x52\xf7\x55\x5f\x35\x5e\xe6\x2a\x3a\x37\xcd\x8c\xcf\xf7\xda\x93\xbe\xd7\x9e\xd9\xfe\x6f\x85\xed\x6f\x67\x77\x79\x2a\x56\x97\xdb\x06\x2f\xd7\x39\xd2\xca\x28\xe6\x8b\xba\xbb\x10\x01\x1c\x8d\x04\xd0\x4b\xe8\x67\x9f\x38\x24\xf1\xc4\xa1\x98\xf0\x99\xd4\x59\x8f\x9d\x53\x9e\x8a\x8f\x36\x0b\x22\xa4\x30\xb6\x6e\x51\x88\x76\xce\xf3\xa2\x21\x46\xde\x6a\x9e\xd8\xe3\x8a\x1d\xcf\x0b\xe3\xa6\xd8\x60\xdd\x74\xa8\x5a\x66\x65\x37\x2f\x9f\xb3\x48\x4f\xd3\x44\xf8\x63\xde\xb8\x40\x2c\x53\x87\x55\xec\x30\xd9\x13\x3d\x7c\xf4\x06\x99\x64\x17\x5b\x8b\xac\xf7\xdb\x88\x08\x6f\x5c\xc8\xf7\x7d\xe3\xaf\x50\x34\xdb\x9a\xb7\x29\x9b\x8b\x2e\xec\xe7\xdb\xf9\x49\xdf\xce\x5b\x6b\x9d\xf5\xfd\xbe\x7b\xc5\xb3\x71\x12\x9e\x95\xcf\x67\x29\xe4\x59\xf9\x7c\xbc\xab\xe8\x41\x14\x50\x42\x02\x58\xff\x42\x22\xc0\x82\x20\x8f\xa7\xcc\x73\x08\x1c\x2c\x43\x27\x57\xd8\x03\xf4\x49\x8e\x27\x39\x53\xfa\x1a\x2d\xdf\xde\xe2\x5e\x8b\x7e\x71\x0f\xb0\x99\xe4\x5e\xe0\x70\xdf\x66\x90\xc2\x3f\x2a\x20\x4d\xe4\x5a\xc0\x41\xc7\xf8\x10\x9e\x18\xcd\xa4\x4a\xa4\x2a\x1d\x3a\x52\x51\x8e\xff\xbb\x1b\x1e\xe5\x04\x55\x3e\x15\xd3\xa1\xc8\xdc\xdb\xd6\x03\xb8\xc0\x7e\xc9\x10\xbf\x8d\x48\xeb\x82\x1b\xea\x6e\x86\x95\xf2\x6c\xfd\xcd\x2e\xed\x1a\xc2\x62\xc8\x06\x50\xc6\xa3\x29\x11\x09\x63\x78\x36\xaf\x24\xa0\xa4\xfe\xa5\x6e\x8f\xf0\x22\x07\x89\x10\xa0\x3e\x5e\x18\xb7\x74\xf4\x26\xd8\xde\xba\xc3\x22\xf5\x92\x24\x6c\x60\x90\xba\xfd\x5e\x8e\x51\x56\xf4\xbe\x09\x76\x96\x97\x43\xcd\x33\xae\x0c\x3e\x09\x9d\x19\x5f\xb8\x61\xd1\xab\x31\x5b\xa6\x6d\xb5\xee\x06\xfa\x39\x5e\x3c\xf2\x05\x3e\xbd\xda\x50\x3e\xac\xce\x25\xfb\x10\xc4\x60\x35\xb7\xc0\x6f\xd0\xd6\x6e\x9c\xcd\xe3\xdb\x5a\xb5\xa9\x0d\x0e\xfd\xb2\x0c\x51\xbe\x58\x05\x59\x43\x18\xa5\xd3\xbd\x4a\x14\xa5\x66\x35\x5f\x69\x18\xec\xe6\x08\x3c\xc8\xd5\x83\x7c\xbc\x09\x57\x71\x22\x9c\x84\x4a\xaa\x51\x23\xdb\x2f\x4c\xd2\xab\x25\xe7\x6d\x99\x87\xb7\x06\x9d\x5c\xfa\x00\x33\x97\xd0\x45\x93\x68\x32\x51\x2b\x9b\x6c\x3e\x0e\x53\xe7\xee\xeb\xf1\xac\xd5\xf7\xc5\x52\x61\xa0\x71\x43\x04\x33\x5b\x74\x47\x6c\x7e\x87\x7b\xca\x69\xce\xb7\x6d\x27\x56\x5d\xf6\xdb\x1c\xa2\xba\xf2\xbf\xf2\x18\xa1\xe2\xee\x0e\x92\x57\xe3\xef\xe0\x04\xbd\xcb\xb2\xcd\xb1\x78\x9a\x93\xc3\x6e\x96\xed\xee\x25\xa8\x66\x26\x67\xc2\x36\x65\x42\x45\xba\xb0\x2a\x9a\x88\x59\x5c\x80\x1c\xef\xec\x09\x81\x15\xc1\x6a\x82\xf3\x0a\xff\x86\x94\x78\x60\xd7\x78\x15\xaf\x67\xa2\xd8\xd4\x30\xd1\x69\x90\xcb\x2a\xad\xe4\xac\xc2\x5f\x88\x68\xa5\x61\xa6\x88\xec\x05\x3b\x2a\x92\x64\x1e\x48\x36\x0f\x34\xa3\x2d\x82\x5e\x3d\x29\xbd\x5f\xa0\x13\xdc\x6b\x7c\xce\x8f\xa9\x56\xc1\x9a\xd1\x74\x3b\x61\xae\x6b\x45\xac\x80\x90\x11\xae\xe6\x15\x99\xa6\x9e\x38\x5d\x5f\x33\x64\x26\x0e\x5c\x21\xe5\xc6\x88\x18\xe1\x84\x4c\x31\x34\xf6\x00\xa9\x9c\xfd\x3b\x97\xf9\xb7\x3a\x3b\xf5\x46\x2e\x84\x5f\x8a\x78\x92\x98\xc7\xdd\xbf\x65\x81\x44\x68\x89\x7b\x42\x87\xba\xc5\x34\x78\xdb\x43\x7d\xcf\xd6\x46\x7f\xe0\xef\x8c\xf3\xd7\xb7\xa3\x9d\xdd\x43\xab\xd2\x59\xc7\xd5\x12\x4e\xe9\x18\x8c\x5f\x83\x35\xf8\xfd\xd4\xca\xf9\xe3\x55\xa2\xc5\x45\xee\xb7\x4d\x26\x6e\xc5\x17\x0e\xa4\x3c\x1d\x6f\x6b\x9b\x42\xfb\x4b\x26\x1a\xab\x74\x0d\x05\x4b\xf4\x78\x2c\xe2\x0e\xb3\x7a\x97\xbf\xcd\x95\xf6\x72\x3f\x33\x42\x19\x99\xcb\x59\x45\x47\xd9\x26\xa3\x5c\x36\x65\xa8\x5b\xd8\x32\x2e\x65\x3d\x31\xa5\x7e\x0e\xe4\x54\x04\x2b\x75\xcd\x4d\xb8\x5a\x4b\x89\x70\x5b\xa2\xaa\xc2\x68\xac\x22\xae\x4a\x6b\xb2\x9e\x55\xa1\xee\x58\x22\xc1\xa8\x55\xc5\xca\x00\x2c\x07\xd4\x8d\xd7\x20\x31\x98\xf1\x0a\x02\x7b\xcf\x6f\xe4\xb4\x98\x32\x55\x80\x52\xad\x47\xac\x50\xf2\x6f\x45\xa9\x82\x4f\xb9\xe2\xe3\x2a\xea\x45\x28\x9b\x93\x16\x0e\xd5\xb6\x82\x84\xa9\xd3\x8a\xa0\x28\x0d\x1b\x6a\x7b\x33\x38\x29\x18\xac\xbf\xb0\x1f\xc1\x53\xb6\x59\x50\xe0\x2c\xd7\x41\xc7\x91\xe8\x00\x65\xe6\xd7\x32\xa2\xe2\x7f\x90\x72\x9f\x15\x89\x60\x3c\x4d\x13\x29\x5c\xc2\x4e\x65\xfc\xfe\xfd\x80\x56\x11\x33\x3e\xd5\x96\xfe\x8b\x24\x97\x69\x82\x00\x82\x0e\x14\xcc\x03\x48\x10\xe6\x58\x78\xc3\x41\x92\xb9\x73\xb7\x03\x5c\x1a\x3d\xe3\xb3\x3e\xca\xf5\xf3\xc1\xa8\x84\x54\xe8\xa6\x56\x28\x88\x38\x6c\x40\x32\xdc\x55\xd5\x9e\x8d\x29\x97\x40\x47\x9f\x63\x19\x9e\xbd\x25\xcf\xb1\x0c\xcf\x5e\x84\xe7\x58\x86\x15\x62\xf8\x02\x7e\xf9\x1b\x8d\x68\x58\x34\xdb\xe7\xb8\x06\xfc\xfe\xc9\xc5\x35\x6c\x8e\x3f\xbe\x6a\xaf\x9f\x63\x1c\x7e\xcf\xb7\xf6\xd3\x8d\x71\x58\x24\xb8\x2e\xb4\x6a\x3d\x47\x3a\xfc\x8e\x64\x94\xe7\x48\x87\x27\x1a\xe9\x70\xf7\x17\xd4\x73\xd4\x03\xce\xfa\x39\xea\xe1\x39\xea\xe1\xb7\x1b\xf5\xb0\x4c\xef\x7a\x8e\x7d\x78\x8e\x7d\xd8\x52\x91\xfd\xfd\x46\x40\x2c\x57\xed\x7f\x13\x71\x10\x95\x29\x3e\x47\x43\x3c\x47\x43\x30\xd6\xf2\xb2\xe7\x68\x88\x7f\xc2\x68\x88\x3b\x3f\xda\xbf\xeb\x98\x88\x96\xd5\xfc\x9d\x47\x46\x3c\x07\x46\xdc\x8d\xd8\x0e\xe5\xed\x7b\x6f\x2e\xce\xd6\x29\xa7\x42\xa5\x54\x3c\x51\xb5\xd4\x51\x63\x6f\x5c\xbd\x32\x87\xdd\xc1\xce\xec\xb8\x47\x3c\x12\x6c\xf7\xcd\xc5\xd9\x5e\x4d\x7e\x8e\x45\x9a\xe8\x39\x46\x18\xa0\x11\x0d\x0a\x0a\x6c\x50\x6d\x8d\x46\xd5\xa8\xb7\x76\x46\x05\x18\xa0\xd8\x9a\xd5\xe5\x5d\xc1\x35\x7a\xc5\x1a\x35\xd7\x08\xc2\xdf\x8f\x11\xef\x8a\x4a\x69\x98\xbc\x56\x85\x0d\xc7\x66\xb0\x55\x75\x68\x0d\x1b\xa4\x43\xe0\x0f\xdc\x45\xc4\xdc\x89\x35\x81\x05\x4b\x27\x89\xc8\xec\xe0\x4d\xc5\x4c\x59\xab\x0a\x80\xb0\x9e\xf4\x78\x58\x5a\xc2\xd7\x33\x58\xaf\x87\x54\xc7\x35\xad\x5f\xc4\x86\xc2\x3c\xe8\x9e\xd3\x0a\xc3\x42\x7a\x8d\x29\x3e\xbb\xfd\xff\xe9\x1c\x08\xcf\x26\xf5\xdf\x8a\x49\xfd\xd6\x6e\x7f\xff\x17\x18\x97\x16\x1b\x40\xd6\xaa\xd2\xf4\x67\xcb\x1a\xef\xb8\x46\x13\x44\x94\xd1\x9b\x2b\xb5\xde\x5e\x1f\xb3\x68\xc2\x33\x1e\x01\x1e\xa1\xce\x58\x22\x8c\xe9\xb0\xa1\x18\x4b\xa5\x40\xc4\x51\xb1\x25\x2c\xe9\x6a\xbd\x70\x85\xb6\x3d\x55\x4c\x45\x26\xa3\xf2\x69\xb6\xfb\x33\xef\xfe\xfd\xa0\xfb\xe5\x69\xf7\x3f\x7e\xd9\xc3\xc6\x31\x37\x13\x61\xd8\x6e\x77\xaf\xc3\x62\x9d\x1b\xb6\xdb\xdb\xc3\x63\x1f\xf6\x01\x35\xb1\xae\x85\x50\xff\xdc\xf1\x13\x35\x81\x60\xbb\xb8\x89\x12\xa9\xfd\x37\xe2\xe1\x2f\x05\xa4\xc5\x9e\x13\x58\xb9\xad\x1c\x27\xb5\x35\x5f\x5d\x2a\xa6\x6c\xb7\xa0\x58\x4c\xf5\x56\x7e\xbe\x82\x9f\xf4\x15\x7c\x9b\x72\x31\x6d\x54\x79\x7b\xdf\x7d\x5d\x2b\x58\x68\x7b\x79\xf6\xd9\xff\x8e\x04\x8c\x67\x9f\xfd\x83\x5f\x37\x2b\x9c\xf5\x77\x76\xe5\xac\xae\x22\x53\xb6\x5b\xe2\x9f\xf3\xed\xd6\x76\x21\x7c\x2a\x37\x65\x19\x87\xa8\x36\xae\xc8\xa6\xd2\x80\xb8\x51\xb5\x2a\xd0\x5e\x83\xdd\xab\x61\xbb\xdd\x1d\x8a\x88\x17\x46\x58\x09\x55\x4e\xd3\x44\x4c\xbd\xdb\xc8\xf6\xf4\xc6\x2b\xdd\xe7\xc5\x30\x91\x66\x82\x06\xb5\xdd\x3d\x4b\xcd\x13\x1d\x93\xec\xe7\x5d\x69\xeb\x68\xef\xee\x82\x73\x7e\x75\x6a\xe8\x8c\xfc\xde\x42\x82\x25\x4b\xa2\x89\x88\xae\x42\x37\x40\x69\x52\x77\x0e\x1c\x3b\x82\x6b\x6e\x59\x56\xa1\x72\x99\xd4\x5c\x06\xde\x99\x37\x14\x23\x8d\x45\x06\x23\x21\x5c\x39\x12\x50\xde\xa9\xa6\x2b\x4e\xb9\x61\xee\x64\x91\x86\xf2\x25\xb0\xc6\x20\x04\x37\xd7\xd8\x0e\x01\x19\xe3\xf2\xa1\x5e\xbb\x3c\x8c\xc6\x46\x40\x2a\x09\x98\x64\xcb\x12\xf2\x9e\x84\x3e\xa1\x59\x66\xee\x7c\xe7\x6c\x4c\x20\xcf\xce\xc9\x8e\x9b\x20\xe8\xb2\x90\x26\x48\x4f\xc8\x35\x1b\xf1\xc4\x88\x4e\xfb\x7b\x01\xda\x7d\x28\x98\xb9\x92\x69\x6a\xd9\xfa\xc7\x7c\x22\xb2\x6b\x49\xf6\xa1\x85\xed\x23\x28\x1e\xb4\x8d\x4f\x24\xd5\xf1\x99\x1a\xe9\x8f\xea\xfd\x1a\xd9\x3e\x67\x23\xb0\x5d\x5b\x91\x27\xb3\xd2\x4d\xf5\xe1\x4d\x88\xdf\xfb\x59\x1a\x66\x9d\xdd\x44\x5e\x41\x66\x8d\xd5\xb7\xe0\x15\x3f\x9e\xbd\xed\x30\x91\x47\xbd\x3d\x67\x8e\x25\x48\x7c\xb7\x0c\x06\xf6\x88\x46\x46\xcb\x5b\xef\x16\x56\x8a\x2e\xcd\x86\xb5\x88\x10\xc9\xed\x56\xc1\xe3\x25\xfd\xd1\xc0\xdd\x06\x9a\xfa\x94\xb9\x61\x29\xcf\x40\xe6\xa9\x98\x0d\x2d\x99\x21\xe5\xc0\x42\x55\x2a\x77\x42\xbd\xcb\xfa\xf8\xb8\x21\xaf\xa7\x3d\xe4\xe2\x26\x77\x45\xa2\xec\x20\x3e\xe8\x58\xd4\x4f\xbc\xf7\xd5\x54\xeb\x41\x5b\x41\xc1\xa4\x5a\x95\x15\x33\x53\x9e\x19\xa7\x68\x52\x59\x01\x27\xb5\x84\xef\xf7\x9e\xa2\xc6\x48\xf0\x25\x23\x9d\x24\xfa\xda\x3e\xe9\x7f\xb4\xa3\x74\x04\xe8\x1e\x1f\x35\x68\xc2\x84\x24\x43\xd6\x72\xbc\x81\x21\x30\x6a\x9c\xe9\xeb\xb2\x4a\x6f\x9a\x89\x91\xbc\xf1\xbd\x22\x6a\x7a\x7f\x27\x32\xe5\x0d\x41\x17\x73\xaa\x63\xa8\xaa\xde\xdf\x39\xb1\xaf\x44\xcb\xc0\xd2\x96\x60\xf4\x0b\x9b\xc3\x17\x8b\x9f\x29\x64\x6c\x5b\xa3\x28\xb3\x6b\xbf\xf9\xf1\xec\xed\x5e\x7b\x7b\x91\x4e\xc4\x54\x64\x3c\xb1\x4f\xf4\x77\xec\x54\xfb\x3b\x4c\x8e\x46\x75\xf6\xa7\x98\x6f\x5a\x0d\xdb\xea\x2b\xb6\xe2\x7f\x95\xe8\xa5\x37\x17\x67\x61\xe0\x50\x87\x69\xcf\x28\xfa\x3b\x40\xc3\xfd\x9d\xbe\xea\xab\x55\xa3\x45\xe1\x56\x89\x6b\xcf\xcc\x64\xa5\x30\xec\x61\xef\xf0\xb5\x2b\xc4\x0a\xee\x2b\x27\xab\x60\x35\x56\xb2\x82\xe3\xe5\xe0\xca\xa8\x42\xae\x9e\x9d\x77\x7f\xa7\x0c\x65\xea\xef\x00\x05\xf6\x77\xde\x05\x2f\xc7\x29\xfc\x20\x47\x22\x9a\x47\x89\x78\x0f\xd9\x73\xc0\xf2\x7c\xd7\x11\x57\x2c\x11\x7c\x26\xfc\x89\x61\xb1\x34\x9e\xcf\xee\xeb\x8c\xc9\xb1\xd2\x59\x58\x40\xb9\xc7\x4e\x4d\x6d\x12\xaf\xa0\xda\xab\x7a\x11\x14\x7b\xf5\xcd\x3b\x95\x97\xc1\x2c\x5d\x23\x88\x9c\xd3\xb1\xc0\xab\x22\xf4\x08\x98\x02\x82\xcc\xc8\x62\xef\x59\x7e\x79\xfa\x4b\x0b\xb6\x5b\x9f\xa9\x8f\x73\x91\xa6\x03\xeb\x47\x85\xad\x21\xe6\xaf\xac\x28\x0d\x54\xe1\xab\x58\xf8\x8c\x8f\x65\xd5\xc0\x97\xb2\xf8\x59\x73\x95\x57\x29\x75\x2d\x1b\x63\xbc\x56\x7d\x6d\xa7\x60\x05\xc2\x30\x5d\x71\x01\xc7\xa7\x85\x24\x4e\x15\x3b\x3e\x3b\x2a\xb5\x45\x7b\x6f\x62\x61\x5e\x53\x23\x98\x0e\xad\x1b\x49\x75\x85\xe1\xe3\x4a\x0c\x9f\x63\x8f\x55\x71\x0f\xa2\xe1\x9c\xec\x84\x1c\x2d\x20\x05\xbb\xd2\xd8\x59\xc1\x13\x76\xfe\xd3\xfe\xf9\x4f\x6f\xd8\x54\x44\x13\xae\xa4\x99\xe2\x28\xe1\x28\xe1\x6e\xc1\x98\x02\x8a\x05\x3d\x0b\xa6\x3a\x85\x3a\xce\x6e\xf6\x3c\x2b\x47\x46\xc7\x5a\x42\x26\x2a\x72\x35\x1d\xc3\x20\xbd\xbc\x52\x89\xf9\x23\xd2\x91\x19\x4b\xdc\x7a\xc3\x94\x49\x5c\xc0\x85\x72\x3f\x00\x31\xf0\x1c\x78\x18\x3b\x75\xab\x3c\xe1\xce\x11\x82\xa5\x9b\x9d\x89\x23\x14\x27\xe9\xfc\x8e\x35\xc9\x5a\x63\x91\x33\xde\xbc\x5a\x4a\xfb\x26\x51\x38\x4e\x11\x0b\xb1\x4f\x9d\xae\x54\xf5\xad\xf9\xe5\xc6\x8b\xc5\xaf\x8e\x11\xc2\xeb\x54\x81\x72\x62\x39\xd2\x58\xe6\x93\x62\x68\x99\x51\xac\x23\x53\x72\xa4\x6e\xa2\x23\x9e\x74\x5d\x92\xf2\x24\x9f\x26\xe5\x34\xed\xf1\x0c\x4f\xa6\x1b\x11\x9e\x10\x83\x47\xd5\x50\x76\x70\xe6\x3e\x52\xb6\x3a\x8f\x63\xa4\x06\xbb\xa0\x18\x4a\xfb\x48\x75\x9e\xb7\x77\x85\x7e\xa8\xd6\x39\x69\x54\x6f\x79\x77\xfe\xe9\xdd\x9b\xd3\xcb\x77\x6f\x59\x17\x2f\x5a\xd0\xed\x9c\x09\x2c\x2c\xd7\x2c\xed\x71\x4e\x33\x11\xb9\x04\x2a\x7a\xdb\xfe\xec\x70\x9f\xda\xf4\xd8\x85\x40\xfa\xcd\x44\x22\xb8\x11\x56\x7c\xa2\x34\xe9\x3a\x21\xf4\x7c\xc7\x8b\x4a\x79\xae\x51\xb5\x73\x03\xcf\x6a\x50\x72\x3a\xf0\xab\x9e\x1a\x06\x45\xd3\xb9\x41\xd7\xaa\x73\xab\xda\xce\xd7\xf0\xa9\xa2\x4c\x7e\x15\x8a\x6a\x55\x0f\xaa\x0b\xcd\x69\x1b\x45\x10\x16\xec\xd5\x90\x52\x36\x74\x9d\x52\xf5\x3f\x37\x88\xda\xd2\x71\x53\xf3\x47\x70\x13\x96\x10\xb5\xbf\xd1\xdb\xec\x11\x93\xc6\xb8\xca\xec\x58\xf7\x4f\x48\x57\x40\x31\x13\xe4\xee\xac\x54\x26\xe5\x33\x2e\x13\xa8\x2a\x43\x1e\x6d\xac\x45\x4f\x03\x77\x22\xaa\x23\x16\x2b\xa6\xe9\x6b\x26\x94\x2e\xc6\x13\x5f\x21\xdf\xdd\xa2\x7e\x3b\xbc\xa5\xab\x3a\x0f\xae\xd8\xc7\x6b\x65\x75\x25\xa8\xcb\x1e\x09\xc7\xb6\xa4\xca\xbd\xcd\x34\xd2\x19\x4a\xab\xa0\xff\x85\x05\xea\x9f\xcd\xc2\x4f\xd9\x2c\xfc\x6c\x38\xfd\xad\x18\x4e\xd7\xf4\xcc\x7a\xff\x6b\xc5\xb7\x59\x33\x31\xc1\xf9\x55\x50\x3a\xf6\x5e\xdd\x7f\xbe\xb6\xf4\xb2\x11\x9b\x65\xe6\xc0\x46\xd1\xf9\x7f\x72\x07\x60\xb3\x32\xff\x5d\xdb\x62\x83\x52\xd1\x2b\x2b\x7a\x93\x87\x6f\xa3\x9a\xde\x56\x9a\x0b\xcd\x18\xdb\x94\xf4\xe6\x89\x95\x1d\x73\x7b\xc1\xdd\x9a\xcc\xda\x40\x79\x96\x91\x5b\xf0\xee\x05\xf1\xfe\x9e\xdd\xa2\x3d\xba\xcc\x79\xb0\x17\x75\x79\x33\x57\xf1\x7a\x16\x9c\x24\xb5\x4e\x5e\x45\x2d\xbb\x63\x93\x08\x09\xb2\xd2\xdc\x71\x8c\xc4\x76\x39\x24\x67\x6f\x57\xcc\x14\x1b\xb9\xf9\xc1\xba\xfa\x7b\x81\x66\x8a\x77\x83\x55\x56\xa5\xb8\xae\x84\xe5\xa2\xc5\xb6\x62\x2c\xb0\xb2\x26\xb2\x79\x2b\x1b\xa3\xca\xe6\x6a\xba\x21\x64\x02\xa5\x54\x91\x80\x0a\xc8\x40\x21\x02\xd0\x54\xa8\x28\x41\x5b\x8a\x5d\x02\x3b\x22\x83\xea\x13\xa9\xfb\x9d\xf0\x75\x28\x05\xc0\x95\xa6\x19\x67\x63\x39\x13\x0a\x67\xc1\xad\xee\x69\xff\x3a\xb4\xaa\xb0\xb3\x90\x55\x87\x52\x7d\xbc\x02\x43\x54\x3e\x7f\x6a\xf5\x56\x08\x17\x0c\xde\x2b\x8d\x29\x84\x09\xac\x0e\xee\xf9\x6a\xff\x61\x42\x5d\x90\xc2\xe5\x4f\x30\xc9\x90\x12\x91\x9c\x50\xe0\xf6\xab\x9b\xeb\xea\xd8\xfc\x0d\xc1\x0a\xe3\x04\x80\xb3\xb7\xa5\xbf\xa2\xf6\x6e\x90\xc0\x0b\x15\x8b\xcc\xe4\x5c\xc5\x54\x32\xd5\xcf\x09\xb8\x84\xe0\x60\x85\xf0\x0b\x55\xcf\x93\xf3\xc1\x86\x5b\x04\xd7\x52\x1d\xea\xef\xc5\x7c\x95\xb9\x24\x6c\x5a\x77\x85\x5f\xd9\xef\x4a\xa0\x27\x3a\x35\x2e\x6e\x08\xb6\x85\x07\xe6\x5b\xe0\x4e\x3c\x01\x49\x10\x98\x1f\x59\x98\x60\x8d\xa1\x44\x23\xa8\xb8\x0e\xef\xcb\xd7\xf7\x86\xd7\x38\x29\xbd\x5c\x34\xc3\x76\x69\xd5\x22\x3d\x4d\xb9\x9a\xf7\x22\x3d\xdd\xff\xbb\x56\x02\xab\xce\x86\xdf\x5a\xad\x44\xab\xfe\xce\xde\x3a\xc3\xf2\xfb\xee\xc7\xe4\xa9\xaf\x3a\x26\x0e\x2a\x19\x1c\x23\x27\xd9\x56\xac\xe1\xe2\x26\xd5\xa8\xa7\x99\xc6\xa3\x86\x25\x7c\x28\x12\x00\xc3\x72\x95\xd2\x43\x35\xa1\x41\xd5\x56\x3d\x29\x3b\x41\x63\x88\xaf\x6b\xe9\xb4\xa5\x0a\xa5\xc2\x36\xd5\xe2\x4d\x65\x34\x71\x2f\x2e\xe3\xb7\x33\x91\x67\x52\xcc\x02\xee\x12\x8c\x04\x04\x7a\xb0\xeb\x0f\x79\x74\xe5\xe8\xdd\x6d\x32\x9a\x4f\x53\x6d\x4a\xab\x7c\x2c\x47\xa0\x18\xe5\xc8\x1f\xec\x13\x76\x48\xe5\xd7\x95\x95\x20\xaa\xa6\xe4\x5d\x32\x97\x95\x1e\x07\x2d\x08\x62\xcc\x99\x36\xe9\xd9\x47\xb2\x6f\xb4\xcb\x4e\x70\x69\x35\x99\xfb\x2a\x69\x6a\x43\x21\x65\x75\x84\x92\x6b\xb5\x20\x3e\x29\xd0\xe9\x9f\xa3\x93\x9e\xb6\x1a\x7a\x9b\xe8\xa4\xa6\xc8\x7c\x87\xb1\x49\x55\xe5\xe2\x39\x32\xe9\x77\xac\x60\x3f\x47\x26\x3d\xb0\x1e\x7c\xff\x71\x49\xde\xfe\xb0\xf2\x9a\x81\x98\xa4\x8d\xf4\xe0\x35\xac\xe4\xab\xef\x24\x7a\x78\x05\x03\xf1\xaf\xb0\x3c\xc4\x71\xc6\x70\x98\xc1\x70\x9c\x05\x59\xdc\x48\x03\x9c\x25\xb0\xd9\x9f\x61\xb3\x72\xc4\x25\xab\xb5\xd2\x57\xa1\xfc\x1c\x28\xd3\x15\xa5\x98\x48\x4f\x49\x92\x59\x4f\x4a\xd9\x96\x0f\x6f\x16\x27\x5a\xf9\xa9\x42\xb7\x29\xcf\xa3\x49\x77\x2a\xb2\xb1\xe8\x5e\x89\x39\x68\x9e\xbc\x9e\x2e\xd7\xf2\x04\x98\xf9\xc5\x78\x8e\x66\xb4\x6c\xbc\x85\xd5\xc9\xed\xe7\x5d\x89\x4a\x95\xda\xd2\xeb\x15\x3b\x67\xf8\xdb\x90\xa4\x16\xef\x9c\x76\xa0\xb9\x58\xfd\x3f\xa8\x7e\x6e\xbf\x46\x41\xba\x8e\x66\xe2\xc5\xd8\x78\xae\xf8\xd4\x79\x56\xca\xe2\xfa\x00\xde\x5a\xad\xae\xdd\x92\xbb\xf5\xe7\x86\x65\xa3\x52\x77\x9d\xf1\x28\x82\x30\x31\x70\x75\x8a\x3c\x8a\x51\x89\x61\xa5\xc1\x13\x42\x40\xd6\x91\xf0\x92\x44\x5f\x53\xe6\xea\x4d\xca\xd5\x3a\xb2\x5e\xcb\x23\x56\x56\xbb\x36\x3e\x99\xad\x65\xc4\x80\xe7\x43\x3a\xb6\xb0\x8f\xc5\xdb\xa4\xb8\xdb\x5e\x44\x7c\x89\x1a\x40\x33\x7b\xbd\x3e\xd4\x4f\xc2\x5e\x88\x51\x5e\x2a\x34\xb9\x7f\xd4\x0e\x36\x2b\x61\x85\x56\x6c\x1b\x7b\x17\xc4\x0d\x92\x9f\xcb\x49\xba\x4e\x77\x2b\xd5\x60\xaf\xde\x54\x58\xa0\xe9\xb1\x53\x45\xfa\x0d\x4d\x61\x7e\x21\xac\x80\xae\xb3\x4b\x91\x4d\xdd\x05\xc9\x95\x21\x37\x17\x00\x24\x97\xbd\x65\x34\x9d\x32\x31\xd7\x5b\x02\xd6\x80\xc7\x81\x45\x20\xdf\x7c\x89\x99\xed\x11\x72\xee\x84\x4d\x39\x48\xa4\xb6\xe9\xdd\x4a\x66\x7c\xd6\x44\x9e\x1d\x62\xcf\xf2\xfa\x5a\x87\xf0\xce\x53\x15\x5f\x98\xa7\x82\x51\x0c\x01\xad\x1f\x61\x9c\xab\x58\xff\xdb\x76\x46\xde\x72\x61\x3b\x4e\x50\xbb\xb0\x32\x41\x61\x00\x94\x7e\xee\x62\x70\xca\x11\x90\xc9\xf6\xe7\xfe\x4e\xa6\xd1\xde\x68\xf4\x28\xef\xef\xfc\xd2\x63\x1f\x74\xee\xc2\x51\x45\xcc\xba\x2e\xa4\x17\xef\xf2\xf3\x9f\x0c\x1a\x07\x8d\x9c\xa6\xc9\x9c\x8d\xb8\x4c\x98\x44\x37\x11\xdc\xe3\xf0\xe4\xc3\x98\xb7\xc2\x58\x69\x2f\xf6\x3c\x28\x6e\xcc\x79\x29\x6d\xa1\x32\xd1\x22\x82\x61\xf0\xac\xdb\xc4\xac\x02\x2f\x45\xb1\x1a\xb3\x65\xbb\xb9\x05\x1c\x4b\xf0\xba\x15\x94\x76\x1e\x0c\xac\x9a\xbc\x6b\xdf\xe3\xc1\xe2\xca\x56\x5b\x58\xeb\x33\x11\x25\x5c\x4e\xcf\x75\x22\xa3\xf9\xc3\x53\x3e\xdc\x93\xc1\x08\x7c\x4c\x39\x5c\x7c\x6f\x05\x64\x12\x6c\x3e\x2b\xdc\xb3\xbf\x48\x88\x90\x79\x5f\x8d\xfe\x6a\x9b\xd9\x4f\xf5\xf6\xc1\x7a\x4f\xf4\x75\x63\x86\x6f\xec\x88\x4d\x80\x43\x16\x2e\x87\xbd\x93\xa1\xe6\x44\x8f\xa1\xa1\xbd\x50\x46\xe4\x1d\x56\x79\xc9\xd9\x74\x2a\x62\x49\x09\x10\x18\xaf\x7d\xaf\x72\xd7\xfa\x40\x81\xed\xca\x54\x48\xb5\x4f\xcc\x82\x51\xd1\xcb\xee\xcf\x84\x11\xbe\x66\x85\xb9\xbc\xde\xb4\xcd\x66\x5e\x39\x1a\x6b\xd5\x95\x79\x96\x54\x9f\xb6\xcd\xbc\x15\x95\xbb\xaa\x91\xdf\x8f\xc9\xa6\x72\x00\x9e\xed\xe7\xcf\xf2\xf8\xb3\xfd\xfc\x71\x6e\x9f\x7b\x36\xa2\x3f\x97\x8c\x7a\xbe\xe6\x9e\x0d\x32\xcf\x17\xc0\x73\xc9\xa8\x0d\x82\x51\x7f\xf3\x15\xa3\x16\x4c\xf6\xb9\x60\x14\x7e\xff\xe4\x0a\x46\xdd\xb5\x14\xf0\x5c\x2e\xea\xf7\x7c\x63\x3f\xdd\x72\x51\x0b\x64\xd6\x67\xfd\xf4\x59\x3c\x79\xd6\x4f\x1f\xef\x66\x7a\x60\x1d\xf5\xb9\x56\x14\xce\xfa\xb9\x56\xd4\x73\xad\xa8\xdf\x6e\xad\xa8\x25\x0a\xd7\x73\xa9\xa8\xb2\x93\xe7\x52\x51\x9b\xdf\x1c\x4b\x05\x84\xdf\x68\xa5\xa8\xa5\x2a\xfd\x6f\xa2\x50\x54\x38\xc3\xe7\x3a\x51\xcf\x75\xa2\x18\x6b\x79\xd9\x73\x9d\xa8\x7f\xc2\x3a\x51\x77\x7d\xb2\x7f\xd7\x65\xa2\x9a\x8b\xf9\x3b\xaf\x12\xc5\x9e\xcb\x44\xdd\xbd\xc4\x5e\xc5\xeb\x58\x45\x61\x95\xd6\x64\x6a\xc3\xa4\x7a\x6f\x4e\x4b\x24\x58\xc0\xaa\xa0\x1c\x01\xea\xe1\x1a\x74\x16\xad\x01\xab\xfb\x9e\xdf\xc8\x69\x31\x65\xaa\x00\xbd\x5b\x8f\x58\xa1\xe4\xdf\x8a\x52\x4b\x9f\x72\xc5\xc7\x55\xc8\x8d\x50\x72\x27\x45\xbd\x30\x55\x34\xb5\xd3\x8a\x04\x29\x0d\x02\x73\x7a\x19\x19\x61\xf2\x0a\x95\x87\x4f\x21\xf2\x31\x40\x17\x66\x08\xbc\x56\x76\x1c\x89\x0e\x90\x67\x7e\x2d\x23\x82\xc8\x85\x7c\xff\xac\x48\x04\xe3\x69\x9a\x48\xe1\xf2\x81\x2a\xe3\xf7\xef\x07\xa8\x8c\x98\xf1\xa9\xb6\x87\xa0\x48\x72\x99\x26\x80\x8e\x68\x1c\x22\x99\x47\xaf\x20\xc0\xb3\xf0\xc2\x53\x32\x01\x84\x36\x6a\xe9\x53\x49\xca\x55\xf3\x11\xae\x84\xd1\xe8\x26\x54\x28\x08\x63\x6c\xa0\x40\xe0\x99\x42\x1b\x42\x7e\x7c\xd4\x7e\xb0\xa4\xca\xc5\x38\xcc\x20\xdb\x96\x68\x2d\x4b\x86\x54\x20\xd3\xb5\xc7\x09\x34\xee\xf2\x70\x55\x1a\xd8\x53\xf6\xa6\x30\xb9\x9e\x3a\x02\x7d\x63\xa7\xa6\xde\xfa\xa3\xba\x2c\xf9\x70\xe9\x83\x01\x94\x31\x78\x4e\x8a\xa9\x42\xfa\x86\xf1\x00\x28\x1e\x4b\x33\x89\x30\xdc\x6b\xe4\x1a\x56\xde\xbd\x34\xdf\xb0\xfc\x88\x87\x6d\x52\x4c\xb9\x95\x53\x78\x0c\x31\xa0\xe1\xef\xce\x6f\x82\xe3\xdb\x82\xe3\xf9\x9d\x5d\x36\x22\x6c\x44\xb0\xbc\x3a\x45\x79\x8e\x7d\x4c\x85\x3a\x3d\x3f\xc3\xd0\xe4\x92\x37\x92\x2d\xa7\x1c\x14\xd0\xff\x0b\xab\x0e\xbf\x60\x41\x4f\x70\x0c\x3c\x9a\x4a\x9a\xc9\x29\xcf\xe6\x4c\xc6\xf6\x06\x1f\x49\xc0\x2f\x87\x35\xcf\x35\xe3\xc6\x80\x0f\x4b\x91\xc5\xdd\xb8\x66\x73\xcb\x65\xa8\x1d\x29\x3d\x9e\x25\x01\xc0\x16\x20\x33\x06\x36\xe3\x49\x31\x04\x04\x8f\x8f\xa7\x67\xfb\x34\xfe\x6e\xc5\x09\xbc\x3f\x4c\xf4\x70\x7f\xca\x4d\x2e\xb2\x7d\xb2\x93\x9a\xfd\xa3\xde\x41\x6f\x1a\x7f\x61\x05\xdc\x2e\x18\xd6\x11\x9a\x02\x2e\xbb\x45\x11\xe1\xcb\x56\xfd\xaf\x46\xab\x73\x9e\x4f\x56\xac\xbb\x6b\x46\x3c\x17\xd0\x43\xd9\xff\xba\xf8\xf8\x81\xa5\xf6\xdb\x5d\x10\x62\x50\xa8\xcd\x32\x3e\xb7\x3c\x07\x26\xb1\x57\xe2\xc1\x8a\x19\x4f\x0a\x10\x7e\xf9\x98\x4b\x65\xe5\x2e\xc0\xb5\x07\xd2\x0f\xdc\x21\x9a\xa5\x99\x8e\x8b\x08\xaf\x23\x74\xa1\xd4\x37\x72\x0b\x83\xc5\x6a\x63\x05\x98\x49\xda\xc8\x1c\x7e\x70\x76\xc1\xad\x47\x90\x66\x52\x67\x32\x5f\x15\xe8\xee\x9a\x11\x8d\x13\x2b\x23\xaa\x26\x69\x26\x13\x09\x47\x19\x63\x6a\x19\x2a\x57\x91\xa8\x9d\x3f\x10\x3b\x39\x5d\x07\x00\x8e\x6b\x7a\xec\x07\x7d\x2d\x32\xe2\xbd\x14\x11\x5f\x5e\x1b\x13\x39\x86\x8a\x7d\xf4\xfa\x1e\x43\x2e\x44\xf6\x45\x12\x7f\xf4\x54\xe6\x04\xd0\x0b\xf7\xac\x88\x19\x22\x72\x9b\x48\x28\x9e\x49\x1d\xc6\xa5\x23\x2e\x12\xf7\x5d\xb2\x31\xc4\xdf\xc3\x05\xa8\xd8\xc1\xdd\x30\xf6\x50\x64\xc2\x46\x4b\x41\x7f\x2c\x83\xc0\x85\x5d\x9b\x67\x3c\xa1\x73\xbb\xa6\x12\x50\x87\x6d\x81\xfe\xda\xce\xfc\x96\x4a\xc2\x2d\x6f\x45\x35\x6b\x38\xec\x57\xdd\x87\xee\x91\x20\xa7\x79\xa2\xaf\x11\xf7\x0b\x5d\xef\x25\x0a\x8f\x5b\x72\x2a\x22\xf2\x69\x8d\x1b\x31\x48\xf8\x5e\x46\x3d\xae\x59\x70\x1f\xdb\x51\xd4\x38\x98\x3f\x59\x76\x5c\x50\x35\x03\x0a\xb9\xf9\x71\xf5\xd8\x29\x26\xfc\x92\x87\xdf\x36\x3f\x61\x5d\x36\xf8\xa0\x95\x18\x9c\xc0\x1d\xe5\x9e\xce\x50\xb1\x8c\x26\x5c\x8d\xa9\x9c\x84\x8f\x77\xc0\xaa\x1d\x5e\x01\xc9\x35\x60\x3f\xab\x39\x61\x61\x93\x0c\x46\x75\x50\xab\x43\xec\xd9\xd7\xfd\xbb\x18\x4e\xb4\xbe\x1a\x9c\x30\x7b\x0c\xd0\xdb\x8c\x19\x5c\x58\x58\x44\x83\x02\xe7\x3c\x55\xd7\xd8\x1a\x60\x97\x1c\x12\xac\xdb\x95\x1e\x3b\x2d\x6b\x43\x04\x6a\x4f\x5f\x31\x10\x02\x85\x88\x09\x7c\x1e\x7d\xdd\x69\xa0\x5e\xf9\xf2\x12\x76\x4d\x7b\x60\x4b\xcd\x66\xe2\x47\x75\xa5\xf4\xb5\xfa\x16\xdd\x2a\x28\xd1\x52\x91\x08\x3b\x6b\x68\x1b\xbc\x3f\x18\x5c\xdd\xf9\xb5\x36\x7b\xa6\x3e\x36\xd5\xb9\x36\x3c\x0b\xb4\xe8\xc1\x21\x58\xa6\x94\xb9\x79\x35\xa9\xde\xb9\xc9\xca\x45\x70\x3b\xd4\x63\xbe\xb0\x0d\x00\xe0\x0f\x1c\xd5\x0e\x82\xba\x0e\x7e\xf3\xb7\x09\x81\x72\x87\xe5\x31\xb8\xc7\x16\xd2\x74\x20\x47\x57\x1c\xbb\x41\x00\x46\xc5\x58\x8f\xe0\x66\xbe\x84\xb0\x3d\x1c\x34\x48\xc6\xce\x72\x83\xd2\x80\xc3\x59\x74\xd8\xe4\x28\x4c\x7e\xd5\x03\xca\xb4\x2d\xbe\xee\xd1\x07\x70\x98\x7f\xfd\x1c\xc9\xf4\xa4\x23\x99\x9e\x83\x7b\x7e\x2b\xc1\x3d\x41\xec\x71\xeb\x2b\xb7\x89\xee\xbd\x23\x8e\xb5\x1e\x00\x72\x8d\xd7\x43\xdd\x0b\x7b\x31\x73\xe7\x62\x2c\xe5\x0c\x7b\x45\xa7\xa9\xe0\x0b\xe4\xe1\xed\xa2\x7b\xef\x6a\xb2\xab\x63\x80\xc9\x29\x58\x75\x78\xf3\x28\x2f\x78\x02\x0e\xc3\x12\x00\x77\xd1\x15\xb0\xf9\xdd\xf5\xc0\xe1\xbb\xd5\xe5\x5a\x0a\x85\xb5\x68\x8e\x8b\xc3\xa5\xd6\x8f\x94\xba\xa3\x3d\x7d\xa3\x55\xbc\xed\xdd\xeb\x9f\x2d\xe3\x67\x48\xf9\x29\x35\xeb\x22\x03\x01\x3e\xf2\x4d\xdd\x0d\x96\xea\x75\x92\x77\x12\x6e\xf2\xcb\x8c\x83\xfd\x5d\xab\xcb\x07\x36\xa0\x37\xdf\x8e\xce\xa5\xdc\x19\xd6\xcb\x69\xe5\xbe\x99\x15\x8b\x2d\xcb\xd7\xca\xfb\xc8\x41\xee\x06\x11\x7e\x81\x63\x77\x3d\x2f\x08\xb5\x0a\xec\x19\x5d\x6f\xcf\xf0\xbf\xe1\xc9\x2b\xbd\x25\x86\x70\xce\x70\xe0\x7e\x94\x5b\xa5\xf6\x73\xb3\x52\x90\xc1\x46\x38\x44\xb4\x3e\x77\xec\x4a\x74\xaf\x75\x16\x77\xca\x3b\x8c\x51\xbb\xd2\x02\x43\x0b\xf9\xc2\xdc\xc1\x48\xdb\xb9\xe4\x02\x56\x55\x8f\x66\xa8\x0c\x07\x2e\x63\x7b\x13\x5f\x42\xfd\xb8\x6f\x51\x5f\x21\x55\x66\x1b\x17\xd0\xfa\xf6\x8c\x3a\x2e\x43\x30\xa6\x4b\x30\x36\x48\x15\x25\x45\x2c\xd8\x3b\x93\x73\xa8\x1c\x24\xe2\x0e\x83\x82\x6a\xa7\x51\x24\xd2\x9c\x7c\x0b\x97\x80\xa7\xcb\xab\x86\xe4\xe5\x03\x5e\x93\xf3\xd6\x6d\x10\xb4\xec\x8f\xab\x43\xac\x42\x9e\x5d\xf2\x58\x15\x83\x6f\xa1\xc6\xf1\x9c\xc8\xf0\xcf\x20\xfe\xaf\x8f\x4a\x8b\xe5\xcf\x54\x2c\x67\x32\xb6\x72\xca\xaa\x8d\xbf\x93\xc4\x86\xbb\xd2\x98\x83\xb7\x3e\xa7\x3f\xfc\x6e\x35\x24\x9f\xfe\xb0\x31\x0f\x7f\xf0\x1c\x83\xdb\x8b\xcf\x2b\x32\x0e\x1e\x5c\x84\x86\x2b\x77\x8b\x2b\x07\x9e\x6b\x89\x0d\x06\xbe\x0c\xa3\xa1\x6a\x8e\xab\xd4\x88\xc5\x41\x0f\x3c\x17\x63\x9d\xad\x86\x9f\x2c\x1b\x56\xef\x40\xd8\x35\x11\x87\xfa\x29\xb8\x51\x6a\xfe\xbd\xa1\x48\xb4\x1a\xc3\xb8\xb1\xcc\xc1\x0b\x9e\x24\x2f\xf6\xca\x88\xe5\xb4\x20\x01\x85\x49\x05\xd6\xb7\x58\x9a\x48\xcf\x44\x36\x67\xb1\x8e\x0a\xc8\x17\xc3\x0b\x07\x62\x1c\x86\x73\xef\x8a\x85\x40\x38\x84\xd3\x97\x6a\xa6\x09\x9f\x92\x41\x71\xe2\x81\xa5\xc5\x28\x4f\xb0\x86\x62\x92\x0c\x1e\x1c\x89\x6c\x0d\x0e\x7a\x45\x1c\x14\x84\x4c\x91\xb9\xe2\x0d\xae\x6e\x67\xa8\xfd\xbb\x0a\x05\x4a\x67\x53\x00\xc5\x2a\xc5\x65\xb0\x90\x4b\x35\x2e\x12\x9e\xf5\x88\x22\xca\xf5\x07\x68\x5f\x15\x09\x42\x6b\xf3\x45\x15\x90\x59\x53\x39\xbb\x81\x7d\xe5\x80\xf1\x1c\x19\x9e\x70\x5b\x81\x51\x84\x9b\xb3\x31\x4b\x23\xdf\xaf\x9e\xbf\x6b\xb6\x62\x0d\x80\xe2\xbc\x3b\xa1\x5c\x91\x10\xbe\xab\xbf\x83\x73\xb0\x0c\xa0\xbf\xb3\x8d\xbb\x36\x29\x32\x9e\xac\x72\xd6\x42\x23\x37\x5c\xfa\x14\xc6\xec\x87\x6e\x6d\x38\xa6\x18\x83\xd0\xea\x32\x82\xdf\x63\x2c\x04\xc2\x06\xf6\x2a\x31\xfb\x5f\xa1\xf9\x78\xff\x2b\x62\x5b\x5f\xef\xf7\x7a\xbd\xfd\xaf\xf0\x4d\x5f\x0f\x7a\xec\x7d\x61\x72\x36\xe5\x39\xc1\x67\x54\xea\x06\x2d\x92\x4d\x76\x03\xab\x35\x1b\x7c\x05\x7c\xa4\x47\x5d\xf6\xe8\x8d\x83\x3d\xea\x7b\x28\x20\x27\x27\xd1\xd7\x22\x8b\xec\x7d\xb9\x85\x8a\x35\xd1\x59\x5e\xe7\x7c\x6d\xcb\x59\x36\xc4\x05\xb1\x1f\x89\xcd\x39\xe5\xcf\x2d\x59\xc7\xdb\xe9\xef\x8d\x4b\x7c\x05\xef\x07\x63\xfe\x00\x8e\xdb\x74\x8d\xf5\xb8\x7f\x3e\xe2\x8e\xf6\xaa\xb5\xa4\x66\xfe\x2c\xb9\xcf\x6d\xe4\xb9\x64\x7a\x95\x53\xe5\xbf\x8e\x89\x45\xdc\x35\xd2\x1b\x1e\xba\x3a\xd7\x7c\x5c\x2d\x71\x15\x70\xfc\x92\xc7\x6a\xd6\x5c\x5e\xb3\xe5\xca\xac\xc2\x20\xc8\x98\xbb\x46\x7c\x62\x8b\x0b\x9d\xdd\xbb\x26\xb1\xa6\xd3\x32\x0a\xbd\xf5\xa8\x9f\x06\x5f\x19\x91\x5b\x45\xa0\x3c\xd0\x6f\x3e\xbd\x5d\x60\xe8\x72\x62\xe0\x32\x2a\xc7\x62\xb9\x44\xe2\x96\x0d\xe0\x17\x1e\x3f\x03\x13\x02\x1b\xee\xef\xad\x78\x70\xaf\xd7\xbb\x5f\x86\xbb\x5d\x54\xd3\x63\x59\xf8\x91\xa1\x2f\xa3\x04\xe4\xdc\x18\x2c\x31\xaf\x5e\x87\x96\x31\xc3\x95\x5e\xe5\xee\xf5\x8d\x5a\x14\x49\xd5\x12\x25\xb0\x32\xac\xaa\x2d\xb2\x20\x14\xa8\x79\xee\xeb\x02\xe3\x8f\x18\xb9\x86\x38\x52\x79\x80\x3d\x45\x9b\xe9\x02\x88\xc8\xdc\x12\xe2\x71\x0a\x22\x23\x70\xc0\x53\x92\x24\xe1\xda\xbb\x28\xe8\x20\x90\xa3\x03\x2b\xd1\x29\x93\xcc\x61\x71\xec\x28\xdd\x48\xa8\x2e\x79\xd9\x20\xb3\x5c\xfa\x9a\xcf\x4d\xf9\xb2\x7a\x06\x69\x50\x2a\x5a\x2a\x36\xe2\x33\x0d\xf1\xb6\x74\xfe\xd8\xe0\xa6\xeb\x1e\xed\x16\xb8\x26\x5d\x7c\xdb\x00\x4c\x3d\x59\x01\x42\xdf\x00\x7c\xd8\x2e\x74\xe5\xe7\x3f\xfc\xd2\xc3\xe9\xf6\x34\xce\xfe\xa7\xe3\x0b\xf8\x3c\xa8\xc6\x49\x95\x8a\x9f\x2f\x17\x9e\x73\x73\x65\xf6\x39\x64\xc8\x84\x8a\x21\x4f\xe5\x3e\x6e\x7b\xd7\x1f\xc5\xfa\x17\xdd\x90\x90\xbf\x48\xb3\x42\x49\x35\x06\x65\xb2\x30\x6e\x1a\xf6\x9b\xea\x44\xd6\x88\xb0\x5a\x9a\x52\x64\x22\xbd\xd2\x00\x0b\x6d\x02\x32\x0a\x6b\x05\x2c\xe0\x3e\x10\xae\x8d\x05\xe2\xba\x4c\xe3\x7d\x0c\x41\x74\x5d\xe8\x2c\x6e\x8b\x0f\x62\x83\x37\xf8\xc4\x00\x88\x63\xf0\xc1\x83\x9a\xad\x7d\x03\x07\x13\x73\xdb\xb9\x62\x6e\x3e\x90\xaa\x86\xde\x61\xe5\x03\x4b\xf8\x61\xa0\xd5\x52\x6e\xeb\xcc\x95\xca\x4b\x76\x20\x93\x61\xd5\xc6\xb4\xa0\xe2\xdc\x3a\x8b\x21\xfd\x95\xce\x1d\x1d\x21\xff\x12\xfb\x98\x1d\x41\x8b\xc4\xe7\x2b\x6d\xfb\x4b\x06\xed\x4f\xd2\xb0\xfe\x8e\x25\xb5\xae\x15\xee\xfa\x3b\x50\x49\x0e\x31\xaa\xad\xf4\xc7\x87\x7a\x06\x18\x71\xd5\x56\xb5\x5e\x4c\x27\x60\x04\x30\x46\x11\xb3\x44\xdc\xc8\x48\x8f\x33\x9e\x4e\x10\x93\xb8\xc7\xfa\x3b\xdf\x37\xfb\x30\xcc\xe4\x3c\xcb\x29\x32\x96\xf5\x77\x66\x76\x14\x10\x10\xcf\xa1\xd6\x24\xed\x34\x64\xac\x53\x50\xfc\xae\x9d\xc9\x94\xff\x55\x67\xae\x97\x3d\x7a\xc4\xc5\x3b\x27\x73\x72\x43\xc0\x2c\xfb\x3b\x90\x2c\xde\xdf\xb1\xc4\xd4\xdf\x19\x8a\xdc\xfe\x6d\xc9\x84\xfc\x48\xd5\x8e\xa5\x0a\x3a\x86\x9b\xd0\x60\xe5\x71\x83\xa1\xf9\x23\x99\x19\xc8\x61\xfa\xee\x94\x7d\xcd\x6c\x6f\xec\x6b\x4c\x47\x67\xbb\x58\x5c\xe2\xbb\x53\x54\xfc\x7d\xe0\x91\x9d\x9c\xb2\x52\xf5\x68\x24\x6f\x98\x81\x38\x34\x83\x8f\xea\x0c\x9f\xdd\x43\x59\x1c\xa6\x31\x9c\x53\x74\x2a\xe6\xd5\x04\x13\xa5\x79\x56\xc6\x88\xe5\x25\xb0\x0a\xa7\x1b\xa3\xa3\x44\xb7\xca\x27\x6c\x76\x78\xd0\x61\xb3\xa3\x0e\x9b\x1d\xda\xff\x43\x8a\x09\x7c\x3a\xb0\x7f\x1d\x77\xd8\xec\x18\xb2\x4e\xec\x57\x47\x30\x22\x6c\x07\x7f\x1e\x75\xd8\x48\xeb\x43\xfc\xb7\x1e\x97\xfa\xb8\x36\x5b\xe7\x12\xd8\x58\x61\x58\x53\xe0\x46\x19\xab\x21\x51\x34\xb8\x60\x1b\xf7\x78\x64\xa9\x7c\x55\x46\xf2\xf2\x07\x6b\xb6\xb4\xf5\xe2\x0d\x56\x3b\x71\xc8\x99\xd6\xaa\xec\x3e\x19\xb9\xac\x32\x4a\xe6\x4a\xe1\x92\x39\xd1\xd7\x37\x86\x40\x0c\xc8\x6a\xb4\xe7\xd4\x71\x6c\xb4\x35\x06\xac\xf7\x72\x22\xe6\x2e\x3c\x3c\x28\x85\x39\xe1\x2a\xe8\x55\x62\x0e\xcb\x02\x79\xce\x7b\x2b\x57\x9a\x1e\x7d\x43\xbf\x7d\xb4\x73\xf6\xaa\x4f\x79\x96\xcb\x08\x74\x5c\x6e\xdf\x96\xbb\x10\xe0\xb5\x42\x2b\x1e\xf7\x9c\x97\xa1\x15\xb7\x32\x0d\xe4\x3a\x13\xf1\x4f\xeb\x5d\xef\xd5\xc6\xc0\x53\x11\x7e\x25\xbc\xd7\xab\xe3\x25\xf2\xb8\xb6\xb7\x80\x80\x2a\xcd\x04\x00\x62\xa5\xcf\x8c\x47\x57\xe4\xe2\x31\x22\xb8\xb7\xed\x15\x67\xaf\x8b\xa9\xc7\x24\x81\x94\x11\x48\x60\x82\x21\x94\x6d\xa5\x82\xba\x4f\xa8\x9f\x79\x49\x76\x5a\x60\x91\x6e\xa3\x2b\xbd\x80\x3b\x46\x27\x09\xa1\xde\xd8\x95\x34\x93\x4a\x8b\x32\x94\xc2\xdf\x55\xbb\x42\x19\x4c\xfc\x54\x9a\xe9\x24\xae\xc0\xc5\x26\x62\x04\xa9\x3d\x24\xa3\x87\x77\x56\x26\xa6\x7a\x26\x9c\x0e\xe3\x8b\x5e\xf8\x91\x93\x5b\x8a\x8a\xd3\x7a\x91\x07\xdd\x57\xe4\x7e\xc2\x3e\x28\xe2\xa3\x2a\x58\x0f\xac\x8c\x81\xa0\xfa\x73\xac\xd8\x86\x5a\x86\xeb\xef\x41\x6c\x4c\x6b\x5e\x19\x55\x1e\xb7\x98\xfa\x1e\xf7\x7a\x68\xfa\xd2\xd7\xbd\x1f\x7e\x6a\xa4\x1a\x94\xa2\x8e\x25\x5a\x30\x58\xac\xbe\x09\x02\xb4\x01\x70\x96\x53\x3a\xcd\x8a\x43\xb9\xe8\xb1\x30\x05\xb0\x8c\xb5\x8f\xe8\x47\x0f\x1c\x20\x15\xbb\x84\xb3\xa2\x8b\x3c\x2d\xf2\x95\x4a\x19\x94\xfa\x16\x2a\x12\xfb\x50\xdd\x1b\x94\x31\x72\x61\xda\x4d\x36\xfb\x5f\x64\x22\x12\x12\x94\x2b\xaf\x9d\x75\xb9\xe9\xe6\x58\x83\x3d\xd4\xb0\xac\x10\xae\xb4\x1f\x13\x88\x94\x4e\x67\xee\x40\xd2\x98\x1a\x27\x2e\x7f\xca\xde\x20\x69\xc2\xe7\x1e\x5e\x60\x5c\xc6\xae\x34\xd5\x25\xa8\x51\xf1\xf8\xec\xba\x91\xd0\x79\x1b\x5e\xbd\x41\x42\x5a\xa8\xda\xd8\xef\xa8\x44\xcf\x7f\xff\xd7\xff\x9d\x1d\xfe\xf7\x7f\xfd\xbf\x0e\xfc\x75\x04\xf2\x2d\x7c\x14\x79\xb4\xae\x89\x0b\x5d\x3f\x2e\xa1\x24\x5f\xea\x76\x18\x30\x39\x62\x03\x7c\x1c\x92\x09\xf2\xac\xd8\xca\x1d\x00\x16\x83\x07\x95\x8e\x7e\xc2\xaa\x45\xab\x4c\x97\x64\xca\xa9\x16\x4e\xa4\x2f\x41\x00\xb2\xf4\x3e\xf3\x7d\x75\x18\x99\x22\xf0\xa2\x88\xd1\x50\x4e\xe9\xe6\x95\x95\x6d\x27\xed\x45\xa8\xbc\xb0\xc2\xab\x6e\x6f\xdc\x45\x50\xc4\x46\x09\x1f\x23\x02\x98\x54\xe3\xfd\x58\x1a\xfc\xab\x3a\x04\xb8\x75\x50\x96\x73\xaa\xb5\xe4\x18\x8b\x71\x7a\x7e\xb6\x20\x34\x61\xb9\x7d\x04\xaf\xc9\x35\xc4\x8c\x20\xd8\xd0\xb9\x85\xbd\x92\xed\xcd\x66\xb0\xc0\x75\x8b\x59\x83\x82\x43\x13\xda\x25\xa8\xa3\xce\x6d\x21\x02\x34\xbc\x8a\x6a\x4a\xed\xff\x75\x09\xb9\x2e\x9f\x67\x31\xcc\x5a\x10\x0a\xee\x9f\x6a\x2f\xc2\x17\x2f\xa5\xdb\xa0\xa1\xb7\xb7\x5e\x43\x5a\x4b\xf8\x4b\x1b\x49\x2e\x32\x52\x4d\xf8\x4c\x6c\x91\x1c\x54\x4f\x3d\x24\x5a\x6e\xa1\x9a\xc7\x10\x0f\x82\x05\xbd\x88\x78\xb2\x0c\x1a\x72\xf9\x83\xde\xb3\x41\xf9\x58\x2e\x02\xc3\x72\x0b\xfb\x73\xb0\xec\x28\x33\x54\xc5\xe8\xb5\x82\x99\x87\x22\x71\x85\x26\xd7\x48\xd0\x6e\xb4\xaf\x04\x07\x96\x99\xda\x64\x4a\x06\xc5\xa8\x91\x7a\x0d\xc0\x14\x3a\xcb\x84\x49\xb5\xc2\xc4\x3b\x9c\xee\x00\xc3\x35\x7b\x86\x5e\x30\xe8\xb1\x8f\x2a\x99\x97\xfd\x1a\x38\x6a\xae\x46\x72\x35\x07\x9c\xcc\xd5\x60\xe9\x0a\x9c\xca\xf8\x30\x0c\x95\xdc\x2d\x3d\x7c\xcb\x80\x69\xf8\x90\x8a\x68\x50\xb6\xa7\xcc\xb5\x6b\x9d\x5d\xe1\xb1\xfe\x37\x9d\xc9\xbf\x6b\x95\xf3\xe4\x5c\xc7\xa7\x45\xae\x61\xe9\xb3\x50\x79\x80\x00\x31\x87\xc1\x21\x4d\xb0\x0c\xde\xd7\xe9\xac\x68\xf8\xc0\xae\x15\xd5\x39\x61\xf6\xdc\x30\x37\x5d\xdb\xa8\x88\x72\x97\xcc\x5e\x82\x55\x86\x11\x0a\xb0\x03\xe5\x23\xd2\x9b\x21\x47\x3a\x9b\xb6\x46\x99\xdd\xa3\x95\xfc\x0b\x58\x8c\x6e\x48\x87\x68\x23\xf5\xf5\x57\x31\xde\xc3\x49\x01\x2e\x5b\x9b\x68\xa4\xed\xb6\xea\x60\x64\x48\x9d\x12\xa8\x23\x7a\x66\xb0\x0f\x2f\x1e\x54\x4e\x00\x98\x5c\xe9\x76\x74\x71\xa4\x58\x30\x16\x57\x68\x1b\x19\x22\x15\xd1\x27\x91\x26\x32\xe2\x66\x8d\xd3\x51\x6f\x7e\xc7\x87\xc3\xaa\x72\x19\x75\x7f\x5f\x47\x03\x4f\xc3\x1d\x6d\xe2\xc2\x5d\x42\x4d\xa2\x84\x6e\xd2\x8a\x7d\xf7\xee\x72\xeb\xb0\xfa\x4d\xb6\xa8\xf1\xc0\xbd\x70\xb0\xfb\xde\x26\xe4\x60\x77\xb6\x51\xf5\x51\x6f\x71\xda\xea\x06\xed\xdb\xc6\x68\x34\x8e\xde\xf2\x5d\x7f\xec\x7b\x7e\x33\x33\x71\xe3\xc9\x25\x37\x3d\xfe\xbe\xea\xaa\x67\x25\x12\xa6\x0f\x6f\x2e\x61\xa1\xca\x3b\xaf\x9d\xc0\xab\xbd\xf5\xb0\xa6\x23\x54\x74\xfc\x03\x05\x40\xd9\x5b\x68\x7f\xc1\x58\xda\xd4\xe9\x3f\xb0\xf3\x1f\x2f\xc3\x08\x69\x68\xd5\xd6\x43\xce\xaf\x44\xcb\x19\xc3\x7d\x43\x95\x47\x8e\x95\xbd\xd6\x10\x9f\x80\x72\x97\xe6\xf9\xc4\xde\x7a\xe2\x26\x12\x69\x5e\x59\xa9\x9c\xab\xbf\x73\x1c\xc0\xfe\xf9\xc7\x8b\xcb\xfd\xf3\xd3\xcb\x37\xff\xd6\x18\x4b\xc3\x00\xd0\x78\x49\xa3\xd3\x9d\x47\xa2\xae\xad\x08\xcb\x54\x18\x1b\xcd\x03\x82\x36\xeb\xb2\xa3\xd9\x52\x78\x34\x35\xe1\x96\x3d\xa4\xaa\x82\x92\xf5\x72\x35\xdb\xce\xb3\xea\x80\xa9\x6f\x3a\xe9\x85\x78\xdc\x78\x3b\xa7\x03\x6e\x8f\x37\x16\x40\xba\x0c\x38\x49\x81\x56\x0d\x9e\x1d\x0e\x88\xf5\x53\xae\xcb\x93\x49\x92\x6d\x72\xa7\x8d\xb3\x64\x57\xaf\x16\x71\x95\x60\xb9\x88\x79\x10\x52\xf8\x09\x3b\xec\xad\x3c\x79\x0e\x0a\xcb\xe7\x5a\xb4\x1f\xc5\x81\x7f\x1b\x9e\x70\x52\x2d\x5d\x8e\xd1\xd1\xea\x17\xb5\x0e\x78\x19\x77\xd1\x14\x65\x41\x5e\xa6\xe5\x23\x78\x64\x1c\xb8\xc0\xf8\xb4\x2e\xb7\x28\x1f\xa9\xc6\xd8\x97\xb6\x27\x36\x15\xf9\x44\xc7\xdb\x72\x88\x5a\xf8\xce\x3d\xd3\xbf\xbd\xdb\xf0\x45\xe7\x99\x4e\x97\xd3\x7b\x6d\x64\xce\xfe\xe9\xa2\xad\x66\xc7\xce\x20\x97\x6b\x08\x5e\xaf\x9a\xe4\x80\x8f\x92\x55\xee\xe1\xf7\xfd\x1d\xa1\xe5\xbc\xa5\x08\xe4\x55\x9b\xde\xda\xde\x79\xcc\x9c\x6d\x1e\xe0\x52\x03\x24\x9e\xca\x0d\x0f\xef\x8f\x45\xec\x83\x9e\xd7\xc5\x52\x5d\x02\x02\xb8\x8e\x78\x5f\x64\x8d\xd0\xf8\xbb\x86\xf8\xdf\x82\xc6\x96\x2c\x35\x88\x57\x21\xfe\x8b\x9a\x23\xd9\xa0\xe0\x05\x62\xb5\x8b\x86\x41\x7c\x2e\xb0\x95\x3b\xc4\xca\x13\x36\xd4\x3a\xe9\x30\xa9\xf2\xd7\x2f\x3b\x6c\x94\x68\x0e\x7f\xe0\x64\x3b\xec\xe7\x5f\xc0\x5b\x33\xe2\x91\xf8\xc7\xaf\x1d\x36\xe5\xe9\xcf\xf8\x53\xf8\x3d\x10\xa7\x92\x49\xef\x0e\xa7\x1c\x1e\xab\xe5\xb3\x0f\x5a\x22\x53\xb1\x5f\x76\xe9\x94\x61\x24\x92\x25\xb5\x6a\x21\xba\xb7\x19\x1f\xe5\xec\x25\xdb\x9d\xe4\x79\x7a\xb2\xbf\xff\x57\xa3\x55\xd7\x85\x00\x66\xe3\xfd\xbd\x35\x48\x8d\x98\xc9\xc6\x34\xf6\x2f\xed\x8e\x82\x75\x1e\x2d\x7d\x64\x67\x6d\xa9\x9d\xf7\xcb\xde\x3e\x66\x7f\xd1\x3a\x59\x35\xb0\x85\x20\xe4\x8f\x39\xba\x24\xf9\xd8\xd8\xaa\x87\xf1\xb4\xd5\x69\xf9\x36\xae\x35\xae\xe6\xbf\x85\x69\x90\x0e\xff\x00\xe4\xb1\xf4\x42\x76\xa6\x04\xe0\x19\xee\x43\x09\xcb\x59\x28\xe7\x42\xa8\x44\x4f\xfb\xbc\x11\x0a\xc4\xe4\x18\x0f\x48\xe5\x68\x02\x4b\x48\xc3\x0d\xef\x1e\x72\x4d\xc7\x3c\x17\x95\xde\x36\x84\x8c\x5b\x20\xf8\x07\x8b\xb7\x5d\xa5\x80\xc7\xa6\x9c\xe5\x70\xfa\xa9\x15\x0b\x54\xd4\xc2\x5e\x9e\xc2\xec\x3e\x66\x88\xd2\x7e\x5a\xa5\xfe\xed\xa6\x7a\x2b\x41\x46\xa8\x62\xfa\x78\xac\xe2\x56\xfc\x81\x82\x62\x1f\x82\x3f\x2c\x78\x7f\x94\x14\x46\xce\x04\x61\xa1\x2f\x5a\xfe\xa5\xce\xd5\xb2\x13\xa9\x6e\xd1\x89\x97\xa3\xef\xfb\x36\x6d\x17\xf1\x5b\x47\xb5\x39\xa0\x75\xa0\xe4\xd0\xf7\xe4\x20\x71\x28\x32\xf4\x35\x0a\xa7\xa8\x1e\xbb\x68\x39\x2f\xc0\x85\x4d\x48\x31\x12\xf1\x49\x5f\xf5\x55\x97\x0d\x8d\x56\x78\x98\x64\x7c\x62\x79\xb2\xf1\x50\x15\xec\xec\x2d\xd5\xa2\xe0\xec\xe8\xa5\x55\xba\x33\x1e\xe5\x22\x33\x6c\x22\x6e\x9c\x2b\xab\xcb\x8a\x4c\x9e\xd8\xa1\xfe\xf8\xe9\x8c\x71\xc3\x52\x9e\x51\x7a\xe5\x77\x3a\xe1\x6a\xcc\x94\xc8\xf7\x8b\x2c\xe9\x9d\xdb\x1f\x3e\xa1\xda\x6f\xdb\x76\x99\x98\x72\x99\xc0\xb3\xf0\x17\xe3\x71\x9c\x09\x63\x16\xf6\x62\x1b\x61\x37\xa7\xd4\xb2\xcb\x26\xda\x40\x42\xa6\x1d\x3b\x4a\xef\x35\x74\x13\x80\xb2\x57\xec\x0c\xe0\x49\x44\x0e\x0f\x50\xcc\x0c\x37\x61\x81\xb8\x4f\xdf\xbe\x61\x87\x07\xc7\x56\x84\xa7\x3a\xb4\xc7\xbd\x43\xf6\xf3\xa7\x6f\xdf\xd8\x6f\x7f\xe9\xb1\x2e\x93\xe9\xec\x25\x8c\xf7\xec\x7c\xf6\x92\x9d\x9d\x2f\x1a\x29\x0e\xf2\xec\x1c\x1f\x79\xed\x1e\x79\xbd\xde\x23\x91\x8c\x33\x3b\x9d\x37\x67\x6f\x3f\x2d\x6f\x0e\x2d\xba\x6c\xca\x23\xdb\xfe\xfd\xe9\x9b\x55\x4b\x88\x8f\xd9\x86\x5d\x56\x14\xb0\xe3\x8a\xfd\xf8\xe3\xd9\x5b\x8a\xf2\x45\x3d\xb3\x48\x53\xcc\xe9\x0c\x97\x07\x03\x1d\xc7\xe2\x86\xed\x7e\x23\xf7\xfe\xf3\xe7\x83\xee\x97\xbc\x3b\xfa\xe5\x1f\x7f\xfa\xb5\xfb\x8d\xff\xf0\x72\xbd\x0f\x87\x47\xbf\xfe\x0b\x8d\xe0\xd8\x0f\xe1\xf8\x0e\xc7\x70\xec\x3f\x1d\xaf\x33\x88\x97\x7e\x10\x2f\xef\x70\x10\x2f\xab\x83\xf8\xd3\x97\x7c\xf8\x4b\xfb\xb8\x82\xa1\xbc\xf2\x43\x79\x75\x87\x43\x79\xb5\xe9\x50\xa4\x19\x2a\x24\xdb\x8b\xbf\x7c\x38\x3c\x60\x3a\xc3\xbf\x8e\x5d\xea\x08\x1d\x7f\xc8\x91\xee\xef\x1c\x1c\x1f\x1d\xfe\xf1\xd5\xe1\xc1\xcb\x63\x97\x74\xf2\xe5\x1f\xff\xd4\xf5\xdf\x1e\xf6\x77\xa8\xcf\xc3\x83\xb0\xd7\xd5\x7d\xd1\x53\xc7\xe5\x53\x0b\x46\xd0\xf2\xbe\x28\x13\xb1\xcc\x23\x9e\x01\x63\xc3\x4f\xcc\x7e\x74\x3d\xb4\xae\xe4\x7f\xee\x7e\x73\x02\x3b\x07\x6b\xb1\xfb\xcd\x09\xfe\x7d\xfc\xeb\xde\x37\x9f\x5f\xfd\x7c\xd8\x7d\xf5\x0b\xfd\xf8\xf2\xd7\xcf\xaf\x77\xbf\x39\x39\x38\x3c\xfc\x0c\xcb\x8b\xdf\xef\xf9\x47\x3f\x1f\xff\xfc\xf2\x8f\xae\xf1\xf1\xaf\x9f\x8f\x6d\xe3\x9f\x0f\xba\xaf\x7e\xf9\xfc\xf3\xeb\x3f\x55\x5b\x1f\xfe\xfa\x79\xf7\x9b\x93\xa3\xc3\xe3\xc3\xcf\x87\x7f\x3a\x38\xf8\x7c\xfc\xaa\xdf\x8f\xed\x3b\xed\x7f\x0e\x0f\x7f\xdd\xfb\x97\xb2\x3e\x94\xd2\x8a\xc5\x72\x6c\xe7\x52\x72\xe4\xa9\xbc\xc1\x60\xcf\x2e\x33\xc6\xee\x1c\xfb\xb1\x77\xd1\x63\x46\x47\x92\x27\x96\xa1\x15\x80\xb7\x4e\x13\x2f\xaf\x86\x60\xde\xf8\xc6\x9f\xbb\xec\x97\x6f\xec\x9f\x47\xe5\x9f\x2f\x81\x24\x26\xe2\x26\xd2\x89\xce\x60\x2b\x26\xe2\x86\xc7\x22\x92\x53\x8c\x39\xd5\x19\x8b\x74\x2c\xdc\x66\x7c\xf1\x2d\xfc\xef\xa4\xfd\x45\x5f\x7c\xb3\x4b\xe4\x76\xda\xfd\xd6\xae\xec\xe7\xf0\xe3\x6b\x3b\xd9\x2e\xcb\xc6\xc3\xf2\x6d\x9f\xbe\xfb\x4b\xe3\x2d\xd9\x78\xe8\x5e\x97\x8d\x87\xbb\x47\xaf\x5e\x75\xe8\xff\x5f\xc2\xee\x0f\xe7\xb9\x38\x61\x43\x6e\xc4\xeb\x97\x50\xb8\x26\xb6\x3b\x2d\x15\xcf\xe6\x0c\x52\x26\xbb\x50\x2f\xeb\x5a\x03\x79\xa8\xb9\xc7\x93\xf0\x17\x9b\xbd\x26\xed\x4a\xc6\x98\x54\x10\x52\xdb\xd1\xc1\xc1\xeb\xee\xc1\x61\xf7\xe0\xa8\xbf\x53\xbb\x46\x46\x45\x92\x74\xe1\x11\xa9\xec\x9d\x72\x7c\x7c\xfc\xa5\xed\xac\xc0\x10\x74\xe8\x90\xfe\xae\x77\x7a\xc4\x94\xc1\xfe\x1a\xbc\x3b\x97\x53\x81\xcc\xfb\xad\x7b\x18\x56\x63\x9a\xf2\x5c\x0e\x13\x81\xe4\x71\x11\xf1\x24\xe8\x9e\x24\x06\x9c\x89\xed\xc1\xcf\x06\x20\x08\xeb\x53\x3a\x7c\xd9\x3d\x3c\xea\x1e\xbe\xba\x3c\xfc\xf2\xe4\xf8\xe0\xe4\xe8\xa0\x77\x70\x70\xf0\x1f\x8d\x09\xda\x0e\xba\xd0\x41\x39\xc1\x2d\xc2\x01\x64\x23\x9e\x71\x6b\x5c\xae\xfb\xd6\x4c\x4e\x17\x4b\xdc\x53\x7e\xd3\x6a\x4f\xaa\xd4\x2e\x78\xfd\x72\x8b\xda\x05\x53\x7e\xf3\x83\x50\xe3\x66\x94\xc4\x9d\x74\xbd\xd8\xd6\x74\x27\xdd\xb7\xc9\xed\x65\xc7\xb1\x2e\x86\x75\x87\xa0\xeb\x19\x39\xd4\x82\x8e\xa5\xba\xaf\xc5\x96\xea\xde\x16\x5b\xaa\x7b\x5d\xec\x76\x25\xe9\x0e\x16\x9b\x2a\x3b\x35\xed\x66\xb7\xef\x5b\xe9\x87\xb0\x61\xb5\xda\x4e\x2a\xc3\x28\x92\x84\x0f\x9b\xfa\xf2\x5a\x1a\xa6\x56\x2d\x4b\xf3\xcf\x67\x52\x4c\x79\x6e\x15\xa3\x6d\x78\x31\x3d\xba\x98\xba\x9f\x82\x5d\xe9\x76\xa6\xa4\x05\x0e\x8c\xdf\xc4\xdc\x82\x58\xae\x75\x68\xf8\x0e\xf1\x8a\x72\x99\x2f\x3e\x74\x9b\xe2\xdf\xae\xe5\x9b\x04\x28\xe1\xd6\xbb\x63\xad\xb3\x5e\xc1\x2d\x14\xd3\xa1\x88\x63\x11\xfb\x28\xdb\x15\xf6\x9c\xe5\x0f\x07\x91\x3f\xae\x1e\x36\xc6\xf3\x61\xb5\x4c\x6a\xce\xbe\xf7\x5d\xb0\xac\x50\x20\x0d\x7e\xa4\xa8\x2b\x90\xfc\x2e\xe7\xa9\x78\x2f\x08\x29\xa4\x44\xbc\x47\x4b\x10\xe0\x00\xbb\xf8\x66\x17\x83\x81\x60\x71\x14\xc2\xc8\x72\xcd\x46\x45\x06\x21\x14\x99\xb0\x4b\x19\xe5\x14\x94\x4b\x03\x70\x8f\x21\x30\x49\xad\xe6\x4c\x05\x86\xc4\x5b\x98\x18\x2f\x72\x3d\xe5\xb9\xc3\x43\xa8\x2c\xc4\x02\xa8\x91\xda\x98\x86\x02\x52\x8a\x3a\x6c\x58\xe4\x2c\xd6\xc2\x40\xe6\xe4\x84\xcf\x04\xfd\x2a\xc3\xb0\x0e\xfb\x30\x96\x27\x2e\xa1\x59\x76\x8b\xd4\x36\xad\x0f\xbb\xc4\x56\x59\x04\xb2\xb3\x3e\x41\x48\x95\x77\x75\xd6\x25\x02\xdc\x80\x18\x2a\x0f\x06\xf9\x7c\x44\x0a\x1e\x82\x4f\x1a\x26\x24\xec\x4d\x50\xfe\x0b\x2a\x34\x3a\x63\xa0\x2b\xb3\x48\x29\x58\x1d\xa4\x9d\x34\x9f\x33\x5f\xdf\x8a\x16\x15\xf2\x57\xed\x77\xdc\xb0\x68\x22\x93\x18\xe1\x7f\xe7\x1f\x47\x80\xb4\x28\x32\x57\xcf\x6b\x14\x28\x6f\x5a\xf9\x5c\xbc\xf2\x4b\x62\xff\x06\x0c\x89\x87\x7b\xd8\xc9\x49\x5f\x31\xc6\xba\xf0\x8a\x13\x37\xd6\xca\x77\x38\xe4\xbe\x3a\xda\x63\xe0\x5c\x74\x4f\x04\x8f\xb7\x77\xd0\xec\x02\xbe\xea\xf5\x7a\xec\xef\x22\xd3\x76\x41\xa6\x3a\x5b\x20\x8d\xac\xbf\x9b\x89\x34\x79\x77\xca\xd3\xee\x95\x98\xaf\xca\xcd\x5c\xfc\x20\x03\x88\x59\x88\xce\xe2\x8a\x62\x87\xe1\xa0\xda\x35\x6c\x3e\x06\x3b\x32\x98\xf2\x74\x60\x35\x2c\xca\xd7\x71\x6a\x33\xf4\x07\xb9\x50\x84\xc5\x28\x55\x2c\x6e\xdc\x86\x4c\x79\xda\xb3\x3b\x00\x58\x3f\x39\x1f\x63\x21\x1a\x57\x7d\xd8\x55\x13\xc5\x5c\x6e\x20\x2c\x3c\x3d\x13\xab\xf3\xb5\x0f\xa4\xbf\xc3\xfc\xb5\xe3\x92\x2c\xfa\x3b\x53\x9e\xf6\x77\x7a\xec\x34\x31\xba\x53\xf2\x29\x13\x1c\x35\x8f\xbf\x58\x82\x44\x06\x49\x15\x56\x35\xcd\x60\x03\x63\x4a\xad\x70\x29\x70\x40\x85\x98\x4f\x51\x64\x82\xed\x2a\xcd\x94\x30\xce\x4d\xe8\x03\x2e\xea\x07\xf5\xfe\xef\xa9\xf6\xe5\xd9\x98\x26\xf0\xb8\x35\xe9\x21\xe0\xb9\x2e\xbf\x90\x49\x88\x88\x4b\x75\xa2\xc7\xae\xa6\x74\xb9\x17\x95\xba\xd2\xd5\x9d\x75\x68\xdb\xb0\xb9\xc7\x2c\xd5\xc6\x80\x59\x00\x37\xc9\x1d\xd1\x01\xcf\xf5\x54\x46\x83\x93\x12\xbd\x07\x38\x86\x40\x76\x6d\xca\x9c\x5c\x2c\x55\xdd\x41\xe3\x80\xdb\xbd\x1e\x9d\xc3\x53\xe8\x85\xde\x0c\xc1\xe5\x43\x7c\x22\x13\xc9\x9c\x65\x22\x4d\x78\xe4\x32\xf7\x3c\xc2\x72\x75\x2e\xd4\x13\xa1\x44\xf8\x9a\xb7\x6a\xee\x41\xeb\x61\x74\xbb\x48\x16\x1d\x1a\x40\xc7\x9e\xf6\xbd\x1e\x30\x8f\x81\x11\xf9\xc0\xf1\x8b\x0b\x91\x97\x78\x40\x26\xa8\x8a\xee\xaf\x0b\x5f\xa8\x16\x51\xbb\xfd\x59\x84\x5a\xb5\x14\xeb\xf3\x8e\x47\x13\xea\x10\x19\x6f\x9d\x7c\x3b\x25\x50\x3a\xf6\x50\xd9\x6c\x7b\xf6\xf1\x20\xd3\x32\x03\x8f\x76\x53\x0d\x78\xc0\xa2\xf3\x4f\x8f\xf5\xfa\xea\x78\x0f\xb9\x81\x9b\x1f\x46\x21\xd1\x56\x67\x64\x01\x9b\xf2\xd4\x60\xdc\x3f\x4a\x0e\x32\x63\x22\x11\x80\x73\x89\x73\xe6\x4c\x69\xd5\x45\x6e\x71\x25\xe6\xd4\x97\xc3\xed\x70\x65\x4a\xed\xa3\xd3\x1e\xfb\x88\x60\x4b\x01\x7e\x18\x2b\x52\x88\x2a\xcc\x28\xb3\xd2\xbe\xd0\x72\x18\xb7\x77\x6d\xd4\x48\x81\x89\x30\x4d\x3f\x18\x7b\xd0\x61\x57\x51\x86\xe8\xab\x10\x40\x12\x27\x8d\x6e\x1a\xbb\x44\xdb\x80\xc9\xb6\x6e\xc3\x26\xe7\xd4\x6f\x5d\xe5\x98\xd2\x4e\xdf\xc1\x39\x85\xa3\xe0\xae\x62\xea\xb6\x72\x64\x8f\x16\x1e\xd9\x71\xc6\x55\x91\xf0\xac\x46\x0b\xb0\xf9\x25\x2a\x0b\x7e\xde\xbd\x12\xf3\x2e\x92\x6e\xca\x65\x66\xf6\xe0\x25\x50\x54\x95\xc4\x2b\xf0\x12\x2a\x17\x0c\x90\x53\x97\x90\x09\x0c\xcd\x30\x8a\x76\x17\x50\x27\x22\x2b\x44\xd8\x2f\x87\xf6\x75\x4a\xa6\x45\xc2\x29\x51\xc1\x88\x94\x67\x3c\x87\xb7\xeb\xcc\x94\x58\xcd\xd4\x21\xe5\x91\x42\x60\xc8\x50\x4c\xf8\x4c\xea\x22\xc3\x3d\x4e\x70\xac\x74\x88\xef\x94\x21\xc1\x1a\xac\xc9\x8f\x6e\x49\x64\x0b\xc4\xd7\x4d\x68\x6e\x91\x04\x6c\x72\x9d\x96\xe8\x95\x54\xd1\x39\x16\x91\x8e\x41\x4a\xcc\x45\x8a\xfb\x45\x31\xad\x6b\x62\x13\x06\x01\xb1\x14\xac\x87\x5b\xc6\x47\x23\x40\x3b\xa1\x5e\x32\x11\x15\x99\x91\x33\x91\xcc\x51\xe8\x36\xd7\x32\x8f\x26\xc2\xb0\x21\x8f\xa0\x9c\x22\xc2\x4b\xfb\xb7\x97\xbb\x2b\x47\x70\x6d\x8b\x98\x95\x5a\x33\x70\xc0\x16\x4d\xb9\x8a\x05\xe1\xc6\x58\x19\x18\x50\x1f\x4a\xbd\xa4\x05\xb0\x30\xb6\xa8\x87\xd5\x54\x40\xe4\xd7\xd9\x50\xc6\xb1\x58\x54\x51\xa5\x29\xfb\xfd\x8f\xda\xee\xde\x5f\xfc\x69\x8b\x1d\x79\xed\x98\x4c\x7a\xa0\x5a\xa3\x10\x4f\xb7\x2f\x18\x5f\xae\x10\x46\x6f\x86\x21\x9d\xe8\xf8\xc6\x7b\x47\x8f\xea\x3f\xf7\xd8\x7b\x2e\x2d\x8f\x82\x9c\x34\x2a\x1e\x0e\x99\xab\x04\xc9\x53\x64\x90\x4c\x74\x4f\xa1\xa9\x14\x74\xb8\xc1\x62\xd8\xf6\xe1\x5a\xb4\x4d\x97\xd1\x5e\xbb\x1b\x3d\xbc\x68\x80\x84\x5c\x0e\x94\x6b\x47\xa4\x3a\xbf\xb7\x59\x86\x51\x4d\x1b\x4c\x36\x78\xac\xba\xff\xad\xb3\x26\x0d\x12\xb6\xfa\xae\x66\x72\x21\xb2\x99\x8c\xc4\x27\x87\x07\xb3\x64\xf4\xf5\xa6\x6c\xa2\xe1\xae\xf1\x01\xeb\xa0\xad\x53\xab\x5e\x22\xc6\x3c\x9a\xd7\x6b\x37\x2c\x8c\x15\xde\x10\x15\x25\x44\xdf\x35\xf4\x46\x5f\xff\x74\x4b\x38\xdd\x94\xaf\x34\xf2\xf8\x76\xe1\x38\xf0\x8b\xbb\x1b\x4c\xba\x3a\x67\x36\x75\x15\xd9\x83\x5a\xf8\x3f\x7e\xfa\x01\xd3\x08\x79\x4e\xb7\x84\x1d\x8f\xab\x24\xeb\xee\x4b\x48\x61\x8f\xb6\xbb\x1a\xad\x82\xb6\x6a\x60\x80\xae\x5e\x1d\x18\x2d\x09\x83\xdf\xd6\x1c\x1c\x1b\xd8\xd6\x83\x00\x25\xc4\xc5\xfd\x40\x2f\x0e\xd8\xf2\xb0\xfb\xfa\xd5\xab\xe3\x57\x1d\x2c\x73\x65\x2f\xb4\xbd\x2a\x37\x78\xf9\x12\x22\xaa\xe0\x5a\xbb\xe6\x59\xec\x7d\xa9\x32\x91\x96\x1d\x74\x16\xba\x69\xd6\xaf\x44\xde\xb8\x66\x16\x23\x64\x20\x8d\xd5\xc1\x80\xe8\xe3\x3d\x67\xca\xba\x0a\xc4\x80\x86\xff\x46\xab\x91\x1c\x2f\x39\xec\x2d\xad\x4b\xf8\x03\xb4\x4e\xf8\x72\xcf\x76\xa1\xa7\x98\x33\x7a\xf9\xc3\x85\x6d\xa6\x28\xb4\xca\xeb\x5f\xae\x46\xf1\x3a\xe5\x48\xfe\x52\xa8\xb8\x69\x38\x6e\x14\x23\xc1\x66\x18\x62\x7c\xfe\xee\xbd\x77\xfe\xbf\x39\x65\x43\xfc\x09\x09\xcd\x11\x97\x53\x88\x9c\xe1\x32\x1c\xd7\x0b\xe3\x24\xb0\xc8\x8e\x09\xb2\x20\x04\xd8\xdb\x0a\x15\x60\x59\x99\xb9\xc9\xc5\xd4\x5e\x31\x26\x67\x99\xd6\x56\xe9\x41\x99\xc6\x6f\x80\x47\xb9\x5d\x48\x5b\xc3\x79\xbe\xc0\x7a\xb5\x34\xad\x1e\x0f\xd1\x3d\xfb\xd3\x1a\xb7\xc1\xd2\x04\x45\x3a\xd7\xb2\x71\x07\x04\x8c\xb0\x34\x17\xf9\x32\xd5\xef\x50\x98\x71\x0d\xac\xb8\x97\x25\x5e\x09\xf7\xcb\x0d\xe6\x2e\xc2\xf7\x75\x8c\x42\x82\x5d\x1c\x24\x52\x4b\x5a\x2e\x83\x1e\x21\x92\x09\x44\x76\xae\x0b\xc7\x36\x0a\x23\x10\xb7\x4a\x46\x62\xb0\x20\x1c\xbc\x25\xa1\xa9\x36\x4f\x3b\xba\xb1\x9c\x51\x06\x66\x42\x85\x23\x1c\xc3\xa7\xa1\x75\x10\xf7\x83\xab\xd8\x72\x19\xcb\x8b\x01\xf3\x7d\x77\x00\xd2\xae\x38\xd9\xdf\x9f\x68\x93\x9f\x58\xee\xb5\x6f\xb9\xf4\x60\xaf\xc7\xde\x05\xc0\x45\x7a\xc4\x06\x45\x96\x20\x04\x8a\x1b\xf2\x82\x45\xb1\x4a\xfa\xc0\x76\xe7\xf9\xa3\xd5\x05\x60\x07\x40\xd5\xf6\x4b\xeb\xd6\xaa\xba\x4e\x7f\xa6\xda\x2f\xc1\xda\xf8\xa2\xf1\x26\x17\x9c\x02\x4b\x21\x82\x72\x2a\xc7\x13\xc2\x30\x34\x3a\x71\xe0\x51\x3e\x25\xed\xed\x87\x0b\x98\xb7\x9e\x06\x47\xc0\x60\x7d\x9f\x0e\x16\xd5\x28\xe9\x6e\x60\x45\x59\x1c\x29\xf4\xc5\xa4\xea\xd2\x90\xa0\x23\xee\x50\x26\x4b\x96\x9f\xf0\xb9\xc0\x8a\x62\x52\x27\xb0\xec\x7b\x3d\x37\x75\xab\x54\xf3\xc4\x80\x7f\x00\x02\x2f\x5d\x54\x24\xac\xd1\x79\x22\xb8\x01\x25\x89\xc4\x68\xc0\xb9\x63\x03\xbb\x7d\x09\x76\x60\x57\xfa\xf0\xe8\x8f\xbd\x83\xde\x41\xef\x70\x80\x6a\x28\xf5\x6d\xe9\x4c\x9a\xab\x39\x2b\x54\x22\x8c\x01\x9a\x82\xac\xf8\xb1\xd5\x59\x59\x04\xd0\xa9\xda\xae\x6f\x85\xb6\x19\x26\xf1\xc1\xd2\x39\x55\xcd\xb6\xb1\xf2\xb9\x67\x10\xf8\x35\x2e\xac\x12\xc8\x93\x80\x7b\x42\x8d\x1d\x3c\x3e\xe1\x71\xb9\x28\xa2\x09\x16\xef\xb1\x3f\x3b\xb3\x50\x32\x27\xd7\x88\xd2\xaa\x6b\xa9\x8a\x0f\x13\x81\x71\xbc\x1d\x20\x07\xc1\x0d\x34\x01\x58\x8f\x22\xb5\xdb\xc4\x99\x12\xd7\x8e\x0a\x3c\x25\x21\x81\x7a\x52\xeb\xef\x00\x4a\x4d\x7f\xe7\xcf\x40\x22\x96\x92\xe9\xa7\xb1\x24\x86\x4e\x4d\x4e\xf6\xf7\xfb\x3b\xd0\xcd\x29\x73\x02\x89\xbb\xf4\x09\x25\x60\xc4\x48\xa6\x75\x26\x40\xae\x1c\xf6\x0b\x3a\x21\xc8\x18\x02\x83\xfb\xf1\xd3\x0f\x3d\xf6\x7f\x74\x01\x6d\x1d\x89\x42\xc7\xb9\x86\x20\x2e\xd4\x73\x86\x32\xcf\x78\xe6\xbb\x21\x76\xe3\x8f\x21\x26\x47\x42\x80\x7c\x87\x71\x37\x5b\x67\x06\x93\x34\xf1\xd3\x3c\x17\xd3\xd4\x61\xf3\xdb\x97\x51\x89\x0e\x90\x15\x8c\x8c\x18\x2f\xf2\x09\xc2\xed\xf5\x77\xec\x2f\x27\x2e\x8c\xec\x7f\xf6\x77\x10\xdb\x23\x2f\x91\x41\xbe\xcd\xf8\x18\x8d\x60\xbb\xfd\x9d\x2f\x7a\xbd\x5e\x7f\x07\x8d\x32\x7f\x2b\x44\x36\x67\x29\xcf\xf8\x54\x40\x04\xdf\x6e\x7f\xe7\x1b\xf7\x3b\x29\xf1\xd4\x4b\x87\xb4\xbc\xad\x51\x3b\xee\x55\x6a\x68\xab\x3c\xb2\x48\x66\x08\xeb\x80\x54\x6a\x5a\x6b\xa0\x71\xc0\x59\xf2\x4d\x68\xe3\xd6\x10\x0c\xda\x05\x97\xfb\xb8\x06\xdb\x44\xa5\x65\x37\x61\x38\x34\xa7\x19\xd8\x13\x9b\x15\x11\x82\x16\x5b\xa2\x0c\x57\xa0\x72\xa7\x41\x2c\x22\xcf\xc5\x78\x6e\x9f\x1d\xd0\xcb\x17\xdd\x57\xe5\xd2\x7d\x12\x33\x29\xae\xd7\x04\xfd\x5d\xf4\x98\x13\xd6\x1d\xbe\x3d\xe5\x9b\xa7\x70\x9b\xd8\x6f\x06\x6f\x6a\x4f\x0e\x4a\xf0\x5b\x3b\x0d\x1a\x2e\x13\x37\x80\xbc\x8c\x77\x47\x60\xd2\x0a\x8a\x8d\x09\xc2\x98\x77\x5b\x4f\xd7\x12\x9a\x92\x81\x2b\xca\xdc\x39\x82\x1c\xac\x68\xe9\x92\x2c\x91\xf5\xab\x06\x25\x82\xca\xad\xa6\xed\xb2\xe1\x3c\x18\x44\xa7\x42\x70\x76\x40\x23\x2e\x93\x85\xc5\x47\xec\x9b\x79\x09\x71\xec\xa7\x18\xc1\x06\xfb\xa8\xce\x12\x98\xd5\x95\x6d\xf0\xd0\xc7\x2a\x2e\xdd\xd8\xae\x02\x2f\x24\x1e\xbb\x16\x98\xd4\x41\xbc\xcb\x0e\xf4\xc2\x0d\xb4\xbc\x04\x6a\xfa\x91\x1d\xf2\x93\xc2\x03\x5e\x48\x89\x0f\xa2\xcf\x00\xea\xe9\x2a\x9c\xd6\x75\x61\x17\xea\x0f\x86\x9b\xeb\x80\x6b\xc9\x76\x66\x69\x1a\x60\x7a\xd2\x4c\xaa\x6a\xbd\xe4\x85\xac\xeb\x7f\x5d\x7c\xfc\xb0\x06\x12\x96\x6b\x46\xb5\x54\x25\x54\x3e\x28\xe1\x81\x76\x21\x49\x07\x03\xc4\x2b\x28\x55\x0e\x9e\x4e\x1a\x26\x66\x3c\x29\xd0\xaa\x3e\xb6\xaa\x5a\x8e\xa6\xfd\x06\x5c\x96\x66\x69\xa6\xe3\x22\x12\x41\x2c\x8a\x97\xd4\x71\xc2\x5b\x18\x08\x96\xa4\xe4\x35\x72\x4b\xfd\xc7\xa0\x52\x39\xf3\x95\xca\xc3\xdf\x1d\xa6\xea\xd6\xc3\xda\x3c\x1f\xcb\xdb\x2e\x5c\x62\x16\x38\x75\xca\xbb\xa5\xb1\x56\xc0\xf5\x5e\x58\x6d\xfe\x05\x0b\x7a\x4a\xd3\x44\xa2\x84\x07\xb2\x0c\xa1\xaa\x94\xb2\x88\xa3\x2d\x2b\xb5\x1b\x43\xe8\xdf\xae\x5e\x9d\xf3\xdc\x01\x1c\x2a\xb6\xa3\xbb\xc5\xef\xa3\x7d\x61\x15\xeb\x79\x2c\xf3\x49\x31\xec\x45\x7a\xba\xff\xf1\xf4\x6c\x9f\xc6\xdf\xad\x24\xf7\xef\x0f\x13\x3d\xdc\x9f\x72\x2b\x18\xed\x3b\x96\xb4\x7f\xd4\x3b\xe8\x4d\xe3\x2f\x62\x9e\xf3\x2e\x02\x21\xac\x2e\xa3\xb3\xca\xa6\xb6\xa6\x45\xaf\xb1\xfd\xf0\x43\x59\xf6\x7d\xcb\x7d\x4f\x33\xa9\x33\x99\xcf\x57\x56\x88\xc2\x66\xb4\xf7\x2e\xf2\x06\x77\xdb\xe7\x34\x58\xf5\xc3\xea\x2c\x53\x10\xb6\x95\xb3\xf8\x79\x12\xa0\xd2\x26\xb8\xdb\xe0\x5f\x33\x3d\xf6\x83\xbe\xf6\x65\x58\x50\x76\x8f\x34\x80\x7c\xd9\x76\x13\x39\xb6\x7a\xb0\x7b\x7d\x8f\x39\xc8\x6f\xf4\x6b\xa3\xc0\xac\x5d\xa0\x8e\x62\x89\x9c\x4a\xfb\x27\xda\x1b\x4d\x24\x14\xcf\xa4\x36\x81\x8d\x0c\xc1\xe5\xb8\xef\x12\xd5\x15\x87\x97\x53\xc7\x83\xdb\xd2\xdc\xb5\x22\x50\x6f\x41\xa1\xfa\x20\xc9\x71\xe5\x59\x7a\x42\xf4\xbc\x81\x6d\x6f\xa7\xbe\x30\x9d\x96\x0b\xe0\x11\xaf\xc6\x35\x04\xf8\x45\x8f\xb4\xc8\xf1\x54\x2f\xbe\x2c\xfc\x11\x16\x8f\xe0\xec\xcd\xa7\x75\x4c\x7d\xcf\xa2\xec\xef\x58\x94\xad\xd8\xe9\x07\x3f\xf7\x77\x88\x70\xfb\x3b\xbf\x3c\x7c\x8d\x66\xa7\x81\xad\xc4\x2a\x25\x45\xad\x5c\x31\x7b\x20\x5a\xe1\xf6\xe9\x88\xd8\x0d\x14\xf9\xb5\x10\xca\x2f\x59\x5b\xa1\xb7\x13\xd6\x65\x83\x0f\x5a\x89\xc1\x09\x22\xf8\xd3\xd3\x19\x46\x98\x20\x14\x9a\x33\x35\x87\x41\xb9\xd7\xde\x00\x98\x6b\x28\xc0\xa5\xe6\x14\xde\xe1\x6c\x7a\xed\x84\xd1\x2d\x35\xcd\x93\x60\xdb\x70\x83\x50\x49\xd5\x15\xf8\x29\xb7\x83\xb9\x66\x31\x81\xb9\x79\x4a\xec\xb1\xd3\xb2\x38\x45\xe0\x19\xe8\x2b\x06\xb6\x12\x21\xe2\x30\x72\x10\xc5\x2b\x8a\x00\xd8\x10\xd5\x03\x2d\x4b\xd0\x36\x78\xff\x75\x8b\xbb\x02\x1f\x32\xa2\x5e\x45\x65\x1d\xd1\xa1\xa5\xbf\xfb\xb5\x39\x20\xcf\xde\xd4\xf0\xd0\x36\xed\x3b\xb3\x3f\x78\x17\x26\x86\xd4\x0c\x5c\x2b\x30\x8f\x52\xc0\x68\xab\xb5\x62\xcd\x4b\xd3\x9f\xb9\x47\xbb\x14\xb7\xd0\x14\x03\x1d\xb1\xe2\xb0\xaf\x62\x53\x96\x22\x99\x2b\x56\x4d\x7e\xa2\x92\x91\xf7\x18\x3b\xcb\x0d\x4a\xba\x10\xcb\x3b\xf4\xe8\xbe\xa4\x40\x7c\x05\xd8\xcf\x3d\xa8\x43\xdd\xa3\x0f\x58\x9e\xc3\xf2\xce\xb0\xc8\xe7\xec\xb0\x77\xf8\xba\xc3\xd2\x84\x2b\x45\xe7\x0c\x6a\x0e\xc1\x61\x84\x5f\xbf\xec\xb1\x1f\x0d\xf0\x8e\x60\x51\xd0\x37\xbf\x3f\x3b\x5c\x5c\xc0\xd6\x79\x04\xd6\xa8\x7b\xe3\xd9\xd2\x0a\x1e\x7a\x7a\x7e\xf6\x53\xad\x4c\x70\x70\x27\x5a\xf9\x16\x91\xc9\x9c\x78\x5d\x03\x7a\x80\x38\x76\x9f\xa7\x70\x41\x1e\x07\x5a\x70\x27\x96\x64\x22\xd2\x63\x05\xe8\xec\xd8\x9b\xbf\x87\x12\x9e\x0b\x50\xb3\x88\xab\x01\x07\xee\xf8\x28\xbd\x4c\x40\xd0\x5e\xa1\x82\x1e\x90\x49\xb7\x02\xb9\x8f\x65\xee\x56\x31\xd2\xd3\x69\xa1\x64\x3e\xdf\x87\xfa\x54\x72\x58\xe4\x3a\x33\xfb\xb1\x98\x89\x64\xdf\xc8\x71\x97\x67\xd1\x44\xe6\x02\xa2\x9f\x5d\xad\x9d\x99\xd5\xf0\xec\x56\x4c\xe3\x2f\x16\x54\x7c\x58\x87\x5b\x5d\xad\xae\xb0\xef\xaa\xeb\xfb\x28\x12\xd4\xf9\xfd\xe2\x3a\x45\x07\xea\x82\x04\xc4\x5c\x06\x32\x96\xe4\x5e\x2e\xbb\x5d\x32\xa9\x46\xae\x9e\x0c\x15\xc3\x12\x25\x6e\x28\xba\x9d\x2c\x77\x62\xa6\x18\x4e\x65\x6e\x42\x48\xd0\x1e\x7b\x83\x1e\xa1\xa1\x28\x23\x88\xcf\x14\x7b\xc3\xa7\x22\x79\x03\x45\xc8\xef\x79\xd1\x41\x31\xe8\xda\xf5\xdb\x62\xd9\x5d\x6e\xc9\xa6\x37\xc3\x94\x47\x13\xa9\x44\x36\x2f\xb9\x95\xed\xaa\x37\x3b\xec\x95\x39\x3d\x8b\xe1\xef\x1f\xe2\x22\x5a\x5a\x12\x7d\xa9\x53\xb8\x59\xfc\xdc\xd2\x40\xb5\xfc\x79\xb5\xac\x0b\x55\x3f\x5f\x20\x97\xdd\x3f\x4a\xef\x8a\x19\x6f\x89\xd4\x4b\x01\xbb\xeb\xd5\x97\xdc\xfc\xee\xb4\xfb\xb0\xea\xde\xf4\xdf\x57\x02\x52\xe1\x0a\xe9\x12\xbb\xed\x12\xeb\x28\xbb\xae\x2c\xb4\xab\xc4\xbe\xd3\x76\x71\x54\xd7\x84\x3a\x5a\x78\x5d\x56\x5b\x97\xba\xa8\x13\xfb\x9b\x6b\xf0\xcb\x03\xdc\xfb\x65\xf9\xc5\xcd\x05\x00\xff\x6c\x19\x18\x43\xd6\x85\x40\x1d\xcb\x40\x39\xf6\xf5\x2b\xfd\xad\x96\xea\x75\x2e\xd5\x84\x9b\xfc\x32\xe3\xca\xc0\xc3\x97\xb2\x69\x51\xbb\x05\xaf\x81\xee\x96\xd1\x75\xf3\xed\xcc\x7e\x85\xb0\x12\xa4\x00\xd0\xb4\x72\xdf\xcc\xd5\x39\xb4\xea\x2e\x1d\x8c\xb2\x1c\xe3\x02\x9f\xd6\x54\x18\xb3\xba\xa0\x14\xb5\x0a\x0c\x86\x5d\x6f\x30\xf4\xbf\xe1\x19\xb4\xb7\x99\xdb\x0b\x3e\xd4\x45\x4e\x03\xf7\xa3\xdc\x42\x25\xc8\x04\x37\x2b\x85\x1b\x6c\x84\x43\xc4\x74\xd4\x8e\x5d\x89\xee\xb5\xce\xe2\x4e\x79\xaf\x31\x6a\x57\x9a\x38\x69\x21\x5f\x98\x3b\x18\x69\x3b\xd3\x5c\xc0\xb4\x2a\x60\xf4\x2e\x57\xcb\x0d\x07\x2e\x68\x7b\x3b\x5f\x42\xba\xe1\xb7\xa8\x80\x91\x6e\xb6\xc5\xc8\x36\x30\x18\xe6\x2e\xa3\xb5\x39\xa6\x4b\xb0\xe6\x39\x63\xc4\x3b\x93\xf3\x61\x22\xcd\x44\xc4\x1d\x06\xb5\x29\x4f\xa9\x50\x25\x48\x75\x97\x22\x9b\x4a\xc5\xf3\x0d\xca\xcd\xac\xc9\x83\xeb\x46\x3e\x5a\xf6\x27\xa0\xcd\xfc\x20\x4d\xbe\x05\x43\xfb\x81\x12\x33\x4a\xd8\xf1\x85\x7a\x01\x55\x4f\x7d\xd6\x0b\x9e\xb4\x5e\xd0\x0a\xa3\x53\x5b\x76\x4c\x94\xc3\x9c\x1c\x15\xcb\x99\x8c\xad\xd8\xb2\x6a\xe3\x1f\xa1\x26\xe7\x0a\x05\xfe\x36\xd6\xbf\x67\xfd\xe9\xb7\xa2\x3f\x59\x16\x56\xd3\x9e\xd6\xe4\xe6\x48\xc3\xff\x54\x22\x35\xb0\xf9\x27\x29\x56\xd7\xcb\xe0\xaf\x7b\x03\x7d\xa0\xa2\xf1\xa1\x22\x45\xe5\xe9\xcb\x0a\x4c\xd2\xdc\xa2\x50\xbf\xed\x77\xac\xb3\x16\xa8\x97\x46\x80\xb9\x6b\x58\xbd\x12\x61\xff\x44\xcc\x6a\xd5\x35\xeb\x11\x16\x43\x91\x68\x35\x86\x71\x43\x34\x2c\x7b\xc1\x93\xe4\x45\x99\x41\xc9\xd2\x82\x84\x16\x26\x15\x98\x05\x7d\x69\x7d\x5f\xd2\xc1\xe0\xfd\x53\x10\x46\x9c\x8b\x0b\xb0\x4b\x81\xce\x21\x26\xd5\x8c\xc2\x91\x0d\xa6\x4c\x42\xc8\x6d\x94\x27\x6c\x2c\x20\xb0\xf0\xe1\x3d\x29\x6b\xf0\xd2\x2b\xe2\xa5\x14\x26\xee\xea\x28\x3a\x64\xbe\xd0\x40\xe0\x00\x4c\x30\x1d\x31\x99\x07\x22\x34\xb8\x01\xa4\x1a\x17\x09\xcf\x7a\x44\x11\x41\xed\x28\x65\xc0\x4b\x6f\x42\xaf\x9d\x87\xda\x20\x84\x85\x81\x7d\xe5\x20\x00\x32\xa0\xad\x00\xcf\xd5\x16\xe2\xad\xa5\x91\xef\x57\xcf\xdf\x35\x5b\xb1\x06\x40\x71\xde\x67\x52\xae\x48\xe8\x37\xeb\xef\xe0\x1c\x2c\x2b\xe8\xef\x6c\x13\x23\x91\x14\x19\x5f\x15\x01\x8f\x8d\xdc\x70\xe9\x53\x98\x82\x15\x06\x16\xc1\x31\x5d\xb7\x0c\xf5\xb2\xb2\xd3\xfb\x5f\xe1\x9b\xbe\x76\xc5\x40\xa7\x3c\xa7\xc4\xa1\xf0\xdd\x0b\x45\x95\xdd\xc0\x9c\xce\x06\x5f\x01\x1f\xe9\x51\x97\x3d\x7a\xe3\x60\x2f\x28\xeb\x97\x24\x2c\xd1\xd7\x88\xbf\xba\x8d\xda\x35\xd1\x59\x5e\xe7\x7c\x6d\xcb\x59\x36\xc4\x05\x99\x40\x4a\x13\x7c\x76\x0a\x61\x59\x0d\xd0\x39\x10\xee\x8d\x4b\x7c\x05\xef\x07\x2f\xc3\x00\x8e\xdb\x74\x8d\xf5\x78\x00\x8f\x2c\x1d\xed\x55\x6b\x49\xcd\xfc\x59\x72\x9f\xdb\xc8\x73\xc9\xf4\x2a\xa7\xca\x7f\x1d\x13\x8b\xb8\x63\xcd\x91\x0e\x5d\x9d\x6b\x3e\x01\xcd\xf1\xa2\x6a\x5f\x5e\xf7\xde\xbe\x68\x5a\x7d\x79\xcd\xe6\x2b\xb3\x0a\x97\x20\xa3\xef\x6a\xf5\x31\x48\x2b\x07\xe5\x8c\x82\xa4\x56\x90\xc5\xa2\xc7\xc2\x50\x87\xd2\x63\x1d\xd1\x8f\x58\x52\x0e\x0f\xdb\x25\xd8\x95\x74\x91\xa7\x45\x5e\x0d\x49\x6a\xa9\xde\xeb\xb3\x9f\xf6\x21\xcd\x04\xaa\xf6\x92\xb4\x1c\x89\x34\x37\xfb\x5f\x64\x22\x12\x72\x66\x7f\xf3\xdc\xb0\xcb\x4d\x17\xd2\x36\xaa\x91\x49\xec\xcc\x67\x4d\x74\x48\x2d\x00\x47\xbe\x0b\xd9\x10\xc6\x8f\xd7\x21\x2d\x94\x81\x05\x97\x3a\xed\x26\x56\x7a\xc7\x7a\x58\x22\x73\x52\xa9\x7f\x86\x43\xe5\xf4\xbc\x80\xdb\xd4\x83\xf0\x53\x88\x0a\xcb\xfd\xf3\x3a\x5b\xf8\x78\x90\x11\xe7\x81\x1b\x28\x08\x2e\x96\x26\x4d\xb8\xc7\x34\xe2\x63\xb1\xa0\x04\xbe\x3d\xaf\x2d\x69\x72\x8f\xa6\x49\x36\x42\x87\x6f\xc3\xbb\xa2\xb6\x60\xab\x07\x9b\x88\x7f\xf7\xd2\x94\x85\x30\xb8\x0b\xad\x2d\xc1\x57\x46\xe4\x56\xa3\x2d\xef\xa3\x37\x9f\xde\x2e\xb0\xdd\x3a\x7d\x66\xd9\x69\x84\x36\x8e\x43\xdb\x5b\x0c\xbf\x58\x5e\x89\x7e\x4b\x11\xa2\xd7\xeb\xdd\xaf\xbc\xb0\x65\x76\xf9\x63\xfa\xb0\x50\x28\x59\x46\x0e\x28\x7d\x10\x22\x59\x55\xa4\xb3\x8c\x04\xc4\xd2\xaa\x84\x52\xdf\xad\x45\x21\xb8\x2d\xe1\x3c\x2b\xe3\x71\xdb\x42\x80\x42\xa5\x90\xe7\xd5\x9a\x43\xab\x50\x51\x5c\xe4\x29\x59\x10\xcb\xe8\x8c\x12\x04\x09\x42\x5c\x28\x4e\x8e\xb2\xc2\x4c\xae\x33\x3e\x16\xbd\x0a\x9e\x20\x22\x0c\x96\x48\x88\x76\x71\xb0\x40\x87\x1b\x26\x24\x07\x54\xa0\x12\x79\x72\xcd\xe7\x01\xe2\x12\x30\x5b\x0a\x66\x72\x66\x48\x27\x95\xb8\xc3\xd0\x64\xed\x0d\x90\x0b\x08\xed\xc0\xe2\x4a\x41\x86\xbb\xa9\xa5\xb8\x07\xa1\x22\x27\x3e\x17\xda\x89\x25\x61\x60\x15\x85\x8a\xb0\x73\x1c\xa6\xb7\xaa\x16\xaa\x32\xc1\x08\x1d\x02\xab\x91\x67\x28\xe3\x12\xf4\xac\x75\x10\x71\x4e\x60\x56\x83\x12\x60\x69\xe5\xad\x7b\x57\x35\xf3\xf7\xbf\x20\x98\x1b\xb8\xed\x0a\x3f\x42\xfb\x4d\x0d\xb5\x67\x75\x08\xf1\x52\x08\x42\x13\xe9\x95\x0e\x10\x68\x13\x90\xfb\xf5\x44\x50\xcd\xd3\x85\xac\xd2\xb2\x56\x4a\x74\xec\xda\x8b\xdb\x43\x0d\x74\xa1\xb3\xb8\x2d\xe0\x90\x0d\xde\xe0\x13\x03\x20\xe2\xc1\x07\xf7\x4c\x3c\xf0\xb4\x06\xf1\x60\xe1\x0f\x5b\x28\x45\xed\x35\x93\x1f\x88\x05\x56\x2a\x36\x2f\x75\xe1\x87\xb5\x97\x1d\x1b\xbc\x86\x50\xae\xf0\x97\x65\x7b\x30\xe1\x6b\xc9\x6e\x8d\x2a\xcf\xeb\x0a\x70\x95\x07\x17\x48\x71\xed\x7b\x30\x6b\xab\x43\xfb\x40\x3b\x10\xd4\xc0\x5d\xb6\xfe\x01\xf7\x28\xd5\x88\x12\x2c\x0a\xb5\xdb\xc5\x15\x5f\x17\x08\x99\x2d\xfb\xd1\x64\x53\x24\x88\x56\xa0\x21\xd6\xde\x13\xe2\xde\x9b\x6d\xc7\x5a\xee\x30\x1f\x59\x5e\x4a\x4d\xee\xab\x7b\x91\x9b\x2a\xa6\x97\xe5\x12\x14\x86\xbe\x5b\x51\xdd\x31\xff\x81\x5b\xac\x01\x79\x92\x46\xfe\x2b\x62\x2f\x65\x03\x3b\x90\xa1\xce\x27\x01\xa8\x01\xfb\xe8\xf2\xad\x82\x07\x0d\xc6\x99\x96\x8d\xc2\x8b\x0c\x90\x1d\x82\x86\xf5\x30\xc5\xb5\xf9\xd3\x6c\xbd\x9c\x83\x59\x90\x63\xe0\x6d\x73\x7a\x04\x84\x12\x6c\x8d\x59\xb9\x37\x6d\x33\xad\x4f\xf4\x72\xe3\xf5\x9e\x56\x37\xab\xec\x98\x62\xc0\x37\xdc\x0e\xe7\x87\x55\xde\x46\xe5\x4e\x88\x95\x2d\x0a\xc2\x4e\xd1\x08\x25\xa9\x48\xfa\x22\xe2\x2a\x33\x07\x08\xa7\xb3\xc5\x76\x45\x48\xc6\xde\xb9\xeb\x7c\x6a\xd2\xb0\xfe\x0e\x80\x46\x24\xf2\x4a\xf4\x77\x3a\x4c\xe6\x28\xb3\x18\xc0\x0e\x1a\xea\x19\x00\x1e\x54\x5b\xd5\x7a\x31\x9d\x40\x1c\xf4\xc9\x20\xe2\x46\x46\x7a\x9c\xf1\x74\xe2\x70\xaa\xfb\x3b\xdf\x37\xfb\x30\xcc\xe4\x3c\x23\x64\x4b\xce\xfa\x3b\x33\x3b\x0a\xc0\x15\xe1\x99\x83\x45\x46\x43\x1b\xf7\x28\x44\x88\xcf\xfb\x57\xcb\x9d\xb0\x97\x3d\x7a\xc4\xa5\x11\x26\x73\x0a\xb2\x80\x59\xf6\x77\x78\x92\x4e\xb8\x2b\xa1\x64\xb9\x66\x7f\x07\xb6\x85\xa2\x64\xaa\x1d\x4b\x15\x74\xec\x2a\x15\xc3\x69\xc6\xf4\x10\xa4\x8e\xe1\x9c\x7d\x77\xca\xbe\xc6\x62\x9b\x5f\x33\x78\x03\xdb\xbd\x06\xd4\xb7\xef\x4e\xd1\x85\x51\xa6\x8d\xe4\x13\xab\xec\x9b\x62\x34\x92\x37\xcc\x40\xda\x80\xc1\x47\xe1\x42\x4a\x27\x7c\x0f\xad\x8a\x30\x8d\xe1\x9c\x92\xdb\xec\xe8\x2b\x13\xa5\x79\x56\xc6\xd8\x63\xa7\xca\x21\x30\xb8\x31\xfa\x32\xe6\xb4\xca\x27\x6c\x76\x78\xd0\x61\xb3\xa3\x0e\x9b\x1d\xda\xff\xc3\xdd\x01\x9f\x0e\xec\x5f\xc7\x1d\x36\x3b\x86\xeb\xc4\x7e\x75\x04\x23\xc2\x76\xf0\xe7\x51\x87\x8d\xb4\x3e\xc4\x7f\xeb\x69\x6d\x4f\xc0\x19\xed\x02\x1e\x36\xb6\x21\xac\x69\x3f\x44\x9d\xbb\xa1\x61\x36\x04\xcd\xa7\x60\x50\xac\xc7\x22\xad\x6d\x52\x6c\x0b\xaa\x5c\x2f\x9a\x72\xb5\x51\x91\x02\x84\x5a\x8d\xf5\x4f\x4b\x31\xaf\x0c\x15\x8e\x7d\xe0\x13\x85\xc2\x71\x1e\x1c\x16\x80\x68\xed\x11\x75\xcc\x1a\x1d\xa6\x01\xd7\xbd\x9c\x88\xb9\x4b\x2c\x2d\x33\xf7\x20\x39\xb4\xec\x55\x62\x3e\xd8\x62\xf8\x89\xb8\xbd\x78\x6e\xd3\xc0\x44\x0d\xfd\x1e\xd2\xf6\x59\x31\x2e\xe5\x59\x2e\x23\x30\xd4\x73\x03\xd9\x76\x94\x37\xb8\x56\xf4\xe8\x13\x38\xe2\x65\xe0\xe8\xad\x9c\x1c\xb9\xce\x44\xbc\x66\xde\x63\xb5\xb1\x83\x89\x0e\x24\xd5\x66\xc4\x96\x43\x54\xb2\xb7\x80\x98\x89\xac\xcc\x04\xec\xb1\xcb\x8c\x47\x57\xa4\xa1\x9b\x20\x27\x91\x2a\x11\x72\x36\x95\x63\xca\x0f\x04\xf8\x01\xc0\x3f\x80\x21\x94\x6d\xa5\x62\x22\x8f\x5c\x25\x52\x94\x35\x8c\x95\x84\xc1\x78\x6e\x74\xa5\x17\x08\x31\xd1\x49\x22\x32\x30\x22\xd8\x95\x34\x93\x4a\x8b\x32\x50\xd4\xdf\x55\xbb\x42\x99\x02\x2e\x1e\xa5\x99\x4e\x5c\x85\x0a\x12\x2f\xc4\x28\x47\xdc\x2d\xb0\xd4\x84\x77\x16\xe4\xbf\x08\x67\xc9\xca\x1b\x99\x97\x14\x6a\x43\x19\x97\x5e\xe4\xc1\x90\x1c\x0a\xa9\xc1\x3e\x28\x9e\x75\x00\x87\xa2\x94\x9b\xae\x27\x32\x81\xfe\xad\xc0\x4f\x99\xfb\x65\x7f\x4f\x09\xa7\xa3\xca\xed\x16\x53\xdf\x13\xb8\x2d\x9a\x91\x82\xeb\x5e\x17\x3f\x35\x32\x95\x4b\x79\xc7\x52\x2e\x18\xb0\x9f\xbd\x4d\x4d\x6f\xd3\xf6\x1e\xa3\xf3\x96\xb6\x1e\x8d\x9f\xa3\xa1\x91\xd2\x04\x11\xca\x22\x72\x71\x95\x86\xed\x96\x8e\x26\xf7\x68\x69\x95\x2d\xd0\xdf\x0d\x2a\xdd\xde\xb3\x67\xea\x2e\x3d\x53\x1b\xc2\xec\xce\x02\x45\xb0\x83\x68\x68\xff\xfd\x5f\xff\x77\x76\xf8\xdf\xff\xf5\xff\x3a\xf0\xd7\x11\x8c\x18\x3e\x8a\x3c\x5a\xd7\xf4\x80\x96\x18\x97\xc4\x9c\x2f\x37\x45\x80\xf6\x8a\x8f\x0f\x5c\xe5\x9b\x6d\x0c\x91\x60\xaa\x79\xb2\x06\x30\x32\x46\x6d\x6f\xfc\x0a\x56\x74\x91\x31\x6c\x6b\x3b\x56\xe5\xa8\x57\x3c\x16\x9b\x1d\xf5\xa6\xf1\x6d\xd1\xa1\x5f\x0c\x82\xda\xac\x64\xd6\x02\x4b\x2a\x28\x56\x77\x94\xf0\x31\x13\x8a\x0f\x13\xa9\xc6\xfb\xb1\x34\xf8\x57\x75\xb9\xe0\x7a\x47\xc9\xd9\xd9\x30\x24\xc7\x40\xde\xd3\xf3\xb3\x05\x71\xad\xcb\xcd\xfc\x28\x8f\xac\x21\xcf\x05\x39\x2b\x2e\x92\xd0\xaf\x73\x75\x69\xea\x0e\xaa\xc6\x29\x0b\x3d\x56\x97\xa0\xf7\x3b\x9f\x92\x08\x70\x46\x2b\x36\x00\x6a\xff\xaf\x4b\x8e\xd4\xf2\x79\xfe\xc6\x8c\xfb\xcd\x33\xb4\xd8\xd8\x3f\x5b\x7e\xa0\xd6\x30\xd6\x57\x4f\x55\xf8\xc0\x16\x47\xab\x3a\xc7\xd5\xa7\x6a\x4d\xd9\xb1\x0e\x6c\x43\x27\xb0\x85\xd6\x1f\x4d\x7a\x0c\xc8\xe0\x22\xe2\xc9\x32\x04\xfb\xe5\x0f\xfa\x40\x08\x42\x4a\x70\xf1\xc6\x02\xca\x90\x88\x70\x89\x51\xa4\xac\xaa\x5a\x6b\xa5\xf3\x0d\x45\x72\x21\x12\x11\xe5\x3a\x5b\x03\x10\xae\xd1\xbe\x92\x19\x53\x22\xc3\x91\xd3\x19\x34\xe8\x06\xd4\x1b\xd4\x90\xd0\x59\x26\x4c\xaa\x15\x62\x69\xe0\x74\x07\x98\xb0\xd4\x33\xf4\x82\x41\x8f\x7d\x54\xc9\xbc\xec\x17\xeb\x27\xe9\x02\xd3\x10\xaa\x98\x73\xe4\xd8\x26\xfc\x53\x1f\x42\x89\x0f\xc3\x50\xc9\xcb\xd0\xc3\xb7\x20\xdc\x2e\x80\x18\x0c\xca\xf6\x44\xd8\xd7\x3a\xbb\x42\x8e\xf4\x6f\x3a\x93\x7f\xd7\x2a\xe7\xc9\xb9\x8e\x4f\x8b\x5c\xc3\xd2\x67\xa1\x82\x09\x89\x11\xae\x9c\xbb\x34\xc1\x32\x04\x75\x9c\xd0\xd2\x8a\x0f\xec\xc2\x49\x02\x13\x66\x22\x6e\x98\x9b\x2e\xd5\x22\x73\xe0\x79\x3e\x87\x93\x87\xf1\xb8\xb0\x03\xe5\x23\xd2\x9b\xaa\x47\x3a\x9b\xb6\x66\x57\xdc\xa3\x9f\xfa\x0b\x58\x8c\x6e\x48\x87\x68\x47\xcf\x04\xc6\x48\x53\x74\xb3\x13\xb2\x1c\x20\x18\xd1\x48\x9b\x50\xd0\x21\x1c\xe8\x1a\x25\xb8\x8a\x84\xe4\x6d\xd8\x87\x17\x0f\x2a\x27\x00\xcc\xf2\xae\xf8\x0f\x25\x51\x61\x2d\x42\xaa\x56\xb8\x85\x88\x96\x8a\xe8\x93\x48\x13\x19\x71\xb3\xc6\xe9\xa8\x37\xbf\xe3\xc3\x61\xd5\xfd\x8c\xba\xbf\xaf\xa3\x81\xa7\xe1\x8e\x36\x71\xe1\x2e\xa1\xa2\x09\x60\x3e\x59\xa6\x33\xa6\x15\xfb\xee\xdd\xe5\xd6\x89\xa5\x9b\x6c\x51\xe3\x81\x7b\xe1\x60\xf7\xbd\x4d\xc8\xc1\xee\x6c\xa3\xea\xa3\xde\xe2\xb4\xd5\x9d\x1e\xb7\x8d\x48\x6e\x1c\xbd\xe5\xbb\xfe\x24\x2e\xfb\xcd\x3c\x0b\x8d\x27\x97\x5c\xf7\xf8\xfb\xaa\xfb\x9e\x5d\xf8\x14\x6a\x9f\xdb\xe7\xee\x25\x11\x5c\x7c\xed\x54\x5e\xed\xad\xc7\xfe\xdd\xca\xf7\x46\xe4\x1d\xf6\x07\x8a\xf9\xb7\x57\xd1\xfe\x82\xb1\xb4\xd9\x2d\xfe\xc0\xce\x7f\xbc\x0c\xd3\x03\xa1\x55\x5b\x0f\x39\x16\xeb\xa8\x77\xa0\xa9\xd4\x30\x40\xb7\x8f\x95\xbd\xdb\x10\x77\x8c\x52\xf8\xe7\xf9\xc4\x5e\x7d\xe2\x26\x12\x69\x5e\x59\xa9\x9c\xab\xbf\x73\x1c\xc0\xfe\xf9\xc7\x8b\xcb\xfd\xf3\xd3\xcb\x37\xff\xd6\x18\x4b\xc3\xd2\xd2\x78\x49\xa3\xd3\x9d\xc7\x24\xb1\xad\xa8\xcb\x54\x58\x1c\x4d\x06\x92\x95\xea\x52\xa4\xd9\x52\x8c\x34\x35\x31\x97\x3d\xb8\xbe\x85\x82\xf6\x72\x7b\x06\x4f\x44\xcd\x7b\x57\xdf\x7e\x52\x53\xf0\xe0\xf1\x76\xc6\x07\xcc\x1f\x2f\x30\x40\x77\x1c\x70\x12\x0a\xad\x42\x3f\x3b\x1c\xd0\x4d\x40\x79\xdf\x4f\x0b\x44\xa6\xc9\xac\x36\x46\x91\x59\xbd\x64\xc4\x64\x82\x35\x23\x5e\x02\x66\x0f\x11\x9f\xb0\xc3\xde\xca\x83\xe8\x90\x89\x7d\xde\x71\xfb\xc9\x1c\xf8\xb7\xe1\x81\xd7\x61\x59\xee\x1e\x3b\x5a\xfd\xa2\xd6\x01\x2f\x63\x36\x9a\x62\x1f\xc9\x45\xb9\x7c\x04\x0f\x5d\x1d\x61\x85\xbd\x6f\x5d\xe6\x51\x3e\x52\x4d\x35\x0d\xcc\x65\x53\x91\x4f\x74\xbc\x2d\xc3\xd0\x18\xff\xfc\xd3\xf1\xc5\x83\x19\x41\x6b\x05\xec\x96\x52\x7e\x6d\x78\xce\xf8\xec\xa2\xb6\x67\xc7\xce\x5a\x48\xa5\x3a\x16\x9b\x42\x1f\x89\x02\xde\x11\x46\xe6\x5b\x4a\xc9\x5b\xb5\xfd\xad\xed\x9d\xe3\xd5\x79\x77\xa0\xd4\x5f\x80\xbf\x59\xb9\xff\x61\x10\xb1\x88\x7d\x16\x20\x74\xb1\x06\x29\x2c\x81\x68\x5f\x47\x03\x68\xa9\x96\xf4\xb8\x05\x4a\x4a\x6a\x5b\x51\x77\xb1\x02\xd7\xa8\xe6\x54\x4d\x0e\x7e\xa1\x2a\x92\x18\x59\x85\x50\xd1\x15\x04\xde\x13\xa8\x23\xd9\x61\x52\xe5\xaf\x5f\x76\xd8\x28\xd1\x1c\xfe\xc0\x19\x77\xd8\xcf\xbf\x80\xd3\x6f\xc4\x23\xf1\x8f\x5f\x3b\x6c\xca\xd3\x9f\xf1\xa7\xf0\x7b\x20\x53\x25\x93\x3b\x2a\xdc\xd8\x7e\xca\xd6\x2e\x3d\x89\x8c\xc6\x7e\xd9\xa5\x43\x57\x56\xfc\xaf\x60\x6b\xb3\xb7\x19\x1f\xe5\xec\x25\xdb\x9d\xe4\x79\x7a\xb2\xbf\xff\x57\xa3\x55\x97\x4a\xb8\xea\x6c\xbc\xbf\xb7\x06\xd1\x11\x83\xd9\x98\xda\xfe\xa5\xdd\x69\xb3\xce\xa3\xa5\xbf\xf5\xac\x0d\x04\xe5\x01\x58\x1e\x95\x3e\x5d\x31\xba\xf3\xf6\x25\x7b\x02\x43\x4c\x92\x8f\x8d\x4d\x7b\x40\x27\x68\x9d\xb4\x6f\xe3\xf5\xe4\x6a\xfe\x9b\x99\x0b\x19\x01\x1e\x8a\x5a\x96\x5e\xdc\x71\x99\x26\xc2\xbd\x75\xa2\x2c\x26\xe2\xab\x38\x57\xb3\xb5\x7c\x7a\x09\x85\xfc\x72\x8c\x3c\x1d\x09\x9e\x17\x59\x68\x4f\x69\xc4\x7a\xb8\x87\x5c\xd3\x31\x54\x69\x5c\x14\x12\x42\xe5\xff\x63\x97\x37\xe5\xcc\xc3\x11\xd5\x1d\x2f\xf3\x93\x66\x87\x6c\x57\x67\x4c\x89\x6b\x91\xed\x2d\x4e\x10\x3c\x3d\x3f\x5b\xa0\x61\x04\x6b\x5e\xdf\x98\x35\x8e\xfa\x53\xa1\xba\xf0\x5e\x6e\xce\x10\x6b\xc9\x47\x2d\x9c\xea\xc9\x4c\xb1\x5a\x87\xf9\x96\xf3\xbd\x95\x9c\x24\x54\x31\x7d\x64\x86\x73\x2b\x2e\x43\xf1\xdb\x0f\xc6\x65\x16\x0c\x82\x5c\xa5\xef\xf9\x8d\x9c\x36\x17\x74\x2d\x1f\x75\xd9\x89\x54\xb7\xe8\xc4\x0b\xec\x0f\x72\x4f\xb7\x2b\x14\xad\x43\xdb\xbc\xb8\x51\xa0\x57\xd1\xf7\xe4\xb1\x71\xc0\x8e\xf4\x35\x4a\xc1\xa8\x9b\xbb\x10\x4f\x2f\x24\x86\x4d\x5c\xda\x54\x7c\xd2\x57\x7d\xd5\x65\x43\xa3\x15\x9e\x2d\x19\x9f\x58\xf6\x6e\x3c\x70\x1c\x3b\x7b\x8b\x45\x2a\x19\x67\x47\x2f\xad\xc6\x9f\xf1\x08\x0a\x23\x4e\xc4\x8d\xf3\xad\x75\x59\x91\xc9\x13\x3b\xd4\x1f\x3f\x9d\x31\x6e\x58\xca\x33\x42\x37\xf9\x4e\x27\x5c\x8d\x99\x12\xf9\x7e\x91\x25\xbd\x73\xfb\xc3\x27\xb4\x39\xd8\xb6\x5d\x26\xa6\x5c\x26\xf0\x2c\xfc\xe5\x6a\x82\x2e\xec\xc5\x36\xc2\x6e\x4e\xa9\x65\x17\xca\x77\x2a\x3e\x15\x27\xbe\xe8\x74\x0d\x6b\x70\x84\x35\xf7\xcf\x00\x2c\x50\xe4\x58\x2a\x15\x63\xa4\xb8\xf1\x31\x03\xc3\x39\xfb\xf4\xed\x1b\x76\x78\x70\x6c\x75\x05\xaa\x88\x7c\xdc\x3b\x64\x3f\x7f\xfa\xf6\x8d\xfd\xf6\x97\x1e\xeb\x32\x99\xce\x5e\x9e\x60\x01\xd3\xd9\x4b\xa8\x62\xda\x3e\x52\x1c\xe4\xd9\x39\x3e\xf2\xda\x3d\xf2\x7a\xbd\x47\x22\x19\x67\x76\x3a\x6f\xce\xde\x7e\x5a\xde\x1c\x5a\x74\xd9\x94\x47\xb6\xfd\xfb\xd3\x37\xab\x96\x10\x1f\xb3\x0d\xbb\xac\x28\x60\xc7\x15\xfb\xf1\xc7\xb3\xb7\x14\x9f\x8e\x5a\x6d\x91\xa6\x08\xa9\x12\x2e\x0f\x46\xe7\x8e\xc5\x0d\xdb\xfd\x46\xee\xfd\xe7\xcf\x07\xdd\x2f\x79\x77\xf4\xcb\x3f\xfe\xf4\x6b\xf7\x1b\xff\xe1\xe5\x7a\x1f\x0e\x8f\x7e\xfd\x17\x1a\xc1\xb1\x1f\xc2\xf1\x1d\x8e\xe1\xd8\x7f\x3a\x5e\x67\x10\x2f\xfd\x20\x5e\xde\xe1\x20\x5e\x56\x07\xf1\xa7\x2f\xf9\xf0\x97\xf6\x71\x05\x43\x79\xe5\x87\xf2\xea\x0e\x87\xf2\x6a\xd3\xa1\x48\x33\x54\x48\xb6\x17\x7f\xf9\x70\x78\xc0\x74\x86\x7f\x1d\xbb\x7c\x27\x3a\xfe\x00\x51\xd4\xdf\x39\x38\x3e\x3a\xfc\xe3\xab\xc3\x83\x97\xc7\x2e\x53\xea\xcb\x3f\xfe\xa9\xeb\xbf\x3d\xec\xef\x50\x9f\x87\x07\x61\xaf\xab\xfb\xa2\xa7\x8e\xcb\xa7\x16\x8c\xa0\xe5\x7d\x51\x26\x62\x99\x47\x3c\x03\xc6\x86\x9f\x98\xfd\xe8\x7a\x68\x5d\xc9\xff\xdc\xfd\xe6\x04\x76\x0e\xd6\x62\xf7\x9b\x13\xfc\xfb\xf8\xd7\xbd\x6f\x3e\xbf\xfa\xf9\xb0\xfb\xea\x17\xfa\xf1\xe5\xaf\x9f\x5f\xef\x7e\x73\x72\x70\x78\xf8\x19\x96\x17\xbf\xdf\xf3\x8f\x7e\x3e\xfe\xf9\xe5\x1f\x5d\xe3\xe3\x5f\x3f\x1f\xdb\xc6\x3f\x1f\x74\x5f\xfd\xf2\xf9\xe7\xd7\x7f\xaa\xb6\x3e\xfc\xf5\xf3\xee\x37\x27\x47\x87\xc7\x87\x9f\x0f\xff\x74\x70\xf0\xf9\xf8\x55\xbf\x1f\xdb\x77\xda\xff\x1c\x1e\xfe\xba\xf7\x2f\x94\xe5\xa6\xe6\x90\x53\x17\xcb\xb1\x9d\x4b\xc9\x91\xa7\xf2\x06\x83\x93\xbb\xcc\x18\xbb\x73\xec\xc7\xde\x45\x8f\x19\x1d\x49\xa8\xea\x1f\x15\x50\x63\x8c\x26\x5e\x5e\x0d\xc1\xbc\xf1\x8d\x3f\x77\xd9\x2f\xdf\xd8\x3f\x8f\xca\x3f\x5f\x02\x49\x4c\xc4\x4d\xa4\x13\x9d\xc1\x56\x4c\xc4\x0d\x8f\x45\x24\xa7\x18\x23\xad\x33\x16\xe9\x58\xb8\xcd\xf8\xe2\x5b\xf8\xdf\x49\xfb\x8b\xbe\xf8\x66\x97\xc8\xed\xb4\xfb\xad\x5d\xd9\xcf\xe1\xc7\xd7\x76\xb2\x5d\x96\x8d\x87\xe5\xdb\x3e\x7d\xf7\x97\xc6\x5b\xb2\xf1\xd0\xbd\x2e\x1b\x0f\x77\x8f\x5e\xbd\xea\xd0\xff\xbf\x84\xdd\x1f\xce\x73\x71\xc2\x86\xdc\x88\xd7\x2f\x7d\xbd\xf9\xa1\x54\x3c\x9b\x33\x40\x7b\xe8\x32\x57\x25\xf8\x04\xd6\xd5\xc1\xb9\xf9\x8b\xcd\x5e\x93\x76\x25\x63\x4c\x87\x09\xa9\xed\xe8\xe0\xe0\x75\xf7\xe0\xb0\x7b\x70\xd4\xdf\xa9\x5d\x23\xa3\x22\x49\xba\xf0\x88\x54\xf6\x4e\x39\x3e\x3e\xfe\xd2\x76\x46\xf5\x9b\xa0\x43\x5f\xcb\xa9\xda\xe9\x11\x53\x06\xfb\x6b\xf0\xee\x5c\x4e\x05\x32\xef\xb7\xee\x61\x58\x0d\x44\x8f\x48\x04\x92\xc7\x45\xc4\x93\xa0\x7b\x92\x18\x70\x26\xb6\x07\x3f\x1b\x40\x05\xaf\x4f\xe9\xf0\x65\xf7\xf0\xa8\x7b\xf8\xea\xf2\xf0\xcb\x93\xe3\x83\x93\xa3\x83\xde\xc1\xc1\xc1\x7f\x34\x26\x68\x3b\xe8\x42\x07\xe5\x04\xb7\x88\x4f\x90\x8d\xd8\xd0\xad\x51\x72\x1f\x44\x5b\x39\x5d\x2c\x80\x4f\xf9\x4d\xab\xe1\xaa\x52\xb4\xef\xf5\xcb\x2d\x8a\xf6\x4d\xf9\xcd\x0f\x42\x8d\x9b\xb1\x1b\x77\xd2\xf5\x62\x7b\xd6\x9d\x74\xdf\x26\xc1\x97\x1d\xc7\xba\x18\xd6\xfd\x92\xae\x67\x64\x53\x0b\x3a\x96\xea\xbe\x16\x5b\xaa\x7b\x5b\x6c\xa9\xee\x75\xb1\xdb\xd5\xa5\x3b\x58\xec\x22\xc9\x65\x9a\x88\xa6\x45\xee\xf6\x7d\x2b\xfd\x60\x86\xb1\x56\xcb\x4a\x65\x2c\x45\x92\xf0\x61\x53\x87\x5e\x4b\xe1\xd4\xaa\x65\x7d\xfe\x49\x2d\x96\x29\xcf\xad\x9e\xb4\x0d\x6b\xa6\x47\x17\xd3\xf9\x93\x31\x3d\xdd\xce\xda\xb4\xc0\x71\xf2\xdb\x99\x60\x10\x75\xb6\x0e\x49\xdf\x21\x8e\x68\x2e\xf3\xc5\x67\x70\xd3\x5a\x15\x6b\xb9\x48\xa1\xec\x47\xeb\x7d\xb2\xd6\xd1\xaf\x60\x65\x89\xe9\x50\xc4\xb1\x88\x7d\x3c\xf0\x0a\x43\xcf\xf2\x87\x83\xc8\x24\x9e\x3b\xd4\xae\xc2\xd5\xe7\x75\xcd\xd9\xf7\xbe\x0b\x96\x15\x0a\xc4\xc4\x8f\x14\x1a\x06\x22\xe1\xe5\x3c\x15\xef\x05\xa1\x9f\x95\x15\xab\xd0\x44\x04\x35\x3b\x9c\xa9\xdd\x45\x86\x20\x88\xb3\x2b\x2e\x9a\x6b\x36\x2a\x32\x08\xec\xc8\x84\x5d\xca\x28\xa7\xf0\x61\x1a\x80\x7b\x0c\xc1\xd6\x6a\x05\x2f\x2b\xd0\x6a\xde\xf4\xc4\x78\x91\xeb\x29\xcf\x1d\xba\xc7\x3a\x88\x63\xb5\x31\x0d\x05\xe4\x96\x75\xd8\xb0\xc8\xcb\x9a\xa7\x13\x3e\x13\xf4\xab\x0c\x83\x4d\xec\xc3\x56\x2e\x9f\x07\x50\x68\xbb\x45\x6a\x9b\xd6\x87\x5d\xe2\xc5\x2d\x42\x0f\x5c\x9f\x20\xa4\xca\xbb\x3a\xeb\x12\x01\x6e\x40\x0c\x95\x07\x83\xc4\x54\x22\x05\x0f\x8d\x2d\x0d\x13\x12\xf6\x26\xa8\x85\xad\x33\x1f\x54\x4f\x51\xb0\x08\x62\x8e\xeb\x05\xb4\x93\xe6\x73\xe6\x8b\x3d\xd3\xa2\x42\x36\xb6\xfd\x8e\x1b\x16\x4d\x64\x12\x63\x95\x8e\xf9\xc7\x11\x20\xa0\x8b\xcc\x15\xb7\x1e\x05\x5a\x5d\x50\x27\xb7\xfc\x92\x2e\x02\x03\x16\xc6\xc3\x3d\xec\xe4\xa4\xaf\x18\x63\x5d\x78\xc5\x89\x1b\x6b\xe5\x3b\x1c\x72\x5f\x1d\xed\x31\xf0\x67\xba\x27\x82\xc7\xdb\x3b\x68\x76\x01\x5f\xf5\x7a\x3d\xf6\x77\x91\x69\xbb\x20\x53\x9d\x2d\x90\x50\xd6\xdf\xcd\x44\x9a\xbc\x3b\xe5\x69\xf7\x4a\xcc\x57\x25\x19\x2f\x7e\x90\x41\x11\x08\x88\x19\xe3\x8a\xa2\x9c\xe1\xa0\xda\x35\x6c\x3e\x06\x3b\x32\x98\xf2\x74\x60\x55\x2f\xca\x87\x72\xfa\x34\xf4\x07\x59\x43\xdc\xd5\x11\x8d\xc5\x8d\xdb\x90\x29\x4f\x7b\x76\x07\x00\xc4\x3e\xe7\x63\xac\x5c\x09\x15\x6a\x5d\xb2\x91\x56\x84\x4c\x00\x84\x85\xa7\x67\x62\x95\xc1\xf6\x81\xf4\x77\x4a\xc0\x3f\x97\x0e\xd2\xdf\x99\xf2\xb4\xbf\xd3\x63\xa7\x89\xd1\x9d\x92\x4f\x85\xf5\x92\x3d\x2e\x7a\x09\xde\x1e\xa4\x7f\x58\x9d\x35\x83\x0d\x8c\x29\x09\xc4\xe5\x44\x02\x15\x62\xe6\x47\x91\x09\xb6\xab\x34\x53\xc2\x38\x57\xa4\x0f\xf9\xa8\x1f\xd4\xfb\xbf\xa7\xda\x97\x67\x63\x9a\xc0\xe3\xd6\xa4\x87\x80\xe7\xba\x1c\x53\x26\x21\x4e\x2f\xd5\x89\x1e\xcf\xa9\x30\x41\xb9\x17\xb0\x9a\xed\x3b\xeb\x8a\xe2\xc0\xe6\x1e\xb3\x54\x1b\x03\xf6\x02\xdc\x24\x77\x44\x07\x3c\xd7\x53\x19\x0d\x4e\x4a\xc0\x2c\xe0\x18\xe8\x7c\xe5\xa6\xcc\xd0\x16\x2a\x97\xf9\xbc\x83\x56\x03\xb7\x7b\x3d\x3a\x87\xa7\xd0\x0b\xbd\xd9\xe1\x57\xda\x27\x32\x91\xcc\x59\x26\xd2\x84\x47\x2e\x3d\xd2\xd7\x40\xa9\xce\x85\x7a\x22\xe0\x13\x37\x17\xae\xe6\xbe\xc0\x14\x8c\x6e\x17\xc9\xa2\x43\x03\xe8\xd8\xd3\xbe\xd7\x03\xe6\x31\x30\x22\x1f\x38\x7e\x71\x21\xf2\x12\xdd\xca\x55\xeb\x77\x19\x7b\xb0\x26\x4e\xc5\x61\x58\x5c\xc7\x9f\x45\xc3\xa7\xc2\x45\x1b\xbd\xe3\xd1\x84\x3a\x44\xc6\x5b\x27\xdf\x4e\x59\xcf\x08\x7b\xa8\x6c\xb6\x3d\xfb\x78\x90\x69\x99\x81\x47\xbb\xa9\x06\x3c\x60\xd1\xf9\xa7\xc7\x7a\x7d\x75\xbc\x87\xdc\xc0\xcd\x0f\xe3\xa0\x68\xab\x33\x32\x8d\x4d\x79\x6a\x30\x43\x01\x25\x07\x99\x31\x91\x08\xc0\x9f\xc7\x39\x73\xa6\xb4\xea\x22\xb7\xb8\x12\x73\xea\xcb\x41\xd1\x60\xea\x22\x42\xcb\x4e\x7b\xec\x23\x42\x87\x05\x98\xa8\xac\x48\x21\xcc\x31\xa3\xf4\x55\xfb\x42\xcb\x61\xdc\xde\xb5\x51\x23\x45\x4a\xc2\x34\xfd\x60\xec\x41\x87\x5d\x45\x19\xa2\xaf\x42\xdc\x54\x9c\x34\xfa\x6f\xec\x12\x6d\x53\xe4\xa1\x75\x1b\x36\x39\xa7\x7e\xeb\x2a\xc7\x94\x76\xfa\x0e\xce\x29\x1c\x05\x77\x15\x53\xb7\x95\x23\x7b\xb4\xf0\xc8\x8e\x33\xae\x8a\x84\x67\x35\x5a\x80\xcd\x2f\x81\x86\xf0\xf3\xee\x95\x98\x77\x91\x74\x53\x2e\x33\xb3\x07\x2f\x11\x3c\x9a\x38\xa8\x58\x70\x1f\x2a\x17\x39\x90\x53\x97\x90\x6e\x0d\xcd\x30\xb6\x77\x17\x30\x54\x22\x2b\x44\xd8\x2f\x87\xf6\x75\x4a\xa6\x45\xc2\x29\x9b\xc2\x88\x94\x67\x80\xca\x18\xe5\x3a\x33\x65\x0d\x15\xea\x90\xf2\x74\x21\xf8\x64\x28\x26\x7c\x26\x75\x91\x79\x68\x4d\x3b\x56\x3a\xc4\x77\xca\x90\x60\x0d\xd6\xe4\x47\xb7\x24\xb2\x05\xe2\xeb\x26\x34\xb7\x48\x02\x36\xb9\x4e\x4b\x80\x49\x54\x0c\x59\x2c\x22\x1d\x83\x94\x98\x8b\x14\xf7\xcb\x41\x0d\xac\x87\xb7\xdc\xc8\xf3\xa7\x2d\xe3\xa3\x11\x60\xf7\x50\x2f\x99\x88\x8a\xcc\xc8\x99\x48\xe6\x28\x74\x9b\x6b\x99\x47\x13\x61\x00\xcc\xd8\x1e\x05\x2c\xfb\xe2\xdf\x5e\xee\xae\x1c\xc1\xb5\x2d\x62\x56\xaa\xce\xc0\x01\x5b\xd4\xe5\x2a\x32\x88\x1b\x63\x65\x60\x40\x7d\x28\xf5\x92\x16\xc0\xc2\xf8\xa5\x1e\x56\x3e\x04\x91\x5f\x67\x43\x19\xc7\x62\x51\xf5\xc3\xa6\xec\xf7\x3f\x6a\xbb\x7b\xcf\x61\xb0\x2d\x06\xe6\xb5\xa3\x42\xe9\x81\x6a\x65\x73\x3c\xe2\x98\x84\x57\x59\x26\x8c\x1f\x0d\x83\x4a\xd1\x2d\x8e\x97\x8f\x1e\xd5\x7f\xee\xb1\xf7\x5c\x5a\x46\x05\x29\x74\x00\x27\x45\x89\xb6\x84\x32\x55\x64\x90\xf6\x74\x9f\x11\xb2\x14\xf1\xb8\xc1\x8a\xd8\xf6\xe1\x82\xb4\xcd\x99\xd1\xae\xbb\xbb\xbd\x01\xd5\xed\x52\xb6\x5c\x3b\x22\xda\xf9\xfd\x4e\x35\x0c\x86\xda\x60\xc6\xc1\x63\x55\x4a\x68\x9d\x3a\x29\x94\xb0\xe9\x77\x3a\x9d\x0b\x91\xcd\x64\x24\x3e\x39\xb0\xa3\x25\x53\xa8\x37\x65\x13\x0d\xf7\x8f\x8f\xa5\x07\x0d\x9e\x5a\xf5\x12\x31\xe6\xd1\xbc\x5e\x71\x6d\x61\xf0\xf2\x86\x90\x39\x21\x70\xab\xa1\x37\xb2\x4f\xce\xfc\xb5\xf1\x45\xe0\xa1\xbc\xd7\x18\x02\xb4\x0b\xc7\x81\x5f\xdc\xdd\x60\xd2\xd5\x19\xbf\x98\xe7\x88\x12\x8d\x83\xba\xfd\xf1\xd3\x0f\x98\xff\xc8\x73\xba\x39\xec\x78\xae\xc5\x70\xa2\xf5\x95\xbf\x43\x21\x01\x3f\xda\xee\xba\xb4\x4a\xdb\xaa\x81\x41\x25\xa4\xea\xc0\x68\x49\x18\xfc\xb6\xe6\xe0\xd8\xc0\xb6\x1e\x04\x18\x1b\x2e\x48\x08\x7a\x71\xd0\xad\x87\xdd\xd7\xaf\x5e\x1d\xbf\xea\x60\x99\x5a\x7b\xc9\xed\x55\xf9\xc2\xcb\x97\xc7\x15\xdc\xfe\x1a\x6c\x7f\x75\x0d\x2a\xee\x9c\xe3\xa3\x75\xdd\x39\x8d\xab\x67\x31\xc8\x07\xd2\x58\x1d\x29\x8a\x3e\x3e\x44\x9e\xef\xbf\xe3\x8a\xbf\x81\xf2\x55\x6f\x00\x2f\x7d\xc9\x89\x6f\x69\x5d\x22\x38\xa0\xd9\x02\xd7\x8c\x60\x05\xa7\x98\xf1\x7a\xf9\xc3\x85\x6d\xa6\x28\x18\xcb\x2b\x66\xb4\xdd\x6b\xa4\x32\x44\xfc\x2f\x85\x8a\x9b\x16\xe5\x46\xf5\x40\x6c\x86\xf1\xcd\xe7\xef\xde\xfb\x70\x81\x37\xa7\x6c\x88\x3f\x21\xb5\x39\x0a\x6b\x60\x90\x07\xe3\x7a\x61\x9c\x68\x16\xd9\x31\x41\x6e\x06\x82\x9b\x17\x2a\x80\x3c\x33\x73\x93\x8b\xa9\xbd\x71\x4c\xce\x32\xad\xad\x36\x84\xc2\x8e\xdf\x05\x0f\xe6\xbc\x90\xc0\x86\xf3\x7c\x81\x59\x6b\x29\x32\x00\x9e\xa4\x87\x70\xbe\x35\xee\x85\xa5\x49\x95\x74\xc2\x65\xe3\x36\x08\x58\x62\x69\x4c\x72\x74\xc0\xde\xa1\x94\xe3\x1a\x58\x61\x30\x4b\xbc\x8a\x5e\x42\x65\x5b\xc5\x89\xb0\xac\x1d\xcb\x90\x60\x35\x07\x79\xd5\xd2\x97\x43\x02\xc0\x62\x0b\x04\x98\x3c\xd7\x85\x63\x20\x80\x64\x4e\xef\x19\x2c\x08\x2f\x6f\xc9\xba\xaa\xcd\xd3\x8e\x6e\x2c\x67\x94\x35\x9a\x50\xb9\x37\xc7\xfa\x69\x68\x1d\xc4\x2f\xe1\x2a\xb6\xfc\xc6\x72\x65\x28\x75\xb3\x3b\x00\x59\x58\x9c\xec\xef\x4f\xb4\xc9\x4f\x2c\x1f\xdb\xb7\xfc\x7a\xb0\xd7\x63\xef\x02\xec\x28\x3d\x62\x83\x22\x4b\x10\xca\xc5\x0d\x79\xc1\xa2\x58\x15\x7e\x60\xbb\xf3\x9c\xd2\x6a\x0a\xb0\x03\xa0\x88\xfb\xa5\x75\x6b\x55\x5d\xa7\x3f\x53\xc5\xc6\x60\x6d\x1c\xbe\x28\x41\xbd\x83\x91\x00\x02\x2f\xa7\x72\x3c\x21\xbc\x4e\xa3\x13\x87\xdf\xe5\xf3\xe6\xde\x7e\xb8\x80\x79\xeb\x69\x70\x0e\x0c\x56\xe5\xec\x60\x29\xbc\x92\xf8\x06\x56\xc6\xc5\x91\x42\x5f\x4c\xaa\x2e\x0d\x09\x3a\xe2\x0e\x51\xb5\x64\xfe\x09\x9f\x0b\xac\x08\x2c\x75\x02\xcb\xbe\xd7\x73\x53\xb7\x2a\x37\x4f\x0c\x78\x0f\x20\x5e\xd3\x05\x53\xc2\x1a\x9d\x27\x82\x1b\x50\xa1\x48\xbe\xc6\x8c\x84\x81\xdd\xbe\x04\x3b\xb0\x2b\x7d\x78\xf4\xc7\xde\x41\xef\xa0\x77\x38\x40\x25\x95\xfa\xb6\x74\x26\xcd\xd5\x9c\x15\x2a\x11\xc6\x00\x4d\x41\x62\xff\xd8\x6a\xb4\x2c\x02\xac\x60\x6d\xd7\xb7\x42\xdb\x0c\x33\x0d\x61\xe9\x9c\x22\x67\xdb\x58\xc1\xdd\x73\x09\xfc\x1a\x17\x56\x09\x64\x4c\xc0\x42\xa1\x32\x26\x1e\x9f\xf0\xb8\x5c\x14\xd1\x04\x4b\x6e\xda\x9f\x9d\xd1\x28\x99\x93\xe3\x44\x69\xd5\xb5\x54\xc5\x87\x89\xc0\xf0\xdf\x0e\x90\x83\xe0\x06\x9a\x00\x3c\x49\x91\xda\x6d\xe2\x4c\x89\x6b\x47\x05\x9e\x92\x90\x40\x3d\xa9\xf5\x77\x00\x6d\xa7\xbf\xf3\x67\x20\x11\x4b\xc9\xf4\xd3\x58\x12\x57\xa7\x26\x27\xfb\xfb\xfd\x1d\xe8\xe6\x94\x39\xd1\xc4\x5d\xff\x04\x74\xe0\x2b\x44\x38\x03\x21\x57\x0e\xc3\x06\x5d\x14\x64\x2a\x81\xc1\xfd\xf8\xe9\x87\x1e\xfb\x3f\xba\x80\xb6\x8e\x44\xa1\xe3\x5c\x43\xec\x17\x2a\x40\x43\x99\x67\x3c\xf3\xdd\x10\xbb\xf1\xc7\x10\x33\x38\x21\xc2\xbe\xc3\xb8\x9b\xad\x33\x92\x49\x9a\xf8\x69\x9e\x8b\x69\xea\xaa\x11\xd9\x97\x51\x4d\x3d\x90\x1a\x8c\x8c\x18\x2f\xf2\x09\xa2\x32\xf6\x77\xec\x2f\x27\x2e\xfa\xec\x7f\xf6\x77\x10\xa3\x24\x2f\x11\x4e\xbe\xcd\xf8\x18\x4d\x64\xbb\xfd\x9d\x2f\x7a\xbd\x5e\x7f\x07\x4d\x36\x7f\x2b\x44\x36\x67\x29\xcf\xf8\x54\x40\xe0\xdf\x6e\x7f\xe7\x1b\xf7\x3b\xa9\xf8\xd4\x4b\x87\xd4\xbf\xad\xd1\x47\xd6\x93\x1f\x1a\x05\x9e\x7b\x3e\xb7\xfd\xff\x5f\x70\x30\xce\x2c\x91\x0d\x5c\x13\x82\x00\x94\x37\x22\xee\x62\x56\x7b\x4b\xc9\x78\x12\xd8\xc0\x45\x99\x66\x7a\x26\x63\x57\x09\x4d\x49\xa4\x89\xcc\x4c\x10\x6d\xa0\x50\xe5\x07\x4b\x0d\x90\x3b\x6a\x17\xf0\xff\x9c\xbe\xff\x01\x78\xab\xb3\x3e\x80\xb6\x01\x6b\xb1\x8b\x4b\x7c\x6a\xce\x54\xfe\xfa\xa5\xfd\x04\x28\x50\x3a\x33\x25\x6d\x57\x94\x60\x1f\xa9\x0f\x36\xb9\xaf\xfe\x46\x73\xf9\xda\x2d\xe9\xc9\xc9\xbf\xb2\xaf\x8c\x1c\x2b\x11\x7f\x80\x91\x7f\xfd\x15\xc2\xf8\x7f\xdd\x57\x8c\xed\x7e\xf0\xbc\xc4\x7d\xed\xa8\x1a\x3c\x74\x9d\xb2\xc4\x78\x7f\xa7\xbf\xc3\x20\xf8\x57\x2a\xf6\x15\xc5\x5d\x5e\x9c\x7d\xdd\xdb\xeb\xab\xaf\x20\x16\xf4\xeb\x72\x87\xe1\xb5\x07\xec\x33\x3b\x64\x9f\xc1\x09\xf6\x99\x7d\xc9\xb0\x95\xf9\xba\xda\xca\x3d\xfb\xd9\xfd\xe5\x9b\x7d\x85\x4b\xdd\xda\xde\x94\x0f\x98\xaf\x7b\x6d\xdf\xd9\x17\x97\x5d\xd9\x15\x08\xc7\x07\x5d\xf5\x77\xfe\x7f\xfd\x1d\xf6\x99\xf5\x77\xba\xfd\x9d\xda\x2a\xf9\xd7\xb9\x41\x7c\xa6\x4e\xfc\x17\x7e\xc1\xaa\xc3\xc3\xf0\xce\x8b\x33\x1c\x0c\x2e\xd3\xbb\x9b\x54\x2b\xa1\xf2\xf0\x3b\xdb\x22\x68\x1c\x74\xf1\xbd\x64\x9f\xd9\x7b\xfb\xcf\x77\xf6\x9f\x4b\xfb\xcf\xb9\xfd\xe7\x9d\x84\x3d\xc3\x34\x02\x4e\x3a\xc9\x05\x0a\x71\x50\x78\x4b\xe6\xe6\xcf\xec\x42\x08\x44\x17\x3b\xd9\xdf\x4f\x27\x73\x23\x23\xd3\x53\xd2\xe4\xbd\xb1\x9e\xed\x47\x45\xb1\xff\xa3\x6d\xb7\x8f\xaf\xee\x4d\xf2\x69\x02\x3b\x58\x8e\xaa\x1c\xc9\x14\x16\x07\xd6\xe8\xca\x8e\xc9\x0e\xc9\x8e\xc8\x0e\xc8\x8e\xa7\x46\x42\x87\x07\x47\x2f\xd9\xbf\xb2\xc3\xef\x25\x58\xe7\x0e\x0f\x0e\x0e\xec\xc7\xab\x3f\xb3\x33\x16\xcb\x58\xbd\xc8\x59\x34\xd1\x9a\xb8\x60\xc4\x53\x99\x7b\x42\xee\x05\x83\x28\x97\x0b\x77\x49\x34\x77\xc7\x8e\xeb\x5d\xe3\x6b\x7b\x04\x3e\xd8\x9b\x27\xcf\xfd\xa5\x44\x22\x4d\x3e\xc9\x84\x00\xa0\x1c\xdb\x33\x1c\x1b\xe3\x90\x7b\xed\xe5\xc2\xdc\xc9\x01\xfa\xf7\x07\xbf\xac\xda\x01\xb7\xa4\x83\x96\x38\xfa\xcf\xd7\xc7\xdd\x43\x7b\x12\xa6\x7c\xac\x64\x5e\xc4\xc2\x76\x92\x61\x81\x7e\xe7\xd5\xd1\x80\xbe\xcf\x15\x3b\x66\x2e\x4e\x19\xac\xbd\xa6\xc7\x70\xc0\x86\x25\x3c\x23\x7f\x39\xb4\x4e\x33\x11\x49\x23\x4a\x35\x92\xa7\xa9\x88\xed\xcf\x99\x2e\x20\x7f\xbf\x48\x7b\x6c\xf7\x5d\x6f\xdc\x3b\x61\x07\xbd\xc3\x29\x01\x76\xf9\x1f\x2d\x27\x39\x9c\xf6\xf6\xd0\x4c\xe9\x8e\xb2\x4b\xfe\x77\x05\x0b\x0b\xf0\x65\xca\x11\xbb\xf6\xa5\xdd\x82\x91\x98\x29\x07\xd0\x75\x5a\x11\x29\x90\xf7\x00\x48\x08\x67\x21\xb7\xa4\x10\x61\xe0\x11\xdc\xa7\xb7\xbb\x1a\x2c\x99\x98\x0a\x58\xba\xdc\x85\x79\xe8\x91\xab\x21\x02\x6b\x14\xe3\x8d\x1a\x14\xdc\x26\x97\x17\x7a\x3b\xc6\x1c\x6a\xc5\x08\x65\x5b\x4b\x13\xc0\xec\xc1\x78\xfe\x22\x46\x3a\x2b\xd9\x21\xbc\xda\x0f\xce\x2d\x60\x5a\x00\xd0\x7a\x7f\x27\xe2\x4a\x2b\xc0\xc2\xb4\x5b\xdf\xdf\x21\x43\xee\x54\x70\x45\x22\x9a\xa3\xba\x7d\x1a\xa2\xeb\x82\xc7\x7f\x2d\xc0\x72\x5c\xa4\x76\x75\x62\x7d\xad\xd8\x2e\xd5\x7b\x29\x51\xc6\x90\xc7\x47\x19\x48\x68\x80\x97\x4d\x7f\x4b\xc5\xde\xdb\x41\x19\xc3\xf7\xb0\x74\x8a\x7d\x1b\xf8\x4b\x78\x8f\x7d\xd0\xb4\xe7\x04\xe6\x91\x68\x03\x7e\x8f\x21\xfc\x34\xca\x78\x44\xc7\x1c\x39\x59\xe9\x40\xc0\x48\x08\xdb\x94\x50\x94\x3d\x69\xef\xda\x2d\x84\x29\xec\xc1\x8d\x46\x44\x06\x21\xdd\xe4\xc6\xe9\xd1\x4d\x22\xc7\xca\xf7\xa8\x29\xb6\x82\xa4\x43\x30\x09\x21\xe5\x5b\xc1\x40\x8c\x79\x2e\x67\x02\x16\xfe\x1d\x4a\x22\x06\xe6\x70\xd8\x7b\xe5\xbb\x08\x70\x10\xb9\x61\xfd\x9d\xc3\x57\x07\x07\xd3\xfe\x0e\x35\xfb\x4e\x2e\x69\x78\xfc\xfa\xbd\xb4\x2d\xed\xf9\x75\xec\xc4\x0e\xe1\x6f\x95\x0d\xfd\xf0\xee\xa7\x77\x9f\x20\xb2\x06\x59\x60\x92\xcc\xeb\x50\x5a\x1c\xe1\x16\x40\x18\x83\x3b\xdc\xdd\xd7\x97\x13\x4c\x68\x03\xc1\x6a\xa2\x13\x41\xbf\x3b\x30\x64\x71\x23\x32\x7b\xf6\x7a\x38\x08\xd5\x2d\x29\x86\x82\x09\xb0\xb0\x50\x6e\xff\x05\xc2\x87\xa5\xd5\x6a\x4c\x91\x0f\x73\x10\x7e\xae\x45\x82\x24\x66\xd9\x8a\xe5\x82\x65\x09\xc5\xae\x70\xe1\x2b\x8a\x3c\xa2\x55\xa2\xec\xb1\xdd\x0b\xed\x8a\x3f\xda\xf3\x50\xfd\xb9\x83\xd4\x67\xb9\x68\x2c\x47\x23\xcb\x30\x29\xb0\xa2\xcc\xd6\xb3\xeb\x02\x27\xdd\xc9\xdf\x12\x1b\xcb\x88\x70\xe0\xe8\x98\x19\xb7\xb9\x25\xe0\xdd\x75\x26\x61\xd5\x40\xef\x81\xf2\x49\xf6\xb4\x5a\x1d\x8d\x27\x6c\xc2\x55\x0c\x62\x0c\xe4\x3e\x10\x1b\x99\xe8\xb4\x8c\x07\xe2\x34\xd3\x88\xdb\x57\x48\x4b\x20\x56\x78\xd4\x19\xfa\x51\xad\x4e\x83\x12\x29\xc8\x57\xb4\xf6\xbe\x59\x1d\x8d\xa4\x4d\x40\x5c\x43\xec\x33\xbd\xa9\xc8\x79\x6f\x76\xd8\x3b\x3d\x3f\xfb\xae\x56\x68\xb6\x2e\xf6\xb9\x26\x55\x3b\x10\x66\xe5\x01\x27\x72\xb1\x1d\xbe\x08\x84\x2f\x17\x61\xcf\xec\x48\x64\x41\x69\x0b\x94\x0d\x01\x8f\x7c\x9d\xb2\x01\x3e\xd4\x6b\x85\x9a\x7e\x7a\x7e\xf6\x53\xad\xea\x6e\x00\xb3\x2e\x62\x07\x74\xe3\x88\xb8\x45\x60\x55\x3e\x3a\xee\x82\x34\x59\xd2\xaf\xb1\x7c\xaf\x15\x72\x23\x3d\x56\x70\x18\x1d\x54\x37\xe9\x1f\x09\xcf\x05\x14\xaa\x20\xcd\x18\xce\x41\xc7\xfb\x86\x33\x01\xae\xe2\x42\x05\x3d\xe0\x51\x69\x05\x3a\x1d\xcb\x9c\x6c\xe8\xfb\x91\x9e\x4e\xad\xb4\x32\xdf\x87\x1a\x1f\x72\x58\x58\x42\xd9\x8f\xc5\x4c\x24\xfb\x46\x8e\xbb\x3c\x8b\x26\x32\x17\x10\x73\xe3\x4a\x15\xcc\xac\xb2\xa3\x95\xe9\x4d\xe3\x2f\x16\xe0\x38\xaf\x63\x79\x82\xca\xe9\xcb\x57\xfd\x7b\xa9\x08\x0f\x9c\xf4\x31\x74\x69\xf9\xc5\x75\xb1\x4f\x00\xf9\x1d\x20\x8f\x95\xee\xf3\xd2\x0d\x52\x2e\x3b\x88\x06\x6a\xe4\xe0\xec\xbd\x60\xed\x31\xb4\xd0\x9c\x01\x5a\x84\x29\x86\x53\xcb\xee\x03\x78\xac\x1e\x7b\x83\x96\x86\xa1\x28\xe3\x56\xce\x14\x7b\xc3\xa7\x22\x79\x03\x25\xe9\xef\x79\xd1\x01\xe9\xa6\x6b\xd7\x6f\x8b\x65\xbf\x85\x57\xa4\x76\xaa\xd6\x7e\xa5\x3f\xa4\x0b\xce\xda\x2a\x63\xe3\x12\xf6\x02\x8c\x83\xba\xfd\x56\x67\x6f\x5d\xc9\xa4\xa5\xb6\xc5\xfa\x78\xea\x45\x13\x4a\xa6\x42\xc9\x80\xa5\x8b\xdd\x95\xa8\x4b\x33\x3d\xe4\xc3\x64\xee\x1e\x75\x90\xf0\xae\x94\xda\x12\x18\xfc\x8c\xf2\x95\xff\x32\x27\x23\xf8\xd9\xdb\x4f\x2b\xeb\x94\x40\x54\x8d\x1e\x39\xb2\x84\x5c\x5f\x07\x7d\x99\xf9\x44\xdf\x9c\xae\x56\xaa\x81\x8b\xf4\x8d\xbb\xe6\x42\x2f\xec\x53\x13\x91\xa4\xd4\x93\xa5\x6c\xee\x6a\x00\x66\xc6\xdd\x28\x53\xc8\x8b\x16\xf9\xb5\xce\xae\xba\xc2\x5e\x5b\xf0\xda\x6b\x3e\x2f\x45\x17\xf6\x86\x7a\x88\xb8\xf2\x52\x23\x4f\x2d\xab\xcd\x24\x64\xc9\x55\x07\xc7\x21\x70\x14\xf1\x41\x60\xf8\x24\x5a\xcc\xb1\xfe\x21\x9c\x21\x50\x6b\xf5\xa8\x8c\xc3\x82\x9f\x84\xe9\xf8\xe1\x06\xc6\x57\x34\x98\xaa\xb1\x70\x25\x14\xed\x94\x6d\xd7\x28\x87\xd1\xeb\x1d\x04\x21\x44\xda\xe4\x13\xab\xf4\xc0\x8a\xd3\x62\x41\x08\xad\xba\x0a\x22\xab\x69\x89\xed\xac\x68\x60\xdf\x96\x56\x9f\x13\x8a\xa6\x04\xb3\x4f\x0d\xa3\xd7\xb3\xe7\xb3\x73\x9c\xa1\x7d\x65\xc7\x05\x1f\x53\xb7\xb0\xdc\x0e\x62\x12\x47\x88\xc6\xc3\x6a\x07\x8e\x5b\xb1\x44\xeb\x2b\xc3\x78\xce\xfe\x77\xf7\x5b\x9d\x5d\xf3\x2c\x16\xb1\xfd\x8b\x4d\x04\x8f\x51\x4d\xf8\xdf\xdd\x4f\x82\x27\xdd\xb3\x34\xf8\x8e\xf8\x55\xef\x93\x98\xea\x1c\x32\xe4\xa9\x4a\x3a\xcf\xb1\xb4\xe2\x9e\x25\x84\xb1\xa8\x4c\xf9\xec\xfc\x6e\x4a\xa7\x2c\x39\xaf\x17\x8b\x4e\xc0\xad\x42\x30\x37\xad\x05\xea\xaa\xb1\x95\xb5\x23\xbd\x88\xe1\x8a\x41\xb5\xf1\xba\xbb\x5f\x8e\x85\xec\x6b\xe3\xd5\xd8\xc0\x63\xb8\xd3\xb6\x72\xab\x1c\x86\xfe\xfb\x4a\x74\x12\xac\x92\x2b\x85\xd0\xa5\x1b\xbd\x7c\x5d\x65\x33\xc6\x24\x06\xee\x54\x17\x95\x1e\xf2\x52\x60\xf5\xd7\xb2\xe4\xee\xce\xec\xb0\x39\xdd\x5f\xb6\x17\x48\x7f\x90\x26\x5f\x43\x28\xfd\x81\xa2\xcd\x4a\x70\x47\xf7\x4b\x07\xe5\xe9\x44\x5f\x7b\xe6\x94\x6b\x5f\xb4\xcf\xdf\x1b\x3c\x67\x50\x24\xe7\x59\x1a\x7d\xd2\xd2\x28\x50\xe7\x2a\x06\x82\x8d\xda\xc9\xe1\xde\x79\x85\x3f\x20\xb7\xe1\x94\xcf\x42\xf7\xc3\x09\xdd\x6b\xb2\x64\xa2\xbc\x27\xc3\x80\x81\x31\xde\x3f\x13\xfe\xd4\xcc\x8b\x6b\x61\x73\x9f\x3c\x7e\x72\x90\xf7\x54\x6a\x25\xbc\x24\x40\x30\x60\x4e\x04\x78\xff\xd1\x4c\xe9\xa3\x63\xe2\xb5\xc2\x43\x72\x31\xd6\x59\x4b\x22\x67\x23\x40\xc4\x35\xac\xf2\x01\xaf\x20\x89\x98\xd5\x4a\x13\xf9\x31\x0e\x85\x95\x57\x81\x91\x82\x17\x9b\xbd\xe0\x49\xf2\x62\xef\xa1\x33\x56\xc6\x35\x83\x4c\xdb\x34\xa1\x8d\xd3\x6e\x4a\x85\x08\xbf\xa6\xe9\x96\xb8\xd5\xec\x1d\xa4\x91\xc9\x69\x9a\xb8\x2d\xaa\xb4\x24\xcb\x8e\x65\x1d\x7e\x31\xb0\x7c\xe7\xb7\x60\x24\x2d\x91\xd5\xa9\xda\xbf\x0f\x79\xe7\x41\xbd\x5b\xba\x68\x46\xa1\x38\x0e\x28\xe2\xfd\x9d\x2d\xb4\xd2\x35\x58\xe1\x15\xb1\x42\xc8\xaf\xb2\x7f\xbb\x70\x50\x3f\x09\xda\xc6\x6f\xb5\x7e\xd1\x68\x18\x10\xe7\x8b\x91\xd6\xf5\x7d\xbe\x07\x65\x3d\x4d\x8a\x8c\x27\x15\x9d\xdd\xef\xd1\x2d\x22\x18\x57\x2d\x53\xd9\x30\x00\x41\x97\x95\xd3\x59\x39\x8e\x56\x41\x51\xba\x5e\x6b\x75\xbd\xc2\x65\x13\x9d\xe5\xad\xd5\x9f\xeb\xf1\x43\xbe\x61\xf5\x98\x9a\x62\x3c\xc6\xf8\x73\x68\x41\xa5\x93\x97\x2f\xd6\xfd\x9f\x48\xab\x01\x16\x09\xcf\x3e\xac\xde\xef\xb0\xa9\xb7\x3e\xd0\x77\xed\x3b\xcf\x28\x86\x1f\xb1\xa3\x02\x59\x15\x8c\xc9\x9e\x6a\xa0\xd2\x81\xeb\x48\xa7\xfc\x6f\x85\x48\xe6\xa4\x4a\xd7\xde\x09\x2e\x32\x70\xb9\x44\xe0\xc1\xb3\x37\xbe\xce\xd0\x6a\x8d\x60\xf8\x90\xe4\x43\x49\x19\x76\xf9\xa0\xf7\xa1\xce\x27\xe5\x2b\x00\xfd\x9b\x5e\x5d\x16\x74\x29\x25\x03\x7b\xcb\x45\x79\xc2\xde\xfc\x70\xc6\x3c\x1c\xf3\x56\xb5\x6f\xc0\x34\x43\x02\xf3\xbf\x71\xb3\x2a\x12\x16\xe2\x93\xb8\x99\x90\xe0\xe3\xa2\x70\xab\x16\x9e\x4e\xc5\x62\x54\x65\xf3\xd2\x38\x29\x1a\x1d\x00\xe0\x3a\xbb\xce\x64\x9e\x0b\xe5\x84\x68\x48\x84\x86\x3a\xbe\x3d\xf6\x53\x25\x8d\x2c\xc8\x6b\xc1\x5d\x80\x32\xfe\xb8\x6b\x54\x26\x47\xfc\xad\xe0\x89\xcc\x7d\x75\x7f\x80\xe9\x53\xd5\xbc\x70\x08\x47\x2c\xcd\x3e\x5c\x31\xa8\xc0\xef\x21\x58\x9d\xb8\x8e\xd8\xfd\x10\x9a\x52\x16\x4e\xae\xf8\x27\x6b\x45\xa2\x53\x1d\xa4\xf8\x54\x63\x14\xc1\xc6\x42\xf6\x8e\x8b\xc6\xb2\x57\xd0\x5f\x21\x5d\x19\x0b\x1d\xd0\x20\xf1\x05\xce\x61\xc9\x65\x10\xee\x2b\x66\x42\xd9\x7e\x65\xce\xc6\x19\x8f\x0b\xcb\x60\xb6\xa0\x84\x99\xc8\x86\x6b\xd8\x08\x86\x0d\x96\xe1\x8c\x03\x96\x24\x19\xb6\xd8\xc5\x4c\x6a\x15\x25\x45\x2c\x0c\x1b\x8b\xbc\x03\x0f\x74\xd8\x35\xcf\xa3\x49\x87\xc0\x6a\x3b\x24\xad\x76\x58\x8a\x5f\xc7\x22\x11\xf6\x23\xfe\x37\xd2\x49\x82\x21\xad\x1d\x42\xc3\xd7\x37\xf3\x07\x97\x07\x66\x6b\x29\x9d\xb3\xaa\xb1\xb4\xd5\xf3\xb2\x52\x2a\xa8\x57\x3a\x5d\x20\x17\xdc\x5a\x2c\x98\x1d\xb2\x5d\x2c\xf4\x4d\xa5\x7b\x38\xa3\x30\xd4\xe6\x10\xb2\x72\xcc\x2f\xc8\xf0\xb3\xb7\xbe\x44\xb1\xa5\xe1\xa5\xc2\xf1\xdb\x2f\xdd\xba\xac\xd2\xa0\xe4\x55\x2a\xc3\xad\xe4\xf2\xd5\xf6\x91\xb0\x65\x43\x27\xfe\xe4\x2b\x67\xa1\x30\xee\xa2\xa4\xb1\x42\x52\xc3\xb5\x10\x94\xc0\x0c\x4d\x71\xdc\xc9\xfd\x11\xc9\x93\xf6\x90\x78\x0e\x4c\x51\x80\x15\x81\x6c\x53\xb9\xff\xd9\xe6\xf2\xc8\x36\x97\xf5\x56\x3f\x6c\xea\x38\x50\x83\x22\x70\xe1\x5b\x28\x73\xa4\xd7\x0e\x7c\x7c\xb6\x95\x3c\xb6\x83\x72\x61\x61\xe2\xda\xda\x97\x2c\xa3\x11\x37\xd0\xe4\x2a\x25\xab\xc0\xe8\x90\x36\x1e\xc1\xee\xcd\x6e\xe7\x6d\x1d\x1b\xdf\xd2\x9b\xd8\x90\xdc\x49\x6a\x5d\xcb\xa7\x60\x5e\xaa\x5c\x2d\xf7\x6f\x61\xfa\xa9\xe9\x15\x5a\xcc\xd4\x8d\x07\x85\x08\xdc\x42\x88\xb9\x6b\x85\xe5\x19\x97\x09\x06\xc1\x6f\x62\xf4\x77\xde\x62\x62\x58\x99\xd6\x39\xc6\x9c\x13\x7d\x62\x42\xa3\x15\x56\xa0\x42\xc1\xf3\x65\xf5\x84\x2f\xab\xe7\xdb\xe0\x51\x6e\x83\xe7\x90\x89\xe7\x90\x89\xe7\x90\x89\xa7\x13\x32\xc1\x53\xb9\xec\x7e\x7c\x18\xcb\xe9\x9a\x52\x91\x9f\xe3\x7a\xfc\xe4\x29\x88\x48\x3f\x35\x87\x7c\x2f\xe2\xd1\x5b\x30\x3f\x7d\x4c\xeb\x95\x8f\xea\xfb\x5f\x69\xe7\xd2\x18\x28\xdd\x8a\xb0\x72\xc0\x92\x45\xc7\xd1\xca\x3e\xae\xa4\xe7\xb3\x34\xf3\x84\xa5\x99\x38\x9b\x7f\x2a\x56\xad\x3b\x24\x9a\xd0\x52\x76\x2a\xf5\x6d\x79\xce\xa6\x3a\xf6\xb5\x06\x4d\x98\x2a\x6c\x09\xc4\xee\x8c\x01\x49\xe3\xd4\xf2\x68\x84\x59\x00\x60\x9e\x60\x95\x70\x0c\x2c\x96\x99\x88\x72\x39\xf3\x35\xef\x0d\x54\x26\x0b\xca\xde\x63\x66\x87\x41\x9b\xb5\x2a\x71\xb6\xd2\x4c\x47\xc2\xc0\x55\xe0\x15\x3e\xe4\xe1\x0c\x2a\xb3\xba\x7c\x01\x9e\x89\x13\xd6\x65\xa7\x49\x72\x02\x19\xb4\x71\x36\x87\xcc\x59\x93\xf3\xb1\x28\x53\x39\xa8\xbb\x3a\xbe\xc6\x43\xf8\x63\x79\x24\xce\x45\x26\x75\x7c\x21\x22\xad\x56\x22\x44\xd9\xbb\xda\x03\xfb\x4b\xc5\x0c\x3e\xc5\x86\x98\x89\x93\x97\x58\xa7\x25\xd8\x05\x1a\x9c\xe3\xba\xb7\x41\x69\xd5\x75\x49\x25\x0e\x48\x13\x85\x01\x14\x5e\x01\x34\xb3\xdc\x7a\xec\x85\xc9\xe9\x54\xc4\x56\x62\x49\xe6\x25\xac\xa8\x77\x3d\x28\x99\xa0\x7b\xc4\x81\x7b\xc1\x04\x2d\x55\x48\x5d\xfa\x50\x4b\x60\x27\xc8\x32\x0a\xe1\x14\xaa\x80\x1b\x1c\x84\x20\x9a\x10\xbd\x64\x54\xc5\xaf\x22\x70\x4f\x4c\x22\x6a\x19\xe3\x12\x50\x8e\xad\x30\xd6\x9f\x95\x81\x47\x51\x06\x74\x96\x4e\xb8\x7a\xeb\x70\xe9\x56\x1d\x93\xb7\x76\x01\x23\xa8\x6f\xc5\x52\x4c\xd9\x77\x42\xf0\x79\xa6\x53\x3e\x86\x03\x74\xae\x13\x19\xcd\xc9\xc1\x10\x38\xa1\xe0\xcc\xb8\x0e\xec\x29\x3b\xec\xfd\xb1\xc7\x2e\xf0\x40\x21\x75\xd3\x38\x68\xc3\x0c\x64\x6f\xc1\x10\x61\x59\x47\x00\x21\xb5\x3f\xe2\x89\xa1\x4c\x96\x3e\xcd\xa0\xbf\xc3\x46\x52\x41\xe2\x55\x16\xa4\xb7\x61\xbe\xd0\xbe\x73\xc2\xf9\xcd\xc5\xee\x5f\x98\xf2\x21\x43\xd1\x13\x84\x76\x11\x0c\x5d\x67\xcd\xb9\xb9\x7b\xdb\x88\x1c\x53\xa1\x80\x02\x74\x3e\xd9\xc6\x03\x6f\x57\x44\xab\xb8\xbd\x66\xe2\x2d\xc4\xdc\xf3\x4a\xbf\xcb\xc2\xf7\xdf\x13\xeb\x1a\x15\xc9\x48\x26\x89\x88\x1d\xdf\xe3\x24\x8b\xa0\x89\x38\xe2\x59\x66\xb9\x8b\x2e\x72\xd8\x0c\x3b\x69\xa7\x89\x75\x18\x67\x2f\x0f\xbe\x64\x6f\xb4\x1a\x25\xd2\xf2\x49\x74\x5b\x97\x39\x62\x56\x43\x11\xf1\x82\x38\xfe\xb4\xbe\xc2\xab\x2f\x52\x02\x66\x8e\xd9\x44\x5f\xb3\x31\xcf\x86\x7c\x2c\x58\xe9\xfe\x2b\x2f\x21\x91\x61\xd2\xda\x82\xcd\xfd\x58\x3b\x02\x8b\xf7\x16\x98\xb8\xe3\xc0\x29\x12\x82\x34\x90\x00\x1b\x97\xce\x5b\x71\x23\x11\x44\xb7\x24\x48\x23\x72\xaf\xd4\x12\xfc\x75\x2f\xa0\x3c\x97\x7a\xe5\x78\x56\xd7\xbb\x68\xaa\x2f\xeb\xb1\xd3\x28\x12\x29\x60\x47\x54\x6e\xe2\x17\x38\x87\x17\xac\x4b\xa7\xa5\x7a\x9a\xcc\x9f\xd9\x8b\xbf\xf0\xe8\x6a\x0c\xc9\xb4\xb6\x15\xda\xdb\xc0\xe4\x5f\x5d\x38\x0d\x90\x24\xc4\xef\xab\x9d\xb8\x19\x0c\x7d\x4f\x7f\x66\x2f\xbe\xd5\x99\x08\xba\xb5\xba\x73\xc4\x63\x4c\x51\x84\xf5\x01\xc9\x06\xfb\x33\x28\x2a\x34\x3a\x1c\xf9\x3e\xee\x0a\x4b\xe1\xde\xf5\x8a\xaa\xb0\xbf\x96\x66\xd1\x59\xf1\x22\x1e\x03\xbc\x86\x56\x75\x34\xb6\x7f\xae\x17\x83\x47\x78\x9b\xb7\x67\x62\x2c\x4d\x8e\x12\xd8\xa3\x2d\xc1\x9d\x0f\x62\xe3\xe5\xa8\xe0\x3c\x3d\xf4\x32\xdc\xf9\xcb\xb7\x98\xfe\xa3\xd2\xc1\x3d\xbc\x7e\xf3\x25\x48\xcd\x03\x4e\xf8\xb6\x2f\x7b\xf8\xe9\xd9\x37\x1e\x6d\xf2\xc6\x22\x96\xf9\x9d\x6f\x2b\x84\x7e\x6d\x34\xf1\x22\x9f\x58\xa9\x3d\x7a\x1c\xca\xbe\xfb\xb7\x6f\xbc\xf3\x45\x3e\xd1\x99\xc3\x44\x79\x84\xf9\xdf\xed\xcb\xb7\x98\xbe\x36\x11\x20\x26\x3d\xe4\xac\xef\xe4\x9d\x47\x8f\x35\xd9\xa3\x4d\x0f\xfb\x90\xe7\xd1\xe4\xc1\xd6\xf7\x0e\xde\xb6\xe9\xca\xde\xfe\x95\x47\x1b\xb3\xae\x00\x69\xf3\x71\xc4\x82\x48\xeb\x2c\x96\xea\x51\x38\xc7\x9d\xbf\x7b\xd3\xc9\xbb\x50\x88\x06\x4c\xf3\x56\x6f\xdf\x78\xf3\xef\xf6\xf5\x9b\x4e\x5e\xcc\xc0\x5a\xf7\x28\xaf\xf6\xa2\xf0\xc3\xbe\x77\x94\xe8\x6b\x30\x05\xea\xa4\x57\x22\xc1\x3e\xca\xde\xcb\x29\x1f\x0b\xb2\x3d\x3c\xca\x00\xc8\xfb\x2f\xd5\xf8\xa1\x8f\xfd\x1d\xbf\x79\x53\x22\x50\x3a\x16\x8f\xb4\xe4\x77\xf5\xe6\x4d\xa7\x8c\x74\xf6\xb0\xef\xcc\x86\x3c\xea\x3d\xaa\x60\x7a\x4f\x23\xd8\x78\xdb\xef\x69\x1c\x9b\x6e\x88\x89\x26\x22\x2e\x92\x47\x38\xf0\x77\xfc\xe6\x8d\x37\xe0\x8e\xdf\xbf\xf1\xc2\x8b\x3c\x97\x6a\x7c\x37\x57\xed\xe6\x93\xc7\xd4\xa6\x07\xdf\xf3\x3b\x7c\xed\xa3\xce\xb9\xbe\xdb\xf4\xd7\x16\x61\x2c\xdf\x42\x3d\xa2\x9f\x0e\x97\x44\xb0\xb8\x26\x98\x6c\x07\xfe\x58\x01\x49\x2a\xae\x94\xa8\xc2\x3a\xf8\x3c\x28\x2e\x48\xe5\xa3\x2e\x33\x29\x3a\x1e\x30\x18\xbd\xc6\x08\xbc\xc8\xa3\x09\xbb\x12\xf3\xb0\xe6\x26\x7b\xd1\x7b\xd1\xf4\xee\x52\xd6\x5c\x6e\x44\x32\x0a\x40\x36\x09\x5b\x10\x4a\xa5\xe9\xb2\x0c\x27\x38\x71\xc2\xe2\x2c\x95\xfe\x38\x33\xc5\xb0\xeb\x3d\x41\x32\x17\x53\x0a\xdb\xc3\xc6\xd0\x33\x56\xde\x0c\x6a\x71\x1a\xc1\x46\x54\x56\x6b\xca\x73\x73\xc2\x5e\x8c\x4e\xbe\x52\x7c\x2a\xbe\x7e\xd1\x61\xd7\x50\xd1\x07\x3f\xd6\x11\xbf\xb8\xc7\x6d\x67\x6e\x6d\x60\x70\x30\x6f\xfb\x9d\x1d\xfd\x8b\xd9\xc9\x57\xe0\xdb\x09\x7a\xc3\xcf\xae\x3b\x71\xc3\xa3\x9c\xfd\xd5\x78\x88\xe4\xdc\x05\xc8\xe0\x4b\xb0\x9c\x57\x2e\xa6\xec\x85\x3c\xf9\x0a\xca\xd0\x05\x7d\xe1\x67\x4c\x3b\x34\xd2\x87\xf3\xe0\x03\xd2\x57\x92\x7b\x71\x75\xf2\xd5\x95\x98\x9b\xe0\x49\xf8\x88\x0e\x78\x0a\x04\x0d\x5f\xf6\xc2\xc0\x3c\x88\x06\x30\xd2\x47\x66\x0c\x4b\x00\x3b\x6f\xd5\x99\x7d\xd3\x15\x44\x5b\xa6\xa6\xb2\x51\x48\x54\x2e\x14\xa8\xdc\x68\xf0\x1f\xd9\x27\x82\xf2\x3b\x08\xcf\x9a\x97\xd5\x5c\x72\x8f\x20\x8d\x6b\x53\xa2\x46\x52\xd5\x2a\x08\xe9\x90\x9e\xbb\xed\x7b\xc2\x8c\xbb\x50\x67\xaf\x1b\xcb\xd1\xa8\x74\x1b\xdd\x3a\xeb\x6b\x21\x0a\xd1\xe2\x53\x15\x3e\x52\xcd\xbf\xe8\x23\xcf\xd8\xa7\x13\xdf\xdf\x01\xaa\xef\xef\x94\x9f\x89\x5c\x61\x1f\x1d\x5e\x1a\x15\x1a\x9e\x72\x48\xd5\xc3\x09\x43\x45\x5e\x21\x52\x57\x33\xaf\x5e\x60\x65\x61\x60\xd9\xb6\x79\x45\x55\x8c\x89\xd3\xf3\xb3\x96\x14\xa3\xd2\x0b\x38\x6d\x4e\x75\xf3\x88\x86\xcd\x52\x2f\xab\x03\x6c\x1b\x92\x1e\x85\x4b\x5d\x09\x61\x36\xae\xa2\xab\x4f\x5c\x98\x08\x96\x67\x50\xb0\x1f\x21\x46\x13\x99\x7b\xc6\x15\x6e\xf0\x1d\xa7\x42\x2e\x4a\x56\x71\x6b\xe1\xae\x83\xbb\x23\xf0\x1f\xf8\x50\x24\x17\x02\x5d\xc6\xcb\xd2\x41\x58\x62\x5b\x32\x43\x4d\x29\xab\x11\xbe\x43\xb0\x7d\xc8\xf2\xf0\x57\x88\x0f\xc0\x43\x3e\x4c\xa1\x6b\x7a\x84\x51\xd0\xf0\x56\x57\x74\x35\x8f\x26\xef\x6e\x2c\x4f\x28\xc3\x69\x4f\x3f\xbc\xa5\x08\x39\x64\x2a\xb5\x77\x53\x1c\x37\xb8\xa1\x29\xc0\xa4\xc7\x4e\x99\x2a\x92\x64\x51\x53\xa5\x7d\xcb\xd5\xa7\xa4\x3e\xa6\x15\x34\xd8\x98\x42\x25\xe3\xb3\x36\x20\xda\xf8\x29\x06\x2f\x5d\x4e\x44\xe5\x9b\x60\xf6\xf7\x1d\x3c\x5d\xd9\xf9\x4f\xe5\x18\x6e\x15\xaf\x17\xec\xee\x76\x55\xff\xd7\x8d\x1d\x6c\xdb\x02\xa2\xaa\xf0\x62\xfb\xc7\x95\x98\x77\xe0\x2e\xfa\x15\x2b\x7a\x5a\x3a\x21\xf0\x85\xf0\x37\x17\xd4\x11\x74\x63\x7b\xb0\x42\xcc\xdf\x0a\x39\xe3\x89\x50\xb9\xbb\xe6\x10\x0e\xd8\xd3\x72\xb0\xf1\xf6\x86\xd5\x46\x94\xf7\xa7\xed\xa0\xbf\x73\x25\xe6\xfd\x1d\xbc\x0b\xed\xc4\x39\x1d\x9f\xfe\xce\x99\xb2\xdf\xbb\xa8\x11\x1f\x08\x92\xf1\x79\x79\x71\x40\xa6\x41\x7f\x07\x7e\x44\xb6\xb5\x26\xc5\xb4\xb1\x86\x76\x5e\x74\xb7\x4c\x24\x24\xa5\x0d\xf8\x49\x30\x27\x8a\x0d\x74\xbf\x60\x99\x46\xb7\x1e\xb8\x4a\x1d\x14\x3f\x70\xf1\xa0\xfc\x19\xad\x2b\x34\xce\x44\x42\xd1\xb8\xb8\x17\x70\x4b\x61\xe0\xf1\xea\xc3\x7f\x25\x56\xc5\x2c\x91\x78\x8b\x11\xd0\x76\x12\xf6\x0b\x9f\xf1\xe1\xc7\xcd\x53\x4a\xee\xd7\xcb\x6f\x89\xca\x6f\xd5\x0a\xa7\x96\xbe\x48\xb0\xc1\x61\xc1\xe8\x56\x3d\x00\xfe\x51\x31\x86\xf6\xf0\xf0\x82\x90\x41\x5a\xb3\x15\xb3\xf5\x4b\x5b\xa9\x9b\x78\x25\xe6\x2f\x0c\x2e\xb4\xa5\xfc\x89\x4c\x5d\x09\x24\x38\x19\x2e\xcc\x1b\x83\x8d\x5d\x17\x48\xac\x67\xaa\xc3\x3e\xe8\xdc\xfe\xe7\xdd\x8d\x2f\xbe\xfd\x56\x0b\xf3\x41\xe7\xf0\xcd\x36\x00\x16\xf0\xc2\x55\xc2\x02\x9e\x30\x69\x2a\x25\x3d\xc3\x20\x54\x43\x31\xbb\xd5\x93\x7a\xa6\xac\x74\x4f\x63\x6e\x1c\xd5\x30\x5e\x18\xae\xab\xd6\x3e\x68\xaa\x3a\xab\xcc\x74\x49\x77\xd4\x15\x02\xd4\xc0\x2f\x18\xbf\x8f\xb5\x78\xe3\x22\x23\xc5\x07\x37\x5b\x46\x58\x68\x1a\xc1\x34\x9e\x54\xae\x49\x95\x64\x4b\xb2\xbb\x07\x61\x46\x9a\xfc\xbd\xc8\xf9\x12\xbe\xe3\x9a\xf8\x4a\xd4\xc6\x47\xf2\xe1\x11\x36\x73\x95\x4f\x44\x2e\xa3\x20\x45\x1a\xb6\x64\xc2\x67\x82\x4a\x1f\x42\x5c\x5c\x59\x37\x7e\xc6\x33\xa9\x0b\xe3\x01\x7e\x4a\x89\xc4\x07\x2f\x7b\x74\x0e\x60\xe7\xa4\x82\xfe\xe3\x23\xb4\xb4\xc3\xe9\x30\x37\xb0\x5f\xd7\x41\x64\xd3\x56\xed\x2d\x56\x16\xec\xa3\x66\x41\x20\xa4\xcb\x1f\x83\x9a\x4b\xf6\xb3\x95\x53\xa6\x32\x77\x18\x39\x54\x4e\x41\x8f\xa8\xcc\xbb\x8b\xf6\x24\x44\x89\x6a\x9e\x43\x90\x75\x36\xe1\x04\x7d\x04\x0b\x59\xe6\x3c\x05\xe1\xf2\xd2\x83\xf6\xb8\xfc\x90\xa0\x42\xa0\x34\x06\x7e\xc0\xf2\xd9\x14\x96\xed\xd2\x4c\x82\x08\x6e\xbb\x41\x58\x5b\x1d\x62\x3f\x41\xc6\xca\xb5\x1d\x66\x26\x05\x09\xf1\x4a\xdc\xe4\x8e\x0f\xf9\x91\x94\xbb\xf2\x06\x57\x05\x4f\x4f\xa4\x15\xa4\x63\xa8\x1c\xfb\xb2\xc3\x72\x99\x1a\xae\x9e\xb8\x1c\x85\x33\x8d\xa0\x30\xa3\xcb\x30\xb0\xf3\x46\x98\xa0\xd8\x17\x48\x81\x72\x2a\x9c\x8d\xc4\x35\x9b\x4a\x55\xd8\xe5\x82\xad\x4f\xb9\x31\x22\xf6\xf2\x30\x10\x86\xd3\xaf\x50\x5a\x70\xab\x4d\x95\xb6\x8d\xcf\xba\xf4\x3b\x89\x4b\xe9\x22\x62\xb1\xb8\x56\xc4\x13\xb7\x52\xb4\xd2\xa4\xf5\xc8\xcc\xe4\x3e\x43\xa4\x13\xd6\x54\x83\xf1\x64\x22\x12\xd2\x2f\x65\xae\xaf\x84\xa2\x32\x29\x2e\xbb\x64\x2a\x8c\xe1\xe3\x6d\x90\xa5\x10\xa6\x48\xaa\xf1\x59\x2e\xa6\x6f\x74\xa1\x56\x95\x32\x6d\x3e\xe0\x8d\x2e\x9e\x24\x4d\x31\x34\x96\x32\x54\x4e\xd4\x49\x13\xc5\x8a\xf9\x95\xf2\xdd\x84\x3e\x54\x82\x16\x43\x1b\xb7\x16\x9e\x41\xd3\xb7\x48\x6d\x24\x62\x88\x98\x6e\x75\x9d\xd1\xb6\xb8\x1b\xdd\x50\xa5\xc3\xea\xa8\xfc\xc8\xdd\xa0\x0c\xa3\x82\xe4\x5e\xb2\xab\x86\xce\x27\x62\x94\xb3\x42\xc1\xe9\x53\xb1\x2f\x6a\x42\x1c\xbd\x52\x3a\xab\x3a\x50\x20\x84\x69\x0a\x21\xbd\xbb\xbe\x66\x35\x55\xb3\xc8\x5d\x71\xb4\x68\x52\xa8\x2b\xb0\x22\x94\xbf\xe6\x4e\xd7\x05\x91\xc5\x50\xa3\xbd\x72\x3e\x99\xa0\xa5\x43\x12\xae\xcf\x09\x27\xd2\x48\x02\xd8\x68\x26\x2e\x4f\x43\x27\xb1\x2b\x51\x34\x3b\xec\x1d\xbe\x62\xb1\xc6\x8c\x15\x48\x1f\x75\xef\xc0\x63\xe2\x6b\x85\x14\x26\x40\xae\x68\xa3\x94\x3f\x08\x93\xcb\x29\x14\x55\xf9\x03\x01\xbf\xfd\x9d\xcc\x68\x65\x28\x79\x99\x65\x5c\xa9\xdf\x08\x1c\x79\x51\xdf\x58\xed\x0f\xd8\x49\x46\x1f\xc0\x36\x75\xe7\x89\x33\x35\x96\xb0\xe2\xbc\x5c\x50\x15\x3e\x48\x3b\x76\x35\xf6\xc2\x44\xe0\x17\x26\xc8\xcb\x0b\x71\x9d\xca\x2c\x1a\x5f\xff\xdc\x31\xe2\x12\x4d\x0d\x83\xc7\x73\x91\x4d\xa5\x12\xc8\x8e\x5c\x26\x07\xf0\x0e\xe2\x79\x9b\x00\xb4\x21\x8a\x17\xf0\x40\x56\x28\xcc\x91\xb3\xef\xa4\xb2\xf8\xe5\xc8\x7b\xec\xbc\x8e\xa3\x86\x55\x60\x7b\xec\x93\xe0\x71\xd7\x5e\xa1\xf7\x9e\x8c\x13\x69\x15\x15\x59\x26\x54\x34\xef\x92\x13\xbf\xcb\x55\xdc\xf5\x17\x46\xdd\xc3\xb9\x5e\xc6\x7e\x32\xfa\x41\xaa\xab\x55\x38\x86\xd4\x0c\xf5\xa0\x1f\x3f\xfd\x50\x37\x9e\xfb\x2d\x5c\x6b\xa9\xfa\xaa\xaf\xde\xbe\x3b\xff\xf4\xee\xcd\xe9\xe5\xbb\xb7\xec\x7b\xaf\x2e\xb8\x6a\x41\x3a\x65\x3e\x6d\xc3\xf5\xef\x0d\xdc\x87\xbd\xa3\x03\x7b\x46\x20\x47\xa8\xca\xd0\xa4\x61\x69\xc2\x95\xc2\x2b\xbc\x8a\x91\x77\xd8\x3b\x3a\x74\x8f\x3d\x74\x65\xc5\x52\x20\x7c\xcf\x15\x1f\x8b\x18\x6d\xd2\xef\x54\xbe\xd4\x70\xdb\x6c\x8c\x1b\x70\xad\xb3\xab\x51\xa2\xaf\xbb\xd2\x8a\x41\x68\xe0\xbe\x20\x96\x57\x82\x2d\x2d\x80\x7a\x2b\x25\x25\x34\xa8\xdb\xe7\x5a\xf4\xc2\xfb\xce\x04\x0e\x12\x80\xab\xe3\xf2\x5b\x5d\x1b\x19\x02\x1b\x7a\xf3\x7b\xd3\x74\xfd\x57\x7b\xe4\xc1\x1b\x04\xc6\x52\x9d\x76\x13\x7b\xb8\x58\x30\x0e\x62\xe4\x68\xbf\x56\x22\xb2\xd2\x44\x86\xc5\x51\x33\x38\xf5\xd5\xf1\xf1\x60\x24\xc1\xb5\x16\xf9\xb4\x3c\x5e\xe4\xda\xb2\xf8\x08\x8a\x6a\x79\x1c\xc9\x2d\xc4\x13\xdc\x8b\x4b\x6c\xb9\x6c\x55\xbf\xf5\x0d\xdd\xf5\x19\x4b\xdb\x60\x2a\x15\x28\x76\x2e\x63\xb3\x84\xdc\x23\xbf\x09\x2d\x5d\x60\x1f\x87\x25\xcd\x10\x02\x13\x38\x0b\x96\x20\x26\x75\xc0\x4b\x9b\x20\xc2\x9d\xb0\xbe\xf7\xce\x6d\x63\x3b\x1f\x35\x9d\x7f\xec\x96\xe6\x42\xef\x4f\x5c\x66\x86\xf3\x1e\xc5\x89\x06\xe7\x91\x97\x42\xc1\x4d\xe8\xf6\xda\xad\x8d\xf1\x4a\x98\x87\xd5\x0c\xa7\x0d\xc9\xaf\x0b\xd2\xcc\xa6\x70\x56\x57\x99\x2e\xf0\x44\x67\xa4\xf0\x97\xa5\x68\x7d\x0d\x69\x3a\xd9\x0c\xba\x23\xfb\xbe\x71\x47\x75\x0b\xba\x42\xdd\x76\xf5\x61\xfd\xe8\xda\x39\xaa\x72\xa5\x07\x7d\x07\x24\xcf\x26\x82\xc7\xbe\x34\x71\x0b\x83\x1a\x0a\xa8\x78\x86\xd7\x2e\x1e\x5a\x20\xa9\x59\x98\xe4\xed\x4b\x81\xe3\xf9\xb2\x82\xde\x8b\xd3\x34\x4d\xe6\x2f\x80\x3e\x5f\xfc\x08\xe9\xae\x2f\xb6\x98\x6f\x2e\x9b\xa0\xbc\xb7\xa0\xb1\x4b\x39\x5d\x5e\xfa\xdc\x36\x80\x25\x93\x53\x61\x72\x3e\x05\x1b\xef\x35\xc9\xb0\x7e\xe3\xd8\xb5\xc8\xd0\x9b\x68\x79\x0f\x89\x7a\xe4\x57\x76\x86\x15\xab\xd5\x55\x76\x81\x56\xe4\x7e\xaf\x23\x19\x65\xfa\xb2\xba\x66\x0d\x9a\x75\x6d\x00\xa9\xb6\xe4\x8e\xf0\x15\x94\x74\x9c\xda\x16\x98\xd7\xce\x90\xe7\xfa\xf2\x8c\xc1\x85\x52\x0a\xa4\x76\x73\xbb\x79\xb8\xb4\xb7\xaf\x5d\x57\x5a\x2e\x96\x4c\xa5\x6c\x04\x0e\xcc\x8a\x99\x85\x27\x49\x89\x85\xd0\x6e\x6a\x21\x80\x30\x87\x23\x1b\x38\x7b\xc0\x7c\x41\x6d\x91\xf6\xd7\xb9\x49\xed\x35\xc2\x5b\x73\x73\xef\xd5\x35\x71\x5a\xbe\x97\x18\x51\xa1\x4a\xb7\x35\xd8\x8e\x51\x6d\x9f\xf2\x14\x23\x31\x62\x46\xa5\x3b\xab\x97\x75\x60\xc5\x19\xce\xcb\x5a\xf0\xb9\xd6\x58\xbe\x1c\x9e\x85\x13\xed\xcd\x21\x65\xd5\x6e\x9f\xae\x6a\x79\xc4\xdc\xeb\xc9\xe0\xba\x03\xfb\x08\x60\x5c\x7b\x48\x04\x10\x37\xc1\xce\x02\xa7\x0b\xa4\xf5\x39\x28\x95\xce\x8c\x52\x93\xbf\x4f\xf6\xf7\x4b\x3b\xb4\x95\xc0\x63\x1d\x99\x7d\xbb\x4f\xdd\x71\x21\x63\xb1\x1f\x2e\xff\x7a\x7e\x8a\x80\xcf\x50\x35\xf1\x35\x30\xc0\x2f\x6b\x38\x87\xae\x0e\x39\x12\x53\x00\xff\x50\x16\x1c\x28\x5d\xc1\xce\x1a\x15\x63\xe2\x6f\x21\xcd\x24\x20\x4d\xd8\x14\xa8\xfd\x0a\x2f\x00\xc4\x0d\x87\x95\x68\xef\xaf\xff\x8f\xbd\xaf\x6d\x6e\xe4\x36\xf2\x7f\x9f\x4f\x81\xd2\xff\xc5\x4a\xa9\x11\x23\x69\xe3\xff\xdd\xe9\xaa\x72\xa5\x68\xd7\xb6\xca\xda\x95\x6a\xa5\x8d\xcb\x15\xa6\xce\xd0\x0c\x48\x22\x1a\x02\x73\x03\x8c\xb4\xf4\x95\xbf\xfb\x15\xba\x1b\x0f\xc3\xc7\x21\x45\x49\x8e\x97\x2f\x92\x5a\x53\x18\x3c\xa3\xd1\xe8\xfe\xf5\xaf\xa3\x0e\x40\x8d\x9a\x16\x7d\x33\x3d\xcf\xf1\xb1\x3c\x41\x28\x46\x8d\xd9\xe8\xf5\x23\xfa\x31\x02\x5b\xb4\x34\x6c\xa8\x29\x49\xba\x1c\x2a\x98\x6a\xb0\xdd\x51\x00\x32\x6e\x7a\xa0\x0d\x01\xd9\x1d\xd8\x3d\xd6\x17\xe1\x50\x95\xd4\xea\xd6\x8b\xd4\x97\x94\xe7\xe7\xd3\x8d\xa3\xc6\x1d\xc5\xfb\x0c\x6a\x88\x26\xc8\x82\x34\x44\xc1\x1f\x1f\xb4\x8f\xdc\xc4\xbb\xf0\x22\x58\x44\x86\x0d\xaf\xb9\xb2\x22\xbc\x53\x68\x16\x47\xbc\xaa\x84\x32\x87\x14\x23\x0f\x4c\x56\x8c\x3b\xe1\x6a\x98\x11\x15\xaf\x61\x8e\xfd\x25\x61\xa2\xf5\xc0\x5b\x09\x83\xc9\x02\x0e\xb0\x6f\x32\xcd\xf6\x2a\x15\xfb\xf4\xed\xf9\xdb\xb7\x6f\xff\x03\x41\x08\x1c\x99\x2f\xa4\x62\x9f\x6f\xcf\xe1\x65\xd6\xe5\xad\xfb\xb1\xc1\x84\xad\x68\x73\x7e\xf6\xb7\xaf\x97\x15\x0b\xf8\x71\x88\x48\xe0\xbb\x75\xa9\x59\x3e\x46\x43\x1e\x91\xb2\x04\x62\x7b\xaf\xa0\x78\xc3\x84\x46\x5e\x94\x41\xe3\x14\x7d\xb4\x42\xb8\xb5\xa0\x85\x92\x69\xc6\xda\x29\x42\x08\x3f\x7b\x40\x06\xef\xd6\x27\x21\x62\x9a\xde\x67\xa5\xd1\xa8\x25\x7c\xe0\xa4\x89\xbb\xbd\x31\xd2\xb5\x15\x40\x53\x11\x57\x60\xdb\xb6\x9e\x99\xfe\xbc\xe4\xa1\x7b\x37\x6f\x32\x3e\x7d\x7b\xce\x60\x9b\x82\x38\x81\xa7\xad\x3b\x62\xdc\x06\xc9\x99\x3e\x1e\x23\x0b\x08\x31\xe7\xb4\xe5\x1c\x5d\x51\xc9\x79\x7d\xc4\xc4\xdc\x7e\x55\x5b\x6c\x14\x24\xbb\xe2\x09\x70\xb7\x46\xe6\x8f\x8a\x3b\x67\xc8\x83\x84\x0b\x8a\xa4\x09\x90\x45\x19\x0d\x4b\x6d\x83\x3a\xb8\xec\xbf\x54\x22\xb7\xe1\xb4\x53\x27\xd9\xbe\xd2\xc8\xf0\x57\xb3\x07\x89\x8f\x2d\xd8\x36\x2d\x7a\x75\x4a\xa0\x8b\x86\x41\x9e\x8f\x7c\x6b\x4e\xd2\x1f\x30\x3e\xb0\x3e\x57\x38\x68\x68\x2a\xd1\xab\x33\xa6\x55\x2e\xe8\xcd\xd3\x22\x23\x81\x3e\xa1\x37\xef\xac\x95\x8e\x79\xa6\x60\xf0\x72\x83\xd9\x35\x6b\x4d\xd3\x5d\xa9\xf3\x7b\x37\xd7\x57\xbe\x99\xb9\xbb\x1a\x80\x92\x09\xe9\x50\xe2\xd1\x40\x4b\x2d\xa6\x33\x70\xff\xf2\x64\x51\x52\x91\xfd\x0d\x93\x1a\x64\x8c\x97\x76\xa4\x9b\xe1\xc8\x9d\x34\xaf\x75\xf8\x63\xc1\xa6\xf3\xbc\x50\x01\x3f\xcb\x55\x2d\xd1\x50\x8a\x5e\x05\x39\x16\x2d\xca\xc3\x8c\x71\x74\x3e\x21\x41\x18\xf9\x79\x40\x23\x64\x95\x2e\x10\xea\x87\x35\x49\xc5\xde\x1e\x79\x59\x81\xab\xfc\x43\x73\xe7\xfe\xe8\xe9\xb0\x78\x0e\xfb\xcc\x08\xcc\x6d\x9e\xec\x2f\x2f\x33\x00\x1a\x26\x87\x2a\xba\x48\xbc\x95\x3f\xd2\x53\x56\xba\xe8\xb1\x33\x5a\x59\x6e\x93\x46\xd1\x3b\xdb\x6a\xd4\xb5\xc5\x38\x1b\xf1\xba\x98\xd7\xc8\xfe\xcd\xc5\x77\x3f\x5c\x5c\x5e\x1e\xcc\x34\x87\x37\x3c\xb4\x92\x97\x82\xab\xa6\xca\x48\x7a\xf9\x4e\x44\x21\x76\x76\x7d\x01\xdc\x43\x76\x44\x9a\x98\x5b\x71\x3d\xf0\x1c\x9a\x00\x9a\x44\x91\x90\xb5\xe4\xa6\x9b\x53\x4c\xfe\x0d\xdc\x25\x61\xbb\xa6\x2f\xa6\x8c\x35\xca\xca\x12\x3c\xe0\xc5\x58\x2a\x8c\xa6\xd6\xc0\xf3\x48\x06\x16\x58\x45\x20\xfc\x02\xeb\x70\xb4\x03\x4f\xd3\xc9\x4f\xc9\xe7\x22\x90\xc9\xc0\x26\x9c\x3d\xec\xa4\x93\x51\x6f\x47\xdc\xd0\xce\x14\x2a\x0a\x81\x65\x97\x62\x37\x31\xf2\x92\x66\xe2\xe5\x57\x65\x3c\xde\xab\x0c\x15\xa9\xcf\x7f\x0e\x57\x59\x72\x2a\xc2\x26\xa1\x48\xf8\x49\x8f\x01\xe6\x5a\x04\x83\x65\xcb\xd2\x91\xa4\x65\xaa\xb4\x42\xa9\x97\xeb\x31\xe5\xe1\x8f\x39\xd1\x93\xad\x88\x35\x85\x76\x90\x4e\x89\xfc\x50\xb3\x22\xa7\xbd\xa6\x20\xb0\xd5\x21\xd0\x9c\xb9\x7a\x20\x17\x58\xea\x82\x73\x1b\xca\x5f\xb5\x74\x79\xf7\xd8\xb7\x51\x0c\x46\x1e\x45\x24\x9c\xa3\xf7\x4c\xb0\x2b\x73\x35\x41\x45\xad\xc7\xd8\x15\x28\x6c\xd2\xb0\x8f\x57\xb7\x4c\xa8\x81\xae\x73\x60\x3c\x8a\x1e\x31\x65\x6b\x5d\x34\x90\x3b\x41\x0e\x15\x84\xbe\x2a\xcb\x6a\x69\xee\x11\xf8\xd1\xe4\xf7\x89\x0c\xee\xa5\xf2\x18\x31\x48\x23\xee\x9e\x63\x24\xdf\x5d\xdb\x1c\xa0\x3d\xf0\x14\xa8\xdc\xbe\x37\x08\xf3\xe5\x6e\x07\xa3\x02\x29\xe3\x6c\x45\xe2\x20\x7f\x0d\xc4\x71\x49\x85\xe3\x08\x3e\x38\x89\xa7\xcd\x5b\x7c\x38\x33\xd2\x36\x81\xc7\x2e\xbe\x5f\xe2\xea\xa5\x6b\xea\xd7\x19\xcd\x6d\xb1\xe1\xd4\x45\x2a\x0d\x7b\xe4\x98\x41\x1f\x93\x70\x79\xa1\x85\x17\x37\x41\xb6\xc3\xc3\x12\xcf\x1c\x00\xdb\xc1\x2d\x7f\xe0\x7a\xef\x66\xb3\xa0\xeb\x77\x61\x47\x78\x3a\x72\x6e\xdb\xdd\xc8\x08\x0c\x0a\xde\x45\x88\x30\x10\xbc\x70\x77\x5b\x8f\xfd\x48\x79\xfe\xc3\x5a\xc2\x0c\xb5\x28\x98\x10\x42\x34\xa8\x85\x70\x93\x44\x2a\xfb\xd8\xbd\xe4\xc0\xca\x3e\x36\xa2\x7c\x20\x52\x7b\xff\xc6\x7d\x68\x4a\x25\x6a\xb8\xc8\xfd\x27\x60\x34\x03\x17\x56\xcb\x89\xfc\x9c\xb0\x99\x2d\x81\xb6\x86\xc2\x8d\xc5\x8a\x0e\x4f\xe1\xef\x92\xa2\x24\x18\x42\xda\xa0\xaa\x16\x03\xf9\x25\x0b\x6e\xbf\xa8\xaa\x65\x48\xe5\x8b\x9f\xba\xcb\x1a\x71\xff\xf0\xe4\xbd\xfa\x78\xf9\x13\xbb\xf8\x16\x4a\x43\xad\xb8\x71\x5a\x82\xdc\x33\xa0\x46\xf2\xc3\xa0\x16\xba\xc6\xb2\x18\x48\x11\xd0\x0e\xfe\xaa\x44\x6e\xbe\xa0\x5b\x86\xe7\xb4\xf5\x44\x58\xf0\x59\x84\x51\x04\x1d\x87\x02\x47\x0c\xa8\x7b\xb9\x1e\xdf\x81\x17\x9f\x8c\x28\x34\x00\xd3\x0c\x06\xf2\x0b\xaa\x11\x81\xa5\x15\x3f\x1f\x91\x36\x06\x6f\x7b\xb0\x9c\xe2\xb1\xab\x9b\x52\x18\xaf\xaa\xc5\xf1\x66\x29\x80\xc5\xd6\x8d\xca\xd3\x9b\xaa\x14\x6a\x18\x69\xec\xb1\x55\x0f\x6e\x84\xa1\x8e\x39\xf9\x4c\xb0\x71\xea\x1e\x39\xa0\xc9\x03\xea\xee\xc0\x99\xe9\x8b\xac\x90\xc1\xf3\x44\xcb\x84\x86\x08\xbc\xf4\x49\x69\xf1\x7a\xb7\x9b\x19\x27\x1e\x3d\xb1\x34\x70\xbb\x1d\x32\xa9\x8c\x15\xbc\xc8\xc2\x5b\x8a\xe0\x04\x54\xec\xe4\xe8\x98\x9d\x93\x2f\x57\xd7\xec\x9b\xa3\x23\x9c\xcd\x4f\x82\x1b\xad\xc8\x95\xef\xee\x00\x77\x5a\x09\x15\x84\x1a\x58\xba\x5d\xf2\x94\xf8\x74\xa0\x1b\x15\xcc\xfc\xf8\xb6\x28\x4b\x6d\xad\xc7\x16\xa5\xec\x8c\x68\x86\xaa\x85\xbb\x87\xf6\xfd\x9e\x2d\x27\xb3\xea\x37\xc2\x91\x42\xb5\x9f\xdc\x17\x87\xa8\xca\x21\x7b\xf5\x01\x4c\xe5\x19\xf8\xb5\x8a\x90\x84\xcb\x9f\x88\x29\xa2\xcc\x67\xd6\x15\x64\x21\xc6\x95\xde\xd0\x75\x4c\x4b\xdd\xc1\x0f\xc8\x10\x23\x93\x07\x8c\xca\x74\xa4\x54\x48\x1b\x14\xaa\xf4\xbb\xb5\x10\x06\x76\xa9\xb1\xdc\x8a\x4e\xbe\xe5\x6d\x3f\x8c\xcb\x97\x87\x8e\x7f\x40\xa4\x38\xa1\x40\xef\xc5\xc4\x24\x78\xe1\x59\x8c\x04\x5c\x21\x43\xae\xe4\x2f\xf8\x4c\xf6\x49\x4f\x7f\x11\x6c\xdf\xe4\xba\x22\x4b\x2a\x40\x86\x0e\x12\x73\x29\x27\x66\xfa\x88\x26\x42\xf0\x50\x55\x12\x97\x0f\x23\x98\x41\xe9\x99\x04\x81\x77\x3f\x9f\x43\x96\xbc\xd2\xd6\x4a\xb3\xb8\xb6\x99\x75\x9c\x3a\x98\x3a\xf9\xd6\xa8\x2c\x86\x81\x25\x8e\xf2\x76\xee\x21\x8f\xee\x48\x83\x0b\x03\x41\x3a\x35\x8a\x7b\xcc\xa9\xa3\x54\x4b\x34\xcb\x8e\xb5\x71\x8f\x7f\xa7\x59\x04\x48\xcb\x48\x37\x46\xdc\x0b\x51\x49\x35\x44\x01\x82\x3e\x01\x3b\xa9\xc8\x3f\x8c\x52\x44\xbd\xb1\x4c\x91\xe5\x8f\x5e\xbf\x8d\x2a\x44\x6d\x6c\x1b\xd3\xd4\x63\x67\xd1\x1d\x48\xeb\xed\x6d\x11\x6f\x30\x71\x56\x86\x78\x41\x5a\xa3\xf0\x23\x29\x5e\x31\x36\x30\x1c\x30\x5e\x55\xe5\x04\xb3\x9a\x80\xa3\xbc\xbf\x97\xcb\xc3\xbc\xf0\x28\xfe\xa9\x60\x4b\xe3\x5d\x54\x24\xcc\x62\xe6\x26\x02\x10\x84\xee\xc1\x3e\x9c\xb2\xcb\x47\x1d\xfc\xd9\x03\x47\xe6\x80\x2a\xd6\x86\x0e\x27\x9b\xae\x43\x22\x57\x90\xd7\x1e\x63\x44\x37\x8c\xbb\x8f\x40\x7d\x0c\x36\xf8\x1e\xbb\x30\xf1\xa6\x85\xf9\x41\xe3\x76\x92\x42\xcf\x24\xc6\x0d\xa3\xc7\x69\x1e\x24\x77\xa1\x23\x9d\xa6\xb7\x2c\x21\xb2\xd4\x9b\x28\xc4\x94\xc0\x74\x0f\xe8\x24\x3f\x05\xfa\x04\x52\x84\x42\x2f\xdc\x33\x55\x2d\xc7\xbc\x96\xee\xf2\xf1\x80\x36\xb7\x99\xbd\xe9\x9d\xc5\x9b\x81\x64\x4a\x0b\x63\x1a\x17\x68\x2e\x47\xf1\xba\xc2\x21\x3e\x0e\xcd\xff\x83\xb9\x5b\xff\x32\x0a\x53\xde\x61\xdd\xd0\x3d\x92\x42\x52\xf0\x17\x5a\x3f\xc8\x17\xa2\x66\xd7\x37\x09\xfe\x4a\x9c\x2c\xd3\xe1\x38\x08\x19\x20\x72\xd5\xfe\x5e\x2c\x8a\x84\xaf\xe9\x9f\xc8\xd1\x9e\x73\xa5\x15\x40\x66\xdb\x54\xf8\x3d\xf6\x51\xdb\x96\x8f\x91\xd7\xa2\xa5\xb7\xdd\x09\x06\xf2\x9d\x5e\x67\xb1\x57\x87\x89\x36\xa7\x5b\x4a\x1b\x3e\xca\xb4\x09\xe8\xe3\xa0\xdc\xa2\x39\xd0\xe9\x26\xfe\xe9\xcf\xd9\xbb\x8f\x37\xff\x7d\x79\xf6\xd7\xf7\x97\x5b\x59\xe6\xd0\xbf\x4d\xc8\xa4\x1f\x95\xa8\x3f\x09\x50\xbf\x57\x67\x1b\xbb\xa4\x40\x37\x3f\x46\x22\x86\x25\x89\x9e\x60\xd5\x2e\x06\xec\xec\xf2\x32\x94\x4b\x9f\xa6\x00\x2a\x84\xf7\x03\xd9\x39\xda\x86\x2d\x3f\x6d\x53\x24\xb7\xe9\x2b\x23\x1a\x20\x92\x0b\x25\x15\xd8\xf4\xd0\xe6\xca\x9b\x4a\x52\xb3\x04\x34\x40\x20\x73\x1d\x31\xd7\xfe\x4b\x50\x7e\xbd\x39\x0f\x7f\x4c\xc0\x4a\x00\x68\x6a\x84\x07\xf8\x44\xc0\x52\x84\x83\x6b\x25\x22\xc8\x24\x56\xf2\xec\xb2\xfa\xaa\xb5\x92\xdb\x7a\xab\xb6\x22\x92\x1a\x59\x6c\xeb\x71\xbb\x1e\x04\xf6\x4c\x79\x90\x29\x9e\x3d\x0a\xfd\x0a\x41\x4a\x96\x00\xc4\xcf\x0d\x81\xfd\x90\x84\x32\xb8\x13\xef\x1e\x2c\x63\x69\xac\xcc\x59\x82\x22\xcd\x7c\x3a\x61\x57\x67\x92\xd7\x16\x6e\x76\x50\x0c\x23\xf6\x07\x52\x44\x07\x43\xab\xae\xe7\x04\xd5\x06\x57\xa4\x13\x1f\x00\xbb\x25\x08\x8c\x8f\x25\x6a\x45\x5b\x74\x83\xdd\xde\x62\xfa\xa4\xe8\x0b\x43\x14\x11\x5a\x74\xc0\xe6\x9c\x43\x7a\xea\xa5\x3d\xeb\xea\xd3\x5c\x13\x38\xfc\xbb\x06\xfc\xde\x7c\xa5\x80\xdf\x64\xa6\x9c\x14\x59\x3e\x49\x9f\x2f\xde\xf9\x4b\x9c\x54\x40\x27\xc1\x25\x21\x31\xf0\x2a\x46\x41\x30\xe5\x4e\xf6\x7e\xf9\xf8\x34\x88\x76\x93\xb6\x97\x52\x2b\x66\x9a\x3c\x17\xc6\x0c\x9a\x32\xaa\x67\xba\x95\xaf\x3f\xf1\x4b\x7a\xff\xb5\xd5\x21\x57\xb8\x62\xd7\x9f\x6f\x53\xd0\x40\xd7\xf3\xf0\x14\x35\xae\x91\x9d\x53\x46\x6c\x1f\xd4\x36\x75\xc5\x2c\x81\x83\xb5\x0a\x46\x5f\xa7\x50\xe8\x6b\x54\x68\x3e\xa0\x17\x63\x29\x2c\x84\x2a\xd1\x38\x27\x60\xbe\x7c\x54\x11\x83\x04\x1a\x62\xeb\x97\x20\x4d\x48\xb3\x08\x58\x1d\xdc\x1c\x64\xc8\x0b\xbc\xf5\x19\xb9\x42\x09\xad\x73\x88\xda\x5d\xc6\x8c\xa6\x88\x18\x58\xe5\xa4\x02\x7c\x28\x6e\x17\xb3\x3d\x8b\x1b\x47\xa3\xe7\x06\x47\x08\x1c\xc4\x30\xc9\xde\xc3\xbf\xa2\x79\x4a\xc3\x91\xb1\xb3\x8f\xef\x7c\x94\x1b\xa8\x7e\xc1\x22\xda\xdf\x8b\x9c\xfe\xbe\xd2\x34\x43\x47\x12\x10\x85\x1f\x46\xdd\x67\xc6\x5f\x75\x2f\x26\x87\x78\x3e\x11\xa8\x86\x6e\x48\xc2\x15\xf8\x4d\x01\xff\x41\x5e\xa1\x34\xd1\x0d\x64\x0a\xe9\xb1\x5b\x3d\x15\x26\x14\xdc\xc9\xee\x8d\x6f\x40\xe1\x77\xcd\xf6\xf7\x52\xef\x8c\x4e\x86\x96\xa1\x2f\xe3\x51\x1a\xc1\xfe\x7c\x72\xc2\xf6\x3f\x2b\xf2\xc9\x80\x83\xe0\xbd\xb2\xd2\x4e\x0e\xe6\x64\xbb\x98\xbb\x1c\x4b\xd3\x81\x44\x35\xaf\xeb\x3a\x4c\x4d\x06\xe8\xa3\x21\xd9\xd6\x6a\xf5\xb1\x53\xaf\xba\xe6\xe7\x99\xde\x8f\xbf\xe9\xec\x37\x5d\x6d\x08\xab\x06\xf5\x12\x8f\xe7\x6e\x37\xdd\x56\x7b\xfa\x94\xfb\x61\x7e\x4c\x77\x22\xe2\xa6\xf7\xd6\xf4\xb2\x4c\x0d\x9d\xfe\x6b\x8b\x51\xdf\xd7\xc0\xa4\xbc\xf8\xde\x81\xbf\x93\xf3\x15\xdd\x3e\x56\xb3\xa1\x7c\x10\xf8\x3c\xcc\x6b\x61\x13\x48\x27\x20\xf1\xe9\xc8\x25\x9a\xd3\xf5\xd9\xed\xf9\xf7\xc1\x1a\x74\xa7\x8b\x94\x6d\xe9\xe9\x43\x58\x90\x39\x68\x66\x28\x69\xb9\x70\xdd\xcd\x66\xfb\x51\xc9\x63\x62\x1f\x4d\x08\x04\x26\x12\x19\x13\x36\xef\x1d\x4c\xa7\x01\x5a\x7d\xab\xad\x19\x9f\xd8\xe2\x63\xb2\xbc\x1e\x0a\xcb\x3e\x4d\x55\xf1\x0c\x67\x67\x6e\xbb\x9f\x2f\xde\xbd\x5e\x0c\xda\xe2\x24\xa5\x8b\xd7\x79\xe1\x37\x90\x6d\xd7\xa4\xce\xb2\xd6\x2b\x35\xd1\x65\x5b\x59\x7c\x21\x31\x6e\x4c\x76\x9b\x91\x12\x04\xaa\x93\x4a\x6a\x9b\x9b\x4a\xb7\x03\x1f\xc1\xbc\x31\xcd\x1b\xd7\xad\x4f\xd7\x0b\x06\x15\xc4\x34\xe4\x49\xe2\x5f\xf4\x90\x20\xe1\xdc\xc5\x35\x5c\xfc\x72\xd8\xd4\xc2\x6d\xd1\xae\x83\xdb\x40\x73\x6a\x65\x3e\x5d\xa5\xb3\x51\xd3\xde\x90\xe0\xbd\xe6\xa6\x91\x08\x4d\xc4\xe7\xb2\x5f\x1d\x04\xee\xdb\x90\xa5\x97\xdf\xe9\x07\x11\xf2\x0a\x13\xe6\x03\xcc\x7f\x23\x6d\x2c\x7a\x14\xfc\xbf\x4e\x2b\x5d\xdb\xcc\x4d\x84\x76\xd3\x01\xff\xb9\x65\xc2\xb1\x64\xe5\x16\xce\xc7\xf6\x25\xf6\x0d\x10\x65\x2c\xdb\xff\xc8\xa4\x01\xcf\x61\x72\x49\xc7\xa7\x9d\x7b\xc3\xd1\xd2\x17\x5a\xbd\xb1\xbe\x04\x72\x47\x74\x67\xf9\xda\x25\x59\x7d\xbd\x24\xab\xb9\x2e\x56\x29\x6c\x37\xcd\x70\x88\xb0\xe0\xef\x6f\x6f\xaf\xfd\x22\xbb\x0f\xe3\x03\x1f\x19\x57\x32\x76\x14\xd2\x5e\x8a\xa5\x81\xf9\x6f\x4f\x36\x02\x6b\x5b\x2e\x67\x9d\xd2\x4f\xc9\x5b\x0d\xdd\x7e\x47\xf5\x2e\x73\x4e\xbf\xff\x42\xfe\x22\xe4\x55\x31\x46\xe7\x12\x0c\x09\xc1\x22\x5d\x03\x24\xa3\xc7\x10\x05\x88\xff\x05\x1b\x03\xb7\x2a\x93\xd6\xb8\x97\x0f\x32\x45\x42\x4d\xd8\xec\x34\x66\x3b\x40\x83\xbc\xc9\x07\x5a\x0c\x18\x9d\xb9\xa1\x14\xb9\x86\x37\x3b\x12\xa3\x4d\xfc\x31\x10\x5f\x72\x51\x59\x9f\x30\x0e\x69\x3b\xc9\xee\x41\xdd\x5b\x12\xd8\xb9\x4b\x1f\xfa\x2a\x0f\x28\x62\x7a\x59\x89\x2d\x19\x35\x63\xae\x0e\x6b\xc1\x0b\xb8\xeb\x92\xbf\x07\xc4\x13\x91\x20\x79\x3b\xbb\xd7\x43\x37\xb8\x96\x03\xb8\x76\x7b\x27\x2f\x30\x44\x2d\x3b\x74\x37\x96\xab\x82\xd7\x05\x51\x02\x85\xc8\xb9\x17\x5c\xc0\x05\xee\x11\x77\x7a\x56\xae\x11\x0d\x7f\xe1\x2a\x3d\x8e\x26\x53\x6b\x43\x21\x49\x14\x80\xcd\x65\xd9\xd4\x02\xd8\x68\xdd\x52\xce\xc9\x62\x8c\x7e\xd9\xd4\x48\x96\x1a\xef\x12\xf6\xa7\x33\x8f\x18\xcb\x4b\x5e\xa3\x5a\xce\x15\xca\x73\xda\x27\x20\xcf\xef\x1a\x77\x95\x0b\x14\x31\xfa\x41\xd4\xb5\x2c\x9c\xe4\xda\x44\x95\x9b\x56\x2d\x16\x2c\x70\xd8\xa3\x49\x84\x57\x8f\x5d\x01\x31\xd7\x29\xeb\xef\xdd\xa0\x1d\xb8\xbf\xe7\x74\xaf\x64\x52\x9e\x7d\x17\x98\x4a\xe4\xe0\x78\xa0\x91\x6c\xe7\xd9\x12\x7e\x7f\xae\x44\x9a\x37\x73\x7a\xbb\xfd\xdc\xfc\xd8\xca\x39\x6f\xcc\x32\x43\x73\x52\xca\xbf\xf9\x89\x9d\xac\xb5\x4d\xef\xdc\xa3\x02\x50\x1c\x92\x2a\x66\x03\x5c\xe6\x94\xe6\x2d\xe7\x46\x18\x42\xdb\x34\xa5\x95\x55\x29\x90\x1d\x0b\x11\x02\x42\xe5\xba\x71\xaa\x99\xe8\x62\x19\x86\xdb\xb6\xc3\x1b\x89\x98\xcc\xe7\x51\x89\x00\xe3\x18\x47\x28\x9a\x3b\x94\xd0\x97\x8c\x71\x84\x23\xc1\x4d\xeb\xae\x26\x20\x5c\x98\x62\x60\xfa\x00\x57\x1c\x84\x53\xb3\x42\x23\x39\x45\xa5\x8d\x1d\xc8\x2f\xcc\x07\xe7\x82\x6e\xa5\x50\xef\xe2\x16\x37\xb0\x53\x25\xcf\xea\x9a\x4f\x70\xc8\xbf\x88\x5a\x1f\x02\xfb\xb8\xbb\xe3\x58\x40\x80\x4d\x18\xaf\x2a\xc1\xeb\x96\xdb\x1b\x43\x63\x53\xba\x45\xe8\xbc\x61\x45\x23\xf0\x7d\x07\x5f\x8f\xf8\x83\x9b\xec\xa9\x19\xee\xb1\x2b\xd2\x4a\x90\x5b\x1e\x43\x88\xcc\x69\x5f\x31\xd6\x07\xeb\x52\x7f\x8f\xe0\x17\x38\x63\xe1\x47\xff\xaa\x45\xa2\x8d\x30\x85\xf8\x21\xb8\xd9\xff\x7e\xf4\x8f\x5e\x87\x1a\x10\x4f\x8f\x9d\x0f\xb8\x01\xaa\x62\x13\x66\x8e\xed\x5d\xb4\x18\xe5\x40\xff\x01\xf3\xd5\x63\xa9\x4e\x17\x22\x29\x7c\x2c\x2a\x37\x87\x92\xb2\xc6\xd7\x00\x8e\xdd\x88\xd7\x6d\x2b\x57\xd0\xa2\xfe\x6f\x7c\xd3\xbc\x9e\x75\xa7\xa5\xca\xaf\x92\x49\x54\xce\x13\xdc\x22\x45\x61\x00\xb7\xb2\x28\x36\xf0\xac\x7f\x38\xfb\x29\x89\xf8\x4f\xc3\x9f\xb5\x17\x6c\xe9\xe7\x73\xa4\x5b\x42\x79\x77\x0b\x00\x69\xb8\x8d\x83\x78\xe1\xec\x26\xe5\xac\x0c\xcf\xdb\x47\x00\x67\x86\xe3\x1f\xdc\x21\x10\x2d\xdb\x82\x1e\x50\x74\x7a\x0a\xea\x24\x3e\xb7\x60\xcb\x09\x8f\x00\x4f\x72\x02\x98\xaf\x50\x7b\x96\x52\x0f\x70\x63\x9a\x31\x49\x3a\x08\xb7\xf1\xa5\xfc\x76\x86\x0d\xe1\xe4\x33\x60\x13\xb2\x80\xe7\xf4\x8d\x74\xb1\x56\x81\x00\xea\x62\xa9\x42\x49\x45\xe4\xab\x9e\x87\x02\x69\x2e\x69\x21\xe7\xbd\xc8\x70\x4a\xfd\x54\xe3\x8d\x12\xe1\x65\xe9\x5f\x51\x6a\xfa\x95\xc4\x3a\x45\x41\x12\xf2\xd9\xb1\x41\xe9\x65\x9a\x54\xba\x36\x80\xd3\x6b\x06\xab\xa6\x93\x32\x06\x84\x15\x9d\xbe\xde\xe6\xcd\x25\x69\x89\xe9\xa4\x6d\x20\xb5\x3a\x3c\x2a\x5d\x07\x5d\xb1\x2d\xf4\x8f\x5d\x29\xc4\x96\x46\x14\x00\x3e\xc8\x21\xa0\x25\x0d\xe0\xf3\x71\xcf\xa1\x09\xf7\xb4\xfd\x6d\x3f\x14\x3b\x78\xda\x02\x05\xc7\x93\xa7\x92\xed\x3f\x46\x7e\x4a\x94\x99\x48\xdd\x0e\xd5\x93\xf9\x18\xed\xa7\x81\x49\xea\x60\xa3\x5b\xcd\xd6\x13\x08\x1b\xe9\xc6\x64\x70\x31\x88\x61\x23\x59\x1a\x8f\x12\x98\x0d\xd2\x10\xce\xf0\xca\x8a\xf4\x2a\x48\xd0\x52\xf4\xd8\x8d\xdb\x27\xa4\x4e\xa2\x05\x02\x43\x5a\x52\x6b\x03\x42\xbc\xf8\x3d\xf8\x75\x78\x09\x66\x40\x2b\x18\x07\x10\x19\x3b\x4c\x50\xa6\x54\x91\x6d\x2b\x01\xa1\xce\x91\x7e\xc4\xe8\x73\xab\x21\x10\x30\xf4\x92\xdf\x7b\x9b\xc9\x74\xf5\x5b\x37\xa6\xad\xe9\xfd\xc4\xfd\xd2\x5b\xb8\x11\x22\x23\xc1\x82\xcd\xf0\xaf\x8b\xab\x59\xc1\x13\xe5\x29\xa2\x38\x7b\xac\x9d\xde\x5d\x33\x0e\x30\x0d\x0c\xb9\x47\xb6\x28\x98\x13\xd3\x54\x95\xae\xad\x7b\x6a\xd7\x35\x46\x89\xd7\x66\x04\x29\x7d\xdd\x46\xf8\xe9\xec\xc3\x25\xdc\xc0\xee\xc5\xd0\x63\xec\x47\xac\x0d\x55\xfd\xe0\x31\x1d\x40\x2a\x0d\x35\xf1\x2b\x33\x80\x38\x58\xa0\x15\x1a\xe9\x22\xe1\x83\x86\x83\x50\xf1\xfc\x9e\x0f\xdd\xb1\x1f\x88\xda\xbc\x18\x29\xd5\x8f\x90\x8e\xe1\x61\x79\xe2\x01\xf8\x7b\x9b\xcb\x9e\xf6\x12\xa4\x28\x45\xfd\x18\x00\x99\x89\x60\xee\xa0\x55\xd0\x3a\x3f\xc9\x54\x55\x37\x0a\x56\xef\x13\x7f\x7c\xef\x93\x96\x2e\xb5\x54\x5d\x79\xd0\xb3\x7b\x12\xfd\xd1\xa9\xcf\x9e\xaa\xf0\xac\x28\x30\x76\xef\x03\x21\x3e\x4f\x31\x4a\x45\x3c\x62\x74\x57\x3b\x6e\xbb\x37\xfd\x39\xe6\x2b\xa3\x8f\xe6\x7c\xc0\xe4\x78\x2c\x0a\x27\xc1\xcb\x10\xaf\xee\x63\xc3\x67\x2a\x7b\xef\xc4\xd2\x29\xfb\x63\xf4\xea\xd4\xc2\xdd\x62\x60\x8f\xfe\x4f\xf2\xdb\xc0\xad\x04\xf2\x0a\x02\x24\x8d\x50\x06\x9e\x6b\x6d\x57\xa5\xbb\xf2\xc4\x17\xbb\xc0\x78\x6c\xe7\x10\x3a\x3e\xd5\x43\x06\xdf\x67\x33\xeb\xbc\xca\x29\xf6\xec\x06\x97\x64\xb3\x77\x32\xba\x64\x2b\x5a\xe1\x05\xc1\xa5\x96\xe6\xb1\xfb\x0d\xb7\xba\x76\x6a\x73\xdf\x34\x11\x29\xac\xce\x95\xf9\x6c\x83\xdf\x6e\x0f\xd6\x9e\x88\x4a\xc6\x14\xc9\x2f\x3b\x01\xdb\x6d\x79\x83\x81\xbf\xde\xda\x6f\xbb\xed\xf5\x07\x5f\x2d\xc8\x87\xbd\xfd\xa1\x3e\xa9\xa5\x17\x1e\x98\x6b\xee\x64\x9d\xe6\x9a\x42\xda\xed\x2e\xe5\xda\x19\x48\x79\x63\x47\x98\x09\xe2\xe5\xf7\xf1\x96\x9b\x5e\x7b\xb5\x3b\x67\x3a\x7e\x8e\x91\x6f\xb1\xe5\x0d\x06\xae\x4d\x0e\x6a\xfc\x8b\x8d\xf7\xe9\x0d\x9e\xbc\xca\x30\x4f\xd6\x3d\xd4\x77\x00\x29\x7d\x91\x69\x7d\x6a\x53\xeb\x4e\xe8\x13\xdb\x3b\x59\x5b\x38\xe5\xee\xb5\x34\xc0\xbc\x41\x2f\x7f\x4c\x72\xad\xeb\x82\x48\xda\x5e\x54\x3c\x6c\xb7\xe1\x75\x87\x5d\xf8\x44\xb5\xaf\x70\x1b\x6d\xb1\xed\x75\x87\x0d\x4f\xf8\x57\xd8\x65\x51\x8b\x7d\xc1\x46\x07\xa5\x7e\xa4\x58\x90\x5e\xa0\x0e\x7e\x85\xf5\x96\x63\x3e\x14\x95\x2e\x65\xfe\x1a\xbb\x8d\x38\x11\x57\xa5\xdb\xdf\xf6\xf1\xde\x66\xb3\xeb\x2e\xbc\xd2\xc5\xf2\x6c\xf3\xcf\x34\xd3\x5b\x69\x76\xdd\xc1\xe2\xc6\x7a\xc1\x06\xeb\x3b\x9e\xf7\x5e\x4f\xad\x7c\x8e\xe6\xd7\x5e\xea\xe7\xe8\xc4\xba\xeb\x60\xf2\x91\x28\x9a\xf2\xa5\x0f\xf6\x36\x9b\x5d\x7b\xde\xb7\xd9\xf8\xda\xf3\x2d\x20\xc5\xf9\x16\x6e\xcf\xf5\x87\x6d\x75\xcd\x87\x5b\x10\x2e\xaf\xd1\xe6\xeb\x8d\x76\x7a\x85\xe9\x5f\xdd\x70\x75\x73\x7d\x0d\x8b\xdd\x26\x69\xb1\x34\x55\xc2\x48\x97\x05\x8b\xea\x0f\x93\x2a\x12\x88\x52\x67\x31\x06\xfe\x56\x33\x9f\x89\x30\x43\x13\xbf\xcf\xf7\x84\x6e\xaa\x11\x37\xac\xd5\x08\x37\x00\x64\x03\xd0\x88\x54\x6c\xa2\x9b\x3a\x54\x9d\xa5\xc1\x17\x90\x4b\x03\x51\x24\xde\x1f\x42\xc5\x43\xcc\x04\x96\xe9\xb1\x9f\x74\x83\x3c\x91\x9e\x12\x0c\x0d\x37\xa2\xc6\xf2\x3e\x91\x6b\x55\x36\x43\x89\x30\x75\xec\xfc\x9f\xfe\xc4\x2e\x7c\x5d\xe4\xdc\x3a\xc5\x9e\x7d\x98\x9c\x5d\x5f\x50\xb3\xd8\x0a\xfb\xdf\xbe\xea\x5b\x3f\xbd\xb7\x93\x4a\x40\x06\x94\x9f\xff\x69\xb4\x3a\xed\xef\x65\x52\x95\x52\x89\xfe\xde\xcf\xae\xd8\x87\xc9\x35\xb6\xe5\xcb\x53\x55\xbe\xf4\x98\xfe\x0e\xc5\x7f\xc5\x26\xf1\x97\xb3\x56\x73\x67\x08\x94\xf3\x88\x78\xff\x39\xc7\x9f\xf1\x6b\x1a\xc8\xfb\x2f\x2f\x32\x90\xd6\x5a\x3e\xe3\x70\xae\x10\xa7\xf7\x28\x6b\x81\xae\x78\x40\x3e\x02\x60\xa9\xd4\xfa\x1e\x90\x18\x76\x84\x09\x7b\xef\x71\xff\x9d\x62\x23\x7d\x38\x6d\xfd\xbd\xd3\xfe\x5e\x32\xf8\xfe\x5e\x86\x7f\x8c\xe1\x41\x50\xe4\xe1\x38\xfc\x25\x8e\xc2\xd7\x94\xd6\x45\xe3\xf1\xa5\x6d\xd2\xed\xd3\xfe\xde\x40\x6b\xfa\xcb\xaf\x19\x0d\xe2\x46\x23\xde\x8a\xd2\x51\xfc\x17\x7b\x27\x30\xca\x05\xa0\x87\x00\x41\x72\xe3\x67\xba\x66\x13\x3e\x06\x22\xf3\x46\x91\x13\xd7\x83\xc2\x00\xe6\xe9\xc3\x44\x80\xcf\xbd\x75\x5e\xd2\xd5\xed\xb1\x5b\x24\xbd\x81\x9a\xc1\xcd\xce\x1f\x71\xd6\x88\xe5\x0a\x72\xd0\x20\x83\x96\xd2\x96\x35\xca\xed\x14\x9f\x5e\x0a\xb3\xeb\x5a\x01\x64\xf3\x10\x03\x52\x4d\xd8\x3e\xe6\xaa\xad\xee\x87\x7f\xc2\x80\x26\x37\x6d\x07\x91\x58\x7e\xe6\x20\x02\x65\x3f\xee\x14\xbf\x0f\xdf\x18\x1f\xf1\x7f\x93\x8f\xc4\x18\x69\x59\x63\x6d\x6c\xd0\xa8\xdc\x92\x8c\x31\x96\x43\xbc\x2b\x8a\x0e\x58\x6c\xec\x65\xdc\x01\x94\x49\x47\xaa\x96\x54\xc9\x98\x6d\x6a\x4a\x6c\x1a\xbb\xe7\x3d\xe3\x9e\x14\x68\x52\x79\x54\x9a\xd5\x75\x28\x0c\x45\xfd\x1c\xee\xdf\x5e\xbd\xbb\x3a\xf5\x24\xed\x39\x37\x40\x11\x34\xc3\xda\x8d\xb1\x5f\x3e\x1f\x2c\x55\x1c\xce\xc8\x67\xfa\x7d\x8a\xe5\x2a\xf7\x64\x38\xd4\x03\x51\xf4\x0e\x66\xdd\xe4\xeb\x00\x0b\x1a\x2b\xcb\x9e\x54\xd6\xd8\xba\x77\xa1\xec\x55\x8d\xe9\x43\x97\xc8\xfb\xa4\x14\xe5\x64\x81\xb8\x68\x4f\x97\x04\x62\x9f\x2b\x06\x30\x10\x86\x64\xd2\x50\xb8\xc7\xd8\x8f\x98\xbc\x18\x27\x1f\xd6\x42\xd7\x08\x33\xa0\x4d\x0b\xd0\x03\xa0\x6c\x54\xc9\x2f\xc0\x45\x5b\x79\xbe\x6e\x0d\x99\x96\x4d\x33\x16\x9e\xc8\x49\x91\x93\xd8\xa3\x5c\x81\x7c\x05\xd3\x19\xbb\x7b\x08\x52\x46\x0d\xda\x89\x06\xa0\x71\xbc\x64\x42\xcf\x79\x0e\xd1\x49\x9c\x08\x1b\x6b\x62\x49\x9d\x0b\x52\x90\xca\x1e\xea\xfa\x70\x2a\x4f\xff\x46\x40\x05\x9f\x04\xf0\x42\x0d\xf4\xd2\x69\x1f\xe8\xc8\x8c\x42\x1f\x21\x53\x76\xc0\x76\xf6\x00\xc8\xf3\x28\xde\x94\x25\x7b\xe4\x14\x02\x2c\x8d\xc7\x5a\x61\x4a\xd8\xa4\xf8\x6a\xec\xc2\x5d\x23\xcb\xe2\x1d\xb7\xdd\x9d\xe7\x51\x29\xd9\xcb\xf5\xb8\x92\x73\x48\x2e\x3a\xb1\xda\x4a\x7b\xae\xc7\x63\x39\x83\x9b\xe8\xf8\xf1\x6d\x2d\xc4\x8d\xdd\xb0\xe3\x43\x69\x17\xc4\x7f\x76\xfa\x5a\x3f\xe1\xe3\x31\xff\xa7\xde\x68\xc2\xc6\x52\x6d\xf6\x61\x55\x72\xeb\xb6\xc4\xb6\xe1\x11\x38\x92\x99\x1e\xce\x9f\xe6\xb9\x2b\xbf\x68\x45\xb3\x79\xfb\x73\xee\x02\xcc\xdb\x8c\xf3\x86\xee\xf5\xe3\x75\x44\xe9\x7d\x73\x27\x0e\xf9\x70\x58\x8b\x21\xb7\xba\x8e\xa0\xa3\x69\x07\xee\xc3\x71\xef\xec\xfa\xe2\x06\x39\x7b\x97\x9c\xf0\x58\x68\x0a\x84\x84\xc8\xee\x19\xb2\xb5\xef\xdc\xb3\xe1\x6f\x3e\x85\x68\x8b\x09\xb5\xef\x9f\x03\x3d\x78\x5b\xf4\xf7\x76\x41\xcf\xbf\xe9\xa0\xe7\x5d\x6c\xeb\x2b\xc5\xb6\x6e\x3d\x8c\x34\x49\x7f\x39\xb7\x49\x53\x89\x7c\xad\xe6\x36\x13\x33\x37\xae\x99\x6c\xc9\x76\x72\x05\x92\xa4\x52\x49\x7c\x08\x64\x93\xd3\x9e\xb6\x1f\x38\x87\x61\x8d\xe8\x17\xca\x9d\x80\x42\x69\x9d\x48\xcb\xe7\x18\xe5\x9c\xd0\xc2\xf9\x01\x9d\x61\xa4\x85\xa8\x25\xf2\x12\xce\x89\xf7\x3b\xbb\xbe\x98\x1d\xd8\xcc\x75\xf7\x7c\x78\xbe\x75\xa0\x3f\xc9\x95\xd2\xc9\xea\xb5\xcc\x04\xb4\xd9\xec\x9f\x7b\xbe\xa1\x4e\x77\x5a\x28\x1d\x30\xd8\xa6\x0d\x21\xc5\xf9\xf7\x37\x20\xa6\xfd\x8a\x97\x1d\x48\xa3\xd5\x97\x58\xc9\x8d\xbd\xad\xb9\x32\xd0\xd4\xed\x0b\x27\x21\xbe\xe4\xc6\x22\xce\x99\x18\x81\x69\xc4\x36\xf4\xc8\xd3\xde\x69\x15\xc2\x1a\x80\x22\x01\x90\xae\x8b\x32\x5a\x77\x0a\x0c\xfc\xbe\x1d\x16\x48\x1f\xa5\x29\x38\x42\x64\x12\x6c\xf7\x12\xfa\x1a\x3a\xf6\x5c\x11\x7f\x9f\x81\x90\x33\x73\x03\x3e\x7c\xd4\x75\x91\xc5\xbb\xc1\x73\x3e\xf8\x04\x45\x61\xbe\xde\x98\x2d\xf4\x6e\x9d\x70\x6f\x69\x66\x08\x0a\x92\xee\xc0\x25\xe7\x6e\xb8\x5b\xa0\xe2\xfb\x96\x97\x46\x64\x8c\x5e\xe8\x9b\xa4\xc6\x5e\x9d\x5c\x3e\x4d\x2b\xef\x63\xe3\xda\x7d\xda\x34\xf8\xa0\x1b\x94\x99\x26\xef\xe5\xd4\xe2\x4b\x69\x96\x41\xf3\xdb\x05\x51\x0d\x2a\x89\x5c\x3c\x11\x1a\x3b\x86\x9f\x7f\x05\x65\x77\x5e\xbc\xe2\x46\x41\x8c\x1b\xbe\xc0\x92\x16\xd6\x8e\x68\xdc\x29\xea\xbf\x17\x45\x3d\xf0\xbd\xac\x2d\x2c\x71\xab\xae\x92\x8d\xaf\xae\x16\x82\x48\x7d\x25\xd5\xf0\xa6\xfd\xca\x59\x2c\xce\xb7\xf3\x0c\xa1\xa4\xce\xb0\x6d\x21\x1f\x1a\x06\xb6\x61\x08\x26\x50\x48\x4f\x74\x03\x61\x6b\x3e\xd7\x5f\x21\x91\xd5\x37\x81\x20\x3a\x99\x8e\xff\xec\x66\x1a\xcd\xf9\x5f\x1b\x55\x94\xab\xae\xf2\xf3\x33\x2c\x86\x22\xe1\xfa\xfd\x07\x20\x06\x29\x44\xc1\xce\xcf\xd8\x1d\xfe\x29\x71\x56\x24\xc9\xa4\x28\xdf\x9c\x68\xbf\x4c\xde\x20\xb1\x20\x10\x90\xc4\xce\x03\x41\x42\xa3\x92\xd8\x53\xca\x8b\x6a\xeb\xc6\x58\x56\x6b\x6d\x8d\x27\xae\x88\xc9\xe4\xdd\x8c\xb8\xd6\x16\xc6\x72\xde\x4d\xac\x58\xff\xb4\x76\x09\xfb\x06\xe3\x95\x57\x71\xdc\xe8\x30\x06\x1c\x4c\xef\x09\x7b\x22\x30\x1e\x6e\x20\x30\xa0\xb6\xeb\x5a\xea\x5a\xda\xc9\x07\xa9\xe4\xb8\x99\x31\x70\xce\xeb\x51\xfa\x89\x6a\xc6\xbe\x83\x15\xfd\x8c\x5d\xc3\xae\xd2\x25\x0e\x19\x1f\xb8\x65\xa5\xe0\xc6\xf6\xd8\xf7\x72\x38\x12\x75\xfc\x60\x2c\xb8\x4a\x82\x20\x87\x7e\xd8\x15\xf0\xf7\xd6\xed\xbc\x12\xda\x8d\xb8\xd4\x8f\x69\x05\x5a\xb9\xdb\xfc\xa3\xf6\xf6\x7b\x8c\x89\xf3\x0e\xf4\xa0\x77\x60\xc5\x63\x39\x1c\xf9\xc4\x75\x13\x08\x5b\x64\x23\xec\xd0\xdc\xd1\x51\x46\x08\xd3\x00\x1d\x83\x4f\x26\x35\xd2\xa5\xef\xe8\x50\x80\x05\x72\xd4\x1e\x94\x4f\x95\x28\xc7\xbc\x9e\x30\xa3\x6b\xd0\xc8\xee\xb8\x81\x44\x7a\xb3\x4d\x8d\x1b\xc8\x15\x5a\x08\x37\x5c\xa8\xcb\x58\x9f\x82\xce\x6a\x18\xb0\xb1\x6c\xff\xe4\xc8\xc7\x0b\x1e\x1f\x1d\xf8\x44\x58\x4e\xe3\x9d\xdb\x0a\xc6\x24\x57\x23\x7e\x27\x20\xab\x12\x24\x1d\xe5\xb5\x34\x91\x47\x44\x25\xc4\xce\x5e\x05\x63\xfb\x0f\xc7\xbd\x3b\x5e\xfb\xa6\x1e\x8e\x7b\x03\xad\x0f\xd8\x8f\xe2\x4d\x11\x83\x0f\xa7\x7c\xc3\xa7\xec\x8f\x24\x74\xd9\x3e\x71\xd8\x45\x60\xc3\x81\x5b\xfd\xe3\x7f\x3f\x3a\x3a\x02\x31\x75\xcd\xf9\x8d\x30\x6c\xff\xaa\x12\xea\x66\x24\x07\x36\x63\xef\x84\x74\xa5\x20\x6b\x50\x88\x6e\x24\x97\x2a\x39\x0f\x4f\x8e\x8e\x8e\xcc\xa2\x53\xb8\x69\x44\xb5\x54\x46\xe4\x4d\x2d\x6e\xee\x65\x75\x7b\x79\xf3\x37\x27\xdf\x26\xab\x02\xd8\xe7\x7d\xe3\xc5\xa5\x61\xb7\x97\x37\x0b\x65\x26\x25\xd6\x9a\x15\xd3\xc9\x79\x8e\xa9\xdb\x8c\xad\xb5\x1a\x96\x50\x77\xae\x9b\x9a\x43\xc6\x14\xc0\x61\x44\xc6\x56\x98\x9b\x28\x41\x31\x35\xe5\x26\xdc\xe6\x66\xc6\xfa\xce\xb6\xaa\x5e\xd2\x75\x16\x93\x1d\x2c\xb5\x49\xd1\x73\x85\x48\x4c\x3d\xa9\x7b\x92\x73\xc5\xfd\x35\x50\x59\x46\xd9\xdf\x63\xec\x82\xa2\xfe\xe3\x34\x43\x6a\x09\x77\xdd\xb1\x3f\xff\xf9\xad\xcf\x2f\x9c\x34\x01\x19\x97\x91\x6d\x96\x64\x91\x60\x23\xae\x8a\xd2\x67\xfb\x6d\x49\x60\xef\x53\x97\x06\x0b\x89\x02\x6e\xe1\xb2\x9c\xe0\xa1\x6b\xad\xa4\x00\xc6\x55\xca\x1d\x22\xc7\x95\x5b\x4d\x51\xba\xe9\x0a\xa3\x51\x6e\x17\x97\x54\x57\xcd\xf2\x11\x97\x8a\xb6\x7e\x20\xa7\x5e\x60\xf7\x78\xe8\xf4\x40\xfb\x5b\xec\xb0\x1f\x48\xcc\x8f\x37\x75\x8f\xf4\x58\x3b\xe1\x3c\x62\x37\xd6\xbf\x5d\xa8\x01\x2f\xe3\xba\xf5\xd0\x97\xf6\x2c\xfd\xd8\xdf\x90\x74\xd8\x0b\xf2\x74\x00\x52\x19\x59\x80\x08\x73\xea\x3c\xac\x4f\x8f\x31\x9f\x17\x6c\x08\x60\x80\x1a\xf9\xb4\x7e\x11\xb5\x5e\x21\x97\xa7\xfa\x31\x2b\x92\x17\xcb\xe2\x1b\x09\x74\x5d\xf6\x8d\x49\xfa\xc4\xb1\x47\x94\xb7\x17\xc5\x39\xd1\x2c\x98\x31\x2f\xcb\x8c\x55\xb5\xbe\xe3\x77\xe5\xc4\x4b\xb9\xe3\x23\x03\xaf\x0e\x00\x45\xe8\x01\x13\xff\xd3\x24\x09\x98\xe8\x7a\x91\x82\x12\xd5\xfa\xdf\xe9\x19\x35\xad\x1e\x39\x79\xdf\x10\x1f\x06\xe5\xd7\xc6\xae\x71\x3f\x53\x74\x16\xa6\xea\x91\x86\xf5\xf7\xe0\x6c\x3b\xd1\xde\xdf\x8b\x99\x6e\x61\xc6\x90\x86\x59\x69\xd5\x2e\x35\x55\x8b\xc9\x48\x69\x73\x52\xdd\xcf\x63\x29\xbe\xc8\x5c\x0f\x6b\x5e\x8d\x7c\x9e\xbf\xfe\xde\x0f\xb3\x75\x00\x3b\x6d\x6d\xbd\x0e\xdb\xdf\x7b\x70\xbd\xc0\x1c\x64\xb5\x3b\xf8\x94\x3c\x06\xd2\x94\xd1\xc4\xee\x63\xa2\x87\x7f\xea\x70\xf7\x1f\xd0\x27\x49\x16\x5c\x34\x62\xc1\x28\xfb\x7b\x70\x39\x7a\x96\xc2\x3b\x61\xdd\xbf\x21\xf9\x35\x1a\x1b\xdb\x15\x4b\x95\x54\x0c\xfb\xc8\x08\xe8\x8c\x01\x3d\x9a\x10\x47\x77\x13\xf6\xdd\x19\xfb\x0b\x73\xb5\xb1\xbf\xe0\xf5\x0b\x04\x1c\xb5\x70\x7f\x00\x79\xe6\xe7\x09\x06\xa7\xb4\xcf\x73\x0c\x3a\x06\x37\xf8\xa9\xae\xf1\xdb\x83\x90\xe8\x4a\x81\x1a\x84\x37\xb8\x1a\xb6\x07\x4a\xe3\x6c\xf5\x11\x93\x00\xe2\x39\xf6\x7d\xf4\x06\x21\x3f\xcb\xa7\xec\xe1\xf8\x28\x63\x0f\x27\x19\x7b\x38\x76\xff\xc3\x08\x4e\xf7\xaf\x23\xf7\xaf\xb7\x19\x7b\x78\x0b\x48\x49\xf7\x13\x85\x2f\x41\x39\xf8\xe7\x49\xc6\x06\x5a\x1f\xe3\xff\x1f\x6d\x87\xee\xa4\xe3\x0b\xd3\xcc\x18\xf6\xe7\x2b\xb4\x4b\x44\xd2\xcb\x99\xee\x56\x52\x76\x4f\x17\x5d\xdf\x19\xb3\xfa\x2d\x36\x2f\x45\xc2\xbc\xbe\x9c\x13\xed\x9f\xbf\x64\xa3\xf7\xa1\x92\xd4\xc9\x2d\xb0\x6b\x3d\xd5\x9f\xd2\xd1\x42\xd5\xfa\xd3\xaa\x64\x7c\x53\x26\xde\xf5\xb3\xf1\xad\xf2\x83\x3d\x75\x47\xcd\xa8\x50\xcb\x93\x20\xa4\x45\x01\x74\x36\xa3\x4c\xf9\xf5\x74\x0a\xc9\x6c\x00\xd2\xc2\xbd\xd4\x35\x63\x0c\x29\x1c\xe9\x23\x63\xf6\xdc\x3e\x5b\xda\xd4\xa4\x75\xfc\xe1\xa9\x5d\x70\x1a\xe4\xda\xe4\x56\xa0\x76\x26\x09\xea\x65\xe0\x22\xd5\x06\xf5\x7f\x71\x37\xd2\xfa\x3e\xa4\x6c\x72\xeb\xe2\xd4\x54\xa7\x77\xde\xf1\xfc\xfe\x91\xd7\x05\xca\x7d\x2b\xef\x64\x09\x8f\xcb\x9f\x5d\xad\x3f\x27\x9c\x58\x9c\xd2\x0d\x42\x6b\xfe\xda\x3a\x3e\xfc\xff\xdf\x7c\xf3\xf6\x1b\x22\x64\x35\xf2\x41\x4c\xf3\x7b\x6d\x4b\x46\x6f\x77\x9f\xc3\x85\xb3\x03\x04\xed\x7c\x24\x3b\x40\xd0\x57\xe1\x67\x78\x4d\x40\xd0\xb4\xac\xf9\x1d\xa3\x82\x66\x86\xba\x83\x06\x2d\x87\x06\xad\x13\x22\xf6\x84\x75\xd8\x81\x84\x76\x20\xa1\x1d\x48\x68\x07\x12\xda\x9a\x40\xd9\x21\x85\xbe\x1e\x2d\xf8\x35\x90\x42\x33\xef\xb3\x8e\xc6\x98\x9d\x1a\xff\xbb\x56\xe3\xbf\x76\xb8\xd0\x0b\xa9\x8b\x3b\xe0\xd0\x0e\x38\xb4\x03\x0e\xed\x80\x43\x3b\xe0\xd0\x0e\x38\xf4\x35\x00\x87\xf0\xfe\xdb\xa1\x87\x76\xe8\xa1\x15\x3d\xdc\xa1\x87\x76\xe8\xa1\x1d\x7a\x68\x87\x1e\xfa\x5d\xa0\x87\x16\x38\x6b\x76\x10\xa2\xad\x58\xac\xbe\x6e\x1c\xd1\x02\x8d\x6a\x07\x26\xda\x81\x89\x7e\xb3\x60\xa2\x3f\x50\x89\x3d\x99\x72\x80\xed\x59\x69\xc1\x4a\x04\x5a\x00\x9e\x2f\x6a\xb7\x6d\x9b\xeb\x1d\xff\x5b\x0f\x6c\x73\x58\x09\xbc\xc3\x50\xb1\xc4\x5b\x21\xec\xfc\xbf\x0a\x5e\x8b\xfa\x56\xdf\x0b\xf7\xe5\xdf\xff\x11\x5a\xff\x47\xeb\xc3\x77\x51\x1c\xc5\xce\xb4\xbf\x5d\x74\x98\xb0\x14\x83\x62\xac\x9d\x01\x24\x1e\x16\x09\x45\x47\x90\x69\x38\xfe\x4a\x47\xa5\x9d\x3d\x63\x96\x5a\x8d\x57\xf2\x07\x31\x99\x9e\x38\xf3\xc8\x87\x43\x60\x1a\xdb\x3b\xe9\x1d\xed\xfd\xe1\xd7\x3f\xfc\x5f\x00\x00\x00\xff\xff\x23\x2e\x62\x12\xe8\x37\x11\x00") + +func openapiSwaggerJsonBytes() ([]byte, error) { + return bindataRead( + _openapiSwaggerJson, + "openapi/swagger.json", + ) +} + +func openapiSwaggerJson() (*asset, error) { + bytes, err := openapiSwaggerJsonBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "openapi/swagger.json", size: 1128424, mode: os.FileMode(420), modTime: time.Unix(1578285103, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +// Asset loads and returns the asset for the given name. +// It returns an error if the asset could not be found or +// could not be loaded. +func Asset(name string) ([]byte, error) { + cannonicalName := strings.Replace(name, "\\", "/", -1) + if f, ok := _bindata[cannonicalName]; ok { + a, err := f() + if err != nil { + return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) + } + return a.bytes, nil + } + return nil, fmt.Errorf("Asset %s not found", name) +} + +// MustAsset is like Asset but panics when Asset would return an error. +// It simplifies safe initialization of global variables. +func MustAsset(name string) []byte { + a, err := Asset(name) + if err != nil { + panic("asset: Asset(" + name + "): " + err.Error()) + } + + return a +} + +// AssetInfo loads and returns the asset info for the given name. +// It returns an error if the asset could not be found or +// could not be loaded. +func AssetInfo(name string) (os.FileInfo, error) { + cannonicalName := strings.Replace(name, "\\", "/", -1) + if f, ok := _bindata[cannonicalName]; ok { + a, err := f() + if err != nil { + return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) + } + return a.info, nil + } + return nil, fmt.Errorf("AssetInfo %s not found", name) +} + +// AssetNames returns the names of the assets. +func AssetNames() []string { + names := make([]string, 0, len(_bindata)) + for name := range _bindata { + names = append(names, name) + } + return names +} + +// _bindata is a table, holding each asset generator, mapped to its name. +var _bindata = map[string]func() (*asset, error){ + "openapi/swagger.json": openapiSwaggerJson, +} + +// AssetDir returns the file names below a certain +// directory embedded in the file by go-bindata. +// For example if you run go-bindata on data/... and data contains the +// following hierarchy: +// data/ +// foo.txt +// img/ +// a.png +// b.png +// then AssetDir("data") would return []string{"foo.txt", "img"} +// AssetDir("data/img") would return []string{"a.png", "b.png"} +// AssetDir("foo.txt") and AssetDir("notexist") would return an error +// AssetDir("") will return []string{"data"}. +func AssetDir(name string) ([]string, error) { + node := _bintree + if len(name) != 0 { + cannonicalName := strings.Replace(name, "\\", "/", -1) + pathList := strings.Split(cannonicalName, "/") + for _, p := range pathList { + node = node.Children[p] + if node == nil { + return nil, fmt.Errorf("Asset %s not found", name) + } + } + } + if node.Func != nil { + return nil, fmt.Errorf("Asset %s not found", name) + } + rv := make([]string, 0, len(node.Children)) + for childName := range node.Children { + rv = append(rv, childName) + } + return rv, nil +} + +type bintree struct { + Func func() (*asset, error) + Children map[string]*bintree +} + +var _bintree = &bintree{nil, map[string]*bintree{ + "openapi": &bintree{nil, map[string]*bintree{ + "swagger.json": &bintree{openapiSwaggerJson, map[string]*bintree{}}, + }}, +}} + +// RestoreAsset restores an asset under the given directory +func RestoreAsset(dir, name string) error { + data, err := Asset(name) + if err != nil { + return err + } + info, err := AssetInfo(name) + if err != nil { + return err + } + err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) + if err != nil { + return err + } + err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode()) + if err != nil { + return err + } + err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) + if err != nil { + return err + } + return nil +} + +// RestoreAssets restores an asset under the given directory recursively +func RestoreAssets(dir, name string) error { + children, err := AssetDir(name) + // File + if err != nil { + return RestoreAsset(dir, name) + } + // Dir + for _, child := range children { + err = RestoreAssets(dir, filepath.Join(name, child)) + if err != nil { + return err + } + } + return nil +} + +func _filePath(dir, name string) string { + cannonicalName := strings.Replace(name, "\\", "/", -1) + return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) +} diff --git a/kyaml/openapi/swagger.json b/kyaml/openapi/swagger.json new file mode 100644 index 000000000..da7126269 --- /dev/null +++ b/kyaml/openapi/swagger.json @@ -0,0 +1,20840 @@ +{ + "definitions": { + "io.k8s.api.admissionregistration.v1.MutatingWebhook": { + "description": "MutatingWebhook describes an admission webhook and the resources and operations it applies to.", + "properties": { + "admissionReviewVersions": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "clientConfig": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.WebhookClientConfig", + "description": "ClientConfig defines how to communicate with the hook. Required" + }, + "failurePolicy": { + "description": "FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail.", + "type": "string" + }, + "matchPolicy": { + "description": "matchPolicy defines how the \"rules\" list is used to match incoming requests. Allowed values are \"Exact\" or \"Equivalent\".\n\n- 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.\n\n- 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.\n\nDefaults to \"Equivalent\"", + "type": "string" + }, + "name": { + "description": "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.", + "type": "string" + }, + "namespaceSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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.\n\nFor 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\": {\n \"matchExpressions\": [\n {\n \"key\": \"runlevel\",\n \"operator\": \"NotIn\",\n \"values\": [\n \"0\",\n \"1\"\n ]\n }\n ]\n}\n\nIf 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\": {\n \"matchExpressions\": [\n {\n \"key\": \"environment\",\n \"operator\": \"In\",\n \"values\": [\n \"prod\",\n \"staging\"\n ]\n }\n ]\n}\n\nSee https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors.\n\nDefault to the empty LabelSelector, which matches everything." + }, + "objectSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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." + }, + "reinvocationPolicy": { + "description": "reinvocationPolicy indicates whether this webhook should be called multiple times as part of a single admission evaluation. Allowed values are \"Never\" and \"IfNeeded\".\n\nNever: the webhook will not be called more than once in a single admission evaluation.\n\nIfNeeded: 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.\n\nDefaults to \"Never\".", + "type": "string" + }, + "rules": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.RuleWithOperations" + }, + "type": "array" + }, + "sideEffects": { + "description": "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 change 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.", + "type": "string" + }, + "timeoutSeconds": { + "description": "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.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "name", + "clientConfig", + "sideEffects", + "admissionReviewVersions" + ], + "type": "object" + }, + "io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration": { + "description": "MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." + }, + "webhooks": { + "description": "Webhooks is a list of webhooks and the affected resources and operations.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhook" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "MutatingWebhookConfiguration", + "version": "v1" + } + ] + }, + "io.k8s.api.admissionregistration.v1.MutatingWebhookConfigurationList": { + "description": "MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of MutatingWebhookConfiguration.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "MutatingWebhookConfigurationList", + "version": "v1" + } + ] + }, + "io.k8s.api.admissionregistration.v1.RuleWithOperations": { + "description": "RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.", + "properties": { + "apiGroups": { + "description": "APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.", + "items": { + "type": "string" + }, + "type": "array" + }, + "apiVersions": { + "description": "APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.", + "items": { + "type": "string" + }, + "type": "array" + }, + "operations": { + "description": "Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations. If '*' is present, the length of the slice must be one. Required.", + "items": { + "type": "string" + }, + "type": "array" + }, + "resources": { + "description": "Resources is a list of resources this rule applies to.\n\nFor 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.\n\nIf wildcard is present, the validation rule will ensure resources do not overlap with each other.\n\nDepending on the enclosing object, subresources might not be allowed. Required.", + "items": { + "type": "string" + }, + "type": "array" + }, + "scope": { + "description": "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 \"*\".", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.admissionregistration.v1.ServiceReference": { + "description": "ServiceReference holds a reference to Service.legacy.k8s.io", + "properties": { + "name": { + "description": "`name` is the name of the service. Required", + "type": "string" + }, + "namespace": { + "description": "`namespace` is the namespace of the service. Required", + "type": "string" + }, + "path": { + "description": "`path` is an optional URL path which will be sent in any request to this service.", + "type": "string" + }, + "port": { + "description": "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).", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "namespace", + "name" + ], + "type": "object" + }, + "io.k8s.api.admissionregistration.v1.ValidatingWebhook": { + "description": "ValidatingWebhook describes an admission webhook and the resources and operations it applies to.", + "properties": { + "admissionReviewVersions": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "clientConfig": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.WebhookClientConfig", + "description": "ClientConfig defines how to communicate with the hook. Required" + }, + "failurePolicy": { + "description": "FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail.", + "type": "string" + }, + "matchPolicy": { + "description": "matchPolicy defines how the \"rules\" list is used to match incoming requests. Allowed values are \"Exact\" or \"Equivalent\".\n\n- 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.\n\n- 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.\n\nDefaults to \"Equivalent\"", + "type": "string" + }, + "name": { + "description": "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.", + "type": "string" + }, + "namespaceSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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.\n\nFor 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\": {\n \"matchExpressions\": [\n {\n \"key\": \"runlevel\",\n \"operator\": \"NotIn\",\n \"values\": [\n \"0\",\n \"1\"\n ]\n }\n ]\n}\n\nIf 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\": {\n \"matchExpressions\": [\n {\n \"key\": \"environment\",\n \"operator\": \"In\",\n \"values\": [\n \"prod\",\n \"staging\"\n ]\n }\n ]\n}\n\nSee https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors.\n\nDefault to the empty LabelSelector, which matches everything." + }, + "objectSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.RuleWithOperations" + }, + "type": "array" + }, + "sideEffects": { + "description": "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 change 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.", + "type": "string" + }, + "timeoutSeconds": { + "description": "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.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "name", + "clientConfig", + "sideEffects", + "admissionReviewVersions" + ], + "type": "object" + }, + "io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration": { + "description": "ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." + }, + "webhooks": { + "description": "Webhooks is a list of webhooks and the affected resources and operations.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhook" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "ValidatingWebhookConfiguration", + "version": "v1" + } + ] + }, + "io.k8s.api.admissionregistration.v1.ValidatingWebhookConfigurationList": { + "description": "ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of ValidatingWebhookConfiguration.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "ValidatingWebhookConfigurationList", + "version": "v1" + } + ] + }, + "io.k8s.api.admissionregistration.v1.WebhookClientConfig": { + "description": "WebhookClientConfig contains the information to make a TLS connection with the webhook", + "properties": { + "caBundle": { + "description": "`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.", + "format": "byte", + "type": "string" + }, + "service": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.ServiceReference", + "description": "`service` is a reference to the service for this webhook. Either `service` or `url` must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`." + }, + "url": { + "description": "`url` gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.\n\nThe `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.\n\nPlease 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.\n\nThe scheme must be \"https\"; the URL must begin with \"https://\".\n\nA 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.\n\nAttempting to use a user or basic auth e.g. \"user:password@\" is not allowed. Fragments (\"#...\") and query parameters (\"?...\") are not allowed, either.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.admissionregistration.v1beta1.MutatingWebhook": { + "description": "MutatingWebhook describes an admission webhook and the resources and operations it applies to.", + "properties": { + "admissionReviewVersions": { + "description": "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. Default to `['v1beta1']`.", + "items": { + "type": "string" + }, + "type": "array" + }, + "clientConfig": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.WebhookClientConfig", + "description": "ClientConfig defines how to communicate with the hook. Required" + }, + "failurePolicy": { + "description": "FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Ignore.", + "type": "string" + }, + "matchPolicy": { + "description": "matchPolicy defines how the \"rules\" list is used to match incoming requests. Allowed values are \"Exact\" or \"Equivalent\".\n\n- 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.\n\n- 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.\n\nDefaults to \"Exact\"", + "type": "string" + }, + "name": { + "description": "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.", + "type": "string" + }, + "namespaceSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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.\n\nFor 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\": {\n \"matchExpressions\": [\n {\n \"key\": \"runlevel\",\n \"operator\": \"NotIn\",\n \"values\": [\n \"0\",\n \"1\"\n ]\n }\n ]\n}\n\nIf 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\": {\n \"matchExpressions\": [\n {\n \"key\": \"environment\",\n \"operator\": \"In\",\n \"values\": [\n \"prod\",\n \"staging\"\n ]\n }\n ]\n}\n\nSee https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors.\n\nDefault to the empty LabelSelector, which matches everything." + }, + "objectSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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." + }, + "reinvocationPolicy": { + "description": "reinvocationPolicy indicates whether this webhook should be called multiple times as part of a single admission evaluation. Allowed values are \"Never\" and \"IfNeeded\".\n\nNever: the webhook will not be called more than once in a single admission evaluation.\n\nIfNeeded: 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.\n\nDefaults to \"Never\".", + "type": "string" + }, + "rules": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.RuleWithOperations" + }, + "type": "array" + }, + "sideEffects": { + "description": "SideEffects states whether this webhook has side effects. Acceptable values are: Unknown, None, Some, NoneOnDryRun Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission change 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. Defaults to Unknown.", + "type": "string" + }, + "timeoutSeconds": { + "description": "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 30 seconds.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "name", + "clientConfig" + ], + "type": "object" + }, + "io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfiguration": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." + }, + "webhooks": { + "description": "Webhooks is a list of webhooks and the affected resources and operations.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.MutatingWebhook" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "MutatingWebhookConfiguration", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfigurationList": { + "description": "MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of MutatingWebhookConfiguration.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfiguration" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "MutatingWebhookConfigurationList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.admissionregistration.v1beta1.RuleWithOperations": { + "description": "RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.", + "properties": { + "apiGroups": { + "description": "APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.", + "items": { + "type": "string" + }, + "type": "array" + }, + "apiVersions": { + "description": "APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.", + "items": { + "type": "string" + }, + "type": "array" + }, + "operations": { + "description": "Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations. If '*' is present, the length of the slice must be one. Required.", + "items": { + "type": "string" + }, + "type": "array" + }, + "resources": { + "description": "Resources is a list of resources this rule applies to.\n\nFor 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.\n\nIf wildcard is present, the validation rule will ensure resources do not overlap with each other.\n\nDepending on the enclosing object, subresources might not be allowed. Required.", + "items": { + "type": "string" + }, + "type": "array" + }, + "scope": { + "description": "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 \"*\".", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.admissionregistration.v1beta1.ServiceReference": { + "description": "ServiceReference holds a reference to Service.legacy.k8s.io", + "properties": { + "name": { + "description": "`name` is the name of the service. Required", + "type": "string" + }, + "namespace": { + "description": "`namespace` is the namespace of the service. Required", + "type": "string" + }, + "path": { + "description": "`path` is an optional URL path which will be sent in any request to this service.", + "type": "string" + }, + "port": { + "description": "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).", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "namespace", + "name" + ], + "type": "object" + }, + "io.k8s.api.admissionregistration.v1beta1.ValidatingWebhook": { + "description": "ValidatingWebhook describes an admission webhook and the resources and operations it applies to.", + "properties": { + "admissionReviewVersions": { + "description": "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. Default to `['v1beta1']`.", + "items": { + "type": "string" + }, + "type": "array" + }, + "clientConfig": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.WebhookClientConfig", + "description": "ClientConfig defines how to communicate with the hook. Required" + }, + "failurePolicy": { + "description": "FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Ignore.", + "type": "string" + }, + "matchPolicy": { + "description": "matchPolicy defines how the \"rules\" list is used to match incoming requests. Allowed values are \"Exact\" or \"Equivalent\".\n\n- 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.\n\n- 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.\n\nDefaults to \"Exact\"", + "type": "string" + }, + "name": { + "description": "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.", + "type": "string" + }, + "namespaceSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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.\n\nFor 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\": {\n \"matchExpressions\": [\n {\n \"key\": \"runlevel\",\n \"operator\": \"NotIn\",\n \"values\": [\n \"0\",\n \"1\"\n ]\n }\n ]\n}\n\nIf 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\": {\n \"matchExpressions\": [\n {\n \"key\": \"environment\",\n \"operator\": \"In\",\n \"values\": [\n \"prod\",\n \"staging\"\n ]\n }\n ]\n}\n\nSee https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors.\n\nDefault to the empty LabelSelector, which matches everything." + }, + "objectSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.RuleWithOperations" + }, + "type": "array" + }, + "sideEffects": { + "description": "SideEffects states whether this webhook has side effects. Acceptable values are: Unknown, None, Some, NoneOnDryRun Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission change 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. Defaults to Unknown.", + "type": "string" + }, + "timeoutSeconds": { + "description": "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 30 seconds.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "name", + "clientConfig" + ], + "type": "object" + }, + "io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." + }, + "webhooks": { + "description": "Webhooks is a list of webhooks and the affected resources and operations.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhook" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "ValidatingWebhookConfiguration", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfigurationList": { + "description": "ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of ValidatingWebhookConfiguration.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "ValidatingWebhookConfigurationList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.admissionregistration.v1beta1.WebhookClientConfig": { + "description": "WebhookClientConfig contains the information to make a TLS connection with the webhook", + "properties": { + "caBundle": { + "description": "`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.", + "format": "byte", + "type": "string" + }, + "service": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ServiceReference", + "description": "`service` is a reference to the service for this webhook. Either `service` or `url` must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`." + }, + "url": { + "description": "`url` gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.\n\nThe `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.\n\nPlease 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.\n\nThe scheme must be \"https\"; the URL must begin with \"https://\".\n\nA 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.\n\nAttempting to use a user or basic auth e.g. \"user:password@\" is not allowed. Fragments (\"#...\") and query parameters (\"?...\") are not allowed, either.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1.ControllerRevision": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "data": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension", + "description": "Data is the serialized representation of the state." + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "revision": { + "description": "Revision indicates the revision of the state represented by Data.", + "format": "int64", + "type": "integer" + } + }, + "required": [ + "revision" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "ControllerRevision", + "version": "v1" + } + ] + }, + "io.k8s.api.apps.v1.ControllerRevisionList": { + "description": "ControllerRevisionList is a resource containing a list of ControllerRevision objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of ControllerRevisions", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1.ControllerRevision" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "ControllerRevisionList", + "version": "v1" + } + ] + }, + "io.k8s.api.apps.v1.DaemonSet": { + "description": "DaemonSet represents the configuration of a daemon set.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSetSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSetStatus", + "description": "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-status" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "DaemonSet", + "version": "v1" + } + ] + }, + "io.k8s.api.apps.v1.DaemonSetCondition": { + "description": "DaemonSetCondition describes the state of a DaemonSet at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transitioned from one status to another." + }, + "message": { + "description": "A human readable message indicating details about the transition.", + "type": "string" + }, + "reason": { + "description": "The reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of DaemonSet condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.apps.v1.DaemonSetList": { + "description": "DaemonSetList is a collection of daemon sets.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "A list of daemon sets.", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSet" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "DaemonSetList", + "version": "v1" + } + ] + }, + "io.k8s.api.apps.v1.DaemonSetSpec": { + "description": "DaemonSetSpec is the specification of a daemon set.", + "properties": { + "minReadySeconds": { + "description": "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).", + "format": "int32", + "type": "integer" + }, + "revisionHistoryLimit": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSetUpdateStrategy", + "description": "An update strategy to replace existing DaemonSet pods with new pods." + } + }, + "required": [ + "selector", + "template" + ], + "type": "object" + }, + "io.k8s.api.apps.v1.DaemonSetStatus": { + "description": "DaemonSetStatus represents the current status of a daemon set.", + "properties": { + "collisionCount": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "conditions": { + "description": "Represents the latest available observations of a DaemonSet's current state.", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1.DaemonSetCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "currentNumberScheduled": { + "description": "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/", + "format": "int32", + "type": "integer" + }, + "desiredNumberScheduled": { + "description": "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/", + "format": "int32", + "type": "integer" + }, + "numberAvailable": { + "description": "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)", + "format": "int32", + "type": "integer" + }, + "numberMisscheduled": { + "description": "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/", + "format": "int32", + "type": "integer" + }, + "numberReady": { + "description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.", + "format": "int32", + "type": "integer" + }, + "numberUnavailable": { + "description": "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)", + "format": "int32", + "type": "integer" + }, + "observedGeneration": { + "description": "The most recent generation observed by the daemon set controller.", + "format": "int64", + "type": "integer" + }, + "updatedNumberScheduled": { + "description": "The total number of nodes that are running updated daemon pod", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "currentNumberScheduled", + "numberMisscheduled", + "desiredNumberScheduled", + "numberReady" + ], + "type": "object" + }, + "io.k8s.api.apps.v1.DaemonSetUpdateStrategy": { + "description": "DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.", + "properties": { + "rollingUpdate": { + "$ref": "#/definitions/io.k8s.api.apps.v1.RollingUpdateDaemonSet", + "description": "Rolling update config params. Present only if type = \"RollingUpdate\"." + }, + "type": { + "description": "Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is RollingUpdate.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1.Deployment": { + "description": "Deployment enables declarative updates for Pods and ReplicaSets.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata." + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.apps.v1.DeploymentSpec", + "description": "Specification of the desired behavior of the Deployment." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.apps.v1.DeploymentStatus", + "description": "Most recently observed status of the Deployment." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "Deployment", + "version": "v1" + } + ] + }, + "io.k8s.api.apps.v1.DeploymentCondition": { + "description": "DeploymentCondition describes the state of a deployment at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transitioned from one status to another." + }, + "lastUpdateTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "The last time this condition was updated." + }, + "message": { + "description": "A human readable message indicating details about the transition.", + "type": "string" + }, + "reason": { + "description": "The reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of deployment condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.apps.v1.DeploymentList": { + "description": "DeploymentList is a list of Deployments.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of Deployments.", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1.Deployment" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "DeploymentList", + "version": "v1" + } + ] + }, + "io.k8s.api.apps.v1.DeploymentSpec": { + "description": "DeploymentSpec is the specification of the desired behavior of the Deployment.", + "properties": { + "minReadySeconds": { + "description": "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)", + "format": "int32", + "type": "integer" + }, + "paused": { + "description": "Indicates that the deployment is paused.", + "type": "boolean" + }, + "progressDeadlineSeconds": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.", + "format": "int32", + "type": "integer" + }, + "revisionHistoryLimit": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.apps.v1.DeploymentStrategy", + "description": "The deployment strategy to use to replace existing pods with new ones.", + "x-kubernetes-patch-strategy": "retainKeys" + }, + "template": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "Template describes the pods that will be created." + } + }, + "required": [ + "selector", + "template" + ], + "type": "object" + }, + "io.k8s.api.apps.v1.DeploymentStatus": { + "description": "DeploymentStatus is the most recently observed status of the Deployment.", + "properties": { + "availableReplicas": { + "description": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.", + "format": "int32", + "type": "integer" + }, + "collisionCount": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "conditions": { + "description": "Represents the latest available observations of a deployment's current state.", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1.DeploymentCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "observedGeneration": { + "description": "The generation observed by the deployment controller.", + "format": "int64", + "type": "integer" + }, + "readyReplicas": { + "description": "Total number of ready pods targeted by this deployment.", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "Total number of non-terminated pods targeted by this deployment (their labels match the selector).", + "format": "int32", + "type": "integer" + }, + "unavailableReplicas": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "updatedReplicas": { + "description": "Total number of non-terminated pods targeted by this deployment that have the desired template spec.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1.DeploymentStrategy": { + "description": "DeploymentStrategy describes how to replace existing pods with new ones.", + "properties": { + "rollingUpdate": { + "$ref": "#/definitions/io.k8s.api.apps.v1.RollingUpdateDeployment", + "description": "Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate." + }, + "type": { + "description": "Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1.ReplicaSet": { + "description": "ReplicaSet ensures that a specified number of pod replicas are running at any given time.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "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#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSetSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSetStatus", + "description": "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" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "ReplicaSet", + "version": "v1" + } + ] + }, + "io.k8s.api.apps.v1.ReplicaSetCondition": { + "description": "ReplicaSetCondition describes the state of a replica set at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "The last time the condition transitioned from one status to another." + }, + "message": { + "description": "A human readable message indicating details about the transition.", + "type": "string" + }, + "reason": { + "description": "The reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of replica set condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.apps.v1.ReplicaSetList": { + "description": "ReplicaSetList is a collection of ReplicaSets.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSet" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "ReplicaSetList", + "version": "v1" + } + ] + }, + "io.k8s.api.apps.v1.ReplicaSetSpec": { + "description": "ReplicaSetSpec is the specification of a ReplicaSet.", + "properties": { + "minReadySeconds": { + "description": "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)", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "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", + "format": "int32", + "type": "integer" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "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" + } + }, + "required": [ + "selector" + ], + "type": "object" + }, + "io.k8s.api.apps.v1.ReplicaSetStatus": { + "description": "ReplicaSetStatus represents the current status of a ReplicaSet.", + "properties": { + "availableReplicas": { + "description": "The number of available replicas (ready for at least minReadySeconds) for this replica set.", + "format": "int32", + "type": "integer" + }, + "conditions": { + "description": "Represents the latest available observations of a replica set's current state.", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1.ReplicaSetCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "fullyLabeledReplicas": { + "description": "The number of pods that have labels matching the labels of the pod template of the replicaset.", + "format": "int32", + "type": "integer" + }, + "observedGeneration": { + "description": "ObservedGeneration reflects the generation of the most recently observed ReplicaSet.", + "format": "int64", + "type": "integer" + }, + "readyReplicas": { + "description": "The number of ready replicas for this replica set.", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "replicas" + ], + "type": "object" + }, + "io.k8s.api.apps.v1.RollingUpdateDaemonSet": { + "description": "Spec to control the desired behavior of daemon set rolling update.", + "properties": { + "maxUnavailable": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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 up. This cannot be 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." + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1.RollingUpdateDeployment": { + "description": "Spec to control the desired behavior of rolling update.", + "properties": { + "maxSurge": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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." + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategy": { + "description": "RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.", + "properties": { + "partition": { + "description": "Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1.StatefulSet": { + "description": "StatefulSet represents a set of pods with consistent identities. Identities are defined as:\n - Network: A single stable DNS and hostname.\n - Storage: As many VolumeClaims as requested.\nThe StatefulSet guarantees that a given network identity will always map to the same storage identity.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSetSpec", + "description": "Spec defines the desired identities of pods in this set." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSetStatus", + "description": "Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "StatefulSet", + "version": "v1" + } + ] + }, + "io.k8s.api.apps.v1.StatefulSetCondition": { + "description": "StatefulSetCondition describes the state of a statefulset at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transitioned from one status to another." + }, + "message": { + "description": "A human readable message indicating details about the transition.", + "type": "string" + }, + "reason": { + "description": "The reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of statefulset condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.apps.v1.StatefulSetList": { + "description": "StatefulSetList is a collection of StatefulSets.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "StatefulSetList", + "version": "v1" + } + ] + }, + "io.k8s.api.apps.v1.StatefulSetSpec": { + "description": "A StatefulSetSpec is the specification of a StatefulSet.", + "properties": { + "podManagementPolicy": { + "description": "podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.", + "type": "string" + }, + "replicas": { + "description": "replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.", + "format": "int32", + "type": "integer" + }, + "revisionHistoryLimit": { + "description": "revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.", + "format": "int32", + "type": "integer" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors" + }, + "serviceName": { + "description": "serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller.", + "type": "string" + }, + "template": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet." + }, + "updateStrategy": { + "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSetUpdateStrategy", + "description": "updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template." + }, + "volumeClaimTemplates": { + "description": "volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim" + }, + "type": "array" + } + }, + "required": [ + "selector", + "template", + "serviceName" + ], + "type": "object" + }, + "io.k8s.api.apps.v1.StatefulSetStatus": { + "description": "StatefulSetStatus represents the current state of a StatefulSet.", + "properties": { + "collisionCount": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "conditions": { + "description": "Represents the latest available observations of a statefulset's current state.", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSetCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "currentReplicas": { + "description": "currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.", + "format": "int32", + "type": "integer" + }, + "currentRevision": { + "description": "currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).", + "type": "string" + }, + "observedGeneration": { + "description": "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.", + "format": "int64", + "type": "integer" + }, + "readyReplicas": { + "description": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "replicas is the number of Pods created by the StatefulSet controller.", + "format": "int32", + "type": "integer" + }, + "updateRevision": { + "description": "updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)", + "type": "string" + }, + "updatedReplicas": { + "description": "updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "replicas" + ], + "type": "object" + }, + "io.k8s.api.apps.v1.StatefulSetUpdateStrategy": { + "description": "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.", + "properties": { + "rollingUpdate": { + "$ref": "#/definitions/io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategy", + "description": "RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType." + }, + "type": { + "description": "Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1beta1.ControllerRevision": { + "description": "DEPRECATED - This group version of ControllerRevision is deprecated by apps/v1beta2/ControllerRevision. See the release notes for more information. 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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "data": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension", + "description": "Data is the serialized representation of the state." + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "revision": { + "description": "Revision indicates the revision of the state represented by Data.", + "format": "int64", + "type": "integer" + } + }, + "required": [ + "revision" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "ControllerRevision", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.apps.v1beta1.ControllerRevisionList": { + "description": "ControllerRevisionList is a resource containing a list of ControllerRevision objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of ControllerRevisions", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.ControllerRevision" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "ControllerRevisionList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.apps.v1beta1.Deployment": { + "description": "DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata." + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.DeploymentSpec", + "description": "Specification of the desired behavior of the Deployment." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.DeploymentStatus", + "description": "Most recently observed status of the Deployment." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "Deployment", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.apps.v1beta1.DeploymentCondition": { + "description": "DeploymentCondition describes the state of a deployment at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transitioned from one status to another." + }, + "lastUpdateTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "The last time this condition was updated." + }, + "message": { + "description": "A human readable message indicating details about the transition.", + "type": "string" + }, + "reason": { + "description": "The reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of deployment condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta1.DeploymentList": { + "description": "DeploymentList is a list of Deployments.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of Deployments.", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.Deployment" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "DeploymentList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.apps.v1beta1.DeploymentRollback": { + "description": "DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "name": { + "description": "Required: This must match the Name of a deployment.", + "type": "string" + }, + "rollbackTo": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.RollbackConfig", + "description": "The config of this deployment rollback." + }, + "updatedAnnotations": { + "additionalProperties": { + "type": "string" + }, + "description": "The annotations to be updated to a deployment", + "type": "object" + } + }, + "required": [ + "name", + "rollbackTo" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "DeploymentRollback", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.apps.v1beta1.DeploymentSpec": { + "description": "DeploymentSpec is the specification of the desired behavior of the Deployment.", + "properties": { + "minReadySeconds": { + "description": "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)", + "format": "int32", + "type": "integer" + }, + "paused": { + "description": "Indicates that the deployment is paused.", + "type": "boolean" + }, + "progressDeadlineSeconds": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.", + "format": "int32", + "type": "integer" + }, + "revisionHistoryLimit": { + "description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.", + "format": "int32", + "type": "integer" + }, + "rollbackTo": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.RollbackConfig", + "description": "DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done." + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment." + }, + "strategy": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.DeploymentStrategy", + "description": "The deployment strategy to use to replace existing pods with new ones.", + "x-kubernetes-patch-strategy": "retainKeys" + }, + "template": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "Template describes the pods that will be created." + } + }, + "required": [ + "template" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta1.DeploymentStatus": { + "description": "DeploymentStatus is the most recently observed status of the Deployment.", + "properties": { + "availableReplicas": { + "description": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.", + "format": "int32", + "type": "integer" + }, + "collisionCount": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "conditions": { + "description": "Represents the latest available observations of a deployment's current state.", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.DeploymentCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "observedGeneration": { + "description": "The generation observed by the deployment controller.", + "format": "int64", + "type": "integer" + }, + "readyReplicas": { + "description": "Total number of ready pods targeted by this deployment.", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "Total number of non-terminated pods targeted by this deployment (their labels match the selector).", + "format": "int32", + "type": "integer" + }, + "unavailableReplicas": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "updatedReplicas": { + "description": "Total number of non-terminated pods targeted by this deployment that have the desired template spec.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1beta1.DeploymentStrategy": { + "description": "DeploymentStrategy describes how to replace existing pods with new ones.", + "properties": { + "rollingUpdate": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.RollingUpdateDeployment", + "description": "Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate." + }, + "type": { + "description": "Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1beta1.RollbackConfig": { + "description": "DEPRECATED.", + "properties": { + "revision": { + "description": "The revision to rollback to. If set to 0, rollback to the last revision.", + "format": "int64", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1beta1.RollingUpdateDeployment": { + "description": "Spec to control the desired behavior of rolling update.", + "properties": { + "maxSurge": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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." + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1beta1.RollingUpdateStatefulSetStrategy": { + "description": "RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.", + "properties": { + "partition": { + "description": "Partition indicates the ordinal at which the StatefulSet should be partitioned.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1beta1.Scale": { + "description": "Scale represents a scaling request for a resource.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.ScaleSpec", + "description": "defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.ScaleStatus", + "description": "current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "Scale", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.apps.v1beta1.ScaleSpec": { + "description": "ScaleSpec describes the attributes of a scale subresource", + "properties": { + "replicas": { + "description": "desired number of instances for the scaled object.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1beta1.ScaleStatus": { + "description": "ScaleStatus represents the current status of a scale subresource.", + "properties": { + "replicas": { + "description": "actual number of observed instances of the scaled object.", + "format": "int32", + "type": "integer" + }, + "selector": { + "additionalProperties": { + "type": "string" + }, + "description": "label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors", + "type": "object" + }, + "targetSelector": { + "description": "label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors", + "type": "string" + } + }, + "required": [ + "replicas" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta1.StatefulSet": { + "description": "DEPRECATED - This group version of StatefulSet is deprecated by apps/v1beta2/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as:\n - Network: A single stable DNS and hostname.\n - Storage: As many VolumeClaims as requested.\nThe StatefulSet guarantees that a given network identity will always map to the same storage identity.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.StatefulSetSpec", + "description": "Spec defines the desired identities of pods in this set." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.StatefulSetStatus", + "description": "Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "StatefulSet", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.apps.v1beta1.StatefulSetCondition": { + "description": "StatefulSetCondition describes the state of a statefulset at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transitioned from one status to another." + }, + "message": { + "description": "A human readable message indicating details about the transition.", + "type": "string" + }, + "reason": { + "description": "The reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of statefulset condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta1.StatefulSetList": { + "description": "StatefulSetList is a collection of StatefulSets.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.StatefulSet" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "StatefulSetList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.apps.v1beta1.StatefulSetSpec": { + "description": "A StatefulSetSpec is the specification of a StatefulSet.", + "properties": { + "podManagementPolicy": { + "description": "podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.", + "type": "string" + }, + "replicas": { + "description": "replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.", + "format": "int32", + "type": "integer" + }, + "revisionHistoryLimit": { + "description": "revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.", + "format": "int32", + "type": "integer" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors" + }, + "serviceName": { + "description": "serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller.", + "type": "string" + }, + "template": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet." + }, + "updateStrategy": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.StatefulSetUpdateStrategy", + "description": "updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template." + }, + "volumeClaimTemplates": { + "description": "volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim" + }, + "type": "array" + } + }, + "required": [ + "template", + "serviceName" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta1.StatefulSetStatus": { + "description": "StatefulSetStatus represents the current state of a StatefulSet.", + "properties": { + "collisionCount": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "conditions": { + "description": "Represents the latest available observations of a statefulset's current state.", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.StatefulSetCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "currentReplicas": { + "description": "currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.", + "format": "int32", + "type": "integer" + }, + "currentRevision": { + "description": "currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).", + "type": "string" + }, + "observedGeneration": { + "description": "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.", + "format": "int64", + "type": "integer" + }, + "readyReplicas": { + "description": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "replicas is the number of Pods created by the StatefulSet controller.", + "format": "int32", + "type": "integer" + }, + "updateRevision": { + "description": "updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)", + "type": "string" + }, + "updatedReplicas": { + "description": "updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "replicas" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta1.StatefulSetUpdateStrategy": { + "description": "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.", + "properties": { + "rollingUpdate": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta1.RollingUpdateStatefulSetStrategy", + "description": "RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType." + }, + "type": { + "description": "Type indicates the type of the StatefulSetUpdateStrategy.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1beta2.ControllerRevision": { + "description": "DEPRECATED - This group version of ControllerRevision is deprecated by apps/v1/ControllerRevision. See the release notes for more information. 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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "data": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension", + "description": "Data is the serialized representation of the state." + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "revision": { + "description": "Revision indicates the revision of the state represented by Data.", + "format": "int64", + "type": "integer" + } + }, + "required": [ + "revision" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "ControllerRevision", + "version": "v1beta2" + } + ] + }, + "io.k8s.api.apps.v1beta2.ControllerRevisionList": { + "description": "ControllerRevisionList is a resource containing a list of ControllerRevision objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of ControllerRevisions", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.ControllerRevision" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "ControllerRevisionList", + "version": "v1beta2" + } + ] + }, + "io.k8s.api.apps.v1beta2.DaemonSet": { + "description": "DEPRECATED - This group version of DaemonSet is deprecated by apps/v1/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.DaemonSetSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.DaemonSetStatus", + "description": "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-status" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "DaemonSet", + "version": "v1beta2" + } + ] + }, + "io.k8s.api.apps.v1beta2.DaemonSetCondition": { + "description": "DaemonSetCondition describes the state of a DaemonSet at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transitioned from one status to another." + }, + "message": { + "description": "A human readable message indicating details about the transition.", + "type": "string" + }, + "reason": { + "description": "The reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of DaemonSet condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta2.DaemonSetList": { + "description": "DaemonSetList is a collection of daemon sets.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "A list of daemon sets.", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.DaemonSet" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "DaemonSetList", + "version": "v1beta2" + } + ] + }, + "io.k8s.api.apps.v1beta2.DaemonSetSpec": { + "description": "DaemonSetSpec is the specification of a daemon set.", + "properties": { + "minReadySeconds": { + "description": "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).", + "format": "int32", + "type": "integer" + }, + "revisionHistoryLimit": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.DaemonSetUpdateStrategy", + "description": "An update strategy to replace existing DaemonSet pods with new pods." + } + }, + "required": [ + "selector", + "template" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta2.DaemonSetStatus": { + "description": "DaemonSetStatus represents the current status of a daemon set.", + "properties": { + "collisionCount": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "conditions": { + "description": "Represents the latest available observations of a DaemonSet's current state.", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.DaemonSetCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "currentNumberScheduled": { + "description": "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/", + "format": "int32", + "type": "integer" + }, + "desiredNumberScheduled": { + "description": "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/", + "format": "int32", + "type": "integer" + }, + "numberAvailable": { + "description": "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)", + "format": "int32", + "type": "integer" + }, + "numberMisscheduled": { + "description": "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/", + "format": "int32", + "type": "integer" + }, + "numberReady": { + "description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.", + "format": "int32", + "type": "integer" + }, + "numberUnavailable": { + "description": "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)", + "format": "int32", + "type": "integer" + }, + "observedGeneration": { + "description": "The most recent generation observed by the daemon set controller.", + "format": "int64", + "type": "integer" + }, + "updatedNumberScheduled": { + "description": "The total number of nodes that are running updated daemon pod", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "currentNumberScheduled", + "numberMisscheduled", + "desiredNumberScheduled", + "numberReady" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta2.DaemonSetUpdateStrategy": { + "description": "DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.", + "properties": { + "rollingUpdate": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.RollingUpdateDaemonSet", + "description": "Rolling update config params. Present only if type = \"RollingUpdate\"." + }, + "type": { + "description": "Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is RollingUpdate.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1beta2.Deployment": { + "description": "DEPRECATED - This group version of Deployment is deprecated by apps/v1/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata." + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.DeploymentSpec", + "description": "Specification of the desired behavior of the Deployment." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.DeploymentStatus", + "description": "Most recently observed status of the Deployment." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "Deployment", + "version": "v1beta2" + } + ] + }, + "io.k8s.api.apps.v1beta2.DeploymentCondition": { + "description": "DeploymentCondition describes the state of a deployment at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transitioned from one status to another." + }, + "lastUpdateTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "The last time this condition was updated." + }, + "message": { + "description": "A human readable message indicating details about the transition.", + "type": "string" + }, + "reason": { + "description": "The reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of deployment condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta2.DeploymentList": { + "description": "DeploymentList is a list of Deployments.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of Deployments.", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.Deployment" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "DeploymentList", + "version": "v1beta2" + } + ] + }, + "io.k8s.api.apps.v1beta2.DeploymentSpec": { + "description": "DeploymentSpec is the specification of the desired behavior of the Deployment.", + "properties": { + "minReadySeconds": { + "description": "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)", + "format": "int32", + "type": "integer" + }, + "paused": { + "description": "Indicates that the deployment is paused.", + "type": "boolean" + }, + "progressDeadlineSeconds": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.", + "format": "int32", + "type": "integer" + }, + "revisionHistoryLimit": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.DeploymentStrategy", + "description": "The deployment strategy to use to replace existing pods with new ones.", + "x-kubernetes-patch-strategy": "retainKeys" + }, + "template": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "Template describes the pods that will be created." + } + }, + "required": [ + "selector", + "template" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta2.DeploymentStatus": { + "description": "DeploymentStatus is the most recently observed status of the Deployment.", + "properties": { + "availableReplicas": { + "description": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.", + "format": "int32", + "type": "integer" + }, + "collisionCount": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "conditions": { + "description": "Represents the latest available observations of a deployment's current state.", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.DeploymentCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "observedGeneration": { + "description": "The generation observed by the deployment controller.", + "format": "int64", + "type": "integer" + }, + "readyReplicas": { + "description": "Total number of ready pods targeted by this deployment.", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "Total number of non-terminated pods targeted by this deployment (their labels match the selector).", + "format": "int32", + "type": "integer" + }, + "unavailableReplicas": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "updatedReplicas": { + "description": "Total number of non-terminated pods targeted by this deployment that have the desired template spec.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1beta2.DeploymentStrategy": { + "description": "DeploymentStrategy describes how to replace existing pods with new ones.", + "properties": { + "rollingUpdate": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.RollingUpdateDeployment", + "description": "Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate." + }, + "type": { + "description": "Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1beta2.ReplicaSet": { + "description": "DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1/ReplicaSet. See the release notes for more information. ReplicaSet ensures that a specified number of pod replicas are running at any given time.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "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#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.ReplicaSetSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.ReplicaSetStatus", + "description": "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" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "ReplicaSet", + "version": "v1beta2" + } + ] + }, + "io.k8s.api.apps.v1beta2.ReplicaSetCondition": { + "description": "ReplicaSetCondition describes the state of a replica set at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "The last time the condition transitioned from one status to another." + }, + "message": { + "description": "A human readable message indicating details about the transition.", + "type": "string" + }, + "reason": { + "description": "The reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of replica set condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta2.ReplicaSetList": { + "description": "ReplicaSetList is a collection of ReplicaSets.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.ReplicaSet" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "ReplicaSetList", + "version": "v1beta2" + } + ] + }, + "io.k8s.api.apps.v1beta2.ReplicaSetSpec": { + "description": "ReplicaSetSpec is the specification of a ReplicaSet.", + "properties": { + "minReadySeconds": { + "description": "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)", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "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", + "format": "int32", + "type": "integer" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "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" + } + }, + "required": [ + "selector" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta2.ReplicaSetStatus": { + "description": "ReplicaSetStatus represents the current status of a ReplicaSet.", + "properties": { + "availableReplicas": { + "description": "The number of available replicas (ready for at least minReadySeconds) for this replica set.", + "format": "int32", + "type": "integer" + }, + "conditions": { + "description": "Represents the latest available observations of a replica set's current state.", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.ReplicaSetCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "fullyLabeledReplicas": { + "description": "The number of pods that have labels matching the labels of the pod template of the replicaset.", + "format": "int32", + "type": "integer" + }, + "observedGeneration": { + "description": "ObservedGeneration reflects the generation of the most recently observed ReplicaSet.", + "format": "int64", + "type": "integer" + }, + "readyReplicas": { + "description": "The number of ready replicas for this replica set.", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "replicas" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta2.RollingUpdateDaemonSet": { + "description": "Spec to control the desired behavior of daemon set rolling update.", + "properties": { + "maxUnavailable": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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 up. This cannot be 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." + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1beta2.RollingUpdateDeployment": { + "description": "Spec to control the desired behavior of rolling update.", + "properties": { + "maxSurge": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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." + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1beta2.RollingUpdateStatefulSetStrategy": { + "description": "RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.", + "properties": { + "partition": { + "description": "Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1beta2.Scale": { + "description": "Scale represents a scaling request for a resource.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.ScaleSpec", + "description": "defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.ScaleStatus", + "description": "current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "Scale", + "version": "v1beta2" + } + ] + }, + "io.k8s.api.apps.v1beta2.ScaleSpec": { + "description": "ScaleSpec describes the attributes of a scale subresource", + "properties": { + "replicas": { + "description": "desired number of instances for the scaled object.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.apps.v1beta2.ScaleStatus": { + "description": "ScaleStatus represents the current status of a scale subresource.", + "properties": { + "replicas": { + "description": "actual number of observed instances of the scaled object.", + "format": "int32", + "type": "integer" + }, + "selector": { + "additionalProperties": { + "type": "string" + }, + "description": "label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors", + "type": "object" + }, + "targetSelector": { + "description": "label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors", + "type": "string" + } + }, + "required": [ + "replicas" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta2.StatefulSet": { + "description": "DEPRECATED - This group version of StatefulSet is deprecated by apps/v1/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as:\n - Network: A single stable DNS and hostname.\n - Storage: As many VolumeClaims as requested.\nThe StatefulSet guarantees that a given network identity will always map to the same storage identity.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.StatefulSetSpec", + "description": "Spec defines the desired identities of pods in this set." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.StatefulSetStatus", + "description": "Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "StatefulSet", + "version": "v1beta2" + } + ] + }, + "io.k8s.api.apps.v1beta2.StatefulSetCondition": { + "description": "StatefulSetCondition describes the state of a statefulset at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transitioned from one status to another." + }, + "message": { + "description": "A human readable message indicating details about the transition.", + "type": "string" + }, + "reason": { + "description": "The reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of statefulset condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta2.StatefulSetList": { + "description": "StatefulSetList is a collection of StatefulSets.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.StatefulSet" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apps", + "kind": "StatefulSetList", + "version": "v1beta2" + } + ] + }, + "io.k8s.api.apps.v1beta2.StatefulSetSpec": { + "description": "A StatefulSetSpec is the specification of a StatefulSet.", + "properties": { + "podManagementPolicy": { + "description": "podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.", + "type": "string" + }, + "replicas": { + "description": "replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.", + "format": "int32", + "type": "integer" + }, + "revisionHistoryLimit": { + "description": "revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.", + "format": "int32", + "type": "integer" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors" + }, + "serviceName": { + "description": "serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller.", + "type": "string" + }, + "template": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet." + }, + "updateStrategy": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.StatefulSetUpdateStrategy", + "description": "updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template." + }, + "volumeClaimTemplates": { + "description": "volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim" + }, + "type": "array" + } + }, + "required": [ + "selector", + "template", + "serviceName" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta2.StatefulSetStatus": { + "description": "StatefulSetStatus represents the current state of a StatefulSet.", + "properties": { + "collisionCount": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "conditions": { + "description": "Represents the latest available observations of a statefulset's current state.", + "items": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.StatefulSetCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "currentReplicas": { + "description": "currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.", + "format": "int32", + "type": "integer" + }, + "currentRevision": { + "description": "currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).", + "type": "string" + }, + "observedGeneration": { + "description": "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.", + "format": "int64", + "type": "integer" + }, + "readyReplicas": { + "description": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "replicas is the number of Pods created by the StatefulSet controller.", + "format": "int32", + "type": "integer" + }, + "updateRevision": { + "description": "updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)", + "type": "string" + }, + "updatedReplicas": { + "description": "updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "replicas" + ], + "type": "object" + }, + "io.k8s.api.apps.v1beta2.StatefulSetUpdateStrategy": { + "description": "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.", + "properties": { + "rollingUpdate": { + "$ref": "#/definitions/io.k8s.api.apps.v1beta2.RollingUpdateStatefulSetStrategy", + "description": "RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType." + }, + "type": { + "description": "Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.auditregistration.v1alpha1.AuditSink": { + "description": "AuditSink represents a cluster level audit sink", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.auditregistration.v1alpha1.AuditSinkSpec", + "description": "Spec defines the audit configuration spec" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "auditregistration.k8s.io", + "kind": "AuditSink", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.auditregistration.v1alpha1.AuditSinkList": { + "description": "AuditSinkList is a list of AuditSink items.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of audit configurations.", + "items": { + "$ref": "#/definitions/io.k8s.api.auditregistration.v1alpha1.AuditSink" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "auditregistration.k8s.io", + "kind": "AuditSinkList", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.auditregistration.v1alpha1.AuditSinkSpec": { + "description": "AuditSinkSpec holds the spec for the audit sink", + "properties": { + "policy": { + "$ref": "#/definitions/io.k8s.api.auditregistration.v1alpha1.Policy", + "description": "Policy defines the policy for selecting which events should be sent to the webhook required" + }, + "webhook": { + "$ref": "#/definitions/io.k8s.api.auditregistration.v1alpha1.Webhook", + "description": "Webhook to send events required" + } + }, + "required": [ + "policy", + "webhook" + ], + "type": "object" + }, + "io.k8s.api.auditregistration.v1alpha1.Policy": { + "description": "Policy defines the configuration of how audit events are logged", + "properties": { + "level": { + "description": "The Level that all requests are recorded at. available options: None, Metadata, Request, RequestResponse required", + "type": "string" + }, + "stages": { + "description": "Stages is a list of stages for which events are created.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "level" + ], + "type": "object" + }, + "io.k8s.api.auditregistration.v1alpha1.ServiceReference": { + "description": "ServiceReference holds a reference to Service.legacy.k8s.io", + "properties": { + "name": { + "description": "`name` is the name of the service. Required", + "type": "string" + }, + "namespace": { + "description": "`namespace` is the namespace of the service. Required", + "type": "string" + }, + "path": { + "description": "`path` is an optional URL path which will be sent in any request to this service.", + "type": "string" + }, + "port": { + "description": "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).", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "namespace", + "name" + ], + "type": "object" + }, + "io.k8s.api.auditregistration.v1alpha1.Webhook": { + "description": "Webhook holds the configuration of the webhook", + "properties": { + "clientConfig": { + "$ref": "#/definitions/io.k8s.api.auditregistration.v1alpha1.WebhookClientConfig", + "description": "ClientConfig holds the connection parameters for the webhook required" + }, + "throttle": { + "$ref": "#/definitions/io.k8s.api.auditregistration.v1alpha1.WebhookThrottleConfig", + "description": "Throttle holds the options for throttling the webhook" + } + }, + "required": [ + "clientConfig" + ], + "type": "object" + }, + "io.k8s.api.auditregistration.v1alpha1.WebhookClientConfig": { + "description": "WebhookClientConfig contains the information to make a connection with the webhook", + "properties": { + "caBundle": { + "description": "`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.", + "format": "byte", + "type": "string" + }, + "service": { + "$ref": "#/definitions/io.k8s.api.auditregistration.v1alpha1.ServiceReference", + "description": "`service` is a reference to the service for this webhook. Either `service` or `url` must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`." + }, + "url": { + "description": "`url` gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.\n\nThe `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.\n\nPlease 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.\n\nThe scheme must be \"https\"; the URL must begin with \"https://\".\n\nA 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.\n\nAttempting to use a user or basic auth e.g. \"user:password@\" is not allowed. Fragments (\"#...\") and query parameters (\"?...\") are not allowed, either.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.auditregistration.v1alpha1.WebhookThrottleConfig": { + "description": "WebhookThrottleConfig holds the configuration for throttling events", + "properties": { + "burst": { + "description": "ThrottleBurst is the maximum number of events sent at the same moment default 15 QPS", + "format": "int64", + "type": "integer" + }, + "qps": { + "description": "ThrottleQPS maximum number of batches per second default 10 QPS", + "format": "int64", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.authentication.v1.BoundObjectReference": { + "description": "BoundObjectReference is a reference to an object that a token is bound to.", + "properties": { + "apiVersion": { + "description": "API version of the referent.", + "type": "string" + }, + "kind": { + "description": "Kind of the referent. Valid kinds are 'Pod' and 'Secret'.", + "type": "string" + }, + "name": { + "description": "Name of the referent.", + "type": "string" + }, + "uid": { + "description": "UID of the referent.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.authentication.v1.TokenRequest": { + "description": "TokenRequest requests a token for a given service account.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.authentication.v1.TokenRequestSpec" + }, + "status": { + "$ref": "#/definitions/io.k8s.api.authentication.v1.TokenRequestStatus" + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "authentication.k8s.io", + "kind": "TokenRequest", + "version": "v1" + } + ] + }, + "io.k8s.api.authentication.v1.TokenRequestSpec": { + "description": "TokenRequestSpec contains client provided parameters of a token request.", + "properties": { + "audiences": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "boundObjectRef": { + "$ref": "#/definitions/io.k8s.api.authentication.v1.BoundObjectReference", + "description": "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." + }, + "expirationSeconds": { + "description": "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.", + "format": "int64", + "type": "integer" + } + }, + "required": [ + "audiences" + ], + "type": "object" + }, + "io.k8s.api.authentication.v1.TokenRequestStatus": { + "description": "TokenRequestStatus is the result of a token request.", + "properties": { + "expirationTimestamp": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "ExpirationTimestamp is the time of expiration of the returned token." + }, + "token": { + "description": "Token is the opaque bearer token.", + "type": "string" + } + }, + "required": [ + "token", + "expirationTimestamp" + ], + "type": "object" + }, + "io.k8s.api.authentication.v1.TokenReview": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.authentication.v1.TokenReviewSpec", + "description": "Spec holds information about the request being evaluated" + }, + "status": { + "$ref": "#/definitions/io.k8s.api.authentication.v1.TokenReviewStatus", + "description": "Status is filled in by the server and indicates whether the request can be authenticated." + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "authentication.k8s.io", + "kind": "TokenReview", + "version": "v1" + } + ] + }, + "io.k8s.api.authentication.v1.TokenReviewSpec": { + "description": "TokenReviewSpec is a description of the token authentication request.", + "properties": { + "audiences": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "token": { + "description": "Token is the opaque bearer token.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.authentication.v1.TokenReviewStatus": { + "description": "TokenReviewStatus is the result of the token authentication request.", + "properties": { + "audiences": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "authenticated": { + "description": "Authenticated indicates that the token was associated with a known user.", + "type": "boolean" + }, + "error": { + "description": "Error indicates that the token couldn't be checked", + "type": "string" + }, + "user": { + "$ref": "#/definitions/io.k8s.api.authentication.v1.UserInfo", + "description": "User is the UserInfo associated with the provided token." + } + }, + "type": "object" + }, + "io.k8s.api.authentication.v1.UserInfo": { + "description": "UserInfo holds the information about the user needed to implement the user.Info interface.", + "properties": { + "extra": { + "additionalProperties": { + "items": { + "type": "string" + }, + "type": "array" + }, + "description": "Any additional information provided by the authenticator.", + "type": "object" + }, + "groups": { + "description": "The names of groups this user is a part of.", + "items": { + "type": "string" + }, + "type": "array" + }, + "uid": { + "description": "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.", + "type": "string" + }, + "username": { + "description": "The name that uniquely identifies this user among all active users.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.authentication.v1beta1.TokenReview": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.authentication.v1beta1.TokenReviewSpec", + "description": "Spec holds information about the request being evaluated" + }, + "status": { + "$ref": "#/definitions/io.k8s.api.authentication.v1beta1.TokenReviewStatus", + "description": "Status is filled in by the server and indicates whether the request can be authenticated." + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "authentication.k8s.io", + "kind": "TokenReview", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.authentication.v1beta1.TokenReviewSpec": { + "description": "TokenReviewSpec is a description of the token authentication request.", + "properties": { + "audiences": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "token": { + "description": "Token is the opaque bearer token.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.authentication.v1beta1.TokenReviewStatus": { + "description": "TokenReviewStatus is the result of the token authentication request.", + "properties": { + "audiences": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "authenticated": { + "description": "Authenticated indicates that the token was associated with a known user.", + "type": "boolean" + }, + "error": { + "description": "Error indicates that the token couldn't be checked", + "type": "string" + }, + "user": { + "$ref": "#/definitions/io.k8s.api.authentication.v1beta1.UserInfo", + "description": "User is the UserInfo associated with the provided token." + } + }, + "type": "object" + }, + "io.k8s.api.authentication.v1beta1.UserInfo": { + "description": "UserInfo holds the information about the user needed to implement the user.Info interface.", + "properties": { + "extra": { + "additionalProperties": { + "items": { + "type": "string" + }, + "type": "array" + }, + "description": "Any additional information provided by the authenticator.", + "type": "object" + }, + "groups": { + "description": "The names of groups this user is a part of.", + "items": { + "type": "string" + }, + "type": "array" + }, + "uid": { + "description": "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.", + "type": "string" + }, + "username": { + "description": "The name that uniquely identifies this user among all active users.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.authorization.v1.LocalSubjectAccessReview": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus", + "description": "Status is filled in by the server and indicates whether the request is allowed or not" + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "authorization.k8s.io", + "kind": "LocalSubjectAccessReview", + "version": "v1" + } + ] + }, + "io.k8s.api.authorization.v1.NonResourceAttributes": { + "description": "NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface", + "properties": { + "path": { + "description": "Path is the URL path of the request", + "type": "string" + }, + "verb": { + "description": "Verb is the standard HTTP verb", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.authorization.v1.NonResourceRule": { + "description": "NonResourceRule holds information that describes a rule for the non-resource", + "properties": { + "nonResourceURLs": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "verbs": { + "description": "Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. \"*\" means all.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "verbs" + ], + "type": "object" + }, + "io.k8s.api.authorization.v1.ResourceAttributes": { + "description": "ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface", + "properties": { + "group": { + "description": "Group is the API Group of the Resource. \"*\" means all.", + "type": "string" + }, + "name": { + "description": "Name is the name of the resource being requested for a \"get\" or deleted for a \"delete\". \"\" (empty) means all.", + "type": "string" + }, + "namespace": { + "description": "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", + "type": "string" + }, + "resource": { + "description": "Resource is one of the existing resource types. \"*\" means all.", + "type": "string" + }, + "subresource": { + "description": "Subresource is one of the existing resource types. \"\" means none.", + "type": "string" + }, + "verb": { + "description": "Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. \"*\" means all.", + "type": "string" + }, + "version": { + "description": "Version is the API Version of the Resource. \"*\" means all.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.authorization.v1.ResourceRule": { + "description": "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.", + "properties": { + "apiGroups": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "resourceNames": { + "description": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. \"*\" means all.", + "items": { + "type": "string" + }, + "type": "array" + }, + "resources": { + "description": "Resources is a list of resources this rule applies to. \"*\" means all in the specified apiGroups.\n \"*/foo\" represents the subresource 'foo' for all resources in the specified apiGroups.", + "items": { + "type": "string" + }, + "type": "array" + }, + "verbs": { + "description": "Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. \"*\" means all.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "verbs" + ], + "type": "object" + }, + "io.k8s.api.authorization.v1.SelfSubjectAccessReview": { + "description": "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 action", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec", + "description": "Spec holds information about the request being evaluated. user and groups must be empty" + }, + "status": { + "$ref": "#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus", + "description": "Status is filled in by the server and indicates whether the request is allowed or not" + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "authorization.k8s.io", + "kind": "SelfSubjectAccessReview", + "version": "v1" + } + ] + }, + "io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec": { + "description": "SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set", + "properties": { + "nonResourceAttributes": { + "$ref": "#/definitions/io.k8s.api.authorization.v1.NonResourceAttributes", + "description": "NonResourceAttributes describes information for a non-resource access request" + }, + "resourceAttributes": { + "$ref": "#/definitions/io.k8s.api.authorization.v1.ResourceAttributes", + "description": "ResourceAuthorizationAttributes describes information for a resource access request" + } + }, + "type": "object" + }, + "io.k8s.api.authorization.v1.SelfSubjectRulesReview": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReviewSpec", + "description": "Spec holds information about the request being evaluated." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.authorization.v1.SubjectRulesReviewStatus", + "description": "Status is filled in by the server and indicates the set of actions a user can perform." + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "authorization.k8s.io", + "kind": "SelfSubjectRulesReview", + "version": "v1" + } + ] + }, + "io.k8s.api.authorization.v1.SelfSubjectRulesReviewSpec": { + "properties": { + "namespace": { + "description": "Namespace to evaluate rules for. Required.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.authorization.v1.SubjectAccessReview": { + "description": "SubjectAccessReview checks whether or not a user or group can perform an action.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewSpec", + "description": "Spec holds information about the request being evaluated" + }, + "status": { + "$ref": "#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus", + "description": "Status is filled in by the server and indicates whether the request is allowed or not" + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "authorization.k8s.io", + "kind": "SubjectAccessReview", + "version": "v1" + } + ] + }, + "io.k8s.api.authorization.v1.SubjectAccessReviewSpec": { + "description": "SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set", + "properties": { + "extra": { + "additionalProperties": { + "items": { + "type": "string" + }, + "type": "array" + }, + "description": "Extra corresponds to the user.Info.GetExtra() method from the authenticator. Since that is input to the authorizer it needs a reflection here.", + "type": "object" + }, + "groups": { + "description": "Groups is the groups you're testing for.", + "items": { + "type": "string" + }, + "type": "array" + }, + "nonResourceAttributes": { + "$ref": "#/definitions/io.k8s.api.authorization.v1.NonResourceAttributes", + "description": "NonResourceAttributes describes information for a non-resource access request" + }, + "resourceAttributes": { + "$ref": "#/definitions/io.k8s.api.authorization.v1.ResourceAttributes", + "description": "ResourceAuthorizationAttributes describes information for a resource access request" + }, + "uid": { + "description": "UID information about the requesting user.", + "type": "string" + }, + "user": { + "description": "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", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.authorization.v1.SubjectAccessReviewStatus": { + "description": "SubjectAccessReviewStatus", + "properties": { + "allowed": { + "description": "Allowed is required. True if the action would be allowed, false otherwise.", + "type": "boolean" + }, + "denied": { + "description": "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.", + "type": "boolean" + }, + "evaluationError": { + "description": "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.", + "type": "string" + }, + "reason": { + "description": "Reason is optional. It indicates why a request was allowed or denied.", + "type": "string" + } + }, + "required": [ + "allowed" + ], + "type": "object" + }, + "io.k8s.api.authorization.v1.SubjectRulesReviewStatus": { + "description": "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.", + "properties": { + "evaluationError": { + "description": "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.", + "type": "string" + }, + "incomplete": { + "description": "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.", + "type": "boolean" + }, + "nonResourceRules": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.authorization.v1.NonResourceRule" + }, + "type": "array" + }, + "resourceRules": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.authorization.v1.ResourceRule" + }, + "type": "array" + } + }, + "required": [ + "resourceRules", + "nonResourceRules", + "incomplete" + ], + "type": "object" + }, + "io.k8s.api.authorization.v1beta1.LocalSubjectAccessReview": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.authorization.v1beta1.SubjectAccessReviewSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.authorization.v1beta1.SubjectAccessReviewStatus", + "description": "Status is filled in by the server and indicates whether the request is allowed or not" + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "authorization.k8s.io", + "kind": "LocalSubjectAccessReview", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.authorization.v1beta1.NonResourceAttributes": { + "description": "NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface", + "properties": { + "path": { + "description": "Path is the URL path of the request", + "type": "string" + }, + "verb": { + "description": "Verb is the standard HTTP verb", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.authorization.v1beta1.NonResourceRule": { + "description": "NonResourceRule holds information that describes a rule for the non-resource", + "properties": { + "nonResourceURLs": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "verbs": { + "description": "Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. \"*\" means all.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "verbs" + ], + "type": "object" + }, + "io.k8s.api.authorization.v1beta1.ResourceAttributes": { + "description": "ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface", + "properties": { + "group": { + "description": "Group is the API Group of the Resource. \"*\" means all.", + "type": "string" + }, + "name": { + "description": "Name is the name of the resource being requested for a \"get\" or deleted for a \"delete\". \"\" (empty) means all.", + "type": "string" + }, + "namespace": { + "description": "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", + "type": "string" + }, + "resource": { + "description": "Resource is one of the existing resource types. \"*\" means all.", + "type": "string" + }, + "subresource": { + "description": "Subresource is one of the existing resource types. \"\" means none.", + "type": "string" + }, + "verb": { + "description": "Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. \"*\" means all.", + "type": "string" + }, + "version": { + "description": "Version is the API Version of the Resource. \"*\" means all.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.authorization.v1beta1.ResourceRule": { + "description": "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.", + "properties": { + "apiGroups": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "resourceNames": { + "description": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. \"*\" means all.", + "items": { + "type": "string" + }, + "type": "array" + }, + "resources": { + "description": "Resources is a list of resources this rule applies to. \"*\" means all in the specified apiGroups.\n \"*/foo\" represents the subresource 'foo' for all resources in the specified apiGroups.", + "items": { + "type": "string" + }, + "type": "array" + }, + "verbs": { + "description": "Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. \"*\" means all.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "verbs" + ], + "type": "object" + }, + "io.k8s.api.authorization.v1beta1.SelfSubjectAccessReview": { + "description": "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 action", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.authorization.v1beta1.SelfSubjectAccessReviewSpec", + "description": "Spec holds information about the request being evaluated. user and groups must be empty" + }, + "status": { + "$ref": "#/definitions/io.k8s.api.authorization.v1beta1.SubjectAccessReviewStatus", + "description": "Status is filled in by the server and indicates whether the request is allowed or not" + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "authorization.k8s.io", + "kind": "SelfSubjectAccessReview", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.authorization.v1beta1.SelfSubjectAccessReviewSpec": { + "description": "SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set", + "properties": { + "nonResourceAttributes": { + "$ref": "#/definitions/io.k8s.api.authorization.v1beta1.NonResourceAttributes", + "description": "NonResourceAttributes describes information for a non-resource access request" + }, + "resourceAttributes": { + "$ref": "#/definitions/io.k8s.api.authorization.v1beta1.ResourceAttributes", + "description": "ResourceAuthorizationAttributes describes information for a resource access request" + } + }, + "type": "object" + }, + "io.k8s.api.authorization.v1beta1.SelfSubjectRulesReview": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.authorization.v1beta1.SelfSubjectRulesReviewSpec", + "description": "Spec holds information about the request being evaluated." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.authorization.v1beta1.SubjectRulesReviewStatus", + "description": "Status is filled in by the server and indicates the set of actions a user can perform." + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "authorization.k8s.io", + "kind": "SelfSubjectRulesReview", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.authorization.v1beta1.SelfSubjectRulesReviewSpec": { + "properties": { + "namespace": { + "description": "Namespace to evaluate rules for. Required.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.authorization.v1beta1.SubjectAccessReview": { + "description": "SubjectAccessReview checks whether or not a user or group can perform an action.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.authorization.v1beta1.SubjectAccessReviewSpec", + "description": "Spec holds information about the request being evaluated" + }, + "status": { + "$ref": "#/definitions/io.k8s.api.authorization.v1beta1.SubjectAccessReviewStatus", + "description": "Status is filled in by the server and indicates whether the request is allowed or not" + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "authorization.k8s.io", + "kind": "SubjectAccessReview", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.authorization.v1beta1.SubjectAccessReviewSpec": { + "description": "SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set", + "properties": { + "extra": { + "additionalProperties": { + "items": { + "type": "string" + }, + "type": "array" + }, + "description": "Extra corresponds to the user.Info.GetExtra() method from the authenticator. Since that is input to the authorizer it needs a reflection here.", + "type": "object" + }, + "group": { + "description": "Groups is the groups you're testing for.", + "items": { + "type": "string" + }, + "type": "array" + }, + "nonResourceAttributes": { + "$ref": "#/definitions/io.k8s.api.authorization.v1beta1.NonResourceAttributes", + "description": "NonResourceAttributes describes information for a non-resource access request" + }, + "resourceAttributes": { + "$ref": "#/definitions/io.k8s.api.authorization.v1beta1.ResourceAttributes", + "description": "ResourceAuthorizationAttributes describes information for a resource access request" + }, + "uid": { + "description": "UID information about the requesting user.", + "type": "string" + }, + "user": { + "description": "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", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.authorization.v1beta1.SubjectAccessReviewStatus": { + "description": "SubjectAccessReviewStatus", + "properties": { + "allowed": { + "description": "Allowed is required. True if the action would be allowed, false otherwise.", + "type": "boolean" + }, + "denied": { + "description": "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.", + "type": "boolean" + }, + "evaluationError": { + "description": "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.", + "type": "string" + }, + "reason": { + "description": "Reason is optional. It indicates why a request was allowed or denied.", + "type": "string" + } + }, + "required": [ + "allowed" + ], + "type": "object" + }, + "io.k8s.api.authorization.v1beta1.SubjectRulesReviewStatus": { + "description": "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.", + "properties": { + "evaluationError": { + "description": "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.", + "type": "string" + }, + "incomplete": { + "description": "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.", + "type": "boolean" + }, + "nonResourceRules": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.authorization.v1beta1.NonResourceRule" + }, + "type": "array" + }, + "resourceRules": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.authorization.v1beta1.ResourceRule" + }, + "type": "array" + } + }, + "required": [ + "resourceRules", + "nonResourceRules", + "incomplete" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v1.CrossVersionObjectReference": { + "description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.", + "properties": { + "apiVersion": { + "description": "API version of the referent", + "type": "string" + }, + "kind": { + "description": "Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\"", + "type": "string" + }, + "name": { + "description": "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names", + "type": "string" + } + }, + "required": [ + "kind", + "name" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler": { + "description": "configuration of a horizontal pod autoscaler.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerSpec", + "description": "behaviour of autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerStatus", + "description": "current information about the autoscaler." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "autoscaling", + "kind": "HorizontalPodAutoscaler", + "version": "v1" + } + ] + }, + "io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerList": { + "description": "list of horizontal pod autoscaler objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "list of horizontal pod autoscaler objects.", + "items": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "autoscaling", + "kind": "HorizontalPodAutoscalerList", + "version": "v1" + } + ] + }, + "io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerSpec": { + "description": "specification of a horizontal pod autoscaler.", + "properties": { + "maxReplicas": { + "description": "upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas.", + "format": "int32", + "type": "integer" + }, + "minReplicas": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "scaleTargetRef": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v1.CrossVersionObjectReference", + "description": "reference to scaled resource; horizontal pod autoscaler will learn the current resource consumption and will set the desired number of pods by using its Scale subresource." + }, + "targetCPUUtilizationPercentage": { + "description": "target average CPU utilization (represented as a percentage of requested CPU) over all the pods; if not specified the default autoscaling policy will be used.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "scaleTargetRef", + "maxReplicas" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerStatus": { + "description": "current status of a horizontal pod autoscaler", + "properties": { + "currentCPUUtilizationPercentage": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "currentReplicas": { + "description": "current number of replicas of pods managed by this autoscaler.", + "format": "int32", + "type": "integer" + }, + "desiredReplicas": { + "description": "desired number of replicas of pods managed by this autoscaler.", + "format": "int32", + "type": "integer" + }, + "lastScaleTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed." + }, + "observedGeneration": { + "description": "most recent generation observed by this autoscaler.", + "format": "int64", + "type": "integer" + } + }, + "required": [ + "currentReplicas", + "desiredReplicas" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v1.Scale": { + "description": "Scale represents a scaling request for a resource.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v1.ScaleSpec", + "description": "defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v1.ScaleStatus", + "description": "current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "autoscaling", + "kind": "Scale", + "version": "v1" + } + ] + }, + "io.k8s.api.autoscaling.v1.ScaleSpec": { + "description": "ScaleSpec describes the attributes of a scale subresource.", + "properties": { + "replicas": { + "description": "desired number of instances for the scaled object.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.autoscaling.v1.ScaleStatus": { + "description": "ScaleStatus represents the current status of a scale subresource.", + "properties": { + "replicas": { + "description": "actual number of observed instances of the scaled object.", + "format": "int32", + "type": "integer" + }, + "selector": { + "description": "label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors", + "type": "string" + } + }, + "required": [ + "replicas" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta1.CrossVersionObjectReference": { + "description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.", + "properties": { + "apiVersion": { + "description": "API version of the referent", + "type": "string" + }, + "kind": { + "description": "Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\"", + "type": "string" + }, + "name": { + "description": "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names", + "type": "string" + } + }, + "required": [ + "kind", + "name" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta1.ExternalMetricSource": { + "description": "ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Exactly one \"target\" type should be set.", + "properties": { + "metricName": { + "description": "metricName is the name of the metric in question.", + "type": "string" + }, + "metricSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "metricSelector is used to identify a specific time series within a given metric." + }, + "targetAverageValue": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue." + }, + "targetValue": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue." + } + }, + "required": [ + "metricName" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta1.ExternalMetricStatus": { + "description": "ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.", + "properties": { + "currentAverageValue": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "currentAverageValue is the current value of metric averaged over autoscaled pods." + }, + "currentValue": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "currentValue is the current value of the metric (as a quantity)" + }, + "metricName": { + "description": "metricName is the name of a metric used for autoscaling in metric system.", + "type": "string" + }, + "metricSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "metricSelector is used to identify a specific time series within a given metric." + } + }, + "required": [ + "metricName", + "currentValue" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerStatus", + "description": "status is the current information about the autoscaler." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "autoscaling", + "kind": "HorizontalPodAutoscaler", + "version": "v2beta1" + } + ] + }, + "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerCondition": { + "description": "HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "lastTransitionTime is the last time the condition transitioned from one status to another" + }, + "message": { + "description": "message is a human-readable explanation containing details about the transition", + "type": "string" + }, + "reason": { + "description": "reason is the reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "status is the status of the condition (True, False, Unknown)", + "type": "string" + }, + "type": { + "description": "type describes the current condition", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerList": { + "description": "HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "items is the list of horizontal pod autoscaler objects.", + "items": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "metadata is the standard list metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "autoscaling", + "kind": "HorizontalPodAutoscalerList", + "version": "v2beta1" + } + ] + }, + "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec": { + "description": "HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.", + "properties": { + "maxReplicas": { + "description": "maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.", + "format": "int32", + "type": "integer" + }, + "metrics": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.MetricSpec" + }, + "type": "array" + }, + "minReplicas": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "scaleTargetRef": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.CrossVersionObjectReference", + "description": "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." + } + }, + "required": [ + "scaleTargetRef", + "maxReplicas" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerStatus": { + "description": "HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.", + "properties": { + "conditions": { + "description": "conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.", + "items": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerCondition" + }, + "type": "array" + }, + "currentMetrics": { + "description": "currentMetrics is the last read state of the metrics used by this autoscaler.", + "items": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.MetricStatus" + }, + "type": "array" + }, + "currentReplicas": { + "description": "currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.", + "format": "int32", + "type": "integer" + }, + "desiredReplicas": { + "description": "desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.", + "format": "int32", + "type": "integer" + }, + "lastScaleTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed." + }, + "observedGeneration": { + "description": "observedGeneration is the most recent generation observed by this autoscaler.", + "format": "int64", + "type": "integer" + } + }, + "required": [ + "currentReplicas", + "desiredReplicas", + "conditions" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta1.MetricSpec": { + "description": "MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).", + "properties": { + "external": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.ExternalMetricSource", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.ObjectMetricSource", + "description": "object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object)." + }, + "pods": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.PodsMetricSource", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.ResourceMetricSource", + "description": "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": { + "description": "type is the type of metric source. It should be one of \"Object\", \"Pods\" or \"Resource\", each mapping to a matching field in the object.", + "type": "string" + } + }, + "required": [ + "type" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta1.MetricStatus": { + "description": "MetricStatus describes the last-read state of a single metric.", + "properties": { + "external": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.ExternalMetricStatus", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.ObjectMetricStatus", + "description": "object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object)." + }, + "pods": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.PodsMetricStatus", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.ResourceMetricStatus", + "description": "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": { + "description": "type is the type of metric source. It will be one of \"Object\", \"Pods\" or \"Resource\", each corresponds to a matching field in the object.", + "type": "string" + } + }, + "required": [ + "type" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta1.ObjectMetricSource": { + "description": "ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).", + "properties": { + "averageValue": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "averageValue is the target value of the average of the metric across all relevant pods (as a quantity)" + }, + "metricName": { + "description": "metricName is the name of the metric in question.", + "type": "string" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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." + }, + "target": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.CrossVersionObjectReference", + "description": "target is the described Kubernetes object." + }, + "targetValue": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "targetValue is the target value of the metric (as a quantity)." + } + }, + "required": [ + "target", + "metricName", + "targetValue" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta1.ObjectMetricStatus": { + "description": "ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).", + "properties": { + "averageValue": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "averageValue is the current value of the average of the metric across all relevant pods (as a quantity)" + }, + "currentValue": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "currentValue is the current value of the metric (as a quantity)." + }, + "metricName": { + "description": "metricName is the name of the metric in question.", + "type": "string" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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." + }, + "target": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta1.CrossVersionObjectReference", + "description": "target is the described Kubernetes object." + } + }, + "required": [ + "target", + "metricName", + "currentValue" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta1.PodsMetricSource": { + "description": "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.", + "properties": { + "metricName": { + "description": "metricName is the name of the metric in question", + "type": "string" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)" + } + }, + "required": [ + "metricName", + "targetAverageValue" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta1.PodsMetricStatus": { + "description": "PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).", + "properties": { + "currentAverageValue": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)" + }, + "metricName": { + "description": "metricName is the name of the metric in question", + "type": "string" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the PodsMetricSource, 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." + } + }, + "required": [ + "metricName", + "currentAverageValue" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta1.ResourceMetricSource": { + "description": "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.", + "properties": { + "name": { + "description": "name is the name of the resource in question.", + "type": "string" + }, + "targetAverageUtilization": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "targetAverageValue": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "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." + } + }, + "required": [ + "name" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta1.ResourceMetricStatus": { + "description": "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.", + "properties": { + "currentAverageUtilization": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "currentAverageValue": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "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." + }, + "name": { + "description": "name is the name of the resource in question.", + "type": "string" + } + }, + "required": [ + "name", + "currentAverageValue" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.CrossVersionObjectReference": { + "description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.", + "properties": { + "apiVersion": { + "description": "API version of the referent", + "type": "string" + }, + "kind": { + "description": "Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\"", + "type": "string" + }, + "name": { + "description": "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names", + "type": "string" + } + }, + "required": [ + "kind", + "name" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.ExternalMetricSource": { + "description": "ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).", + "properties": { + "metric": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricIdentifier", + "description": "metric identifies the target metric by name and selector" + }, + "target": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricTarget", + "description": "target specifies the target value for the given metric" + } + }, + "required": [ + "metric", + "target" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.ExternalMetricStatus": { + "description": "ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.", + "properties": { + "current": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricValueStatus", + "description": "current contains the current value for the given metric" + }, + "metric": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricIdentifier", + "description": "metric identifies the target metric by name and selector" + } + }, + "required": [ + "metric", + "current" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerStatus", + "description": "status is the current information about the autoscaler." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "autoscaling", + "kind": "HorizontalPodAutoscaler", + "version": "v2beta2" + } + ] + }, + "io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerCondition": { + "description": "HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "lastTransitionTime is the last time the condition transitioned from one status to another" + }, + "message": { + "description": "message is a human-readable explanation containing details about the transition", + "type": "string" + }, + "reason": { + "description": "reason is the reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "status is the status of the condition (True, False, Unknown)", + "type": "string" + }, + "type": { + "description": "type describes the current condition", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerList": { + "description": "HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "items is the list of horizontal pod autoscaler objects.", + "items": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "metadata is the standard list metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "autoscaling", + "kind": "HorizontalPodAutoscalerList", + "version": "v2beta2" + } + ] + }, + "io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerSpec": { + "description": "HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.", + "properties": { + "maxReplicas": { + "description": "maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.", + "format": "int32", + "type": "integer" + }, + "metrics": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricSpec" + }, + "type": "array" + }, + "minReplicas": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "scaleTargetRef": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.CrossVersionObjectReference", + "description": "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." + } + }, + "required": [ + "scaleTargetRef", + "maxReplicas" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerStatus": { + "description": "HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.", + "properties": { + "conditions": { + "description": "conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.", + "items": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerCondition" + }, + "type": "array" + }, + "currentMetrics": { + "description": "currentMetrics is the last read state of the metrics used by this autoscaler.", + "items": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricStatus" + }, + "type": "array" + }, + "currentReplicas": { + "description": "currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.", + "format": "int32", + "type": "integer" + }, + "desiredReplicas": { + "description": "desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.", + "format": "int32", + "type": "integer" + }, + "lastScaleTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed." + }, + "observedGeneration": { + "description": "observedGeneration is the most recent generation observed by this autoscaler.", + "format": "int64", + "type": "integer" + } + }, + "required": [ + "currentReplicas", + "desiredReplicas", + "conditions" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.MetricIdentifier": { + "description": "MetricIdentifier defines the name and optionally selector for a metric", + "properties": { + "name": { + "description": "name is the name of the given metric", + "type": "string" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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." + } + }, + "required": [ + "name" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.MetricSpec": { + "description": "MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).", + "properties": { + "external": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.ExternalMetricSource", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.ObjectMetricSource", + "description": "object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object)." + }, + "pods": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.PodsMetricSource", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.ResourceMetricSource", + "description": "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": { + "description": "type is the type of metric source. It should be one of \"Object\", \"Pods\" or \"Resource\", each mapping to a matching field in the object.", + "type": "string" + } + }, + "required": [ + "type" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.MetricStatus": { + "description": "MetricStatus describes the last-read state of a single metric.", + "properties": { + "external": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.ExternalMetricStatus", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.ObjectMetricStatus", + "description": "object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object)." + }, + "pods": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.PodsMetricStatus", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.ResourceMetricStatus", + "description": "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": { + "description": "type is the type of metric source. It will be one of \"Object\", \"Pods\" or \"Resource\", each corresponds to a matching field in the object.", + "type": "string" + } + }, + "required": [ + "type" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.MetricTarget": { + "description": "MetricTarget defines the target value, average value, or average utilization of a specific metric", + "properties": { + "averageUtilization": { + "description": "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", + "format": "int32", + "type": "integer" + }, + "averageValue": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "averageValue is the target value of the average of the metric across all relevant pods (as a quantity)" + }, + "type": { + "description": "type represents whether the metric type is Utilization, Value, or AverageValue", + "type": "string" + }, + "value": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "value is the target value of the metric (as a quantity)." + } + }, + "required": [ + "type" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.MetricValueStatus": { + "description": "MetricValueStatus holds the current value for a metric", + "properties": { + "averageUtilization": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "averageValue": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "averageValue is the current value of the average of the metric across all relevant pods (as a quantity)" + }, + "value": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "value is the current value of the metric (as a quantity)." + } + }, + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.ObjectMetricSource": { + "description": "ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).", + "properties": { + "describedObject": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.CrossVersionObjectReference" + }, + "metric": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricIdentifier", + "description": "metric identifies the target metric by name and selector" + }, + "target": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricTarget", + "description": "target specifies the target value for the given metric" + } + }, + "required": [ + "describedObject", + "target", + "metric" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.ObjectMetricStatus": { + "description": "ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).", + "properties": { + "current": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricValueStatus", + "description": "current contains the current value for the given metric" + }, + "describedObject": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.CrossVersionObjectReference" + }, + "metric": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricIdentifier", + "description": "metric identifies the target metric by name and selector" + } + }, + "required": [ + "metric", + "current", + "describedObject" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.PodsMetricSource": { + "description": "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.", + "properties": { + "metric": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricIdentifier", + "description": "metric identifies the target metric by name and selector" + }, + "target": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricTarget", + "description": "target specifies the target value for the given metric" + } + }, + "required": [ + "metric", + "target" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.PodsMetricStatus": { + "description": "PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).", + "properties": { + "current": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricValueStatus", + "description": "current contains the current value for the given metric" + }, + "metric": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricIdentifier", + "description": "metric identifies the target metric by name and selector" + } + }, + "required": [ + "metric", + "current" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.ResourceMetricSource": { + "description": "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.", + "properties": { + "name": { + "description": "name is the name of the resource in question.", + "type": "string" + }, + "target": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricTarget", + "description": "target specifies the target value for the given metric" + } + }, + "required": [ + "name", + "target" + ], + "type": "object" + }, + "io.k8s.api.autoscaling.v2beta2.ResourceMetricStatus": { + "description": "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.", + "properties": { + "current": { + "$ref": "#/definitions/io.k8s.api.autoscaling.v2beta2.MetricValueStatus", + "description": "current contains the current value for the given metric" + }, + "name": { + "description": "Name is the name of the resource in question.", + "type": "string" + } + }, + "required": [ + "name", + "current" + ], + "type": "object" + }, + "io.k8s.api.batch.v1.Job": { + "description": "Job represents the configuration of a single job.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.batch.v1.JobSpec", + "description": "Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" + }, + "status": { + "$ref": "#/definitions/io.k8s.api.batch.v1.JobStatus", + "description": "Current status of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "batch", + "kind": "Job", + "version": "v1" + } + ] + }, + "io.k8s.api.batch.v1.JobCondition": { + "description": "JobCondition describes current state of a job.", + "properties": { + "lastProbeTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition was checked." + }, + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transit from one status to another." + }, + "message": { + "description": "Human readable message indicating details about last transition.", + "type": "string" + }, + "reason": { + "description": "(brief) reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of job condition, Complete or Failed.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.batch.v1.JobList": { + "description": "JobList is a collection of jobs.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "items is the list of Jobs.", + "items": { + "$ref": "#/definitions/io.k8s.api.batch.v1.Job" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "batch", + "kind": "JobList", + "version": "v1" + } + ] + }, + "io.k8s.api.batch.v1.JobSpec": { + "description": "JobSpec describes how the job execution will look like.", + "properties": { + "activeDeadlineSeconds": { + "description": "Specifies the duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer", + "format": "int64", + "type": "integer" + }, + "backoffLimit": { + "description": "Specifies the number of retries before marking this job failed. Defaults to 6", + "format": "int32", + "type": "integer" + }, + "completions": { + "description": "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/", + "format": "int32", + "type": "integer" + }, + "manualSelector": { + "description": "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", + "type": "boolean" + }, + "parallelism": { + "description": "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/", + "format": "int32", + "type": "integer" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "Describes the pod that will be created when executing a job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/" + }, + "ttlSecondsAfterFinished": { + "description": "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.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "template" + ], + "type": "object" + }, + "io.k8s.api.batch.v1.JobStatus": { + "description": "JobStatus represents the current state of a Job.", + "properties": { + "active": { + "description": "The number of actively running pods.", + "format": "int32", + "type": "integer" + }, + "completionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "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." + }, + "conditions": { + "description": "The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/", + "items": { + "$ref": "#/definitions/io.k8s.api.batch.v1.JobCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "failed": { + "description": "The number of pods which reached phase Failed.", + "format": "int32", + "type": "integer" + }, + "startTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Represents time when the job was acknowledged by the job controller. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC." + }, + "succeeded": { + "description": "The number of pods which reached phase Succeeded.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.batch.v1beta1.CronJob": { + "description": "CronJob represents the configuration of a single cron job.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.batch.v1beta1.CronJobSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.batch.v1beta1.CronJobStatus", + "description": "Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "batch", + "kind": "CronJob", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.batch.v1beta1.CronJobList": { + "description": "CronJobList is a collection of cron jobs.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "items is the list of CronJobs.", + "items": { + "$ref": "#/definitions/io.k8s.api.batch.v1beta1.CronJob" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "batch", + "kind": "CronJobList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.batch.v1beta1.CronJobSpec": { + "description": "CronJobSpec describes how the job execution will look like and when it will actually run.", + "properties": { + "concurrencyPolicy": { + "description": "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", + "type": "string" + }, + "failedJobsHistoryLimit": { + "description": "The number of failed finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.", + "format": "int32", + "type": "integer" + }, + "jobTemplate": { + "$ref": "#/definitions/io.k8s.api.batch.v1beta1.JobTemplateSpec", + "description": "Specifies the job that will be created when executing a CronJob." + }, + "schedule": { + "description": "The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron.", + "type": "string" + }, + "startingDeadlineSeconds": { + "description": "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.", + "format": "int64", + "type": "integer" + }, + "successfulJobsHistoryLimit": { + "description": "The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. Defaults to 3.", + "format": "int32", + "type": "integer" + }, + "suspend": { + "description": "This flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false.", + "type": "boolean" + } + }, + "required": [ + "schedule", + "jobTemplate" + ], + "type": "object" + }, + "io.k8s.api.batch.v1beta1.CronJobStatus": { + "description": "CronJobStatus represents the current state of a cron job.", + "properties": { + "active": { + "description": "A list of pointers to currently running jobs.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" + }, + "type": "array" + }, + "lastScheduleTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Information when was the last time the job was successfully scheduled." + } + }, + "type": "object" + }, + "io.k8s.api.batch.v1beta1.JobTemplateSpec": { + "description": "JobTemplateSpec describes the data a Job should have when created from a template", + "properties": { + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "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" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.batch.v1.JobSpec", + "description": "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" + } + }, + "type": "object" + }, + "io.k8s.api.batch.v2alpha1.CronJob": { + "description": "CronJob represents the configuration of a single cron job.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.batch.v2alpha1.CronJobSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.batch.v2alpha1.CronJobStatus", + "description": "Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "batch", + "kind": "CronJob", + "version": "v2alpha1" + } + ] + }, + "io.k8s.api.batch.v2alpha1.CronJobList": { + "description": "CronJobList is a collection of cron jobs.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "items is the list of CronJobs.", + "items": { + "$ref": "#/definitions/io.k8s.api.batch.v2alpha1.CronJob" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "batch", + "kind": "CronJobList", + "version": "v2alpha1" + } + ] + }, + "io.k8s.api.batch.v2alpha1.CronJobSpec": { + "description": "CronJobSpec describes how the job execution will look like and when it will actually run.", + "properties": { + "concurrencyPolicy": { + "description": "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", + "type": "string" + }, + "failedJobsHistoryLimit": { + "description": "The number of failed finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified.", + "format": "int32", + "type": "integer" + }, + "jobTemplate": { + "$ref": "#/definitions/io.k8s.api.batch.v2alpha1.JobTemplateSpec", + "description": "Specifies the job that will be created when executing a CronJob." + }, + "schedule": { + "description": "The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron.", + "type": "string" + }, + "startingDeadlineSeconds": { + "description": "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.", + "format": "int64", + "type": "integer" + }, + "successfulJobsHistoryLimit": { + "description": "The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified.", + "format": "int32", + "type": "integer" + }, + "suspend": { + "description": "This flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false.", + "type": "boolean" + } + }, + "required": [ + "schedule", + "jobTemplate" + ], + "type": "object" + }, + "io.k8s.api.batch.v2alpha1.CronJobStatus": { + "description": "CronJobStatus represents the current state of a cron job.", + "properties": { + "active": { + "description": "A list of pointers to currently running jobs.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" + }, + "type": "array" + }, + "lastScheduleTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Information when was the last time the job was successfully scheduled." + } + }, + "type": "object" + }, + "io.k8s.api.batch.v2alpha1.JobTemplateSpec": { + "description": "JobTemplateSpec describes the data a Job should have when created from a template", + "properties": { + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "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" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.batch.v1.JobSpec", + "description": "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" + } + }, + "type": "object" + }, + "io.k8s.api.certificates.v1beta1.CertificateSigningRequest": { + "description": "Describes a certificate signing request", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequestSpec", + "description": "The certificate request itself and any additional information." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequestStatus", + "description": "Derived information about the request." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "certificates.k8s.io", + "kind": "CertificateSigningRequest", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.certificates.v1beta1.CertificateSigningRequestCondition": { + "properties": { + "lastUpdateTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "timestamp for the last update to this condition" + }, + "message": { + "description": "human readable message with details about the request state", + "type": "string" + }, + "reason": { + "description": "brief reason for the request state", + "type": "string" + }, + "type": { + "description": "request approval state, currently Approved or Denied.", + "type": "string" + } + }, + "required": [ + "type" + ], + "type": "object" + }, + "io.k8s.api.certificates.v1beta1.CertificateSigningRequestList": { + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "items": { + "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "certificates.k8s.io", + "kind": "CertificateSigningRequestList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.certificates.v1beta1.CertificateSigningRequestSpec": { + "description": "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.", + "properties": { + "extra": { + "additionalProperties": { + "items": { + "type": "string" + }, + "type": "array" + }, + "description": "Extra information about the requesting user. See user.Info interface for details.", + "type": "object" + }, + "groups": { + "description": "Group information about the requesting user. See user.Info interface for details.", + "items": { + "type": "string" + }, + "type": "array" + }, + "request": { + "description": "Base64-encoded PKCS#10 CSR data", + "format": "byte", + "type": "string" + }, + "uid": { + "description": "UID information about the requesting user. See user.Info interface for details.", + "type": "string" + }, + "usages": { + "description": "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\n https://tools.ietf.org/html/rfc5280#section-4.2.1.12", + "items": { + "type": "string" + }, + "type": "array" + }, + "username": { + "description": "Information about the requesting user. See user.Info interface for details.", + "type": "string" + } + }, + "required": [ + "request" + ], + "type": "object" + }, + "io.k8s.api.certificates.v1beta1.CertificateSigningRequestStatus": { + "properties": { + "certificate": { + "description": "If request was approved, the controller will place the issued certificate here.", + "format": "byte", + "type": "string" + }, + "conditions": { + "description": "Conditions applied to the request, such as approval or denial.", + "items": { + "$ref": "#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequestCondition" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.coordination.v1.Lease": { + "description": "Lease defines a lease concept.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.coordination.v1.LeaseSpec", + "description": "Specification of the Lease. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "coordination.k8s.io", + "kind": "Lease", + "version": "v1" + } + ] + }, + "io.k8s.api.coordination.v1.LeaseList": { + "description": "LeaseList is a list of Lease objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of schema objects.", + "items": { + "$ref": "#/definitions/io.k8s.api.coordination.v1.Lease" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "coordination.k8s.io", + "kind": "LeaseList", + "version": "v1" + } + ] + }, + "io.k8s.api.coordination.v1.LeaseSpec": { + "description": "LeaseSpec is a specification of a Lease.", + "properties": { + "acquireTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "description": "acquireTime is a time when the current lease was acquired." + }, + "holderIdentity": { + "description": "holderIdentity contains the identity of the holder of a current lease.", + "type": "string" + }, + "leaseDurationSeconds": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "leaseTransitions": { + "description": "leaseTransitions is the number of transitions of a lease between holders.", + "format": "int32", + "type": "integer" + }, + "renewTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "description": "renewTime is a time when the current holder of a lease has last updated the lease." + } + }, + "type": "object" + }, + "io.k8s.api.coordination.v1beta1.Lease": { + "description": "Lease defines a lease concept.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.coordination.v1beta1.LeaseSpec", + "description": "Specification of the Lease. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "coordination.k8s.io", + "kind": "Lease", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.coordination.v1beta1.LeaseList": { + "description": "LeaseList is a list of Lease objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of schema objects.", + "items": { + "$ref": "#/definitions/io.k8s.api.coordination.v1beta1.Lease" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "coordination.k8s.io", + "kind": "LeaseList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.coordination.v1beta1.LeaseSpec": { + "description": "LeaseSpec is a specification of a Lease.", + "properties": { + "acquireTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "description": "acquireTime is a time when the current lease was acquired." + }, + "holderIdentity": { + "description": "holderIdentity contains the identity of the holder of a current lease.", + "type": "string" + }, + "leaseDurationSeconds": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "leaseTransitions": { + "description": "leaseTransitions is the number of transitions of a lease between holders.", + "format": "int32", + "type": "integer" + }, + "renewTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "description": "renewTime is a time when the current holder of a lease has last updated the lease." + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource": { + "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.", + "properties": { + "fsType": { + "description": "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#awselasticblockstore", + "type": "string" + }, + "partition": { + "description": "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).", + "format": "int32", + "type": "integer" + }, + "readOnly": { + "description": "Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\". If omitted, the default is \"false\". More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", + "type": "boolean" + }, + "volumeID": { + "description": "Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", + "type": "string" + } + }, + "required": [ + "volumeID" + ], + "type": "object" + }, + "io.k8s.api.core.v1.Affinity": { + "description": "Affinity is a group of affinity scheduling rules.", + "properties": { + "nodeAffinity": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeAffinity", + "description": "Describes node affinity scheduling rules for the pod." + }, + "podAffinity": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodAffinity", + "description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))." + }, + "podAntiAffinity": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodAntiAffinity", + "description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s))." + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.AttachedVolume": { + "description": "AttachedVolume describes a volume attached to a node", + "properties": { + "devicePath": { + "description": "DevicePath represents the device path where the volume should be available", + "type": "string" + }, + "name": { + "description": "Name of the attached volume", + "type": "string" + } + }, + "required": [ + "name", + "devicePath" + ], + "type": "object" + }, + "io.k8s.api.core.v1.AzureDiskVolumeSource": { + "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.", + "properties": { + "cachingMode": { + "description": "Host Caching mode: None, Read Only, Read Write.", + "type": "string" + }, + "diskName": { + "description": "The Name of the data disk in the blob storage", + "type": "string" + }, + "diskURI": { + "description": "The URI the data disk in the blob storage", + "type": "string" + }, + "fsType": { + "description": "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.", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "readOnly": { + "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", + "type": "boolean" + } + }, + "required": [ + "diskName", + "diskURI" + ], + "type": "object" + }, + "io.k8s.api.core.v1.AzureFilePersistentVolumeSource": { + "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.", + "properties": { + "readOnly": { + "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", + "type": "boolean" + }, + "secretName": { + "description": "the name of secret that contains Azure Storage Account Name and Key", + "type": "string" + }, + "secretNamespace": { + "description": "the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod", + "type": "string" + }, + "shareName": { + "description": "Share Name", + "type": "string" + } + }, + "required": [ + "secretName", + "shareName" + ], + "type": "object" + }, + "io.k8s.api.core.v1.AzureFileVolumeSource": { + "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.", + "properties": { + "readOnly": { + "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", + "type": "boolean" + }, + "secretName": { + "description": "the name of secret that contains Azure Storage Account Name and Key", + "type": "string" + }, + "shareName": { + "description": "Share Name", + "type": "string" + } + }, + "required": [ + "secretName", + "shareName" + ], + "type": "object" + }, + "io.k8s.api.core.v1.Binding": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "target": { + "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference", + "description": "The target object that you want to bind to the standard object." + } + }, + "required": [ + "target" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "Binding", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.CSIPersistentVolumeSource": { + "description": "Represents storage that is managed by an external CSI volume driver (Beta feature)", + "properties": { + "controllerExpandSecretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecretReference", + "description": "ControllerExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerExpandVolume call. This is an alpha field and requires enabling ExpandCSIVolumes feature gate. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed." + }, + "controllerPublishSecretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecretReference", + "description": "ControllerPublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerPublishVolume and ControllerUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed." + }, + "driver": { + "description": "Driver is the name of the driver to use for this volume. Required.", + "type": "string" + }, + "fsType": { + "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\".", + "type": "string" + }, + "nodePublishSecretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecretReference", + "description": "NodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed." + }, + "nodeStageSecretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecretReference", + "description": "NodeStageSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeStageVolume and NodeStageVolume and NodeUnstageVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed." + }, + "readOnly": { + "description": "Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).", + "type": "boolean" + }, + "volumeAttributes": { + "additionalProperties": { + "type": "string" + }, + "description": "Attributes of the volume to publish.", + "type": "object" + }, + "volumeHandle": { + "description": "VolumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.", + "type": "string" + } + }, + "required": [ + "driver", + "volumeHandle" + ], + "type": "object" + }, + "io.k8s.api.core.v1.CSIVolumeSource": { + "description": "Represents a source location of a volume to mount, managed by an external CSI driver", + "properties": { + "driver": { + "description": "Driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.", + "type": "string" + }, + "fsType": { + "description": "Filesystem type to mount. Ex. \"ext4\", \"xfs\", \"ntfs\". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.", + "type": "string" + }, + "nodePublishSecretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "description": "NodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secret references are passed." + }, + "readOnly": { + "description": "Specifies a read-only configuration for the volume. Defaults to false (read/write).", + "type": "boolean" + }, + "volumeAttributes": { + "additionalProperties": { + "type": "string" + }, + "description": "VolumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.", + "type": "object" + } + }, + "required": [ + "driver" + ], + "type": "object" + }, + "io.k8s.api.core.v1.Capabilities": { + "description": "Adds and removes POSIX capabilities from running containers.", + "properties": { + "add": { + "description": "Added capabilities", + "items": { + "type": "string" + }, + "type": "array" + }, + "drop": { + "description": "Removed capabilities", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.CephFSPersistentVolumeSource": { + "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.", + "properties": { + "monitors": { + "description": "Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", + "items": { + "type": "string" + }, + "type": "array" + }, + "path": { + "description": "Optional: Used as the mounted root, rather than the full Ceph tree, default is /", + "type": "string" + }, + "readOnly": { + "description": "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", + "type": "boolean" + }, + "secretFile": { + "description": "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", + "type": "string" + }, + "secretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecretReference", + "description": "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": { + "description": "Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", + "type": "string" + } + }, + "required": [ + "monitors" + ], + "type": "object" + }, + "io.k8s.api.core.v1.CephFSVolumeSource": { + "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.", + "properties": { + "monitors": { + "description": "Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", + "items": { + "type": "string" + }, + "type": "array" + }, + "path": { + "description": "Optional: Used as the mounted root, rather than the full Ceph tree, default is /", + "type": "string" + }, + "readOnly": { + "description": "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", + "type": "boolean" + }, + "secretFile": { + "description": "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", + "type": "string" + }, + "secretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "description": "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": { + "description": "Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", + "type": "string" + } + }, + "required": [ + "monitors" + ], + "type": "object" + }, + "io.k8s.api.core.v1.CinderPersistentVolumeSource": { + "description": "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.", + "properties": { + "fsType": { + "description": "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", + "type": "string" + }, + "readOnly": { + "description": "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", + "type": "boolean" + }, + "secretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecretReference", + "description": "Optional: points to a secret object containing parameters used to connect to OpenStack." + }, + "volumeID": { + "description": "volume id used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", + "type": "string" + } + }, + "required": [ + "volumeID" + ], + "type": "object" + }, + "io.k8s.api.core.v1.CinderVolumeSource": { + "description": "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.", + "properties": { + "fsType": { + "description": "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", + "type": "string" + }, + "readOnly": { + "description": "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", + "type": "boolean" + }, + "secretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "description": "Optional: points to a secret object containing parameters used to connect to OpenStack." + }, + "volumeID": { + "description": "volume id used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", + "type": "string" + } + }, + "required": [ + "volumeID" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ClientIPConfig": { + "description": "ClientIPConfig represents the configurations of Client IP based session affinity.", + "properties": { + "timeoutSeconds": { + "description": "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).", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.ComponentCondition": { + "description": "Information about the condition of a component.", + "properties": { + "error": { + "description": "Condition error code for a component. For example, a health check error code.", + "type": "string" + }, + "message": { + "description": "Message about the condition for a component. For example, information about a health check.", + "type": "string" + }, + "status": { + "description": "Status of the condition for a component. Valid values for \"Healthy\": \"True\", \"False\", or \"Unknown\".", + "type": "string" + }, + "type": { + "description": "Type of condition for a component. Valid value: \"Healthy\"", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ComponentStatus": { + "description": "ComponentStatus (and ComponentStatusList) holds the cluster validation info.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "conditions": { + "description": "List of component conditions observed", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ComponentCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "ComponentStatus", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.ComponentStatusList": { + "description": "Status of all the conditions for the component as a list of ComponentStatus objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of ComponentStatus objects.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ComponentStatus" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "ComponentStatusList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.ConfigMap": { + "description": "ConfigMap holds configuration data for pods to consume.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "binaryData": { + "additionalProperties": { + "format": "byte", + "type": "string" + }, + "description": "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.", + "type": "object" + }, + "data": { + "additionalProperties": { + "type": "string" + }, + "description": "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.", + "type": "object" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "ConfigMap", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.ConfigMapEnvSource": { + "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.", + "properties": { + "name": { + "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", + "type": "string" + }, + "optional": { + "description": "Specify whether the ConfigMap must be defined", + "type": "boolean" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.ConfigMapKeySelector": { + "description": "Selects a key from a ConfigMap.", + "properties": { + "key": { + "description": "The key to select.", + "type": "string" + }, + "name": { + "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", + "type": "string" + }, + "optional": { + "description": "Specify whether the ConfigMap or its key must be defined", + "type": "boolean" + } + }, + "required": [ + "key" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ConfigMapList": { + "description": "ConfigMapList is a resource containing a list of ConfigMap objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of ConfigMaps.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMap" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "ConfigMapList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.ConfigMapNodeConfigSource": { + "description": "ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.", + "properties": { + "kubeletConfigKey": { + "description": "KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.", + "type": "string" + }, + "name": { + "description": "Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.", + "type": "string" + }, + "namespace": { + "description": "Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.", + "type": "string" + }, + "resourceVersion": { + "description": "ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", + "type": "string" + }, + "uid": { + "description": "UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", + "type": "string" + } + }, + "required": [ + "namespace", + "name", + "kubeletConfigKey" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ConfigMapProjection": { + "description": "Adapts a ConfigMap into a projected volume.\n\nThe 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.", + "properties": { + "items": { + "description": "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 '..'.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.KeyToPath" + }, + "type": "array" + }, + "name": { + "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", + "type": "string" + }, + "optional": { + "description": "Specify whether the ConfigMap or its keys must be defined", + "type": "boolean" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.ConfigMapVolumeSource": { + "description": "Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a 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. ConfigMap volumes support ownership management and SELinux relabeling.", + "properties": { + "defaultMode": { + "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. 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.", + "format": "int32", + "type": "integer" + }, + "items": { + "description": "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 '..'.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.KeyToPath" + }, + "type": "array" + }, + "name": { + "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", + "type": "string" + }, + "optional": { + "description": "Specify whether the ConfigMap or its keys must be defined", + "type": "boolean" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.Container": { + "description": "A single application container that you want to run within a pod.", + "properties": { + "args": { + "description": "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", + "items": { + "type": "string" + }, + "type": "array" + }, + "command": { + "description": "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", + "items": { + "type": "string" + }, + "type": "array" + }, + "env": { + "description": "List of environment variables to set in the container. Cannot be updated.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.EnvVar" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + }, + "envFrom": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.EnvFromSource" + }, + "type": "array" + }, + "image": { + "description": "Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.", + "type": "string" + }, + "imagePullPolicy": { + "description": "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", + "type": "string" + }, + "lifecycle": { + "$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle", + "description": "Actions that the management system should take in response to container lifecycle events. Cannot be updated." + }, + "livenessProbe": { + "$ref": "#/definitions/io.k8s.api.core.v1.Probe", + "description": "Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" + }, + "name": { + "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.", + "type": "string" + }, + "ports": { + "description": "List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ContainerPort" + }, + "type": "array", + "x-kubernetes-list-map-keys": [ + "containerPort", + "protocol" + ], + "x-kubernetes-list-type": "map", + "x-kubernetes-patch-merge-key": "containerPort", + "x-kubernetes-patch-strategy": "merge" + }, + "readinessProbe": { + "$ref": "#/definitions/io.k8s.api.core.v1.Probe", + "description": "Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" + }, + "resources": { + "$ref": "#/definitions/io.k8s.api.core.v1.ResourceRequirements", + "description": "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" + }, + "securityContext": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecurityContext", + "description": "Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/" + }, + "startupProbe": { + "$ref": "#/definitions/io.k8s.api.core.v1.Probe", + "description": "StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. This is an alpha feature enabled by the StartupProbe feature flag. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" + }, + "stdin": { + "description": "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.", + "type": "boolean" + }, + "stdinOnce": { + "description": "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", + "type": "boolean" + }, + "terminationMessagePath": { + "description": "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.", + "type": "string" + }, + "terminationMessagePolicy": { + "description": "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.", + "type": "string" + }, + "tty": { + "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.", + "type": "boolean" + }, + "volumeDevices": { + "description": "volumeDevices is the list of block devices to be used by the container. This is a beta feature.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.VolumeDevice" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "devicePath", + "x-kubernetes-patch-strategy": "merge" + }, + "volumeMounts": { + "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.VolumeMount" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "mountPath", + "x-kubernetes-patch-strategy": "merge" + }, + "workingDir": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "name" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ContainerImage": { + "description": "Describe a container image", + "properties": { + "names": { + "description": "Names by which this image is known. e.g. [\"k8s.gcr.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]", + "items": { + "type": "string" + }, + "type": "array" + }, + "sizeBytes": { + "description": "The size of the image in bytes.", + "format": "int64", + "type": "integer" + } + }, + "required": [ + "names" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ContainerPort": { + "description": "ContainerPort represents a network port in a single container.", + "properties": { + "containerPort": { + "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.", + "format": "int32", + "type": "integer" + }, + "hostIP": { + "description": "What host IP to bind the external port to.", + "type": "string" + }, + "hostPort": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "name": { + "description": "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.", + "type": "string" + }, + "protocol": { + "description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".", + "type": "string" + } + }, + "required": [ + "containerPort" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ContainerState": { + "description": "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.", + "properties": { + "running": { + "$ref": "#/definitions/io.k8s.api.core.v1.ContainerStateRunning", + "description": "Details about a running container" + }, + "terminated": { + "$ref": "#/definitions/io.k8s.api.core.v1.ContainerStateTerminated", + "description": "Details about a terminated container" + }, + "waiting": { + "$ref": "#/definitions/io.k8s.api.core.v1.ContainerStateWaiting", + "description": "Details about a waiting container" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.ContainerStateRunning": { + "description": "ContainerStateRunning is a running state of a container.", + "properties": { + "startedAt": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Time at which the container was last (re-)started" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.ContainerStateTerminated": { + "description": "ContainerStateTerminated is a terminated state of a container.", + "properties": { + "containerID": { + "description": "Container's ID in the format 'docker://'", + "type": "string" + }, + "exitCode": { + "description": "Exit status from the last termination of the container", + "format": "int32", + "type": "integer" + }, + "finishedAt": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Time at which the container last terminated" + }, + "message": { + "description": "Message regarding the last termination of the container", + "type": "string" + }, + "reason": { + "description": "(brief) reason from the last termination of the container", + "type": "string" + }, + "signal": { + "description": "Signal from the last termination of the container", + "format": "int32", + "type": "integer" + }, + "startedAt": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Time at which previous execution of the container started" + } + }, + "required": [ + "exitCode" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ContainerStateWaiting": { + "description": "ContainerStateWaiting is a waiting state of a container.", + "properties": { + "message": { + "description": "Message regarding why the container is not yet running.", + "type": "string" + }, + "reason": { + "description": "(brief) reason the container is not yet running.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.ContainerStatus": { + "description": "ContainerStatus contains details for the current status of this container.", + "properties": { + "containerID": { + "description": "Container's ID in the format 'docker://'.", + "type": "string" + }, + "image": { + "description": "The image the container is running. More info: https://kubernetes.io/docs/concepts/containers/images", + "type": "string" + }, + "imageID": { + "description": "ImageID of the container's image.", + "type": "string" + }, + "lastState": { + "$ref": "#/definitions/io.k8s.api.core.v1.ContainerState", + "description": "Details about the container's last termination condition." + }, + "name": { + "description": "This must be a DNS_LABEL. Each container in a pod must have a unique name. Cannot be updated.", + "type": "string" + }, + "ready": { + "description": "Specifies whether the container has passed its readiness probe.", + "type": "boolean" + }, + "restartCount": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "started": { + "description": "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.", + "type": "boolean" + }, + "state": { + "$ref": "#/definitions/io.k8s.api.core.v1.ContainerState", + "description": "Details about the container's current condition." + } + }, + "required": [ + "name", + "ready", + "restartCount", + "image", + "imageID" + ], + "type": "object" + }, + "io.k8s.api.core.v1.DaemonEndpoint": { + "description": "DaemonEndpoint contains information about a single Daemon endpoint.", + "properties": { + "Port": { + "description": "Port number of the given endpoint.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "Port" + ], + "type": "object" + }, + "io.k8s.api.core.v1.DownwardAPIProjection": { + "description": "Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.", + "properties": { + "items": { + "description": "Items is a list of DownwardAPIVolume file", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeFile" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.DownwardAPIVolumeFile": { + "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field", + "properties": { + "fieldRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.ObjectFieldSelector", + "description": "Required: Selects a field of the pod: only annotations, labels, name and namespace are supported." + }, + "mode": { + "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. 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.", + "format": "int32", + "type": "integer" + }, + "path": { + "description": "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 '..'", + "type": "string" + }, + "resourceFieldRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.ResourceFieldSelector", + "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported." + } + }, + "required": [ + "path" + ], + "type": "object" + }, + "io.k8s.api.core.v1.DownwardAPIVolumeSource": { + "description": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.", + "properties": { + "defaultMode": { + "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. 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.", + "format": "int32", + "type": "integer" + }, + "items": { + "description": "Items is a list of downward API volume file", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeFile" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.EmptyDirVolumeSource": { + "description": "Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.", + "properties": { + "medium": { + "description": "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", + "type": "string" + }, + "sizeLimit": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "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" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.EndpointAddress": { + "description": "EndpointAddress is a tuple that describes single IP address.", + "properties": { + "hostname": { + "description": "The Hostname of this endpoint", + "type": "string" + }, + "ip": { + "description": "The IP of this endpoint. May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast ((224.0.0.0/24). IPv6 is also accepted but not fully supported on all platforms. Also, certain kubernetes components, like kube-proxy, are not IPv6 ready.", + "type": "string" + }, + "nodeName": { + "description": "Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.", + "type": "string" + }, + "targetRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference", + "description": "Reference to object providing the endpoint." + } + }, + "required": [ + "ip" + ], + "type": "object" + }, + "io.k8s.api.core.v1.EndpointPort": { + "description": "EndpointPort is a tuple that describes a single port.", + "properties": { + "name": { + "description": "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.", + "type": "string" + }, + "port": { + "description": "The port number of the endpoint.", + "format": "int32", + "type": "integer" + }, + "protocol": { + "description": "The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.", + "type": "string" + } + }, + "required": [ + "port" + ], + "type": "object" + }, + "io.k8s.api.core.v1.EndpointSubset": { + "description": "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:\n {\n Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n }\nThe resulting set of endpoints can be viewed as:\n a: [ 10.10.1.1:8675, 10.10.2.2:8675 ],\n b: [ 10.10.1.1:309, 10.10.2.2:309 ]", + "properties": { + "addresses": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.EndpointAddress" + }, + "type": "array" + }, + "notReadyAddresses": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.EndpointAddress" + }, + "type": "array" + }, + "ports": { + "description": "Port numbers available on the related IP addresses.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.EndpointPort" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.Endpoints": { + "description": "Endpoints is a collection of endpoints that implement the actual service. Example:\n Name: \"mysvc\",\n Subsets: [\n {\n Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n },\n {\n Addresses: [{\"ip\": \"10.10.3.3\"}],\n Ports: [{\"name\": \"a\", \"port\": 93}, {\"name\": \"b\", \"port\": 76}]\n },\n ]", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "subsets": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.EndpointSubset" + }, + "type": "array" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "Endpoints", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.EndpointsList": { + "description": "EndpointsList is a list of endpoints.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of endpoints.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Endpoints" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "EndpointsList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.EnvFromSource": { + "description": "EnvFromSource represents the source of a set of ConfigMaps", + "properties": { + "configMapRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMapEnvSource", + "description": "The ConfigMap to select from" + }, + "prefix": { + "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", + "type": "string" + }, + "secretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecretEnvSource", + "description": "The Secret to select from" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.EnvVar": { + "description": "EnvVar represents an environment variable present in a Container.", + "properties": { + "name": { + "description": "Name of the environment variable. Must be a C_IDENTIFIER.", + "type": "string" + }, + "value": { + "description": "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 \"\".", + "type": "string" + }, + "valueFrom": { + "$ref": "#/definitions/io.k8s.api.core.v1.EnvVarSource", + "description": "Source for the environment variable's value. Cannot be used if value is not empty." + } + }, + "required": [ + "name" + ], + "type": "object" + }, + "io.k8s.api.core.v1.EnvVarSource": { + "description": "EnvVarSource represents a source for the value of an EnvVar.", + "properties": { + "configMapKeyRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMapKeySelector", + "description": "Selects a key of a ConfigMap." + }, + "fieldRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.ObjectFieldSelector", + "description": "Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs." + }, + "resourceFieldRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.ResourceFieldSelector", + "description": "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." + }, + "secretKeyRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecretKeySelector", + "description": "Selects a key of a secret in the pod's namespace" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.EphemeralContainer": { + "description": "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.", + "properties": { + "args": { + "description": "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", + "items": { + "type": "string" + }, + "type": "array" + }, + "command": { + "description": "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", + "items": { + "type": "string" + }, + "type": "array" + }, + "env": { + "description": "List of environment variables to set in the container. Cannot be updated.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.EnvVar" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + }, + "envFrom": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.EnvFromSource" + }, + "type": "array" + }, + "image": { + "description": "Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images", + "type": "string" + }, + "imagePullPolicy": { + "description": "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", + "type": "string" + }, + "lifecycle": { + "$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle", + "description": "Lifecycle is not allowed for ephemeral containers." + }, + "livenessProbe": { + "$ref": "#/definitions/io.k8s.api.core.v1.Probe", + "description": "Probes are not allowed for ephemeral containers." + }, + "name": { + "description": "Name of the ephemeral container specified as a DNS_LABEL. This name must be unique among all containers, init containers and ephemeral containers.", + "type": "string" + }, + "ports": { + "description": "Ports are not allowed for ephemeral containers.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ContainerPort" + }, + "type": "array" + }, + "readinessProbe": { + "$ref": "#/definitions/io.k8s.api.core.v1.Probe", + "description": "Probes are not allowed for ephemeral containers." + }, + "resources": { + "$ref": "#/definitions/io.k8s.api.core.v1.ResourceRequirements", + "description": "Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod." + }, + "securityContext": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecurityContext", + "description": "SecurityContext is not allowed for ephemeral containers." + }, + "startupProbe": { + "$ref": "#/definitions/io.k8s.api.core.v1.Probe", + "description": "Probes are not allowed for ephemeral containers." + }, + "stdin": { + "description": "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.", + "type": "boolean" + }, + "stdinOnce": { + "description": "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", + "type": "boolean" + }, + "targetContainerName": { + "description": "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.", + "type": "string" + }, + "terminationMessagePath": { + "description": "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.", + "type": "string" + }, + "terminationMessagePolicy": { + "description": "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.", + "type": "string" + }, + "tty": { + "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.", + "type": "boolean" + }, + "volumeDevices": { + "description": "volumeDevices is the list of block devices to be used by the container. This is a beta feature.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.VolumeDevice" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "devicePath", + "x-kubernetes-patch-strategy": "merge" + }, + "volumeMounts": { + "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.VolumeMount" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "mountPath", + "x-kubernetes-patch-strategy": "merge" + }, + "workingDir": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "name" + ], + "type": "object" + }, + "io.k8s.api.core.v1.Event": { + "description": "Event is a report of an event somewhere in the cluster.", + "properties": { + "action": { + "description": "What action was taken/failed regarding to the Regarding object.", + "type": "string" + }, + "apiVersion": { + "description": "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", + "type": "string" + }, + "count": { + "description": "The number of times this event has occurred.", + "format": "int32", + "type": "integer" + }, + "eventTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "description": "Time when this Event was first observed." + }, + "firstTimestamp": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)" + }, + "involvedObject": { + "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference", + "description": "The object that this event is about." + }, + "kind": { + "description": "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", + "type": "string" + }, + "lastTimestamp": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "The time at which the most recent occurrence of this event was recorded." + }, + "message": { + "description": "A human-readable description of the status of this operation.", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "reason": { + "description": "This should be a short, machine understandable string that gives the reason for the transition into the object's current status.", + "type": "string" + }, + "related": { + "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference", + "description": "Optional secondary object for more complex actions." + }, + "reportingComponent": { + "description": "Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`.", + "type": "string" + }, + "reportingInstance": { + "description": "ID of the controller instance, e.g. `kubelet-xyzf`.", + "type": "string" + }, + "series": { + "$ref": "#/definitions/io.k8s.api.core.v1.EventSeries", + "description": "Data about the Event series this event represents or nil if it's a singleton Event." + }, + "source": { + "$ref": "#/definitions/io.k8s.api.core.v1.EventSource", + "description": "The component reporting this event. Should be a short machine understandable string." + }, + "type": { + "description": "Type of this event (Normal, Warning), new types could be added in the future", + "type": "string" + } + }, + "required": [ + "metadata", + "involvedObject" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "Event", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.EventList": { + "description": "EventList is a list of events.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of events", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Event" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "EventList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.EventSeries": { + "description": "EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.", + "properties": { + "count": { + "description": "Number of occurrences in this series up to the last heartbeat time", + "format": "int32", + "type": "integer" + }, + "lastObservedTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "description": "Time of the last occurrence observed" + }, + "state": { + "description": "State of this Series: Ongoing or Finished Deprecated. Planned removal for 1.18", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.EventSource": { + "description": "EventSource contains information for an event.", + "properties": { + "component": { + "description": "Component from which the event is generated.", + "type": "string" + }, + "host": { + "description": "Node name on which the event is generated.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.ExecAction": { + "description": "ExecAction describes a \"run in container\" action.", + "properties": { + "command": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.FCVolumeSource": { + "description": "Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.", + "properties": { + "fsType": { + "description": "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.", + "type": "string" + }, + "lun": { + "description": "Optional: FC target lun number", + "format": "int32", + "type": "integer" + }, + "readOnly": { + "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", + "type": "boolean" + }, + "targetWWNs": { + "description": "Optional: FC target worldwide names (WWNs)", + "items": { + "type": "string" + }, + "type": "array" + }, + "wwids": { + "description": "Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.FlexPersistentVolumeSource": { + "description": "FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin.", + "properties": { + "driver": { + "description": "Driver is the name of the driver to use for this volume.", + "type": "string" + }, + "fsType": { + "description": "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.", + "type": "string" + }, + "options": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional: Extra command options if any.", + "type": "object" + }, + "readOnly": { + "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", + "type": "boolean" + }, + "secretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecretReference", + "description": "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." + } + }, + "required": [ + "driver" + ], + "type": "object" + }, + "io.k8s.api.core.v1.FlexVolumeSource": { + "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.", + "properties": { + "driver": { + "description": "Driver is the name of the driver to use for this volume.", + "type": "string" + }, + "fsType": { + "description": "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.", + "type": "string" + }, + "options": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional: Extra command options if any.", + "type": "object" + }, + "readOnly": { + "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", + "type": "boolean" + }, + "secretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "description": "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." + } + }, + "required": [ + "driver" + ], + "type": "object" + }, + "io.k8s.api.core.v1.FlockerVolumeSource": { + "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.", + "properties": { + "datasetName": { + "description": "Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated", + "type": "string" + }, + "datasetUUID": { + "description": "UUID of the dataset. This is unique identifier of a Flocker dataset", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.GCEPersistentDiskVolumeSource": { + "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA 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.", + "properties": { + "fsType": { + "description": "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", + "type": "string" + }, + "partition": { + "description": "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", + "format": "int32", + "type": "integer" + }, + "pdName": { + "description": "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", + "type": "string" + }, + "readOnly": { + "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", + "type": "boolean" + } + }, + "required": [ + "pdName" + ], + "type": "object" + }, + "io.k8s.api.core.v1.GitRepoVolumeSource": { + "description": "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.\n\nDEPRECATED: 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.", + "properties": { + "directory": { + "description": "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.", + "type": "string" + }, + "repository": { + "description": "Repository URL", + "type": "string" + }, + "revision": { + "description": "Commit hash for the specified revision.", + "type": "string" + } + }, + "required": [ + "repository" + ], + "type": "object" + }, + "io.k8s.api.core.v1.GlusterfsPersistentVolumeSource": { + "description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.", + "properties": { + "endpoints": { + "description": "EndpointsName is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", + "type": "string" + }, + "endpointsNamespace": { + "description": "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", + "type": "string" + }, + "path": { + "description": "Path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", + "type": "string" + }, + "readOnly": { + "description": "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", + "type": "boolean" + } + }, + "required": [ + "endpoints", + "path" + ], + "type": "object" + }, + "io.k8s.api.core.v1.GlusterfsVolumeSource": { + "description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.", + "properties": { + "endpoints": { + "description": "EndpointsName is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", + "type": "string" + }, + "path": { + "description": "Path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", + "type": "string" + }, + "readOnly": { + "description": "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", + "type": "boolean" + } + }, + "required": [ + "endpoints", + "path" + ], + "type": "object" + }, + "io.k8s.api.core.v1.HTTPGetAction": { + "description": "HTTPGetAction describes an action based on HTTP Get requests.", + "properties": { + "host": { + "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", + "type": "string" + }, + "httpHeaders": { + "description": "Custom headers to set in the request. HTTP allows repeated headers.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.HTTPHeader" + }, + "type": "array" + }, + "path": { + "description": "Path to access on the HTTP server.", + "type": "string" + }, + "port": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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." + }, + "scheme": { + "description": "Scheme to use for connecting to the host. Defaults to HTTP.", + "type": "string" + } + }, + "required": [ + "port" + ], + "type": "object" + }, + "io.k8s.api.core.v1.HTTPHeader": { + "description": "HTTPHeader describes a custom header to be used in HTTP probes", + "properties": { + "name": { + "description": "The header field name", + "type": "string" + }, + "value": { + "description": "The header field value", + "type": "string" + } + }, + "required": [ + "name", + "value" + ], + "type": "object" + }, + "io.k8s.api.core.v1.Handler": { + "description": "Handler defines a specific action that should be taken", + "properties": { + "exec": { + "$ref": "#/definitions/io.k8s.api.core.v1.ExecAction", + "description": "One and only one of the following should be specified. Exec specifies the action to take." + }, + "httpGet": { + "$ref": "#/definitions/io.k8s.api.core.v1.HTTPGetAction", + "description": "HTTPGet specifies the http request to perform." + }, + "tcpSocket": { + "$ref": "#/definitions/io.k8s.api.core.v1.TCPSocketAction", + "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.HostAlias": { + "description": "HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.", + "properties": { + "hostnames": { + "description": "Hostnames for the above IP address.", + "items": { + "type": "string" + }, + "type": "array" + }, + "ip": { + "description": "IP address of the host file entry.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.HostPathVolumeSource": { + "description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.", + "properties": { + "path": { + "description": "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", + "type": "string" + }, + "type": { + "description": "Type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath", + "type": "string" + } + }, + "required": [ + "path" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ISCSIPersistentVolumeSource": { + "description": "ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.", + "properties": { + "chapAuthDiscovery": { + "description": "whether support iSCSI Discovery CHAP authentication", + "type": "boolean" + }, + "chapAuthSession": { + "description": "whether support iSCSI Session CHAP authentication", + "type": "boolean" + }, + "fsType": { + "description": "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", + "type": "string" + }, + "initiatorName": { + "description": "Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection.", + "type": "string" + }, + "iqn": { + "description": "Target iSCSI Qualified Name.", + "type": "string" + }, + "iscsiInterface": { + "description": "iSCSI Interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).", + "type": "string" + }, + "lun": { + "description": "iSCSI Target Lun number.", + "format": "int32", + "type": "integer" + }, + "portals": { + "description": "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).", + "items": { + "type": "string" + }, + "type": "array" + }, + "readOnly": { + "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.", + "type": "boolean" + }, + "secretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecretReference", + "description": "CHAP Secret for iSCSI target and initiator authentication" + }, + "targetPortal": { + "description": "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).", + "type": "string" + } + }, + "required": [ + "targetPortal", + "iqn", + "lun" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ISCSIVolumeSource": { + "description": "Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.", + "properties": { + "chapAuthDiscovery": { + "description": "whether support iSCSI Discovery CHAP authentication", + "type": "boolean" + }, + "chapAuthSession": { + "description": "whether support iSCSI Session CHAP authentication", + "type": "boolean" + }, + "fsType": { + "description": "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", + "type": "string" + }, + "initiatorName": { + "description": "Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection.", + "type": "string" + }, + "iqn": { + "description": "Target iSCSI Qualified Name.", + "type": "string" + }, + "iscsiInterface": { + "description": "iSCSI Interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).", + "type": "string" + }, + "lun": { + "description": "iSCSI Target Lun number.", + "format": "int32", + "type": "integer" + }, + "portals": { + "description": "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).", + "items": { + "type": "string" + }, + "type": "array" + }, + "readOnly": { + "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.", + "type": "boolean" + }, + "secretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "description": "CHAP Secret for iSCSI target and initiator authentication" + }, + "targetPortal": { + "description": "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).", + "type": "string" + } + }, + "required": [ + "targetPortal", + "iqn", + "lun" + ], + "type": "object" + }, + "io.k8s.api.core.v1.KeyToPath": { + "description": "Maps a string key to a path within a volume.", + "properties": { + "key": { + "description": "The key to project.", + "type": "string" + }, + "mode": { + "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. 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.", + "format": "int32", + "type": "integer" + }, + "path": { + "description": "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 '..'.", + "type": "string" + } + }, + "required": [ + "key", + "path" + ], + "type": "object" + }, + "io.k8s.api.core.v1.Lifecycle": { + "description": "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.", + "properties": { + "postStart": { + "$ref": "#/definitions/io.k8s.api.core.v1.Handler", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.core.v1.Handler", + "description": "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" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.LimitRange": { + "description": "LimitRange sets resource usage limits for each kind of resource in a Namespace.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.core.v1.LimitRangeSpec", + "description": "Spec defines the limits enforced. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "LimitRange", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.LimitRangeItem": { + "description": "LimitRangeItem defines a min/max usage limit for any resource that matches on kind.", + "properties": { + "default": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "Default resource requirement limit value by resource name if resource limit is omitted.", + "type": "object" + }, + "defaultRequest": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.", + "type": "object" + }, + "max": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "Max usage constraints on this kind by resource name.", + "type": "object" + }, + "maxLimitRequestRatio": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "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.", + "type": "object" + }, + "min": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "Min usage constraints on this kind by resource name.", + "type": "object" + }, + "type": { + "description": "Type of resource that this limit applies to.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.LimitRangeList": { + "description": "LimitRangeList is a list of LimitRange items.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of LimitRange objects. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.LimitRange" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "LimitRangeList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.LimitRangeSpec": { + "description": "LimitRangeSpec defines a min/max usage limit for resources that match on kind.", + "properties": { + "limits": { + "description": "Limits is the list of LimitRangeItem objects that are enforced.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.LimitRangeItem" + }, + "type": "array" + } + }, + "required": [ + "limits" + ], + "type": "object" + }, + "io.k8s.api.core.v1.LoadBalancerIngress": { + "description": "LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.", + "properties": { + "hostname": { + "description": "Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers)", + "type": "string" + }, + "ip": { + "description": "IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.LoadBalancerStatus": { + "description": "LoadBalancerStatus represents the status of a load-balancer.", + "properties": { + "ingress": { + "description": "Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.LoadBalancerIngress" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.LocalObjectReference": { + "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", + "properties": { + "name": { + "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.LocalVolumeSource": { + "description": "Local represents directly-attached storage with node affinity (Beta feature)", + "properties": { + "fsType": { + "description": "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.", + "type": "string" + }, + "path": { + "description": "The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).", + "type": "string" + } + }, + "required": [ + "path" + ], + "type": "object" + }, + "io.k8s.api.core.v1.NFSVolumeSource": { + "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.", + "properties": { + "path": { + "description": "Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", + "type": "string" + }, + "readOnly": { + "description": "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", + "type": "boolean" + }, + "server": { + "description": "Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", + "type": "string" + } + }, + "required": [ + "server", + "path" + ], + "type": "object" + }, + "io.k8s.api.core.v1.Namespace": { + "description": "Namespace provides a scope for Names. Use of multiple namespaces is optional.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.core.v1.NamespaceSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.core.v1.NamespaceStatus", + "description": "Status describes the current status of a Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "Namespace", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.NamespaceCondition": { + "description": "NamespaceCondition contains details about state of namespace.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" + }, + "message": { + "type": "string" + }, + "reason": { + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of namespace controller condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.core.v1.NamespaceList": { + "description": "NamespaceList is a list of Namespaces.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Namespace" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "NamespaceList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.NamespaceSpec": { + "description": "NamespaceSpec describes the attributes on a Namespace.", + "properties": { + "finalizers": { + "description": "Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.NamespaceStatus": { + "description": "NamespaceStatus is information about the current status of a Namespace.", + "properties": { + "conditions": { + "description": "Represents the latest available observations of a namespace's current state.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.NamespaceCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "phase": { + "description": "Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.Node": { + "description": "Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeSpec", + "description": "Spec defines the behavior of a node. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" + }, + "status": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeStatus", + "description": "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-status" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "Node", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.NodeAddress": { + "description": "NodeAddress contains information for the node's address.", + "properties": { + "address": { + "description": "The node address.", + "type": "string" + }, + "type": { + "description": "Node address type, one of Hostname, ExternalIP or InternalIP.", + "type": "string" + } + }, + "required": [ + "type", + "address" + ], + "type": "object" + }, + "io.k8s.api.core.v1.NodeAffinity": { + "description": "Node affinity is a group of node affinity scheduling rules.", + "properties": { + "preferredDuringSchedulingIgnoredDuringExecution": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.PreferredSchedulingTerm" + }, + "type": "array" + }, + "requiredDuringSchedulingIgnoredDuringExecution": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelector", + "description": "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." + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.NodeCondition": { + "description": "NodeCondition contains condition information for a node.", + "properties": { + "lastHeartbeatTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time we got an update on a given condition." + }, + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transit from one status to another." + }, + "message": { + "description": "Human readable message indicating details about last transition.", + "type": "string" + }, + "reason": { + "description": "(brief) reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of node condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.core.v1.NodeConfigSource": { + "description": "NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.", + "properties": { + "configMap": { + "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMapNodeConfigSource", + "description": "ConfigMap is a reference to a Node's ConfigMap" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.NodeConfigStatus": { + "description": "NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.", + "properties": { + "active": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeConfigSource", + "description": "Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error." + }, + "assigned": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeConfigSource", + "description": "Assigned reports the checkpointed config the node will try to use. When Node.Spec.ConfigSource is updated, the node checkpoints the associated config payload to local disk, along with a record indicating intended config. The node refers to this record to choose its config checkpoint, and reports this record in Assigned. Assigned only updates in the status after the record has been checkpointed to disk. When the Kubelet is restarted, it tries to make the Assigned config the Active config by loading and validating the checkpointed payload identified by Assigned." + }, + "error": { + "description": "Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions.", + "type": "string" + }, + "lastKnownGood": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeConfigSource", + "description": "LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config. The Assigned config becomes the LastKnownGood config when the node determines that the Assigned config is stable and correct. This is currently implemented as a 10-minute soak period starting when the local record of Assigned config is updated. If the Assigned config is Active at the end of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil, because the local default config is always assumed good. You should not make assumptions about the node's method of determining config stability and correctness, as this may change or become configurable in the future." + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.NodeDaemonEndpoints": { + "description": "NodeDaemonEndpoints lists ports opened by daemons running on the Node.", + "properties": { + "kubeletEndpoint": { + "$ref": "#/definitions/io.k8s.api.core.v1.DaemonEndpoint", + "description": "Endpoint on which Kubelet is listening." + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.NodeList": { + "description": "NodeList is the whole list of all Nodes which have been registered with master.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of nodes", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Node" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "NodeList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.NodeSelector": { + "description": "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.", + "properties": { + "nodeSelectorTerms": { + "description": "Required. A list of node selector terms. The terms are ORed.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorTerm" + }, + "type": "array" + } + }, + "required": [ + "nodeSelectorTerms" + ], + "type": "object" + }, + "io.k8s.api.core.v1.NodeSelectorRequirement": { + "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", + "properties": { + "key": { + "description": "The label key that the selector applies to.", + "type": "string" + }, + "operator": { + "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", + "type": "string" + }, + "values": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "key", + "operator" + ], + "type": "object" + }, + "io.k8s.api.core.v1.NodeSelectorTerm": { + "description": "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.", + "properties": { + "matchExpressions": { + "description": "A list of node selector requirements by node's labels.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" + }, + "type": "array" + }, + "matchFields": { + "description": "A list of node selector requirements by node's fields.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.NodeSpec": { + "description": "NodeSpec describes the attributes that a node is created with.", + "properties": { + "configSource": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeConfigSource", + "description": "If specified, the source to get node configuration from The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field" + }, + "externalID": { + "description": "Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966", + "type": "string" + }, + "podCIDR": { + "description": "PodCIDR represents the pod IP range assigned to the node.", + "type": "string" + }, + "podCIDRs": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-patch-strategy": "merge" + }, + "providerID": { + "description": "ID of the node assigned by the cloud provider in the format: ://", + "type": "string" + }, + "taints": { + "description": "If specified, the node's taints.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Taint" + }, + "type": "array" + }, + "unschedulable": { + "description": "Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration", + "type": "boolean" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.NodeStatus": { + "description": "NodeStatus is information about the current status of a node.", + "properties": { + "addresses": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeAddress" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "allocatable": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.", + "type": "object" + }, + "capacity": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity", + "type": "object" + }, + "conditions": { + "description": "Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "config": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeConfigStatus", + "description": "Status of the config assigned to the node via the dynamic Kubelet config feature." + }, + "daemonEndpoints": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeDaemonEndpoints", + "description": "Endpoints of daemons running on the Node." + }, + "images": { + "description": "List of container images on this node", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ContainerImage" + }, + "type": "array" + }, + "nodeInfo": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeSystemInfo", + "description": "Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info" + }, + "phase": { + "description": "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.", + "type": "string" + }, + "volumesAttached": { + "description": "List of volumes that are attached to the node.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.AttachedVolume" + }, + "type": "array" + }, + "volumesInUse": { + "description": "List of attachable volumes in use (mounted) by the node.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.NodeSystemInfo": { + "description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.", + "properties": { + "architecture": { + "description": "The Architecture reported by the node", + "type": "string" + }, + "bootID": { + "description": "Boot ID reported by the node.", + "type": "string" + }, + "containerRuntimeVersion": { + "description": "ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).", + "type": "string" + }, + "kernelVersion": { + "description": "Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).", + "type": "string" + }, + "kubeProxyVersion": { + "description": "KubeProxy Version reported by the node.", + "type": "string" + }, + "kubeletVersion": { + "description": "Kubelet Version reported by the node.", + "type": "string" + }, + "machineID": { + "description": "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", + "type": "string" + }, + "operatingSystem": { + "description": "The Operating System reported by the node", + "type": "string" + }, + "osImage": { + "description": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).", + "type": "string" + }, + "systemUUID": { + "description": "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/getting-system-uuid.html", + "type": "string" + } + }, + "required": [ + "machineID", + "systemUUID", + "bootID", + "kernelVersion", + "osImage", + "containerRuntimeVersion", + "kubeletVersion", + "kubeProxyVersion", + "operatingSystem", + "architecture" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ObjectFieldSelector": { + "description": "ObjectFieldSelector selects an APIVersioned field of an object.", + "properties": { + "apiVersion": { + "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", + "type": "string" + }, + "fieldPath": { + "description": "Path of the field to select in the specified API version.", + "type": "string" + } + }, + "required": [ + "fieldPath" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ObjectReference": { + "description": "ObjectReference contains enough information to let you inspect or modify the referred object.", + "properties": { + "apiVersion": { + "description": "API version of the referent.", + "type": "string" + }, + "fieldPath": { + "description": "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.", + "type": "string" + }, + "kind": { + "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + "type": "string" + }, + "name": { + "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", + "type": "string" + }, + "namespace": { + "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/", + "type": "string" + }, + "resourceVersion": { + "description": "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", + "type": "string" + }, + "uid": { + "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.PersistentVolume": { + "description": "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", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeStatus", + "description": "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-volumes" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "PersistentVolume", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.PersistentVolumeClaim": { + "description": "PersistentVolumeClaim is a user's request for and claim to a persistent volume", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec", + "description": "Spec defines the desired characteristics of a volume requested by a pod author. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims" + }, + "status": { + "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimStatus", + "description": "Status represents the current information/status of a persistent volume claim. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "PersistentVolumeClaim", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.PersistentVolumeClaimCondition": { + "description": "PersistentVolumeClaimCondition contails details about state of pvc", + "properties": { + "lastProbeTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time we probed the condition." + }, + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transitioned from one status to another." + }, + "message": { + "description": "Human-readable message indicating details about last transition.", + "type": "string" + }, + "reason": { + "description": "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.", + "type": "string" + }, + "status": { + "type": "string" + }, + "type": { + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.core.v1.PersistentVolumeClaimList": { + "description": "PersistentVolumeClaimList is a list of PersistentVolumeClaim items.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "A list of persistent volume claims. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "PersistentVolumeClaimList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.PersistentVolumeClaimSpec": { + "description": "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes", + "properties": { + "accessModes": { + "description": "AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1", + "items": { + "type": "string" + }, + "type": "array" + }, + "dataSource": { + "$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference", + "description": "This field requires the VolumeSnapshotDataSource alpha feature gate to be enabled and currently VolumeSnapshot is the only supported data source. If the provisioner can support VolumeSnapshot data source, it will create a new volume and data will be restored to the volume at the same time. If the provisioner does not support VolumeSnapshot data source, volume will not be created and the failure will be reported as an event. In the future, we plan to support more data source types and the behavior of the provisioner may change." + }, + "resources": { + "$ref": "#/definitions/io.k8s.api.core.v1.ResourceRequirements", + "description": "Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "A label query over volumes to consider for binding." + }, + "storageClassName": { + "description": "Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1", + "type": "string" + }, + "volumeMode": { + "description": "volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is a beta feature.", + "type": "string" + }, + "volumeName": { + "description": "VolumeName is the binding reference to the PersistentVolume backing this claim.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.PersistentVolumeClaimStatus": { + "description": "PersistentVolumeClaimStatus is the current status of a persistent volume claim.", + "properties": { + "accessModes": { + "description": "AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1", + "items": { + "type": "string" + }, + "type": "array" + }, + "capacity": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "Represents the actual resources of the underlying volume.", + "type": "object" + }, + "conditions": { + "description": "Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "phase": { + "description": "Phase represents the current phase of PersistentVolumeClaim.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.PersistentVolumeClaimVolumeSource": { + "description": "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).", + "properties": { + "claimName": { + "description": "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", + "type": "string" + }, + "readOnly": { + "description": "Will force the ReadOnly setting in VolumeMounts. Default false.", + "type": "boolean" + } + }, + "required": [ + "claimName" + ], + "type": "object" + }, + "io.k8s.api.core.v1.PersistentVolumeList": { + "description": "PersistentVolumeList is a list of PersistentVolume items.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of persistent volumes. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolume" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "PersistentVolumeList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.PersistentVolumeSpec": { + "description": "PersistentVolumeSpec is the specification of a persistent volume.", + "properties": { + "accessModes": { + "description": "AccessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes", + "items": { + "type": "string" + }, + "type": "array" + }, + "awsElasticBlockStore": { + "$ref": "#/definitions/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource", + "description": "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" + }, + "azureDisk": { + "$ref": "#/definitions/io.k8s.api.core.v1.AzureDiskVolumeSource", + "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod." + }, + "azureFile": { + "$ref": "#/definitions/io.k8s.api.core.v1.AzureFilePersistentVolumeSource", + "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod." + }, + "capacity": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "A description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity", + "type": "object" + }, + "cephfs": { + "$ref": "#/definitions/io.k8s.api.core.v1.CephFSPersistentVolumeSource", + "description": "CephFS represents a Ceph FS mount on the host that shares a pod's lifetime" + }, + "cinder": { + "$ref": "#/definitions/io.k8s.api.core.v1.CinderPersistentVolumeSource", + "description": "Cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md" + }, + "claimRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference", + "description": "ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding" + }, + "csi": { + "$ref": "#/definitions/io.k8s.api.core.v1.CSIPersistentVolumeSource", + "description": "CSI represents storage that is handled by an external CSI driver (Beta feature)." + }, + "fc": { + "$ref": "#/definitions/io.k8s.api.core.v1.FCVolumeSource", + "description": "FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod." + }, + "flexVolume": { + "$ref": "#/definitions/io.k8s.api.core.v1.FlexPersistentVolumeSource", + "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin." + }, + "flocker": { + "$ref": "#/definitions/io.k8s.api.core.v1.FlockerVolumeSource", + "description": "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" + }, + "gcePersistentDisk": { + "$ref": "#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource", + "description": "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" + }, + "glusterfs": { + "$ref": "#/definitions/io.k8s.api.core.v1.GlusterfsPersistentVolumeSource", + "description": "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" + }, + "hostPath": { + "$ref": "#/definitions/io.k8s.api.core.v1.HostPathVolumeSource", + "description": "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" + }, + "iscsi": { + "$ref": "#/definitions/io.k8s.api.core.v1.ISCSIPersistentVolumeSource", + "description": "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." + }, + "local": { + "$ref": "#/definitions/io.k8s.api.core.v1.LocalVolumeSource", + "description": "Local represents directly-attached storage with node affinity" + }, + "mountOptions": { + "description": "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", + "items": { + "type": "string" + }, + "type": "array" + }, + "nfs": { + "$ref": "#/definitions/io.k8s.api.core.v1.NFSVolumeSource", + "description": "NFS represents an NFS mount on the host. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs" + }, + "nodeAffinity": { + "$ref": "#/definitions/io.k8s.api.core.v1.VolumeNodeAffinity", + "description": "NodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume." + }, + "persistentVolumeReclaimPolicy": { + "description": "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", + "type": "string" + }, + "photonPersistentDisk": { + "$ref": "#/definitions/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource", + "description": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine" + }, + "portworxVolume": { + "$ref": "#/definitions/io.k8s.api.core.v1.PortworxVolumeSource", + "description": "PortworxVolume represents a portworx volume attached and mounted on kubelets host machine" + }, + "quobyte": { + "$ref": "#/definitions/io.k8s.api.core.v1.QuobyteVolumeSource", + "description": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime" + }, + "rbd": { + "$ref": "#/definitions/io.k8s.api.core.v1.RBDPersistentVolumeSource", + "description": "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" + }, + "scaleIO": { + "$ref": "#/definitions/io.k8s.api.core.v1.ScaleIOPersistentVolumeSource", + "description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes." + }, + "storageClassName": { + "description": "Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass.", + "type": "string" + }, + "storageos": { + "$ref": "#/definitions/io.k8s.api.core.v1.StorageOSPersistentVolumeSource", + "description": "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": { + "description": "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. This is a beta feature.", + "type": "string" + }, + "vsphereVolume": { + "$ref": "#/definitions/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource", + "description": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.PersistentVolumeStatus": { + "description": "PersistentVolumeStatus is the current status of a persistent volume.", + "properties": { + "message": { + "description": "A human-readable message indicating details about why the volume is in this state.", + "type": "string" + }, + "phase": { + "description": "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", + "type": "string" + }, + "reason": { + "description": "Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource": { + "description": "Represents a Photon Controller persistent disk resource.", + "properties": { + "fsType": { + "description": "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.", + "type": "string" + }, + "pdID": { + "description": "ID that identifies Photon Controller persistent disk", + "type": "string" + } + }, + "required": [ + "pdID" + ], + "type": "object" + }, + "io.k8s.api.core.v1.Pod": { + "description": "Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodStatus", + "description": "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" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "Pod", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.PodAffinity": { + "description": "Pod affinity is a group of inter pod affinity scheduling rules.", + "properties": { + "preferredDuringSchedulingIgnoredDuringExecution": { + "description": "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 has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.WeightedPodAffinityTerm" + }, + "type": "array" + }, + "requiredDuringSchedulingIgnoredDuringExecution": { + "description": "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 a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodAffinityTerm" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.PodAffinityTerm": { + "description": "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", + "properties": { + "labelSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "A label query over a set of resources, in this case pods." + }, + "namespaces": { + "description": "namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means \"this pod's namespace\"", + "items": { + "type": "string" + }, + "type": "array" + }, + "topologyKey": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "topologyKey" + ], + "type": "object" + }, + "io.k8s.api.core.v1.PodAntiAffinity": { + "description": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.", + "properties": { + "preferredDuringSchedulingIgnoredDuringExecution": { + "description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-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 anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.WeightedPodAffinityTerm" + }, + "type": "array" + }, + "requiredDuringSchedulingIgnoredDuringExecution": { + "description": "If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodAffinityTerm" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.PodCondition": { + "description": "PodCondition contains details for the current condition of this pod.", + "properties": { + "lastProbeTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time we probed the condition." + }, + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transitioned from one status to another." + }, + "message": { + "description": "Human-readable message indicating details about last transition.", + "type": "string" + }, + "reason": { + "description": "Unique, one-word, CamelCase reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "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", + "type": "string" + }, + "type": { + "description": "Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.core.v1.PodDNSConfig": { + "description": "PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.", + "properties": { + "nameservers": { + "description": "A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.", + "items": { + "type": "string" + }, + "type": "array" + }, + "options": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodDNSConfigOption" + }, + "type": "array" + }, + "searches": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.PodDNSConfigOption": { + "description": "PodDNSConfigOption defines DNS resolver options of a pod.", + "properties": { + "name": { + "description": "Required.", + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.PodIP": { + "description": "IP address information for entries in the (plural) PodIPs field. Each entry includes:\n IP: An IP address allocated to the pod. Routable at least within the cluster.", + "properties": { + "ip": { + "description": "ip is an IP address (IPv4 or IPv6) assigned to the pod", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.PodList": { + "description": "PodList is a list of Pods.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Pod" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "PodList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.PodReadinessGate": { + "description": "PodReadinessGate contains the reference to a pod condition", + "properties": { + "conditionType": { + "description": "ConditionType refers to a condition in the pod's condition list with matching type.", + "type": "string" + } + }, + "required": [ + "conditionType" + ], + "type": "object" + }, + "io.k8s.api.core.v1.PodSecurityContext": { + "description": "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.", + "properties": { + "fsGroup": { + "description": "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:\n\n1. 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----\n\nIf unset, the Kubelet will not modify the ownership and permissions of any volume.", + "format": "int64", + "type": "integer" + }, + "runAsGroup": { + "description": "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.", + "format": "int64", + "type": "integer" + }, + "runAsNonRoot": { + "description": "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.", + "type": "boolean" + }, + "runAsUser": { + "description": "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.", + "format": "int64", + "type": "integer" + }, + "seLinuxOptions": { + "$ref": "#/definitions/io.k8s.api.core.v1.SELinuxOptions", + "description": "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." + }, + "supplementalGroups": { + "description": "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.", + "items": { + "format": "int64", + "type": "integer" + }, + "type": "array" + }, + "sysctls": { + "description": "Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Sysctl" + }, + "type": "array" + }, + "windowsOptions": { + "$ref": "#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions", + "description": "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." + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.PodSpec": { + "description": "PodSpec is a description of a pod.", + "properties": { + "activeDeadlineSeconds": { + "description": "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.", + "format": "int64", + "type": "integer" + }, + "affinity": { + "$ref": "#/definitions/io.k8s.api.core.v1.Affinity", + "description": "If specified, the pod's scheduling constraints" + }, + "automountServiceAccountToken": { + "description": "AutomountServiceAccountToken indicates whether a service account token should be automatically mounted.", + "type": "boolean" + }, + "containers": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Container" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + }, + "dnsConfig": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodDNSConfig", + "description": "Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy." + }, + "dnsPolicy": { + "description": "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'.", + "type": "string" + }, + "enableServiceLinks": { + "description": "EnableServiceLinks indicates whether information about services should be injected into pod's environment variables, matching the syntax of Docker links. Optional: Defaults to true.", + "type": "boolean" + }, + "ephemeralContainers": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.EphemeralContainer" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + }, + "hostAliases": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.HostAlias" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "ip", + "x-kubernetes-patch-strategy": "merge" + }, + "hostIPC": { + "description": "Use the host's ipc namespace. Optional: Default to false.", + "type": "boolean" + }, + "hostNetwork": { + "description": "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.", + "type": "boolean" + }, + "hostPID": { + "description": "Use the host's pid namespace. Optional: Default to false.", + "type": "boolean" + }, + "hostname": { + "description": "Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value.", + "type": "string" + }, + "imagePullSecrets": { + "description": "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", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + }, + "initContainers": { + "description": "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/", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Container" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + }, + "nodeName": { + "description": "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.", + "type": "string" + }, + "nodeSelector": { + "additionalProperties": { + "type": "string" + }, + "description": "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/", + "type": "object" + }, + "overhead": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "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.", + "type": "object" + }, + "preemptionPolicy": { + "description": "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.", + "type": "string" + }, + "priority": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "priorityClassName": { + "description": "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.", + "type": "string" + }, + "readinessGates": { + "description": "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", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodReadinessGate" + }, + "type": "array" + }, + "restartPolicy": { + "description": "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", + "type": "string" + }, + "runtimeClassName": { + "description": "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.", + "type": "string" + }, + "schedulerName": { + "description": "If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler.", + "type": "string" + }, + "securityContext": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodSecurityContext", + "description": "SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field." + }, + "serviceAccount": { + "description": "DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead.", + "type": "string" + }, + "serviceAccountName": { + "description": "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/", + "type": "string" + }, + "shareProcessNamespace": { + "description": "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.", + "type": "boolean" + }, + "subdomain": { + "description": "If specified, the fully qualified Pod hostname will be \"...svc.\". If not specified, the pod will not have a domainname at all.", + "type": "string" + }, + "terminationGracePeriodSeconds": { + "description": "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 delete immediately. 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.", + "format": "int64", + "type": "integer" + }, + "tolerations": { + "description": "If specified, the pod's tolerations.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Toleration" + }, + "type": "array" + }, + "topologySpreadConstraints": { + "description": "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. This field is alpha-level and is only honored by clusters that enables the EvenPodsSpread feature. All topologySpreadConstraints are ANDed.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint" + }, + "type": "array", + "x-kubernetes-list-map-keys": [ + "topologyKey", + "whenUnsatisfiable" + ], + "x-kubernetes-list-type": "map", + "x-kubernetes-patch-merge-key": "topologyKey", + "x-kubernetes-patch-strategy": "merge" + }, + "volumes": { + "description": "List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Volume" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge,retainKeys" + } + }, + "required": [ + "containers" + ], + "type": "object" + }, + "io.k8s.api.core.v1.PodStatus": { + "description": "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.", + "properties": { + "conditions": { + "description": "Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "containerStatuses": { + "description": "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", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ContainerStatus" + }, + "type": "array" + }, + "ephemeralContainerStatuses": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ContainerStatus" + }, + "type": "array" + }, + "hostIP": { + "description": "IP address of the host to which the pod is assigned. Empty if not yet scheduled.", + "type": "string" + }, + "initContainerStatuses": { + "description": "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", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ContainerStatus" + }, + "type": "array" + }, + "message": { + "description": "A human readable message indicating details about why the pod is in this condition.", + "type": "string" + }, + "nominatedNodeName": { + "description": "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.", + "type": "string" + }, + "phase": { + "description": "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:\n\nPending: 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.\n\nMore info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase", + "type": "string" + }, + "podIP": { + "description": "IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated.", + "type": "string" + }, + "podIPs": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodIP" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "ip", + "x-kubernetes-patch-strategy": "merge" + }, + "qosClass": { + "description": "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", + "type": "string" + }, + "reason": { + "description": "A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted'", + "type": "string" + }, + "startTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "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." + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.PodTemplate": { + "description": "PodTemplate describes a template for creating copies of a predefined pod.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "template": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "Template defines the pods that will be created from this pod template. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "PodTemplate", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.PodTemplateList": { + "description": "PodTemplateList is a list of PodTemplates.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of pod templates", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplate" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "PodTemplateList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.PodTemplateSpec": { + "description": "PodTemplateSpec describes the data a pod should have when created from a template", + "properties": { + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodSpec", + "description": "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" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.PortworxVolumeSource": { + "description": "PortworxVolumeSource represents a Portworx volume resource.", + "properties": { + "fsType": { + "description": "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.", + "type": "string" + }, + "readOnly": { + "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", + "type": "boolean" + }, + "volumeID": { + "description": "VolumeID uniquely identifies a Portworx volume", + "type": "string" + } + }, + "required": [ + "volumeID" + ], + "type": "object" + }, + "io.k8s.api.core.v1.PreferredSchedulingTerm": { + "description": "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).", + "properties": { + "preference": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorTerm", + "description": "A node selector term, associated with the corresponding weight." + }, + "weight": { + "description": "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "weight", + "preference" + ], + "type": "object" + }, + "io.k8s.api.core.v1.Probe": { + "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", + "properties": { + "exec": { + "$ref": "#/definitions/io.k8s.api.core.v1.ExecAction", + "description": "One and only one of the following should be specified. Exec specifies the action to take." + }, + "failureThreshold": { + "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", + "format": "int32", + "type": "integer" + }, + "httpGet": { + "$ref": "#/definitions/io.k8s.api.core.v1.HTTPGetAction", + "description": "HTTPGet specifies the http request to perform." + }, + "initialDelaySeconds": { + "description": "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", + "format": "int32", + "type": "integer" + }, + "periodSeconds": { + "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", + "format": "int32", + "type": "integer" + }, + "successThreshold": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "tcpSocket": { + "$ref": "#/definitions/io.k8s.api.core.v1.TCPSocketAction", + "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported" + }, + "timeoutSeconds": { + "description": "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", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.ProjectedVolumeSource": { + "description": "Represents a projected volume source", + "properties": { + "defaultMode": { + "description": "Mode bits to use on created files by default. Must be a value between 0 and 0777. 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.", + "format": "int32", + "type": "integer" + }, + "sources": { + "description": "list of volume projections", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.VolumeProjection" + }, + "type": "array" + } + }, + "required": [ + "sources" + ], + "type": "object" + }, + "io.k8s.api.core.v1.QuobyteVolumeSource": { + "description": "Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.", + "properties": { + "group": { + "description": "Group to map volume access to Default is no group", + "type": "string" + }, + "readOnly": { + "description": "ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.", + "type": "boolean" + }, + "registry": { + "description": "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", + "type": "string" + }, + "tenant": { + "description": "Tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin", + "type": "string" + }, + "user": { + "description": "User to map volume access to Defaults to serivceaccount user", + "type": "string" + }, + "volume": { + "description": "Volume is a string that references an already created Quobyte volume by name.", + "type": "string" + } + }, + "required": [ + "registry", + "volume" + ], + "type": "object" + }, + "io.k8s.api.core.v1.RBDPersistentVolumeSource": { + "description": "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.", + "properties": { + "fsType": { + "description": "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", + "type": "string" + }, + "image": { + "description": "The rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", + "type": "string" + }, + "keyring": { + "description": "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", + "type": "string" + }, + "monitors": { + "description": "A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", + "items": { + "type": "string" + }, + "type": "array" + }, + "pool": { + "description": "The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", + "type": "string" + }, + "readOnly": { + "description": "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", + "type": "boolean" + }, + "secretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecretReference", + "description": "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" + }, + "user": { + "description": "The rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", + "type": "string" + } + }, + "required": [ + "monitors", + "image" + ], + "type": "object" + }, + "io.k8s.api.core.v1.RBDVolumeSource": { + "description": "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.", + "properties": { + "fsType": { + "description": "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", + "type": "string" + }, + "image": { + "description": "The rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", + "type": "string" + }, + "keyring": { + "description": "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", + "type": "string" + }, + "monitors": { + "description": "A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", + "items": { + "type": "string" + }, + "type": "array" + }, + "pool": { + "description": "The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", + "type": "string" + }, + "readOnly": { + "description": "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", + "type": "boolean" + }, + "secretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "description": "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" + }, + "user": { + "description": "The rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", + "type": "string" + } + }, + "required": [ + "monitors", + "image" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ReplicationController": { + "description": "ReplicationController represents the configuration of a replication controller.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationControllerSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationControllerStatus", + "description": "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" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "ReplicationController", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.ReplicationControllerCondition": { + "description": "ReplicationControllerCondition describes the state of a replication controller at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "The last time the condition transitioned from one status to another." + }, + "message": { + "description": "A human readable message indicating details about the transition.", + "type": "string" + }, + "reason": { + "description": "The reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of replication controller condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ReplicationControllerList": { + "description": "ReplicationControllerList is a collection of replication controllers.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of replication controllers. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationController" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "ReplicationControllerList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.ReplicationControllerSpec": { + "description": "ReplicationControllerSpec is the specification of a replication controller.", + "properties": { + "minReadySeconds": { + "description": "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)", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "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", + "format": "int32", + "type": "integer" + }, + "selector": { + "additionalProperties": { + "type": "string" + }, + "description": "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", + "type": "object" + }, + "template": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "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" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.ReplicationControllerStatus": { + "description": "ReplicationControllerStatus represents the current status of a replication controller.", + "properties": { + "availableReplicas": { + "description": "The number of available replicas (ready for at least minReadySeconds) for this replication controller.", + "format": "int32", + "type": "integer" + }, + "conditions": { + "description": "Represents the latest available observations of a replication controller's current state.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ReplicationControllerCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "fullyLabeledReplicas": { + "description": "The number of pods that have labels matching the labels of the pod template of the replication controller.", + "format": "int32", + "type": "integer" + }, + "observedGeneration": { + "description": "ObservedGeneration reflects the generation of the most recently observed replication controller.", + "format": "int64", + "type": "integer" + }, + "readyReplicas": { + "description": "The number of ready replicas for this replication controller.", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "replicas" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ResourceFieldSelector": { + "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", + "properties": { + "containerName": { + "description": "Container name: required for volumes, optional for env vars", + "type": "string" + }, + "divisor": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "description": "Specifies the output format of the exposed resources, defaults to \"1\"" + }, + "resource": { + "description": "Required: resource to select", + "type": "string" + } + }, + "required": [ + "resource" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ResourceQuota": { + "description": "ResourceQuota sets aggregate quota restrictions enforced per namespace", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuotaSpec", + "description": "Spec defines the desired quota. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" + }, + "status": { + "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuotaStatus", + "description": "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" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "ResourceQuota", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.ResourceQuotaList": { + "description": "ResourceQuotaList is a list of ResourceQuota items.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of ResourceQuota objects. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ResourceQuota" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "ResourceQuotaList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.ResourceQuotaSpec": { + "description": "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.", + "properties": { + "hard": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/", + "type": "object" + }, + "scopeSelector": { + "$ref": "#/definitions/io.k8s.api.core.v1.ScopeSelector", + "description": "scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched." + }, + "scopes": { + "description": "A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.ResourceQuotaStatus": { + "description": "ResourceQuotaStatus defines the enforced hard limits and observed use.", + "properties": { + "hard": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/", + "type": "object" + }, + "used": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "Used is the current observed total usage of the resource in the namespace.", + "type": "object" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.ResourceRequirements": { + "description": "ResourceRequirements describes the compute resource requirements.", + "properties": { + "limits": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", + "type": "object" + }, + "requests": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "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-compute-resources-container/", + "type": "object" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.SELinuxOptions": { + "description": "SELinuxOptions are the labels to be applied to the container", + "properties": { + "level": { + "description": "Level is SELinux level label that applies to the container.", + "type": "string" + }, + "role": { + "description": "Role is a SELinux role label that applies to the container.", + "type": "string" + }, + "type": { + "description": "Type is a SELinux type label that applies to the container.", + "type": "string" + }, + "user": { + "description": "User is a SELinux user label that applies to the container.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.ScaleIOPersistentVolumeSource": { + "description": "ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume", + "properties": { + "fsType": { + "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Default is \"xfs\"", + "type": "string" + }, + "gateway": { + "description": "The host address of the ScaleIO API Gateway.", + "type": "string" + }, + "protectionDomain": { + "description": "The name of the ScaleIO Protection Domain for the configured storage.", + "type": "string" + }, + "readOnly": { + "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", + "type": "boolean" + }, + "secretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecretReference", + "description": "SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail." + }, + "sslEnabled": { + "description": "Flag to enable/disable SSL communication with Gateway, default false", + "type": "boolean" + }, + "storageMode": { + "description": "Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.", + "type": "string" + }, + "storagePool": { + "description": "The ScaleIO Storage Pool associated with the protection domain.", + "type": "string" + }, + "system": { + "description": "The name of the storage system as configured in ScaleIO.", + "type": "string" + }, + "volumeName": { + "description": "The name of a volume already created in the ScaleIO system that is associated with this volume source.", + "type": "string" + } + }, + "required": [ + "gateway", + "system", + "secretRef" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ScaleIOVolumeSource": { + "description": "ScaleIOVolumeSource represents a persistent ScaleIO volume", + "properties": { + "fsType": { + "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Default is \"xfs\".", + "type": "string" + }, + "gateway": { + "description": "The host address of the ScaleIO API Gateway.", + "type": "string" + }, + "protectionDomain": { + "description": "The name of the ScaleIO Protection Domain for the configured storage.", + "type": "string" + }, + "readOnly": { + "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", + "type": "boolean" + }, + "secretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "description": "SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail." + }, + "sslEnabled": { + "description": "Flag to enable/disable SSL communication with Gateway, default false", + "type": "boolean" + }, + "storageMode": { + "description": "Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.", + "type": "string" + }, + "storagePool": { + "description": "The ScaleIO Storage Pool associated with the protection domain.", + "type": "string" + }, + "system": { + "description": "The name of the storage system as configured in ScaleIO.", + "type": "string" + }, + "volumeName": { + "description": "The name of a volume already created in the ScaleIO system that is associated with this volume source.", + "type": "string" + } + }, + "required": [ + "gateway", + "system", + "secretRef" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ScopeSelector": { + "description": "A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.", + "properties": { + "matchExpressions": { + "description": "A list of scope selector requirements by scope of the resources.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ScopedResourceSelectorRequirement" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.ScopedResourceSelectorRequirement": { + "description": "A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values.", + "properties": { + "operator": { + "description": "Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist.", + "type": "string" + }, + "scopeName": { + "description": "The name of the scope that the selector applies to.", + "type": "string" + }, + "values": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "scopeName", + "operator" + ], + "type": "object" + }, + "io.k8s.api.core.v1.Secret": { + "description": "Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "data": { + "additionalProperties": { + "format": "byte", + "type": "string" + }, + "description": "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", + "type": "object" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "stringData": { + "additionalProperties": { + "type": "string" + }, + "description": "stringData allows specifying non-binary secret data in string form. It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API.", + "type": "object" + }, + "type": { + "description": "Used to facilitate programmatic handling of secret data.", + "type": "string" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "Secret", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.SecretEnvSource": { + "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.", + "properties": { + "name": { + "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", + "type": "string" + }, + "optional": { + "description": "Specify whether the Secret must be defined", + "type": "boolean" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.SecretKeySelector": { + "description": "SecretKeySelector selects a key of a Secret.", + "properties": { + "key": { + "description": "The key of the secret to select from. Must be a valid secret key.", + "type": "string" + }, + "name": { + "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", + "type": "string" + }, + "optional": { + "description": "Specify whether the Secret or its key must be defined", + "type": "boolean" + } + }, + "required": [ + "key" + ], + "type": "object" + }, + "io.k8s.api.core.v1.SecretList": { + "description": "SecretList is a list of Secret.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of secret objects. More info: https://kubernetes.io/docs/concepts/configuration/secret", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Secret" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "SecretList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.SecretProjection": { + "description": "Adapts a secret into a projected volume.\n\nThe 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.", + "properties": { + "items": { + "description": "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 '..'.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.KeyToPath" + }, + "type": "array" + }, + "name": { + "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", + "type": "string" + }, + "optional": { + "description": "Specify whether the Secret or its key must be defined", + "type": "boolean" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.SecretReference": { + "description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace", + "properties": { + "name": { + "description": "Name is unique within a namespace to reference a secret resource.", + "type": "string" + }, + "namespace": { + "description": "Namespace defines the space within which the secret name must be unique.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.SecretVolumeSource": { + "description": "Adapts a Secret into a volume.\n\nThe 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.", + "properties": { + "defaultMode": { + "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. 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.", + "format": "int32", + "type": "integer" + }, + "items": { + "description": "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 '..'.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.KeyToPath" + }, + "type": "array" + }, + "optional": { + "description": "Specify whether the Secret or its keys must be defined", + "type": "boolean" + }, + "secretName": { + "description": "Name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.SecurityContext": { + "description": "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.", + "properties": { + "allowPrivilegeEscalation": { + "description": "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", + "type": "boolean" + }, + "capabilities": { + "$ref": "#/definitions/io.k8s.api.core.v1.Capabilities", + "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime." + }, + "privileged": { + "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false.", + "type": "boolean" + }, + "procMount": { + "description": "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.", + "type": "string" + }, + "readOnlyRootFilesystem": { + "description": "Whether this container has a read-only root filesystem. Default is false.", + "type": "boolean" + }, + "runAsGroup": { + "description": "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.", + "format": "int64", + "type": "integer" + }, + "runAsNonRoot": { + "description": "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.", + "type": "boolean" + }, + "runAsUser": { + "description": "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.", + "format": "int64", + "type": "integer" + }, + "seLinuxOptions": { + "$ref": "#/definitions/io.k8s.api.core.v1.SELinuxOptions", + "description": "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." + }, + "windowsOptions": { + "$ref": "#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions", + "description": "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." + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.Service": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.core.v1.ServiceSpec", + "description": "Spec defines the behavior of a service. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" + }, + "status": { + "$ref": "#/definitions/io.k8s.api.core.v1.ServiceStatus", + "description": "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" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "Service", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.ServiceAccount": { + "description": "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", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "automountServiceAccountToken": { + "description": "AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted. Can be overridden at the pod level.", + "type": "boolean" + }, + "imagePullSecrets": { + "description": "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", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "secrets": { + "description": "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", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "ServiceAccount", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.ServiceAccountList": { + "description": "ServiceAccountList is a list of ServiceAccount objects", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of ServiceAccounts. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccount" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "ServiceAccountList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.ServiceAccountTokenProjection": { + "description": "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).", + "properties": { + "audience": { + "description": "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.", + "type": "string" + }, + "expirationSeconds": { + "description": "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.", + "format": "int64", + "type": "integer" + }, + "path": { + "description": "Path is the path relative to the mount point of the file to project the token into.", + "type": "string" + } + }, + "required": [ + "path" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ServiceList": { + "description": "ServiceList holds a list of services.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of services", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Service" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "ServiceList", + "version": "v1" + } + ] + }, + "io.k8s.api.core.v1.ServicePort": { + "description": "ServicePort contains information on service's port.", + "properties": { + "name": { + "description": "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.", + "type": "string" + }, + "nodePort": { + "description": "The port on each node on which this service is exposed when type=NodePort or LoadBalancer. Usually assigned by the system. If specified, it will be allocated to the service if unused or else creation of the service will fail. Default is to auto-allocate a port if the ServiceType of this Service requires one. More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport", + "format": "int32", + "type": "integer" + }, + "port": { + "description": "The port that will be exposed by this service.", + "format": "int32", + "type": "integer" + }, + "protocol": { + "description": "The IP protocol for this port. Supports \"TCP\", \"UDP\", and \"SCTP\". Default is TCP.", + "type": "string" + }, + "targetPort": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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" + } + }, + "required": [ + "port" + ], + "type": "object" + }, + "io.k8s.api.core.v1.ServiceSpec": { + "description": "ServiceSpec describes the attributes that a user creates on a service.", + "properties": { + "clusterIP": { + "description": "clusterIP is the IP address of the service and is usually assigned randomly by the master. If an address is specified manually and is not in use by others, it will be allocated to the service; otherwise, creation of the service will fail. This field can not be changed through updates. Valid values are \"None\", empty string (\"\"), or a valid IP address. \"None\" can be specified for headless services when proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies", + "type": "string" + }, + "externalIPs": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "externalName": { + "description": "externalName is the external reference that kubedns or equivalent will return as a CNAME record for this service. No proxying will be involved. Must be a valid RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) and requires Type to be ExternalName.", + "type": "string" + }, + "externalTrafficPolicy": { + "description": "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.", + "type": "string" + }, + "healthCheckNodePort": { + "description": "healthCheckNodePort specifies the healthcheck nodePort for the service. If not specified, HealthCheckNodePort is created by the service api backend with the allocated nodePort. Will use user-specified nodePort value if specified by the client. Only effects when Type is set to LoadBalancer and ExternalTrafficPolicy is set to Local.", + "format": "int32", + "type": "integer" + }, + "ipFamily": { + "description": "ipFamily specifies whether this Service has a preference for a particular IP family (e.g. IPv4 vs. IPv6). If a specific IP family is requested, the clusterIP field will be allocated from that family, if it is available in the cluster. If no IP family is requested, the cluster's primary IP family will be used. Other IP fields (loadBalancerIP, loadBalancerSourceRanges, externalIPs) and controllers which allocate external load-balancers should use the same IP family. Endpoints for this Service will be of this family. This field is immutable after creation. Assigning a ServiceIPFamily not available in the cluster (e.g. IPv6 in IPv4 only cluster) is an error condition and will fail during clusterIP assignment.", + "type": "string" + }, + "loadBalancerIP": { + "description": "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.", + "type": "string" + }, + "loadBalancerSourceRanges": { + "description": "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/", + "items": { + "type": "string" + }, + "type": "array" + }, + "ports": { + "description": "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", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.ServicePort" + }, + "type": "array", + "x-kubernetes-list-map-keys": [ + "port", + "protocol" + ], + "x-kubernetes-list-type": "map", + "x-kubernetes-patch-merge-key": "port", + "x-kubernetes-patch-strategy": "merge" + }, + "publishNotReadyAddresses": { + "description": "publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery.", + "type": "boolean" + }, + "selector": { + "additionalProperties": { + "type": "string" + }, + "description": "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/", + "type": "object" + }, + "sessionAffinity": { + "description": "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", + "type": "string" + }, + "sessionAffinityConfig": { + "$ref": "#/definitions/io.k8s.api.core.v1.SessionAffinityConfig", + "description": "sessionAffinityConfig contains the configurations of session affinity." + }, + "topologyKeys": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "type": { + "description": "type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. \"ExternalName\" maps to the specified externalName. \"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. If clusterIP is \"None\", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a stable IP. \"NodePort\" builds on ClusterIP and allocates a port on every node which routes to the clusterIP. \"LoadBalancer\" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the clusterIP. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.ServiceStatus": { + "description": "ServiceStatus represents the current status of a service.", + "properties": { + "loadBalancer": { + "$ref": "#/definitions/io.k8s.api.core.v1.LoadBalancerStatus", + "description": "LoadBalancer contains the current status of the load-balancer, if one is present." + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.SessionAffinityConfig": { + "description": "SessionAffinityConfig represents the configurations of session affinity.", + "properties": { + "clientIP": { + "$ref": "#/definitions/io.k8s.api.core.v1.ClientIPConfig", + "description": "clientIP contains the configurations of Client IP based session affinity." + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.StorageOSPersistentVolumeSource": { + "description": "Represents a StorageOS persistent volume resource.", + "properties": { + "fsType": { + "description": "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.", + "type": "string" + }, + "readOnly": { + "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", + "type": "boolean" + }, + "secretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference", + "description": "SecretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted." + }, + "volumeName": { + "description": "VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.", + "type": "string" + }, + "volumeNamespace": { + "description": "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.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.StorageOSVolumeSource": { + "description": "Represents a StorageOS persistent volume resource.", + "properties": { + "fsType": { + "description": "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.", + "type": "string" + }, + "readOnly": { + "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", + "type": "boolean" + }, + "secretRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "description": "SecretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted." + }, + "volumeName": { + "description": "VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.", + "type": "string" + }, + "volumeNamespace": { + "description": "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.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.Sysctl": { + "description": "Sysctl defines a kernel parameter to be set", + "properties": { + "name": { + "description": "Name of a property to set", + "type": "string" + }, + "value": { + "description": "Value of a property to set", + "type": "string" + } + }, + "required": [ + "name", + "value" + ], + "type": "object" + }, + "io.k8s.api.core.v1.TCPSocketAction": { + "description": "TCPSocketAction describes an action based on opening a socket", + "properties": { + "host": { + "description": "Optional: Host name to connect to, defaults to the pod IP.", + "type": "string" + }, + "port": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME." + } + }, + "required": [ + "port" + ], + "type": "object" + }, + "io.k8s.api.core.v1.Taint": { + "description": "The node this Taint is attached to has the \"effect\" on any pod that does not tolerate the Taint.", + "properties": { + "effect": { + "description": "Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.", + "type": "string" + }, + "key": { + "description": "Required. The taint key to be applied to a node.", + "type": "string" + }, + "timeAdded": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints." + }, + "value": { + "description": "Required. The taint value corresponding to the taint key.", + "type": "string" + } + }, + "required": [ + "key", + "effect" + ], + "type": "object" + }, + "io.k8s.api.core.v1.Toleration": { + "description": "The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator .", + "properties": { + "effect": { + "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.", + "type": "string" + }, + "key": { + "description": "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.", + "type": "string" + }, + "operator": { + "description": "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.", + "type": "string" + }, + "tolerationSeconds": { + "description": "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.", + "format": "int64", + "type": "integer" + }, + "value": { + "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.TopologySelectorLabelRequirement": { + "description": "A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.", + "properties": { + "key": { + "description": "The label key that the selector applies to.", + "type": "string" + }, + "values": { + "description": "An array of string values. One value must match the label to be selected. Each entry in Values is ORed.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "key", + "values" + ], + "type": "object" + }, + "io.k8s.api.core.v1.TopologySelectorTerm": { + "description": "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.", + "properties": { + "matchLabelExpressions": { + "description": "A list of topology selector requirements by labels.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.TopologySelectorLabelRequirement" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.TopologySpreadConstraint": { + "description": "TopologySpreadConstraint specifies how to spread matching pods among the given topology.", + "properties": { + "labelSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain." + }, + "maxSkew": { + "description": "MaxSkew describes the degree to which pods may be unevenly distributed. It's the maximum permitted difference between the number of matching pods in any two topology domains of a given topology type. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 1/1/0: | zone1 | zone2 | zone3 | | P | P | | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 1/1/1; scheduling it onto zone1(zone2) would make the ActualSkew(2-0) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. It's a required field. Default value is 1 and 0 is not allowed.", + "format": "int32", + "type": "integer" + }, + "topologyKey": { + "description": "TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each as a \"bucket\", and try to put balanced number of pods into each bucket. It's a required field.", + "type": "string" + }, + "whenUnsatisfiable": { + "description": "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 still schedule it It's considered as \"Unsatisfiable\" if and only if placing incoming pod on any topology violates \"MaxSkew\". 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.", + "type": "string" + } + }, + "required": [ + "maxSkew", + "topologyKey", + "whenUnsatisfiable" + ], + "type": "object" + }, + "io.k8s.api.core.v1.TypedLocalObjectReference": { + "description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.", + "properties": { + "apiGroup": { + "description": "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.", + "type": "string" + }, + "kind": { + "description": "Kind is the type of resource being referenced", + "type": "string" + }, + "name": { + "description": "Name is the name of resource being referenced", + "type": "string" + } + }, + "required": [ + "kind", + "name" + ], + "type": "object" + }, + "io.k8s.api.core.v1.Volume": { + "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.", + "properties": { + "awsElasticBlockStore": { + "$ref": "#/definitions/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource", + "description": "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" + }, + "azureDisk": { + "$ref": "#/definitions/io.k8s.api.core.v1.AzureDiskVolumeSource", + "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod." + }, + "azureFile": { + "$ref": "#/definitions/io.k8s.api.core.v1.AzureFileVolumeSource", + "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod." + }, + "cephfs": { + "$ref": "#/definitions/io.k8s.api.core.v1.CephFSVolumeSource", + "description": "CephFS represents a Ceph FS mount on the host that shares a pod's lifetime" + }, + "cinder": { + "$ref": "#/definitions/io.k8s.api.core.v1.CinderVolumeSource", + "description": "Cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md" + }, + "configMap": { + "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMapVolumeSource", + "description": "ConfigMap represents a configMap that should populate this volume" + }, + "csi": { + "$ref": "#/definitions/io.k8s.api.core.v1.CSIVolumeSource", + "description": "CSI (Container Storage Interface) represents storage that is handled by an external CSI driver (Alpha feature)." + }, + "downwardAPI": { + "$ref": "#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeSource", + "description": "DownwardAPI represents downward API about the pod that should populate this volume" + }, + "emptyDir": { + "$ref": "#/definitions/io.k8s.api.core.v1.EmptyDirVolumeSource", + "description": "EmptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir" + }, + "fc": { + "$ref": "#/definitions/io.k8s.api.core.v1.FCVolumeSource", + "description": "FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod." + }, + "flexVolume": { + "$ref": "#/definitions/io.k8s.api.core.v1.FlexVolumeSource", + "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin." + }, + "flocker": { + "$ref": "#/definitions/io.k8s.api.core.v1.FlockerVolumeSource", + "description": "Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running" + }, + "gcePersistentDisk": { + "$ref": "#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource", + "description": "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" + }, + "gitRepo": { + "$ref": "#/definitions/io.k8s.api.core.v1.GitRepoVolumeSource", + "description": "GitRepo represents a git repository at a particular revision. 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." + }, + "glusterfs": { + "$ref": "#/definitions/io.k8s.api.core.v1.GlusterfsVolumeSource", + "description": "Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md" + }, + "hostPath": { + "$ref": "#/definitions/io.k8s.api.core.v1.HostPathVolumeSource", + "description": "HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath" + }, + "iscsi": { + "$ref": "#/definitions/io.k8s.api.core.v1.ISCSIVolumeSource", + "description": "ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md" + }, + "name": { + "description": "Volume's name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", + "type": "string" + }, + "nfs": { + "$ref": "#/definitions/io.k8s.api.core.v1.NFSVolumeSource", + "description": "NFS represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs" + }, + "persistentVolumeClaim": { + "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimVolumeSource", + "description": "PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims" + }, + "photonPersistentDisk": { + "$ref": "#/definitions/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource", + "description": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine" + }, + "portworxVolume": { + "$ref": "#/definitions/io.k8s.api.core.v1.PortworxVolumeSource", + "description": "PortworxVolume represents a portworx volume attached and mounted on kubelets host machine" + }, + "projected": { + "$ref": "#/definitions/io.k8s.api.core.v1.ProjectedVolumeSource", + "description": "Items for all in one resources secrets, configmaps, and downward API" + }, + "quobyte": { + "$ref": "#/definitions/io.k8s.api.core.v1.QuobyteVolumeSource", + "description": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime" + }, + "rbd": { + "$ref": "#/definitions/io.k8s.api.core.v1.RBDVolumeSource", + "description": "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" + }, + "scaleIO": { + "$ref": "#/definitions/io.k8s.api.core.v1.ScaleIOVolumeSource", + "description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes." + }, + "secret": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecretVolumeSource", + "description": "Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret" + }, + "storageos": { + "$ref": "#/definitions/io.k8s.api.core.v1.StorageOSVolumeSource", + "description": "StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes." + }, + "vsphereVolume": { + "$ref": "#/definitions/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource", + "description": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine" + } + }, + "required": [ + "name" + ], + "type": "object" + }, + "io.k8s.api.core.v1.VolumeDevice": { + "description": "volumeDevice describes a mapping of a raw block device within a container.", + "properties": { + "devicePath": { + "description": "devicePath is the path inside of the container that the device will be mapped to.", + "type": "string" + }, + "name": { + "description": "name must match the name of a persistentVolumeClaim in the pod", + "type": "string" + } + }, + "required": [ + "name", + "devicePath" + ], + "type": "object" + }, + "io.k8s.api.core.v1.VolumeMount": { + "description": "VolumeMount describes a mounting of a Volume within a container.", + "properties": { + "mountPath": { + "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", + "type": "string" + }, + "mountPropagation": { + "description": "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.", + "type": "string" + }, + "name": { + "description": "This must match the Name of a Volume.", + "type": "string" + }, + "readOnly": { + "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", + "type": "boolean" + }, + "subPath": { + "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", + "type": "string" + }, + "subPathExpr": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "name", + "mountPath" + ], + "type": "object" + }, + "io.k8s.api.core.v1.VolumeNodeAffinity": { + "description": "VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.", + "properties": { + "required": { + "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelector", + "description": "Required specifies hard node constraints that must be met." + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.VolumeProjection": { + "description": "Projection that may be projected along with other supported volume types", + "properties": { + "configMap": { + "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMapProjection", + "description": "information about the configMap data to project" + }, + "downwardAPI": { + "$ref": "#/definitions/io.k8s.api.core.v1.DownwardAPIProjection", + "description": "information about the downwardAPI data to project" + }, + "secret": { + "$ref": "#/definitions/io.k8s.api.core.v1.SecretProjection", + "description": "information about the secret data to project" + }, + "serviceAccountToken": { + "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccountTokenProjection", + "description": "information about the serviceAccountToken data to project" + } + }, + "type": "object" + }, + "io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource": { + "description": "Represents a vSphere volume resource.", + "properties": { + "fsType": { + "description": "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.", + "type": "string" + }, + "storagePolicyID": { + "description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.", + "type": "string" + }, + "storagePolicyName": { + "description": "Storage Policy Based Management (SPBM) profile name.", + "type": "string" + }, + "volumePath": { + "description": "Path that identifies vSphere volume vmdk", + "type": "string" + } + }, + "required": [ + "volumePath" + ], + "type": "object" + }, + "io.k8s.api.core.v1.WeightedPodAffinityTerm": { + "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)", + "properties": { + "podAffinityTerm": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodAffinityTerm", + "description": "Required. A pod affinity term, associated with the corresponding weight." + }, + "weight": { + "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "weight", + "podAffinityTerm" + ], + "type": "object" + }, + "io.k8s.api.core.v1.WindowsSecurityContextOptions": { + "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", + "properties": { + "gmsaCredentialSpec": { + "description": "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. This field is alpha-level and is only honored by servers that enable the WindowsGMSA feature flag.", + "type": "string" + }, + "gmsaCredentialSpecName": { + "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use. This field is alpha-level and is only honored by servers that enable the WindowsGMSA feature flag.", + "type": "string" + }, + "runAsUserName": { + "description": "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. This field is beta-level and may be disabled with the WindowsRunAsUserName feature flag.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.discovery.v1beta1.Endpoint": { + "description": "Endpoint represents a single logical \"backend\" implementing a service.", + "properties": { + "addresses": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-list-type": "set" + }, + "conditions": { + "$ref": "#/definitions/io.k8s.api.discovery.v1beta1.EndpointConditions", + "description": "conditions contains information about the current status of the endpoint." + }, + "hostname": { + "description": "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 pass DNS Label (RFC 1123) validation.", + "type": "string" + }, + "targetRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference", + "description": "targetRef is a reference to a Kubernetes object that represents this endpoint." + }, + "topology": { + "additionalProperties": { + "type": "string" + }, + "description": "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\n where the endpoint is located. This should match the corresponding\n node label.\n* topology.kubernetes.io/zone: the value indicates the zone where the\n endpoint is located. This should match the corresponding node label.\n* topology.kubernetes.io/region: the value indicates the region where the\n endpoint is located. This should match the corresponding node label.", + "type": "object" + } + }, + "required": [ + "addresses" + ], + "type": "object" + }, + "io.k8s.api.discovery.v1beta1.EndpointConditions": { + "description": "EndpointConditions represents the current condition of an endpoint.", + "properties": { + "ready": { + "description": "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.", + "type": "boolean" + } + }, + "type": "object" + }, + "io.k8s.api.discovery.v1beta1.EndpointPort": { + "description": "EndpointPort represents a Port used by an EndpointSlice", + "properties": { + "appProtocol": { + "description": "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. Default is empty string.", + "type": "string" + }, + "name": { + "description": "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.", + "type": "string" + }, + "port": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "protocol": { + "description": "The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.discovery.v1beta1.EndpointSlice": { + "description": "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.", + "properties": { + "addressType": { + "description": "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.", + "type": "string" + }, + "apiVersion": { + "description": "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", + "type": "string" + }, + "endpoints": { + "description": "endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.", + "items": { + "$ref": "#/definitions/io.k8s.api.discovery.v1beta1.Endpoint" + }, + "type": "array", + "x-kubernetes-list-type": "atomic" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata." + }, + "ports": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.discovery.v1beta1.EndpointPort" + }, + "type": "array", + "x-kubernetes-list-type": "atomic" + } + }, + "required": [ + "addressType", + "endpoints" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "discovery.k8s.io", + "kind": "EndpointSlice", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.discovery.v1beta1.EndpointSliceList": { + "description": "EndpointSliceList represents a list of endpoint slices", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of endpoint slices", + "items": { + "$ref": "#/definitions/io.k8s.api.discovery.v1beta1.EndpointSlice" + }, + "type": "array", + "x-kubernetes-list-type": "set" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "discovery.k8s.io", + "kind": "EndpointSliceList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.events.v1beta1.Event": { + "description": "Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system.", + "properties": { + "action": { + "description": "What action was taken/failed regarding to the regarding object.", + "type": "string" + }, + "apiVersion": { + "description": "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", + "type": "string" + }, + "deprecatedCount": { + "description": "Deprecated field assuring backward compatibility with core.v1 Event type", + "format": "int32", + "type": "integer" + }, + "deprecatedFirstTimestamp": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Deprecated field assuring backward compatibility with core.v1 Event type" + }, + "deprecatedLastTimestamp": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Deprecated field assuring backward compatibility with core.v1 Event type" + }, + "deprecatedSource": { + "$ref": "#/definitions/io.k8s.api.core.v1.EventSource", + "description": "Deprecated field assuring backward compatibility with core.v1 Event type" + }, + "eventTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "description": "Required. Time when this Event was first observed." + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "note": { + "description": "Optional. 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.", + "type": "string" + }, + "reason": { + "description": "Why the action was taken.", + "type": "string" + }, + "regarding": { + "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference", + "description": "Optional secondary object for more complex actions. E.g. when regarding object triggers a creation or deletion of related object." + }, + "reportingController": { + "description": "Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`.", + "type": "string" + }, + "reportingInstance": { + "description": "ID of the controller instance, e.g. `kubelet-xyzf`.", + "type": "string" + }, + "series": { + "$ref": "#/definitions/io.k8s.api.events.v1beta1.EventSeries", + "description": "Data about the Event series this event represents or nil if it's a singleton Event." + }, + "type": { + "description": "Type of this event (Normal, Warning), new types could be added in the future.", + "type": "string" + } + }, + "required": [ + "eventTime" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "events.k8s.io", + "kind": "Event", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.events.v1beta1.EventList": { + "description": "EventList is a list of Event objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of schema objects.", + "items": { + "$ref": "#/definitions/io.k8s.api.events.v1beta1.Event" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "events.k8s.io", + "kind": "EventList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.events.v1beta1.EventSeries": { + "description": "EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.", + "properties": { + "count": { + "description": "Number of occurrences in this series up to the last heartbeat time", + "format": "int32", + "type": "integer" + }, + "lastObservedTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "description": "Time when last Event from the series was seen before last heartbeat." + }, + "state": { + "description": "Information whether this series is ongoing or finished. Deprecated. Planned removal for 1.18", + "type": "string" + } + }, + "required": [ + "count", + "lastObservedTime", + "state" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.AllowedCSIDriver": { + "description": "AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.", + "properties": { + "name": { + "description": "Name is the registered name of the CSI driver", + "type": "string" + } + }, + "required": [ + "name" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.AllowedFlexVolume": { + "description": "AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.", + "properties": { + "driver": { + "description": "driver is the name of the Flexvolume driver.", + "type": "string" + } + }, + "required": [ + "driver" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.AllowedHostPath": { + "description": "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. Deprecated: use AllowedHostPath from policy API Group instead.", + "properties": { + "pathPrefix": { + "description": "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.\n\nExamples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`", + "type": "string" + }, + "readOnly": { + "description": "when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.", + "type": "boolean" + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.DaemonSet": { + "description": "DEPRECATED - This group version of DaemonSet is deprecated by apps/v1beta2/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.DaemonSetSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.DaemonSetStatus", + "description": "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-status" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "extensions", + "kind": "DaemonSet", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.extensions.v1beta1.DaemonSetCondition": { + "description": "DaemonSetCondition describes the state of a DaemonSet at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transitioned from one status to another." + }, + "message": { + "description": "A human readable message indicating details about the transition.", + "type": "string" + }, + "reason": { + "description": "The reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of DaemonSet condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.DaemonSetList": { + "description": "DaemonSetList is a collection of daemon sets.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "A list of daemon sets.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.DaemonSet" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "extensions", + "kind": "DaemonSetList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.extensions.v1beta1.DaemonSetSpec": { + "description": "DaemonSetSpec is the specification of a daemon set.", + "properties": { + "minReadySeconds": { + "description": "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).", + "format": "int32", + "type": "integer" + }, + "revisionHistoryLimit": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "A label query over pods that are managed by the daemon set. Must match in order to be controlled. If empty, defaulted to labels on Pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors" + }, + "template": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "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" + }, + "templateGeneration": { + "description": "DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation.", + "format": "int64", + "type": "integer" + }, + "updateStrategy": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.DaemonSetUpdateStrategy", + "description": "An update strategy to replace existing DaemonSet pods with new pods." + } + }, + "required": [ + "template" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.DaemonSetStatus": { + "description": "DaemonSetStatus represents the current status of a daemon set.", + "properties": { + "collisionCount": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "conditions": { + "description": "Represents the latest available observations of a DaemonSet's current state.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.DaemonSetCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "currentNumberScheduled": { + "description": "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/", + "format": "int32", + "type": "integer" + }, + "desiredNumberScheduled": { + "description": "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/", + "format": "int32", + "type": "integer" + }, + "numberAvailable": { + "description": "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)", + "format": "int32", + "type": "integer" + }, + "numberMisscheduled": { + "description": "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/", + "format": "int32", + "type": "integer" + }, + "numberReady": { + "description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.", + "format": "int32", + "type": "integer" + }, + "numberUnavailable": { + "description": "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)", + "format": "int32", + "type": "integer" + }, + "observedGeneration": { + "description": "The most recent generation observed by the daemon set controller.", + "format": "int64", + "type": "integer" + }, + "updatedNumberScheduled": { + "description": "The total number of nodes that are running updated daemon pod", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "currentNumberScheduled", + "numberMisscheduled", + "desiredNumberScheduled", + "numberReady" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.DaemonSetUpdateStrategy": { + "properties": { + "rollingUpdate": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.RollingUpdateDaemonSet", + "description": "Rolling update config params. Present only if type = \"RollingUpdate\"." + }, + "type": { + "description": "Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is OnDelete.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.Deployment": { + "description": "DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata." + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.DeploymentSpec", + "description": "Specification of the desired behavior of the Deployment." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.DeploymentStatus", + "description": "Most recently observed status of the Deployment." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "extensions", + "kind": "Deployment", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.extensions.v1beta1.DeploymentCondition": { + "description": "DeploymentCondition describes the state of a deployment at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transitioned from one status to another." + }, + "lastUpdateTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "The last time this condition was updated." + }, + "message": { + "description": "A human readable message indicating details about the transition.", + "type": "string" + }, + "reason": { + "description": "The reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of deployment condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.DeploymentList": { + "description": "DeploymentList is a list of Deployments.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of Deployments.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.Deployment" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "extensions", + "kind": "DeploymentList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.extensions.v1beta1.DeploymentRollback": { + "description": "DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "name": { + "description": "Required: This must match the Name of a deployment.", + "type": "string" + }, + "rollbackTo": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.RollbackConfig", + "description": "The config of this deployment rollback." + }, + "updatedAnnotations": { + "additionalProperties": { + "type": "string" + }, + "description": "The annotations to be updated to a deployment", + "type": "object" + } + }, + "required": [ + "name", + "rollbackTo" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "extensions", + "kind": "DeploymentRollback", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.extensions.v1beta1.DeploymentSpec": { + "description": "DeploymentSpec is the specification of the desired behavior of the Deployment.", + "properties": { + "minReadySeconds": { + "description": "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)", + "format": "int32", + "type": "integer" + }, + "paused": { + "description": "Indicates that the deployment is paused and will not be processed by the deployment controller.", + "type": "boolean" + }, + "progressDeadlineSeconds": { + "description": "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. This is set to the max value of int32 (i.e. 2147483647) by default, which means \"no deadline\".", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.", + "format": "int32", + "type": "integer" + }, + "revisionHistoryLimit": { + "description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means \"retaining all old RelicaSets\".", + "format": "int32", + "type": "integer" + }, + "rollbackTo": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.RollbackConfig", + "description": "DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done." + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment." + }, + "strategy": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.DeploymentStrategy", + "description": "The deployment strategy to use to replace existing pods with new ones.", + "x-kubernetes-patch-strategy": "retainKeys" + }, + "template": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "Template describes the pods that will be created." + } + }, + "required": [ + "template" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.DeploymentStatus": { + "description": "DeploymentStatus is the most recently observed status of the Deployment.", + "properties": { + "availableReplicas": { + "description": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.", + "format": "int32", + "type": "integer" + }, + "collisionCount": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "conditions": { + "description": "Represents the latest available observations of a deployment's current state.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.DeploymentCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "observedGeneration": { + "description": "The generation observed by the deployment controller.", + "format": "int64", + "type": "integer" + }, + "readyReplicas": { + "description": "Total number of ready pods targeted by this deployment.", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "Total number of non-terminated pods targeted by this deployment (their labels match the selector).", + "format": "int32", + "type": "integer" + }, + "unavailableReplicas": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "updatedReplicas": { + "description": "Total number of non-terminated pods targeted by this deployment that have the desired template spec.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.DeploymentStrategy": { + "description": "DeploymentStrategy describes how to replace existing pods with new ones.", + "properties": { + "rollingUpdate": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.RollingUpdateDeployment", + "description": "Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate." + }, + "type": { + "description": "Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.FSGroupStrategyOptions": { + "description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use FSGroupStrategyOptions from policy API Group instead.", + "properties": { + "ranges": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IDRange" + }, + "type": "array" + }, + "rule": { + "description": "rule is the strategy that will dictate what FSGroup is used in the SecurityContext.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.HTTPIngressPath": { + "description": "HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.", + "properties": { + "backend": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IngressBackend", + "description": "Backend defines the referenced service endpoint to which the traffic will be forwarded to." + }, + "path": { + "description": "Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) 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 '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.", + "type": "string" + } + }, + "required": [ + "backend" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue": { + "description": "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 '#'.", + "properties": { + "paths": { + "description": "A collection of paths that map requests to backends.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressPath" + }, + "type": "array" + } + }, + "required": [ + "paths" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.HostPortRange": { + "description": "HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined. Deprecated: use HostPortRange from policy API Group instead.", + "properties": { + "max": { + "description": "max is the end of the range, inclusive.", + "format": "int32", + "type": "integer" + }, + "min": { + "description": "min is the start of the range, inclusive.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "min", + "max" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.IDRange": { + "description": "IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.", + "properties": { + "max": { + "description": "max is the end of the range, inclusive.", + "format": "int64", + "type": "integer" + }, + "min": { + "description": "min is the start of the range, inclusive.", + "format": "int64", + "type": "integer" + } + }, + "required": [ + "min", + "max" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.IPBlock": { + "description": "DEPRECATED 1.9 - This group version of IPBlock is deprecated by networking/v1/IPBlock. IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") 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.", + "properties": { + "cidr": { + "description": "CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\"", + "type": "string" + }, + "except": { + "description": "Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "cidr" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.Ingress": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IngressSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IngressStatus", + "description": "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" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "extensions", + "kind": "Ingress", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.extensions.v1beta1.IngressBackend": { + "description": "IngressBackend describes all endpoints for a given service and port.", + "properties": { + "serviceName": { + "description": "Specifies the name of the referenced service.", + "type": "string" + }, + "servicePort": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "Specifies the port of the referenced service." + } + }, + "required": [ + "serviceName", + "servicePort" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.IngressList": { + "description": "IngressList is a collection of Ingress.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of Ingress.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.Ingress" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "extensions", + "kind": "IngressList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.extensions.v1beta1.IngressRule": { + "description": "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.", + "properties": { + "host": { + "description": "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 the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the\n\t IP in the Spec of the parent Ingress.\n2. The `:` delimiter is not respected because ports are not allowed.\n\t Currently the port of an Ingress is implicitly :80 for http and\n\t :443 for https.\nBoth 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.", + "type": "string" + }, + "http": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue" + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.IngressSpec": { + "description": "IngressSpec describes the Ingress the user wishes to exist.", + "properties": { + "backend": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IngressBackend", + "description": "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." + }, + "rules": { + "description": "A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IngressRule" + }, + "type": "array" + }, + "tls": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IngressTLS" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.IngressStatus": { + "description": "IngressStatus describe the current state of the Ingress.", + "properties": { + "loadBalancer": { + "$ref": "#/definitions/io.k8s.api.core.v1.LoadBalancerStatus", + "description": "LoadBalancer contains the current status of the load-balancer." + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.IngressTLS": { + "description": "IngressTLS describes the transport layer security associated with an Ingress.", + "properties": { + "hosts": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "secretName": { + "description": "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.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.NetworkPolicy": { + "description": "DEPRECATED 1.9 - This group version of NetworkPolicy is deprecated by networking/v1/NetworkPolicy. NetworkPolicy describes what network traffic is allowed for a set of Pods", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.NetworkPolicySpec", + "description": "Specification of the desired behavior for this NetworkPolicy." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "extensions", + "kind": "NetworkPolicy", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.extensions.v1beta1.NetworkPolicyEgressRule": { + "description": "DEPRECATED 1.9 - This group version of NetworkPolicyEgressRule is deprecated by networking/v1/NetworkPolicyEgressRule. NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8", + "properties": { + "ports": { + "description": "List of destination ports for outgoing traffic. 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.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.NetworkPolicyPort" + }, + "type": "array" + }, + "to": { + "description": "List of destinations for outgoing traffic of 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 destinations (traffic not restricted by destination). 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 to list.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.NetworkPolicyPeer" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.NetworkPolicyIngressRule": { + "description": "DEPRECATED 1.9 - This group version of NetworkPolicyIngressRule is deprecated by networking/v1/NetworkPolicyIngressRule. This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from.", + "properties": { + "from": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.NetworkPolicyPeer" + }, + "type": "array" + }, + "ports": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.NetworkPolicyPort" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.NetworkPolicyList": { + "description": "DEPRECATED 1.9 - This group version of NetworkPolicyList is deprecated by networking/v1/NetworkPolicyList. Network Policy List is a list of NetworkPolicy objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of schema objects.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.NetworkPolicy" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "extensions", + "kind": "NetworkPolicyList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.extensions.v1beta1.NetworkPolicyPeer": { + "description": "DEPRECATED 1.9 - This group version of NetworkPolicyPeer is deprecated by networking/v1/NetworkPolicyPeer.", + "properties": { + "ipBlock": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IPBlock", + "description": "IPBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be." + }, + "namespaceSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces.\n\nIf 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": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "This is a label selector which selects Pods. This field follows standard label selector semantics; if present but empty, it selects all pods.\n\nIf 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." + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.NetworkPolicyPort": { + "description": "DEPRECATED 1.9 - This group version of NetworkPolicyPort is deprecated by networking/v1/NetworkPolicyPort.", + "properties": { + "port": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "If specified, 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." + }, + "protocol": { + "description": "Optional. The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.NetworkPolicySpec": { + "description": "DEPRECATED 1.9 - This group version of NetworkPolicySpec is deprecated by networking/v1/NetworkPolicySpec.", + "properties": { + "egress": { + "description": "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", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.NetworkPolicyEgressRule" + }, + "type": "array" + }, + "ingress": { + "description": "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 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).", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.NetworkPolicyIngressRule" + }, + "type": "array" + }, + "podSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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": { + "description": "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", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "podSelector" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.PodSecurityPolicy": { + "description": "PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. Deprecated: use PodSecurityPolicy from policy API Group instead.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.PodSecurityPolicySpec", + "description": "spec defines the policy enforced." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "extensions", + "kind": "PodSecurityPolicy", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.extensions.v1beta1.PodSecurityPolicyList": { + "description": "PodSecurityPolicyList is a list of PodSecurityPolicy objects. Deprecated: use PodSecurityPolicyList from policy API Group instead.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "items is a list of schema objects.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.PodSecurityPolicy" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "extensions", + "kind": "PodSecurityPolicyList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.extensions.v1beta1.PodSecurityPolicySpec": { + "description": "PodSecurityPolicySpec defines the policy enforced. Deprecated: use PodSecurityPolicySpec from policy API Group instead.", + "properties": { + "allowPrivilegeEscalation": { + "description": "allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.", + "type": "boolean" + }, + "allowedCSIDrivers": { + "description": "AllowedCSIDrivers is a whitelist 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.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.AllowedCSIDriver" + }, + "type": "array" + }, + "allowedCapabilities": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "allowedFlexVolumes": { + "description": "allowedFlexVolumes is a whitelist of allowed 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.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.AllowedFlexVolume" + }, + "type": "array" + }, + "allowedHostPaths": { + "description": "allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.AllowedHostPath" + }, + "type": "array" + }, + "allowedProcMountTypes": { + "description": "AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.", + "items": { + "type": "string" + }, + "type": "array" + }, + "allowedUnsafeSysctls": { + "description": "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 whitelist all allowed unsafe sysctls explicitly to avoid rejection.\n\nExamples: e.g. \"foo/*\" allows \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" allows \"foo.bar\", \"foo.baz\", etc.", + "items": { + "type": "string" + }, + "type": "array" + }, + "defaultAddCapabilities": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "defaultAllowPrivilegeEscalation": { + "description": "defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.", + "type": "boolean" + }, + "forbiddenSysctls": { + "description": "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.\n\nExamples: e.g. \"foo/*\" forbids \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" forbids \"foo.bar\", \"foo.baz\", etc.", + "items": { + "type": "string" + }, + "type": "array" + }, + "fsGroup": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.FSGroupStrategyOptions", + "description": "fsGroup is the strategy that will dictate what fs group is used by the SecurityContext." + }, + "hostIPC": { + "description": "hostIPC determines if the policy allows the use of HostIPC in the pod spec.", + "type": "boolean" + }, + "hostNetwork": { + "description": "hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.", + "type": "boolean" + }, + "hostPID": { + "description": "hostPID determines if the policy allows the use of HostPID in the pod spec.", + "type": "boolean" + }, + "hostPorts": { + "description": "hostPorts determines which host port ranges are allowed to be exposed.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.HostPortRange" + }, + "type": "array" + }, + "privileged": { + "description": "privileged determines if a pod can request to be run as privileged.", + "type": "boolean" + }, + "readOnlyRootFilesystem": { + "description": "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.", + "type": "boolean" + }, + "requiredDropCapabilities": { + "description": "requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.", + "items": { + "type": "string" + }, + "type": "array" + }, + "runAsGroup": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.RunAsGroupStrategyOptions", + "description": "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." + }, + "runAsUser": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.RunAsUserStrategyOptions", + "description": "runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set." + }, + "runtimeClass": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.RuntimeClassStrategyOptions", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.SELinuxStrategyOptions", + "description": "seLinux is the strategy that will dictate the allowable labels that may be set." + }, + "supplementalGroups": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.SupplementalGroupsStrategyOptions", + "description": "supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext." + }, + "volumes": { + "description": "volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "seLinux", + "runAsUser", + "supplementalGroups", + "fsGroup" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.ReplicaSet": { + "description": "DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1beta2/ReplicaSet. See the release notes for more information. ReplicaSet ensures that a specified number of pod replicas are running at any given time.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "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#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.ReplicaSetSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.ReplicaSetStatus", + "description": "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" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "extensions", + "kind": "ReplicaSet", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.extensions.v1beta1.ReplicaSetCondition": { + "description": "ReplicaSetCondition describes the state of a replica set at a certain point.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "The last time the condition transitioned from one status to another." + }, + "message": { + "description": "A human readable message indicating details about the transition.", + "type": "string" + }, + "reason": { + "description": "The reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status of the condition, one of True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type of replica set condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.ReplicaSetList": { + "description": "ReplicaSetList is a collection of ReplicaSets.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.ReplicaSet" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "extensions", + "kind": "ReplicaSetList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.extensions.v1beta1.ReplicaSetSpec": { + "description": "ReplicaSetSpec is the specification of a ReplicaSet.", + "properties": { + "minReadySeconds": { + "description": "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)", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "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", + "format": "int32", + "type": "integer" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "Selector is a label query over pods that should match the replica count. If the 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 replica set. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors" + }, + "template": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "description": "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" + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.ReplicaSetStatus": { + "description": "ReplicaSetStatus represents the current status of a ReplicaSet.", + "properties": { + "availableReplicas": { + "description": "The number of available replicas (ready for at least minReadySeconds) for this replica set.", + "format": "int32", + "type": "integer" + }, + "conditions": { + "description": "Represents the latest available observations of a replica set's current state.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.ReplicaSetCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "fullyLabeledReplicas": { + "description": "The number of pods that have labels matching the labels of the pod template of the replicaset.", + "format": "int32", + "type": "integer" + }, + "observedGeneration": { + "description": "ObservedGeneration reflects the generation of the most recently observed ReplicaSet.", + "format": "int64", + "type": "integer" + }, + "readyReplicas": { + "description": "The number of ready replicas for this replica set.", + "format": "int32", + "type": "integer" + }, + "replicas": { + "description": "Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "replicas" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.RollbackConfig": { + "description": "DEPRECATED.", + "properties": { + "revision": { + "description": "The revision to rollback to. If set to 0, rollback to the last revision.", + "format": "int64", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.RollingUpdateDaemonSet": { + "description": "Spec to control the desired behavior of daemon set rolling update.", + "properties": { + "maxUnavailable": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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 up. This cannot be 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." + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.RollingUpdateDeployment": { + "description": "Spec to control the desired behavior of rolling update.", + "properties": { + "maxSurge": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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. By default, a value of 1 is used. Example: when this is set to 30%, the new RC 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 RC 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": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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. By default, a fixed value of 1 is used. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods." + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.RunAsGroupStrategyOptions": { + "description": "RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsGroupStrategyOptions from policy API Group instead.", + "properties": { + "ranges": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IDRange" + }, + "type": "array" + }, + "rule": { + "description": "rule is the strategy that will dictate the allowable RunAsGroup values that may be set.", + "type": "string" + } + }, + "required": [ + "rule" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.RunAsUserStrategyOptions": { + "description": "RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.", + "properties": { + "ranges": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IDRange" + }, + "type": "array" + }, + "rule": { + "description": "rule is the strategy that will dictate the allowable RunAsUser values that may be set.", + "type": "string" + } + }, + "required": [ + "rule" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.RuntimeClassStrategyOptions": { + "description": "RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.", + "properties": { + "allowedRuntimeClassNames": { + "description": "allowedRuntimeClassNames is a whitelist 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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "defaultRuntimeClassName": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "allowedRuntimeClassNames" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.SELinuxStrategyOptions": { + "description": "SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.", + "properties": { + "rule": { + "description": "rule is the strategy that will dictate the allowable labels that may be set.", + "type": "string" + }, + "seLinuxOptions": { + "$ref": "#/definitions/io.k8s.api.core.v1.SELinuxOptions", + "description": "seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/" + } + }, + "required": [ + "rule" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.Scale": { + "description": "represents a scaling request for a resource.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.ScaleSpec", + "description": "defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.ScaleStatus", + "description": "current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "extensions", + "kind": "Scale", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.extensions.v1beta1.ScaleSpec": { + "description": "describes the attributes of a scale subresource", + "properties": { + "replicas": { + "description": "desired number of instances for the scaled object.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.ScaleStatus": { + "description": "represents the current status of a scale subresource.", + "properties": { + "replicas": { + "description": "actual number of observed instances of the scaled object.", + "format": "int32", + "type": "integer" + }, + "selector": { + "additionalProperties": { + "type": "string" + }, + "description": "label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors", + "type": "object" + }, + "targetSelector": { + "description": "label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors", + "type": "string" + } + }, + "required": [ + "replicas" + ], + "type": "object" + }, + "io.k8s.api.extensions.v1beta1.SupplementalGroupsStrategyOptions": { + "description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use SupplementalGroupsStrategyOptions from policy API Group instead.", + "properties": { + "ranges": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IDRange" + }, + "type": "array" + }, + "rule": { + "description": "rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.flowcontrol.v1alpha1.FlowDistinguisherMethod": { + "description": "FlowDistinguisherMethod specifies the method of a flow distinguisher.", + "properties": { + "type": { + "description": "`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.", + "type": "string" + } + }, + "required": [ + "type" + ], + "type": "object" + }, + "io.k8s.api.flowcontrol.v1alpha1.FlowSchema": { + "description": "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\".", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.FlowSchemaSpec", + "description": "`spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status" + }, + "status": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.FlowSchemaStatus", + "description": "`status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "flowcontrol.apiserver.k8s.io", + "kind": "FlowSchema", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.flowcontrol.v1alpha1.FlowSchemaCondition": { + "description": "FlowSchemaCondition describes conditions for a FlowSchema.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "`lastTransitionTime` is the last time the condition transitioned from one status to another." + }, + "message": { + "description": "`message` is a human-readable message indicating details about last transition.", + "type": "string" + }, + "reason": { + "description": "`reason` is a unique, one-word, CamelCase reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "`status` is the status of the condition. Can be True, False, Unknown. Required.", + "type": "string" + }, + "type": { + "description": "`type` is the type of the condition. Required.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.flowcontrol.v1alpha1.FlowSchemaList": { + "description": "FlowSchemaList is a list of FlowSchema objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "`items` is a list of FlowSchemas.", + "items": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.FlowSchema" + }, + "type": "array", + "x-kubernetes-list-type": "set" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "`metadata` is the standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "flowcontrol.apiserver.k8s.io", + "kind": "FlowSchemaList", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.flowcontrol.v1alpha1.FlowSchemaSpec": { + "description": "FlowSchemaSpec describes how the FlowSchema's specification looks like.", + "properties": { + "distinguisherMethod": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.FlowDistinguisherMethod", + "description": "`distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string." + }, + "matchingPrecedence": { + "description": "`matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be non-negative. Note that if the precedence is not specified or zero, it will be set to 1000 as default.", + "format": "int32", + "type": "integer" + }, + "priorityLevelConfiguration": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfigurationReference", + "description": "`priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required." + }, + "rules": { + "description": "`rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.", + "items": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.PolicyRulesWithSubjects" + }, + "type": "array", + "x-kubernetes-list-type": "set" + } + }, + "required": [ + "priorityLevelConfiguration" + ], + "type": "object" + }, + "io.k8s.api.flowcontrol.v1alpha1.FlowSchemaStatus": { + "description": "FlowSchemaStatus represents the current state of a FlowSchema.", + "properties": { + "conditions": { + "description": "`conditions` is a list of the current states of FlowSchema.", + "items": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.FlowSchemaCondition" + }, + "type": "array", + "x-kubernetes-list-map-keys": [ + "type" + ], + "x-kubernetes-list-type": "map" + } + }, + "type": "object" + }, + "io.k8s.api.flowcontrol.v1alpha1.GroupSubject": { + "description": "GroupSubject holds detailed information for group-kind subject.", + "properties": { + "name": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "name" + ], + "type": "object" + }, + "io.k8s.api.flowcontrol.v1alpha1.LimitResponse": { + "description": "LimitResponse defines how to handle requests that can not be executed right now.", + "properties": { + "queuing": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.QueuingConfiguration", + "description": "`queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `\"Queue\"`." + }, + "type": { + "description": "`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.", + "type": "string" + } + }, + "required": [ + "type" + ], + "type": "object", + "x-kubernetes-unions": [ + { + "discriminator": "type", + "fields-to-discriminateBy": { + "queuing": "Queuing" + } + } + ] + }, + "io.k8s.api.flowcontrol.v1alpha1.LimitedPriorityLevelConfiguration": { + "description": "LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:\n * How are requests for this priority level limited?\n * What should be done with requests that exceed the limit?", + "properties": { + "assuredConcurrencyShares": { + "description": "`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:\n\n ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )\n\nbigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30.", + "format": "int32", + "type": "integer" + }, + "limitResponse": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.LimitResponse", + "description": "`limitResponse` indicates what to do with requests that can not be executed right now" + } + }, + "type": "object" + }, + "io.k8s.api.flowcontrol.v1alpha1.NonResourcePolicyRule": { + "description": "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.", + "properties": { + "nonResourceURLs": { + "description": "`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:\n - \"/healthz\" is legal\n - \"/hea*\" is illegal\n - \"/hea\" is legal but matches nothing\n - \"/hea/*\" also matches nothing\n - \"/healthz/*\" matches all per-component health checks.\n\"*\" matches all non-resource urls. if it is present, it must be the only entry. Required.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-list-type": "set" + }, + "verbs": { + "description": "`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.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-list-type": "set" + } + }, + "required": [ + "verbs", + "nonResourceURLs" + ], + "type": "object" + }, + "io.k8s.api.flowcontrol.v1alpha1.PolicyRulesWithSubjects": { + "description": "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.", + "properties": { + "nonResourceRules": { + "description": "`nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL.", + "items": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.NonResourcePolicyRule" + }, + "type": "array", + "x-kubernetes-list-type": "set" + }, + "resourceRules": { + "description": "`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.", + "items": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.ResourcePolicyRule" + }, + "type": "array", + "x-kubernetes-list-type": "set" + }, + "subjects": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.Subject" + }, + "type": "array", + "x-kubernetes-list-type": "set" + } + }, + "required": [ + "subjects" + ], + "type": "object" + }, + "io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfiguration": { + "description": "PriorityLevelConfiguration represents the configuration of a priority level.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfigurationSpec", + "description": "`spec` is the specification of the desired behavior of a \"request-priority\". More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status" + }, + "status": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfigurationStatus", + "description": "`status` is the current status of a \"request-priority\". More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "flowcontrol.apiserver.k8s.io", + "kind": "PriorityLevelConfiguration", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfigurationCondition": { + "description": "PriorityLevelConfigurationCondition defines the condition of priority level.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "`lastTransitionTime` is the last time the condition transitioned from one status to another." + }, + "message": { + "description": "`message` is a human-readable message indicating details about last transition.", + "type": "string" + }, + "reason": { + "description": "`reason` is a unique, one-word, CamelCase reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "`status` is the status of the condition. Can be True, False, Unknown. Required.", + "type": "string" + }, + "type": { + "description": "`type` is the type of the condition. Required.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfigurationList": { + "description": "PriorityLevelConfigurationList is a list of PriorityLevelConfiguration objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "`items` is a list of request-priorities.", + "items": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfiguration" + }, + "type": "array", + "x-kubernetes-list-type": "set" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "flowcontrol.apiserver.k8s.io", + "kind": "PriorityLevelConfigurationList", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfigurationReference": { + "description": "PriorityLevelConfigurationReference contains information that points to the \"request-priority\" being used.", + "properties": { + "name": { + "description": "`name` is the name of the priority level configuration being referenced Required.", + "type": "string" + } + }, + "required": [ + "name" + ], + "type": "object" + }, + "io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfigurationSpec": { + "description": "PriorityLevelConfigurationSpec specifies the configuration of a priority level.", + "properties": { + "limited": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.LimitedPriorityLevelConfiguration", + "description": "`limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `\"Limited\"`." + }, + "type": { + "description": "`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.", + "type": "string" + } + }, + "required": [ + "type" + ], + "type": "object", + "x-kubernetes-unions": [ + { + "discriminator": "type", + "fields-to-discriminateBy": { + "limited": "Limited" + } + } + ] + }, + "io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfigurationStatus": { + "description": "PriorityLevelConfigurationStatus represents the current state of a \"request-priority\".", + "properties": { + "conditions": { + "description": "`conditions` is the current state of \"request-priority\".", + "items": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfigurationCondition" + }, + "type": "array", + "x-kubernetes-list-map-keys": [ + "type" + ], + "x-kubernetes-list-type": "map" + } + }, + "type": "object" + }, + "io.k8s.api.flowcontrol.v1alpha1.QueuingConfiguration": { + "description": "QueuingConfiguration holds the configuration parameters for queuing", + "properties": { + "handSize": { + "description": "`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.", + "format": "int32", + "type": "integer" + }, + "queueLengthLimit": { + "description": "`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.", + "format": "int32", + "type": "integer" + }, + "queues": { + "description": "`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.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.flowcontrol.v1alpha1.ResourcePolicyRule": { + "description": "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.", + "properties": { + "apiGroups": { + "description": "`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.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-list-type": "set" + }, + "clusterScope": { + "description": "`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.", + "type": "boolean" + }, + "namespaces": { + "description": "`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.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-list-type": "set" + }, + "resources": { + "description": "`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.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-list-type": "set" + }, + "verbs": { + "description": "`verbs` is a list of matching verbs and may not be empty. \"*\" matches all verbs and, if present, must be the only entry. Required.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-list-type": "set" + } + }, + "required": [ + "verbs", + "apiGroups", + "resources" + ], + "type": "object" + }, + "io.k8s.api.flowcontrol.v1alpha1.ServiceAccountSubject": { + "description": "ServiceAccountSubject holds detailed information for service-account-kind subject.", + "properties": { + "name": { + "description": "`name` is the name of matching ServiceAccount objects, or \"*\" to match regardless of name. Required.", + "type": "string" + }, + "namespace": { + "description": "`namespace` is the namespace of matching ServiceAccount objects. Required.", + "type": "string" + } + }, + "required": [ + "namespace", + "name" + ], + "type": "object" + }, + "io.k8s.api.flowcontrol.v1alpha1.Subject": { + "description": "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.", + "properties": { + "group": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.GroupSubject" + }, + "kind": { + "description": "Required", + "type": "string" + }, + "serviceAccount": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.ServiceAccountSubject" + }, + "user": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1alpha1.UserSubject" + } + }, + "required": [ + "kind" + ], + "type": "object", + "x-kubernetes-unions": [ + { + "discriminator": "kind", + "fields-to-discriminateBy": { + "group": "Group", + "serviceAccount": "ServiceAccount", + "user": "User" + } + } + ] + }, + "io.k8s.api.flowcontrol.v1alpha1.UserSubject": { + "description": "UserSubject holds detailed information for user-kind subject.", + "properties": { + "name": { + "description": "`name` is the username that matches, or \"*\" to match all usernames. Required.", + "type": "string" + } + }, + "required": [ + "name" + ], + "type": "object" + }, + "io.k8s.api.networking.v1.IPBlock": { + "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") 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.", + "properties": { + "cidr": { + "description": "CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\"", + "type": "string" + }, + "except": { + "description": "Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "cidr" + ], + "type": "object" + }, + "io.k8s.api.networking.v1.NetworkPolicy": { + "description": "NetworkPolicy describes what network traffic is allowed for a set of Pods", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicySpec", + "description": "Specification of the desired behavior for this NetworkPolicy." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "networking.k8s.io", + "kind": "NetworkPolicy", + "version": "v1" + } + ] + }, + "io.k8s.api.networking.v1.NetworkPolicyEgressRule": { + "description": "NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8", + "properties": { + "ports": { + "description": "List of destination ports for outgoing traffic. 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.", + "items": { + "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicyPort" + }, + "type": "array" + }, + "to": { + "description": "List of destinations for outgoing traffic of 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 destinations (traffic not restricted by destination). 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 to list.", + "items": { + "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicyPeer" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.networking.v1.NetworkPolicyIngressRule": { + "description": "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.", + "properties": { + "from": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicyPeer" + }, + "type": "array" + }, + "ports": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicyPort" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.networking.v1.NetworkPolicyList": { + "description": "NetworkPolicyList is a list of NetworkPolicy objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of schema objects.", + "items": { + "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicy" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "networking.k8s.io", + "kind": "NetworkPolicyList", + "version": "v1" + } + ] + }, + "io.k8s.api.networking.v1.NetworkPolicyPeer": { + "description": "NetworkPolicyPeer describes a peer to allow traffic from. Only certain combinations of fields are allowed", + "properties": { + "ipBlock": { + "$ref": "#/definitions/io.k8s.api.networking.v1.IPBlock", + "description": "IPBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be." + }, + "namespaceSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces.\n\nIf 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": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "This is a label selector which selects Pods. This field follows standard label selector semantics; if present but empty, it selects all pods.\n\nIf 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." + } + }, + "type": "object" + }, + "io.k8s.api.networking.v1.NetworkPolicyPort": { + "description": "NetworkPolicyPort describes a port to allow traffic on", + "properties": { + "port": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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." + }, + "protocol": { + "description": "The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.networking.v1.NetworkPolicySpec": { + "description": "NetworkPolicySpec provides the specification of a NetworkPolicy", + "properties": { + "egress": { + "description": "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", + "items": { + "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" + }, + "type": "array" + }, + "ingress": { + "description": "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)", + "items": { + "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicyIngressRule" + }, + "type": "array" + }, + "podSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "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": { + "description": "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", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "podSelector" + ], + "type": "object" + }, + "io.k8s.api.networking.v1beta1.HTTPIngressPath": { + "description": "HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.", + "properties": { + "backend": { + "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IngressBackend", + "description": "Backend defines the referenced service endpoint to which the traffic will be forwarded to." + }, + "path": { + "description": "Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) 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 '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.", + "type": "string" + } + }, + "required": [ + "backend" + ], + "type": "object" + }, + "io.k8s.api.networking.v1beta1.HTTPIngressRuleValue": { + "description": "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 '#'.", + "properties": { + "paths": { + "description": "A collection of paths that map requests to backends.", + "items": { + "$ref": "#/definitions/io.k8s.api.networking.v1beta1.HTTPIngressPath" + }, + "type": "array" + } + }, + "required": [ + "paths" + ], + "type": "object" + }, + "io.k8s.api.networking.v1beta1.Ingress": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IngressSpec", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IngressStatus", + "description": "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" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "networking.k8s.io", + "kind": "Ingress", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.networking.v1beta1.IngressBackend": { + "description": "IngressBackend describes all endpoints for a given service and port.", + "properties": { + "serviceName": { + "description": "Specifies the name of the referenced service.", + "type": "string" + }, + "servicePort": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "Specifies the port of the referenced service." + } + }, + "required": [ + "serviceName", + "servicePort" + ], + "type": "object" + }, + "io.k8s.api.networking.v1beta1.IngressList": { + "description": "IngressList is a collection of Ingress.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of Ingress.", + "items": { + "$ref": "#/definitions/io.k8s.api.networking.v1beta1.Ingress" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "networking.k8s.io", + "kind": "IngressList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.networking.v1beta1.IngressRule": { + "description": "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.", + "properties": { + "host": { + "description": "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 the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the\n\t IP in the Spec of the parent Ingress.\n2. The `:` delimiter is not respected because ports are not allowed.\n\t Currently the port of an Ingress is implicitly :80 for http and\n\t :443 for https.\nBoth 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.", + "type": "string" + }, + "http": { + "$ref": "#/definitions/io.k8s.api.networking.v1beta1.HTTPIngressRuleValue" + } + }, + "type": "object" + }, + "io.k8s.api.networking.v1beta1.IngressSpec": { + "description": "IngressSpec describes the Ingress the user wishes to exist.", + "properties": { + "backend": { + "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IngressBackend", + "description": "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." + }, + "rules": { + "description": "A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.", + "items": { + "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IngressRule" + }, + "type": "array" + }, + "tls": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.networking.v1beta1.IngressTLS" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.networking.v1beta1.IngressStatus": { + "description": "IngressStatus describe the current state of the Ingress.", + "properties": { + "loadBalancer": { + "$ref": "#/definitions/io.k8s.api.core.v1.LoadBalancerStatus", + "description": "LoadBalancer contains the current status of the load-balancer." + } + }, + "type": "object" + }, + "io.k8s.api.networking.v1beta1.IngressTLS": { + "description": "IngressTLS describes the transport layer security associated with an Ingress.", + "properties": { + "hosts": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "secretName": { + "description": "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.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.node.v1alpha1.Overhead": { + "description": "Overhead structure represents the resource overhead associated with running a pod.", + "properties": { + "podFixed": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "PodFixed represents the fixed resource overhead associated with running a pod.", + "type": "object" + } + }, + "type": "object" + }, + "io.k8s.api.node.v1alpha1.RuntimeClass": { + "description": "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.md", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.node.v1alpha1.RuntimeClassSpec", + "description": "Specification of the RuntimeClass More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "node.k8s.io", + "kind": "RuntimeClass", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.node.v1alpha1.RuntimeClassList": { + "description": "RuntimeClassList is a list of RuntimeClass objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of schema objects.", + "items": { + "$ref": "#/definitions/io.k8s.api.node.v1alpha1.RuntimeClass" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "node.k8s.io", + "kind": "RuntimeClassList", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.node.v1alpha1.RuntimeClassSpec": { + "description": "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.", + "properties": { + "overhead": { + "$ref": "#/definitions/io.k8s.api.node.v1alpha1.Overhead", + "description": "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": { + "description": "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 conform to the DNS Label (RFC 1123) requirements and is immutable.", + "type": "string" + }, + "scheduling": { + "$ref": "#/definitions/io.k8s.api.node.v1alpha1.Scheduling", + "description": "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." + } + }, + "required": [ + "runtimeHandler" + ], + "type": "object" + }, + "io.k8s.api.node.v1alpha1.Scheduling": { + "description": "Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.", + "properties": { + "nodeSelector": { + "additionalProperties": { + "type": "string" + }, + "description": "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.", + "type": "object" + }, + "tolerations": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Toleration" + }, + "type": "array", + "x-kubernetes-list-type": "atomic" + } + }, + "type": "object" + }, + "io.k8s.api.node.v1beta1.Overhead": { + "description": "Overhead structure represents the resource overhead associated with running a pod.", + "properties": { + "podFixed": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "PodFixed represents the fixed resource overhead associated with running a pod.", + "type": "object" + } + }, + "type": "object" + }, + "io.k8s.api.node.v1beta1.RuntimeClass": { + "description": "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.md", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "handler": { + "description": "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 conform to the DNS Label (RFC 1123) requirements, and is immutable.", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "overhead": { + "$ref": "#/definitions/io.k8s.api.node.v1beta1.Overhead", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.node.v1beta1.Scheduling", + "description": "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." + } + }, + "required": [ + "handler" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "node.k8s.io", + "kind": "RuntimeClass", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.node.v1beta1.RuntimeClassList": { + "description": "RuntimeClassList is a list of RuntimeClass objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of schema objects.", + "items": { + "$ref": "#/definitions/io.k8s.api.node.v1beta1.RuntimeClass" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "node.k8s.io", + "kind": "RuntimeClassList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.node.v1beta1.Scheduling": { + "description": "Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.", + "properties": { + "nodeSelector": { + "additionalProperties": { + "type": "string" + }, + "description": "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.", + "type": "object" + }, + "tolerations": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Toleration" + }, + "type": "array", + "x-kubernetes-list-type": "atomic" + } + }, + "type": "object" + }, + "io.k8s.api.policy.v1beta1.AllowedCSIDriver": { + "description": "AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.", + "properties": { + "name": { + "description": "Name is the registered name of the CSI driver", + "type": "string" + } + }, + "required": [ + "name" + ], + "type": "object" + }, + "io.k8s.api.policy.v1beta1.AllowedFlexVolume": { + "description": "AllowedFlexVolume represents a single Flexvolume that is allowed to be used.", + "properties": { + "driver": { + "description": "driver is the name of the Flexvolume driver.", + "type": "string" + } + }, + "required": [ + "driver" + ], + "type": "object" + }, + "io.k8s.api.policy.v1beta1.AllowedHostPath": { + "description": "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.", + "properties": { + "pathPrefix": { + "description": "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.\n\nExamples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`", + "type": "string" + }, + "readOnly": { + "description": "when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.", + "type": "boolean" + } + }, + "type": "object" + }, + "io.k8s.api.policy.v1beta1.Eviction": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "deleteOptions": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions", + "description": "DeleteOptions may be provided" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "ObjectMeta describes the pod that is being evicted." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "policy", + "kind": "Eviction", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.policy.v1beta1.FSGroupStrategyOptions": { + "description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy.", + "properties": { + "ranges": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.IDRange" + }, + "type": "array" + }, + "rule": { + "description": "rule is the strategy that will dictate what FSGroup is used in the SecurityContext.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.policy.v1beta1.HostPortRange": { + "description": "HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.", + "properties": { + "max": { + "description": "max is the end of the range, inclusive.", + "format": "int32", + "type": "integer" + }, + "min": { + "description": "min is the start of the range, inclusive.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "min", + "max" + ], + "type": "object" + }, + "io.k8s.api.policy.v1beta1.IDRange": { + "description": "IDRange provides a min/max of an allowed range of IDs.", + "properties": { + "max": { + "description": "max is the end of the range, inclusive.", + "format": "int64", + "type": "integer" + }, + "min": { + "description": "min is the start of the range, inclusive.", + "format": "int64", + "type": "integer" + } + }, + "required": [ + "min", + "max" + ], + "type": "object" + }, + "io.k8s.api.policy.v1beta1.PodDisruptionBudget": { + "description": "PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudgetSpec", + "description": "Specification of the desired behavior of the PodDisruptionBudget." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudgetStatus", + "description": "Most recently observed status of the PodDisruptionBudget." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "policy", + "kind": "PodDisruptionBudget", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.policy.v1beta1.PodDisruptionBudgetList": { + "description": "PodDisruptionBudgetList is a collection of PodDisruptionBudgets.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "items": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudget" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "policy", + "kind": "PodDisruptionBudgetList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.policy.v1beta1.PodDisruptionBudgetSpec": { + "description": "PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.", + "properties": { + "maxUnavailable": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "description": "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": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "Label query over pods whose evictions are managed by the disruption budget." + } + }, + "type": "object" + }, + "io.k8s.api.policy.v1beta1.PodDisruptionBudgetStatus": { + "description": "PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.", + "properties": { + "currentHealthy": { + "description": "current number of healthy pods", + "format": "int32", + "type": "integer" + }, + "desiredHealthy": { + "description": "minimum desired number of healthy pods", + "format": "int32", + "type": "integer" + }, + "disruptedPods": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" + }, + "description": "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.", + "type": "object" + }, + "disruptionsAllowed": { + "description": "Number of pod disruptions that are currently allowed.", + "format": "int32", + "type": "integer" + }, + "expectedPods": { + "description": "total number of pods counted by this disruption budget", + "format": "int32", + "type": "integer" + }, + "observedGeneration": { + "description": "Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status information is valid only if observedGeneration equals to PDB's object generation.", + "format": "int64", + "type": "integer" + } + }, + "required": [ + "disruptionsAllowed", + "currentHealthy", + "desiredHealthy", + "expectedPods" + ], + "type": "object" + }, + "io.k8s.api.policy.v1beta1.PodSecurityPolicy": { + "description": "PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicySpec", + "description": "spec defines the policy enforced." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "policy", + "kind": "PodSecurityPolicy", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.policy.v1beta1.PodSecurityPolicyList": { + "description": "PodSecurityPolicyList is a list of PodSecurityPolicy objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "items is a list of schema objects.", + "items": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicy" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "policy", + "kind": "PodSecurityPolicyList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.policy.v1beta1.PodSecurityPolicySpec": { + "description": "PodSecurityPolicySpec defines the policy enforced.", + "properties": { + "allowPrivilegeEscalation": { + "description": "allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.", + "type": "boolean" + }, + "allowedCSIDrivers": { + "description": "AllowedCSIDrivers is a whitelist 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 an alpha field, and is only honored if the API server enables the CSIInlineVolume feature gate.", + "items": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.AllowedCSIDriver" + }, + "type": "array" + }, + "allowedCapabilities": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "allowedFlexVolumes": { + "description": "allowedFlexVolumes is a whitelist of allowed 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.", + "items": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.AllowedFlexVolume" + }, + "type": "array" + }, + "allowedHostPaths": { + "description": "allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.", + "items": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.AllowedHostPath" + }, + "type": "array" + }, + "allowedProcMountTypes": { + "description": "AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.", + "items": { + "type": "string" + }, + "type": "array" + }, + "allowedUnsafeSysctls": { + "description": "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 whitelist all allowed unsafe sysctls explicitly to avoid rejection.\n\nExamples: e.g. \"foo/*\" allows \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" allows \"foo.bar\", \"foo.baz\", etc.", + "items": { + "type": "string" + }, + "type": "array" + }, + "defaultAddCapabilities": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "defaultAllowPrivilegeEscalation": { + "description": "defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.", + "type": "boolean" + }, + "forbiddenSysctls": { + "description": "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.\n\nExamples: e.g. \"foo/*\" forbids \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" forbids \"foo.bar\", \"foo.baz\", etc.", + "items": { + "type": "string" + }, + "type": "array" + }, + "fsGroup": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.FSGroupStrategyOptions", + "description": "fsGroup is the strategy that will dictate what fs group is used by the SecurityContext." + }, + "hostIPC": { + "description": "hostIPC determines if the policy allows the use of HostIPC in the pod spec.", + "type": "boolean" + }, + "hostNetwork": { + "description": "hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.", + "type": "boolean" + }, + "hostPID": { + "description": "hostPID determines if the policy allows the use of HostPID in the pod spec.", + "type": "boolean" + }, + "hostPorts": { + "description": "hostPorts determines which host port ranges are allowed to be exposed.", + "items": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.HostPortRange" + }, + "type": "array" + }, + "privileged": { + "description": "privileged determines if a pod can request to be run as privileged.", + "type": "boolean" + }, + "readOnlyRootFilesystem": { + "description": "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.", + "type": "boolean" + }, + "requiredDropCapabilities": { + "description": "requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.", + "items": { + "type": "string" + }, + "type": "array" + }, + "runAsGroup": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.RunAsGroupStrategyOptions", + "description": "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." + }, + "runAsUser": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.RunAsUserStrategyOptions", + "description": "runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set." + }, + "runtimeClass": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.RuntimeClassStrategyOptions", + "description": "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": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.SELinuxStrategyOptions", + "description": "seLinux is the strategy that will dictate the allowable labels that may be set." + }, + "supplementalGroups": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.SupplementalGroupsStrategyOptions", + "description": "supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext." + }, + "volumes": { + "description": "volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "seLinux", + "runAsUser", + "supplementalGroups", + "fsGroup" + ], + "type": "object" + }, + "io.k8s.api.policy.v1beta1.RunAsGroupStrategyOptions": { + "description": "RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.", + "properties": { + "ranges": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.IDRange" + }, + "type": "array" + }, + "rule": { + "description": "rule is the strategy that will dictate the allowable RunAsGroup values that may be set.", + "type": "string" + } + }, + "required": [ + "rule" + ], + "type": "object" + }, + "io.k8s.api.policy.v1beta1.RunAsUserStrategyOptions": { + "description": "RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.", + "properties": { + "ranges": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.IDRange" + }, + "type": "array" + }, + "rule": { + "description": "rule is the strategy that will dictate the allowable RunAsUser values that may be set.", + "type": "string" + } + }, + "required": [ + "rule" + ], + "type": "object" + }, + "io.k8s.api.policy.v1beta1.RuntimeClassStrategyOptions": { + "description": "RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.", + "properties": { + "allowedRuntimeClassNames": { + "description": "allowedRuntimeClassNames is a whitelist 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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "defaultRuntimeClassName": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "allowedRuntimeClassNames" + ], + "type": "object" + }, + "io.k8s.api.policy.v1beta1.SELinuxStrategyOptions": { + "description": "SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.", + "properties": { + "rule": { + "description": "rule is the strategy that will dictate the allowable labels that may be set.", + "type": "string" + }, + "seLinuxOptions": { + "$ref": "#/definitions/io.k8s.api.core.v1.SELinuxOptions", + "description": "seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/" + } + }, + "required": [ + "rule" + ], + "type": "object" + }, + "io.k8s.api.policy.v1beta1.SupplementalGroupsStrategyOptions": { + "description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.", + "properties": { + "ranges": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.policy.v1beta1.IDRange" + }, + "type": "array" + }, + "rule": { + "description": "rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.rbac.v1.AggregationRule": { + "description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole", + "properties": { + "clusterRoleSelectors": { + "description": "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", + "items": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.rbac.v1.ClusterRole": { + "description": "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.", + "properties": { + "aggregationRule": { + "$ref": "#/definitions/io.k8s.api.rbac.v1.AggregationRule", + "description": "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": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata." + }, + "rules": { + "description": "Rules holds all the PolicyRules for this ClusterRole", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1.PolicyRule" + }, + "type": "array" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "ClusterRole", + "version": "v1" + } + ] + }, + "io.k8s.api.rbac.v1.ClusterRoleBinding": { + "description": "ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata." + }, + "roleRef": { + "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleRef", + "description": "RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error." + }, + "subjects": { + "description": "Subjects holds references to the objects the role applies to.", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1.Subject" + }, + "type": "array" + } + }, + "required": [ + "roleRef" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "ClusterRoleBinding", + "version": "v1" + } + ] + }, + "io.k8s.api.rbac.v1.ClusterRoleBindingList": { + "description": "ClusterRoleBindingList is a collection of ClusterRoleBindings", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of ClusterRoleBindings", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard object's metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "ClusterRoleBindingList", + "version": "v1" + } + ] + }, + "io.k8s.api.rbac.v1.ClusterRoleList": { + "description": "ClusterRoleList is a collection of ClusterRoles", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of ClusterRoles", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1.ClusterRole" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard object's metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "ClusterRoleList", + "version": "v1" + } + ] + }, + "io.k8s.api.rbac.v1.PolicyRule": { + "description": "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.", + "properties": { + "apiGroups": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "nonResourceURLs": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "resourceNames": { + "description": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.", + "items": { + "type": "string" + }, + "type": "array" + }, + "resources": { + "description": "Resources is a list of resources this rule applies to. ResourceAll represents all resources.", + "items": { + "type": "string" + }, + "type": "array" + }, + "verbs": { + "description": "Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "verbs" + ], + "type": "object" + }, + "io.k8s.api.rbac.v1.Role": { + "description": "Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata." + }, + "rules": { + "description": "Rules holds all the PolicyRules for this Role", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1.PolicyRule" + }, + "type": "array" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "Role", + "version": "v1" + } + ] + }, + "io.k8s.api.rbac.v1.RoleBinding": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata." + }, + "roleRef": { + "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleRef", + "description": "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": { + "description": "Subjects holds references to the objects the role applies to.", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1.Subject" + }, + "type": "array" + } + }, + "required": [ + "roleRef" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "RoleBinding", + "version": "v1" + } + ] + }, + "io.k8s.api.rbac.v1.RoleBindingList": { + "description": "RoleBindingList is a collection of RoleBindings", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of RoleBindings", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleBinding" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard object's metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "RoleBindingList", + "version": "v1" + } + ] + }, + "io.k8s.api.rbac.v1.RoleList": { + "description": "RoleList is a collection of Roles", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of Roles", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1.Role" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard object's metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "RoleList", + "version": "v1" + } + ] + }, + "io.k8s.api.rbac.v1.RoleRef": { + "description": "RoleRef contains information that points to the role being used", + "properties": { + "apiGroup": { + "description": "APIGroup is the group for the resource being referenced", + "type": "string" + }, + "kind": { + "description": "Kind is the type of resource being referenced", + "type": "string" + }, + "name": { + "description": "Name is the name of resource being referenced", + "type": "string" + } + }, + "required": [ + "apiGroup", + "kind", + "name" + ], + "type": "object" + }, + "io.k8s.api.rbac.v1.Subject": { + "description": "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.", + "properties": { + "apiGroup": { + "description": "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.", + "type": "string" + }, + "kind": { + "description": "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.", + "type": "string" + }, + "name": { + "description": "Name of the object being referenced.", + "type": "string" + }, + "namespace": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "kind", + "name" + ], + "type": "object" + }, + "io.k8s.api.rbac.v1alpha1.AggregationRule": { + "description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole", + "properties": { + "clusterRoleSelectors": { + "description": "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", + "items": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.rbac.v1alpha1.ClusterRole": { + "description": "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.20.", + "properties": { + "aggregationRule": { + "$ref": "#/definitions/io.k8s.api.rbac.v1alpha1.AggregationRule", + "description": "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": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata." + }, + "rules": { + "description": "Rules holds all the PolicyRules for this ClusterRole", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1alpha1.PolicyRule" + }, + "type": "array" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "ClusterRole", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.rbac.v1alpha1.ClusterRoleBinding": { + "description": "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.20.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata." + }, + "roleRef": { + "$ref": "#/definitions/io.k8s.api.rbac.v1alpha1.RoleRef", + "description": "RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error." + }, + "subjects": { + "description": "Subjects holds references to the objects the role applies to.", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1alpha1.Subject" + }, + "type": "array" + } + }, + "required": [ + "roleRef" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "ClusterRoleBinding", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.rbac.v1alpha1.ClusterRoleBindingList": { + "description": "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.20.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of ClusterRoleBindings", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1alpha1.ClusterRoleBinding" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard object's metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "ClusterRoleBindingList", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.rbac.v1alpha1.ClusterRoleList": { + "description": "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.20.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of ClusterRoles", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1alpha1.ClusterRole" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard object's metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "ClusterRoleList", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.rbac.v1alpha1.PolicyRule": { + "description": "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.", + "properties": { + "apiGroups": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "nonResourceURLs": { + "description": "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 This name is intentionally different than the internal type so that the DefaultConvert works nicely and because the ordering may be different. 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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "resourceNames": { + "description": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.", + "items": { + "type": "string" + }, + "type": "array" + }, + "resources": { + "description": "Resources is a list of resources this rule applies to. ResourceAll represents all resources.", + "items": { + "type": "string" + }, + "type": "array" + }, + "verbs": { + "description": "Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "verbs" + ], + "type": "object" + }, + "io.k8s.api.rbac.v1alpha1.Role": { + "description": "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.20.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata." + }, + "rules": { + "description": "Rules holds all the PolicyRules for this Role", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1alpha1.PolicyRule" + }, + "type": "array" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "Role", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.rbac.v1alpha1.RoleBinding": { + "description": "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.20.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata." + }, + "roleRef": { + "$ref": "#/definitions/io.k8s.api.rbac.v1alpha1.RoleRef", + "description": "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": { + "description": "Subjects holds references to the objects the role applies to.", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1alpha1.Subject" + }, + "type": "array" + } + }, + "required": [ + "roleRef" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "RoleBinding", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.rbac.v1alpha1.RoleBindingList": { + "description": "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.20.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of RoleBindings", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1alpha1.RoleBinding" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard object's metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "RoleBindingList", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.rbac.v1alpha1.RoleList": { + "description": "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.20.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of Roles", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1alpha1.Role" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard object's metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "RoleList", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.rbac.v1alpha1.RoleRef": { + "description": "RoleRef contains information that points to the role being used", + "properties": { + "apiGroup": { + "description": "APIGroup is the group for the resource being referenced", + "type": "string" + }, + "kind": { + "description": "Kind is the type of resource being referenced", + "type": "string" + }, + "name": { + "description": "Name is the name of resource being referenced", + "type": "string" + } + }, + "required": [ + "apiGroup", + "kind", + "name" + ], + "type": "object" + }, + "io.k8s.api.rbac.v1alpha1.Subject": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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.", + "type": "string" + }, + "kind": { + "description": "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.", + "type": "string" + }, + "name": { + "description": "Name of the object being referenced.", + "type": "string" + }, + "namespace": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "kind", + "name" + ], + "type": "object" + }, + "io.k8s.api.rbac.v1beta1.AggregationRule": { + "description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole", + "properties": { + "clusterRoleSelectors": { + "description": "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", + "items": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.rbac.v1beta1.ClusterRole": { + "description": "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.20.", + "properties": { + "aggregationRule": { + "$ref": "#/definitions/io.k8s.api.rbac.v1beta1.AggregationRule", + "description": "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": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata." + }, + "rules": { + "description": "Rules holds all the PolicyRules for this ClusterRole", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1beta1.PolicyRule" + }, + "type": "array" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "ClusterRole", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.rbac.v1beta1.ClusterRoleBinding": { + "description": "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.20.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata." + }, + "roleRef": { + "$ref": "#/definitions/io.k8s.api.rbac.v1beta1.RoleRef", + "description": "RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error." + }, + "subjects": { + "description": "Subjects holds references to the objects the role applies to.", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1beta1.Subject" + }, + "type": "array" + } + }, + "required": [ + "roleRef" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "ClusterRoleBinding", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.rbac.v1beta1.ClusterRoleBindingList": { + "description": "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.20.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of ClusterRoleBindings", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleBinding" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard object's metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "ClusterRoleBindingList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.rbac.v1beta1.ClusterRoleList": { + "description": "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.20.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of ClusterRoles", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1beta1.ClusterRole" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard object's metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "ClusterRoleList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.rbac.v1beta1.PolicyRule": { + "description": "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.", + "properties": { + "apiGroups": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "nonResourceURLs": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "resourceNames": { + "description": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.", + "items": { + "type": "string" + }, + "type": "array" + }, + "resources": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "verbs": { + "description": "Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "verbs" + ], + "type": "object" + }, + "io.k8s.api.rbac.v1beta1.Role": { + "description": "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.20.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata." + }, + "rules": { + "description": "Rules holds all the PolicyRules for this Role", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1beta1.PolicyRule" + }, + "type": "array" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "Role", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.rbac.v1beta1.RoleBinding": { + "description": "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.20.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata." + }, + "roleRef": { + "$ref": "#/definitions/io.k8s.api.rbac.v1beta1.RoleRef", + "description": "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": { + "description": "Subjects holds references to the objects the role applies to.", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1beta1.Subject" + }, + "type": "array" + } + }, + "required": [ + "roleRef" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "RoleBinding", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.rbac.v1beta1.RoleBindingList": { + "description": "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.20.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of RoleBindings", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1beta1.RoleBinding" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard object's metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "RoleBindingList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.rbac.v1beta1.RoleList": { + "description": "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.20.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of Roles", + "items": { + "$ref": "#/definitions/io.k8s.api.rbac.v1beta1.Role" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard object's metadata." + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "rbac.authorization.k8s.io", + "kind": "RoleList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.rbac.v1beta1.RoleRef": { + "description": "RoleRef contains information that points to the role being used", + "properties": { + "apiGroup": { + "description": "APIGroup is the group for the resource being referenced", + "type": "string" + }, + "kind": { + "description": "Kind is the type of resource being referenced", + "type": "string" + }, + "name": { + "description": "Name is the name of resource being referenced", + "type": "string" + } + }, + "required": [ + "apiGroup", + "kind", + "name" + ], + "type": "object" + }, + "io.k8s.api.rbac.v1beta1.Subject": { + "description": "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.", + "properties": { + "apiGroup": { + "description": "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.", + "type": "string" + }, + "kind": { + "description": "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.", + "type": "string" + }, + "name": { + "description": "Name of the object being referenced.", + "type": "string" + }, + "namespace": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "kind", + "name" + ], + "type": "object" + }, + "io.k8s.api.scheduling.v1.PriorityClass": { + "description": "PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "description": { + "description": "description is an arbitrary string that usually provides guidelines on when this priority class should be used.", + "type": "string" + }, + "globalDefault": { + "description": "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.", + "type": "boolean" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "preemptionPolicy": { + "description": "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.", + "type": "string" + }, + "value": { + "description": "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.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "value" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "scheduling.k8s.io", + "kind": "PriorityClass", + "version": "v1" + } + ] + }, + "io.k8s.api.scheduling.v1.PriorityClassList": { + "description": "PriorityClassList is a collection of priority classes.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "items is the list of PriorityClasses", + "items": { + "$ref": "#/definitions/io.k8s.api.scheduling.v1.PriorityClass" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "scheduling.k8s.io", + "kind": "PriorityClassList", + "version": "v1" + } + ] + }, + "io.k8s.api.scheduling.v1alpha1.PriorityClass": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "description": { + "description": "description is an arbitrary string that usually provides guidelines on when this priority class should be used.", + "type": "string" + }, + "globalDefault": { + "description": "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.", + "type": "boolean" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "preemptionPolicy": { + "description": "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.", + "type": "string" + }, + "value": { + "description": "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.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "value" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "scheduling.k8s.io", + "kind": "PriorityClass", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.scheduling.v1alpha1.PriorityClassList": { + "description": "PriorityClassList is a collection of priority classes.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "items is the list of PriorityClasses", + "items": { + "$ref": "#/definitions/io.k8s.api.scheduling.v1alpha1.PriorityClass" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "scheduling.k8s.io", + "kind": "PriorityClassList", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.scheduling.v1beta1.PriorityClass": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "description": { + "description": "description is an arbitrary string that usually provides guidelines on when this priority class should be used.", + "type": "string" + }, + "globalDefault": { + "description": "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.", + "type": "boolean" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "preemptionPolicy": { + "description": "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.", + "type": "string" + }, + "value": { + "description": "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.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "value" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "scheduling.k8s.io", + "kind": "PriorityClass", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.scheduling.v1beta1.PriorityClassList": { + "description": "PriorityClassList is a collection of priority classes.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "items is the list of PriorityClasses", + "items": { + "$ref": "#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "scheduling.k8s.io", + "kind": "PriorityClassList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.settings.v1alpha1.PodPreset": { + "description": "PodPreset is a policy resource that defines additional runtime requirements for a Pod.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPresetSpec" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "settings.k8s.io", + "kind": "PodPreset", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.settings.v1alpha1.PodPresetList": { + "description": "PodPresetList is a list of PodPreset objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is a list of schema objects.", + "items": { + "$ref": "#/definitions/io.k8s.api.settings.v1alpha1.PodPreset" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "settings.k8s.io", + "kind": "PodPresetList", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.settings.v1alpha1.PodPresetSpec": { + "description": "PodPresetSpec is a description of a pod preset.", + "properties": { + "env": { + "description": "Env defines the collection of EnvVar to inject into containers.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.EnvVar" + }, + "type": "array" + }, + "envFrom": { + "description": "EnvFrom defines the collection of EnvFromSource to inject into containers.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.EnvFromSource" + }, + "type": "array" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "Selector is a label query over a set of resources, in this case pods. Required." + }, + "volumeMounts": { + "description": "VolumeMounts defines the collection of VolumeMount to inject into containers.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.VolumeMount" + }, + "type": "array" + }, + "volumes": { + "description": "Volumes defines the collection of Volume to inject into the pod.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.Volume" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.storage.v1.CSINode": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "metadata.name must be the Kubernetes node name." + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.storage.v1.CSINodeSpec", + "description": "spec is the specification of CSINode" + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "CSINode", + "version": "v1" + } + ] + }, + "io.k8s.api.storage.v1.CSINodeDriver": { + "description": "CSINodeDriver holds information about the specification of one CSI driver installed on a node", + "properties": { + "allocatable": { + "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeNodeResources", + "description": "allocatable represents the volume resources of a node that are available for scheduling. This field is beta." + }, + "name": { + "description": "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.", + "type": "string" + }, + "nodeID": { + "description": "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.", + "type": "string" + }, + "topologyKeys": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "name", + "nodeID" + ], + "type": "object" + }, + "io.k8s.api.storage.v1.CSINodeList": { + "description": "CSINodeList is a collection of CSINode objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "items is the list of CSINode", + "items": { + "$ref": "#/definitions/io.k8s.api.storage.v1.CSINode" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "CSINodeList", + "version": "v1" + } + ] + }, + "io.k8s.api.storage.v1.CSINodeSpec": { + "description": "CSINodeSpec holds information about the specification of all CSI drivers installed on a node", + "properties": { + "drivers": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.storage.v1.CSINodeDriver" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + } + }, + "required": [ + "drivers" + ], + "type": "object" + }, + "io.k8s.api.storage.v1.StorageClass": { + "description": "StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.\n\nStorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.", + "properties": { + "allowVolumeExpansion": { + "description": "AllowVolumeExpansion shows whether the storage class allow volume expand", + "type": "boolean" + }, + "allowedTopologies": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.TopologySelectorTerm" + }, + "type": "array" + }, + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "mountOptions": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "parameters": { + "additionalProperties": { + "type": "string" + }, + "description": "Parameters holds the parameters for the provisioner that should create volumes of this storage class.", + "type": "object" + }, + "provisioner": { + "description": "Provisioner indicates the type of the provisioner.", + "type": "string" + }, + "reclaimPolicy": { + "description": "Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.", + "type": "string" + }, + "volumeBindingMode": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "provisioner" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "StorageClass", + "version": "v1" + } + ] + }, + "io.k8s.api.storage.v1.StorageClassList": { + "description": "StorageClassList is a collection of storage classes.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of StorageClasses", + "items": { + "$ref": "#/definitions/io.k8s.api.storage.v1.StorageClass" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "StorageClassList", + "version": "v1" + } + ] + }, + "io.k8s.api.storage.v1.VolumeAttachment": { + "description": "VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.\n\nVolumeAttachment objects are non-namespaced.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSpec", + "description": "Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachmentStatus", + "description": "Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher." + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "VolumeAttachment", + "version": "v1" + } + ] + }, + "io.k8s.api.storage.v1.VolumeAttachmentList": { + "description": "VolumeAttachmentList is a collection of VolumeAttachment objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of VolumeAttachments", + "items": { + "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "VolumeAttachmentList", + "version": "v1" + } + ] + }, + "io.k8s.api.storage.v1.VolumeAttachmentSource": { + "description": "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.", + "properties": { + "inlineVolumeSpec": { + "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec", + "description": "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." + }, + "persistentVolumeName": { + "description": "Name of the persistent volume to attach.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.storage.v1.VolumeAttachmentSpec": { + "description": "VolumeAttachmentSpec is the specification of a VolumeAttachment request.", + "properties": { + "attacher": { + "description": "Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().", + "type": "string" + }, + "nodeName": { + "description": "The node that the volume should be attached to.", + "type": "string" + }, + "source": { + "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSource", + "description": "Source represents the volume that should be attached." + } + }, + "required": [ + "attacher", + "source", + "nodeName" + ], + "type": "object" + }, + "io.k8s.api.storage.v1.VolumeAttachmentStatus": { + "description": "VolumeAttachmentStatus is the status of a VolumeAttachment request.", + "properties": { + "attachError": { + "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeError", + "description": "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": { + "description": "Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.", + "type": "boolean" + }, + "attachmentMetadata": { + "additionalProperties": { + "type": "string" + }, + "description": "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.", + "type": "object" + }, + "detachError": { + "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeError", + "description": "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." + } + }, + "required": [ + "attached" + ], + "type": "object" + }, + "io.k8s.api.storage.v1.VolumeError": { + "description": "VolumeError captures an error encountered during a volume operation.", + "properties": { + "message": { + "description": "String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.", + "type": "string" + }, + "time": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Time the error was encountered." + } + }, + "type": "object" + }, + "io.k8s.api.storage.v1.VolumeNodeResources": { + "description": "VolumeNodeResources is a set of resource limits for scheduling of volumes.", + "properties": { + "count": { + "description": "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.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.api.storage.v1alpha1.VolumeAttachment": { + "description": "VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.\n\nVolumeAttachment objects are non-namespaced.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachmentSpec", + "description": "Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachmentStatus", + "description": "Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher." + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "VolumeAttachment", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.storage.v1alpha1.VolumeAttachmentList": { + "description": "VolumeAttachmentList is a collection of VolumeAttachment objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of VolumeAttachments", + "items": { + "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachment" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "VolumeAttachmentList", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.storage.v1alpha1.VolumeAttachmentSource": { + "description": "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.", + "properties": { + "inlineVolumeSpec": { + "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec", + "description": "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." + }, + "persistentVolumeName": { + "description": "Name of the persistent volume to attach.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.storage.v1alpha1.VolumeAttachmentSpec": { + "description": "VolumeAttachmentSpec is the specification of a VolumeAttachment request.", + "properties": { + "attacher": { + "description": "Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().", + "type": "string" + }, + "nodeName": { + "description": "The node that the volume should be attached to.", + "type": "string" + }, + "source": { + "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachmentSource", + "description": "Source represents the volume that should be attached." + } + }, + "required": [ + "attacher", + "source", + "nodeName" + ], + "type": "object" + }, + "io.k8s.api.storage.v1alpha1.VolumeAttachmentStatus": { + "description": "VolumeAttachmentStatus is the status of a VolumeAttachment request.", + "properties": { + "attachError": { + "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeError", + "description": "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": { + "description": "Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.", + "type": "boolean" + }, + "attachmentMetadata": { + "additionalProperties": { + "type": "string" + }, + "description": "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.", + "type": "object" + }, + "detachError": { + "$ref": "#/definitions/io.k8s.api.storage.v1alpha1.VolumeError", + "description": "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." + } + }, + "required": [ + "attached" + ], + "type": "object" + }, + "io.k8s.api.storage.v1alpha1.VolumeError": { + "description": "VolumeError captures an error encountered during a volume operation.", + "properties": { + "message": { + "description": "String detailing the error encountered during Attach or Detach operation. This string maybe logged, so it should not contain sensitive information.", + "type": "string" + }, + "time": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Time the error was encountered." + } + }, + "type": "object" + }, + "io.k8s.api.storage.v1beta1.CSIDriver": { + "description": "CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. CSI drivers do not need to create the CSIDriver object directly. Instead they may use the cluster-driver-registrar sidecar container. When deployed with a CSI driver it automatically creates a CSIDriver object representing the driver. 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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "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" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.storage.v1beta1.CSIDriverSpec", + "description": "Specification of the CSI Driver." + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "CSIDriver", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.storage.v1beta1.CSIDriverList": { + "description": "CSIDriverList is a collection of CSIDriver objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "items is the list of CSIDriver", + "items": { + "$ref": "#/definitions/io.k8s.api.storage.v1beta1.CSIDriver" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "CSIDriverList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.storage.v1beta1.CSIDriverSpec": { + "description": "CSIDriverSpec is the specification of a CSIDriver.", + "properties": { + "attachRequired": { + "description": "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.", + "type": "boolean" + }, + "podInfoOnMount": { + "description": "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\" iff the volume is an ephemeral inline volume\n defined by a CSIVolumeSource, otherwise \"false\"\n\n\"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.", + "type": "boolean" + }, + "volumeLifecycleModes": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "io.k8s.api.storage.v1beta1.CSINode": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "metadata.name must be the Kubernetes node name." + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.storage.v1beta1.CSINodeSpec", + "description": "spec is the specification of CSINode" + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "CSINode", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.storage.v1beta1.CSINodeDriver": { + "description": "CSINodeDriver holds information about the specification of one CSI driver installed on a node", + "properties": { + "allocatable": { + "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeNodeResources", + "description": "allocatable represents the volume resources of a node that are available for scheduling." + }, + "name": { + "description": "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.", + "type": "string" + }, + "nodeID": { + "description": "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.", + "type": "string" + }, + "topologyKeys": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "name", + "nodeID" + ], + "type": "object" + }, + "io.k8s.api.storage.v1beta1.CSINodeList": { + "description": "CSINodeList is a collection of CSINode objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "items is the list of CSINode", + "items": { + "$ref": "#/definitions/io.k8s.api.storage.v1beta1.CSINode" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "CSINodeList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.storage.v1beta1.CSINodeSpec": { + "description": "CSINodeSpec holds information about the specification of all CSI drivers installed on a node", + "properties": { + "drivers": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.storage.v1beta1.CSINodeDriver" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + } + }, + "required": [ + "drivers" + ], + "type": "object" + }, + "io.k8s.api.storage.v1beta1.StorageClass": { + "description": "StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.\n\nStorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.", + "properties": { + "allowVolumeExpansion": { + "description": "AllowVolumeExpansion shows whether the storage class allow volume expand", + "type": "boolean" + }, + "allowedTopologies": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.TopologySelectorTerm" + }, + "type": "array" + }, + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "mountOptions": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "parameters": { + "additionalProperties": { + "type": "string" + }, + "description": "Parameters holds the parameters for the provisioner that should create volumes of this storage class.", + "type": "object" + }, + "provisioner": { + "description": "Provisioner indicates the type of the provisioner.", + "type": "string" + }, + "reclaimPolicy": { + "description": "Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.", + "type": "string" + }, + "volumeBindingMode": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "provisioner" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "StorageClass", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.storage.v1beta1.StorageClassList": { + "description": "StorageClassList is a collection of storage classes.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of StorageClasses", + "items": { + "$ref": "#/definitions/io.k8s.api.storage.v1beta1.StorageClass" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "StorageClassList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.storage.v1beta1.VolumeAttachment": { + "description": "VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.\n\nVolumeAttachment objects are non-namespaced.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachmentSpec", + "description": "Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachmentStatus", + "description": "Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher." + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "VolumeAttachment", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.storage.v1beta1.VolumeAttachmentList": { + "description": "VolumeAttachmentList is a collection of VolumeAttachment objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "Items is the list of VolumeAttachments", + "items": { + "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachment" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "storage.k8s.io", + "kind": "VolumeAttachmentList", + "version": "v1beta1" + } + ] + }, + "io.k8s.api.storage.v1beta1.VolumeAttachmentSource": { + "description": "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.", + "properties": { + "inlineVolumeSpec": { + "$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec", + "description": "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." + }, + "persistentVolumeName": { + "description": "Name of the persistent volume to attach.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.api.storage.v1beta1.VolumeAttachmentSpec": { + "description": "VolumeAttachmentSpec is the specification of a VolumeAttachment request.", + "properties": { + "attacher": { + "description": "Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().", + "type": "string" + }, + "nodeName": { + "description": "The node that the volume should be attached to.", + "type": "string" + }, + "source": { + "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachmentSource", + "description": "Source represents the volume that should be attached." + } + }, + "required": [ + "attacher", + "source", + "nodeName" + ], + "type": "object" + }, + "io.k8s.api.storage.v1beta1.VolumeAttachmentStatus": { + "description": "VolumeAttachmentStatus is the status of a VolumeAttachment request.", + "properties": { + "attachError": { + "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeError", + "description": "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": { + "description": "Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.", + "type": "boolean" + }, + "attachmentMetadata": { + "additionalProperties": { + "type": "string" + }, + "description": "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.", + "type": "object" + }, + "detachError": { + "$ref": "#/definitions/io.k8s.api.storage.v1beta1.VolumeError", + "description": "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." + } + }, + "required": [ + "attached" + ], + "type": "object" + }, + "io.k8s.api.storage.v1beta1.VolumeError": { + "description": "VolumeError captures an error encountered during a volume operation.", + "properties": { + "message": { + "description": "String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.", + "type": "string" + }, + "time": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Time the error was encountered." + } + }, + "type": "object" + }, + "io.k8s.api.storage.v1beta1.VolumeNodeResources": { + "description": "VolumeNodeResources is a set of resource limits for scheduling of volumes.", + "properties": { + "count": { + "description": "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.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceColumnDefinition": { + "description": "CustomResourceColumnDefinition specifies a column for server side printing.", + "properties": { + "description": { + "description": "description is a human readable description of this column.", + "type": "string" + }, + "format": { + "description": "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.", + "type": "string" + }, + "jsonPath": { + "description": "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.", + "type": "string" + }, + "name": { + "description": "name is a human readable name for the column.", + "type": "string" + }, + "priority": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "type": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "name", + "type", + "jsonPath" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceConversion": { + "description": "CustomResourceConversion describes how to convert different versions of a CR.", + "properties": { + "strategy": { + "description": "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\n is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.", + "type": "string" + }, + "webhook": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookConversion", + "description": "webhook describes how to call the conversion webhook. Required when `strategy` is set to `Webhook`." + } + }, + "required": [ + "strategy" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition": { + "description": "CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec", + "description": "spec describes how the user wants the resources to appear" + }, + "status": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionStatus", + "description": "status indicates the actual state of the CustomResourceDefinition" + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apiextensions.k8s.io", + "kind": "CustomResourceDefinition", + "version": "v1" + } + ] + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionCondition": { + "description": "CustomResourceDefinitionCondition contains details for the current condition of this pod.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "lastTransitionTime last time the condition transitioned from one status to another." + }, + "message": { + "description": "message is a human-readable message indicating details about last transition.", + "type": "string" + }, + "reason": { + "description": "reason is a unique, one-word, CamelCase reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "status is the status of the condition. Can be True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "type is the type of the condition. Types include Established, NamesAccepted and Terminating.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionList": { + "description": "CustomResourceDefinitionList is a list of CustomResourceDefinition objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "items list individual CustomResourceDefinition objects", + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apiextensions.k8s.io", + "kind": "CustomResourceDefinitionList", + "version": "v1" + } + ] + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames": { + "description": "CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition", + "properties": { + "categories": { + "description": "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`.", + "items": { + "type": "string" + }, + "type": "array" + }, + "kind": { + "description": "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.", + "type": "string" + }, + "listKind": { + "description": "listKind is the serialized kind of the list for this resource. Defaults to \"`kind`List\".", + "type": "string" + }, + "plural": { + "description": "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.", + "type": "string" + }, + "shortNames": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "singular": { + "description": "singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.", + "type": "string" + } + }, + "required": [ + "plural", + "kind" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec": { + "description": "CustomResourceDefinitionSpec describes how a user wants their resource to appear", + "properties": { + "conversion": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceConversion", + "description": "conversion defines conversion settings for the CRD." + }, + "group": { + "description": "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 `.`).", + "type": "string" + }, + "names": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames", + "description": "names specify the resource and kind names for the custom resource." + }, + "preserveUnknownFields": { + "description": "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.", + "type": "boolean" + }, + "scope": { + "description": "scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.", + "type": "string" + }, + "versions": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion" + }, + "type": "array" + } + }, + "required": [ + "group", + "names", + "scope", + "versions" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionStatus": { + "description": "CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition", + "properties": { + "acceptedNames": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames", + "description": "acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec." + }, + "conditions": { + "description": "conditions indicate state for particular aspects of a CustomResourceDefinition", + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionCondition" + }, + "type": "array" + }, + "storedVersions": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "acceptedNames", + "storedVersions" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion": { + "description": "CustomResourceDefinitionVersion describes a version for CRD.", + "properties": { + "additionalPrinterColumns": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceColumnDefinition" + }, + "type": "array" + }, + "name": { + "description": "name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis///...` if `served` is true.", + "type": "string" + }, + "schema": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceValidation", + "description": "schema describes the schema used for validation, pruning, and defaulting of this version of the custom resource." + }, + "served": { + "description": "served is a flag enabling/disabling this version from being served via REST APIs", + "type": "boolean" + }, + "storage": { + "description": "storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.", + "type": "boolean" + }, + "subresources": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresources", + "description": "subresources specify what subresources this version of the defined custom resource have." + } + }, + "required": [ + "name", + "served", + "storage" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceScale": { + "description": "CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.", + "properties": { + "labelSelectorPath": { + "description": "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.", + "type": "string" + }, + "specReplicasPath": { + "description": "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.", + "type": "string" + }, + "statusReplicasPath": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "specReplicasPath", + "statusReplicasPath" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceStatus": { + "description": "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", + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresources": { + "description": "CustomResourceSubresources defines the status and scale subresources for CustomResources.", + "properties": { + "scale": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceScale", + "description": "scale indicates the custom resource should serve a `/scale` subresource that returns an `autoscaling/v1` Scale object." + }, + "status": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceStatus", + "description": "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." + } + }, + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceValidation": { + "description": "CustomResourceValidation is a list of validation methods for CustomResources.", + "properties": { + "openAPIV3Schema": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps", + "description": "openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning." + } + }, + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ExternalDocumentation": { + "description": "ExternalDocumentation allows referencing an external resource for extended documentation.", + "properties": { + "description": { + "type": "string" + }, + "url": { + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON": { + "description": "JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil." + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps": { + "description": "JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).", + "properties": { + "$ref": { + "type": "string" + }, + "$schema": { + "type": "string" + }, + "additionalItems": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBool" + }, + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBool" + }, + "allOf": { + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + }, + "type": "array" + }, + "anyOf": { + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + }, + "type": "array" + }, + "default": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON", + "description": "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." + }, + "definitions": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + }, + "type": "object" + }, + "dependencies": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrStringArray" + }, + "type": "object" + }, + "description": { + "type": "string" + }, + "enum": { + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON" + }, + "type": "array" + }, + "example": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON" + }, + "exclusiveMaximum": { + "type": "boolean" + }, + "exclusiveMinimum": { + "type": "boolean" + }, + "externalDocs": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ExternalDocumentation" + }, + "format": { + "description": "format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:\n\n- 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.", + "type": "string" + }, + "id": { + "type": "string" + }, + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrArray" + }, + "maxItems": { + "format": "int64", + "type": "integer" + }, + "maxLength": { + "format": "int64", + "type": "integer" + }, + "maxProperties": { + "format": "int64", + "type": "integer" + }, + "maximum": { + "format": "double", + "type": "number" + }, + "minItems": { + "format": "int64", + "type": "integer" + }, + "minLength": { + "format": "int64", + "type": "integer" + }, + "minProperties": { + "format": "int64", + "type": "integer" + }, + "minimum": { + "format": "double", + "type": "number" + }, + "multipleOf": { + "format": "double", + "type": "number" + }, + "not": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + }, + "nullable": { + "type": "boolean" + }, + "oneOf": { + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + }, + "type": "array" + }, + "pattern": { + "type": "string" + }, + "patternProperties": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + }, + "type": "object" + }, + "properties": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + }, + "type": "object" + }, + "required": { + "items": { + "type": "string" + }, + "type": "array" + }, + "title": { + "type": "string" + }, + "type": { + "type": "string" + }, + "uniqueItems": { + "type": "boolean" + }, + "x-kubernetes-embedded-resource": { + "description": "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).", + "type": "boolean" + }, + "x-kubernetes-int-or-string": { + "description": "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:\n\n1) anyOf:\n - type: integer\n - type: string\n2) allOf:\n - anyOf:\n - type: integer\n - type: string\n - ... zero or more", + "type": "boolean" + }, + "x-kubernetes-list-map-keys": { + "description": "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.\n\nThis 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).", + "items": { + "type": "string" + }, + "type": "array" + }, + "x-kubernetes-list-type": { + "description": "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:\n\n1) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic lists will be entirely replaced when updated. This extension\n may be used on any type of list (struct, scalar, ...).\n2) `set`:\n Sets are lists that must not have multiple items with the same value. Each\n value must be a scalar, an object with x-kubernetes-map-type `atomic` or an\n array with x-kubernetes-list-type `atomic`.\n3) `map`:\n These lists are like maps in that their elements have a non-index key\n used to identify them. Order is preserved upon merge. The map tag\n must only be used on a list with elements of type object.\nDefaults to atomic for arrays.", + "type": "string" + }, + "x-kubernetes-map-type": { + "description": "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:\n\n1) `granular`:\n These maps are actual maps (key-value pairs) and each fields are independent\n from each other (they can each be manipulated by separate actors). This is\n the default behaviour for all maps.\n2) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic maps will be entirely replaced when updated.", + "type": "string" + }, + "x-kubernetes-preserve-unknown-fields": { + "description": "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.", + "type": "boolean" + } + }, + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrArray": { + "description": "JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes." + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBool": { + "description": "JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property." + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrStringArray": { + "description": "JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array." + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ServiceReference": { + "description": "ServiceReference holds a reference to Service.legacy.k8s.io", + "properties": { + "name": { + "description": "name is the name of the service. Required", + "type": "string" + }, + "namespace": { + "description": "namespace is the namespace of the service. Required", + "type": "string" + }, + "path": { + "description": "path is an optional URL path at which the webhook will be contacted.", + "type": "string" + }, + "port": { + "description": "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.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "namespace", + "name" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookClientConfig": { + "description": "WebhookClientConfig contains the information to make a TLS connection with the webhook.", + "properties": { + "caBundle": { + "description": "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.", + "format": "byte", + "type": "string" + }, + "service": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ServiceReference", + "description": "service is a reference to the service for this webhook. Either service or url must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`." + }, + "url": { + "description": "url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.\n\nThe `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.\n\nPlease 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.\n\nThe scheme must be \"https\"; the URL must begin with \"https://\".\n\nA 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.\n\nAttempting to use a user or basic auth e.g. \"user:password@\" is not allowed. Fragments (\"#...\") and query parameters (\"?...\") are not allowed, either.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookConversion": { + "description": "WebhookConversion describes how to call a conversion webhook", + "properties": { + "clientConfig": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookClientConfig", + "description": "clientConfig is the instructions for how to call the webhook if strategy is `Webhook`." + }, + "conversionReviewVersions": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "conversionReviewVersions" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceColumnDefinition": { + "description": "CustomResourceColumnDefinition specifies a column for server side printing.", + "properties": { + "JSONPath": { + "description": "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.", + "type": "string" + }, + "description": { + "description": "description is a human readable description of this column.", + "type": "string" + }, + "format": { + "description": "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.", + "type": "string" + }, + "name": { + "description": "name is a human readable name for the column.", + "type": "string" + }, + "priority": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "type": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "name", + "type", + "JSONPath" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceConversion": { + "description": "CustomResourceConversion describes how to convert different versions of a CR.", + "properties": { + "conversionReviewVersions": { + "description": "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\"]`.", + "items": { + "type": "string" + }, + "type": "array" + }, + "strategy": { + "description": "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\n is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.", + "type": "string" + }, + "webhookClientConfig": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.WebhookClientConfig", + "description": "webhookClientConfig is the instructions for how to call the webhook if strategy is `Webhook`. Required when `strategy` is set to `Webhook`." + } + }, + "required": [ + "strategy" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition": { + "description": "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.19. Use apiextensions.k8s.io/v1 CustomResourceDefinition instead.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionSpec", + "description": "spec describes how the user wants the resources to appear" + }, + "status": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus", + "description": "status indicates the actual state of the CustomResourceDefinition" + } + }, + "required": [ + "spec" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apiextensions.k8s.io", + "kind": "CustomResourceDefinition", + "version": "v1beta1" + } + ] + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionCondition": { + "description": "CustomResourceDefinitionCondition contains details for the current condition of this pod.", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "lastTransitionTime last time the condition transitioned from one status to another." + }, + "message": { + "description": "message is a human-readable message indicating details about last transition.", + "type": "string" + }, + "reason": { + "description": "reason is a unique, one-word, CamelCase reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "status is the status of the condition. Can be True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "type is the type of the condition. Types include Established, NamesAccepted and Terminating.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionList": { + "description": "CustomResourceDefinitionList is a list of CustomResourceDefinition objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "description": "items list individual CustomResourceDefinition objects", + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apiextensions.k8s.io", + "kind": "CustomResourceDefinitionList", + "version": "v1beta1" + } + ] + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionNames": { + "description": "CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition", + "properties": { + "categories": { + "description": "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`.", + "items": { + "type": "string" + }, + "type": "array" + }, + "kind": { + "description": "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.", + "type": "string" + }, + "listKind": { + "description": "listKind is the serialized kind of the list for this resource. Defaults to \"`kind`List\".", + "type": "string" + }, + "plural": { + "description": "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.", + "type": "string" + }, + "shortNames": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + }, + "singular": { + "description": "singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.", + "type": "string" + } + }, + "required": [ + "plural", + "kind" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionSpec": { + "description": "CustomResourceDefinitionSpec describes how a user wants their resource to appear", + "properties": { + "additionalPrinterColumns": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceColumnDefinition" + }, + "type": "array" + }, + "conversion": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceConversion", + "description": "conversion defines conversion settings for the CRD." + }, + "group": { + "description": "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 `.`).", + "type": "string" + }, + "names": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionNames", + "description": "names specify the resource and kind names for the custom resource." + }, + "preserveUnknownFields": { + "description": "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.", + "type": "boolean" + }, + "scope": { + "description": "scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.", + "type": "string" + }, + "subresources": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresources", + "description": "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." + }, + "validation": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceValidation", + "description": "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": { + "description": "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.", + "type": "string" + }, + "versions": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionVersion" + }, + "type": "array" + } + }, + "required": [ + "group", + "names", + "scope" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus": { + "description": "CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition", + "properties": { + "acceptedNames": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionNames", + "description": "acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec." + }, + "conditions": { + "description": "conditions indicate state for particular aspects of a CustomResourceDefinition", + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionCondition" + }, + "type": "array" + }, + "storedVersions": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "acceptedNames", + "storedVersions" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionVersion": { + "description": "CustomResourceDefinitionVersion describes a version for CRD.", + "properties": { + "additionalPrinterColumns": { + "description": "additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.", + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceColumnDefinition" + }, + "type": "array" + }, + "name": { + "description": "name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis///...` if `served` is true.", + "type": "string" + }, + "schema": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceValidation", + "description": "schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead)." + }, + "served": { + "description": "served is a flag enabling/disabling this version from being served via REST APIs", + "type": "boolean" + }, + "storage": { + "description": "storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.", + "type": "boolean" + }, + "subresources": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresources", + "description": "subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead)." + } + }, + "required": [ + "name", + "served", + "storage" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresourceScale": { + "description": "CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.", + "properties": { + "labelSelectorPath": { + "description": "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.", + "type": "string" + }, + "specReplicasPath": { + "description": "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.", + "type": "string" + }, + "statusReplicasPath": { + "description": "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.", + "type": "string" + } + }, + "required": [ + "specReplicasPath", + "statusReplicasPath" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresourceStatus": { + "description": "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", + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresources": { + "description": "CustomResourceSubresources defines the status and scale subresources for CustomResources.", + "properties": { + "scale": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresourceScale", + "description": "scale indicates the custom resource should serve a `/scale` subresource that returns an `autoscaling/v1` Scale object." + }, + "status": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresourceStatus", + "description": "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." + } + }, + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceValidation": { + "description": "CustomResourceValidation is a list of validation methods for CustomResources.", + "properties": { + "openAPIV3Schema": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps", + "description": "openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning." + } + }, + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.ExternalDocumentation": { + "description": "ExternalDocumentation allows referencing an external resource for extended documentation.", + "properties": { + "description": { + "type": "string" + }, + "url": { + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSON": { + "description": "JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil." + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps": { + "description": "JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).", + "properties": { + "$ref": { + "type": "string" + }, + "$schema": { + "type": "string" + }, + "additionalItems": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrBool" + }, + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrBool" + }, + "allOf": { + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps" + }, + "type": "array" + }, + "anyOf": { + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps" + }, + "type": "array" + }, + "default": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSON", + "description": "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." + }, + "definitions": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps" + }, + "type": "object" + }, + "dependencies": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrStringArray" + }, + "type": "object" + }, + "description": { + "type": "string" + }, + "enum": { + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSON" + }, + "type": "array" + }, + "example": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSON" + }, + "exclusiveMaximum": { + "type": "boolean" + }, + "exclusiveMinimum": { + "type": "boolean" + }, + "externalDocs": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.ExternalDocumentation" + }, + "format": { + "description": "format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:\n\n- 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.", + "type": "string" + }, + "id": { + "type": "string" + }, + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrArray" + }, + "maxItems": { + "format": "int64", + "type": "integer" + }, + "maxLength": { + "format": "int64", + "type": "integer" + }, + "maxProperties": { + "format": "int64", + "type": "integer" + }, + "maximum": { + "format": "double", + "type": "number" + }, + "minItems": { + "format": "int64", + "type": "integer" + }, + "minLength": { + "format": "int64", + "type": "integer" + }, + "minProperties": { + "format": "int64", + "type": "integer" + }, + "minimum": { + "format": "double", + "type": "number" + }, + "multipleOf": { + "format": "double", + "type": "number" + }, + "not": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps" + }, + "nullable": { + "type": "boolean" + }, + "oneOf": { + "items": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps" + }, + "type": "array" + }, + "pattern": { + "type": "string" + }, + "patternProperties": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps" + }, + "type": "object" + }, + "properties": { + "additionalProperties": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps" + }, + "type": "object" + }, + "required": { + "items": { + "type": "string" + }, + "type": "array" + }, + "title": { + "type": "string" + }, + "type": { + "type": "string" + }, + "uniqueItems": { + "type": "boolean" + }, + "x-kubernetes-embedded-resource": { + "description": "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).", + "type": "boolean" + }, + "x-kubernetes-int-or-string": { + "description": "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:\n\n1) anyOf:\n - type: integer\n - type: string\n2) allOf:\n - anyOf:\n - type: integer\n - type: string\n - ... zero or more", + "type": "boolean" + }, + "x-kubernetes-list-map-keys": { + "description": "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.\n\nThis 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).", + "items": { + "type": "string" + }, + "type": "array" + }, + "x-kubernetes-list-type": { + "description": "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:\n\n1) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic lists will be entirely replaced when updated. This extension\n may be used on any type of list (struct, scalar, ...).\n2) `set`:\n Sets are lists that must not have multiple items with the same value. Each\n value must be a scalar, an object with x-kubernetes-map-type `atomic` or an\n array with x-kubernetes-list-type `atomic`.\n3) `map`:\n These lists are like maps in that their elements have a non-index key\n used to identify them. Order is preserved upon merge. The map tag\n must only be used on a list with elements of type object.\nDefaults to atomic for arrays.", + "type": "string" + }, + "x-kubernetes-map-type": { + "description": "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:\n\n1) `granular`:\n These maps are actual maps (key-value pairs) and each fields are independent\n from each other (they can each be manipulated by separate actors). This is\n the default behaviour for all maps.\n2) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic maps will be entirely replaced when updated.", + "type": "string" + }, + "x-kubernetes-preserve-unknown-fields": { + "description": "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.", + "type": "boolean" + } + }, + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrArray": { + "description": "JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes." + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrBool": { + "description": "JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property." + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrStringArray": { + "description": "JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array." + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.ServiceReference": { + "description": "ServiceReference holds a reference to Service.legacy.k8s.io", + "properties": { + "name": { + "description": "name is the name of the service. Required", + "type": "string" + }, + "namespace": { + "description": "namespace is the namespace of the service. Required", + "type": "string" + }, + "path": { + "description": "path is an optional URL path at which the webhook will be contacted.", + "type": "string" + }, + "port": { + "description": "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.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "namespace", + "name" + ], + "type": "object" + }, + "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.WebhookClientConfig": { + "description": "WebhookClientConfig contains the information to make a TLS connection with the webhook.", + "properties": { + "caBundle": { + "description": "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.", + "format": "byte", + "type": "string" + }, + "service": { + "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.ServiceReference", + "description": "service is a reference to the service for this webhook. Either service or url must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`." + }, + "url": { + "description": "url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.\n\nThe `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.\n\nPlease 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.\n\nThe scheme must be \"https\"; the URL must begin with \"https://\".\n\nA 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.\n\nAttempting to use a user or basic auth e.g. \"user:password@\" is not allowed. Fragments (\"#...\") and query parameters (\"?...\") are not allowed, either.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.apimachinery.pkg.api.resource.Quantity": { + "description": "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.\n\nThe serialization format is:\n\n ::= \n (Note that may be empty, from the \"\" case in .)\n ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= \"+\" | \"-\" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n ::= \"e\" | \"E\" \n\nNo 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.\n\nWhen 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.\n\nBefore 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:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-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.)\n\nThis 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.", + "type": "string" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup": { + "description": "APIGroup contains the name, the supported versions, and the preferred version of a group.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "name": { + "description": "name is the name of the group.", + "type": "string" + }, + "preferredVersion": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery", + "description": "preferredVersion is the version preferred by the API server, which probably is the storage version." + }, + "serverAddressByClientCIDRs": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR" + }, + "type": "array" + }, + "versions": { + "description": "versions are the versions supported in this group.", + "items": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery" + }, + "type": "array" + } + }, + "required": [ + "name", + "versions" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "APIGroup", + "version": "v1" + } + ] + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.APIGroupList": { + "description": "APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "groups": { + "description": "groups is a list of APIGroup.", + "items": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + } + }, + "required": [ + "groups" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "APIGroupList", + "version": "v1" + } + ] + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.APIResource": { + "description": "APIResource specifies the name of a resource and whether it is namespaced.", + "properties": { + "categories": { + "description": "categories is a list of the grouped resources this resource belongs to (e.g. 'all')", + "items": { + "type": "string" + }, + "type": "array" + }, + "group": { + "description": "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\".", + "type": "string" + }, + "kind": { + "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')", + "type": "string" + }, + "name": { + "description": "name is the plural name of the resource.", + "type": "string" + }, + "namespaced": { + "description": "namespaced indicates if a resource is namespaced or not.", + "type": "boolean" + }, + "shortNames": { + "description": "shortNames is a list of suggested short names of the resource.", + "items": { + "type": "string" + }, + "type": "array" + }, + "singularName": { + "description": "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.", + "type": "string" + }, + "storageVersionHash": { + "description": "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.", + "type": "string" + }, + "verbs": { + "description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)", + "items": { + "type": "string" + }, + "type": "array" + }, + "version": { + "description": "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)\".", + "type": "string" + } + }, + "required": [ + "name", + "singularName", + "namespaced", + "kind", + "verbs" + ], + "type": "object" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "groupVersion": { + "description": "groupVersion is the group and version this APIResourceList is for.", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "resources": { + "description": "resources contains the name of the resources and if they are namespaced.", + "items": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResource" + }, + "type": "array" + } + }, + "required": [ + "groupVersion", + "resources" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "APIResourceList", + "version": "v1" + } + ] + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.APIVersions": { + "description": "APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "serverAddressByClientCIDRs": { + "description": "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.", + "items": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR" + }, + "type": "array" + }, + "versions": { + "description": "versions are the api versions that are available.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "versions", + "serverAddressByClientCIDRs" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "APIVersions", + "version": "v1" + } + ] + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions": { + "description": "DeleteOptions may be provided when deleting an API object.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "dryRun": { + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "items": { + "type": "string" + }, + "type": "array" + }, + "gracePeriodSeconds": { + "description": "The 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.", + "format": "int64", + "type": "integer" + }, + "kind": { + "description": "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", + "type": "string" + }, + "orphanDependents": { + "description": "Deprecated: 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.", + "type": "boolean" + }, + "preconditions": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions", + "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned." + }, + "propagationPolicy": { + "description": "Whether 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.", + "type": "string" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "DeleteOptions", + "version": "v1" + }, + { + "group": "admission.k8s.io", + "kind": "DeleteOptions", + "version": "v1" + }, + { + "group": "admission.k8s.io", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "admissionregistration.k8s.io", + "kind": "DeleteOptions", + "version": "v1" + }, + { + "group": "admissionregistration.k8s.io", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "apiextensions.k8s.io", + "kind": "DeleteOptions", + "version": "v1" + }, + { + "group": "apiextensions.k8s.io", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "apiregistration.k8s.io", + "kind": "DeleteOptions", + "version": "v1" + }, + { + "group": "apiregistration.k8s.io", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "apps", + "kind": "DeleteOptions", + "version": "v1" + }, + { + "group": "apps", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "apps", + "kind": "DeleteOptions", + "version": "v1beta2" + }, + { + "group": "auditregistration.k8s.io", + "kind": "DeleteOptions", + "version": "v1alpha1" + }, + { + "group": "authentication.k8s.io", + "kind": "DeleteOptions", + "version": "v1" + }, + { + "group": "authentication.k8s.io", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "authorization.k8s.io", + "kind": "DeleteOptions", + "version": "v1" + }, + { + "group": "authorization.k8s.io", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "autoscaling", + "kind": "DeleteOptions", + "version": "v1" + }, + { + "group": "autoscaling", + "kind": "DeleteOptions", + "version": "v2beta1" + }, + { + "group": "autoscaling", + "kind": "DeleteOptions", + "version": "v2beta2" + }, + { + "group": "batch", + "kind": "DeleteOptions", + "version": "v1" + }, + { + "group": "batch", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "batch", + "kind": "DeleteOptions", + "version": "v2alpha1" + }, + { + "group": "certificates.k8s.io", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "coordination.k8s.io", + "kind": "DeleteOptions", + "version": "v1" + }, + { + "group": "coordination.k8s.io", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "discovery.k8s.io", + "kind": "DeleteOptions", + "version": "v1alpha1" + }, + { + "group": "discovery.k8s.io", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "events.k8s.io", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "extensions", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "flowcontrol.apiserver.k8s.io", + "kind": "DeleteOptions", + "version": "v1alpha1" + }, + { + "group": "imagepolicy.k8s.io", + "kind": "DeleteOptions", + "version": "v1alpha1" + }, + { + "group": "networking.k8s.io", + "kind": "DeleteOptions", + "version": "v1" + }, + { + "group": "networking.k8s.io", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "node.k8s.io", + "kind": "DeleteOptions", + "version": "v1alpha1" + }, + { + "group": "node.k8s.io", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "policy", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "rbac.authorization.k8s.io", + "kind": "DeleteOptions", + "version": "v1" + }, + { + "group": "rbac.authorization.k8s.io", + "kind": "DeleteOptions", + "version": "v1alpha1" + }, + { + "group": "rbac.authorization.k8s.io", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "scheduling.k8s.io", + "kind": "DeleteOptions", + "version": "v1" + }, + { + "group": "scheduling.k8s.io", + "kind": "DeleteOptions", + "version": "v1alpha1" + }, + { + "group": "scheduling.k8s.io", + "kind": "DeleteOptions", + "version": "v1beta1" + }, + { + "group": "settings.k8s.io", + "kind": "DeleteOptions", + "version": "v1alpha1" + }, + { + "group": "storage.k8s.io", + "kind": "DeleteOptions", + "version": "v1" + }, + { + "group": "storage.k8s.io", + "kind": "DeleteOptions", + "version": "v1alpha1" + }, + { + "group": "storage.k8s.io", + "kind": "DeleteOptions", + "version": "v1beta1" + } + ] + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1": { + "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach 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.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", + "type": "object" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery": { + "description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility.", + "properties": { + "groupVersion": { + "description": "groupVersion specifies the API group and version in the form \"group/version\"", + "type": "string" + }, + "version": { + "description": "version specifies the version in the form of \"version\". This is to save the clients the trouble of splitting the GroupVersion.", + "type": "string" + } + }, + "required": [ + "groupVersion", + "version" + ], + "type": "object" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector": { + "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", + "properties": { + "matchExpressions": { + "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", + "items": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement" + }, + "type": "array" + }, + "matchLabels": { + "additionalProperties": { + "type": "string" + }, + "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", + "type": "object" + } + }, + "type": "object" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement": { + "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", + "properties": { + "key": { + "description": "key is the label key that the selector applies to.", + "type": "string", + "x-kubernetes-patch-merge-key": "key", + "x-kubernetes-patch-strategy": "merge" + }, + "operator": { + "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", + "type": "string" + }, + "values": { + "description": "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.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "key", + "operator" + ], + "type": "object" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta": { + "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.", + "properties": { + "continue": { + "description": "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.", + "type": "string" + }, + "remainingItemCount": { + "description": "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.", + "format": "int64", + "type": "integer" + }, + "resourceVersion": { + "description": "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", + "type": "string" + }, + "selfLink": { + "description": "selfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry": { + "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", + "properties": { + "apiVersion": { + "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", + "type": "string" + }, + "fieldsType": { + "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", + "type": "string" + }, + "fieldsV1": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1", + "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." + }, + "manager": { + "description": "Manager is an identifier of the workflow managing these fields.", + "type": "string" + }, + "operation": { + "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", + "type": "string" + }, + "time": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" + } + }, + "type": "object" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime": { + "description": "MicroTime is version of Time with microsecond level precision.", + "format": "date-time", + "type": "string" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta": { + "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", + "properties": { + "annotations": { + "additionalProperties": { + "type": "string" + }, + "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations", + "type": "object" + }, + "clusterName": { + "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.", + "type": "string" + }, + "creationTimestamp": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "deletionGracePeriodSeconds": { + "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", + "format": "int64", + "type": "integer" + }, + "deletionTimestamp": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "finalizers": { + "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-patch-strategy": "merge" + }, + "generateName": { + "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", + "type": "string" + }, + "generation": { + "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", + "format": "int64", + "type": "integer" + }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels", + "type": "object" + }, + "managedFields": { + "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", + "items": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry" + }, + "type": "array" + }, + "name": { + "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names", + "type": "string" + }, + "namespace": { + "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces", + "type": "string" + }, + "ownerReferences": { + "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", + "items": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "uid", + "x-kubernetes-patch-strategy": "merge" + }, + "resourceVersion": { + "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", + "type": "string" + }, + "selfLink": { + "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", + "type": "string" + }, + "uid": { + "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference": { + "description": "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.", + "properties": { + "apiVersion": { + "description": "API version of the referent.", + "type": "string" + }, + "blockOwnerDeletion": { + "description": "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.", + "type": "boolean" + }, + "controller": { + "description": "If true, this reference points to the managing controller.", + "type": "boolean" + }, + "kind": { + "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + "type": "string" + }, + "name": { + "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", + "type": "string" + }, + "uid": { + "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", + "type": "string" + } + }, + "required": [ + "apiVersion", + "kind", + "name", + "uid" + ], + "type": "object" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.Patch": { + "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.", + "type": "object" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions": { + "description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.", + "properties": { + "resourceVersion": { + "description": "Specifies the target ResourceVersion", + "type": "string" + }, + "uid": { + "description": "Specifies the target UID.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR": { + "description": "ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.", + "properties": { + "clientCIDR": { + "description": "The CIDR with which clients can match their IP to figure out the server address that they should use.", + "type": "string" + }, + "serverAddress": { + "description": "Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.", + "type": "string" + } + }, + "required": [ + "clientCIDR", + "serverAddress" + ], + "type": "object" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.Status": { + "description": "Status is a return value for calls that don't return other objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "code": { + "description": "Suggested HTTP return code for this status, 0 if not set.", + "format": "int32", + "type": "integer" + }, + "details": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails", + "description": "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." + }, + "kind": { + "description": "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", + "type": "string" + }, + "message": { + "description": "A human-readable description of the status of this operation.", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + }, + "reason": { + "description": "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.", + "type": "string" + }, + "status": { + "description": "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", + "type": "string" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "", + "kind": "Status", + "version": "v1" + } + ] + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause": { + "description": "StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.", + "properties": { + "field": { + "description": "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.\n\nExamples:\n \"name\" - the field \"name\" on the current resource\n \"items[0].name\" - the field \"name\" on the first array entry in \"items\"", + "type": "string" + }, + "message": { + "description": "A human-readable description of the cause of the error. This field may be presented as-is to a reader.", + "type": "string" + }, + "reason": { + "description": "A machine-readable description of the cause of the error. If this value is empty there is no information available.", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails": { + "description": "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.", + "properties": { + "causes": { + "description": "The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.", + "items": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause" + }, + "type": "array" + }, + "group": { + "description": "The group attribute of the resource associated with the status StatusReason.", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "name": { + "description": "The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).", + "type": "string" + }, + "retryAfterSeconds": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "uid": { + "description": "UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids", + "type": "string" + } + }, + "type": "object" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.Time": { + "description": "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.", + "format": "date-time", + "type": "string" + }, + "io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent": { + "description": "Event represents a single event to a watched resource.", + "properties": { + "object": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension", + "description": "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n depending on context." + }, + "type": { + "type": "string" + } + }, + "required": [ + "type", + "object" + ], + "type": "object", + "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" + }, + { + "group": "apiextensions.k8s.io", + "kind": "WatchEvent", + "version": "v1" + }, + { + "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": "auditregistration.k8s.io", + "kind": "WatchEvent", + "version": "v1alpha1" + }, + { + "group": "authentication.k8s.io", + "kind": "WatchEvent", + "version": "v1" + }, + { + "group": "authentication.k8s.io", + "kind": "WatchEvent", + "version": "v1beta1" + }, + { + "group": "authorization.k8s.io", + "kind": "WatchEvent", + "version": "v1" + }, + { + "group": "authorization.k8s.io", + "kind": "WatchEvent", + "version": "v1beta1" + }, + { + "group": "autoscaling", + "kind": "WatchEvent", + "version": "v1" + }, + { + "group": "autoscaling", + "kind": "WatchEvent", + "version": "v2beta1" + }, + { + "group": "autoscaling", + "kind": "WatchEvent", + "version": "v2beta2" + }, + { + "group": "batch", + "kind": "WatchEvent", + "version": "v1" + }, + { + "group": "batch", + "kind": "WatchEvent", + "version": "v1beta1" + }, + { + "group": "batch", + "kind": "WatchEvent", + "version": "v2alpha1" + }, + { + "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": "v1alpha1" + }, + { + "group": "discovery.k8s.io", + "kind": "WatchEvent", + "version": "v1beta1" + }, + { + "group": "events.k8s.io", + "kind": "WatchEvent", + "version": "v1beta1" + }, + { + "group": "extensions", + "kind": "WatchEvent", + "version": "v1beta1" + }, + { + "group": "flowcontrol.apiserver.k8s.io", + "kind": "WatchEvent", + "version": "v1alpha1" + }, + { + "group": "imagepolicy.k8s.io", + "kind": "WatchEvent", + "version": "v1alpha1" + }, + { + "group": "networking.k8s.io", + "kind": "WatchEvent", + "version": "v1" + }, + { + "group": "networking.k8s.io", + "kind": "WatchEvent", + "version": "v1beta1" + }, + { + "group": "node.k8s.io", + "kind": "WatchEvent", + "version": "v1alpha1" + }, + { + "group": "node.k8s.io", + "kind": "WatchEvent", + "version": "v1beta1" + }, + { + "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" + }, + { + "group": "settings.k8s.io", + "kind": "WatchEvent", + "version": "v1alpha1" + }, + { + "group": "storage.k8s.io", + "kind": "WatchEvent", + "version": "v1" + }, + { + "group": "storage.k8s.io", + "kind": "WatchEvent", + "version": "v1alpha1" + }, + { + "group": "storage.k8s.io", + "kind": "WatchEvent", + "version": "v1beta1" + } + ] + }, + "io.k8s.apimachinery.pkg.runtime.RawExtension": { + "description": "RawExtension is used to hold extensions in external versions.\n\nTo 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.\n\n// Internal package: type MyAPIObject struct {\n\truntime.TypeMeta `json:\",inline\"`\n\tMyPlugin runtime.Object `json:\"myPlugin\"`\n} type PluginA struct {\n\tAOption string `json:\"aOption\"`\n}\n\n// External package: type MyAPIObject struct {\n\truntime.TypeMeta `json:\",inline\"`\n\tMyPlugin runtime.RawExtension `json:\"myPlugin\"`\n} type PluginA struct {\n\tAOption string `json:\"aOption\"`\n}\n\n// On the wire, the JSON will look something like this: {\n\t\"kind\":\"MyAPIObject\",\n\t\"apiVersion\":\"v1\",\n\t\"myPlugin\": {\n\t\t\"kind\":\"PluginA\",\n\t\t\"aOption\":\"foo\",\n\t},\n}\n\nSo 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.)", + "type": "object" + }, + "io.k8s.apimachinery.pkg.util.intstr.IntOrString": { + "description": "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.", + "format": "int-or-string", + "type": "string" + }, + "io.k8s.apimachinery.pkg.version.Info": { + "description": "Info contains versioning information. how we'll want to distribute that information.", + "properties": { + "buildDate": { + "type": "string" + }, + "compiler": { + "type": "string" + }, + "gitCommit": { + "type": "string" + }, + "gitTreeState": { + "type": "string" + }, + "gitVersion": { + "type": "string" + }, + "goVersion": { + "type": "string" + }, + "major": { + "type": "string" + }, + "minor": { + "type": "string" + }, + "platform": { + "type": "string" + } + }, + "required": [ + "major", + "minor", + "gitVersion", + "gitCommit", + "gitTreeState", + "buildDate", + "goVersion", + "compiler", + "platform" + ], + "type": "object" + }, + "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService": { + "description": "APIService represents a server for a particular GroupVersion. Name must be \"version.group\".", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec", + "description": "Spec contains information for locating and communicating with a server" + }, + "status": { + "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceStatus", + "description": "Status contains derived information about an API server" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apiregistration.k8s.io", + "kind": "APIService", + "version": "v1" + } + ] + }, + "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceCondition": { + "description": "APIServiceCondition describes the state of an APIService at a particular point", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transitioned from one status to another." + }, + "message": { + "description": "Human-readable message indicating details about last transition.", + "type": "string" + }, + "reason": { + "description": "Unique, one-word, CamelCase reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status is the status of the condition. Can be True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type is the type of the condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceList": { + "description": "APIServiceList is a list of APIService objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "items": { + "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apiregistration.k8s.io", + "kind": "APIServiceList", + "version": "v1" + } + ] + }, + "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec": { + "description": "APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.", + "properties": { + "caBundle": { + "description": "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.", + "format": "byte", + "type": "string" + }, + "group": { + "description": "Group is the API group name this server hosts", + "type": "string" + }, + "groupPriorityMinimum": { + "description": "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", + "format": "int32", + "type": "integer" + }, + "insecureSkipTLSVerify": { + "description": "InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead.", + "type": "boolean" + }, + "service": { + "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.ServiceReference", + "description": "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." + }, + "version": { + "description": "Version is the API version this server hosts. For example, \"v1\"", + "type": "string" + }, + "versionPriority": { + "description": "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.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "service", + "groupPriorityMinimum", + "versionPriority" + ], + "type": "object" + }, + "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceStatus": { + "description": "APIServiceStatus contains derived information about an API server", + "properties": { + "conditions": { + "description": "Current service state of apiService.", + "items": { + "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + } + }, + "type": "object" + }, + "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.ServiceReference": { + "description": "ServiceReference holds a reference to Service.legacy.k8s.io", + "properties": { + "name": { + "description": "Name is the name of the service", + "type": "string" + }, + "namespace": { + "description": "Namespace is the namespace of the service", + "type": "string" + }, + "port": { + "description": "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).", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService": { + "description": "APIService represents a server for a particular GroupVersion. Name must be \"version.group\".", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + "spec": { + "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceSpec", + "description": "Spec contains information for locating and communicating with a server" + }, + "status": { + "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceStatus", + "description": "Status contains derived information about an API server" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apiregistration.k8s.io", + "kind": "APIService", + "version": "v1beta1" + } + ] + }, + "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceCondition": { + "description": "APIServiceCondition describes the state of an APIService at a particular point", + "properties": { + "lastTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "Last time the condition transitioned from one status to another." + }, + "message": { + "description": "Human-readable message indicating details about last transition.", + "type": "string" + }, + "reason": { + "description": "Unique, one-word, CamelCase reason for the condition's last transition.", + "type": "string" + }, + "status": { + "description": "Status is the status of the condition. Can be True, False, Unknown.", + "type": "string" + }, + "type": { + "description": "Type is the type of the condition.", + "type": "string" + } + }, + "required": [ + "type", + "status" + ], + "type": "object" + }, + "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceList": { + "description": "APIServiceList is a list of APIService objects.", + "properties": { + "apiVersion": { + "description": "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", + "type": "string" + }, + "items": { + "items": { + "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService" + }, + "type": "array" + }, + "kind": { + "description": "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", + "type": "string" + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" + } + }, + "required": [ + "items" + ], + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "apiregistration.k8s.io", + "kind": "APIServiceList", + "version": "v1beta1" + } + ] + }, + "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceSpec": { + "description": "APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.", + "properties": { + "caBundle": { + "description": "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.", + "format": "byte", + "type": "string" + }, + "group": { + "description": "Group is the API group name this server hosts", + "type": "string" + }, + "groupPriorityMinimum": { + "description": "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", + "format": "int32", + "type": "integer" + }, + "insecureSkipTLSVerify": { + "description": "InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead.", + "type": "boolean" + }, + "service": { + "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.ServiceReference", + "description": "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." + }, + "version": { + "description": "Version is the API version this server hosts. For example, \"v1\"", + "type": "string" + }, + "versionPriority": { + "description": "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.", + "format": "int32", + "type": "integer" + } + }, + "required": [ + "service", + "groupPriorityMinimum", + "versionPriority" + ], + "type": "object" + }, + "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceStatus": { + "description": "APIServiceStatus contains derived information about an API server", + "properties": { + "conditions": { + "description": "Current service state of apiService.", + "items": { + "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceCondition" + }, + "type": "array", + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + } + }, + "type": "object" + }, + "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.ServiceReference": { + "description": "ServiceReference holds a reference to Service.legacy.k8s.io", + "properties": { + "name": { + "description": "Name is the name of the service", + "type": "string" + }, + "namespace": { + "description": "Namespace is the namespace of the service", + "type": "string" + }, + "port": { + "description": "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).", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + } + }, + "info": { + "title": "Kubernetes", + "version": "v1.17.1" + }, + "security": [ + { + "BearerToken": [] + } + ], + "securityDefinitions": { + "BearerToken": { + "description": "Bearer Token authentication", + "in": "header", + "name": "authorization", + "type": "apiKey" + } + }, + "swagger": "2.0" +} diff --git a/kyaml/runfn/runfn.go b/kyaml/runfn/runfn.go index d4918e212..f0b32c912 100644 --- a/kyaml/runfn/runfn.go +++ b/kyaml/runfn/runfn.go @@ -55,7 +55,6 @@ func (r RunFns) Execute() error { return err } - // accept a for i := range r.FunctionPaths { err := kio.Pipeline{ Inputs: []kio.Reader{kio.LocalPackageReader{PackagePath: r.FunctionPaths[i]}}, diff --git a/cmd/config/internal/sub/addkio.go b/kyaml/setters/addkio.go similarity index 60% rename from cmd/config/internal/sub/addkio.go rename to kyaml/setters/addkio.go index dff71f983..c77ba2f3c 100644 --- a/cmd/config/internal/sub/addkio.go +++ b/kyaml/setters/addkio.go @@ -1,25 +1,25 @@ // Copyright 2019 The Kubernetes Authors. // SPDX-License-Identifier: Apache-2.0 -package sub +package setters import ( "sigs.k8s.io/kustomize/kyaml/kio" "sigs.k8s.io/kustomize/kyaml/yaml" ) -var _ kio.Filter = &SetSubstitutionMarker{} +var _ kio.Filter = &CreateSetter{} -// Sub performs substitutions -type SetSubstitutionMarker struct { - // Marker is the marker to set - Marker Marker +// CreateSetter creates a custom setter as an OpenAPI property through a comment +type CreateSetter struct { + // customFieldSetter is the marker to set + SetPartialField customFieldSetter // ResourceMeta defines the Resource to set the marker on ResourceMeta yaml.ResourceMeta } -func (s *SetSubstitutionMarker) Filter(input []*yaml.RNode) ([]*yaml.RNode, error) { +func (s *CreateSetter) Filter(input []*yaml.RNode) ([]*yaml.RNode, error) { for i := range input { m, err := input[i].GetMeta() if err != nil { @@ -31,7 +31,7 @@ func (s *SetSubstitutionMarker) Filter(input []*yaml.RNode) ([]*yaml.RNode, erro if s.ResourceMeta.Kind != "" && m.Kind != s.ResourceMeta.Kind { continue } - if err := input[i].PipeE(&s.Marker); err != nil { + if err := input[i].PipeE(&s.SetPartialField); err != nil { return nil, err } } diff --git a/kyaml/setters/addyaml.go b/kyaml/setters/addyaml.go new file mode 100644 index 000000000..0a70fa84a --- /dev/null +++ b/kyaml/setters/addyaml.go @@ -0,0 +1,117 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package setters + +import ( + "strings" + + "sigs.k8s.io/kustomize/kyaml/errors" + "sigs.k8s.io/kustomize/kyaml/fieldmeta" + "sigs.k8s.io/kustomize/kyaml/yaml" +) + +var _ yaml.Filter = &customFieldSetter{} + +// customFieldSetter creates a new custom field setter +type customFieldSetter struct { + // Path is the path of the field to add the setter for + Field string + + // Setter is the setter to add + Setter fieldmeta.PartialFieldSetter + + // Description is the description to add to the OpenAPI + Description string + + // SetBy is the setBy to add to the OpenAPI extension + SetBy string + + Type string + + // Partial will create a partial setter if set to true + Partial bool + + // currentFieldName is the name of the current field being processed + currentFieldName string +} + +// Filter performs the setter for a single object +func (m *customFieldSetter) Filter(object *yaml.RNode) (*yaml.RNode, error) { + switch object.YNode().Kind { + case yaml.DocumentNode: + return m.Filter(yaml.NewRNode(object.YNode().Content[0])) + case yaml.MappingNode: + return object, object.VisitFields(func(node *yaml.MapNode) error { + // record the current field name, resetting it back to its original value + // when done + n := m.currentFieldName + defer func() { m.currentFieldName = n }() + m.currentFieldName = node.Key.YNode().Value + return node.Value.PipeE(m) + }) + case yaml.SequenceNode: + return object, object.VisitElements(func(node *yaml.RNode) error { + return node.PipeE(m) + }) + case yaml.ScalarNode: + // only create the setter for fields with the given name + if m.currentFieldName != m.Field { + return object, nil + } + if err := m.create(object); err != nil { + return nil, err + } + return object, nil + default: + return object, nil + } +} + +func (m *customFieldSetter) create(field *yaml.RNode) error { + fm := fieldmeta.FieldMeta{} + if err := fm.Read(field); err != nil { + return errors.Wrap(err) + } + + if m.Description != "" { + fm.Schema.Description = m.Description + } + + fm.Extensions.SetBy = m.SetBy + fm.Schema.Type = []string{m.Type} + + if !m.Partial { + // doesn't match the supplied value + if field.YNode().Value != m.Setter.Value { + return nil + } + // full setter + fm.Extensions.FieldSetter = &m.Setter + fm.Extensions.PartialFieldSetters = nil + } else { + // doesn't match the supplied value + if !strings.Contains(field.YNode().Value, m.Setter.Value) { + return nil + } + found := false + for i := range fm.Extensions.PartialFieldSetters { + s := fm.Extensions.PartialFieldSetters[i] + if s.Name == m.Setter.Name { + // update the setter if we find it + found = true + fm.Extensions.PartialFieldSetters[i] = m.Setter + break + } + } + if !found { + // add the setter if it wasn't found + fm.Extensions.PartialFieldSetters = append(fm.Extensions.PartialFieldSetters, m.Setter) + } + } + + if err := fm.Write(field); err != nil { + return errors.Wrap(err) + } + return nil +} diff --git a/kyaml/setters/dokio.go b/kyaml/setters/dokio.go new file mode 100644 index 000000000..47f808ad4 --- /dev/null +++ b/kyaml/setters/dokio.go @@ -0,0 +1,45 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package setters + +import ( + "sigs.k8s.io/kustomize/kyaml/kio" + "sigs.k8s.io/kustomize/kyaml/yaml" +) + +var _ kio.Filter = &PerformSetters{} + +// PerformSetters sets field values +type PerformSetters struct { + // Name is the name of the setter to perform + Name string + + // Value is the value to set + Value string + + // Description, if set will annotate the field with a description. + Description string + + // SetBy, if set will annotate the field with who set it. + SetBy string + + // Count is set by Filter and is the number of fields modified. + Count int +} + +func (s *PerformSetters) Filter(input []*yaml.RNode) ([]*yaml.RNode, error) { + for i := range input { + p := &fieldSetter{ + Name: s.Name, + Value: s.Value, + Description: s.Description, + SetBy: s.SetBy, + } + if err := input[i].PipeE(p); err != nil { + return nil, err + } + s.Count += p.Count + } + return input, nil +} diff --git a/kyaml/setters/doyaml.go b/kyaml/setters/doyaml.go new file mode 100644 index 000000000..dd35fea61 --- /dev/null +++ b/kyaml/setters/doyaml.go @@ -0,0 +1,130 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +// Package sub substitutes strings in fields +package setters + +import ( + "strings" + + "sigs.k8s.io/kustomize/kyaml/fieldmeta" + "sigs.k8s.io/kustomize/kyaml/yaml" +) + +var _ yaml.Filter = &fieldSetter{} + +// fieldSetter sets part or all of a field value. +type fieldSetter struct { + // Name is the name of the setter to perform. + Name string + + // Value is the value to set. + Value string + + // Description, if specified will set 'description' for the field. Optional. + Description string + + // SetBy, if specified will set 'setBy' for the field. Optional. + SetBy string + + // Count is incremented by Filter for each field that is set. + Count int +} + +// Filter implements yaml.Filter +func (fs *fieldSetter) Filter(object *yaml.RNode) (*yaml.RNode, error) { + switch object.YNode().Kind { + case yaml.DocumentNode: + // Document is the root of the object and always contains 1 node + return fs.Filter(yaml.NewRNode(object.YNode().Content[0])) + case yaml.MappingNode: + return object, object.VisitFields(func(node *yaml.MapNode) error { + // Traverse each field value + return node.Value.PipeE(fs) + }) + case yaml.SequenceNode: + return object, object.VisitElements(func(node *yaml.RNode) error { + // Traverse each list element + return node.PipeE(fs) + }) + case yaml.ScalarNode: + // Check if there is a setter matching the name + s, f, partial, err := fs.findSetter(object) + if err != nil { + return nil, err + } + if s == nil { + // no matching setter + return object, nil + } + // set the field value + return object, fs.set(object, s, f, partial) + default: + return object, nil + } +} + +// findPartialSetter finds the setter matching the name if one exists +func (fs *fieldSetter) findSetter(field *yaml.RNode) ( + *fieldmeta.PartialFieldSetter, *fieldmeta.FieldMeta, bool, error) { + // check if there are any substitutions for this field + var fm = &fieldmeta.FieldMeta{} + if err := fm.Read(field); err != nil { + return nil, nil, false, err + } + if fs.SetBy != "" { + fm.Extensions.SetBy = fs.SetBy + } + if fs.Description != "" { + fm.Schema.Description = fs.Description + } + + if fm.Extensions.FieldSetter != nil && fm.Extensions.FieldSetter.Name == fs.Name { + return fm.Extensions.FieldSetter, fm, false, nil + } + + // check if there is a matching substitution + for i := range fm.Extensions.PartialFieldSetters { + if fm.Extensions.PartialFieldSetters[i].Name == fs.Name { + return &fm.Extensions.PartialFieldSetters[i], fm, true, nil + } + } + return nil, nil, false, nil +} + +// set performs the substitution for the given field, substitution, and metadata +func (fs *fieldSetter) set( + field *yaml.RNode, s *fieldmeta.PartialFieldSetter, + f *fieldmeta.FieldMeta, partial bool) error { + if s.Value == fs.Value || !strings.Contains(field.YNode().Value, s.Value) { + // no substitutions necessary -- already substituted or doesn't have the set value + // which acts as a marker + return nil + } + + // record that the config has been modified + fs.Count++ + + if !partial { + // full setter + field.YNode().Value = fs.Value + } else { + // replace the current value with the new value + field.YNode().Value = strings.ReplaceAll(field.YNode().Value, s.Value, fs.Value) + } + + // be sure to set the tag to the matching type so the yaml doesn't incorrectly quote + //integers or booleans as strings + fType := fieldmeta.FieldValueType(f.Schema.Type[0]) + if err := fType.Validate(field.YNode().Value); err != nil { + return err + } + field.YNode().Tag = fType.Tag() + + // update the comment on the field + s.Value = fs.Value + if err := f.Write(field); err != nil { + return err + } + return nil +} diff --git a/kyaml/setters/lookupkio.go b/kyaml/setters/lookupkio.go new file mode 100644 index 000000000..541c53686 --- /dev/null +++ b/kyaml/setters/lookupkio.go @@ -0,0 +1,65 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package setters + +import ( + "sort" + + "sigs.k8s.io/kustomize/kyaml/kio" + "sigs.k8s.io/kustomize/kyaml/yaml" +) + +var _ kio.Filter = &LookupSetters{} + +// LookupSetters identifies setters for a collection of Resources +type LookupSetters struct { + // Name is the name of the setter to match. Optional. + Name string + + // SetterCounts is populated by Filter and contains the count of fields matching each setter. + SetterCounts []setterCount +} + +// setterCount records the identified setters and number of fields matching those setters +type setterCount struct { + // Count is the number of substitutions possible to perform + Count int + + // setter is the substitution found + setter +} + +// Filter implements kio.Filter +func (l *LookupSetters) Filter(input []*yaml.RNode) ([]*yaml.RNode, error) { + setters := map[string]*setterCount{} + + for i := range input { + // lookup substitutions for this object + ls := &lookupSetters{Name: l.Name} + if err := input[i].PipeE(ls); err != nil { + return nil, err + } + + // aggregate counts for each setter by name. takes the description and value from + // the first setter for each name encountered. + for j := range ls.Setters { + setter := ls.Setters[j] + curr, found := setters[setter.Name] + if !found { + curr = &setterCount{setter: setter} + setters[setter.Name] = curr + } + curr.Count++ + } + } + + // pull out and sort the results by setter name + for _, v := range setters { + l.SetterCounts = append(l.SetterCounts, *v) + } + sort.Slice(l.SetterCounts, func(i, j int) bool { + return l.SetterCounts[i].Name < l.SetterCounts[j].Name + }) + return input, nil +} diff --git a/kyaml/setters/lookupyaml.go b/kyaml/setters/lookupyaml.go new file mode 100644 index 000000000..ecc5923ce --- /dev/null +++ b/kyaml/setters/lookupyaml.go @@ -0,0 +1,86 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package setters + +import ( + "sigs.k8s.io/kustomize/kyaml/fieldmeta" + "sigs.k8s.io/kustomize/kyaml/yaml" +) + +var _ yaml.Filter = &lookupSetters{} + +// lookupSetters looks up setters for a Resource +type lookupSetters struct { + // Name of the setter to lookup. Optional + Name string + + // Setters is a list of setters that were found + Setters []setter +} + +type setter struct { + fieldmeta.PartialFieldSetter + Description string + Type string + SetBy string +} + +func (ls *lookupSetters) Filter(object *yaml.RNode) (*yaml.RNode, error) { + switch object.YNode().Kind { + case yaml.DocumentNode: + // skip the document node + return ls.Filter(yaml.NewRNode(object.YNode().Content[0])) + case yaml.MappingNode: + return object, object.VisitFields(func(node *yaml.MapNode) error { + return node.Value.PipeE(ls) + }) + case yaml.SequenceNode: + return object, object.VisitElements(func(node *yaml.RNode) error { + return node.PipeE(ls) + }) + case yaml.ScalarNode: + return object, ls.lookup(object) + default: + return object, nil + } +} + +// lookup finds any setters for a field +func (ls *lookupSetters) lookup(field *yaml.RNode) error { + // check if there is a substitution for this field + var fm = &fieldmeta.FieldMeta{} + if err := fm.Read(field); err != nil { + return err + } + + if fm.Extensions.FieldSetter != nil { + if ls.Name != "" && ls.Name != fm.Extensions.FieldSetter.Name { + // skip this setter, it doesn't match the specified setter + return nil + } + // full setter + ls.Setters = append(ls.Setters, setter{ + PartialFieldSetter: *fm.Extensions.FieldSetter, + Description: fm.Schema.Description, + Type: fm.Schema.Type[0], + SetBy: fm.Extensions.SetBy, + }) + return nil + } + + // partial setters + for i := range fm.Extensions.PartialFieldSetters { + if ls.Name != "" && ls.Name != fm.Extensions.PartialFieldSetters[i].Name { + // skip this setter + continue + } + ls.Setters = append(ls.Setters, setter{ + PartialFieldSetter: fm.Extensions.PartialFieldSetters[i], + Description: fm.Schema.Description, + Type: fm.Schema.Type[0], + SetBy: fm.Extensions.SetBy, + }) + } + return nil +} diff --git a/kyaml/yaml/compatibility.go b/kyaml/yaml/compatibility.go new file mode 100644 index 000000000..ff64f6f06 --- /dev/null +++ b/kyaml/yaml/compatibility.go @@ -0,0 +1,85 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package yaml + +import ( + "reflect" + "strings" + + "github.com/go-openapi/spec" + y1_1 "gopkg.in/yaml.v2" + y1_2 "gopkg.in/yaml.v3" +) + +// typeToTag maps OpenAPI schema types to yaml 1.2 tags +var typeToTag = map[string]string{ + "string": "!!str", + "integer": "!!int", + "boolean": "!!bool", + "number": "!!float", +} + +// FormatNonStringStyle makes sure that values which parse as non-string values in yaml 1.1 +// are correctly formatted given the Schema type. +func FormatNonStringStyle(node *Node, schema spec.Schema) { + if len(schema.Type) != 1 { + return + } + t := schema.Type[0] + + if !IsYaml1_1NonString(node) { + return + } + switch { + case t == "string" && schema.Format != "int-or-string": + if (node.Style&DoubleQuotedStyle == 0) && (node.Style&SingleQuotedStyle == 0) { + // must quote values so they are parsed as strings + node.Style = DoubleQuotedStyle + } + case t == "boolean" || t == "integer" || t == "number": + if (node.Style&DoubleQuotedStyle != 0) || (node.Style&SingleQuotedStyle != 0) { + // must NOT quote the values so they aren't parsed as strings + node.Style = 0 + } + default: + return + } + if tag, found := typeToTag[t]; found { + // make sure the right tag is set + node.Tag = tag + } +} + +// IsYaml1_1NonString returns true if the value parses as a non-string value in yaml 1.1 +// when unquoted. +// +// Note: yaml 1.2 uses different keywords than yaml 1.1. Example: yaml 1.2 interprets +// `field: on` and `field: "on"` as equivalent (both strings). However Yaml 1.1 interprets +// `field: on` as on being a bool and `field: "on"` as on being a string. +// If an input is read with `field: "on"`, and the style is changed from DoubleQuote to 0, +// it will change the type of the field from a string to a bool. For this reason, fields +// which are keywords in yaml 1.1 should never have their style changed, as it would break +// backwards compatibility with yaml 1.1 -- which is what is used by the Kubernetes apiserver. +func IsYaml1_1NonString(node *Node) bool { + if node.Kind != y1_2.ScalarNode { + // not a keyword + return false + } + if strings.Contains(node.Value, "\n") { + // multi-line strings will fail to unmarshal + return false + } + // check if the value will unmarshal into a non-string value using a yaml 1.1 parser + var i1 interface{} + if err := y1_1.Unmarshal([]byte(node.Value), &i1); err != nil { + return false + } + if reflect.TypeOf(i1) != stringType { + return true + } + + return false +} + +var stringType = reflect.TypeOf("string") diff --git a/kyaml/yaml/compatibility_test.go b/kyaml/yaml/compatibility_test.go new file mode 100644 index 000000000..59ea810b0 --- /dev/null +++ b/kyaml/yaml/compatibility_test.go @@ -0,0 +1,134 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package yaml_test + +import ( + "testing" + + "github.com/stretchr/testify/assert" + "sigs.k8s.io/kustomize/kyaml/openapi" + "sigs.k8s.io/kustomize/kyaml/yaml" +) + +func TestIsYaml1_1NonString(t *testing.T) { + type testCase struct { + val string + expected bool + } + + testCases := []testCase{ + {val: "hello world", expected: false}, + {val: "2.0", expected: true}, + {val: "1.0\nhello", expected: false}, // multiline strings should always be false + } + + for k := range valueToTagMap { + testCases = append(testCases, testCase{val: k, expected: true}) + } + + for _, test := range testCases { + assert.Equal(t, test.expected, + yaml.IsYaml1_1NonString(&yaml.Node{Kind: yaml.ScalarNode, Value: test.val}), test.val) + } +} + +func TestFormatNonStringStyle(t *testing.T) { + n := yaml.MustParse(`apiVersion: apps/v1 +kind: Deployment +spec: + template: + spec: + containers: + - name: foo + args: + - bar + - on + image: nginx:1.7.9 + ports: + - name: http + containerPort: "80" +`) + s := openapi.SchemaForResourceType( + yaml.TypeMeta{APIVersion: "apps/v1", Kind: "Deployment"}) + + args, err := n.Pipe(yaml.Lookup( + "spec", "template", "spec", "containers", "[name=foo]", "args")) + if !assert.NoError(t, err) { + t.FailNow() + } + if !assert.NotNil(t, args) { + t.FailNow() + } + on := args.YNode().Content[1] + onS := s.Lookup( + "spec", "template", "spec", "containers", openapi.Elements, "args", openapi.Elements) + yaml.FormatNonStringStyle(on, *onS.Schema) + + containerPort, err := n.Pipe(yaml.Lookup( + "spec", "template", "spec", "containers", "[name=foo]", "ports", + "[name=http]", "containerPort")) + if !assert.NoError(t, err) { + t.FailNow() + } + if !assert.NotNil(t, containerPort) { + t.FailNow() + } + cpS := s.Lookup("spec", "template", "spec", "containers", openapi.Elements, + "ports", openapi.Elements, "containerPort") + if !assert.NotNil(t, cpS) { + t.FailNow() + } + yaml.FormatNonStringStyle(containerPort.YNode(), *cpS.Schema) + + actual := n.MustString() + expected := `apiVersion: apps/v1 +kind: Deployment +spec: + template: + spec: + containers: + - name: foo + args: + - bar + - "on" + image: nginx:1.7.9 + ports: + - name: http + containerPort: 80 +` + assert.Equal(t, expected, actual) +} + +// valueToTagMap is a map of values interpreted as non-strings in yaml 1.1 when left +// unquoted. +// To keep compatibility with the yaml parser used by Kubernetes (yaml 1.1) make sure the values +// which are treated as non-string values are kept as non-string values. +// https://github.com/go-yaml/yaml/blob/v2/resolve.go +var valueToTagMap = func() map[string]string { + val := map[string]string{} + + // https://yaml.org/type/null.html + values := []string{"", "~", "null", "Null", "NULL"} + for i := range values { + val[values[i]] = "!!null" + } + + // https://yaml.org/type/bool.html + values = []string{ + "y", "Y", "yes", "Yes", "YES", "true", "True", "TRUE", "on", "On", "ON", "n", "N", "no", + "No", "NO", "false", "False", "FALSE", "off", "Off", "OFF"} + for i := range values { + val[values[i]] = "!!bool" + } + + // https://yaml.org/type/float.html + values = []string{ + ".nan", ".NaN", ".NAN", ".inf", ".Inf", ".INF", + "+.inf", "+.Inf", "+.INF", "-.inf", "-.Inf", "-.INF"} + for i := range values { + val[values[i]] = "!!float" + } + + return val +}() diff --git a/kyaml/yaml/fns.go b/kyaml/yaml/fns.go index 74b2c027d..9de3e26eb 100644 --- a/kyaml/yaml/fns.go +++ b/kyaml/yaml/fns.go @@ -446,14 +446,18 @@ type FieldSetter struct { // value on the ScalarNode. Name string `yaml:"name,omitempty"` - // YNode is the value to set. + // Value is the value to set. // Optional if Kind is set. Value *RNode `yaml:"value,omitempty"` StringValue string `yaml:"stringValue,omitempty"` + + // OverrideStyle can be set to override the style of the existing node + // when setting it. Otherwise, if an existing node is found, the style is + // retained. + OverrideStyle bool `yaml:"overrideStyle,omitempty"` } -// FieldSetter returns an GrepFilter that sets the named field to the given value. func (s FieldSetter) Filter(rn *RNode) (*RNode, error) { if s.StringValue != "" && s.Value == nil { s.Value = NewScalarRNode(s.StringValue) @@ -463,6 +467,12 @@ func (s FieldSetter) Filter(rn *RNode) (*RNode, error) { if err := ErrorIfInvalid(rn, yaml.ScalarNode); err != nil { return rn, err } + // only apply the style if there is not an existing style + // or we want to override it + if !s.OverrideStyle || s.Value.YNode().Style == 0 { + // keep the original style if it exists + s.Value.YNode().Style = rn.YNode().Style + } rn.SetYNode(s.Value.YNode()) return rn, nil } @@ -477,6 +487,12 @@ func (s FieldSetter) Filter(rn *RNode) (*RNode, error) { return nil, err } if field != nil { + // only apply the style if there is not an existing style + // or we want to override it + if !s.OverrideStyle || field.YNode().Style == 0 { + // keep the original style if it exists + s.Value.YNode().Style = field.YNode().Style + } // need to def ref the Node since field is ephemeral field.SetYNode(s.Value.YNode()) return field, nil diff --git a/kyaml/yaml/fns_test.go b/kyaml/yaml/fns_test.go index 3419cf311..e9590aa3f 100644 --- a/kyaml/yaml/fns_test.go +++ b/kyaml/yaml/fns_test.go @@ -637,12 +637,31 @@ func TestSetAnnotation_Fn(t *testing.T) { kind: Deployment`)) rn := assertNoError(t)(r0.Pipe(SetAnnotation("a.b.c", "d.e.f"))) - assert.Equal(t, "d.e.f\n", assertNoErrorString(t)(rn.String())) + assert.Equal(t, "'d.e.f'\n", assertNoErrorString(t)(rn.String())) assert.Equal(t, `apiVersion: apps/v1 kind: Deployment metadata: annotations: - a.b.c: d.e.f + a.b.c: 'd.e.f' +`, assertNoErrorString(t)(r0.String())) +} + +func TestUpdateAnnotation_Fn(t *testing.T) { + // create metadata.annotations field + r0 := assertNoError(t)(Parse(`apiVersion: apps/v1 +kind: Deployment +metadata: + annotations: + a.b.c: "h.i.j" +`)) + + rn := assertNoError(t)(r0.Pipe(SetAnnotation("a.b.c", "d.e.f"))) + assert.Equal(t, "\"d.e.f\"\n", assertNoErrorString(t)(rn.String())) + assert.Equal(t, `apiVersion: apps/v1 +kind: Deployment +metadata: + annotations: + a.b.c: "d.e.f" `, assertNoErrorString(t)(r0.String())) } diff --git a/kyaml/yaml/kfns.go b/kyaml/yaml/kfns.go index 60d28b09a..564682c64 100644 --- a/kyaml/yaml/kfns.go +++ b/kyaml/yaml/kfns.go @@ -31,9 +31,13 @@ type AnnotationSetter struct { } func (s AnnotationSetter) Filter(rn *RNode) (*RNode, error) { + // some tools get confused about the type if annotations are not quoted + v := NewScalarRNode(s.Value) + v.YNode().Tag = "!!str" + v.YNode().Style = yaml.SingleQuotedStyle return rn.Pipe( PathGetter{Path: []string{"metadata", "annotations"}, Create: yaml.MappingNode}, - FieldSetter{Name: s.Key, Value: NewScalarRNode(s.Value)}) + FieldSetter{Name: s.Key, Value: v}) } func SetAnnotation(key, value string) AnnotationSetter { diff --git a/kyaml/yaml/merge2/element_test.go b/kyaml/yaml/merge2/element_test.go index bdb1100d2..2a9cd5d6e 100644 --- a/kyaml/yaml/merge2/element_test.go +++ b/kyaml/yaml/merge2/element_test.go @@ -23,8 +23,7 @@ kind: Deployment items: - name: foo image: foo:v1 - command: - - run.sh + command: ['run.sh'] `, }, @@ -47,8 +46,7 @@ kind: Deployment items: - name: foo image: foo:v1 - command: - - run.sh + command: ['run.sh'] `, }, @@ -62,15 +60,14 @@ items: `, ` kind: Deployment -items: {} +items: [] `, ` kind: Deployment items: - name: foo image: foo:v1 - command: - - run.sh + command: ['run.sh'] `, }, @@ -90,8 +87,7 @@ kind: Deployment items: - name: foo image: foo:v1 - command: - - run.sh + command: ['run.sh'] `, }, @@ -118,8 +114,7 @@ items: image: foo:v1 - name: bar image: bar:v1 - command: - - run2.sh + command: ['run2.sh'] `, }, @@ -146,8 +141,7 @@ items: image: foo:v1 - name: bar image: bar:v1 - command: - - run2.sh + command: ['run2.sh'] `, }, @@ -174,8 +168,7 @@ items: image: foo:v1 - name: bar image: bar:v1 - command: - - run2.sh + command: ['run2.sh'] `, }, @@ -205,8 +198,7 @@ items: image: foo:v1 - name: bar image: bar:v1 - command: - - run2.sh + command: ['run2.sh'] `, }, @@ -225,8 +217,7 @@ items: image: foo:v1 - name: bar image: bar:v1 - command: - - run2.sh + command: ['run2.sh'] `, ` kind: Deployment @@ -235,8 +226,7 @@ items: image: foo:v1 - name: bar image: bar:v1 - command: - - run2.sh + command: ['run2.sh'] `, }, @@ -255,8 +245,7 @@ items: image: foo:v1 - name: bar image: bar:v1 - command: - - run2.sh + command: ['run2.sh'] `, ` kind: Deployment diff --git a/kyaml/yaml/merge2/merge2.go b/kyaml/yaml/merge2/merge2.go index f4620f748..86f3b5ece 100644 --- a/kyaml/yaml/merge2/merge2.go +++ b/kyaml/yaml/merge2/merge2.go @@ -43,6 +43,9 @@ func (m Merger) VisitMap(nodes walk.Sources) (*yaml.RNode, error) { if err := m.SetComments(nodes); err != nil { return nil, err } + if err := m.SetStyle(nodes); err != nil { + return nil, err + } if yaml.IsEmpty(nodes.Dest()) { // Add return nodes.Origin(), nil @@ -59,6 +62,9 @@ func (m Merger) VisitScalar(nodes walk.Sources) (*yaml.RNode, error) { if err := m.SetComments(nodes); err != nil { return nil, err } + if err := m.SetStyle(nodes); err != nil { + return nil, err + } // Override value if nodes.Origin() != nil { return nodes.Origin(), nil @@ -71,6 +77,9 @@ func (m Merger) VisitList(nodes walk.Sources, kind walk.ListKind) (*yaml.RNode, if err := m.SetComments(nodes); err != nil { return nil, err } + if err := m.SetStyle(nodes); err != nil { + return nil, err + } if kind == walk.NonAssociateList { // Override value if nodes.Origin() != nil { @@ -92,6 +101,25 @@ func (m Merger) VisitList(nodes walk.Sources, kind walk.ListKind) (*yaml.RNode, return nodes.Dest(), nil } +func (m Merger) SetStyle(sources walk.Sources) error { + source := sources.Origin() + dest := sources.Dest() + if dest == nil || dest.YNode() == nil || source == nil || source.YNode() == nil { + // avoid panic + return nil + } + + // copy the style from the source. + // special case: if the dest was an empty map or seq, then it probably had + // folded style applied, but we actually want to keep the style of the origin + // in this case (even if it was the default). otherwise the merged elements + // will get folded even though this probably isn't what is desired. + if dest.YNode().Kind != yaml.ScalarNode && len(dest.YNode().Content) == 0 { + dest.YNode().Style = source.YNode().Style + } + return nil +} + // SetComments copies the dest comments to the source comments if they are present // on the source. func (m Merger) SetComments(sources walk.Sources) error { diff --git a/kyaml/yaml/merge2/merge2_old_test.go b/kyaml/yaml/merge2/merge2_old_test.go index 95fce2b41..e4855b72c 100644 --- a/kyaml/yaml/merge2/merge2_old_test.go +++ b/kyaml/yaml/merge2/merge2_old_test.go @@ -83,10 +83,7 @@ spec: containers: - name: nginx image: nginx:1.7.9 - args: - - c - - a - - b + args: ['c', 'a', 'b'] env: - name: DEMO_GREETING value: "Hello from the environment" @@ -139,10 +136,7 @@ spec: containers: - name: nginx image: nginx:1.7.9 - args: - - c - - a - - b + args: ['c', 'a', 'b'] env: - name: DEMO_GREETING value: "Hello from the environment" @@ -208,10 +202,7 @@ spec: containers: - name: nginx image: nginx:1.7.9 - args: - - c - - a - - b + args: ['c', 'a', 'b'] env: - name: DEMO_GREETING value: "Hello from the environment" @@ -276,10 +267,7 @@ spec: containers: - name: nginx image: nginx:1.7.9 - args: - - c - - a - - b + args: ['c', 'a', 'b'] env: - name: DEMO_GREETING value: "New Demo Greeting" @@ -343,10 +331,7 @@ spec: containers: - name: nginx image: nginx:1.7.9 - args: - - e - - d - - f + args: ['e', 'd', 'f'] env: - name: DEMO_GREETING value: "Hello from the environment" diff --git a/kyaml/yaml/merge3/element_test.go b/kyaml/yaml/merge3/element_test.go index d3a28a549..7438d5ce8 100644 --- a/kyaml/yaml/merge3/element_test.go +++ b/kyaml/yaml/merge3/element_test.go @@ -174,8 +174,7 @@ kind: Deployment containers: - name: foo image: foo:bar - command: - - run2.sh + command: ['run2.sh'] `, nil}, // @@ -206,8 +205,7 @@ kind: Deployment containers: - name: foo image: foo:bar - command: - - run2.sh + command: ['run2.sh'] `, nil}, // @@ -239,8 +237,7 @@ kind: Deployment containers: - name: foo image: foo:bar - command: - - run2.sh + command: ['run2.sh'] `, nil}, // @@ -367,8 +364,7 @@ kind: Deployment containers: - name: foo image: foo:bar - command: - - run.sh + command: ['run.sh'] `, nil}, // diff --git a/kyaml/yaml/types.go b/kyaml/yaml/types.go index 46fa745fe..42c419614 100644 --- a/kyaml/yaml/types.go +++ b/kyaml/yaml/types.go @@ -6,7 +6,6 @@ package yaml import ( "bytes" "fmt" - "reflect" "strings" "gopkg.in/yaml.v3" @@ -70,6 +69,14 @@ func IsFieldEmpty(node *MapNode) bool { return false } +// GetValue returns underlying yaml.Node Value field +func GetValue(node *RNode) string { + if IsEmpty(node) { + return "" + } + return node.YNode().Value +} + func IsFieldNull(node *MapNode) bool { return node != nil && node.Value != nil && node.Value.YNode() != nil && node.Value.YNode().Tag == NullNodeTag @@ -146,9 +153,6 @@ func NewListRNode(values ...string) *RNode { // NewRNode returns a new RNode pointer containing the provided Node. func NewRNode(value *yaml.Node) *RNode { - if value != nil { - value.Style = 0 - } return &RNode{value: value} } @@ -219,6 +223,11 @@ func (m MapNodeSlice) Values() []*RNode { return values } +type TypeMeta struct { + Kind string + APIVersion string +} + // ResourceMeta contains the metadata for a both Resource Type and Resource. type ResourceMeta struct { // APIVersion is the apiVersion field of a Resource @@ -283,23 +292,79 @@ func (r *ResourceIdentifier) GetKind() string { var ErrMissingMetadata = fmt.Errorf("missing Resource metadata") -// GetMeta returns the ResourceMeta for a RNode +// Field names +const ( + AnnotationsField = "annotations" + APIVersionField = "apiVersion" + KindField = "kind" + MetadataField = "metadata" + NameField = "name" + NamespaceField = "namespace" + LabelsField = "labels" +) + +// GetMeta returns the ResourceMeta for an RNode func (rn *RNode) GetMeta() (ResourceMeta, error) { + if IsEmpty(rn) { + return ResourceMeta{}, nil + } + missingMeta := true + n := rn + if n.YNode().Kind == DocumentNode { + // get the content is this is the document node + n = NewRNode(n.Content()[0]) + } + + // don't decode into the struct directly or it will fail on UTF-8 issues + // which appear in comments m := ResourceMeta{} - b := &bytes.Buffer{} - e := NewEncoder(b) - if err := e.Encode(rn.YNode()); err != nil { - return m, errors.Wrap(err) + + // TODO: consider optimizing this parsing + if f := n.Field(APIVersionField); !IsFieldEmpty(f) { + m.APIVersion = GetValue(f.Value) + missingMeta = false } - if err := e.Close(); err != nil { - return m, errors.Wrap(err) + if f := n.Field(KindField); !IsFieldEmpty(f) { + m.Kind = GetValue(f.Value) + missingMeta = false } - d := yaml.NewDecoder(b) - d.KnownFields(false) // only want to parse the metadata - if err := d.Decode(&m); err != nil { - return m, errors.Wrap(err) + + mf := n.Field(MetadataField) + if IsFieldEmpty(mf) { + if missingMeta { + return m, ErrMissingMetadata + } + return m, nil } - if reflect.DeepEqual(m, ResourceMeta{}) { + meta := mf.Value + + if f := meta.Field(NameField); !IsFieldEmpty(f) { + m.Name = f.Value.YNode().Value + missingMeta = false + } + if f := meta.Field(NamespaceField); !IsFieldEmpty(f) { + m.Namespace = GetValue(f.Value) + missingMeta = false + } + + if f := meta.Field(LabelsField); !IsFieldEmpty(f) { + m.Labels = map[string]string{} + _ = f.Value.VisitFields(func(node *MapNode) error { + m.Labels[GetValue(node.Key)] = GetValue(node.Value) + return nil + }) + missingMeta = false + } + if f := meta.Field(AnnotationsField); !IsFieldEmpty(f) { + m.Annotations = map[string]string{} + _ = f.Value.VisitFields(func(node *MapNode) error { + m.Annotations[GetValue(node.Key)] = GetValue(node.Value) + return nil + }) + missingMeta = false + } + + if missingMeta { return m, ErrMissingMetadata } return m, nil @@ -389,7 +454,7 @@ const ( Flow = "Flow" ) -// String returns a string valuer for a Node, applying the supplied formatting options +// String returns a string value for a Node, applying the supplied formatting options func String(node *yaml.Node, opts ...string) (string, error) { if node == nil { return "", nil diff --git a/kyaml/yaml/types_test.go b/kyaml/yaml/types_test.go new file mode 100644 index 000000000..3812f4e37 --- /dev/null +++ b/kyaml/yaml/types_test.go @@ -0,0 +1,49 @@ +// Copyright 2019 The Kubernetes Authors. +// SPDX-License-Identifier: Apache-2.0 + +package yaml + +import ( + "testing" + + "github.com/stretchr/testify/assert" +) + +// Test that non-UTF8 characters in comments don't cause failures +func TestRNode_GetMeta_UTF16(t *testing.T) { + sr, err := Parse(`apiVersion: rbac.istio.io/v1alpha1 +kind: ServiceRole +metadata: + name: wildcard + namespace: default + # If set to [“*”], it refers to all services in the namespace + annotations: + foo: bar +spec: + rules: + # There is one service in default namespace, should not result in a validation error + # If set to [“*”], it refers to all services in the namespace + - services: ["*"] + methods: ["GET", "HEAD"] +`) + if !assert.NoError(t, err) { + t.FailNow() + } + actual, err := sr.GetMeta() + if !assert.NoError(t, err) { + t.FailNow() + } + + expected := ResourceMeta{ + APIVersion: "rbac.istio.io/v1alpha1", + Kind: "ServiceRole", + ObjectMeta: ObjectMeta{ + Name: "wildcard", + Namespace: "default", + Annotations: map[string]string{"foo": "bar"}, + }, + } + if !assert.Equal(t, expected, actual) { + t.FailNow() + } +} diff --git a/plugin/builtin/annotationstransformer/go.mod b/plugin/builtin/annotationstransformer/go.mod index 883daf57e..604a0a542 100644 --- a/plugin/builtin/annotationstransformer/go.mod +++ b/plugin/builtin/annotationstransformer/go.mod @@ -3,6 +3,7 @@ module sigs.k8s.io/kustomize/plugin/builtin/annotationstransformer go 1.13 require ( - sigs.k8s.io/kustomize/api v0.3.0 + gopkg.in/yaml.v2 v2.2.7 // indirect + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/builtin/annotationstransformer/go.sum b/plugin/builtin/annotationstransformer/go.sum index a59c8b771..bd73d90e2 100644 --- a/plugin/builtin/annotationstransformer/go.sum +++ b/plugin/builtin/annotationstransformer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -431,6 +387,8 @@ gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.4 h1:/eiJrUcujPVeJ3xlSWaiNi3uSVmDGBK1pDHUHAnao1I= gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.7 h1:VUgggvou5XRW9mHwD/yXxIYSMtY0zoKQf/v226p2nyo= +gopkg.in/yaml.v2 v2.2.7/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= @@ -447,16 +405,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/builtin/configmapgenerator/go.mod b/plugin/builtin/configmapgenerator/go.mod index 5f11188b5..9d8c3554f 100644 --- a/plugin/builtin/configmapgenerator/go.mod +++ b/plugin/builtin/configmapgenerator/go.mod @@ -3,6 +3,7 @@ module sigs.k8s.io/kustomize/plugin/builtin/configmapgenerator go 1.13 require ( - sigs.k8s.io/kustomize/api v0.3.0 + gopkg.in/yaml.v2 v2.2.7 // indirect + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/builtin/configmapgenerator/go.sum b/plugin/builtin/configmapgenerator/go.sum index a59c8b771..bd73d90e2 100644 --- a/plugin/builtin/configmapgenerator/go.sum +++ b/plugin/builtin/configmapgenerator/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -431,6 +387,8 @@ gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.4 h1:/eiJrUcujPVeJ3xlSWaiNi3uSVmDGBK1pDHUHAnao1I= gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.7 h1:VUgggvou5XRW9mHwD/yXxIYSMtY0zoKQf/v226p2nyo= +gopkg.in/yaml.v2 v2.2.7/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= @@ -447,16 +405,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/builtin/hashtransformer/go.mod b/plugin/builtin/hashtransformer/go.mod index 8616151d9..8de32e1b1 100644 --- a/plugin/builtin/hashtransformer/go.mod +++ b/plugin/builtin/hashtransformer/go.mod @@ -2,4 +2,4 @@ module sigs.k8s.io/kustomize/plugin/builtin/hashtransformer go 1.13 -require sigs.k8s.io/kustomize/api v0.3.0 +require sigs.k8s.io/kustomize/api v0.3.1 diff --git a/plugin/builtin/hashtransformer/go.sum b/plugin/builtin/hashtransformer/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/builtin/hashtransformer/go.sum +++ b/plugin/builtin/hashtransformer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/builtin/imagetagtransformer/go.mod b/plugin/builtin/imagetagtransformer/go.mod index a3ad55c5e..b93a54097 100644 --- a/plugin/builtin/imagetagtransformer/go.mod +++ b/plugin/builtin/imagetagtransformer/go.mod @@ -3,6 +3,6 @@ module sigs.k8s.io/kustomize/plugin/builtin/imagetagtransformer go 1.13 require ( - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/builtin/imagetagtransformer/go.sum b/plugin/builtin/imagetagtransformer/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/builtin/imagetagtransformer/go.sum +++ b/plugin/builtin/imagetagtransformer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/builtin/inventorytransformer/go.mod b/plugin/builtin/inventorytransformer/go.mod index 9ddf9bfd3..56ed29bf1 100644 --- a/plugin/builtin/inventorytransformer/go.mod +++ b/plugin/builtin/inventorytransformer/go.mod @@ -3,6 +3,6 @@ module sigs.k8s.io/kustomize/plugin/builtin/inventorytransformer go 1.13 require ( - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/builtin/inventorytransformer/go.sum b/plugin/builtin/inventorytransformer/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/builtin/inventorytransformer/go.sum +++ b/plugin/builtin/inventorytransformer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/builtin/labeltransformer/go.mod b/plugin/builtin/labeltransformer/go.mod index d79a97cbe..3e849354d 100644 --- a/plugin/builtin/labeltransformer/go.mod +++ b/plugin/builtin/labeltransformer/go.mod @@ -3,6 +3,6 @@ module sigs.k8s.io/kustomize/plugin/builtin/labeltransformer go 1.13 require ( - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/builtin/labeltransformer/go.sum b/plugin/builtin/labeltransformer/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/builtin/labeltransformer/go.sum +++ b/plugin/builtin/labeltransformer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/builtin/legacyordertransformer/go.mod b/plugin/builtin/legacyordertransformer/go.mod index 8f88fcb6a..163dac693 100644 --- a/plugin/builtin/legacyordertransformer/go.mod +++ b/plugin/builtin/legacyordertransformer/go.mod @@ -4,5 +4,5 @@ go 1.13 require ( github.com/pkg/errors v0.8.1 - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 ) diff --git a/plugin/builtin/legacyordertransformer/go.sum b/plugin/builtin/legacyordertransformer/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/builtin/legacyordertransformer/go.sum +++ b/plugin/builtin/legacyordertransformer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/builtin/namespacetransformer/NamespaceTransformer.go b/plugin/builtin/namespacetransformer/NamespaceTransformer.go index b8e33f9d1..dd2540a60 100644 --- a/plugin/builtin/namespacetransformer/NamespaceTransformer.go +++ b/plugin/builtin/namespacetransformer/NamespaceTransformer.go @@ -56,7 +56,7 @@ func (p *plugin) Transform(m resmap.ResMap) error { matches := m.GetMatchingResourcesByCurrentId(r.CurId().Equals) if len(matches) != 1 { - return fmt.Errorf("namespace tranformation produces ID conflict: %#v", matches) + return fmt.Errorf("namespace tranformation produces ID conflict: %+v", matches) } } return nil diff --git a/plugin/builtin/namespacetransformer/go.mod b/plugin/builtin/namespacetransformer/go.mod index a3f2ae3a3..c5baea2ac 100644 --- a/plugin/builtin/namespacetransformer/go.mod +++ b/plugin/builtin/namespacetransformer/go.mod @@ -3,6 +3,6 @@ module sigs.k8s.io/kustomize/plugin/builtin/namespacetransformer go 1.13 require ( - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/builtin/namespacetransformer/go.sum b/plugin/builtin/namespacetransformer/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/builtin/namespacetransformer/go.sum +++ b/plugin/builtin/namespacetransformer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/builtin/patchjson6902transformer/go.mod b/plugin/builtin/patchjson6902transformer/go.mod index e29feb6a9..281616de2 100644 --- a/plugin/builtin/patchjson6902transformer/go.mod +++ b/plugin/builtin/patchjson6902transformer/go.mod @@ -5,6 +5,6 @@ go 1.13 require ( github.com/evanphx/json-patch v4.5.0+incompatible github.com/pkg/errors v0.8.1 - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/builtin/patchjson6902transformer/go.sum b/plugin/builtin/patchjson6902transformer/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/builtin/patchjson6902transformer/go.sum +++ b/plugin/builtin/patchjson6902transformer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/builtin/patchstrategicmergetransformer/go.mod b/plugin/builtin/patchstrategicmergetransformer/go.mod index caee94968..fabfbac44 100644 --- a/plugin/builtin/patchstrategicmergetransformer/go.mod +++ b/plugin/builtin/patchstrategicmergetransformer/go.mod @@ -3,6 +3,6 @@ module sigs.k8s.io/kustomize/plugin/builtin/patchstrategicmergetransformer go 1.13 require ( - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/builtin/patchstrategicmergetransformer/go.sum b/plugin/builtin/patchstrategicmergetransformer/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/builtin/patchstrategicmergetransformer/go.sum +++ b/plugin/builtin/patchstrategicmergetransformer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/builtin/patchtransformer/go.mod b/plugin/builtin/patchtransformer/go.mod index eabb7f4c5..f37d97396 100644 --- a/plugin/builtin/patchtransformer/go.mod +++ b/plugin/builtin/patchtransformer/go.mod @@ -5,6 +5,6 @@ go 1.13 require ( github.com/evanphx/json-patch v4.5.0+incompatible github.com/pkg/errors v0.8.1 - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/builtin/patchtransformer/go.sum b/plugin/builtin/patchtransformer/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/builtin/patchtransformer/go.sum +++ b/plugin/builtin/patchtransformer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/builtin/prefixsuffixtransformer/go.mod b/plugin/builtin/prefixsuffixtransformer/go.mod index 3da716cbd..d6711158f 100644 --- a/plugin/builtin/prefixsuffixtransformer/go.mod +++ b/plugin/builtin/prefixsuffixtransformer/go.mod @@ -3,6 +3,6 @@ module sigs.k8s.io/kustomize/plugin/builtin/prefixsuffixtransformer go 1.13 require ( - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/builtin/prefixsuffixtransformer/go.sum b/plugin/builtin/prefixsuffixtransformer/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/builtin/prefixsuffixtransformer/go.sum +++ b/plugin/builtin/prefixsuffixtransformer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/builtin/replicacounttransformer/go.mod b/plugin/builtin/replicacounttransformer/go.mod index cb8e45f97..1cb71ccb4 100644 --- a/plugin/builtin/replicacounttransformer/go.mod +++ b/plugin/builtin/replicacounttransformer/go.mod @@ -3,6 +3,6 @@ module sigs.k8s.io/kustomize/plugin/builtin/replicacounttransformer go 1.13 require ( - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/builtin/replicacounttransformer/go.sum b/plugin/builtin/replicacounttransformer/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/builtin/replicacounttransformer/go.sum +++ b/plugin/builtin/replicacounttransformer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/builtin/secretgenerator/go.mod b/plugin/builtin/secretgenerator/go.mod index 2a02835bf..379c81bf6 100644 --- a/plugin/builtin/secretgenerator/go.mod +++ b/plugin/builtin/secretgenerator/go.mod @@ -3,6 +3,7 @@ module sigs.k8s.io/kustomize/plugin/builtin/secretgenerator go 1.13 require ( - sigs.k8s.io/kustomize/api v0.3.0 + gopkg.in/yaml.v2 v2.2.7 // indirect + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/builtin/secretgenerator/go.sum b/plugin/builtin/secretgenerator/go.sum index a59c8b771..58c4b38bd 100644 --- a/plugin/builtin/secretgenerator/go.sum +++ b/plugin/builtin/secretgenerator/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,8 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= @@ -369,7 +329,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +338,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +356,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,14 +379,14 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.4 h1:/eiJrUcujPVeJ3xlSWaiNi3uSVmDGBK1pDHUHAnao1I= gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.7 h1:VUgggvou5XRW9mHwD/yXxIYSMtY0zoKQf/v226p2nyo= +gopkg.in/yaml.v2 v2.2.7/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/someteam.example.com/v1/bashedconfigmap/go.mod b/plugin/someteam.example.com/v1/bashedconfigmap/go.mod index 0f1546d89..de2e1fd43 100644 --- a/plugin/someteam.example.com/v1/bashedconfigmap/go.mod +++ b/plugin/someteam.example.com/v1/bashedconfigmap/go.mod @@ -2,4 +2,4 @@ module sigs.k8s.io/kustomize/plugin/someteam.example.com/v1/bashedconfigmap go 1.13 -require sigs.k8s.io/kustomize/api v0.3.0 +require sigs.k8s.io/kustomize/api v0.3.1 diff --git a/plugin/someteam.example.com/v1/bashedconfigmap/go.sum b/plugin/someteam.example.com/v1/bashedconfigmap/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/someteam.example.com/v1/bashedconfigmap/go.sum +++ b/plugin/someteam.example.com/v1/bashedconfigmap/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/someteam.example.com/v1/chartinflator/go.mod b/plugin/someteam.example.com/v1/chartinflator/go.mod index f14ecc8af..fbcb6e582 100644 --- a/plugin/someteam.example.com/v1/chartinflator/go.mod +++ b/plugin/someteam.example.com/v1/chartinflator/go.mod @@ -2,4 +2,4 @@ module sigs.k8s.io/kustomize/plugin/someteam.example.com/v1/chartinflator go 1.13 -require sigs.k8s.io/kustomize/api v0.3.0 +require sigs.k8s.io/kustomize/api v0.3.1 diff --git a/plugin/someteam.example.com/v1/chartinflator/go.sum b/plugin/someteam.example.com/v1/chartinflator/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/someteam.example.com/v1/chartinflator/go.sum +++ b/plugin/someteam.example.com/v1/chartinflator/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/someteam.example.com/v1/dateprefixer/go.mod b/plugin/someteam.example.com/v1/dateprefixer/go.mod index 04e77a072..7d4dae647 100644 --- a/plugin/someteam.example.com/v1/dateprefixer/go.mod +++ b/plugin/someteam.example.com/v1/dateprefixer/go.mod @@ -4,6 +4,6 @@ go 1.13 require ( github.com/pkg/errors v0.8.1 - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/someteam.example.com/v1/dateprefixer/go.sum b/plugin/someteam.example.com/v1/dateprefixer/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/someteam.example.com/v1/dateprefixer/go.sum +++ b/plugin/someteam.example.com/v1/dateprefixer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/someteam.example.com/v1/gogetter/go.mod b/plugin/someteam.example.com/v1/gogetter/go.mod index b15752d2c..e0e9ddb90 100644 --- a/plugin/someteam.example.com/v1/gogetter/go.mod +++ b/plugin/someteam.example.com/v1/gogetter/go.mod @@ -2,4 +2,4 @@ module sigs.k8s.io/kustomize/plugin/someteam.example.com/v1/gogetter go 1.13 -require sigs.k8s.io/kustomize/api v0.3.0 +require sigs.k8s.io/kustomize/api v0.3.1 diff --git a/plugin/someteam.example.com/v1/gogetter/go.sum b/plugin/someteam.example.com/v1/gogetter/go.sum index c3f864372..68a886f70 100644 --- a/plugin/someteam.example.com/v1/gogetter/go.sum +++ b/plugin/someteam.example.com/v1/gogetter/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,13 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -102,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -121,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -138,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -152,24 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -204,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -221,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -255,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -290,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -317,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -340,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -367,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -377,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -396,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -421,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -445,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/someteam.example.com/v1/printpluginenv/go.mod b/plugin/someteam.example.com/v1/printpluginenv/go.mod index dc45e49f0..416d5782b 100644 --- a/plugin/someteam.example.com/v1/printpluginenv/go.mod +++ b/plugin/someteam.example.com/v1/printpluginenv/go.mod @@ -2,4 +2,4 @@ module sigs.k8s.io/kustomize/plugin/someteam.example.com/v1/printworkdir go 1.13 -require sigs.k8s.io/kustomize/api v0.3.0 +require sigs.k8s.io/kustomize/api v0.3.1 diff --git a/plugin/someteam.example.com/v1/printpluginenv/go.sum b/plugin/someteam.example.com/v1/printpluginenv/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/someteam.example.com/v1/printpluginenv/go.sum +++ b/plugin/someteam.example.com/v1/printpluginenv/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/someteam.example.com/v1/replacementtransformer/go.mod b/plugin/someteam.example.com/v1/replacementtransformer/go.mod index 531189981..25478a0f9 100644 --- a/plugin/someteam.example.com/v1/replacementtransformer/go.mod +++ b/plugin/someteam.example.com/v1/replacementtransformer/go.mod @@ -3,6 +3,6 @@ module sigs.k8s.io/kustomize/plugin/someteam.example.com/v1/replacementtransform go 1.13 require ( - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/someteam.example.com/v1/replacementtransformer/go.sum b/plugin/someteam.example.com/v1/replacementtransformer/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/someteam.example.com/v1/replacementtransformer/go.sum +++ b/plugin/someteam.example.com/v1/replacementtransformer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/someteam.example.com/v1/secretsfromdatabase/go.mod b/plugin/someteam.example.com/v1/secretsfromdatabase/go.mod index b435f0cee..40091604c 100644 --- a/plugin/someteam.example.com/v1/secretsfromdatabase/go.mod +++ b/plugin/someteam.example.com/v1/secretsfromdatabase/go.mod @@ -3,6 +3,6 @@ module sigs.k8s.io/kustomize/plugin/someteam.example.com/v1/secretsfromdatabase go 1.13 require ( - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/someteam.example.com/v1/secretsfromdatabase/go.sum b/plugin/someteam.example.com/v1/secretsfromdatabase/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/someteam.example.com/v1/secretsfromdatabase/go.sum +++ b/plugin/someteam.example.com/v1/secretsfromdatabase/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/someteam.example.com/v1/sedtransformer/go.mod b/plugin/someteam.example.com/v1/sedtransformer/go.mod index 00eaa5839..72799a10e 100644 --- a/plugin/someteam.example.com/v1/sedtransformer/go.mod +++ b/plugin/someteam.example.com/v1/sedtransformer/go.mod @@ -2,4 +2,4 @@ module sigs.k8s.io/kustomize/plugin/someteam.example.com/v1/sedtransformer go 1.13 -require sigs.k8s.io/kustomize/api v0.3.0 +require sigs.k8s.io/kustomize/api v0.3.1 diff --git a/plugin/someteam.example.com/v1/sedtransformer/go.sum b/plugin/someteam.example.com/v1/sedtransformer/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/someteam.example.com/v1/sedtransformer/go.sum +++ b/plugin/someteam.example.com/v1/sedtransformer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/someteam.example.com/v1/someservicegenerator/go.mod b/plugin/someteam.example.com/v1/someservicegenerator/go.mod index 9db15db3f..add56a561 100644 --- a/plugin/someteam.example.com/v1/someservicegenerator/go.mod +++ b/plugin/someteam.example.com/v1/someservicegenerator/go.mod @@ -3,6 +3,6 @@ module sigs.k8s.io/kustomize/plugin/someteam.example.com/v1/someservicegenerator go 1.13 require ( - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/someteam.example.com/v1/someservicegenerator/go.sum b/plugin/someteam.example.com/v1/someservicegenerator/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/someteam.example.com/v1/someservicegenerator/go.sum +++ b/plugin/someteam.example.com/v1/someservicegenerator/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/someteam.example.com/v1/stringprefixer/go.mod b/plugin/someteam.example.com/v1/stringprefixer/go.mod index f88d07f53..4a8b0b4f0 100644 --- a/plugin/someteam.example.com/v1/stringprefixer/go.mod +++ b/plugin/someteam.example.com/v1/stringprefixer/go.mod @@ -4,6 +4,6 @@ go 1.13 require ( github.com/pkg/errors v0.8.1 - sigs.k8s.io/kustomize/api v0.3.0 + sigs.k8s.io/kustomize/api v0.3.1 sigs.k8s.io/yaml v1.1.0 ) diff --git a/plugin/someteam.example.com/v1/stringprefixer/go.sum b/plugin/someteam.example.com/v1/stringprefixer/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/someteam.example.com/v1/stringprefixer/go.sum +++ b/plugin/someteam.example.com/v1/stringprefixer/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/plugin/someteam.example.com/v1/validator/go.mod b/plugin/someteam.example.com/v1/validator/go.mod index 2e1ee3652..3b4336dfa 100644 --- a/plugin/someteam.example.com/v1/validator/go.mod +++ b/plugin/someteam.example.com/v1/validator/go.mod @@ -2,4 +2,4 @@ module sigs.k8s.io/kustomize/plugin/someteam.example.com/v1/validator go 1.13 -require sigs.k8s.io/kustomize/api v0.3.0 +require sigs.k8s.io/kustomize/api v0.3.1 diff --git a/plugin/someteam.example.com/v1/validator/go.sum b/plugin/someteam.example.com/v1/validator/go.sum index a59c8b771..68a886f70 100644 --- a/plugin/someteam.example.com/v1/validator/go.sum +++ b/plugin/someteam.example.com/v1/validator/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -46,14 +42,9 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -103,12 +94,9 @@ github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1 h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -122,12 +110,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -139,8 +124,6 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -153,25 +136,15 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d h1:7XGaL1e6bYS1yIonGp9761ExpPPV1ui0SAC59Yube9k= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0 h1:CcQijm0XKekKjP/YCz28LXVSpgguuB+nCxaSjCe09y0= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= @@ -206,9 +179,7 @@ github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -223,8 +194,6 @@ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lN github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -257,17 +226,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -292,13 +257,11 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -319,7 +282,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -342,7 +304,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI= @@ -369,7 +330,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 h1:rOhMmluY6kLMhdnrivzec6lLgaVbMHMn2ISQXJeJ5EM= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -379,7 +339,6 @@ golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -398,8 +357,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -423,7 +380,6 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= @@ -447,16 +403,12 @@ k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/pluginator/go.mod b/pluginator/go.mod index ddce03775..5c9f061be 100644 --- a/pluginator/go.mod +++ b/pluginator/go.mod @@ -2,4 +2,4 @@ module sigs.k8s.io/kustomize/pluginator/v2 go 1.13 -require sigs.k8s.io/kustomize/api v0.3.0 +require sigs.k8s.io/kustomize/api v0.3.1 diff --git a/pluginator/go.sum b/pluginator/go.sum index 616c47644..235fddd2a 100644 --- a/pluginator/go.sum +++ b/pluginator/go.sum @@ -2,14 +2,10 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= -github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= -github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= -github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= -github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -43,12 +39,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= @@ -91,11 +83,9 @@ github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b/go.mod h1:F1TvTiK9OcQq github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -108,12 +98,9 @@ github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvL github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= -github.com/golangci/golangci-lint v1.19.1/go.mod h1:2CEc4Fxx3vxDv7g8DyXkHCBF73AOzAymcJAprs2vCps= github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= -github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= @@ -124,7 +111,6 @@ github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Z github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= @@ -134,24 +120,15 @@ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3 github.com/google/uuid v1.1.1/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/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.0/go.mod h1:GICNByuaEBibcjmjvI7QvYJSZEbGkcYwAR7EZK2WMqM= -github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= -github.com/gorilla/mux v1.6.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741/go.mod h1:+WVp8kdw6VhyKExm03PAMRn2ZxnPtm58pV0dBVPdhHE= -github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= @@ -183,9 +160,7 @@ github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czP github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= @@ -198,8 +173,6 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/monopole/mdrip v1.0.0/go.mod h1:N1/ppRG9CaPeUKAUHZ3dUlfOT81lTpKZLkyhCvTETwM= -github.com/monopole/mdrip v1.0.1/go.mod h1:/7E04hlzRG9Jrp6WILZfYYm/REoJWL2l+MlsCO1eH74= github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -229,17 +202,13 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/securego/gosec v0.0.0-20190912120752-140048b2a218/go.mod h1:q6oYAujd2qyeU4cJqIri4LBIgdHXGvxWHZ1E29HNFRE= github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -263,13 +232,11 @@ github.com/stretchr/testify v0.0.0-20151208002404-e3a8ff8ce365/go.mod h1:a8OnRci github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= -github.com/ultraware/whitespace v0.0.3/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= @@ -290,7 +257,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -313,7 +279,6 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190909003024-a7b16738d86b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= @@ -338,7 +303,6 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -346,7 +310,6 @@ golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3 golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -365,8 +328,6 @@ golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -388,7 +349,6 @@ gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/russross/blackfriday.v2 v2.0.0/go.mod h1:6sSBNz/GtOm/pJTuh5UmBK2ZHfmnxGbl2NZg1UliSOI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= @@ -406,16 +366,12 @@ k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUc k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f/go.mod h1:4G1h5nDURzA3bwVMZIVpwbkw+04kSxk3rAtzlimaUJw= -sigs.k8s.io/kustomize/api v0.2.0/go.mod h1:zVtMg179jW1gr74jo9fc2Ac9dLYLTZZThc3DDb9lDW4= -sigs.k8s.io/kustomize/api v0.3.0 h1:e7Erw2n8lT8+IWUukktozF0bgWwH2fFC+qsXP0gabg0= -sigs.k8s.io/kustomize/api v0.3.0/go.mod h1:4jaPCtRzxfQLFdYq4gYo40dBGW1hyPp/f4AuiZB5dAQ= -sigs.k8s.io/kustomize/pluginator/v2 v2.0.0/go.mod h1:zrXhTv8BAKt0egmZX/8AtMOSFUSWM9YuoHvvqz8/eHE= -sigs.k8s.io/kustomize/pseudo/k8s v0.1.0/go.mod h1:bl/gVJgYYhJZCZdYU2BfnaKYAlqFkgbJEkpl302jEss= +sigs.k8s.io/kustomize/api v0.3.1 h1:oqMIXvS6tFEUVuKIRUKDa05eC4Hh+cb9JYg8Zhp2d24= +sigs.k8s.io/kustomize/api v0.3.1/go.mod h1:A+ATnlHqzictQfQC1q3KB/T6MSr0UWQsrrLxMWkge2E= sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/releasing/VERSIONS b/releasing/VERSIONS index e35ba377d..f3d1109c9 100644 --- a/releasing/VERSIONS +++ b/releasing/VERSIONS @@ -6,24 +6,28 @@ # kyaml version export kyaml_major=0 export kyaml_minor=0 -export kyaml_patch=1 +export kyaml_patch=5 # kustomize api version export api_major=0 export api_minor=3 -export api_patch=0 +export api_patch=1 # cmd/config version export cmd_config_major=0 export cmd_config_minor=0 -export cmd_config_patch=1 +export cmd_config_patch=5 # cmd/kubectl version export cmd_kubectl_major=0 export cmd_kubectl_minor=0 -export cmd_kubectl_patch=1 +export cmd_kubectl_patch=2 # kustomize version export kustomize_major=3 export kustomize_minor=5 -export kustomize_patch=1 +export kustomize_patch=3 + +export pluginator_major=2 +export pluginator_minor=1 +export pluginator_patch=0 diff --git a/releasing/releaseallmodules.sh b/releasing/releaseallmodules.sh deleted file mode 100755 index 87a146f60..000000000 --- a/releasing/releaseallmodules.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -# Copyright 2019 The Kubernetes Authors. -# SPDX-License-Identifier: Apache-2.0 - -set -e - -# fetch upstream once -git fetch upstream -export FETCH="false" - -# release modules without binaries -for module in "kyaml api cmd/config cmd/kubectl" -do - releasing/releasemodule.sh $module -done - -# release modules with binaries -for binary in "kustomize" -do - BINARY=true releasing/releasemodule.sh $binary -done diff --git a/releasing/releasemodule.sh b/releasing/releasemodule.sh index 4d1096d4c..c73661680 100755 --- a/releasing/releasemodule.sh +++ b/releasing/releasemodule.sh @@ -4,11 +4,8 @@ # run this script with releasing/releasemodule.sh MODULE # -- e.g. releasing/releasemodule.sh cmd/config -# to push the latest tag to release a binary, run with BINARY=true -# -- e.g. BINARY=true releasing/releasemodule.sh kustomize # to skip fetch from upstream, run with FETCH=false # -- e.g. FETCH=false releasing/releasemodule.sh kyaml -# for a list of modules see releasing/releaseallmodules.sh set -e # perform release for a module @@ -28,11 +25,14 @@ function releaseModule { # create a temporary workspace for our work wktree=$(mktemp -d /tmp/kustomize-releases-XXXXXX) - git branch -f $branch upstream/master # always release from master + git branch $branch upstream/$branch git worktree add $wktree $branch # create a separate worktree for the branch pushd . cd $wktree/$module # cd into the worktree/module + # merge master changes into the release branch + git merge upstream/master + echo "dir: $wktree" echo "module: $module v$major.$minor.$patch" echo "branch: $branch" @@ -55,7 +55,7 @@ function releaseModule { git tag -a $tag -m "Release $tag on branch $branch" git push upstream $tag else - printf "\nSkipping push binary $binary -- run with NO_DRY_RUN=true to push the release.\n\n" + printf "\nSkipping push module $module -- run with NO_DRY_RUN=true to push the release.\n\n" fi # cleanup release artifacts @@ -63,26 +63,26 @@ function releaseModule { rm -rf $wktree git worktree prune git branch -D $branch + echo "$module complete" } -function releaseBinary { - # move the latest tag for the binary to trigger cloudbuild - binary=$1 - echo "binary: $binary" - - if [ "$NO_DRY_RUN" == "true" ]; then - git tag -d latest_$binary - git push upstream :latest_$binary - git tag -a latest_$binary - git push upstream latest_$binary - else - echo "Skipping push binary $binary -- run with NO_DRY_RUN=true to push the release." - fi -} +modules="kyaml api cmd/config cmd/kubectl pluginator kustomize" # configure the branch and tag names -module="${1?must provide the module to release as an argument}" +module="${1?must provide the module to release as an argument: supported modules [$modules]}" + +# verify the module +found=false +for m in $modules; do + if [ "$m" == "$module" ]; then + found=true + fi +done +if [ "$found" != "true" ]; then + echo "unknown module \"$module\", must be one of: [$modules]" + exit 1 +fi # get the release versions source releasing/VERSIONS @@ -98,7 +98,11 @@ fi # release the module releaseModule $module -# release the binary -if [ "$BINARY" == "true" ]; then - releaseBinary $module +if [ "$module" == "kustomize" ]; then + # TODO: Do this for all modules + pushd . + getter=$(mktemp -d /tmp/kustomize-releases-XXXXXX) + cd $getter + go get sigs.k8s.io/kustomize/$module/v3 + popd fi diff --git a/travis/check-go-mod.sh b/travis/check-go-mod.sh new file mode 100755 index 000000000..b69a08024 --- /dev/null +++ b/travis/check-go-mod.sh @@ -0,0 +1,20 @@ +#!/bin/bash +# Copyright 2019 The Kubernetes Authors. +# SPDX-License-Identifier: Apache-2.0 + +set -x +set -e + +# verify all modules pass validation +for i in $(find . -name go.mod); do + pushd . + cd $(dirname $i); + go list -m -json all > /dev/null + go mod tidy -v + popd +done + +# verify no changes to go.mods -- these should be part of the PR +find . -name go.sum | xargs git checkout -- +git add . +git diff-index HEAD --exit-code diff --git a/travis/consider-early-travis-exit.sh b/travis/consider-early-travis-exit.sh index eea852bcf..b979c8eea 100644 --- a/travis/consider-early-travis-exit.sh +++ b/travis/consider-early-travis-exit.sh @@ -1,3 +1,6 @@ +# Copyright 2019 The Kubernetes Authors. +# SPDX-License-Identifier: Apache-2.0 + # Exits with status 0 if it can be determined that the # current PR should not trigger all travis checks. # diff --git a/travis/kyaml-pre-commit.sh b/travis/kyaml-pre-commit.sh index 28211cf2f..43594a821 100755 --- a/travis/kyaml-pre-commit.sh +++ b/travis/kyaml-pre-commit.sh @@ -1,16 +1,21 @@ #!/bin/bash +# Copyright 2019 The Kubernetes Authors. +# SPDX-License-Identifier: Apache-2.0 + set -e -cd kyaml -make all - -cd ../cmd/config -make all - -cd ../kubectl -make all +# run all tests for kyaml and related commands +targets="kyaml cmd/config cmd/kubectl functions/examples/injection-tshirt-sizes functions/examples/template-go-nginx functions/examples/template-heredoc-cockroachdb functions/examples/validator-kubeval functions/examples/validator-resource-requests" +for target in $targets; do + pushd . + cd $target + make all + popd +done # make sure no files were generated or changed by make -cd ../.. +# ignore changes to go.mod and go.sum -- they are too flaky +find . -name go.mod | xargs git checkout -- +find . -name go.sum | xargs git checkout -- git add . -git diff-index HEAD -- +git diff-index HEAD --exit-code