Matthias Andreas Benkard | 832a54e | 2019-01-29 09:27:38 +0100 | [diff] [blame^] | 1 | /* |
| 2 | Copyright The Kubernetes Authors. |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | */ |
| 16 | |
| 17 | // Code generated by protoc-gen-gogo. |
| 18 | // source: k8s.io/kubernetes/vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto |
| 19 | // DO NOT EDIT! |
| 20 | |
| 21 | /* |
| 22 | Package v1beta1 is a generated protocol buffer package. |
| 23 | |
| 24 | It is generated from these files: |
| 25 | k8s.io/kubernetes/vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto |
| 26 | |
| 27 | It has these top-level messages: |
| 28 | MutatingWebhookConfiguration |
| 29 | MutatingWebhookConfigurationList |
| 30 | Rule |
| 31 | RuleWithOperations |
| 32 | ServiceReference |
| 33 | ValidatingWebhookConfiguration |
| 34 | ValidatingWebhookConfigurationList |
| 35 | Webhook |
| 36 | WebhookClientConfig |
| 37 | */ |
| 38 | package v1beta1 |
| 39 | |
| 40 | import proto "github.com/gogo/protobuf/proto" |
| 41 | import fmt "fmt" |
| 42 | import math "math" |
| 43 | |
| 44 | import k8s_io_apimachinery_pkg_apis_meta_v1 "k8s.io/apimachinery/pkg/apis/meta/v1" |
| 45 | |
| 46 | import strings "strings" |
| 47 | import reflect "reflect" |
| 48 | |
| 49 | import io "io" |
| 50 | |
| 51 | // Reference imports to suppress errors if they are not otherwise used. |
| 52 | var _ = proto.Marshal |
| 53 | var _ = fmt.Errorf |
| 54 | var _ = math.Inf |
| 55 | |
| 56 | // This is a compile-time assertion to ensure that this generated file |
| 57 | // is compatible with the proto package it is being compiled against. |
| 58 | // A compilation error at this line likely means your copy of the |
| 59 | // proto package needs to be updated. |
| 60 | const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package |
| 61 | |
| 62 | func (m *MutatingWebhookConfiguration) Reset() { *m = MutatingWebhookConfiguration{} } |
| 63 | func (*MutatingWebhookConfiguration) ProtoMessage() {} |
| 64 | func (*MutatingWebhookConfiguration) Descriptor() ([]byte, []int) { |
| 65 | return fileDescriptorGenerated, []int{0} |
| 66 | } |
| 67 | |
| 68 | func (m *MutatingWebhookConfigurationList) Reset() { *m = MutatingWebhookConfigurationList{} } |
| 69 | func (*MutatingWebhookConfigurationList) ProtoMessage() {} |
| 70 | func (*MutatingWebhookConfigurationList) Descriptor() ([]byte, []int) { |
| 71 | return fileDescriptorGenerated, []int{1} |
| 72 | } |
| 73 | |
| 74 | func (m *Rule) Reset() { *m = Rule{} } |
| 75 | func (*Rule) ProtoMessage() {} |
| 76 | func (*Rule) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{2} } |
| 77 | |
| 78 | func (m *RuleWithOperations) Reset() { *m = RuleWithOperations{} } |
| 79 | func (*RuleWithOperations) ProtoMessage() {} |
| 80 | func (*RuleWithOperations) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{3} } |
| 81 | |
| 82 | func (m *ServiceReference) Reset() { *m = ServiceReference{} } |
| 83 | func (*ServiceReference) ProtoMessage() {} |
| 84 | func (*ServiceReference) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{4} } |
| 85 | |
| 86 | func (m *ValidatingWebhookConfiguration) Reset() { *m = ValidatingWebhookConfiguration{} } |
| 87 | func (*ValidatingWebhookConfiguration) ProtoMessage() {} |
| 88 | func (*ValidatingWebhookConfiguration) Descriptor() ([]byte, []int) { |
| 89 | return fileDescriptorGenerated, []int{5} |
| 90 | } |
| 91 | |
| 92 | func (m *ValidatingWebhookConfigurationList) Reset() { *m = ValidatingWebhookConfigurationList{} } |
| 93 | func (*ValidatingWebhookConfigurationList) ProtoMessage() {} |
| 94 | func (*ValidatingWebhookConfigurationList) Descriptor() ([]byte, []int) { |
| 95 | return fileDescriptorGenerated, []int{6} |
| 96 | } |
| 97 | |
| 98 | func (m *Webhook) Reset() { *m = Webhook{} } |
| 99 | func (*Webhook) ProtoMessage() {} |
| 100 | func (*Webhook) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{7} } |
| 101 | |
| 102 | func (m *WebhookClientConfig) Reset() { *m = WebhookClientConfig{} } |
| 103 | func (*WebhookClientConfig) ProtoMessage() {} |
| 104 | func (*WebhookClientConfig) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{8} } |
| 105 | |
| 106 | func init() { |
| 107 | proto.RegisterType((*MutatingWebhookConfiguration)(nil), "k8s.io.api.admissionregistration.v1beta1.MutatingWebhookConfiguration") |
| 108 | proto.RegisterType((*MutatingWebhookConfigurationList)(nil), "k8s.io.api.admissionregistration.v1beta1.MutatingWebhookConfigurationList") |
| 109 | proto.RegisterType((*Rule)(nil), "k8s.io.api.admissionregistration.v1beta1.Rule") |
| 110 | proto.RegisterType((*RuleWithOperations)(nil), "k8s.io.api.admissionregistration.v1beta1.RuleWithOperations") |
| 111 | proto.RegisterType((*ServiceReference)(nil), "k8s.io.api.admissionregistration.v1beta1.ServiceReference") |
| 112 | proto.RegisterType((*ValidatingWebhookConfiguration)(nil), "k8s.io.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration") |
| 113 | proto.RegisterType((*ValidatingWebhookConfigurationList)(nil), "k8s.io.api.admissionregistration.v1beta1.ValidatingWebhookConfigurationList") |
| 114 | proto.RegisterType((*Webhook)(nil), "k8s.io.api.admissionregistration.v1beta1.Webhook") |
| 115 | proto.RegisterType((*WebhookClientConfig)(nil), "k8s.io.api.admissionregistration.v1beta1.WebhookClientConfig") |
| 116 | } |
| 117 | func (m *MutatingWebhookConfiguration) Marshal() (dAtA []byte, err error) { |
| 118 | size := m.Size() |
| 119 | dAtA = make([]byte, size) |
| 120 | n, err := m.MarshalTo(dAtA) |
| 121 | if err != nil { |
| 122 | return nil, err |
| 123 | } |
| 124 | return dAtA[:n], nil |
| 125 | } |
| 126 | |
| 127 | func (m *MutatingWebhookConfiguration) MarshalTo(dAtA []byte) (int, error) { |
| 128 | var i int |
| 129 | _ = i |
| 130 | var l int |
| 131 | _ = l |
| 132 | dAtA[i] = 0xa |
| 133 | i++ |
| 134 | i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) |
| 135 | n1, err := m.ObjectMeta.MarshalTo(dAtA[i:]) |
| 136 | if err != nil { |
| 137 | return 0, err |
| 138 | } |
| 139 | i += n1 |
| 140 | if len(m.Webhooks) > 0 { |
| 141 | for _, msg := range m.Webhooks { |
| 142 | dAtA[i] = 0x12 |
| 143 | i++ |
| 144 | i = encodeVarintGenerated(dAtA, i, uint64(msg.Size())) |
| 145 | n, err := msg.MarshalTo(dAtA[i:]) |
| 146 | if err != nil { |
| 147 | return 0, err |
| 148 | } |
| 149 | i += n |
| 150 | } |
| 151 | } |
| 152 | return i, nil |
| 153 | } |
| 154 | |
| 155 | func (m *MutatingWebhookConfigurationList) Marshal() (dAtA []byte, err error) { |
| 156 | size := m.Size() |
| 157 | dAtA = make([]byte, size) |
| 158 | n, err := m.MarshalTo(dAtA) |
| 159 | if err != nil { |
| 160 | return nil, err |
| 161 | } |
| 162 | return dAtA[:n], nil |
| 163 | } |
| 164 | |
| 165 | func (m *MutatingWebhookConfigurationList) MarshalTo(dAtA []byte) (int, error) { |
| 166 | var i int |
| 167 | _ = i |
| 168 | var l int |
| 169 | _ = l |
| 170 | dAtA[i] = 0xa |
| 171 | i++ |
| 172 | i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) |
| 173 | n2, err := m.ListMeta.MarshalTo(dAtA[i:]) |
| 174 | if err != nil { |
| 175 | return 0, err |
| 176 | } |
| 177 | i += n2 |
| 178 | if len(m.Items) > 0 { |
| 179 | for _, msg := range m.Items { |
| 180 | dAtA[i] = 0x12 |
| 181 | i++ |
| 182 | i = encodeVarintGenerated(dAtA, i, uint64(msg.Size())) |
| 183 | n, err := msg.MarshalTo(dAtA[i:]) |
| 184 | if err != nil { |
| 185 | return 0, err |
| 186 | } |
| 187 | i += n |
| 188 | } |
| 189 | } |
| 190 | return i, nil |
| 191 | } |
| 192 | |
| 193 | func (m *Rule) Marshal() (dAtA []byte, err error) { |
| 194 | size := m.Size() |
| 195 | dAtA = make([]byte, size) |
| 196 | n, err := m.MarshalTo(dAtA) |
| 197 | if err != nil { |
| 198 | return nil, err |
| 199 | } |
| 200 | return dAtA[:n], nil |
| 201 | } |
| 202 | |
| 203 | func (m *Rule) MarshalTo(dAtA []byte) (int, error) { |
| 204 | var i int |
| 205 | _ = i |
| 206 | var l int |
| 207 | _ = l |
| 208 | if len(m.APIGroups) > 0 { |
| 209 | for _, s := range m.APIGroups { |
| 210 | dAtA[i] = 0xa |
| 211 | i++ |
| 212 | l = len(s) |
| 213 | for l >= 1<<7 { |
| 214 | dAtA[i] = uint8(uint64(l)&0x7f | 0x80) |
| 215 | l >>= 7 |
| 216 | i++ |
| 217 | } |
| 218 | dAtA[i] = uint8(l) |
| 219 | i++ |
| 220 | i += copy(dAtA[i:], s) |
| 221 | } |
| 222 | } |
| 223 | if len(m.APIVersions) > 0 { |
| 224 | for _, s := range m.APIVersions { |
| 225 | dAtA[i] = 0x12 |
| 226 | i++ |
| 227 | l = len(s) |
| 228 | for l >= 1<<7 { |
| 229 | dAtA[i] = uint8(uint64(l)&0x7f | 0x80) |
| 230 | l >>= 7 |
| 231 | i++ |
| 232 | } |
| 233 | dAtA[i] = uint8(l) |
| 234 | i++ |
| 235 | i += copy(dAtA[i:], s) |
| 236 | } |
| 237 | } |
| 238 | if len(m.Resources) > 0 { |
| 239 | for _, s := range m.Resources { |
| 240 | dAtA[i] = 0x1a |
| 241 | i++ |
| 242 | l = len(s) |
| 243 | for l >= 1<<7 { |
| 244 | dAtA[i] = uint8(uint64(l)&0x7f | 0x80) |
| 245 | l >>= 7 |
| 246 | i++ |
| 247 | } |
| 248 | dAtA[i] = uint8(l) |
| 249 | i++ |
| 250 | i += copy(dAtA[i:], s) |
| 251 | } |
| 252 | } |
| 253 | return i, nil |
| 254 | } |
| 255 | |
| 256 | func (m *RuleWithOperations) Marshal() (dAtA []byte, err error) { |
| 257 | size := m.Size() |
| 258 | dAtA = make([]byte, size) |
| 259 | n, err := m.MarshalTo(dAtA) |
| 260 | if err != nil { |
| 261 | return nil, err |
| 262 | } |
| 263 | return dAtA[:n], nil |
| 264 | } |
| 265 | |
| 266 | func (m *RuleWithOperations) MarshalTo(dAtA []byte) (int, error) { |
| 267 | var i int |
| 268 | _ = i |
| 269 | var l int |
| 270 | _ = l |
| 271 | if len(m.Operations) > 0 { |
| 272 | for _, s := range m.Operations { |
| 273 | dAtA[i] = 0xa |
| 274 | i++ |
| 275 | l = len(s) |
| 276 | for l >= 1<<7 { |
| 277 | dAtA[i] = uint8(uint64(l)&0x7f | 0x80) |
| 278 | l >>= 7 |
| 279 | i++ |
| 280 | } |
| 281 | dAtA[i] = uint8(l) |
| 282 | i++ |
| 283 | i += copy(dAtA[i:], s) |
| 284 | } |
| 285 | } |
| 286 | dAtA[i] = 0x12 |
| 287 | i++ |
| 288 | i = encodeVarintGenerated(dAtA, i, uint64(m.Rule.Size())) |
| 289 | n3, err := m.Rule.MarshalTo(dAtA[i:]) |
| 290 | if err != nil { |
| 291 | return 0, err |
| 292 | } |
| 293 | i += n3 |
| 294 | return i, nil |
| 295 | } |
| 296 | |
| 297 | func (m *ServiceReference) Marshal() (dAtA []byte, err error) { |
| 298 | size := m.Size() |
| 299 | dAtA = make([]byte, size) |
| 300 | n, err := m.MarshalTo(dAtA) |
| 301 | if err != nil { |
| 302 | return nil, err |
| 303 | } |
| 304 | return dAtA[:n], nil |
| 305 | } |
| 306 | |
| 307 | func (m *ServiceReference) MarshalTo(dAtA []byte) (int, error) { |
| 308 | var i int |
| 309 | _ = i |
| 310 | var l int |
| 311 | _ = l |
| 312 | dAtA[i] = 0xa |
| 313 | i++ |
| 314 | i = encodeVarintGenerated(dAtA, i, uint64(len(m.Namespace))) |
| 315 | i += copy(dAtA[i:], m.Namespace) |
| 316 | dAtA[i] = 0x12 |
| 317 | i++ |
| 318 | i = encodeVarintGenerated(dAtA, i, uint64(len(m.Name))) |
| 319 | i += copy(dAtA[i:], m.Name) |
| 320 | if m.Path != nil { |
| 321 | dAtA[i] = 0x1a |
| 322 | i++ |
| 323 | i = encodeVarintGenerated(dAtA, i, uint64(len(*m.Path))) |
| 324 | i += copy(dAtA[i:], *m.Path) |
| 325 | } |
| 326 | return i, nil |
| 327 | } |
| 328 | |
| 329 | func (m *ValidatingWebhookConfiguration) Marshal() (dAtA []byte, err error) { |
| 330 | size := m.Size() |
| 331 | dAtA = make([]byte, size) |
| 332 | n, err := m.MarshalTo(dAtA) |
| 333 | if err != nil { |
| 334 | return nil, err |
| 335 | } |
| 336 | return dAtA[:n], nil |
| 337 | } |
| 338 | |
| 339 | func (m *ValidatingWebhookConfiguration) MarshalTo(dAtA []byte) (int, error) { |
| 340 | var i int |
| 341 | _ = i |
| 342 | var l int |
| 343 | _ = l |
| 344 | dAtA[i] = 0xa |
| 345 | i++ |
| 346 | i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) |
| 347 | n4, err := m.ObjectMeta.MarshalTo(dAtA[i:]) |
| 348 | if err != nil { |
| 349 | return 0, err |
| 350 | } |
| 351 | i += n4 |
| 352 | if len(m.Webhooks) > 0 { |
| 353 | for _, msg := range m.Webhooks { |
| 354 | dAtA[i] = 0x12 |
| 355 | i++ |
| 356 | i = encodeVarintGenerated(dAtA, i, uint64(msg.Size())) |
| 357 | n, err := msg.MarshalTo(dAtA[i:]) |
| 358 | if err != nil { |
| 359 | return 0, err |
| 360 | } |
| 361 | i += n |
| 362 | } |
| 363 | } |
| 364 | return i, nil |
| 365 | } |
| 366 | |
| 367 | func (m *ValidatingWebhookConfigurationList) Marshal() (dAtA []byte, err error) { |
| 368 | size := m.Size() |
| 369 | dAtA = make([]byte, size) |
| 370 | n, err := m.MarshalTo(dAtA) |
| 371 | if err != nil { |
| 372 | return nil, err |
| 373 | } |
| 374 | return dAtA[:n], nil |
| 375 | } |
| 376 | |
| 377 | func (m *ValidatingWebhookConfigurationList) MarshalTo(dAtA []byte) (int, error) { |
| 378 | var i int |
| 379 | _ = i |
| 380 | var l int |
| 381 | _ = l |
| 382 | dAtA[i] = 0xa |
| 383 | i++ |
| 384 | i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) |
| 385 | n5, err := m.ListMeta.MarshalTo(dAtA[i:]) |
| 386 | if err != nil { |
| 387 | return 0, err |
| 388 | } |
| 389 | i += n5 |
| 390 | if len(m.Items) > 0 { |
| 391 | for _, msg := range m.Items { |
| 392 | dAtA[i] = 0x12 |
| 393 | i++ |
| 394 | i = encodeVarintGenerated(dAtA, i, uint64(msg.Size())) |
| 395 | n, err := msg.MarshalTo(dAtA[i:]) |
| 396 | if err != nil { |
| 397 | return 0, err |
| 398 | } |
| 399 | i += n |
| 400 | } |
| 401 | } |
| 402 | return i, nil |
| 403 | } |
| 404 | |
| 405 | func (m *Webhook) Marshal() (dAtA []byte, err error) { |
| 406 | size := m.Size() |
| 407 | dAtA = make([]byte, size) |
| 408 | n, err := m.MarshalTo(dAtA) |
| 409 | if err != nil { |
| 410 | return nil, err |
| 411 | } |
| 412 | return dAtA[:n], nil |
| 413 | } |
| 414 | |
| 415 | func (m *Webhook) MarshalTo(dAtA []byte) (int, error) { |
| 416 | var i int |
| 417 | _ = i |
| 418 | var l int |
| 419 | _ = l |
| 420 | dAtA[i] = 0xa |
| 421 | i++ |
| 422 | i = encodeVarintGenerated(dAtA, i, uint64(len(m.Name))) |
| 423 | i += copy(dAtA[i:], m.Name) |
| 424 | dAtA[i] = 0x12 |
| 425 | i++ |
| 426 | i = encodeVarintGenerated(dAtA, i, uint64(m.ClientConfig.Size())) |
| 427 | n6, err := m.ClientConfig.MarshalTo(dAtA[i:]) |
| 428 | if err != nil { |
| 429 | return 0, err |
| 430 | } |
| 431 | i += n6 |
| 432 | if len(m.Rules) > 0 { |
| 433 | for _, msg := range m.Rules { |
| 434 | dAtA[i] = 0x1a |
| 435 | i++ |
| 436 | i = encodeVarintGenerated(dAtA, i, uint64(msg.Size())) |
| 437 | n, err := msg.MarshalTo(dAtA[i:]) |
| 438 | if err != nil { |
| 439 | return 0, err |
| 440 | } |
| 441 | i += n |
| 442 | } |
| 443 | } |
| 444 | if m.FailurePolicy != nil { |
| 445 | dAtA[i] = 0x22 |
| 446 | i++ |
| 447 | i = encodeVarintGenerated(dAtA, i, uint64(len(*m.FailurePolicy))) |
| 448 | i += copy(dAtA[i:], *m.FailurePolicy) |
| 449 | } |
| 450 | if m.NamespaceSelector != nil { |
| 451 | dAtA[i] = 0x2a |
| 452 | i++ |
| 453 | i = encodeVarintGenerated(dAtA, i, uint64(m.NamespaceSelector.Size())) |
| 454 | n7, err := m.NamespaceSelector.MarshalTo(dAtA[i:]) |
| 455 | if err != nil { |
| 456 | return 0, err |
| 457 | } |
| 458 | i += n7 |
| 459 | } |
| 460 | return i, nil |
| 461 | } |
| 462 | |
| 463 | func (m *WebhookClientConfig) Marshal() (dAtA []byte, err error) { |
| 464 | size := m.Size() |
| 465 | dAtA = make([]byte, size) |
| 466 | n, err := m.MarshalTo(dAtA) |
| 467 | if err != nil { |
| 468 | return nil, err |
| 469 | } |
| 470 | return dAtA[:n], nil |
| 471 | } |
| 472 | |
| 473 | func (m *WebhookClientConfig) MarshalTo(dAtA []byte) (int, error) { |
| 474 | var i int |
| 475 | _ = i |
| 476 | var l int |
| 477 | _ = l |
| 478 | if m.Service != nil { |
| 479 | dAtA[i] = 0xa |
| 480 | i++ |
| 481 | i = encodeVarintGenerated(dAtA, i, uint64(m.Service.Size())) |
| 482 | n8, err := m.Service.MarshalTo(dAtA[i:]) |
| 483 | if err != nil { |
| 484 | return 0, err |
| 485 | } |
| 486 | i += n8 |
| 487 | } |
| 488 | if m.CABundle != nil { |
| 489 | dAtA[i] = 0x12 |
| 490 | i++ |
| 491 | i = encodeVarintGenerated(dAtA, i, uint64(len(m.CABundle))) |
| 492 | i += copy(dAtA[i:], m.CABundle) |
| 493 | } |
| 494 | if m.URL != nil { |
| 495 | dAtA[i] = 0x1a |
| 496 | i++ |
| 497 | i = encodeVarintGenerated(dAtA, i, uint64(len(*m.URL))) |
| 498 | i += copy(dAtA[i:], *m.URL) |
| 499 | } |
| 500 | return i, nil |
| 501 | } |
| 502 | |
| 503 | func encodeFixed64Generated(dAtA []byte, offset int, v uint64) int { |
| 504 | dAtA[offset] = uint8(v) |
| 505 | dAtA[offset+1] = uint8(v >> 8) |
| 506 | dAtA[offset+2] = uint8(v >> 16) |
| 507 | dAtA[offset+3] = uint8(v >> 24) |
| 508 | dAtA[offset+4] = uint8(v >> 32) |
| 509 | dAtA[offset+5] = uint8(v >> 40) |
| 510 | dAtA[offset+6] = uint8(v >> 48) |
| 511 | dAtA[offset+7] = uint8(v >> 56) |
| 512 | return offset + 8 |
| 513 | } |
| 514 | func encodeFixed32Generated(dAtA []byte, offset int, v uint32) int { |
| 515 | dAtA[offset] = uint8(v) |
| 516 | dAtA[offset+1] = uint8(v >> 8) |
| 517 | dAtA[offset+2] = uint8(v >> 16) |
| 518 | dAtA[offset+3] = uint8(v >> 24) |
| 519 | return offset + 4 |
| 520 | } |
| 521 | func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int { |
| 522 | for v >= 1<<7 { |
| 523 | dAtA[offset] = uint8(v&0x7f | 0x80) |
| 524 | v >>= 7 |
| 525 | offset++ |
| 526 | } |
| 527 | dAtA[offset] = uint8(v) |
| 528 | return offset + 1 |
| 529 | } |
| 530 | func (m *MutatingWebhookConfiguration) Size() (n int) { |
| 531 | var l int |
| 532 | _ = l |
| 533 | l = m.ObjectMeta.Size() |
| 534 | n += 1 + l + sovGenerated(uint64(l)) |
| 535 | if len(m.Webhooks) > 0 { |
| 536 | for _, e := range m.Webhooks { |
| 537 | l = e.Size() |
| 538 | n += 1 + l + sovGenerated(uint64(l)) |
| 539 | } |
| 540 | } |
| 541 | return n |
| 542 | } |
| 543 | |
| 544 | func (m *MutatingWebhookConfigurationList) Size() (n int) { |
| 545 | var l int |
| 546 | _ = l |
| 547 | l = m.ListMeta.Size() |
| 548 | n += 1 + l + sovGenerated(uint64(l)) |
| 549 | if len(m.Items) > 0 { |
| 550 | for _, e := range m.Items { |
| 551 | l = e.Size() |
| 552 | n += 1 + l + sovGenerated(uint64(l)) |
| 553 | } |
| 554 | } |
| 555 | return n |
| 556 | } |
| 557 | |
| 558 | func (m *Rule) Size() (n int) { |
| 559 | var l int |
| 560 | _ = l |
| 561 | if len(m.APIGroups) > 0 { |
| 562 | for _, s := range m.APIGroups { |
| 563 | l = len(s) |
| 564 | n += 1 + l + sovGenerated(uint64(l)) |
| 565 | } |
| 566 | } |
| 567 | if len(m.APIVersions) > 0 { |
| 568 | for _, s := range m.APIVersions { |
| 569 | l = len(s) |
| 570 | n += 1 + l + sovGenerated(uint64(l)) |
| 571 | } |
| 572 | } |
| 573 | if len(m.Resources) > 0 { |
| 574 | for _, s := range m.Resources { |
| 575 | l = len(s) |
| 576 | n += 1 + l + sovGenerated(uint64(l)) |
| 577 | } |
| 578 | } |
| 579 | return n |
| 580 | } |
| 581 | |
| 582 | func (m *RuleWithOperations) Size() (n int) { |
| 583 | var l int |
| 584 | _ = l |
| 585 | if len(m.Operations) > 0 { |
| 586 | for _, s := range m.Operations { |
| 587 | l = len(s) |
| 588 | n += 1 + l + sovGenerated(uint64(l)) |
| 589 | } |
| 590 | } |
| 591 | l = m.Rule.Size() |
| 592 | n += 1 + l + sovGenerated(uint64(l)) |
| 593 | return n |
| 594 | } |
| 595 | |
| 596 | func (m *ServiceReference) Size() (n int) { |
| 597 | var l int |
| 598 | _ = l |
| 599 | l = len(m.Namespace) |
| 600 | n += 1 + l + sovGenerated(uint64(l)) |
| 601 | l = len(m.Name) |
| 602 | n += 1 + l + sovGenerated(uint64(l)) |
| 603 | if m.Path != nil { |
| 604 | l = len(*m.Path) |
| 605 | n += 1 + l + sovGenerated(uint64(l)) |
| 606 | } |
| 607 | return n |
| 608 | } |
| 609 | |
| 610 | func (m *ValidatingWebhookConfiguration) Size() (n int) { |
| 611 | var l int |
| 612 | _ = l |
| 613 | l = m.ObjectMeta.Size() |
| 614 | n += 1 + l + sovGenerated(uint64(l)) |
| 615 | if len(m.Webhooks) > 0 { |
| 616 | for _, e := range m.Webhooks { |
| 617 | l = e.Size() |
| 618 | n += 1 + l + sovGenerated(uint64(l)) |
| 619 | } |
| 620 | } |
| 621 | return n |
| 622 | } |
| 623 | |
| 624 | func (m *ValidatingWebhookConfigurationList) Size() (n int) { |
| 625 | var l int |
| 626 | _ = l |
| 627 | l = m.ListMeta.Size() |
| 628 | n += 1 + l + sovGenerated(uint64(l)) |
| 629 | if len(m.Items) > 0 { |
| 630 | for _, e := range m.Items { |
| 631 | l = e.Size() |
| 632 | n += 1 + l + sovGenerated(uint64(l)) |
| 633 | } |
| 634 | } |
| 635 | return n |
| 636 | } |
| 637 | |
| 638 | func (m *Webhook) Size() (n int) { |
| 639 | var l int |
| 640 | _ = l |
| 641 | l = len(m.Name) |
| 642 | n += 1 + l + sovGenerated(uint64(l)) |
| 643 | l = m.ClientConfig.Size() |
| 644 | n += 1 + l + sovGenerated(uint64(l)) |
| 645 | if len(m.Rules) > 0 { |
| 646 | for _, e := range m.Rules { |
| 647 | l = e.Size() |
| 648 | n += 1 + l + sovGenerated(uint64(l)) |
| 649 | } |
| 650 | } |
| 651 | if m.FailurePolicy != nil { |
| 652 | l = len(*m.FailurePolicy) |
| 653 | n += 1 + l + sovGenerated(uint64(l)) |
| 654 | } |
| 655 | if m.NamespaceSelector != nil { |
| 656 | l = m.NamespaceSelector.Size() |
| 657 | n += 1 + l + sovGenerated(uint64(l)) |
| 658 | } |
| 659 | return n |
| 660 | } |
| 661 | |
| 662 | func (m *WebhookClientConfig) Size() (n int) { |
| 663 | var l int |
| 664 | _ = l |
| 665 | if m.Service != nil { |
| 666 | l = m.Service.Size() |
| 667 | n += 1 + l + sovGenerated(uint64(l)) |
| 668 | } |
| 669 | if m.CABundle != nil { |
| 670 | l = len(m.CABundle) |
| 671 | n += 1 + l + sovGenerated(uint64(l)) |
| 672 | } |
| 673 | if m.URL != nil { |
| 674 | l = len(*m.URL) |
| 675 | n += 1 + l + sovGenerated(uint64(l)) |
| 676 | } |
| 677 | return n |
| 678 | } |
| 679 | |
| 680 | func sovGenerated(x uint64) (n int) { |
| 681 | for { |
| 682 | n++ |
| 683 | x >>= 7 |
| 684 | if x == 0 { |
| 685 | break |
| 686 | } |
| 687 | } |
| 688 | return n |
| 689 | } |
| 690 | func sozGenerated(x uint64) (n int) { |
| 691 | return sovGenerated(uint64((x << 1) ^ uint64((int64(x) >> 63)))) |
| 692 | } |
| 693 | func (this *MutatingWebhookConfiguration) String() string { |
| 694 | if this == nil { |
| 695 | return "nil" |
| 696 | } |
| 697 | s := strings.Join([]string{`&MutatingWebhookConfiguration{`, |
| 698 | `ObjectMeta:` + strings.Replace(strings.Replace(this.ObjectMeta.String(), "ObjectMeta", "k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta", 1), `&`, ``, 1) + `,`, |
| 699 | `Webhooks:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Webhooks), "Webhook", "Webhook", 1), `&`, ``, 1) + `,`, |
| 700 | `}`, |
| 701 | }, "") |
| 702 | return s |
| 703 | } |
| 704 | func (this *MutatingWebhookConfigurationList) String() string { |
| 705 | if this == nil { |
| 706 | return "nil" |
| 707 | } |
| 708 | s := strings.Join([]string{`&MutatingWebhookConfigurationList{`, |
| 709 | `ListMeta:` + strings.Replace(strings.Replace(this.ListMeta.String(), "ListMeta", "k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta", 1), `&`, ``, 1) + `,`, |
| 710 | `Items:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Items), "MutatingWebhookConfiguration", "MutatingWebhookConfiguration", 1), `&`, ``, 1) + `,`, |
| 711 | `}`, |
| 712 | }, "") |
| 713 | return s |
| 714 | } |
| 715 | func (this *Rule) String() string { |
| 716 | if this == nil { |
| 717 | return "nil" |
| 718 | } |
| 719 | s := strings.Join([]string{`&Rule{`, |
| 720 | `APIGroups:` + fmt.Sprintf("%v", this.APIGroups) + `,`, |
| 721 | `APIVersions:` + fmt.Sprintf("%v", this.APIVersions) + `,`, |
| 722 | `Resources:` + fmt.Sprintf("%v", this.Resources) + `,`, |
| 723 | `}`, |
| 724 | }, "") |
| 725 | return s |
| 726 | } |
| 727 | func (this *RuleWithOperations) String() string { |
| 728 | if this == nil { |
| 729 | return "nil" |
| 730 | } |
| 731 | s := strings.Join([]string{`&RuleWithOperations{`, |
| 732 | `Operations:` + fmt.Sprintf("%v", this.Operations) + `,`, |
| 733 | `Rule:` + strings.Replace(strings.Replace(this.Rule.String(), "Rule", "Rule", 1), `&`, ``, 1) + `,`, |
| 734 | `}`, |
| 735 | }, "") |
| 736 | return s |
| 737 | } |
| 738 | func (this *ServiceReference) String() string { |
| 739 | if this == nil { |
| 740 | return "nil" |
| 741 | } |
| 742 | s := strings.Join([]string{`&ServiceReference{`, |
| 743 | `Namespace:` + fmt.Sprintf("%v", this.Namespace) + `,`, |
| 744 | `Name:` + fmt.Sprintf("%v", this.Name) + `,`, |
| 745 | `Path:` + valueToStringGenerated(this.Path) + `,`, |
| 746 | `}`, |
| 747 | }, "") |
| 748 | return s |
| 749 | } |
| 750 | func (this *ValidatingWebhookConfiguration) String() string { |
| 751 | if this == nil { |
| 752 | return "nil" |
| 753 | } |
| 754 | s := strings.Join([]string{`&ValidatingWebhookConfiguration{`, |
| 755 | `ObjectMeta:` + strings.Replace(strings.Replace(this.ObjectMeta.String(), "ObjectMeta", "k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta", 1), `&`, ``, 1) + `,`, |
| 756 | `Webhooks:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Webhooks), "Webhook", "Webhook", 1), `&`, ``, 1) + `,`, |
| 757 | `}`, |
| 758 | }, "") |
| 759 | return s |
| 760 | } |
| 761 | func (this *ValidatingWebhookConfigurationList) String() string { |
| 762 | if this == nil { |
| 763 | return "nil" |
| 764 | } |
| 765 | s := strings.Join([]string{`&ValidatingWebhookConfigurationList{`, |
| 766 | `ListMeta:` + strings.Replace(strings.Replace(this.ListMeta.String(), "ListMeta", "k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta", 1), `&`, ``, 1) + `,`, |
| 767 | `Items:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Items), "ValidatingWebhookConfiguration", "ValidatingWebhookConfiguration", 1), `&`, ``, 1) + `,`, |
| 768 | `}`, |
| 769 | }, "") |
| 770 | return s |
| 771 | } |
| 772 | func (this *Webhook) String() string { |
| 773 | if this == nil { |
| 774 | return "nil" |
| 775 | } |
| 776 | s := strings.Join([]string{`&Webhook{`, |
| 777 | `Name:` + fmt.Sprintf("%v", this.Name) + `,`, |
| 778 | `ClientConfig:` + strings.Replace(strings.Replace(this.ClientConfig.String(), "WebhookClientConfig", "WebhookClientConfig", 1), `&`, ``, 1) + `,`, |
| 779 | `Rules:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Rules), "RuleWithOperations", "RuleWithOperations", 1), `&`, ``, 1) + `,`, |
| 780 | `FailurePolicy:` + valueToStringGenerated(this.FailurePolicy) + `,`, |
| 781 | `NamespaceSelector:` + strings.Replace(fmt.Sprintf("%v", this.NamespaceSelector), "LabelSelector", "k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector", 1) + `,`, |
| 782 | `}`, |
| 783 | }, "") |
| 784 | return s |
| 785 | } |
| 786 | func (this *WebhookClientConfig) String() string { |
| 787 | if this == nil { |
| 788 | return "nil" |
| 789 | } |
| 790 | s := strings.Join([]string{`&WebhookClientConfig{`, |
| 791 | `Service:` + strings.Replace(fmt.Sprintf("%v", this.Service), "ServiceReference", "ServiceReference", 1) + `,`, |
| 792 | `CABundle:` + valueToStringGenerated(this.CABundle) + `,`, |
| 793 | `URL:` + valueToStringGenerated(this.URL) + `,`, |
| 794 | `}`, |
| 795 | }, "") |
| 796 | return s |
| 797 | } |
| 798 | func valueToStringGenerated(v interface{}) string { |
| 799 | rv := reflect.ValueOf(v) |
| 800 | if rv.IsNil() { |
| 801 | return "nil" |
| 802 | } |
| 803 | pv := reflect.Indirect(rv).Interface() |
| 804 | return fmt.Sprintf("*%v", pv) |
| 805 | } |
| 806 | func (m *MutatingWebhookConfiguration) Unmarshal(dAtA []byte) error { |
| 807 | l := len(dAtA) |
| 808 | iNdEx := 0 |
| 809 | for iNdEx < l { |
| 810 | preIndex := iNdEx |
| 811 | var wire uint64 |
| 812 | for shift := uint(0); ; shift += 7 { |
| 813 | if shift >= 64 { |
| 814 | return ErrIntOverflowGenerated |
| 815 | } |
| 816 | if iNdEx >= l { |
| 817 | return io.ErrUnexpectedEOF |
| 818 | } |
| 819 | b := dAtA[iNdEx] |
| 820 | iNdEx++ |
| 821 | wire |= (uint64(b) & 0x7F) << shift |
| 822 | if b < 0x80 { |
| 823 | break |
| 824 | } |
| 825 | } |
| 826 | fieldNum := int32(wire >> 3) |
| 827 | wireType := int(wire & 0x7) |
| 828 | if wireType == 4 { |
| 829 | return fmt.Errorf("proto: MutatingWebhookConfiguration: wiretype end group for non-group") |
| 830 | } |
| 831 | if fieldNum <= 0 { |
| 832 | return fmt.Errorf("proto: MutatingWebhookConfiguration: illegal tag %d (wire type %d)", fieldNum, wire) |
| 833 | } |
| 834 | switch fieldNum { |
| 835 | case 1: |
| 836 | if wireType != 2 { |
| 837 | return fmt.Errorf("proto: wrong wireType = %d for field ObjectMeta", wireType) |
| 838 | } |
| 839 | var msglen int |
| 840 | for shift := uint(0); ; shift += 7 { |
| 841 | if shift >= 64 { |
| 842 | return ErrIntOverflowGenerated |
| 843 | } |
| 844 | if iNdEx >= l { |
| 845 | return io.ErrUnexpectedEOF |
| 846 | } |
| 847 | b := dAtA[iNdEx] |
| 848 | iNdEx++ |
| 849 | msglen |= (int(b) & 0x7F) << shift |
| 850 | if b < 0x80 { |
| 851 | break |
| 852 | } |
| 853 | } |
| 854 | if msglen < 0 { |
| 855 | return ErrInvalidLengthGenerated |
| 856 | } |
| 857 | postIndex := iNdEx + msglen |
| 858 | if postIndex > l { |
| 859 | return io.ErrUnexpectedEOF |
| 860 | } |
| 861 | if err := m.ObjectMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { |
| 862 | return err |
| 863 | } |
| 864 | iNdEx = postIndex |
| 865 | case 2: |
| 866 | if wireType != 2 { |
| 867 | return fmt.Errorf("proto: wrong wireType = %d for field Webhooks", wireType) |
| 868 | } |
| 869 | var msglen int |
| 870 | for shift := uint(0); ; shift += 7 { |
| 871 | if shift >= 64 { |
| 872 | return ErrIntOverflowGenerated |
| 873 | } |
| 874 | if iNdEx >= l { |
| 875 | return io.ErrUnexpectedEOF |
| 876 | } |
| 877 | b := dAtA[iNdEx] |
| 878 | iNdEx++ |
| 879 | msglen |= (int(b) & 0x7F) << shift |
| 880 | if b < 0x80 { |
| 881 | break |
| 882 | } |
| 883 | } |
| 884 | if msglen < 0 { |
| 885 | return ErrInvalidLengthGenerated |
| 886 | } |
| 887 | postIndex := iNdEx + msglen |
| 888 | if postIndex > l { |
| 889 | return io.ErrUnexpectedEOF |
| 890 | } |
| 891 | m.Webhooks = append(m.Webhooks, Webhook{}) |
| 892 | if err := m.Webhooks[len(m.Webhooks)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { |
| 893 | return err |
| 894 | } |
| 895 | iNdEx = postIndex |
| 896 | default: |
| 897 | iNdEx = preIndex |
| 898 | skippy, err := skipGenerated(dAtA[iNdEx:]) |
| 899 | if err != nil { |
| 900 | return err |
| 901 | } |
| 902 | if skippy < 0 { |
| 903 | return ErrInvalidLengthGenerated |
| 904 | } |
| 905 | if (iNdEx + skippy) > l { |
| 906 | return io.ErrUnexpectedEOF |
| 907 | } |
| 908 | iNdEx += skippy |
| 909 | } |
| 910 | } |
| 911 | |
| 912 | if iNdEx > l { |
| 913 | return io.ErrUnexpectedEOF |
| 914 | } |
| 915 | return nil |
| 916 | } |
| 917 | func (m *MutatingWebhookConfigurationList) Unmarshal(dAtA []byte) error { |
| 918 | l := len(dAtA) |
| 919 | iNdEx := 0 |
| 920 | for iNdEx < l { |
| 921 | preIndex := iNdEx |
| 922 | var wire uint64 |
| 923 | for shift := uint(0); ; shift += 7 { |
| 924 | if shift >= 64 { |
| 925 | return ErrIntOverflowGenerated |
| 926 | } |
| 927 | if iNdEx >= l { |
| 928 | return io.ErrUnexpectedEOF |
| 929 | } |
| 930 | b := dAtA[iNdEx] |
| 931 | iNdEx++ |
| 932 | wire |= (uint64(b) & 0x7F) << shift |
| 933 | if b < 0x80 { |
| 934 | break |
| 935 | } |
| 936 | } |
| 937 | fieldNum := int32(wire >> 3) |
| 938 | wireType := int(wire & 0x7) |
| 939 | if wireType == 4 { |
| 940 | return fmt.Errorf("proto: MutatingWebhookConfigurationList: wiretype end group for non-group") |
| 941 | } |
| 942 | if fieldNum <= 0 { |
| 943 | return fmt.Errorf("proto: MutatingWebhookConfigurationList: illegal tag %d (wire type %d)", fieldNum, wire) |
| 944 | } |
| 945 | switch fieldNum { |
| 946 | case 1: |
| 947 | if wireType != 2 { |
| 948 | return fmt.Errorf("proto: wrong wireType = %d for field ListMeta", wireType) |
| 949 | } |
| 950 | var msglen int |
| 951 | for shift := uint(0); ; shift += 7 { |
| 952 | if shift >= 64 { |
| 953 | return ErrIntOverflowGenerated |
| 954 | } |
| 955 | if iNdEx >= l { |
| 956 | return io.ErrUnexpectedEOF |
| 957 | } |
| 958 | b := dAtA[iNdEx] |
| 959 | iNdEx++ |
| 960 | msglen |= (int(b) & 0x7F) << shift |
| 961 | if b < 0x80 { |
| 962 | break |
| 963 | } |
| 964 | } |
| 965 | if msglen < 0 { |
| 966 | return ErrInvalidLengthGenerated |
| 967 | } |
| 968 | postIndex := iNdEx + msglen |
| 969 | if postIndex > l { |
| 970 | return io.ErrUnexpectedEOF |
| 971 | } |
| 972 | if err := m.ListMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { |
| 973 | return err |
| 974 | } |
| 975 | iNdEx = postIndex |
| 976 | case 2: |
| 977 | if wireType != 2 { |
| 978 | return fmt.Errorf("proto: wrong wireType = %d for field Items", wireType) |
| 979 | } |
| 980 | var msglen int |
| 981 | for shift := uint(0); ; shift += 7 { |
| 982 | if shift >= 64 { |
| 983 | return ErrIntOverflowGenerated |
| 984 | } |
| 985 | if iNdEx >= l { |
| 986 | return io.ErrUnexpectedEOF |
| 987 | } |
| 988 | b := dAtA[iNdEx] |
| 989 | iNdEx++ |
| 990 | msglen |= (int(b) & 0x7F) << shift |
| 991 | if b < 0x80 { |
| 992 | break |
| 993 | } |
| 994 | } |
| 995 | if msglen < 0 { |
| 996 | return ErrInvalidLengthGenerated |
| 997 | } |
| 998 | postIndex := iNdEx + msglen |
| 999 | if postIndex > l { |
| 1000 | return io.ErrUnexpectedEOF |
| 1001 | } |
| 1002 | m.Items = append(m.Items, MutatingWebhookConfiguration{}) |
| 1003 | if err := m.Items[len(m.Items)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { |
| 1004 | return err |
| 1005 | } |
| 1006 | iNdEx = postIndex |
| 1007 | default: |
| 1008 | iNdEx = preIndex |
| 1009 | skippy, err := skipGenerated(dAtA[iNdEx:]) |
| 1010 | if err != nil { |
| 1011 | return err |
| 1012 | } |
| 1013 | if skippy < 0 { |
| 1014 | return ErrInvalidLengthGenerated |
| 1015 | } |
| 1016 | if (iNdEx + skippy) > l { |
| 1017 | return io.ErrUnexpectedEOF |
| 1018 | } |
| 1019 | iNdEx += skippy |
| 1020 | } |
| 1021 | } |
| 1022 | |
| 1023 | if iNdEx > l { |
| 1024 | return io.ErrUnexpectedEOF |
| 1025 | } |
| 1026 | return nil |
| 1027 | } |
| 1028 | func (m *Rule) Unmarshal(dAtA []byte) error { |
| 1029 | l := len(dAtA) |
| 1030 | iNdEx := 0 |
| 1031 | for iNdEx < l { |
| 1032 | preIndex := iNdEx |
| 1033 | var wire uint64 |
| 1034 | for shift := uint(0); ; shift += 7 { |
| 1035 | if shift >= 64 { |
| 1036 | return ErrIntOverflowGenerated |
| 1037 | } |
| 1038 | if iNdEx >= l { |
| 1039 | return io.ErrUnexpectedEOF |
| 1040 | } |
| 1041 | b := dAtA[iNdEx] |
| 1042 | iNdEx++ |
| 1043 | wire |= (uint64(b) & 0x7F) << shift |
| 1044 | if b < 0x80 { |
| 1045 | break |
| 1046 | } |
| 1047 | } |
| 1048 | fieldNum := int32(wire >> 3) |
| 1049 | wireType := int(wire & 0x7) |
| 1050 | if wireType == 4 { |
| 1051 | return fmt.Errorf("proto: Rule: wiretype end group for non-group") |
| 1052 | } |
| 1053 | if fieldNum <= 0 { |
| 1054 | return fmt.Errorf("proto: Rule: illegal tag %d (wire type %d)", fieldNum, wire) |
| 1055 | } |
| 1056 | switch fieldNum { |
| 1057 | case 1: |
| 1058 | if wireType != 2 { |
| 1059 | return fmt.Errorf("proto: wrong wireType = %d for field APIGroups", wireType) |
| 1060 | } |
| 1061 | var stringLen uint64 |
| 1062 | for shift := uint(0); ; shift += 7 { |
| 1063 | if shift >= 64 { |
| 1064 | return ErrIntOverflowGenerated |
| 1065 | } |
| 1066 | if iNdEx >= l { |
| 1067 | return io.ErrUnexpectedEOF |
| 1068 | } |
| 1069 | b := dAtA[iNdEx] |
| 1070 | iNdEx++ |
| 1071 | stringLen |= (uint64(b) & 0x7F) << shift |
| 1072 | if b < 0x80 { |
| 1073 | break |
| 1074 | } |
| 1075 | } |
| 1076 | intStringLen := int(stringLen) |
| 1077 | if intStringLen < 0 { |
| 1078 | return ErrInvalidLengthGenerated |
| 1079 | } |
| 1080 | postIndex := iNdEx + intStringLen |
| 1081 | if postIndex > l { |
| 1082 | return io.ErrUnexpectedEOF |
| 1083 | } |
| 1084 | m.APIGroups = append(m.APIGroups, string(dAtA[iNdEx:postIndex])) |
| 1085 | iNdEx = postIndex |
| 1086 | case 2: |
| 1087 | if wireType != 2 { |
| 1088 | return fmt.Errorf("proto: wrong wireType = %d for field APIVersions", wireType) |
| 1089 | } |
| 1090 | var stringLen uint64 |
| 1091 | for shift := uint(0); ; shift += 7 { |
| 1092 | if shift >= 64 { |
| 1093 | return ErrIntOverflowGenerated |
| 1094 | } |
| 1095 | if iNdEx >= l { |
| 1096 | return io.ErrUnexpectedEOF |
| 1097 | } |
| 1098 | b := dAtA[iNdEx] |
| 1099 | iNdEx++ |
| 1100 | stringLen |= (uint64(b) & 0x7F) << shift |
| 1101 | if b < 0x80 { |
| 1102 | break |
| 1103 | } |
| 1104 | } |
| 1105 | intStringLen := int(stringLen) |
| 1106 | if intStringLen < 0 { |
| 1107 | return ErrInvalidLengthGenerated |
| 1108 | } |
| 1109 | postIndex := iNdEx + intStringLen |
| 1110 | if postIndex > l { |
| 1111 | return io.ErrUnexpectedEOF |
| 1112 | } |
| 1113 | m.APIVersions = append(m.APIVersions, string(dAtA[iNdEx:postIndex])) |
| 1114 | iNdEx = postIndex |
| 1115 | case 3: |
| 1116 | if wireType != 2 { |
| 1117 | return fmt.Errorf("proto: wrong wireType = %d for field Resources", wireType) |
| 1118 | } |
| 1119 | var stringLen uint64 |
| 1120 | for shift := uint(0); ; shift += 7 { |
| 1121 | if shift >= 64 { |
| 1122 | return ErrIntOverflowGenerated |
| 1123 | } |
| 1124 | if iNdEx >= l { |
| 1125 | return io.ErrUnexpectedEOF |
| 1126 | } |
| 1127 | b := dAtA[iNdEx] |
| 1128 | iNdEx++ |
| 1129 | stringLen |= (uint64(b) & 0x7F) << shift |
| 1130 | if b < 0x80 { |
| 1131 | break |
| 1132 | } |
| 1133 | } |
| 1134 | intStringLen := int(stringLen) |
| 1135 | if intStringLen < 0 { |
| 1136 | return ErrInvalidLengthGenerated |
| 1137 | } |
| 1138 | postIndex := iNdEx + intStringLen |
| 1139 | if postIndex > l { |
| 1140 | return io.ErrUnexpectedEOF |
| 1141 | } |
| 1142 | m.Resources = append(m.Resources, string(dAtA[iNdEx:postIndex])) |
| 1143 | iNdEx = postIndex |
| 1144 | default: |
| 1145 | iNdEx = preIndex |
| 1146 | skippy, err := skipGenerated(dAtA[iNdEx:]) |
| 1147 | if err != nil { |
| 1148 | return err |
| 1149 | } |
| 1150 | if skippy < 0 { |
| 1151 | return ErrInvalidLengthGenerated |
| 1152 | } |
| 1153 | if (iNdEx + skippy) > l { |
| 1154 | return io.ErrUnexpectedEOF |
| 1155 | } |
| 1156 | iNdEx += skippy |
| 1157 | } |
| 1158 | } |
| 1159 | |
| 1160 | if iNdEx > l { |
| 1161 | return io.ErrUnexpectedEOF |
| 1162 | } |
| 1163 | return nil |
| 1164 | } |
| 1165 | func (m *RuleWithOperations) Unmarshal(dAtA []byte) error { |
| 1166 | l := len(dAtA) |
| 1167 | iNdEx := 0 |
| 1168 | for iNdEx < l { |
| 1169 | preIndex := iNdEx |
| 1170 | var wire uint64 |
| 1171 | for shift := uint(0); ; shift += 7 { |
| 1172 | if shift >= 64 { |
| 1173 | return ErrIntOverflowGenerated |
| 1174 | } |
| 1175 | if iNdEx >= l { |
| 1176 | return io.ErrUnexpectedEOF |
| 1177 | } |
| 1178 | b := dAtA[iNdEx] |
| 1179 | iNdEx++ |
| 1180 | wire |= (uint64(b) & 0x7F) << shift |
| 1181 | if b < 0x80 { |
| 1182 | break |
| 1183 | } |
| 1184 | } |
| 1185 | fieldNum := int32(wire >> 3) |
| 1186 | wireType := int(wire & 0x7) |
| 1187 | if wireType == 4 { |
| 1188 | return fmt.Errorf("proto: RuleWithOperations: wiretype end group for non-group") |
| 1189 | } |
| 1190 | if fieldNum <= 0 { |
| 1191 | return fmt.Errorf("proto: RuleWithOperations: illegal tag %d (wire type %d)", fieldNum, wire) |
| 1192 | } |
| 1193 | switch fieldNum { |
| 1194 | case 1: |
| 1195 | if wireType != 2 { |
| 1196 | return fmt.Errorf("proto: wrong wireType = %d for field Operations", wireType) |
| 1197 | } |
| 1198 | var stringLen uint64 |
| 1199 | for shift := uint(0); ; shift += 7 { |
| 1200 | if shift >= 64 { |
| 1201 | return ErrIntOverflowGenerated |
| 1202 | } |
| 1203 | if iNdEx >= l { |
| 1204 | return io.ErrUnexpectedEOF |
| 1205 | } |
| 1206 | b := dAtA[iNdEx] |
| 1207 | iNdEx++ |
| 1208 | stringLen |= (uint64(b) & 0x7F) << shift |
| 1209 | if b < 0x80 { |
| 1210 | break |
| 1211 | } |
| 1212 | } |
| 1213 | intStringLen := int(stringLen) |
| 1214 | if intStringLen < 0 { |
| 1215 | return ErrInvalidLengthGenerated |
| 1216 | } |
| 1217 | postIndex := iNdEx + intStringLen |
| 1218 | if postIndex > l { |
| 1219 | return io.ErrUnexpectedEOF |
| 1220 | } |
| 1221 | m.Operations = append(m.Operations, OperationType(dAtA[iNdEx:postIndex])) |
| 1222 | iNdEx = postIndex |
| 1223 | case 2: |
| 1224 | if wireType != 2 { |
| 1225 | return fmt.Errorf("proto: wrong wireType = %d for field Rule", wireType) |
| 1226 | } |
| 1227 | var msglen int |
| 1228 | for shift := uint(0); ; shift += 7 { |
| 1229 | if shift >= 64 { |
| 1230 | return ErrIntOverflowGenerated |
| 1231 | } |
| 1232 | if iNdEx >= l { |
| 1233 | return io.ErrUnexpectedEOF |
| 1234 | } |
| 1235 | b := dAtA[iNdEx] |
| 1236 | iNdEx++ |
| 1237 | msglen |= (int(b) & 0x7F) << shift |
| 1238 | if b < 0x80 { |
| 1239 | break |
| 1240 | } |
| 1241 | } |
| 1242 | if msglen < 0 { |
| 1243 | return ErrInvalidLengthGenerated |
| 1244 | } |
| 1245 | postIndex := iNdEx + msglen |
| 1246 | if postIndex > l { |
| 1247 | return io.ErrUnexpectedEOF |
| 1248 | } |
| 1249 | if err := m.Rule.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { |
| 1250 | return err |
| 1251 | } |
| 1252 | iNdEx = postIndex |
| 1253 | default: |
| 1254 | iNdEx = preIndex |
| 1255 | skippy, err := skipGenerated(dAtA[iNdEx:]) |
| 1256 | if err != nil { |
| 1257 | return err |
| 1258 | } |
| 1259 | if skippy < 0 { |
| 1260 | return ErrInvalidLengthGenerated |
| 1261 | } |
| 1262 | if (iNdEx + skippy) > l { |
| 1263 | return io.ErrUnexpectedEOF |
| 1264 | } |
| 1265 | iNdEx += skippy |
| 1266 | } |
| 1267 | } |
| 1268 | |
| 1269 | if iNdEx > l { |
| 1270 | return io.ErrUnexpectedEOF |
| 1271 | } |
| 1272 | return nil |
| 1273 | } |
| 1274 | func (m *ServiceReference) Unmarshal(dAtA []byte) error { |
| 1275 | l := len(dAtA) |
| 1276 | iNdEx := 0 |
| 1277 | for iNdEx < l { |
| 1278 | preIndex := iNdEx |
| 1279 | var wire uint64 |
| 1280 | for shift := uint(0); ; shift += 7 { |
| 1281 | if shift >= 64 { |
| 1282 | return ErrIntOverflowGenerated |
| 1283 | } |
| 1284 | if iNdEx >= l { |
| 1285 | return io.ErrUnexpectedEOF |
| 1286 | } |
| 1287 | b := dAtA[iNdEx] |
| 1288 | iNdEx++ |
| 1289 | wire |= (uint64(b) & 0x7F) << shift |
| 1290 | if b < 0x80 { |
| 1291 | break |
| 1292 | } |
| 1293 | } |
| 1294 | fieldNum := int32(wire >> 3) |
| 1295 | wireType := int(wire & 0x7) |
| 1296 | if wireType == 4 { |
| 1297 | return fmt.Errorf("proto: ServiceReference: wiretype end group for non-group") |
| 1298 | } |
| 1299 | if fieldNum <= 0 { |
| 1300 | return fmt.Errorf("proto: ServiceReference: illegal tag %d (wire type %d)", fieldNum, wire) |
| 1301 | } |
| 1302 | switch fieldNum { |
| 1303 | case 1: |
| 1304 | if wireType != 2 { |
| 1305 | return fmt.Errorf("proto: wrong wireType = %d for field Namespace", wireType) |
| 1306 | } |
| 1307 | var stringLen uint64 |
| 1308 | for shift := uint(0); ; shift += 7 { |
| 1309 | if shift >= 64 { |
| 1310 | return ErrIntOverflowGenerated |
| 1311 | } |
| 1312 | if iNdEx >= l { |
| 1313 | return io.ErrUnexpectedEOF |
| 1314 | } |
| 1315 | b := dAtA[iNdEx] |
| 1316 | iNdEx++ |
| 1317 | stringLen |= (uint64(b) & 0x7F) << shift |
| 1318 | if b < 0x80 { |
| 1319 | break |
| 1320 | } |
| 1321 | } |
| 1322 | intStringLen := int(stringLen) |
| 1323 | if intStringLen < 0 { |
| 1324 | return ErrInvalidLengthGenerated |
| 1325 | } |
| 1326 | postIndex := iNdEx + intStringLen |
| 1327 | if postIndex > l { |
| 1328 | return io.ErrUnexpectedEOF |
| 1329 | } |
| 1330 | m.Namespace = string(dAtA[iNdEx:postIndex]) |
| 1331 | iNdEx = postIndex |
| 1332 | case 2: |
| 1333 | if wireType != 2 { |
| 1334 | return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) |
| 1335 | } |
| 1336 | var stringLen uint64 |
| 1337 | for shift := uint(0); ; shift += 7 { |
| 1338 | if shift >= 64 { |
| 1339 | return ErrIntOverflowGenerated |
| 1340 | } |
| 1341 | if iNdEx >= l { |
| 1342 | return io.ErrUnexpectedEOF |
| 1343 | } |
| 1344 | b := dAtA[iNdEx] |
| 1345 | iNdEx++ |
| 1346 | stringLen |= (uint64(b) & 0x7F) << shift |
| 1347 | if b < 0x80 { |
| 1348 | break |
| 1349 | } |
| 1350 | } |
| 1351 | intStringLen := int(stringLen) |
| 1352 | if intStringLen < 0 { |
| 1353 | return ErrInvalidLengthGenerated |
| 1354 | } |
| 1355 | postIndex := iNdEx + intStringLen |
| 1356 | if postIndex > l { |
| 1357 | return io.ErrUnexpectedEOF |
| 1358 | } |
| 1359 | m.Name = string(dAtA[iNdEx:postIndex]) |
| 1360 | iNdEx = postIndex |
| 1361 | case 3: |
| 1362 | if wireType != 2 { |
| 1363 | return fmt.Errorf("proto: wrong wireType = %d for field Path", wireType) |
| 1364 | } |
| 1365 | var stringLen uint64 |
| 1366 | for shift := uint(0); ; shift += 7 { |
| 1367 | if shift >= 64 { |
| 1368 | return ErrIntOverflowGenerated |
| 1369 | } |
| 1370 | if iNdEx >= l { |
| 1371 | return io.ErrUnexpectedEOF |
| 1372 | } |
| 1373 | b := dAtA[iNdEx] |
| 1374 | iNdEx++ |
| 1375 | stringLen |= (uint64(b) & 0x7F) << shift |
| 1376 | if b < 0x80 { |
| 1377 | break |
| 1378 | } |
| 1379 | } |
| 1380 | intStringLen := int(stringLen) |
| 1381 | if intStringLen < 0 { |
| 1382 | return ErrInvalidLengthGenerated |
| 1383 | } |
| 1384 | postIndex := iNdEx + intStringLen |
| 1385 | if postIndex > l { |
| 1386 | return io.ErrUnexpectedEOF |
| 1387 | } |
| 1388 | s := string(dAtA[iNdEx:postIndex]) |
| 1389 | m.Path = &s |
| 1390 | iNdEx = postIndex |
| 1391 | default: |
| 1392 | iNdEx = preIndex |
| 1393 | skippy, err := skipGenerated(dAtA[iNdEx:]) |
| 1394 | if err != nil { |
| 1395 | return err |
| 1396 | } |
| 1397 | if skippy < 0 { |
| 1398 | return ErrInvalidLengthGenerated |
| 1399 | } |
| 1400 | if (iNdEx + skippy) > l { |
| 1401 | return io.ErrUnexpectedEOF |
| 1402 | } |
| 1403 | iNdEx += skippy |
| 1404 | } |
| 1405 | } |
| 1406 | |
| 1407 | if iNdEx > l { |
| 1408 | return io.ErrUnexpectedEOF |
| 1409 | } |
| 1410 | return nil |
| 1411 | } |
| 1412 | func (m *ValidatingWebhookConfiguration) Unmarshal(dAtA []byte) error { |
| 1413 | l := len(dAtA) |
| 1414 | iNdEx := 0 |
| 1415 | for iNdEx < l { |
| 1416 | preIndex := iNdEx |
| 1417 | var wire uint64 |
| 1418 | for shift := uint(0); ; shift += 7 { |
| 1419 | if shift >= 64 { |
| 1420 | return ErrIntOverflowGenerated |
| 1421 | } |
| 1422 | if iNdEx >= l { |
| 1423 | return io.ErrUnexpectedEOF |
| 1424 | } |
| 1425 | b := dAtA[iNdEx] |
| 1426 | iNdEx++ |
| 1427 | wire |= (uint64(b) & 0x7F) << shift |
| 1428 | if b < 0x80 { |
| 1429 | break |
| 1430 | } |
| 1431 | } |
| 1432 | fieldNum := int32(wire >> 3) |
| 1433 | wireType := int(wire & 0x7) |
| 1434 | if wireType == 4 { |
| 1435 | return fmt.Errorf("proto: ValidatingWebhookConfiguration: wiretype end group for non-group") |
| 1436 | } |
| 1437 | if fieldNum <= 0 { |
| 1438 | return fmt.Errorf("proto: ValidatingWebhookConfiguration: illegal tag %d (wire type %d)", fieldNum, wire) |
| 1439 | } |
| 1440 | switch fieldNum { |
| 1441 | case 1: |
| 1442 | if wireType != 2 { |
| 1443 | return fmt.Errorf("proto: wrong wireType = %d for field ObjectMeta", wireType) |
| 1444 | } |
| 1445 | var msglen int |
| 1446 | for shift := uint(0); ; shift += 7 { |
| 1447 | if shift >= 64 { |
| 1448 | return ErrIntOverflowGenerated |
| 1449 | } |
| 1450 | if iNdEx >= l { |
| 1451 | return io.ErrUnexpectedEOF |
| 1452 | } |
| 1453 | b := dAtA[iNdEx] |
| 1454 | iNdEx++ |
| 1455 | msglen |= (int(b) & 0x7F) << shift |
| 1456 | if b < 0x80 { |
| 1457 | break |
| 1458 | } |
| 1459 | } |
| 1460 | if msglen < 0 { |
| 1461 | return ErrInvalidLengthGenerated |
| 1462 | } |
| 1463 | postIndex := iNdEx + msglen |
| 1464 | if postIndex > l { |
| 1465 | return io.ErrUnexpectedEOF |
| 1466 | } |
| 1467 | if err := m.ObjectMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { |
| 1468 | return err |
| 1469 | } |
| 1470 | iNdEx = postIndex |
| 1471 | case 2: |
| 1472 | if wireType != 2 { |
| 1473 | return fmt.Errorf("proto: wrong wireType = %d for field Webhooks", wireType) |
| 1474 | } |
| 1475 | var msglen int |
| 1476 | for shift := uint(0); ; shift += 7 { |
| 1477 | if shift >= 64 { |
| 1478 | return ErrIntOverflowGenerated |
| 1479 | } |
| 1480 | if iNdEx >= l { |
| 1481 | return io.ErrUnexpectedEOF |
| 1482 | } |
| 1483 | b := dAtA[iNdEx] |
| 1484 | iNdEx++ |
| 1485 | msglen |= (int(b) & 0x7F) << shift |
| 1486 | if b < 0x80 { |
| 1487 | break |
| 1488 | } |
| 1489 | } |
| 1490 | if msglen < 0 { |
| 1491 | return ErrInvalidLengthGenerated |
| 1492 | } |
| 1493 | postIndex := iNdEx + msglen |
| 1494 | if postIndex > l { |
| 1495 | return io.ErrUnexpectedEOF |
| 1496 | } |
| 1497 | m.Webhooks = append(m.Webhooks, Webhook{}) |
| 1498 | if err := m.Webhooks[len(m.Webhooks)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { |
| 1499 | return err |
| 1500 | } |
| 1501 | iNdEx = postIndex |
| 1502 | default: |
| 1503 | iNdEx = preIndex |
| 1504 | skippy, err := skipGenerated(dAtA[iNdEx:]) |
| 1505 | if err != nil { |
| 1506 | return err |
| 1507 | } |
| 1508 | if skippy < 0 { |
| 1509 | return ErrInvalidLengthGenerated |
| 1510 | } |
| 1511 | if (iNdEx + skippy) > l { |
| 1512 | return io.ErrUnexpectedEOF |
| 1513 | } |
| 1514 | iNdEx += skippy |
| 1515 | } |
| 1516 | } |
| 1517 | |
| 1518 | if iNdEx > l { |
| 1519 | return io.ErrUnexpectedEOF |
| 1520 | } |
| 1521 | return nil |
| 1522 | } |
| 1523 | func (m *ValidatingWebhookConfigurationList) Unmarshal(dAtA []byte) error { |
| 1524 | l := len(dAtA) |
| 1525 | iNdEx := 0 |
| 1526 | for iNdEx < l { |
| 1527 | preIndex := iNdEx |
| 1528 | var wire uint64 |
| 1529 | for shift := uint(0); ; shift += 7 { |
| 1530 | if shift >= 64 { |
| 1531 | return ErrIntOverflowGenerated |
| 1532 | } |
| 1533 | if iNdEx >= l { |
| 1534 | return io.ErrUnexpectedEOF |
| 1535 | } |
| 1536 | b := dAtA[iNdEx] |
| 1537 | iNdEx++ |
| 1538 | wire |= (uint64(b) & 0x7F) << shift |
| 1539 | if b < 0x80 { |
| 1540 | break |
| 1541 | } |
| 1542 | } |
| 1543 | fieldNum := int32(wire >> 3) |
| 1544 | wireType := int(wire & 0x7) |
| 1545 | if wireType == 4 { |
| 1546 | return fmt.Errorf("proto: ValidatingWebhookConfigurationList: wiretype end group for non-group") |
| 1547 | } |
| 1548 | if fieldNum <= 0 { |
| 1549 | return fmt.Errorf("proto: ValidatingWebhookConfigurationList: illegal tag %d (wire type %d)", fieldNum, wire) |
| 1550 | } |
| 1551 | switch fieldNum { |
| 1552 | case 1: |
| 1553 | if wireType != 2 { |
| 1554 | return fmt.Errorf("proto: wrong wireType = %d for field ListMeta", wireType) |
| 1555 | } |
| 1556 | var msglen int |
| 1557 | for shift := uint(0); ; shift += 7 { |
| 1558 | if shift >= 64 { |
| 1559 | return ErrIntOverflowGenerated |
| 1560 | } |
| 1561 | if iNdEx >= l { |
| 1562 | return io.ErrUnexpectedEOF |
| 1563 | } |
| 1564 | b := dAtA[iNdEx] |
| 1565 | iNdEx++ |
| 1566 | msglen |= (int(b) & 0x7F) << shift |
| 1567 | if b < 0x80 { |
| 1568 | break |
| 1569 | } |
| 1570 | } |
| 1571 | if msglen < 0 { |
| 1572 | return ErrInvalidLengthGenerated |
| 1573 | } |
| 1574 | postIndex := iNdEx + msglen |
| 1575 | if postIndex > l { |
| 1576 | return io.ErrUnexpectedEOF |
| 1577 | } |
| 1578 | if err := m.ListMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { |
| 1579 | return err |
| 1580 | } |
| 1581 | iNdEx = postIndex |
| 1582 | case 2: |
| 1583 | if wireType != 2 { |
| 1584 | return fmt.Errorf("proto: wrong wireType = %d for field Items", wireType) |
| 1585 | } |
| 1586 | var msglen int |
| 1587 | for shift := uint(0); ; shift += 7 { |
| 1588 | if shift >= 64 { |
| 1589 | return ErrIntOverflowGenerated |
| 1590 | } |
| 1591 | if iNdEx >= l { |
| 1592 | return io.ErrUnexpectedEOF |
| 1593 | } |
| 1594 | b := dAtA[iNdEx] |
| 1595 | iNdEx++ |
| 1596 | msglen |= (int(b) & 0x7F) << shift |
| 1597 | if b < 0x80 { |
| 1598 | break |
| 1599 | } |
| 1600 | } |
| 1601 | if msglen < 0 { |
| 1602 | return ErrInvalidLengthGenerated |
| 1603 | } |
| 1604 | postIndex := iNdEx + msglen |
| 1605 | if postIndex > l { |
| 1606 | return io.ErrUnexpectedEOF |
| 1607 | } |
| 1608 | m.Items = append(m.Items, ValidatingWebhookConfiguration{}) |
| 1609 | if err := m.Items[len(m.Items)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { |
| 1610 | return err |
| 1611 | } |
| 1612 | iNdEx = postIndex |
| 1613 | default: |
| 1614 | iNdEx = preIndex |
| 1615 | skippy, err := skipGenerated(dAtA[iNdEx:]) |
| 1616 | if err != nil { |
| 1617 | return err |
| 1618 | } |
| 1619 | if skippy < 0 { |
| 1620 | return ErrInvalidLengthGenerated |
| 1621 | } |
| 1622 | if (iNdEx + skippy) > l { |
| 1623 | return io.ErrUnexpectedEOF |
| 1624 | } |
| 1625 | iNdEx += skippy |
| 1626 | } |
| 1627 | } |
| 1628 | |
| 1629 | if iNdEx > l { |
| 1630 | return io.ErrUnexpectedEOF |
| 1631 | } |
| 1632 | return nil |
| 1633 | } |
| 1634 | func (m *Webhook) Unmarshal(dAtA []byte) error { |
| 1635 | l := len(dAtA) |
| 1636 | iNdEx := 0 |
| 1637 | for iNdEx < l { |
| 1638 | preIndex := iNdEx |
| 1639 | var wire uint64 |
| 1640 | for shift := uint(0); ; shift += 7 { |
| 1641 | if shift >= 64 { |
| 1642 | return ErrIntOverflowGenerated |
| 1643 | } |
| 1644 | if iNdEx >= l { |
| 1645 | return io.ErrUnexpectedEOF |
| 1646 | } |
| 1647 | b := dAtA[iNdEx] |
| 1648 | iNdEx++ |
| 1649 | wire |= (uint64(b) & 0x7F) << shift |
| 1650 | if b < 0x80 { |
| 1651 | break |
| 1652 | } |
| 1653 | } |
| 1654 | fieldNum := int32(wire >> 3) |
| 1655 | wireType := int(wire & 0x7) |
| 1656 | if wireType == 4 { |
| 1657 | return fmt.Errorf("proto: Webhook: wiretype end group for non-group") |
| 1658 | } |
| 1659 | if fieldNum <= 0 { |
| 1660 | return fmt.Errorf("proto: Webhook: illegal tag %d (wire type %d)", fieldNum, wire) |
| 1661 | } |
| 1662 | switch fieldNum { |
| 1663 | case 1: |
| 1664 | if wireType != 2 { |
| 1665 | return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) |
| 1666 | } |
| 1667 | var stringLen uint64 |
| 1668 | for shift := uint(0); ; shift += 7 { |
| 1669 | if shift >= 64 { |
| 1670 | return ErrIntOverflowGenerated |
| 1671 | } |
| 1672 | if iNdEx >= l { |
| 1673 | return io.ErrUnexpectedEOF |
| 1674 | } |
| 1675 | b := dAtA[iNdEx] |
| 1676 | iNdEx++ |
| 1677 | stringLen |= (uint64(b) & 0x7F) << shift |
| 1678 | if b < 0x80 { |
| 1679 | break |
| 1680 | } |
| 1681 | } |
| 1682 | intStringLen := int(stringLen) |
| 1683 | if intStringLen < 0 { |
| 1684 | return ErrInvalidLengthGenerated |
| 1685 | } |
| 1686 | postIndex := iNdEx + intStringLen |
| 1687 | if postIndex > l { |
| 1688 | return io.ErrUnexpectedEOF |
| 1689 | } |
| 1690 | m.Name = string(dAtA[iNdEx:postIndex]) |
| 1691 | iNdEx = postIndex |
| 1692 | case 2: |
| 1693 | if wireType != 2 { |
| 1694 | return fmt.Errorf("proto: wrong wireType = %d for field ClientConfig", wireType) |
| 1695 | } |
| 1696 | var msglen int |
| 1697 | for shift := uint(0); ; shift += 7 { |
| 1698 | if shift >= 64 { |
| 1699 | return ErrIntOverflowGenerated |
| 1700 | } |
| 1701 | if iNdEx >= l { |
| 1702 | return io.ErrUnexpectedEOF |
| 1703 | } |
| 1704 | b := dAtA[iNdEx] |
| 1705 | iNdEx++ |
| 1706 | msglen |= (int(b) & 0x7F) << shift |
| 1707 | if b < 0x80 { |
| 1708 | break |
| 1709 | } |
| 1710 | } |
| 1711 | if msglen < 0 { |
| 1712 | return ErrInvalidLengthGenerated |
| 1713 | } |
| 1714 | postIndex := iNdEx + msglen |
| 1715 | if postIndex > l { |
| 1716 | return io.ErrUnexpectedEOF |
| 1717 | } |
| 1718 | if err := m.ClientConfig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { |
| 1719 | return err |
| 1720 | } |
| 1721 | iNdEx = postIndex |
| 1722 | case 3: |
| 1723 | if wireType != 2 { |
| 1724 | return fmt.Errorf("proto: wrong wireType = %d for field Rules", wireType) |
| 1725 | } |
| 1726 | var msglen int |
| 1727 | for shift := uint(0); ; shift += 7 { |
| 1728 | if shift >= 64 { |
| 1729 | return ErrIntOverflowGenerated |
| 1730 | } |
| 1731 | if iNdEx >= l { |
| 1732 | return io.ErrUnexpectedEOF |
| 1733 | } |
| 1734 | b := dAtA[iNdEx] |
| 1735 | iNdEx++ |
| 1736 | msglen |= (int(b) & 0x7F) << shift |
| 1737 | if b < 0x80 { |
| 1738 | break |
| 1739 | } |
| 1740 | } |
| 1741 | if msglen < 0 { |
| 1742 | return ErrInvalidLengthGenerated |
| 1743 | } |
| 1744 | postIndex := iNdEx + msglen |
| 1745 | if postIndex > l { |
| 1746 | return io.ErrUnexpectedEOF |
| 1747 | } |
| 1748 | m.Rules = append(m.Rules, RuleWithOperations{}) |
| 1749 | if err := m.Rules[len(m.Rules)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { |
| 1750 | return err |
| 1751 | } |
| 1752 | iNdEx = postIndex |
| 1753 | case 4: |
| 1754 | if wireType != 2 { |
| 1755 | return fmt.Errorf("proto: wrong wireType = %d for field FailurePolicy", wireType) |
| 1756 | } |
| 1757 | var stringLen uint64 |
| 1758 | for shift := uint(0); ; shift += 7 { |
| 1759 | if shift >= 64 { |
| 1760 | return ErrIntOverflowGenerated |
| 1761 | } |
| 1762 | if iNdEx >= l { |
| 1763 | return io.ErrUnexpectedEOF |
| 1764 | } |
| 1765 | b := dAtA[iNdEx] |
| 1766 | iNdEx++ |
| 1767 | stringLen |= (uint64(b) & 0x7F) << shift |
| 1768 | if b < 0x80 { |
| 1769 | break |
| 1770 | } |
| 1771 | } |
| 1772 | intStringLen := int(stringLen) |
| 1773 | if intStringLen < 0 { |
| 1774 | return ErrInvalidLengthGenerated |
| 1775 | } |
| 1776 | postIndex := iNdEx + intStringLen |
| 1777 | if postIndex > l { |
| 1778 | return io.ErrUnexpectedEOF |
| 1779 | } |
| 1780 | s := FailurePolicyType(dAtA[iNdEx:postIndex]) |
| 1781 | m.FailurePolicy = &s |
| 1782 | iNdEx = postIndex |
| 1783 | case 5: |
| 1784 | if wireType != 2 { |
| 1785 | return fmt.Errorf("proto: wrong wireType = %d for field NamespaceSelector", wireType) |
| 1786 | } |
| 1787 | var msglen int |
| 1788 | for shift := uint(0); ; shift += 7 { |
| 1789 | if shift >= 64 { |
| 1790 | return ErrIntOverflowGenerated |
| 1791 | } |
| 1792 | if iNdEx >= l { |
| 1793 | return io.ErrUnexpectedEOF |
| 1794 | } |
| 1795 | b := dAtA[iNdEx] |
| 1796 | iNdEx++ |
| 1797 | msglen |= (int(b) & 0x7F) << shift |
| 1798 | if b < 0x80 { |
| 1799 | break |
| 1800 | } |
| 1801 | } |
| 1802 | if msglen < 0 { |
| 1803 | return ErrInvalidLengthGenerated |
| 1804 | } |
| 1805 | postIndex := iNdEx + msglen |
| 1806 | if postIndex > l { |
| 1807 | return io.ErrUnexpectedEOF |
| 1808 | } |
| 1809 | if m.NamespaceSelector == nil { |
| 1810 | m.NamespaceSelector = &k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector{} |
| 1811 | } |
| 1812 | if err := m.NamespaceSelector.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { |
| 1813 | return err |
| 1814 | } |
| 1815 | iNdEx = postIndex |
| 1816 | default: |
| 1817 | iNdEx = preIndex |
| 1818 | skippy, err := skipGenerated(dAtA[iNdEx:]) |
| 1819 | if err != nil { |
| 1820 | return err |
| 1821 | } |
| 1822 | if skippy < 0 { |
| 1823 | return ErrInvalidLengthGenerated |
| 1824 | } |
| 1825 | if (iNdEx + skippy) > l { |
| 1826 | return io.ErrUnexpectedEOF |
| 1827 | } |
| 1828 | iNdEx += skippy |
| 1829 | } |
| 1830 | } |
| 1831 | |
| 1832 | if iNdEx > l { |
| 1833 | return io.ErrUnexpectedEOF |
| 1834 | } |
| 1835 | return nil |
| 1836 | } |
| 1837 | func (m *WebhookClientConfig) Unmarshal(dAtA []byte) error { |
| 1838 | l := len(dAtA) |
| 1839 | iNdEx := 0 |
| 1840 | for iNdEx < l { |
| 1841 | preIndex := iNdEx |
| 1842 | var wire uint64 |
| 1843 | for shift := uint(0); ; shift += 7 { |
| 1844 | if shift >= 64 { |
| 1845 | return ErrIntOverflowGenerated |
| 1846 | } |
| 1847 | if iNdEx >= l { |
| 1848 | return io.ErrUnexpectedEOF |
| 1849 | } |
| 1850 | b := dAtA[iNdEx] |
| 1851 | iNdEx++ |
| 1852 | wire |= (uint64(b) & 0x7F) << shift |
| 1853 | if b < 0x80 { |
| 1854 | break |
| 1855 | } |
| 1856 | } |
| 1857 | fieldNum := int32(wire >> 3) |
| 1858 | wireType := int(wire & 0x7) |
| 1859 | if wireType == 4 { |
| 1860 | return fmt.Errorf("proto: WebhookClientConfig: wiretype end group for non-group") |
| 1861 | } |
| 1862 | if fieldNum <= 0 { |
| 1863 | return fmt.Errorf("proto: WebhookClientConfig: illegal tag %d (wire type %d)", fieldNum, wire) |
| 1864 | } |
| 1865 | switch fieldNum { |
| 1866 | case 1: |
| 1867 | if wireType != 2 { |
| 1868 | return fmt.Errorf("proto: wrong wireType = %d for field Service", wireType) |
| 1869 | } |
| 1870 | var msglen int |
| 1871 | for shift := uint(0); ; shift += 7 { |
| 1872 | if shift >= 64 { |
| 1873 | return ErrIntOverflowGenerated |
| 1874 | } |
| 1875 | if iNdEx >= l { |
| 1876 | return io.ErrUnexpectedEOF |
| 1877 | } |
| 1878 | b := dAtA[iNdEx] |
| 1879 | iNdEx++ |
| 1880 | msglen |= (int(b) & 0x7F) << shift |
| 1881 | if b < 0x80 { |
| 1882 | break |
| 1883 | } |
| 1884 | } |
| 1885 | if msglen < 0 { |
| 1886 | return ErrInvalidLengthGenerated |
| 1887 | } |
| 1888 | postIndex := iNdEx + msglen |
| 1889 | if postIndex > l { |
| 1890 | return io.ErrUnexpectedEOF |
| 1891 | } |
| 1892 | if m.Service == nil { |
| 1893 | m.Service = &ServiceReference{} |
| 1894 | } |
| 1895 | if err := m.Service.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { |
| 1896 | return err |
| 1897 | } |
| 1898 | iNdEx = postIndex |
| 1899 | case 2: |
| 1900 | if wireType != 2 { |
| 1901 | return fmt.Errorf("proto: wrong wireType = %d for field CABundle", wireType) |
| 1902 | } |
| 1903 | var byteLen int |
| 1904 | for shift := uint(0); ; shift += 7 { |
| 1905 | if shift >= 64 { |
| 1906 | return ErrIntOverflowGenerated |
| 1907 | } |
| 1908 | if iNdEx >= l { |
| 1909 | return io.ErrUnexpectedEOF |
| 1910 | } |
| 1911 | b := dAtA[iNdEx] |
| 1912 | iNdEx++ |
| 1913 | byteLen |= (int(b) & 0x7F) << shift |
| 1914 | if b < 0x80 { |
| 1915 | break |
| 1916 | } |
| 1917 | } |
| 1918 | if byteLen < 0 { |
| 1919 | return ErrInvalidLengthGenerated |
| 1920 | } |
| 1921 | postIndex := iNdEx + byteLen |
| 1922 | if postIndex > l { |
| 1923 | return io.ErrUnexpectedEOF |
| 1924 | } |
| 1925 | m.CABundle = append(m.CABundle[:0], dAtA[iNdEx:postIndex]...) |
| 1926 | if m.CABundle == nil { |
| 1927 | m.CABundle = []byte{} |
| 1928 | } |
| 1929 | iNdEx = postIndex |
| 1930 | case 3: |
| 1931 | if wireType != 2 { |
| 1932 | return fmt.Errorf("proto: wrong wireType = %d for field URL", wireType) |
| 1933 | } |
| 1934 | var stringLen uint64 |
| 1935 | for shift := uint(0); ; shift += 7 { |
| 1936 | if shift >= 64 { |
| 1937 | return ErrIntOverflowGenerated |
| 1938 | } |
| 1939 | if iNdEx >= l { |
| 1940 | return io.ErrUnexpectedEOF |
| 1941 | } |
| 1942 | b := dAtA[iNdEx] |
| 1943 | iNdEx++ |
| 1944 | stringLen |= (uint64(b) & 0x7F) << shift |
| 1945 | if b < 0x80 { |
| 1946 | break |
| 1947 | } |
| 1948 | } |
| 1949 | intStringLen := int(stringLen) |
| 1950 | if intStringLen < 0 { |
| 1951 | return ErrInvalidLengthGenerated |
| 1952 | } |
| 1953 | postIndex := iNdEx + intStringLen |
| 1954 | if postIndex > l { |
| 1955 | return io.ErrUnexpectedEOF |
| 1956 | } |
| 1957 | s := string(dAtA[iNdEx:postIndex]) |
| 1958 | m.URL = &s |
| 1959 | iNdEx = postIndex |
| 1960 | default: |
| 1961 | iNdEx = preIndex |
| 1962 | skippy, err := skipGenerated(dAtA[iNdEx:]) |
| 1963 | if err != nil { |
| 1964 | return err |
| 1965 | } |
| 1966 | if skippy < 0 { |
| 1967 | return ErrInvalidLengthGenerated |
| 1968 | } |
| 1969 | if (iNdEx + skippy) > l { |
| 1970 | return io.ErrUnexpectedEOF |
| 1971 | } |
| 1972 | iNdEx += skippy |
| 1973 | } |
| 1974 | } |
| 1975 | |
| 1976 | if iNdEx > l { |
| 1977 | return io.ErrUnexpectedEOF |
| 1978 | } |
| 1979 | return nil |
| 1980 | } |
| 1981 | func skipGenerated(dAtA []byte) (n int, err error) { |
| 1982 | l := len(dAtA) |
| 1983 | iNdEx := 0 |
| 1984 | for iNdEx < l { |
| 1985 | var wire uint64 |
| 1986 | for shift := uint(0); ; shift += 7 { |
| 1987 | if shift >= 64 { |
| 1988 | return 0, ErrIntOverflowGenerated |
| 1989 | } |
| 1990 | if iNdEx >= l { |
| 1991 | return 0, io.ErrUnexpectedEOF |
| 1992 | } |
| 1993 | b := dAtA[iNdEx] |
| 1994 | iNdEx++ |
| 1995 | wire |= (uint64(b) & 0x7F) << shift |
| 1996 | if b < 0x80 { |
| 1997 | break |
| 1998 | } |
| 1999 | } |
| 2000 | wireType := int(wire & 0x7) |
| 2001 | switch wireType { |
| 2002 | case 0: |
| 2003 | for shift := uint(0); ; shift += 7 { |
| 2004 | if shift >= 64 { |
| 2005 | return 0, ErrIntOverflowGenerated |
| 2006 | } |
| 2007 | if iNdEx >= l { |
| 2008 | return 0, io.ErrUnexpectedEOF |
| 2009 | } |
| 2010 | iNdEx++ |
| 2011 | if dAtA[iNdEx-1] < 0x80 { |
| 2012 | break |
| 2013 | } |
| 2014 | } |
| 2015 | return iNdEx, nil |
| 2016 | case 1: |
| 2017 | iNdEx += 8 |
| 2018 | return iNdEx, nil |
| 2019 | case 2: |
| 2020 | var length int |
| 2021 | for shift := uint(0); ; shift += 7 { |
| 2022 | if shift >= 64 { |
| 2023 | return 0, ErrIntOverflowGenerated |
| 2024 | } |
| 2025 | if iNdEx >= l { |
| 2026 | return 0, io.ErrUnexpectedEOF |
| 2027 | } |
| 2028 | b := dAtA[iNdEx] |
| 2029 | iNdEx++ |
| 2030 | length |= (int(b) & 0x7F) << shift |
| 2031 | if b < 0x80 { |
| 2032 | break |
| 2033 | } |
| 2034 | } |
| 2035 | iNdEx += length |
| 2036 | if length < 0 { |
| 2037 | return 0, ErrInvalidLengthGenerated |
| 2038 | } |
| 2039 | return iNdEx, nil |
| 2040 | case 3: |
| 2041 | for { |
| 2042 | var innerWire uint64 |
| 2043 | var start int = iNdEx |
| 2044 | for shift := uint(0); ; shift += 7 { |
| 2045 | if shift >= 64 { |
| 2046 | return 0, ErrIntOverflowGenerated |
| 2047 | } |
| 2048 | if iNdEx >= l { |
| 2049 | return 0, io.ErrUnexpectedEOF |
| 2050 | } |
| 2051 | b := dAtA[iNdEx] |
| 2052 | iNdEx++ |
| 2053 | innerWire |= (uint64(b) & 0x7F) << shift |
| 2054 | if b < 0x80 { |
| 2055 | break |
| 2056 | } |
| 2057 | } |
| 2058 | innerWireType := int(innerWire & 0x7) |
| 2059 | if innerWireType == 4 { |
| 2060 | break |
| 2061 | } |
| 2062 | next, err := skipGenerated(dAtA[start:]) |
| 2063 | if err != nil { |
| 2064 | return 0, err |
| 2065 | } |
| 2066 | iNdEx = start + next |
| 2067 | } |
| 2068 | return iNdEx, nil |
| 2069 | case 4: |
| 2070 | return iNdEx, nil |
| 2071 | case 5: |
| 2072 | iNdEx += 4 |
| 2073 | return iNdEx, nil |
| 2074 | default: |
| 2075 | return 0, fmt.Errorf("proto: illegal wireType %d", wireType) |
| 2076 | } |
| 2077 | } |
| 2078 | panic("unreachable") |
| 2079 | } |
| 2080 | |
| 2081 | var ( |
| 2082 | ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") |
| 2083 | ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") |
| 2084 | ) |
| 2085 | |
| 2086 | func init() { |
| 2087 | proto.RegisterFile("k8s.io/kubernetes/vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto", fileDescriptorGenerated) |
| 2088 | } |
| 2089 | |
| 2090 | var fileDescriptorGenerated = []byte{ |
| 2091 | // 916 bytes of a gzipped FileDescriptorProto |
| 2092 | 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x54, 0xcf, 0x6f, 0x1b, 0x45, |
| 2093 | 0x14, 0xf6, 0xd6, 0x8e, 0x6c, 0x8f, 0x6d, 0xd1, 0x0c, 0x20, 0x99, 0xa8, 0xda, 0xb5, 0x7c, 0x40, |
| 2094 | 0x96, 0x50, 0x76, 0x71, 0x8a, 0x10, 0x42, 0x20, 0x94, 0x8d, 0x54, 0x88, 0x94, 0xb4, 0x66, 0x02, |
| 2095 | 0xad, 0x84, 0x38, 0x30, 0x5e, 0xbf, 0xd8, 0x83, 0xf7, 0x97, 0x66, 0x66, 0xdd, 0xe6, 0x86, 0xc4, |
| 2096 | 0x3f, 0x80, 0xc4, 0x1f, 0xc1, 0x5f, 0xc1, 0x3d, 0x37, 0x7a, 0x41, 0xf4, 0xb4, 0x22, 0xcb, 0x99, |
| 2097 | 0x03, 0xd7, 0x9e, 0xd0, 0xce, 0xae, 0xbd, 0x76, 0x1c, 0xa7, 0xee, 0x85, 0x03, 0x37, 0xcf, 0xf7, |
| 2098 | 0xde, 0xf7, 0xbd, 0xf7, 0x3d, 0xbf, 0xb7, 0xe8, 0xcb, 0xe9, 0x47, 0xc2, 0x64, 0x81, 0x35, 0x8d, |
| 2099 | 0x86, 0xc0, 0x7d, 0x90, 0x20, 0xac, 0x19, 0xf8, 0xa3, 0x80, 0x5b, 0x79, 0x80, 0x86, 0xcc, 0xa2, |
| 2100 | 0x23, 0x8f, 0x09, 0xc1, 0x02, 0x9f, 0xc3, 0x98, 0x09, 0xc9, 0xa9, 0x64, 0x81, 0x6f, 0xcd, 0xfa, |
| 2101 | 0x43, 0x90, 0xb4, 0x6f, 0x8d, 0xc1, 0x07, 0x4e, 0x25, 0x8c, 0xcc, 0x90, 0x07, 0x32, 0xc0, 0xbd, |
| 2102 | 0x8c, 0x69, 0xd2, 0x90, 0x99, 0x37, 0x32, 0xcd, 0x9c, 0xb9, 0xb7, 0x3f, 0x66, 0x72, 0x12, 0x0d, |
| 2103 | 0x4d, 0x27, 0xf0, 0xac, 0x71, 0x30, 0x0e, 0x2c, 0x25, 0x30, 0x8c, 0xce, 0xd5, 0x4b, 0x3d, 0xd4, |
| 2104 | 0xaf, 0x4c, 0x78, 0xaf, 0xbb, 0xd4, 0x92, 0x13, 0x70, 0xb0, 0x66, 0x6b, 0xc5, 0xf7, 0x4e, 0x8b, |
| 2105 | 0x1c, 0x78, 0x26, 0xc1, 0x4f, 0x6b, 0x8b, 0x7d, 0x1a, 0x32, 0x01, 0x7c, 0x06, 0xdc, 0x0a, 0xa7, |
| 2106 | 0xe3, 0x34, 0x26, 0x56, 0x13, 0x36, 0x79, 0xd9, 0xfb, 0xa0, 0x90, 0xf3, 0xa8, 0x33, 0x61, 0x3e, |
| 2107 | 0xf0, 0x8b, 0x42, 0xc3, 0x03, 0x49, 0x6f, 0x6a, 0xc2, 0xda, 0xc4, 0xe2, 0x91, 0x2f, 0x99, 0x07, |
| 2108 | 0x6b, 0x84, 0x0f, 0x5f, 0x45, 0x10, 0xce, 0x04, 0x3c, 0xba, 0xc6, 0xbb, 0xbf, 0x89, 0x17, 0x49, |
| 2109 | 0xe6, 0x5a, 0xcc, 0x97, 0x42, 0xf2, 0xeb, 0xa4, 0xee, 0xef, 0x1a, 0xba, 0x77, 0x1a, 0x49, 0x2a, |
| 2110 | 0x99, 0x3f, 0x7e, 0x02, 0xc3, 0x49, 0x10, 0x4c, 0x8f, 0x02, 0xff, 0x9c, 0x8d, 0xa3, 0xec, 0xef, |
| 2111 | 0xc1, 0xdf, 0xa1, 0x5a, 0xea, 0x6c, 0x44, 0x25, 0x6d, 0x6b, 0x1d, 0xad, 0xd7, 0x38, 0x78, 0xdf, |
| 2112 | 0x2c, 0xfe, 0xd3, 0x45, 0x21, 0x33, 0x9c, 0x8e, 0x53, 0x40, 0x98, 0x69, 0xb6, 0x39, 0xeb, 0x9b, |
| 2113 | 0x8f, 0x86, 0xdf, 0x83, 0x23, 0x4f, 0x41, 0x52, 0x1b, 0x5f, 0xc6, 0x46, 0x29, 0x89, 0x0d, 0x54, |
| 2114 | 0x60, 0x64, 0xa1, 0x8a, 0xcf, 0x50, 0x2d, 0xaf, 0x2c, 0xda, 0x77, 0x3a, 0xe5, 0x5e, 0xe3, 0xa0, |
| 2115 | 0x6f, 0x6e, 0xbb, 0x35, 0x66, 0xce, 0xb4, 0x2b, 0x69, 0x09, 0x52, 0x7b, 0x9a, 0x0b, 0x75, 0xff, |
| 2116 | 0xd6, 0x50, 0xe7, 0x36, 0x5f, 0x27, 0x4c, 0x48, 0xfc, 0xed, 0x9a, 0x37, 0x73, 0x3b, 0x6f, 0x29, |
| 2117 | 0x5b, 0x39, 0xbb, 0x9b, 0x3b, 0xab, 0xcd, 0x91, 0x25, 0x5f, 0x53, 0xb4, 0xc3, 0x24, 0x78, 0x73, |
| 2118 | 0x53, 0x0f, 0xb6, 0x37, 0x75, 0x5b, 0xe3, 0x76, 0x2b, 0x2f, 0xb9, 0x73, 0x9c, 0x8a, 0x93, 0xac, |
| 2119 | 0x46, 0xf7, 0x67, 0x0d, 0x55, 0x48, 0xe4, 0x02, 0x7e, 0x0f, 0xd5, 0x69, 0xc8, 0x3e, 0xe7, 0x41, |
| 2120 | 0x14, 0x8a, 0xb6, 0xd6, 0x29, 0xf7, 0xea, 0x76, 0x2b, 0x89, 0x8d, 0xfa, 0xe1, 0xe0, 0x38, 0x03, |
| 2121 | 0x49, 0x11, 0xc7, 0x7d, 0xd4, 0xa0, 0x21, 0x7b, 0x0c, 0x5c, 0x2d, 0xbe, 0x6a, 0xb4, 0x6e, 0xbf, |
| 2122 | 0x91, 0xc4, 0x46, 0xe3, 0x70, 0x70, 0x3c, 0x87, 0xc9, 0x72, 0x4e, 0xaa, 0xcf, 0x41, 0x04, 0x11, |
| 2123 | 0x77, 0x40, 0xb4, 0xcb, 0x85, 0x3e, 0x99, 0x83, 0xa4, 0x88, 0x77, 0x7f, 0xd1, 0x10, 0x4e, 0xbb, |
| 2124 | 0x7a, 0xc2, 0xe4, 0xe4, 0x51, 0x08, 0x99, 0x03, 0x81, 0x3f, 0x43, 0x28, 0x58, 0xbc, 0xf2, 0x26, |
| 2125 | 0x0d, 0xb5, 0x1f, 0x0b, 0xf4, 0x65, 0x6c, 0xb4, 0x16, 0xaf, 0xaf, 0x2e, 0x42, 0x20, 0x4b, 0x14, |
| 2126 | 0x3c, 0x40, 0x15, 0x1e, 0xb9, 0xd0, 0xbe, 0xb3, 0xf6, 0xa7, 0xbd, 0x62, 0xb2, 0x69, 0x33, 0x76, |
| 2127 | 0x33, 0x9f, 0xa0, 0x1a, 0x18, 0x51, 0x4a, 0xdd, 0x1f, 0x35, 0x74, 0xf7, 0x0c, 0xf8, 0x8c, 0x39, |
| 2128 | 0x40, 0xe0, 0x1c, 0x38, 0xf8, 0x0e, 0x60, 0x0b, 0xd5, 0x7d, 0xea, 0x81, 0x08, 0xa9, 0x03, 0x6a, |
| 2129 | 0x41, 0xea, 0xf6, 0x6e, 0xce, 0xad, 0x3f, 0x9c, 0x07, 0x48, 0x91, 0x83, 0x3b, 0xa8, 0x92, 0x3e, |
| 2130 | 0x54, 0x5f, 0xf5, 0xa2, 0x4e, 0x9a, 0x4b, 0x54, 0x04, 0xdf, 0x43, 0x95, 0x90, 0xca, 0x49, 0xbb, |
| 2131 | 0xac, 0x32, 0x6a, 0x69, 0x74, 0x40, 0xe5, 0x84, 0x28, 0xb4, 0xfb, 0x87, 0x86, 0xf4, 0xc7, 0xd4, |
| 2132 | 0x65, 0xa3, 0xff, 0xdd, 0x3d, 0xfe, 0xa3, 0xa1, 0xee, 0xed, 0xce, 0xfe, 0x83, 0x8b, 0xf4, 0x56, |
| 2133 | 0x2f, 0xf2, 0x8b, 0xed, 0x6d, 0xdd, 0xde, 0xfa, 0x86, 0x9b, 0xfc, 0xad, 0x8c, 0xaa, 0x79, 0xfa, |
| 2134 | 0x62, 0x33, 0xb4, 0x8d, 0x9b, 0xf1, 0x14, 0x35, 0x1d, 0x97, 0x81, 0x2f, 0x33, 0xe9, 0x7c, 0xb7, |
| 2135 | 0x3f, 0x7d, 0xed, 0xd1, 0x1f, 0x2d, 0x89, 0xd8, 0x6f, 0xe5, 0x85, 0x9a, 0xcb, 0x28, 0x59, 0x29, |
| 2136 | 0x84, 0x29, 0xda, 0x49, 0x4f, 0x20, 0xbb, 0xe6, 0xc6, 0xc1, 0x27, 0xaf, 0x77, 0x4d, 0xab, 0xa7, |
| 2137 | 0x5d, 0x4c, 0x22, 0x8d, 0x09, 0x92, 0x29, 0xe3, 0x13, 0xd4, 0x3a, 0xa7, 0xcc, 0x8d, 0x38, 0x0c, |
| 2138 | 0x02, 0x97, 0x39, 0x17, 0xed, 0x8a, 0x1a, 0xc3, 0xbb, 0x49, 0x6c, 0xb4, 0x1e, 0x2c, 0x07, 0x5e, |
| 2139 | 0xc6, 0xc6, 0xee, 0x0a, 0xa0, 0x4e, 0x7f, 0x95, 0x8c, 0x9f, 0xa1, 0xdd, 0xc5, 0xc9, 0x9d, 0x81, |
| 2140 | 0x0b, 0x8e, 0x0c, 0x78, 0x7b, 0x47, 0x8d, 0xeb, 0xfe, 0x96, 0xdb, 0x42, 0x87, 0xe0, 0xce, 0xa9, |
| 2141 | 0xf6, 0xdb, 0x49, 0x6c, 0xec, 0x3e, 0xbc, 0xae, 0x48, 0xd6, 0x8b, 0x74, 0x7f, 0xd5, 0xd0, 0x9b, |
| 2142 | 0x37, 0x8c, 0x19, 0x53, 0x54, 0x15, 0xd9, 0xc7, 0x23, 0xdf, 0xda, 0x8f, 0xb7, 0x1f, 0xe2, 0xf5, |
| 2143 | 0xaf, 0x8e, 0xdd, 0x48, 0x62, 0xa3, 0x3a, 0x47, 0xe7, 0xba, 0xb8, 0x87, 0x6a, 0x0e, 0xb5, 0x23, |
| 2144 | 0x7f, 0x94, 0x7f, 0xf6, 0x9a, 0x76, 0x33, 0xdd, 0xf2, 0xa3, 0xc3, 0x0c, 0x23, 0x8b, 0x28, 0x7e, |
| 2145 | 0x07, 0x95, 0x23, 0xee, 0xe6, 0x5f, 0x98, 0x6a, 0x12, 0x1b, 0xe5, 0xaf, 0xc9, 0x09, 0x49, 0x31, |
| 2146 | 0x7b, 0xff, 0xf2, 0x4a, 0x2f, 0x3d, 0xbf, 0xd2, 0x4b, 0x2f, 0xae, 0xf4, 0xd2, 0x0f, 0x89, 0xae, |
| 2147 | 0x5d, 0x26, 0xba, 0xf6, 0x3c, 0xd1, 0xb5, 0x17, 0x89, 0xae, 0xfd, 0x99, 0xe8, 0xda, 0x4f, 0x7f, |
| 2148 | 0xe9, 0xa5, 0x6f, 0xaa, 0x79, 0x6b, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0x78, 0x57, 0x76, 0x28, |
| 2149 | 0x10, 0x0a, 0x00, 0x00, |
| 2150 | } |