diff --git a/go.mod b/go.mod index 4417b81f3..7d737b264 100644 --- a/go.mod +++ b/go.mod @@ -19,10 +19,10 @@ require ( k8s.io/component-base v0.25.3 k8s.io/klog/v2 v2.80.1 k8s.io/kubectl v0.25.1 - kmodules.xyz/client-go v0.25.14 + kmodules.xyz/client-go v0.25.16 kmodules.xyz/custom-resources v0.25.1 kmodules.xyz/monitoring-agent-api v0.25.0 - kubedb.dev/apimachinery v0.30.0 + kubedb.dev/apimachinery v0.30.1 stash.appscode.dev/apimachinery v0.24.0 ) diff --git a/go.sum b/go.sum index 05785c877..d97bc063f 100644 --- a/go.sum +++ b/go.sum @@ -984,8 +984,8 @@ k8s.io/utils v0.0.0-20221012122500-cfd413dd9e85 h1:cTdVh7LYu82xeClmfzGtgyspNh6Ux k8s.io/utils v0.0.0-20221012122500-cfd413dd9e85/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= kmodules.xyz/apiversion v0.2.0 h1:vAQYqZFm4xu4pbB1cAdHbFEPES6EQkcR4wc06xdTOWk= kmodules.xyz/apiversion v0.2.0/go.mod h1:oPX8g8LvlPdPX3Yc5YvCzJHQnw3YF/X4/jdW0b1am80= -kmodules.xyz/client-go v0.25.14 h1:8znhvnL73etOVeTGNcSQjqOAt5bK9vxin9dZPQUNtA4= -kmodules.xyz/client-go v0.25.14/go.mod h1:PG0s5FqmCvIKXudUhaJELBVbKbX6ESoefVR1cibkl+0= +kmodules.xyz/client-go v0.25.16 h1:B9gf90o+eWFlGgXv+hx0k8atkCRjMpDgAWycvA/obfk= +kmodules.xyz/client-go v0.25.16/go.mod h1:PG0s5FqmCvIKXudUhaJELBVbKbX6ESoefVR1cibkl+0= kmodules.xyz/custom-resources v0.25.1 h1:0qHPTxbT/q0afl2GCOnwPFaoxKziRIPXgVu77YwrCa4= kmodules.xyz/custom-resources v0.25.1/go.mod h1:ULwzvLmOqZJcPSXKI7iLclYL5eYRlKx8Nbex28Ht19E= kmodules.xyz/monitoring-agent-api v0.25.0 h1:RU9RBeCqQdoS381xXy8cM1aqT+7qmtuPI3KxNQoX16Y= @@ -996,8 +996,8 @@ kmodules.xyz/offshoot-api v0.25.0 h1:Svq9da/+sg5afOjpgo9vx2J/Lu90Mo0aFxkdQmgKnGI kmodules.xyz/offshoot-api v0.25.0/go.mod h1:ysEBn7LJuT3+s8ynAQA/OG0BSsJugXa6KGtDLMRjlKo= kmodules.xyz/prober v0.25.0 h1:R5uRLHJEvEtEoogj+vaTAob0Btph6+PX5IlS6hPh8PA= kmodules.xyz/prober v0.25.0/go.mod h1:z4RTnjaajNQa/vPltsiOnO3xI716I/ziD2ac2Exm+1M= -kubedb.dev/apimachinery v0.30.0 h1:gZAk5KKPxp5P1IbhiuQXCN1RlXbwObfRkvySQsZYmaM= -kubedb.dev/apimachinery v0.30.0/go.mod h1:KzhkePobW6iQlaBgO2iRXN9eyAv7B+gQZUSG9CwocTo= +kubedb.dev/apimachinery v0.30.1 h1:QDkq0inGCzQIbW3lKiLc2gVzqbbz/tXbQvHVGP7+9E4= +kubedb.dev/apimachinery v0.30.1/go.mod h1:dQ8v2NGRxosrch7eyyu6qYvCKkHIU9NM8t8LXKYBpEA= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= diff --git a/vendor/kmodules.xyz/client-go/api/v1/generated.pb.go b/vendor/kmodules.xyz/client-go/api/v1/generated.pb.go index b4125c823..d369fcc48 100644 --- a/vendor/kmodules.xyz/client-go/api/v1/generated.pb.go +++ b/vendor/kmodules.xyz/client-go/api/v1/generated.pb.go @@ -324,15 +324,15 @@ func (m *ObjectReference) XXX_DiscardUnknown() { var xxx_messageInfo_ObjectReference proto.InternalMessageInfo -func (m *PullSecrets) Reset() { *m = PullSecrets{} } -func (*PullSecrets) ProtoMessage() {} -func (*PullSecrets) Descriptor() ([]byte, []int) { +func (m *PullCredentials) Reset() { *m = PullCredentials{} } +func (*PullCredentials) ProtoMessage() {} +func (*PullCredentials) Descriptor() ([]byte, []int) { return fileDescriptor_af8e7a11c7a1ccd9, []int{10} } -func (m *PullSecrets) XXX_Unmarshal(b []byte) error { +func (m *PullCredentials) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) } -func (m *PullSecrets) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { +func (m *PullCredentials) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { b = b[:cap(b)] n, err := m.MarshalToSizedBuffer(b) if err != nil { @@ -340,17 +340,17 @@ func (m *PullSecrets) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) } return b[:n], nil } -func (m *PullSecrets) XXX_Merge(src proto.Message) { - xxx_messageInfo_PullSecrets.Merge(m, src) +func (m *PullCredentials) XXX_Merge(src proto.Message) { + xxx_messageInfo_PullCredentials.Merge(m, src) } -func (m *PullSecrets) XXX_Size() int { +func (m *PullCredentials) XXX_Size() int { return m.Size() } -func (m *PullSecrets) XXX_DiscardUnknown() { - xxx_messageInfo_PullSecrets.DiscardUnknown(m) +func (m *PullCredentials) XXX_DiscardUnknown() { + xxx_messageInfo_PullCredentials.DiscardUnknown(m) } -var xxx_messageInfo_PullSecrets proto.InternalMessageInfo +var xxx_messageInfo_PullCredentials proto.InternalMessageInfo func (m *ReadonlyHealthCheckSpec) Reset() { *m = ReadonlyHealthCheckSpec{} } func (*ReadonlyHealthCheckSpec) ProtoMessage() {} @@ -526,7 +526,7 @@ func init() { proto.RegisterType((*ObjectID)(nil), "kmodules.xyz.client_go.api.v1.ObjectID") proto.RegisterType((*ObjectInfo)(nil), "kmodules.xyz.client_go.api.v1.ObjectInfo") proto.RegisterType((*ObjectReference)(nil), "kmodules.xyz.client_go.api.v1.ObjectReference") - proto.RegisterType((*PullSecrets)(nil), "kmodules.xyz.client_go.api.v1.PullSecrets") + proto.RegisterType((*PullCredentials)(nil), "kmodules.xyz.client_go.api.v1.PullCredentials") proto.RegisterType((*ReadonlyHealthCheckSpec)(nil), "kmodules.xyz.client_go.api.v1.ReadonlyHealthCheckSpec") proto.RegisterType((*ResourceID)(nil), "kmodules.xyz.client_go.api.v1.ResourceID") proto.RegisterType((*TLSConfig)(nil), "kmodules.xyz.client_go.api.v1.TLSConfig") @@ -540,111 +540,113 @@ func init() { } var fileDescriptor_af8e7a11c7a1ccd9 = []byte{ - // 1650 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x58, 0x4d, 0x8f, 0x1b, 0x49, - 0x19, 0x76, 0xc7, 0xf6, 0x8c, 0xfb, 0xf5, 0x4c, 0x9c, 0x54, 0x82, 0x62, 0x22, 0xe2, 0x1e, 0x7a, - 0xa5, 0x68, 0x02, 0xa4, 0x4d, 0xa2, 0x2c, 0x2c, 0x2b, 0x21, 0x48, 0x7b, 0x96, 0xac, 0x77, 0x27, - 0x33, 0x43, 0x79, 0xc2, 0xae, 0x16, 0x21, 0x54, 0xd3, 0x5d, 0xee, 0x29, 0xa6, 0xdd, 0xdd, 0xaa, - 0xea, 0x1e, 0xf0, 0x9e, 0xf6, 0x08, 0x9c, 0x16, 0x4e, 0x1c, 0x37, 0x12, 0x3f, 0x81, 0x0b, 0xbf, - 0x80, 0x88, 0x53, 0xb8, 0xa0, 0x3d, 0x20, 0x8b, 0x18, 0x71, 0xe5, 0xc2, 0x2d, 0x27, 0x54, 0xd5, - 0x9f, 0xf6, 0x78, 0x76, 0x12, 0x84, 0xc4, 0x6d, 0xfa, 0x7d, 0x9e, 0xf7, 0xa9, 0xaf, 0xf7, 0xcb, - 0x03, 0x77, 0x4f, 0x26, 0xa1, 0x9b, 0xf8, 0x54, 0x58, 0xbf, 0x98, 0x7e, 0xdc, 0x77, 0x7c, 0x46, - 0x83, 0xf8, 0xae, 0x17, 0xf6, 0x49, 0xc4, 0xfa, 0xa7, 0xf7, 0xfa, 0x1e, 0x0d, 0x28, 0x27, 0x31, - 0x75, 0xad, 0x88, 0x87, 0x71, 0x88, 0x6e, 0x55, 0xe9, 0x56, 0x4a, 0xff, 0xa9, 0x17, 0x5a, 0x24, - 0x62, 0xd6, 0xe9, 0xbd, 0x9b, 0x77, 0x3d, 0x16, 0x1f, 0x27, 0x47, 0x96, 0x13, 0x4e, 0xfa, 0x5e, - 0xe8, 0x85, 0x7d, 0xe5, 0x75, 0x94, 0x8c, 0xd5, 0x97, 0xfa, 0x50, 0x7f, 0xa5, 0x6a, 0x37, 0xcd, - 0x93, 0xb7, 0x84, 0xc5, 0xd2, 0xc5, 0x9c, 0x90, 0xd3, 0x15, 0x2b, 0xde, 0x7c, 0x50, 0x72, 0x26, - 0xc4, 0x39, 0x66, 0x01, 0xe5, 0xd3, 0x7e, 0x74, 0xe2, 0x49, 0x83, 0xe8, 0x4f, 0x68, 0x4c, 0x56, - 0x78, 0x99, 0x3f, 0x86, 0x2f, 0x0d, 0x28, 0x8f, 0xd9, 0x98, 0x39, 0x24, 0xa6, 0x07, 0x9c, 0x9d, - 0x92, 0x98, 0xbe, 0x4f, 0xa7, 0xc8, 0x86, 0x16, 0x0d, 0x9c, 0xd0, 0x65, 0x81, 0xd7, 0xd5, 0xb6, - 0xb4, 0x6d, 0xdd, 0xbe, 0xfd, 0x6c, 0x66, 0xd4, 0xe6, 0x33, 0xa3, 0xf5, 0x4e, 0x66, 0x7f, 0x39, - 0x33, 0x50, 0xe9, 0x91, 0x5b, 0x71, 0xe1, 0x67, 0xfe, 0xbb, 0x09, 0x9d, 0x8a, 0xfa, 0x28, 0xa2, - 0x0e, 0x7a, 0x03, 0x9a, 0xc4, 0x67, 0x44, 0x64, 0xa2, 0x9b, 0x99, 0x68, 0xf3, 0xa1, 0x34, 0xe2, - 0x14, 0x43, 0x1f, 0x81, 0xce, 0x84, 0x48, 0x28, 0xc7, 0x74, 0xdc, 0xbd, 0xb4, 0xa5, 0x6d, 0xb7, - 0xef, 0xdf, 0xb5, 0xd2, 0xf3, 0xa9, 0x1b, 0x94, 0x77, 0x60, 0x9d, 0xde, 0xb3, 0x0e, 0xa7, 0x11, - 0x75, 0x77, 0x43, 0x87, 0xf8, 0xfb, 0x47, 0x3f, 0xa3, 0x4e, 0x8c, 0xe9, 0x98, 0x72, 0x1a, 0x38, - 0xd4, 0xde, 0x9c, 0xcf, 0x0c, 0x7d, 0x98, 0x6b, 0xe0, 0x52, 0x0e, 0xdd, 0x07, 0x10, 0xd4, 0xe1, - 0x34, 0xde, 0x23, 0x13, 0xda, 0xad, 0xab, 0x5d, 0xa0, 0x6c, 0x17, 0x30, 0x2a, 0x10, 0x5c, 0x61, - 0xa1, 0x1f, 0xc2, 0xba, 0x48, 0xd4, 0x0a, 0xdd, 0x86, 0xda, 0xcd, 0xd7, 0xac, 0x2f, 0x7c, 0x5f, - 0xeb, 0xc3, 0x37, 0xbf, 0xf9, 0x9d, 0x51, 0xea, 0x61, 0xb7, 0xe7, 0x33, 0x63, 0x3d, 0xfb, 0xc0, - 0xb9, 0x0e, 0xfa, 0x10, 0x5a, 0x6e, 0xc2, 0x49, 0xcc, 0xc2, 0xa0, 0xdb, 0x54, 0x9a, 0x56, 0xe5, - 0x84, 0xc5, 0x0b, 0x5a, 0xd1, 0x89, 0x27, 0x0d, 0xc2, 0x92, 0x2f, 0x28, 0xa5, 0x77, 0x32, 0x2f, - 0x7b, 0x43, 0xbe, 0x45, 0xfe, 0x85, 0x0b, 0x35, 0x44, 0xa0, 0xcd, 0x69, 0x40, 0x7f, 0x6e, 0xd3, - 0x71, 0xc8, 0x69, 0x77, 0xed, 0xbf, 0x12, 0xef, 0xcc, 0x67, 0x46, 0x1b, 0x97, 0x32, 0xb8, 0xaa, - 0x89, 0xb6, 0xa1, 0xe5, 0x06, 0x42, 0x5e, 0x8d, 0xe8, 0xae, 0x6f, 0xd5, 0xb7, 0xf5, 0x6c, 0x33, - 0x7b, 0x23, 0x65, 0xc3, 0x05, 0x8a, 0xee, 0x41, 0x9b, 0x45, 0x0f, 0x5d, 0x97, 0x53, 0x21, 0xa8, - 0xe8, 0xb6, 0x14, 0x59, 0x89, 0x0f, 0x0f, 0x0a, 0x33, 0xae, 0x72, 0xd0, 0x57, 0xa0, 0x91, 0x70, - 0x26, 0xba, 0xba, 0xe2, 0xb6, 0xe6, 0x33, 0xa3, 0xf1, 0x04, 0x0f, 0x05, 0x56, 0x56, 0xf4, 0x36, - 0x5c, 0xa6, 0x13, 0xc2, 0xfc, 0x52, 0x13, 0x14, 0x0f, 0xcd, 0x67, 0xc6, 0xe5, 0x77, 0x16, 0x10, - 0xbc, 0xc4, 0x44, 0x2e, 0x40, 0x54, 0xc4, 0x6b, 0xb7, 0xad, 0x2e, 0xe6, 0xc1, 0x05, 0x2f, 0xb9, - 0x32, 0x3b, 0xec, 0xcb, 0x32, 0x58, 0xca, 0x6f, 0x5c, 0xd1, 0x35, 0xff, 0xac, 0x41, 0x67, 0xe0, - 0x27, 0x22, 0xa6, 0xfc, 0x31, 0x8d, 0x89, 0x4b, 0x62, 0x82, 0x6e, 0x41, 0x3d, 0x61, 0x6e, 0x16, - 0xf3, 0xed, 0x2c, 0xda, 0xea, 0x4f, 0x86, 0x3b, 0x58, 0xda, 0xd1, 0x16, 0x34, 0x02, 0x19, 0x8d, - 0x97, 0x14, 0xbe, 0x91, 0xe1, 0x0d, 0x15, 0x87, 0x0a, 0x41, 0x6f, 0x42, 0xdb, 0x65, 0x22, 0xf2, - 0xc9, 0xb4, 0x12, 0xb6, 0xd7, 0x32, 0x62, 0x7b, 0xa7, 0x84, 0x70, 0x95, 0x87, 0xbe, 0x07, 0xad, - 0x88, 0x87, 0xa7, 0xcc, 0xa5, 0x5c, 0x45, 0xae, 0x6e, 0xbf, 0x91, 0x67, 0xf1, 0x41, 0x66, 0x7f, - 0x39, 0x33, 0x3a, 0xef, 0x86, 0x22, 0x66, 0x81, 0x97, 0x9b, 0x70, 0xe1, 0x64, 0xfe, 0xb6, 0x0e, - 0xfa, 0x20, 0x0c, 0x5c, 0xa6, 0x42, 0x6b, 0x0b, 0x1a, 0xf1, 0x34, 0xa2, 0xd9, 0x39, 0x8a, 0x7d, - 0xca, 0x34, 0xc4, 0x0a, 0x41, 0xbb, 0xb0, 0x26, 0x62, 0x12, 0x27, 0x22, 0x3b, 0xcb, 0x83, 0x8c, - 0xb3, 0x36, 0x52, 0xd6, 0x97, 0x33, 0x63, 0x45, 0x2d, 0xb3, 0x8a, 0x15, 0x52, 0x16, 0xce, 0x34, - 0xd0, 0x7b, 0x80, 0xc2, 0x23, 0x41, 0xf9, 0x29, 0x75, 0x1f, 0xa5, 0x85, 0x4b, 0xa6, 0x8b, 0x3c, - 0x7c, 0xdd, 0xbe, 0x99, 0x29, 0xa3, 0xfd, 0x33, 0x0c, 0xbc, 0xc2, 0x0b, 0x9d, 0x02, 0xf2, 0x89, - 0x88, 0x0f, 0x39, 0x09, 0x84, 0x5a, 0xeb, 0x90, 0x4d, 0x68, 0x99, 0xce, 0xaf, 0x92, 0x1d, 0xd2, - 0xa3, 0x5c, 0x77, 0xf7, 0x8c, 0x1a, 0x5e, 0xb1, 0x02, 0xba, 0x0d, 0x6b, 0x9c, 0x12, 0x91, 0xa5, - 0xb9, 0x6e, 0x5f, 0xce, 0x6f, 0x04, 0x2b, 0x2b, 0xce, 0x50, 0x74, 0x07, 0xd6, 0x27, 0x54, 0x08, - 0xe2, 0xa5, 0x29, 0xab, 0xdb, 0x9d, 0x8c, 0xb8, 0xfe, 0x38, 0x35, 0xe3, 0x1c, 0x37, 0xff, 0xa5, - 0x41, 0xe7, 0x5d, 0x4a, 0xfc, 0xf8, 0x78, 0x70, 0x4c, 0x9d, 0x13, 0x55, 0x57, 0x7f, 0xa3, 0xc1, - 0x0d, 0x4e, 0x89, 0x1b, 0x06, 0xfe, 0x74, 0x09, 0x53, 0xcf, 0xd5, 0xbe, 0xff, 0xad, 0x0b, 0x22, - 0x1d, 0xaf, 0xf6, 0xb6, 0x8d, 0x6c, 0x1f, 0x37, 0xce, 0x21, 0xe0, 0xf3, 0xd6, 0x45, 0x8f, 0xe0, - 0xaa, 0xcb, 0x04, 0x39, 0xf2, 0xe9, 0x07, 0x9c, 0xc5, 0x54, 0x01, 0x2a, 0x2e, 0x5a, 0xf6, 0x97, - 0x33, 0xd1, 0xab, 0x3b, 0xcb, 0x04, 0x7c, 0xd6, 0xc7, 0xfc, 0xa7, 0x06, 0xfa, 0x70, 0x42, 0x3c, - 0x3a, 0x0c, 0xc6, 0xa1, 0x6c, 0x21, 0x4c, 0x7e, 0x2c, 0xb7, 0x10, 0xc5, 0xc0, 0x29, 0x86, 0x0e, - 0xa1, 0xe5, 0xb3, 0x80, 0x12, 0x8f, 0xca, 0x50, 0xac, 0x6f, 0xb7, 0xef, 0xdf, 0xbe, 0xe0, 0xfc, - 0xbb, 0x29, 0xdd, 0xbe, 0x92, 0x67, 0x48, 0x66, 0x10, 0xb8, 0x50, 0x42, 0x3f, 0x81, 0x76, 0x94, - 0xf8, 0x7e, 0xda, 0x26, 0x84, 0x8a, 0xc4, 0x8b, 0x9b, 0xc1, 0x41, 0xe9, 0x91, 0x96, 0xbe, 0x8a, - 0x01, 0x57, 0xf5, 0xcc, 0x5f, 0x69, 0xb0, 0x9e, 0xad, 0x8a, 0xf6, 0xa0, 0xe9, 0x1c, 0x13, 0x16, - 0x74, 0x35, 0xb5, 0xfb, 0x3b, 0x17, 0x2c, 0x92, 0x36, 0x40, 0x79, 0x3f, 0xe5, 0x85, 0x0c, 0xa4, - 0x3f, 0x4e, 0x65, 0x90, 0x05, 0xe0, 0x84, 0x41, 0x4c, 0x64, 0x6c, 0xa7, 0x57, 0xa2, 0xa7, 0x65, - 0x6c, 0x50, 0x58, 0x71, 0x85, 0x61, 0xfe, 0x5e, 0x83, 0x56, 0x26, 0xba, 0x23, 0xaf, 0xdc, 0xe3, - 0x61, 0x12, 0x2d, 0x5f, 0xf9, 0x23, 0x69, 0xc4, 0x29, 0x26, 0xab, 0xc3, 0x09, 0x0b, 0xdc, 0xe5, - 0x2a, 0xf6, 0x3e, 0x0b, 0x5c, 0xac, 0x10, 0xd4, 0x07, 0x5d, 0x56, 0x33, 0x11, 0x11, 0x27, 0xaf, - 0x61, 0x57, 0x33, 0x9a, 0xbe, 0x97, 0x03, 0xb8, 0xe4, 0x14, 0x85, 0xb1, 0x71, 0x5e, 0x61, 0x34, - 0xff, 0xa0, 0x01, 0x94, 0x67, 0x47, 0x1f, 0x40, 0x8b, 0x53, 0x11, 0x26, 0xdc, 0xa1, 0x59, 0xd8, - 0xdf, 0xb9, 0x30, 0xec, 0x53, 0xfa, 0x70, 0xa7, 0x7c, 0xf9, 0xdc, 0x86, 0x0b, 0x31, 0xf4, 0x18, - 0xea, 0xbc, 0x18, 0x46, 0xac, 0x57, 0x7a, 0x8c, 0x72, 0x1a, 0x29, 0x2a, 0xbe, 0x9c, 0x45, 0xa4, - 0x8e, 0xe9, 0x42, 0x67, 0x89, 0xb4, 0x78, 0x39, 0xda, 0x6b, 0x5c, 0xce, 0xb9, 0x5d, 0xc3, 0xfc, - 0xb5, 0x06, 0xd5, 0x60, 0x7b, 0xfd, 0x25, 0xde, 0x83, 0x06, 0xa7, 0xe3, 0x3c, 0x83, 0xb6, 0x57, - 0xcd, 0x60, 0x2b, 0xc7, 0xaf, 0x62, 0x33, 0x98, 0x8e, 0x05, 0x56, 0x1a, 0xe6, 0x73, 0x0d, 0xce, - 0x2b, 0x21, 0xe8, 0xdb, 0xb0, 0x19, 0x51, 0xce, 0x42, 0x77, 0x44, 0x9d, 0x30, 0x70, 0xd3, 0xe9, - 0xb0, 0x69, 0x5f, 0x9d, 0xcf, 0x8c, 0xcd, 0x83, 0x2a, 0x80, 0x17, 0x79, 0x72, 0x1c, 0x88, 0xd9, - 0x84, 0x86, 0x49, 0x9c, 0x7b, 0x5e, 0x52, 0x9e, 0x6a, 0x1c, 0x38, 0x5c, 0x40, 0xf0, 0x12, 0x13, - 0x7d, 0x1f, 0xae, 0x8c, 0x09, 0xf3, 0x13, 0x4e, 0x0f, 0x8f, 0x39, 0x15, 0xc7, 0xa1, 0xef, 0xaa, - 0xa0, 0x6c, 0xda, 0xd7, 0xe7, 0x33, 0xe3, 0xca, 0x0f, 0x96, 0x30, 0x7c, 0x86, 0x6d, 0xfe, 0x55, - 0x03, 0x28, 0xe3, 0xe7, 0xd5, 0xb2, 0xe4, 0x0e, 0xac, 0x9f, 0x52, 0x2e, 0x64, 0x23, 0xbb, 0xb4, - 0x58, 0xe7, 0x7f, 0x94, 0x9a, 0x71, 0x8e, 0x17, 0x0f, 0x5c, 0x3f, 0x77, 0x2c, 0xc8, 0x53, 0xae, - 0x71, 0x6e, 0xca, 0x3d, 0x80, 0xa6, 0x70, 0xc2, 0x88, 0x66, 0xdd, 0xa7, 0x97, 0xef, 0x69, 0x24, - 0x8d, 0x2f, 0x67, 0xc6, 0x66, 0xbe, 0x7f, 0x65, 0xc0, 0x29, 0xd9, 0xfc, 0x8b, 0x06, 0xfa, 0xe1, - 0xee, 0x68, 0x10, 0x06, 0x63, 0xe6, 0x2d, 0x8e, 0xe3, 0xda, 0xff, 0x76, 0x1c, 0x3f, 0x86, 0x0d, - 0xa7, 0x1c, 0xb1, 0xf2, 0x48, 0xb3, 0x5e, 0x7d, 0x2a, 0x53, 0x3d, 0xea, 0x7a, 0x76, 0xac, 0x8d, - 0x0a, 0x20, 0xf0, 0x82, 0xb2, 0xf9, 0x55, 0xd0, 0x65, 0x40, 0xec, 0x8f, 0x77, 0xc8, 0xf4, 0xed, - 0xeb, 0xbf, 0xfb, 0xcc, 0xa8, 0xfd, 0xf2, 0xa9, 0x51, 0xfb, 0xf4, 0xa9, 0x51, 0xfb, 0xec, 0xa9, - 0x51, 0xfb, 0xe4, 0x6f, 0x5b, 0x35, 0xf3, 0x8f, 0x1a, 0x5c, 0x57, 0x87, 0x58, 0xce, 0xcd, 0x6f, - 0x40, 0x8b, 0x44, 0xec, 0x51, 0xe5, 0x71, 0x8b, 0x5a, 0xf1, 0xf0, 0x60, 0x98, 0xbe, 0x6f, 0xc1, - 0xf8, 0xff, 0x14, 0xc2, 0x3f, 0xd5, 0xa1, 0x5d, 0xf9, 0xd9, 0x21, 0x53, 0x2a, 0xe4, 0x1e, 0x09, - 0xd8, 0xc7, 0x6a, 0xfe, 0x11, 0xaa, 0x8f, 0xe8, 0x69, 0x4a, 0xed, 0x57, 0x01, 0xbc, 0xc8, 0x43, - 0x5f, 0x07, 0xdd, 0x09, 0x93, 0x20, 0xe6, 0x8c, 0xe6, 0x7d, 0x42, 0x3d, 0xdf, 0x20, 0x37, 0xe2, - 0x12, 0x47, 0x43, 0xb8, 0x56, 0xf5, 0x26, 0xfe, 0x93, 0x80, 0xa9, 0xc6, 0x28, 0xdd, 0x6e, 0xcc, - 0x67, 0xc6, 0xb5, 0xfd, 0xb3, 0x30, 0x5e, 0xe5, 0x23, 0x1b, 0x94, 0x2f, 0x63, 0x87, 0xc5, 0x72, - 0xe1, 0x46, 0xd9, 0xa0, 0x76, 0x0b, 0x2b, 0xae, 0x30, 0xe4, 0x3e, 0xd5, 0x98, 0x1a, 0x38, 0x54, - 0x74, 0x9b, 0xe5, 0x3e, 0x0f, 0x72, 0x23, 0x2e, 0x71, 0xf4, 0x5d, 0xe8, 0x88, 0x98, 0x53, 0x1a, - 0x97, 0xbf, 0x1b, 0xd6, 0x94, 0xcb, 0xb5, 0xf9, 0xcc, 0xe8, 0x8c, 0x16, 0x21, 0xbc, 0xcc, 0x95, - 0x3f, 0x63, 0xa2, 0x50, 0xc4, 0xc4, 0x1f, 0x84, 0x6e, 0xf1, 0x9b, 0x27, 0xed, 0xe5, 0xa5, 0x19, - 0x57, 0x39, 0xe8, 0x2d, 0xd8, 0x10, 0x94, 0x33, 0xe2, 0xef, 0x25, 0x93, 0x23, 0xca, 0xbb, 0x2d, - 0xf5, 0x72, 0x45, 0xa0, 0x8e, 0x2a, 0x18, 0x5e, 0x60, 0xda, 0x83, 0x67, 0x2f, 0x7a, 0xb5, 0xe7, - 0x2f, 0x7a, 0xb5, 0xcf, 0x5f, 0xf4, 0x6a, 0x9f, 0xcc, 0x7b, 0xda, 0xb3, 0x79, 0x4f, 0x7b, 0x3e, - 0xef, 0x69, 0x9f, 0xcf, 0x7b, 0xda, 0xdf, 0xe7, 0x3d, 0xed, 0xd3, 0x7f, 0xf4, 0x6a, 0x1f, 0xdd, - 0xfa, 0xc2, 0x7f, 0x48, 0xfc, 0x27, 0x00, 0x00, 0xff, 0xff, 0xa0, 0xc7, 0x7c, 0xbc, 0xb0, 0x10, - 0x00, 0x00, + // 1687 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x58, 0xcf, 0x6f, 0x1b, 0x59, + 0x1d, 0xf7, 0xd4, 0x71, 0xe2, 0xf9, 0x3a, 0xa9, 0xdb, 0xd7, 0xa2, 0x9a, 0x8a, 0x7a, 0x82, 0x57, + 0xaa, 0x52, 0xa0, 0x63, 0x5a, 0x75, 0x61, 0x59, 0x09, 0x41, 0xc7, 0x59, 0xba, 0xde, 0x4d, 0x93, + 0xf0, 0x9c, 0xb2, 0xab, 0x05, 0x09, 0xbd, 0xcc, 0x7c, 0xed, 0x3c, 0x32, 0x9e, 0x19, 0xbd, 0x37, + 0x0e, 0x64, 0x4f, 0x7b, 0x84, 0xdb, 0xc2, 0x89, 0xe3, 0x56, 0xe2, 0x4f, 0xe0, 0xc2, 0x5f, 0x40, + 0xc5, 0xa9, 0x5c, 0xd0, 0x1e, 0x90, 0x45, 0xcd, 0x15, 0x71, 0x41, 0x5c, 0x7a, 0x42, 0xef, 0xcd, + 0x4f, 0x3b, 0x4e, 0xd3, 0x45, 0x48, 0xdc, 0xe2, 0xef, 0xe7, 0xf3, 0xfd, 0xbc, 0x5f, 0xdf, 0x5f, + 0x13, 0xb8, 0x7b, 0x3c, 0x0e, 0xbd, 0x89, 0x8f, 0xd2, 0xfe, 0xc5, 0xe9, 0xc7, 0x5d, 0xd7, 0xe7, + 0x18, 0xc4, 0x77, 0x47, 0x61, 0x97, 0x45, 0xbc, 0x7b, 0x72, 0xaf, 0x3b, 0xc2, 0x00, 0x05, 0x8b, + 0xd1, 0xb3, 0x23, 0x11, 0xc6, 0x21, 0xb9, 0x55, 0xa6, 0xdb, 0x09, 0xfd, 0xa7, 0xa3, 0xd0, 0x66, + 0x11, 0xb7, 0x4f, 0xee, 0xdd, 0xbc, 0x3b, 0xe2, 0xf1, 0xd1, 0xe4, 0xd0, 0x76, 0xc3, 0x71, 0x77, + 0x14, 0x8e, 0xc2, 0xae, 0xf6, 0x3a, 0x9c, 0x0c, 0xf5, 0x2f, 0xfd, 0x43, 0xff, 0x95, 0xa8, 0xdd, + 0xec, 0x1c, 0xbf, 0x25, 0x6d, 0x9e, 0x2c, 0xe6, 0x86, 0x02, 0x97, 0xac, 0x78, 0xf3, 0x41, 0xc1, + 0x19, 0x33, 0xf7, 0x88, 0x07, 0x28, 0x4e, 0xbb, 0xd1, 0xf1, 0x48, 0x19, 0x64, 0x77, 0x8c, 0x31, + 0x5b, 0xe2, 0xd5, 0xf9, 0x31, 0x7c, 0xa9, 0x87, 0x22, 0xe6, 0x43, 0xee, 0xb2, 0x18, 0xf7, 0x05, + 0x3f, 0x61, 0x31, 0xbe, 0x8f, 0xa7, 0xc4, 0x81, 0x3a, 0x06, 0x6e, 0xe8, 0xf1, 0x60, 0xd4, 0x32, + 0x36, 0x8d, 0x2d, 0xd3, 0xb9, 0xfd, 0x6c, 0x6a, 0x55, 0x66, 0x53, 0xab, 0xfe, 0x4e, 0x6a, 0x7f, + 0x39, 0xb5, 0x48, 0xe1, 0x91, 0x59, 0x69, 0xee, 0xd7, 0xf9, 0x57, 0x0d, 0x9a, 0x25, 0xf5, 0x41, + 0x84, 0x2e, 0x79, 0x03, 0x6a, 0xcc, 0xe7, 0x4c, 0xa6, 0xa2, 0x1b, 0xa9, 0x68, 0xed, 0xa1, 0x32, + 0xd2, 0x04, 0x23, 0x1f, 0x81, 0xc9, 0xa5, 0x9c, 0xa0, 0xa0, 0x38, 0x6c, 0x5d, 0xda, 0x34, 0xb6, + 0x1a, 0xf7, 0xef, 0xda, 0xc9, 0xf9, 0xf4, 0x0d, 0xaa, 0x3b, 0xb0, 0x4f, 0xee, 0xd9, 0x07, 0xa7, + 0x11, 0x7a, 0x3b, 0xa1, 0xcb, 0xfc, 0xbd, 0xc3, 0x9f, 0xa1, 0x1b, 0x53, 0x1c, 0xa2, 0xc0, 0xc0, + 0x45, 0x67, 0x63, 0x36, 0xb5, 0xcc, 0x7e, 0xa6, 0x41, 0x0b, 0x39, 0x72, 0x1f, 0x40, 0xa2, 0x2b, + 0x30, 0xde, 0x65, 0x63, 0x6c, 0x55, 0xf5, 0x2e, 0x48, 0xba, 0x0b, 0x18, 0xe4, 0x08, 0x2d, 0xb1, + 0xc8, 0x0f, 0x61, 0x4d, 0x4e, 0xf4, 0x0a, 0xad, 0x15, 0xbd, 0x9b, 0xaf, 0xd9, 0xaf, 0x7c, 0x5f, + 0xfb, 0xc3, 0x37, 0xbf, 0xf9, 0x9d, 0x41, 0xe2, 0xe1, 0x34, 0x66, 0x53, 0x6b, 0x2d, 0xfd, 0x41, + 0x33, 0x1d, 0xf2, 0x21, 0xd4, 0xbd, 0x89, 0x60, 0x31, 0x0f, 0x83, 0x56, 0x4d, 0x6b, 0xda, 0xa5, + 0x13, 0xe6, 0x2f, 0x68, 0x47, 0xc7, 0x23, 0x65, 0x90, 0xb6, 0x7a, 0x41, 0x25, 0xbd, 0x9d, 0x7a, + 0x39, 0xeb, 0xea, 0x2d, 0xb2, 0x5f, 0x34, 0x57, 0x23, 0x0c, 0x1a, 0x02, 0x03, 0xfc, 0xb9, 0x83, + 0xc3, 0x50, 0x60, 0x6b, 0xf5, 0xbf, 0x12, 0x6f, 0xce, 0xa6, 0x56, 0x83, 0x16, 0x32, 0xb4, 0xac, + 0x49, 0xb6, 0xa0, 0xee, 0x05, 0x52, 0x5d, 0x8d, 0x6c, 0xad, 0x6d, 0x56, 0xb7, 0xcc, 0x74, 0x33, + 0xbb, 0x03, 0x6d, 0xa3, 0x39, 0x4a, 0xee, 0x41, 0x83, 0x47, 0x0f, 0x3d, 0x4f, 0xa0, 0x94, 0x28, + 0x5b, 0x75, 0x4d, 0xd6, 0xe2, 0xfd, 0xfd, 0xdc, 0x4c, 0xcb, 0x1c, 0xf2, 0x15, 0x58, 0x99, 0x08, + 0x2e, 0x5b, 0xa6, 0xe6, 0xd6, 0x67, 0x53, 0x6b, 0xe5, 0x09, 0xed, 0x4b, 0xaa, 0xad, 0xe4, 0x6d, + 0xb8, 0x8c, 0x63, 0xc6, 0xfd, 0x42, 0x13, 0x34, 0x8f, 0xcc, 0xa6, 0xd6, 0xe5, 0x77, 0xe6, 0x10, + 0xba, 0xc0, 0x24, 0x1e, 0x40, 0x94, 0xc7, 0x6b, 0xab, 0xa1, 0x2f, 0xe6, 0xc1, 0x05, 0x2f, 0xb9, + 0x34, 0x3b, 0x9c, 0xcb, 0x2a, 0x58, 0x8a, 0xdf, 0xb4, 0xa4, 0xdb, 0xf9, 0x93, 0x01, 0xcd, 0x9e, + 0x3f, 0x91, 0x31, 0x8a, 0xc7, 0x18, 0x33, 0x8f, 0xc5, 0x8c, 0xdc, 0x82, 0xea, 0x84, 0x7b, 0x69, + 0xcc, 0x37, 0xd2, 0x68, 0xab, 0x3e, 0xe9, 0x6f, 0x53, 0x65, 0x27, 0x9b, 0xb0, 0x12, 0xa8, 0x68, + 0xbc, 0xa4, 0xf1, 0xf5, 0x14, 0x5f, 0xd1, 0x71, 0xa8, 0x11, 0xf2, 0x26, 0x34, 0x3c, 0x2e, 0x23, + 0x9f, 0x9d, 0x96, 0xc2, 0xf6, 0x5a, 0x4a, 0x6c, 0x6c, 0x17, 0x10, 0x2d, 0xf3, 0xc8, 0xf7, 0xa0, + 0x1e, 0x89, 0xf0, 0x84, 0x7b, 0x28, 0x74, 0xe4, 0x9a, 0xce, 0x1b, 0x59, 0x16, 0xef, 0xa7, 0xf6, + 0x97, 0x53, 0xab, 0xf9, 0x6e, 0x28, 0x63, 0x1e, 0x8c, 0x32, 0x13, 0xcd, 0x9d, 0x3a, 0xbf, 0xa9, + 0x82, 0xd9, 0x0b, 0x03, 0x8f, 0xeb, 0xd0, 0xda, 0x84, 0x95, 0xf8, 0x34, 0xc2, 0xf4, 0x1c, 0xf9, + 0x3e, 0x55, 0x1a, 0x52, 0x8d, 0x90, 0x1d, 0x58, 0x95, 0x31, 0x8b, 0x27, 0x32, 0x3d, 0xcb, 0x83, + 0x94, 0xb3, 0x3a, 0xd0, 0xd6, 0x97, 0x53, 0x6b, 0x49, 0x2d, 0xb3, 0xf3, 0x15, 0x12, 0x16, 0x4d, + 0x35, 0xc8, 0x7b, 0x40, 0xc2, 0x43, 0x89, 0xe2, 0x04, 0xbd, 0x47, 0x49, 0xe1, 0x52, 0xe9, 0xa2, + 0x0e, 0x5f, 0x75, 0x6e, 0xa6, 0xca, 0x64, 0xef, 0x0c, 0x83, 0x2e, 0xf1, 0x22, 0x27, 0x40, 0x7c, + 0x26, 0xe3, 0x03, 0xc1, 0x02, 0xa9, 0xd7, 0x3a, 0xe0, 0x63, 0x2c, 0xd2, 0xf9, 0x75, 0xb2, 0x43, + 0x79, 0x14, 0xeb, 0xee, 0x9c, 0x51, 0xa3, 0x4b, 0x56, 0x20, 0xb7, 0x61, 0x55, 0x20, 0x93, 0x69, + 0x9a, 0x9b, 0xce, 0xe5, 0xec, 0x46, 0xa8, 0xb6, 0xd2, 0x14, 0x25, 0x77, 0x60, 0x6d, 0x8c, 0x52, + 0xb2, 0x51, 0x92, 0xb2, 0xa6, 0xd3, 0x4c, 0x89, 0x6b, 0x8f, 0x13, 0x33, 0xcd, 0xf0, 0xce, 0x3f, + 0x0d, 0x68, 0xbe, 0x8b, 0xcc, 0x8f, 0x8f, 0x7a, 0x47, 0xe8, 0x1e, 0xeb, 0xba, 0xfa, 0x6b, 0x03, + 0x6e, 0x08, 0x64, 0x5e, 0x18, 0xf8, 0xa7, 0x0b, 0x98, 0x7e, 0xae, 0xc6, 0xfd, 0x6f, 0x5d, 0x10, + 0xe9, 0x74, 0xb9, 0xb7, 0x63, 0xa5, 0xfb, 0xb8, 0x71, 0x0e, 0x81, 0x9e, 0xb7, 0x2e, 0x79, 0x04, + 0x57, 0x3d, 0x2e, 0xd9, 0xa1, 0x8f, 0x1f, 0x08, 0x1e, 0xa3, 0x06, 0x74, 0x5c, 0xd4, 0x9d, 0x2f, + 0xa7, 0xa2, 0x57, 0xb7, 0x17, 0x09, 0xf4, 0xac, 0x4f, 0xe7, 0xdf, 0x06, 0x98, 0xfd, 0x31, 0x1b, + 0x61, 0x3f, 0x18, 0x86, 0xaa, 0x85, 0x70, 0xf5, 0x63, 0xb1, 0x85, 0x68, 0x06, 0x4d, 0x30, 0x72, + 0x00, 0x75, 0x9f, 0x07, 0xc8, 0x46, 0xa8, 0x42, 0xb1, 0xba, 0xd5, 0xb8, 0x7f, 0xfb, 0x82, 0xf3, + 0xef, 0x24, 0x74, 0xe7, 0x4a, 0x96, 0x21, 0xa9, 0x41, 0xd2, 0x5c, 0x89, 0x8c, 0xa1, 0x19, 0x4d, + 0x7c, 0xbf, 0x27, 0xd0, 0xc3, 0x20, 0xe6, 0xcc, 0x97, 0x3a, 0x1a, 0x75, 0x7d, 0x7d, 0xa5, 0xf8, + 0xfe, 0xbc, 0x97, 0x73, 0x6d, 0x36, 0xb5, 0x9a, 0x0b, 0x46, 0xba, 0xa8, 0xdd, 0xf9, 0x95, 0x01, + 0x6b, 0xe9, 0x2e, 0xc8, 0x2e, 0xd4, 0xdc, 0x23, 0xc6, 0x83, 0x96, 0xa1, 0x4f, 0x73, 0xe7, 0x82, + 0x05, 0x93, 0x86, 0xa8, 0xee, 0xab, 0xb8, 0xa0, 0x9e, 0xf2, 0xa7, 0x89, 0x0c, 0xb1, 0x01, 0xdc, + 0x30, 0x88, 0x99, 0x8a, 0xf5, 0xe4, 0x8a, 0xcc, 0xa4, 0xac, 0xf5, 0x72, 0x2b, 0x2d, 0x31, 0x3a, + 0xbf, 0x33, 0xa0, 0x9e, 0x8a, 0x6e, 0xab, 0x27, 0x18, 0x89, 0x70, 0x12, 0x2d, 0x3e, 0xc1, 0x23, + 0x65, 0xa4, 0x09, 0xa6, 0xaa, 0xc5, 0x31, 0x0f, 0xbc, 0xc5, 0xaa, 0xf6, 0x3e, 0x0f, 0x3c, 0xaa, + 0x11, 0xd2, 0x05, 0x53, 0x55, 0x37, 0x19, 0x31, 0x37, 0xab, 0x69, 0x57, 0x53, 0x9a, 0xb9, 0x9b, + 0x01, 0xb4, 0xe0, 0xe4, 0x85, 0x72, 0xe5, 0xbc, 0x42, 0xd9, 0xf9, 0xbd, 0x01, 0x50, 0x9c, 0x9d, + 0x7c, 0x00, 0x75, 0x81, 0x32, 0x9c, 0x08, 0x17, 0xd3, 0x34, 0xb8, 0x73, 0x61, 0x1a, 0x24, 0xf4, + 0xfe, 0x76, 0x11, 0x09, 0x99, 0x8d, 0xe6, 0x62, 0xe4, 0x31, 0x54, 0x45, 0x3e, 0x9c, 0xd8, 0xaf, + 0xf5, 0x18, 0xc5, 0x74, 0x92, 0x77, 0x00, 0x35, 0x9b, 0x28, 0x9d, 0x8e, 0x07, 0xcd, 0x05, 0xd2, + 0xfc, 0xe5, 0x18, 0x5f, 0xe0, 0x72, 0xce, 0xed, 0x22, 0x9d, 0x7f, 0x18, 0xb0, 0x18, 0x74, 0x5f, + 0x7c, 0x99, 0xf7, 0x80, 0xa8, 0xe2, 0xca, 0x5d, 0x7c, 0xe8, 0xba, 0xe1, 0x24, 0x48, 0x06, 0xa9, + 0x64, 0xd1, 0xbc, 0x38, 0x0e, 0xce, 0x30, 0xe8, 0x12, 0x2f, 0xf2, 0x93, 0x6c, 0x18, 0xa3, 0x38, + 0x54, 0xa9, 0xa4, 0x22, 0x7b, 0x6b, 0xd9, 0xa4, 0xb7, 0x74, 0xc8, 0x5b, 0x18, 0xdb, 0x94, 0x06, + 0x2d, 0xe9, 0x75, 0x9e, 0x1b, 0x70, 0x5e, 0xd1, 0x22, 0xdf, 0x86, 0x8d, 0x08, 0x05, 0x0f, 0xbd, + 0x01, 0xba, 0x61, 0xe0, 0x25, 0xf3, 0x68, 0xcd, 0xb9, 0x3a, 0x9b, 0x5a, 0x1b, 0xfb, 0x65, 0x80, + 0xce, 0xf3, 0xd4, 0x00, 0x12, 0xf3, 0x31, 0x86, 0x93, 0x38, 0xf3, 0xbc, 0xa4, 0x3d, 0xf5, 0x00, + 0x72, 0x30, 0x87, 0xd0, 0x05, 0x26, 0xf9, 0x3e, 0x5c, 0x19, 0x32, 0xee, 0x4f, 0x04, 0x1e, 0x1c, + 0x09, 0x94, 0x47, 0xa1, 0xef, 0xe9, 0xb0, 0xaf, 0x39, 0xd7, 0x67, 0x53, 0xeb, 0xca, 0x0f, 0x16, + 0x30, 0x7a, 0x86, 0xdd, 0xf9, 0x8b, 0x01, 0x50, 0x44, 0xe8, 0xeb, 0xe5, 0xe1, 0x1d, 0x58, 0x3b, + 0x41, 0x21, 0x55, 0xeb, 0xbc, 0x34, 0xdf, 0x59, 0x7e, 0x94, 0x98, 0x69, 0x86, 0xe7, 0x21, 0x54, + 0x3d, 0x77, 0x10, 0xc9, 0x92, 0x7a, 0xe5, 0xdc, 0xa4, 0x7e, 0x00, 0x35, 0xe9, 0x86, 0x11, 0xa6, + 0xfd, 0xae, 0x9d, 0xed, 0x69, 0xa0, 0x8c, 0x2f, 0xa7, 0xd6, 0x46, 0xb6, 0x7f, 0x6d, 0xa0, 0x09, + 0xb9, 0xf3, 0x67, 0x03, 0xcc, 0x83, 0x9d, 0x41, 0x2f, 0x0c, 0x86, 0x7c, 0x34, 0xff, 0x01, 0x60, + 0xfc, 0x6f, 0x3f, 0x00, 0x8e, 0x60, 0xdd, 0x2d, 0x86, 0xba, 0xac, 0x3b, 0xd8, 0xaf, 0x3f, 0x07, + 0xea, 0xae, 0x78, 0x3d, 0x3d, 0xd6, 0x7a, 0x09, 0x90, 0x74, 0x4e, 0xb9, 0xf3, 0x55, 0x30, 0x55, + 0x40, 0xec, 0x0d, 0xb7, 0xd9, 0xe9, 0xdb, 0xd7, 0x7f, 0xfb, 0x99, 0x55, 0xf9, 0xe5, 0x53, 0xab, + 0xf2, 0xe9, 0x53, 0xab, 0xf2, 0xd9, 0x53, 0xab, 0xf2, 0xc9, 0x5f, 0x37, 0x2b, 0x9d, 0x3f, 0x18, + 0x70, 0x5d, 0x1f, 0x62, 0x31, 0xfb, 0xbf, 0x01, 0x75, 0x16, 0xf1, 0x47, 0xa5, 0xc7, 0xcd, 0xab, + 0xd1, 0xc3, 0xfd, 0x7e, 0xf2, 0xbe, 0x39, 0xe3, 0xff, 0x53, 0x6a, 0xff, 0x58, 0x85, 0x46, 0xe9, + 0x43, 0x47, 0xa5, 0x54, 0x28, 0x46, 0x2c, 0xe0, 0x1f, 0xeb, 0x89, 0x4b, 0xea, 0x4e, 0x65, 0x26, + 0x29, 0xb5, 0x57, 0x06, 0xe8, 0x3c, 0x8f, 0x7c, 0x1d, 0x4c, 0x5d, 0x12, 0x04, 0xc7, 0xac, 0x13, + 0xe9, 0xe7, 0xeb, 0x65, 0x46, 0x5a, 0xe0, 0xa4, 0x0f, 0xd7, 0xca, 0xde, 0xcc, 0x7f, 0x12, 0xf0, + 0x38, 0xa9, 0x1d, 0xa6, 0x73, 0x63, 0x36, 0xb5, 0xae, 0xed, 0x9d, 0x85, 0xe9, 0x32, 0x1f, 0xd5, + 0x02, 0x7d, 0x15, 0x3b, 0x3c, 0x56, 0x0b, 0xaf, 0x14, 0x2d, 0x70, 0x27, 0xb7, 0xd2, 0x12, 0x43, + 0xed, 0x53, 0x0f, 0xc6, 0x81, 0x8b, 0xb2, 0x55, 0x2b, 0xf6, 0xb9, 0x9f, 0x19, 0x69, 0x81, 0x93, + 0xef, 0x42, 0x53, 0xc6, 0x02, 0x31, 0x2e, 0xbe, 0x54, 0x56, 0xb5, 0x8b, 0x6e, 0xfd, 0x83, 0x79, + 0x88, 0x2e, 0x72, 0xd5, 0x87, 0x53, 0x14, 0xca, 0x98, 0xf9, 0xbd, 0xd0, 0xcb, 0xbf, 0xb2, 0xf4, + 0x87, 0xd3, 0x7e, 0x61, 0xa6, 0x65, 0x0e, 0x79, 0x0b, 0xd6, 0x25, 0x0a, 0xce, 0xfc, 0xdd, 0xc9, + 0xf8, 0x10, 0x45, 0xab, 0xae, 0x5f, 0x2e, 0x0f, 0xd4, 0x41, 0x09, 0xa3, 0x73, 0x4c, 0xa7, 0xf7, + 0xec, 0x45, 0xbb, 0xf2, 0xfc, 0x45, 0xbb, 0xf2, 0xf9, 0x8b, 0x76, 0xe5, 0x93, 0x59, 0xdb, 0x78, + 0x36, 0x6b, 0x1b, 0xcf, 0x67, 0x6d, 0xe3, 0xf3, 0x59, 0xdb, 0xf8, 0xdb, 0xac, 0x6d, 0x7c, 0xfa, + 0xf7, 0x76, 0xe5, 0xa3, 0x5b, 0xaf, 0xfc, 0x17, 0xc8, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x3d, + 0x8f, 0x54, 0x44, 0x22, 0x11, 0x00, 0x00, } func (m *CertificatePrivateKey) Marshal() (dAtA []byte, err error) { @@ -964,9 +966,9 @@ func (m *ImageInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l - if m.PullSecrets != nil { + if m.PullCredentials != nil { { - size, err := m.PullSecrets.MarshalToSizedBuffer(dAtA[:i]) + size, err := m.PullCredentials.MarshalToSizedBuffer(dAtA[:i]) if err != nil { return 0, err } @@ -1163,7 +1165,7 @@ func (m *ObjectReference) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } -func (m *PullSecrets) Marshal() (dAtA []byte, err error) { +func (m *PullCredentials) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) n, err := m.MarshalToSizedBuffer(dAtA[:size]) @@ -1173,20 +1175,20 @@ func (m *PullSecrets) Marshal() (dAtA []byte, err error) { return dAtA[:n], nil } -func (m *PullSecrets) MarshalTo(dAtA []byte) (int, error) { +func (m *PullCredentials) MarshalTo(dAtA []byte) (int, error) { size := m.Size() return m.MarshalToSizedBuffer(dAtA[:size]) } -func (m *PullSecrets) MarshalToSizedBuffer(dAtA []byte) (int, error) { +func (m *PullCredentials) MarshalToSizedBuffer(dAtA []byte) (int, error) { i := len(dAtA) _ = i var l int _ = l - if len(m.Refs) > 0 { - for iNdEx := len(m.Refs) - 1; iNdEx >= 0; iNdEx-- { + if len(m.SecretRefs) > 0 { + for iNdEx := len(m.SecretRefs) - 1; iNdEx >= 0; iNdEx-- { { - size, err := m.Refs[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + size, err := m.SecretRefs[iNdEx].MarshalToSizedBuffer(dAtA[:i]) if err != nil { return 0, err } @@ -1194,9 +1196,14 @@ func (m *PullSecrets) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintGenerated(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x12 + dAtA[i] = 0x1a } } + i -= len(m.ServiceAccountName) + copy(dAtA[i:], m.ServiceAccountName) + i = encodeVarintGenerated(dAtA, i, uint64(len(m.ServiceAccountName))) + i-- + dAtA[i] = 0x12 i -= len(m.Namespace) copy(dAtA[i:], m.Namespace) i = encodeVarintGenerated(dAtA, i, uint64(len(m.Namespace))) @@ -1616,8 +1623,8 @@ func (m *ImageInfo) Size() (n int) { n += 1 + l + sovGenerated(uint64(l)) } } - if m.PullSecrets != nil { - l = m.PullSecrets.Size() + if m.PullCredentials != nil { + l = m.PullCredentials.Size() n += 1 + l + sovGenerated(uint64(l)) } return n @@ -1687,7 +1694,7 @@ func (m *ObjectReference) Size() (n int) { return n } -func (m *PullSecrets) Size() (n int) { +func (m *PullCredentials) Size() (n int) { if m == nil { return 0 } @@ -1695,8 +1702,10 @@ func (m *PullSecrets) Size() (n int) { _ = l l = len(m.Namespace) n += 1 + l + sovGenerated(uint64(l)) - if len(m.Refs) > 0 { - for _, e := range m.Refs { + l = len(m.ServiceAccountName) + n += 1 + l + sovGenerated(uint64(l)) + if len(m.SecretRefs) > 0 { + for _, e := range m.SecretRefs { l = e.Size() n += 1 + l + sovGenerated(uint64(l)) } @@ -1917,7 +1926,7 @@ func (this *ImageInfo) String() string { s := strings.Join([]string{`&ImageInfo{`, `Image:` + fmt.Sprintf("%v", this.Image) + `,`, `Lineages:` + repeatedStringForLineages + `,`, - `PullSecrets:` + strings.Replace(this.PullSecrets.String(), "PullSecrets", "PullSecrets", 1) + `,`, + `PullCredentials:` + strings.Replace(this.PullCredentials.String(), "PullCredentials", "PullCredentials", 1) + `,`, `}`, }, "") return s @@ -1973,18 +1982,19 @@ func (this *ObjectReference) String() string { }, "") return s } -func (this *PullSecrets) String() string { +func (this *PullCredentials) String() string { if this == nil { return "nil" } - repeatedStringForRefs := "[]LocalObjectReference{" - for _, f := range this.Refs { - repeatedStringForRefs += fmt.Sprintf("%v", f) + "," + repeatedStringForSecretRefs := "[]LocalObjectReference{" + for _, f := range this.SecretRefs { + repeatedStringForSecretRefs += fmt.Sprintf("%v", f) + "," } - repeatedStringForRefs += "}" - s := strings.Join([]string{`&PullSecrets{`, + repeatedStringForSecretRefs += "}" + s := strings.Join([]string{`&PullCredentials{`, `Namespace:` + fmt.Sprintf("%v", this.Namespace) + `,`, - `Refs:` + repeatedStringForRefs + `,`, + `ServiceAccountName:` + fmt.Sprintf("%v", this.ServiceAccountName) + `,`, + `SecretRefs:` + repeatedStringForSecretRefs + `,`, `}`, }, "") return s @@ -3181,7 +3191,7 @@ func (m *ImageInfo) Unmarshal(dAtA []byte) error { iNdEx = postIndex case 3: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PullSecrets", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field PullCredentials", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -3208,10 +3218,10 @@ func (m *ImageInfo) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.PullSecrets == nil { - m.PullSecrets = &PullSecrets{} + if m.PullCredentials == nil { + m.PullCredentials = &PullCredentials{} } - if err := m.PullSecrets.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.PullCredentials.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex @@ -3760,7 +3770,7 @@ func (m *ObjectReference) Unmarshal(dAtA []byte) error { } return nil } -func (m *PullSecrets) Unmarshal(dAtA []byte) error { +func (m *PullCredentials) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -3783,10 +3793,10 @@ func (m *PullSecrets) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: PullSecrets: wiretype end group for non-group") + return fmt.Errorf("proto: PullCredentials: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: PullSecrets: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: PullCredentials: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: @@ -3823,7 +3833,39 @@ func (m *PullSecrets) Unmarshal(dAtA []byte) error { iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Refs", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ServiceAccountName", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.ServiceAccountName = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field SecretRefs", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -3850,8 +3892,8 @@ func (m *PullSecrets) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.Refs = append(m.Refs, v1.LocalObjectReference{}) - if err := m.Refs[len(m.Refs)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + m.SecretRefs = append(m.SecretRefs, v1.LocalObjectReference{}) + if err := m.SecretRefs[len(m.SecretRefs)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex diff --git a/vendor/kmodules.xyz/client-go/api/v1/generated.proto b/vendor/kmodules.xyz/client-go/api/v1/generated.proto index 9556190c4..ff235455c 100644 --- a/vendor/kmodules.xyz/client-go/api/v1/generated.proto +++ b/vendor/kmodules.xyz/client-go/api/v1/generated.proto @@ -146,7 +146,7 @@ message ImageInfo { repeated Lineage lineages = 2; - optional PullSecrets pullSecrets = 3; + optional PullCredentials pullCredentials = 3; } message Lineage { @@ -183,10 +183,12 @@ message ObjectReference { optional string name = 2; } -message PullSecrets { +message PullCredentials { optional string namespace = 1; - repeated k8s.io.api.core.v1.LocalObjectReference refs = 2; + optional string serviceAccountName = 2; + + repeated k8s.io.api.core.v1.LocalObjectReference secretRefs = 3; } // ReadonlyHealthCheckSpec defines attributes of the health check using only read-only checks diff --git a/vendor/kmodules.xyz/client-go/api/v1/image.go b/vendor/kmodules.xyz/client-go/api/v1/image.go index 61ff7915c..48a1ace19 100644 --- a/vendor/kmodules.xyz/client-go/api/v1/image.go +++ b/vendor/kmodules.xyz/client-go/api/v1/image.go @@ -26,12 +26,13 @@ type Lineage struct { } type ImageInfo struct { - Image string `json:"image,omitempty" protobuf:"bytes,1,opt,name=image"` - Lineages []Lineage `json:"lineages,omitempty" protobuf:"bytes,2,rep,name=lineages"` - PullSecrets *PullSecrets `json:"pullSecrets" protobuf:"bytes,3,opt,name=pullSecrets"` + Image string `json:"image" protobuf:"bytes,1,opt,name=image"` + Lineages []Lineage `json:"lineages,omitempty" protobuf:"bytes,2,rep,name=lineages"` + PullCredentials *PullCredentials `json:"pullCredentials,omitempty" protobuf:"bytes,3,opt,name=pullCredentials"` } -type PullSecrets struct { - Namespace string `json:"namespace,omitempty" protobuf:"bytes,1,opt,name=namespace"` - Refs []core.LocalObjectReference `json:"refs,omitempty" protobuf:"bytes,2,rep,name=refs"` +type PullCredentials struct { + Namespace string `json:"namespace" protobuf:"bytes,1,opt,name=namespace"` + ServiceAccountName string `json:"serviceAccountName,omitempty" protobuf:"bytes,2,opt,name=serviceAccountName"` + SecretRefs []core.LocalObjectReference `json:"secretRefs,omitempty" protobuf:"bytes,3,rep,name=secretRefs"` } diff --git a/vendor/kmodules.xyz/client-go/api/v1/openapi_generated.go b/vendor/kmodules.xyz/client-go/api/v1/openapi_generated.go index 8f36ab973..daeb1a75a 100644 --- a/vendor/kmodules.xyz/client-go/api/v1/openapi_generated.go +++ b/vendor/kmodules.xyz/client-go/api/v1/openapi_generated.go @@ -40,7 +40,7 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA "kmodules.xyz/client-go/api/v1.ObjectID": schema_kmodulesxyz_client_go_api_v1_ObjectID(ref), "kmodules.xyz/client-go/api/v1.ObjectInfo": schema_kmodulesxyz_client_go_api_v1_ObjectInfo(ref), "kmodules.xyz/client-go/api/v1.ObjectReference": schema_kmodulesxyz_client_go_api_v1_ObjectReference(ref), - "kmodules.xyz/client-go/api/v1.PullSecrets": schema_kmodulesxyz_client_go_api_v1_PullSecrets(ref), + "kmodules.xyz/client-go/api/v1.PullCredentials": schema_kmodulesxyz_client_go_api_v1_PullCredentials(ref), "kmodules.xyz/client-go/api/v1.ReadonlyHealthCheckSpec": schema_kmodulesxyz_client_go_api_v1_ReadonlyHealthCheckSpec(ref), "kmodules.xyz/client-go/api/v1.ResourceID": schema_kmodulesxyz_client_go_api_v1_ResourceID(ref), "kmodules.xyz/client-go/api/v1.TLSConfig": schema_kmodulesxyz_client_go_api_v1_TLSConfig(ref), @@ -339,8 +339,9 @@ func schema_kmodulesxyz_client_go_api_v1_ImageInfo(ref common.ReferenceCallback) Properties: map[string]spec.Schema{ "image": { SchemaProps: spec.SchemaProps{ - Type: []string{"string"}, - Format: "", + Default: "", + Type: []string{"string"}, + Format: "", }, }, "lineages": { @@ -356,17 +357,17 @@ func schema_kmodulesxyz_client_go_api_v1_ImageInfo(ref common.ReferenceCallback) }, }, }, - "pullSecrets": { + "pullCredentials": { SchemaProps: spec.SchemaProps{ - Ref: ref("kmodules.xyz/client-go/api/v1.PullSecrets"), + Ref: ref("kmodules.xyz/client-go/api/v1.PullCredentials"), }, }, }, - Required: []string{"pullSecrets"}, + Required: []string{"image"}, }, }, Dependencies: []string{ - "kmodules.xyz/client-go/api/v1.Lineage", "kmodules.xyz/client-go/api/v1.PullSecrets"}, + "kmodules.xyz/client-go/api/v1.Lineage", "kmodules.xyz/client-go/api/v1.PullCredentials"}, } } @@ -503,19 +504,26 @@ func schema_kmodulesxyz_client_go_api_v1_ObjectReference(ref common.ReferenceCal } } -func schema_kmodulesxyz_client_go_api_v1_PullSecrets(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kmodulesxyz_client_go_api_v1_PullCredentials(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ Type: []string{"object"}, Properties: map[string]spec.Schema{ "namespace": { + SchemaProps: spec.SchemaProps{ + Default: "", + Type: []string{"string"}, + Format: "", + }, + }, + "serviceAccountName": { SchemaProps: spec.SchemaProps{ Type: []string{"string"}, Format: "", }, }, - "refs": { + "secretRefs": { SchemaProps: spec.SchemaProps{ Type: []string{"array"}, Items: &spec.SchemaOrArray{ @@ -529,6 +537,7 @@ func schema_kmodulesxyz_client_go_api_v1_PullSecrets(ref common.ReferenceCallbac }, }, }, + Required: []string{"namespace"}, }, }, Dependencies: []string{ diff --git a/vendor/kmodules.xyz/client-go/api/v1/resource.go b/vendor/kmodules.xyz/client-go/api/v1/resource.go index b995c24c1..ec85b0aac 100644 --- a/vendor/kmodules.xyz/client-go/api/v1/resource.go +++ b/vendor/kmodules.xyz/client-go/api/v1/resource.go @@ -148,6 +148,12 @@ func ExtractResourceID(mapper meta.RESTMapper, in ResourceID) (*ResourceID, erro if in.Group == "core" { in.Group = "" } + if in.Version != "" && + in.Kind != "" && + in.Name != "" && + in.Scope != "" { + return &in, nil + } kindFound := in.Kind != "" resFOund := in.Name != "" diff --git a/vendor/kmodules.xyz/client-go/api/v1/zz_generated.deepcopy.go b/vendor/kmodules.xyz/client-go/api/v1/zz_generated.deepcopy.go index ef304f803..dd2040bf1 100644 --- a/vendor/kmodules.xyz/client-go/api/v1/zz_generated.deepcopy.go +++ b/vendor/kmodules.xyz/client-go/api/v1/zz_generated.deepcopy.go @@ -163,9 +163,9 @@ func (in *ImageInfo) DeepCopyInto(out *ImageInfo) { (*in)[i].DeepCopyInto(&(*out)[i]) } } - if in.PullSecrets != nil { - in, out := &in.PullSecrets, &out.PullSecrets - *out = new(PullSecrets) + if in.PullCredentials != nil { + in, out := &in.PullCredentials, &out.PullCredentials + *out = new(PullCredentials) (*in).DeepCopyInto(*out) } return @@ -258,22 +258,22 @@ func (in *ObjectReference) DeepCopy() *ObjectReference { } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *PullSecrets) DeepCopyInto(out *PullSecrets) { +func (in *PullCredentials) DeepCopyInto(out *PullCredentials) { *out = *in - if in.Refs != nil { - in, out := &in.Refs, &out.Refs + if in.SecretRefs != nil { + in, out := &in.SecretRefs, &out.SecretRefs *out = make([]corev1.LocalObjectReference, len(*in)) copy(*out, *in) } return } -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PullSecrets. -func (in *PullSecrets) DeepCopy() *PullSecrets { +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PullCredentials. +func (in *PullCredentials) DeepCopy() *PullCredentials { if in == nil { return nil } - out := new(PullSecrets) + out := new(PullCredentials) in.DeepCopyInto(out) return out } diff --git a/vendor/modules.txt b/vendor/modules.txt index 78a8b4325..84cf3e8da 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -729,7 +729,7 @@ k8s.io/utils/trace # kmodules.xyz/apiversion v0.2.0 ## explicit; go 1.14 kmodules.xyz/apiversion -# kmodules.xyz/client-go v0.25.14 +# kmodules.xyz/client-go v0.25.16 ## explicit; go 1.18 kmodules.xyz/client-go kmodules.xyz/client-go/api/v1 @@ -767,7 +767,7 @@ kmodules.xyz/offshoot-api/api/v1 # kmodules.xyz/prober v0.25.0 ## explicit; go 1.18 kmodules.xyz/prober/api/v1 -# kubedb.dev/apimachinery v0.30.0 +# kubedb.dev/apimachinery v0.30.1 ## explicit; go 1.18 kubedb.dev/apimachinery/apis kubedb.dev/apimachinery/apis/autoscaling