another codegen and deps update
This commit is contained in:
		
							parent
							
								
									f765d0d882
								
							
						
					
					
						commit
						927f1cb06f
					
				
							
								
								
									
										8
									
								
								go.mod
								
								
								
								
							
							
						
						
									
										8
									
								
								go.mod
								
								
								
								
							|  | @ -1,21 +1,15 @@ | ||||||
| module github.com/zalando/postgres-operator | module github.com/zalando/postgres-operator | ||||||
| 
 | 
 | ||||||
| go 1.12 | go 1.14 | ||||||
| 
 | 
 | ||||||
| require ( | require ( | ||||||
| 	github.com/aws/aws-sdk-go v1.29.33 | 	github.com/aws/aws-sdk-go v1.29.33 | ||||||
| 	github.com/kr/pretty v0.2.0 // indirect |  | ||||||
| 	github.com/kr/text v0.2.0 // indirect |  | ||||||
| 	github.com/lib/pq v1.3.0 | 	github.com/lib/pq v1.3.0 | ||||||
| 	github.com/motomux/pretty v0.0.0-20161209205251-b2aad2c9a95d | 	github.com/motomux/pretty v0.0.0-20161209205251-b2aad2c9a95d | ||||||
| 	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect |  | ||||||
| 	github.com/r3labs/diff v0.0.0-20191120142937-b4ed99a31f5a | 	github.com/r3labs/diff v0.0.0-20191120142937-b4ed99a31f5a | ||||||
| 	github.com/sirupsen/logrus v1.5.0 | 	github.com/sirupsen/logrus v1.5.0 | ||||||
| 	github.com/stretchr/testify v1.4.0 | 	github.com/stretchr/testify v1.4.0 | ||||||
| 	golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect |  | ||||||
| 	golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect |  | ||||||
| 	golang.org/x/tools v0.0.0-20200326210457-5d86d385bf88 // indirect | 	golang.org/x/tools v0.0.0-20200326210457-5d86d385bf88 // indirect | ||||||
| 	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect |  | ||||||
| 	gopkg.in/yaml.v2 v2.2.8 | 	gopkg.in/yaml.v2 v2.2.8 | ||||||
| 	k8s.io/api v0.18.0 | 	k8s.io/api v0.18.0 | ||||||
| 	k8s.io/apiextensions-apiserver v0.18.0 | 	k8s.io/apiextensions-apiserver v0.18.0 | ||||||
|  |  | ||||||
							
								
								
									
										23
									
								
								go.sum
								
								
								
								
							
							
						
						
									
										23
									
								
								go.sum
								
								
								
								
							|  | @ -46,7 +46,6 @@ github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfc | ||||||
| github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= | github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= | ||||||
| github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= | github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= | ||||||
| github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= | github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= | ||||||
| github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= |  | ||||||
| github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | 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 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= | ||||||
| github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||||||
|  | @ -192,14 +191,12 @@ github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+o | ||||||
| github.com/konsorten/go-windows-terminal-sequences v1.0.1 h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk= | github.com/konsorten/go-windows-terminal-sequences v1.0.1 h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk= | ||||||
| github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= | github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= | ||||||
| github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= | github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= | ||||||
|  | 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/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= | ||||||
| github.com/kr/pretty v0.2.0 h1:s5hAObm+yFO5uHYt5dYjxi2rXrsnmRpJx4OYvIWUaQs= |  | ||||||
| github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= |  | ||||||
| github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= | github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= | ||||||
| github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA= | github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA= | ||||||
|  | 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/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= | ||||||
| github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= |  | ||||||
| github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= |  | ||||||
| github.com/lib/pq v1.3.0 h1:/qkRGz8zljWiDcFvgpwUpwIAPu3r07TDvs3Rws+o/pU= | github.com/lib/pq v1.3.0 h1:/qkRGz8zljWiDcFvgpwUpwIAPu3r07TDvs3Rws+o/pU= | ||||||
| github.com/lib/pq v1.3.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= | github.com/lib/pq v1.3.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= | ||||||
| github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= | github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= | ||||||
|  | @ -228,8 +225,6 @@ github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8m | ||||||
| github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= | ||||||
| github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= | 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/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= | ||||||
| github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= |  | ||||||
| github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= |  | ||||||
| github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= | github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= | ||||||
| github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= | github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= | ||||||
| github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= | github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= | ||||||
|  | @ -311,10 +306,10 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk | ||||||
| golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= | golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= | ||||||
| golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= | golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= | ||||||
| golang.org/x/crypto v0.0.0-20190617133340-57b3e21c3d56/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= | golang.org/x/crypto v0.0.0-20190617133340-57b3e21c3d56/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= | ||||||
|  | golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 h1:ObdrDkeb4kJdCP557AjRjq69pTHfNouLtWZG7j9rPN8= | ||||||
| golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= | golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= | ||||||
|  | golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975 h1:/Tl7pH94bvbAAHBdZJT947M/+gp0+CqQXDtMRC0fseo= | ||||||
| golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= | golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= | ||||||
| golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 h1:3zb4D3T4G8jdExgVU/95+vQXfpEPiMdCaZgmGVxjNHM= |  | ||||||
| golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= |  | ||||||
| golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= | 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= | golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= | ||||||
| golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= | golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= | ||||||
|  | @ -340,9 +335,8 @@ golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7/go.mod h1:z5CRVTTTmAJ677TzLL | ||||||
| golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/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-20191004110552-13f9640d40b9/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/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | ||||||
|  | golang.org/x/net v0.0.0-20200226121028-0de0cce0169b h1:0mm1VjtFUOIlE1SbDlwjYaDxZVDP2S5ou6y0gSgXHu8= | ||||||
| golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= | ||||||
| golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e h1:3G+cUijn7XD+S4eJFddp53Pv7+slrESplyjG25HgL+k= |  | ||||||
| golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= |  | ||||||
| golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= | 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= | golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= | ||||||
| golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 h1:SVwTIAaPC2U/AvvLNZ2a7OVsmBpC8L5BlwK1whH3hm0= | golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 h1:SVwTIAaPC2U/AvvLNZ2a7OVsmBpC8L5BlwK1whH3hm0= | ||||||
|  | @ -365,11 +359,11 @@ golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5h | ||||||
| golang.org/x/sys v0.0.0-20190321052220-f7bb7a8bee54/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | golang.org/x/sys v0.0.0-20190321052220-f7bb7a8bee54/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | ||||||
| golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | ||||||
| golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | ||||||
|  | golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f h1:25KHgbfyiSm6vwQLbM3zZIe1v9p/3ea4Rz+nnM5K/i4= | ||||||
| golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/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-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | ||||||
|  | golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7 h1:HmbHVPwrPEKPGLAcHSrMe6+hqSUlvZU0rab6x5EXfGU= | ||||||
| golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | ||||||
| golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd h1:xhmwyvizuTgC2qz7ZlMluP20uW+C3Rm0FD/WLDX8884= |  | ||||||
| golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |  | ||||||
| golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | 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= | golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | ||||||
| golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | ||||||
|  | @ -415,9 +409,8 @@ google.golang.org/grpc v1.23.1/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyac | ||||||
| google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= | google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= | ||||||
| gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= | gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= | ||||||
| gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | 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-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||||||
| gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU= |  | ||||||
| gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= |  | ||||||
| gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= | gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= | ||||||
| gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4= | gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4= | ||||||
| gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= | gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= | ||||||
|  |  | ||||||
|  | @ -65,7 +65,7 @@ func NewForConfig(c *rest.Config) (*Clientset, error) { | ||||||
| 	configShallowCopy := *c | 	configShallowCopy := *c | ||||||
| 	if configShallowCopy.RateLimiter == nil && configShallowCopy.QPS > 0 { | 	if configShallowCopy.RateLimiter == nil && configShallowCopy.QPS > 0 { | ||||||
| 		if configShallowCopy.Burst <= 0 { | 		if configShallowCopy.Burst <= 0 { | ||||||
| 			return nil, fmt.Errorf("Burst is required to be greater than 0 when RateLimiter is not set and QPS is set to greater than 0") | 			return nil, fmt.Errorf("burst is required to be greater than 0 when RateLimiter is not set and QPS is set to greater than 0") | ||||||
| 		} | 		} | ||||||
| 		configShallowCopy.RateLimiter = flowcontrol.NewTokenBucketRateLimiter(configShallowCopy.QPS, configShallowCopy.Burst) | 		configShallowCopy.RateLimiter = flowcontrol.NewTokenBucketRateLimiter(configShallowCopy.QPS, configShallowCopy.Burst) | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|  | @ -25,6 +25,8 @@ SOFTWARE. | ||||||
| package fake | package fake | ||||||
| 
 | 
 | ||||||
| import ( | import ( | ||||||
|  | 	"context" | ||||||
|  | 
 | ||||||
| 	acidzalandov1 "github.com/zalando/postgres-operator/pkg/apis/acid.zalan.do/v1" | 	acidzalandov1 "github.com/zalando/postgres-operator/pkg/apis/acid.zalan.do/v1" | ||||||
| 	v1 "k8s.io/apimachinery/pkg/apis/meta/v1" | 	v1 "k8s.io/apimachinery/pkg/apis/meta/v1" | ||||||
| 	schema "k8s.io/apimachinery/pkg/runtime/schema" | 	schema "k8s.io/apimachinery/pkg/runtime/schema" | ||||||
|  | @ -42,7 +44,7 @@ var operatorconfigurationsResource = schema.GroupVersionResource{Group: "acid.za | ||||||
| var operatorconfigurationsKind = schema.GroupVersionKind{Group: "acid.zalan.do", Version: "v1", Kind: "OperatorConfiguration"} | var operatorconfigurationsKind = schema.GroupVersionKind{Group: "acid.zalan.do", Version: "v1", Kind: "OperatorConfiguration"} | ||||||
| 
 | 
 | ||||||
| // Get takes name of the operatorConfiguration, and returns the corresponding operatorConfiguration object, and an error if there is any.
 | // Get takes name of the operatorConfiguration, and returns the corresponding operatorConfiguration object, and an error if there is any.
 | ||||||
| func (c *FakeOperatorConfigurations) Get(name string, options v1.GetOptions) (result *acidzalandov1.OperatorConfiguration, err error) { | func (c *FakeOperatorConfigurations) Get(ctx context.Context, name string, options v1.GetOptions) (result *acidzalandov1.OperatorConfiguration, err error) { | ||||||
| 	obj, err := c.Fake. | 	obj, err := c.Fake. | ||||||
| 		Invokes(testing.NewGetAction(operatorconfigurationsResource, c.ns, name), &acidzalandov1.OperatorConfiguration{}) | 		Invokes(testing.NewGetAction(operatorconfigurationsResource, c.ns, name), &acidzalandov1.OperatorConfiguration{}) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -25,6 +25,8 @@ SOFTWARE. | ||||||
| package fake | package fake | ||||||
| 
 | 
 | ||||||
| import ( | import ( | ||||||
|  | 	"context" | ||||||
|  | 
 | ||||||
| 	acidzalandov1 "github.com/zalando/postgres-operator/pkg/apis/acid.zalan.do/v1" | 	acidzalandov1 "github.com/zalando/postgres-operator/pkg/apis/acid.zalan.do/v1" | ||||||
| 	v1 "k8s.io/apimachinery/pkg/apis/meta/v1" | 	v1 "k8s.io/apimachinery/pkg/apis/meta/v1" | ||||||
| 	labels "k8s.io/apimachinery/pkg/labels" | 	labels "k8s.io/apimachinery/pkg/labels" | ||||||
|  | @ -45,7 +47,7 @@ var postgresqlsResource = schema.GroupVersionResource{Group: "acid.zalan.do", Ve | ||||||
| var postgresqlsKind = schema.GroupVersionKind{Group: "acid.zalan.do", Version: "v1", Kind: "Postgresql"} | var postgresqlsKind = schema.GroupVersionKind{Group: "acid.zalan.do", Version: "v1", Kind: "Postgresql"} | ||||||
| 
 | 
 | ||||||
| // Get takes name of the postgresql, and returns the corresponding postgresql object, and an error if there is any.
 | // Get takes name of the postgresql, and returns the corresponding postgresql object, and an error if there is any.
 | ||||||
| func (c *FakePostgresqls) Get(name string, options v1.GetOptions) (result *acidzalandov1.Postgresql, err error) { | func (c *FakePostgresqls) Get(ctx context.Context, name string, options v1.GetOptions) (result *acidzalandov1.Postgresql, err error) { | ||||||
| 	obj, err := c.Fake. | 	obj, err := c.Fake. | ||||||
| 		Invokes(testing.NewGetAction(postgresqlsResource, c.ns, name), &acidzalandov1.Postgresql{}) | 		Invokes(testing.NewGetAction(postgresqlsResource, c.ns, name), &acidzalandov1.Postgresql{}) | ||||||
| 
 | 
 | ||||||
|  | @ -56,7 +58,7 @@ func (c *FakePostgresqls) Get(name string, options v1.GetOptions) (result *acidz | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // List takes label and field selectors, and returns the list of Postgresqls that match those selectors.
 | // List takes label and field selectors, and returns the list of Postgresqls that match those selectors.
 | ||||||
| func (c *FakePostgresqls) List(opts v1.ListOptions) (result *acidzalandov1.PostgresqlList, err error) { | func (c *FakePostgresqls) List(ctx context.Context, opts v1.ListOptions) (result *acidzalandov1.PostgresqlList, err error) { | ||||||
| 	obj, err := c.Fake. | 	obj, err := c.Fake. | ||||||
| 		Invokes(testing.NewListAction(postgresqlsResource, postgresqlsKind, c.ns, opts), &acidzalandov1.PostgresqlList{}) | 		Invokes(testing.NewListAction(postgresqlsResource, postgresqlsKind, c.ns, opts), &acidzalandov1.PostgresqlList{}) | ||||||
| 
 | 
 | ||||||
|  | @ -78,14 +80,14 @@ func (c *FakePostgresqls) List(opts v1.ListOptions) (result *acidzalandov1.Postg | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // Watch returns a watch.Interface that watches the requested postgresqls.
 | // Watch returns a watch.Interface that watches the requested postgresqls.
 | ||||||
| func (c *FakePostgresqls) Watch(opts v1.ListOptions) (watch.Interface, error) { | func (c *FakePostgresqls) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) { | ||||||
| 	return c.Fake. | 	return c.Fake. | ||||||
| 		InvokesWatch(testing.NewWatchAction(postgresqlsResource, c.ns, opts)) | 		InvokesWatch(testing.NewWatchAction(postgresqlsResource, c.ns, opts)) | ||||||
| 
 | 
 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // Create takes the representation of a postgresql and creates it.  Returns the server's representation of the postgresql, and an error, if there is any.
 | // Create takes the representation of a postgresql and creates it.  Returns the server's representation of the postgresql, and an error, if there is any.
 | ||||||
| func (c *FakePostgresqls) Create(postgresql *acidzalandov1.Postgresql) (result *acidzalandov1.Postgresql, err error) { | func (c *FakePostgresqls) Create(ctx context.Context, postgresql *acidzalandov1.Postgresql, opts v1.CreateOptions) (result *acidzalandov1.Postgresql, err error) { | ||||||
| 	obj, err := c.Fake. | 	obj, err := c.Fake. | ||||||
| 		Invokes(testing.NewCreateAction(postgresqlsResource, c.ns, postgresql), &acidzalandov1.Postgresql{}) | 		Invokes(testing.NewCreateAction(postgresqlsResource, c.ns, postgresql), &acidzalandov1.Postgresql{}) | ||||||
| 
 | 
 | ||||||
|  | @ -96,7 +98,7 @@ func (c *FakePostgresqls) Create(postgresql *acidzalandov1.Postgresql) (result * | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // Update takes the representation of a postgresql and updates it. Returns the server's representation of the postgresql, and an error, if there is any.
 | // Update takes the representation of a postgresql and updates it. Returns the server's representation of the postgresql, and an error, if there is any.
 | ||||||
| func (c *FakePostgresqls) Update(postgresql *acidzalandov1.Postgresql) (result *acidzalandov1.Postgresql, err error) { | func (c *FakePostgresqls) Update(ctx context.Context, postgresql *acidzalandov1.Postgresql, opts v1.UpdateOptions) (result *acidzalandov1.Postgresql, err error) { | ||||||
| 	obj, err := c.Fake. | 	obj, err := c.Fake. | ||||||
| 		Invokes(testing.NewUpdateAction(postgresqlsResource, c.ns, postgresql), &acidzalandov1.Postgresql{}) | 		Invokes(testing.NewUpdateAction(postgresqlsResource, c.ns, postgresql), &acidzalandov1.Postgresql{}) | ||||||
| 
 | 
 | ||||||
|  | @ -108,7 +110,7 @@ func (c *FakePostgresqls) Update(postgresql *acidzalandov1.Postgresql) (result * | ||||||
| 
 | 
 | ||||||
| // UpdateStatus was generated because the type contains a Status member.
 | // UpdateStatus was generated because the type contains a Status member.
 | ||||||
| // Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().
 | // Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().
 | ||||||
| func (c *FakePostgresqls) UpdateStatus(postgresql *acidzalandov1.Postgresql) (*acidzalandov1.Postgresql, error) { | func (c *FakePostgresqls) UpdateStatus(ctx context.Context, postgresql *acidzalandov1.Postgresql, opts v1.UpdateOptions) (*acidzalandov1.Postgresql, error) { | ||||||
| 	obj, err := c.Fake. | 	obj, err := c.Fake. | ||||||
| 		Invokes(testing.NewUpdateSubresourceAction(postgresqlsResource, "status", c.ns, postgresql), &acidzalandov1.Postgresql{}) | 		Invokes(testing.NewUpdateSubresourceAction(postgresqlsResource, "status", c.ns, postgresql), &acidzalandov1.Postgresql{}) | ||||||
| 
 | 
 | ||||||
|  | @ -119,7 +121,7 @@ func (c *FakePostgresqls) UpdateStatus(postgresql *acidzalandov1.Postgresql) (*a | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // Delete takes name of the postgresql and deletes it. Returns an error if one occurs.
 | // Delete takes name of the postgresql and deletes it. Returns an error if one occurs.
 | ||||||
| func (c *FakePostgresqls) Delete(name string, options *v1.DeleteOptions) error { | func (c *FakePostgresqls) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error { | ||||||
| 	_, err := c.Fake. | 	_, err := c.Fake. | ||||||
| 		Invokes(testing.NewDeleteAction(postgresqlsResource, c.ns, name), &acidzalandov1.Postgresql{}) | 		Invokes(testing.NewDeleteAction(postgresqlsResource, c.ns, name), &acidzalandov1.Postgresql{}) | ||||||
| 
 | 
 | ||||||
|  | @ -127,15 +129,15 @@ func (c *FakePostgresqls) Delete(name string, options *v1.DeleteOptions) error { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // DeleteCollection deletes a collection of objects.
 | // DeleteCollection deletes a collection of objects.
 | ||||||
| func (c *FakePostgresqls) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error { | func (c *FakePostgresqls) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error { | ||||||
| 	action := testing.NewDeleteCollectionAction(postgresqlsResource, c.ns, listOptions) | 	action := testing.NewDeleteCollectionAction(postgresqlsResource, c.ns, listOpts) | ||||||
| 
 | 
 | ||||||
| 	_, err := c.Fake.Invokes(action, &acidzalandov1.PostgresqlList{}) | 	_, err := c.Fake.Invokes(action, &acidzalandov1.PostgresqlList{}) | ||||||
| 	return err | 	return err | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // Patch applies the patch and returns the patched postgresql.
 | // Patch applies the patch and returns the patched postgresql.
 | ||||||
| func (c *FakePostgresqls) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *acidzalandov1.Postgresql, err error) { | func (c *FakePostgresqls) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *acidzalandov1.Postgresql, err error) { | ||||||
| 	obj, err := c.Fake. | 	obj, err := c.Fake. | ||||||
| 		Invokes(testing.NewPatchSubresourceAction(postgresqlsResource, c.ns, name, pt, data, subresources...), &acidzalandov1.Postgresql{}) | 		Invokes(testing.NewPatchSubresourceAction(postgresqlsResource, c.ns, name, pt, data, subresources...), &acidzalandov1.Postgresql{}) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -25,6 +25,8 @@ SOFTWARE. | ||||||
| package v1 | package v1 | ||||||
| 
 | 
 | ||||||
| import ( | import ( | ||||||
|  | 	"context" | ||||||
|  | 
 | ||||||
| 	acidzalandov1 "github.com/zalando/postgres-operator/pkg/apis/acid.zalan.do/v1" | 	acidzalandov1 "github.com/zalando/postgres-operator/pkg/apis/acid.zalan.do/v1" | ||||||
| 	scheme "github.com/zalando/postgres-operator/pkg/generated/clientset/versioned/scheme" | 	scheme "github.com/zalando/postgres-operator/pkg/generated/clientset/versioned/scheme" | ||||||
| 	v1 "k8s.io/apimachinery/pkg/apis/meta/v1" | 	v1 "k8s.io/apimachinery/pkg/apis/meta/v1" | ||||||
|  | @ -39,7 +41,7 @@ type OperatorConfigurationsGetter interface { | ||||||
| 
 | 
 | ||||||
| // OperatorConfigurationInterface has methods to work with OperatorConfiguration resources.
 | // OperatorConfigurationInterface has methods to work with OperatorConfiguration resources.
 | ||||||
| type OperatorConfigurationInterface interface { | type OperatorConfigurationInterface interface { | ||||||
| 	Get(name string, options v1.GetOptions) (*acidzalandov1.OperatorConfiguration, error) | 	Get(ctx context.Context, name string, opts v1.GetOptions) (*acidzalandov1.OperatorConfiguration, error) | ||||||
| 	OperatorConfigurationExpansion | 	OperatorConfigurationExpansion | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | @ -58,14 +60,14 @@ func newOperatorConfigurations(c *AcidV1Client, namespace string) *operatorConfi | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // Get takes name of the operatorConfiguration, and returns the corresponding operatorConfiguration object, and an error if there is any.
 | // Get takes name of the operatorConfiguration, and returns the corresponding operatorConfiguration object, and an error if there is any.
 | ||||||
| func (c *operatorConfigurations) Get(name string, options v1.GetOptions) (result *acidzalandov1.OperatorConfiguration, err error) { | func (c *operatorConfigurations) Get(ctx context.Context, name string, options v1.GetOptions) (result *acidzalandov1.OperatorConfiguration, err error) { | ||||||
| 	result = &acidzalandov1.OperatorConfiguration{} | 	result = &acidzalandov1.OperatorConfiguration{} | ||||||
| 	err = c.client.Get(). | 	err = c.client.Get(). | ||||||
| 		Namespace(c.ns). | 		Namespace(c.ns). | ||||||
| 		Resource("operatorconfigurations"). | 		Resource("operatorconfigurations"). | ||||||
| 		Name(name). | 		Name(name). | ||||||
| 		VersionedParams(&options, scheme.ParameterCodec). | 		VersionedParams(&options, scheme.ParameterCodec). | ||||||
| 		Do(). | 		Do(ctx). | ||||||
| 		Into(result) | 		Into(result) | ||||||
| 	return | 	return | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -25,6 +25,7 @@ SOFTWARE. | ||||||
| package v1 | package v1 | ||||||
| 
 | 
 | ||||||
| import ( | import ( | ||||||
|  | 	"context" | ||||||
| 	"time" | 	"time" | ||||||
| 
 | 
 | ||||||
| 	v1 "github.com/zalando/postgres-operator/pkg/apis/acid.zalan.do/v1" | 	v1 "github.com/zalando/postgres-operator/pkg/apis/acid.zalan.do/v1" | ||||||
|  | @ -43,15 +44,15 @@ type PostgresqlsGetter interface { | ||||||
| 
 | 
 | ||||||
| // PostgresqlInterface has methods to work with Postgresql resources.
 | // PostgresqlInterface has methods to work with Postgresql resources.
 | ||||||
| type PostgresqlInterface interface { | type PostgresqlInterface interface { | ||||||
| 	Create(*v1.Postgresql) (*v1.Postgresql, error) | 	Create(ctx context.Context, postgresql *v1.Postgresql, opts metav1.CreateOptions) (*v1.Postgresql, error) | ||||||
| 	Update(*v1.Postgresql) (*v1.Postgresql, error) | 	Update(ctx context.Context, postgresql *v1.Postgresql, opts metav1.UpdateOptions) (*v1.Postgresql, error) | ||||||
| 	UpdateStatus(*v1.Postgresql) (*v1.Postgresql, error) | 	UpdateStatus(ctx context.Context, postgresql *v1.Postgresql, opts metav1.UpdateOptions) (*v1.Postgresql, error) | ||||||
| 	Delete(name string, options *metav1.DeleteOptions) error | 	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error | ||||||
| 	DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error | 	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error | ||||||
| 	Get(name string, options metav1.GetOptions) (*v1.Postgresql, error) | 	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.Postgresql, error) | ||||||
| 	List(opts metav1.ListOptions) (*v1.PostgresqlList, error) | 	List(ctx context.Context, opts metav1.ListOptions) (*v1.PostgresqlList, error) | ||||||
| 	Watch(opts metav1.ListOptions) (watch.Interface, error) | 	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) | ||||||
| 	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1.Postgresql, err error) | 	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.Postgresql, err error) | ||||||
| 	PostgresqlExpansion | 	PostgresqlExpansion | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | @ -70,20 +71,20 @@ func newPostgresqls(c *AcidV1Client, namespace string) *postgresqls { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // Get takes name of the postgresql, and returns the corresponding postgresql object, and an error if there is any.
 | // Get takes name of the postgresql, and returns the corresponding postgresql object, and an error if there is any.
 | ||||||
| func (c *postgresqls) Get(name string, options metav1.GetOptions) (result *v1.Postgresql, err error) { | func (c *postgresqls) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.Postgresql, err error) { | ||||||
| 	result = &v1.Postgresql{} | 	result = &v1.Postgresql{} | ||||||
| 	err = c.client.Get(). | 	err = c.client.Get(). | ||||||
| 		Namespace(c.ns). | 		Namespace(c.ns). | ||||||
| 		Resource("postgresqls"). | 		Resource("postgresqls"). | ||||||
| 		Name(name). | 		Name(name). | ||||||
| 		VersionedParams(&options, scheme.ParameterCodec). | 		VersionedParams(&options, scheme.ParameterCodec). | ||||||
| 		Do(). | 		Do(ctx). | ||||||
| 		Into(result) | 		Into(result) | ||||||
| 	return | 	return | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // List takes label and field selectors, and returns the list of Postgresqls that match those selectors.
 | // List takes label and field selectors, and returns the list of Postgresqls that match those selectors.
 | ||||||
| func (c *postgresqls) List(opts metav1.ListOptions) (result *v1.PostgresqlList, err error) { | func (c *postgresqls) List(ctx context.Context, opts metav1.ListOptions) (result *v1.PostgresqlList, err error) { | ||||||
| 	var timeout time.Duration | 	var timeout time.Duration | ||||||
| 	if opts.TimeoutSeconds != nil { | 	if opts.TimeoutSeconds != nil { | ||||||
| 		timeout = time.Duration(*opts.TimeoutSeconds) * time.Second | 		timeout = time.Duration(*opts.TimeoutSeconds) * time.Second | ||||||
|  | @ -94,13 +95,13 @@ func (c *postgresqls) List(opts metav1.ListOptions) (result *v1.PostgresqlList, | ||||||
| 		Resource("postgresqls"). | 		Resource("postgresqls"). | ||||||
| 		VersionedParams(&opts, scheme.ParameterCodec). | 		VersionedParams(&opts, scheme.ParameterCodec). | ||||||
| 		Timeout(timeout). | 		Timeout(timeout). | ||||||
| 		Do(). | 		Do(ctx). | ||||||
| 		Into(result) | 		Into(result) | ||||||
| 	return | 	return | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // Watch returns a watch.Interface that watches the requested postgresqls.
 | // Watch returns a watch.Interface that watches the requested postgresqls.
 | ||||||
| func (c *postgresqls) Watch(opts metav1.ListOptions) (watch.Interface, error) { | func (c *postgresqls) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) { | ||||||
| 	var timeout time.Duration | 	var timeout time.Duration | ||||||
| 	if opts.TimeoutSeconds != nil { | 	if opts.TimeoutSeconds != nil { | ||||||
| 		timeout = time.Duration(*opts.TimeoutSeconds) * time.Second | 		timeout = time.Duration(*opts.TimeoutSeconds) * time.Second | ||||||
|  | @ -111,87 +112,90 @@ func (c *postgresqls) Watch(opts metav1.ListOptions) (watch.Interface, error) { | ||||||
| 		Resource("postgresqls"). | 		Resource("postgresqls"). | ||||||
| 		VersionedParams(&opts, scheme.ParameterCodec). | 		VersionedParams(&opts, scheme.ParameterCodec). | ||||||
| 		Timeout(timeout). | 		Timeout(timeout). | ||||||
| 		Watch() | 		Watch(ctx) | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // Create takes the representation of a postgresql and creates it.  Returns the server's representation of the postgresql, and an error, if there is any.
 | // Create takes the representation of a postgresql and creates it.  Returns the server's representation of the postgresql, and an error, if there is any.
 | ||||||
| func (c *postgresqls) Create(postgresql *v1.Postgresql) (result *v1.Postgresql, err error) { | func (c *postgresqls) Create(ctx context.Context, postgresql *v1.Postgresql, opts metav1.CreateOptions) (result *v1.Postgresql, err error) { | ||||||
| 	result = &v1.Postgresql{} | 	result = &v1.Postgresql{} | ||||||
| 	err = c.client.Post(). | 	err = c.client.Post(). | ||||||
| 		Namespace(c.ns). | 		Namespace(c.ns). | ||||||
| 		Resource("postgresqls"). | 		Resource("postgresqls"). | ||||||
|  | 		VersionedParams(&opts, scheme.ParameterCodec). | ||||||
| 		Body(postgresql). | 		Body(postgresql). | ||||||
| 		Do(). | 		Do(ctx). | ||||||
| 		Into(result) | 		Into(result) | ||||||
| 	return | 	return | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // Update takes the representation of a postgresql and updates it. Returns the server's representation of the postgresql, and an error, if there is any.
 | // Update takes the representation of a postgresql and updates it. Returns the server's representation of the postgresql, and an error, if there is any.
 | ||||||
| func (c *postgresqls) Update(postgresql *v1.Postgresql) (result *v1.Postgresql, err error) { | func (c *postgresqls) Update(ctx context.Context, postgresql *v1.Postgresql, opts metav1.UpdateOptions) (result *v1.Postgresql, err error) { | ||||||
| 	result = &v1.Postgresql{} | 	result = &v1.Postgresql{} | ||||||
| 	err = c.client.Put(). | 	err = c.client.Put(). | ||||||
| 		Namespace(c.ns). | 		Namespace(c.ns). | ||||||
| 		Resource("postgresqls"). | 		Resource("postgresqls"). | ||||||
| 		Name(postgresql.Name). | 		Name(postgresql.Name). | ||||||
|  | 		VersionedParams(&opts, scheme.ParameterCodec). | ||||||
| 		Body(postgresql). | 		Body(postgresql). | ||||||
| 		Do(). | 		Do(ctx). | ||||||
| 		Into(result) | 		Into(result) | ||||||
| 	return | 	return | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // UpdateStatus was generated because the type contains a Status member.
 | // UpdateStatus was generated because the type contains a Status member.
 | ||||||
| // Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().
 | // Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().
 | ||||||
| 
 | func (c *postgresqls) UpdateStatus(ctx context.Context, postgresql *v1.Postgresql, opts metav1.UpdateOptions) (result *v1.Postgresql, err error) { | ||||||
| func (c *postgresqls) UpdateStatus(postgresql *v1.Postgresql) (result *v1.Postgresql, err error) { |  | ||||||
| 	result = &v1.Postgresql{} | 	result = &v1.Postgresql{} | ||||||
| 	err = c.client.Put(). | 	err = c.client.Put(). | ||||||
| 		Namespace(c.ns). | 		Namespace(c.ns). | ||||||
| 		Resource("postgresqls"). | 		Resource("postgresqls"). | ||||||
| 		Name(postgresql.Name). | 		Name(postgresql.Name). | ||||||
| 		SubResource("status"). | 		SubResource("status"). | ||||||
|  | 		VersionedParams(&opts, scheme.ParameterCodec). | ||||||
| 		Body(postgresql). | 		Body(postgresql). | ||||||
| 		Do(). | 		Do(ctx). | ||||||
| 		Into(result) | 		Into(result) | ||||||
| 	return | 	return | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // Delete takes name of the postgresql and deletes it. Returns an error if one occurs.
 | // Delete takes name of the postgresql and deletes it. Returns an error if one occurs.
 | ||||||
| func (c *postgresqls) Delete(name string, options *metav1.DeleteOptions) error { | func (c *postgresqls) Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error { | ||||||
| 	return c.client.Delete(). | 	return c.client.Delete(). | ||||||
| 		Namespace(c.ns). | 		Namespace(c.ns). | ||||||
| 		Resource("postgresqls"). | 		Resource("postgresqls"). | ||||||
| 		Name(name). | 		Name(name). | ||||||
| 		Body(options). | 		Body(&opts). | ||||||
| 		Do(). | 		Do(ctx). | ||||||
| 		Error() | 		Error() | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // DeleteCollection deletes a collection of objects.
 | // DeleteCollection deletes a collection of objects.
 | ||||||
| func (c *postgresqls) DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error { | func (c *postgresqls) DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error { | ||||||
| 	var timeout time.Duration | 	var timeout time.Duration | ||||||
| 	if listOptions.TimeoutSeconds != nil { | 	if listOpts.TimeoutSeconds != nil { | ||||||
| 		timeout = time.Duration(*listOptions.TimeoutSeconds) * time.Second | 		timeout = time.Duration(*listOpts.TimeoutSeconds) * time.Second | ||||||
| 	} | 	} | ||||||
| 	return c.client.Delete(). | 	return c.client.Delete(). | ||||||
| 		Namespace(c.ns). | 		Namespace(c.ns). | ||||||
| 		Resource("postgresqls"). | 		Resource("postgresqls"). | ||||||
| 		VersionedParams(&listOptions, scheme.ParameterCodec). | 		VersionedParams(&listOpts, scheme.ParameterCodec). | ||||||
| 		Timeout(timeout). | 		Timeout(timeout). | ||||||
| 		Body(options). | 		Body(&opts). | ||||||
| 		Do(). | 		Do(ctx). | ||||||
| 		Error() | 		Error() | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // Patch applies the patch and returns the patched postgresql.
 | // Patch applies the patch and returns the patched postgresql.
 | ||||||
| func (c *postgresqls) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1.Postgresql, err error) { | func (c *postgresqls) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.Postgresql, err error) { | ||||||
| 	result = &v1.Postgresql{} | 	result = &v1.Postgresql{} | ||||||
| 	err = c.client.Patch(pt). | 	err = c.client.Patch(pt). | ||||||
| 		Namespace(c.ns). | 		Namespace(c.ns). | ||||||
| 		Resource("postgresqls"). | 		Resource("postgresqls"). | ||||||
| 		SubResource(subresources...). |  | ||||||
| 		Name(name). | 		Name(name). | ||||||
|  | 		SubResource(subresources...). | ||||||
|  | 		VersionedParams(&opts, scheme.ParameterCodec). | ||||||
| 		Body(data). | 		Body(data). | ||||||
| 		Do(). | 		Do(ctx). | ||||||
| 		Into(result) | 		Into(result) | ||||||
| 	return | 	return | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -25,6 +25,7 @@ SOFTWARE. | ||||||
| package v1 | package v1 | ||||||
| 
 | 
 | ||||||
| import ( | import ( | ||||||
|  | 	"context" | ||||||
| 	time "time" | 	time "time" | ||||||
| 
 | 
 | ||||||
| 	acidzalandov1 "github.com/zalando/postgres-operator/pkg/apis/acid.zalan.do/v1" | 	acidzalandov1 "github.com/zalando/postgres-operator/pkg/apis/acid.zalan.do/v1" | ||||||
|  | @ -67,13 +68,13 @@ func NewFilteredPostgresqlInformer(client versioned.Interface, namespace string, | ||||||
| 				if tweakListOptions != nil { | 				if tweakListOptions != nil { | ||||||
| 					tweakListOptions(&options) | 					tweakListOptions(&options) | ||||||
| 				} | 				} | ||||||
| 				return client.AcidV1().Postgresqls(namespace).List(options) | 				return client.AcidV1().Postgresqls(namespace).List(context.TODO(), options) | ||||||
| 			}, | 			}, | ||||||
| 			WatchFunc: func(options metav1.ListOptions) (watch.Interface, error) { | 			WatchFunc: func(options metav1.ListOptions) (watch.Interface, error) { | ||||||
| 				if tweakListOptions != nil { | 				if tweakListOptions != nil { | ||||||
| 					tweakListOptions(&options) | 					tweakListOptions(&options) | ||||||
| 				} | 				} | ||||||
| 				return client.AcidV1().Postgresqls(namespace).Watch(options) | 				return client.AcidV1().Postgresqls(namespace).Watch(context.TODO(), options) | ||||||
| 			}, | 			}, | ||||||
| 		}, | 		}, | ||||||
| 		&acidzalandov1.Postgresql{}, | 		&acidzalandov1.Postgresql{}, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue