Merge pull request #45247 from mbohlool/c3

Automatic merge from submit-queue (batch tested with PRs 45247, 45810, 45034, 45898, 45899)

Apiregistration v1alpha1→v1beta1

Promoting apiregistration api from v1alpha1 to v1beta1.

API Registration is responsible for registering an API `Group`/`Version` with
another kubernetes like API server. The `APIService` holds information
about the other API server in `APIServiceSpec` type as well as general
`TypeMeta` and `ObjectMeta`. The `APIServiceSpec` type have the main
configuration needed to do the aggregation. Any request coming for
specified `Group`/`Version` will be directed to the service defined by
`ServiceReference` (on port 443) after validating the target using provided
`CABundle` or skipping validation if development flag `InsecureSkipTLSVerify`
is set. `Priority` is controlling the order of this API group in the overall
discovery document.
The return status is a set of conditions for this aggregation. Currently
there is only one condition named "Available", if true, it means the
api/server requests will be redirected to specified API server.

```release-note
API Registration is now in beta.
```
This commit is contained in:
Kubernetes Submit Queue 2017-05-16 19:01:55 -07:00 committed by GitHub
commit 3f0ebbe884
119 changed files with 3967 additions and 6430 deletions

View File

@ -58,7 +58,7 @@ func createAggregatorConfig(kubeAPIServerConfig genericapiserver.Config, command
// copy the etcd options so we don't mutate originals. // copy the etcd options so we don't mutate originals.
etcdOptions := *commandOptions.Etcd etcdOptions := *commandOptions.Etcd
etcdOptions.StorageConfig.Codec = aggregatorapiserver.Codecs.LegacyCodec(schema.GroupVersion{Group: "apiregistration.k8s.io", Version: "v1alpha1"}) etcdOptions.StorageConfig.Codec = aggregatorapiserver.Codecs.LegacyCodec(schema.GroupVersion{Group: "apiregistration.k8s.io", Version: "v1beta1"})
etcdOptions.StorageConfig.Copier = aggregatorapiserver.Scheme etcdOptions.StorageConfig.Copier = aggregatorapiserver.Scheme
genericConfig.RESTOptionsGetter = &genericoptions.SimpleRestOptionsFactory{Options: etcdOptions} genericConfig.RESTOptionsGetter = &genericoptions.SimpleRestOptionsFactory{Options: etcdOptions}

View File

@ -68,7 +68,7 @@ func New() *Generator {
`+k8s.io/apimachinery/pkg/runtime`, `+k8s.io/apimachinery/pkg/runtime`,
`k8s.io/apimachinery/pkg/apis/meta/v1`, `k8s.io/apimachinery/pkg/apis/meta/v1`,
`k8s.io/apiserver/pkg/apis/example/v1`, `k8s.io/apiserver/pkg/apis/example/v1`,
`k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1`, `k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1`,
`k8s.io/kubernetes/pkg/api/v1`, `k8s.io/kubernetes/pkg/api/v1`,
`k8s.io/kubernetes/pkg/apis/policy/v1beta1`, `k8s.io/kubernetes/pkg/apis/policy/v1beta1`,
`k8s.io/kubernetes/pkg/apis/extensions/v1beta1`, `k8s.io/kubernetes/pkg/apis/extensions/v1beta1`,

View File

@ -1493,58 +1493,56 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 837 bytes of a gzipped FileDescriptorProto // 809 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0xcd, 0x8e, 0x1b, 0x45, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0xcd, 0x6e, 0xeb, 0x44,
0x10, 0xf6, 0xac, 0xff, 0xe2, 0x5e, 0x0c, 0x51, 0x0b, 0x24, 0xe3, 0xc3, 0x38, 0xb2, 0x10, 0xda, 0x14, 0x8e, 0xf3, 0xdb, 0x4c, 0x09, 0x54, 0x23, 0x90, 0x42, 0x16, 0x4e, 0x15, 0x21, 0xd4, 0x22,
0x20, 0x32, 0xc3, 0x1a, 0x84, 0x22, 0x21, 0x90, 0x32, 0x8e, 0x10, 0x91, 0x36, 0x0a, 0xea, 0x5d, 0xb0, 0x69, 0x40, 0xa8, 0x12, 0x02, 0xa9, 0x4e, 0x85, 0x54, 0xa9, 0x55, 0xd1, 0xb4, 0x62, 0x51,
0x71, 0x88, 0x90, 0xa0, 0x3d, 0x2e, 0x8f, 0x1b, 0x7b, 0x7e, 0xd4, 0xdd, 0xb6, 0x70, 0x4e, 0x3c, 0x21, 0xc1, 0xc4, 0x39, 0x71, 0x4d, 0xe2, 0x1f, 0x79, 0x26, 0x11, 0xe9, 0x8a, 0x07, 0x60, 0xc1,
0x00, 0x07, 0x1e, 0x82, 0x37, 0xe0, 0xcc, 0x7d, 0x6f, 0xe4, 0xc0, 0x21, 0x27, 0x8b, 0x35, 0x6f, 0x43, 0xf0, 0x06, 0xac, 0xd9, 0x77, 0x77, 0xbb, 0xb8, 0x8b, 0xae, 0xa2, 0xdb, 0xdc, 0xb7, 0xe8,
0x91, 0x13, 0xea, 0x9e, 0xf6, 0x78, 0x86, 0xb1, 0x43, 0xd8, 0xbd, 0x4d, 0xd7, 0x54, 0x7d, 0xdf, 0xea, 0x6a, 0xc6, 0x13, 0xc7, 0xbe, 0x49, 0x7a, 0x7b, 0xdb, 0x9d, 0xe7, 0xf8, 0x9c, 0xef, 0xfb,
0xd7, 0xf5, 0x75, 0x15, 0x7a, 0x38, 0xbb, 0x2f, 0x1c, 0x16, 0xbb, 0xb3, 0xc5, 0x08, 0x78, 0x04, 0xe6, 0x7c, 0x73, 0x0e, 0x3a, 0x1c, 0xec, 0x33, 0xc3, 0x0d, 0xcc, 0xc1, 0xa8, 0x0b, 0x91, 0x0f,
0x12, 0x84, 0x3b, 0x81, 0x31, 0x70, 0x2a, 0x59, 0x1c, 0xb9, 0x34, 0x61, 0x85, 0xf3, 0xf2, 0x74, 0x1c, 0x98, 0xd9, 0x87, 0x1e, 0x44, 0x94, 0xbb, 0x81, 0x6f, 0xd2, 0xd0, 0xcd, 0x9c, 0xc7, 0x7b,
0x04, 0x92, 0x9e, 0xba, 0x01, 0x44, 0x2a, 0x04, 0x63, 0x27, 0xe1, 0xb1, 0x8c, 0xf1, 0x27, 0x29, 0x5d, 0xe0, 0x74, 0xcf, 0x74, 0xc0, 0x17, 0x21, 0xe8, 0x19, 0x61, 0x14, 0xf0, 0x00, 0x7f, 0x1b,
0x8a, 0xb3, 0x43, 0x71, 0x76, 0x55, 0x8e, 0x42, 0xc9, 0x9f, 0x0d, 0x4a, 0xf7, 0x5e, 0xc0, 0xe4, 0xa3, 0x18, 0x0b, 0x14, 0x63, 0x51, 0x65, 0x08, 0x94, 0xf4, 0x59, 0xa1, 0x34, 0xbe, 0x72, 0x5c,
0x74, 0x31, 0x72, 0xfc, 0x38, 0x74, 0x83, 0x38, 0x88, 0x5d, 0x0d, 0x36, 0x5a, 0x4c, 0xf4, 0x49, 0x7e, 0x39, 0xea, 0x1a, 0x76, 0xe0, 0x99, 0x4e, 0xe0, 0x04, 0xa6, 0x04, 0xeb, 0x8e, 0xfa, 0xf2,
0x1f, 0xf4, 0x57, 0x4a, 0xd2, 0x35, 0x24, 0x4a, 0x54, 0x48, 0xfd, 0x29, 0x8b, 0x80, 0xaf, 0xdc, 0x24, 0x0f, 0xf2, 0x2b, 0x26, 0x69, 0x28, 0x12, 0x21, 0xca, 0xa3, 0xf6, 0xa5, 0xeb, 0x43, 0x34,
0x64, 0x16, 0xa4, 0x2a, 0x43, 0x90, 0xd4, 0x5d, 0x96, 0xa4, 0x75, 0xdd, 0x43, 0x55, 0x7c, 0x11, 0x31, 0xc3, 0x81, 0x13, 0xab, 0xf4, 0x80, 0x53, 0x73, 0xbc, 0x24, 0xad, 0x61, 0xae, 0xab, 0x8a,
0x49, 0x16, 0x42, 0xa9, 0xe0, 0xd3, 0xff, 0x2a, 0x10, 0xfe, 0x14, 0x42, 0x5a, 0xaa, 0xfb, 0xf8, 0x46, 0x3e, 0x77, 0x3d, 0x58, 0x2a, 0xf8, 0xee, 0x5d, 0x05, 0xcc, 0xbe, 0x04, 0x8f, 0x2e, 0xd5,
0x50, 0xdd, 0x42, 0xb2, 0xb9, 0xcb, 0x22, 0x29, 0x24, 0x2f, 0x15, 0xe5, 0xee, 0x24, 0x80, 0x2f, 0x7d, 0xb3, 0xae, 0x6e, 0xc4, 0xdd, 0xa1, 0xe9, 0xfa, 0x9c, 0xf1, 0x68, 0xa9, 0x28, 0x75, 0x27,
0x81, 0xef, 0x2e, 0x04, 0x3f, 0xd2, 0x30, 0x99, 0xc3, 0xbe, 0x3b, 0x7d, 0x95, 0x33, 0xed, 0x1e, 0x06, 0xd1, 0x18, 0xa2, 0xc5, 0x85, 0xe0, 0x4f, 0xea, 0x85, 0x43, 0x58, 0x75, 0xa7, 0x2f, 0x97,
0x0d, 0x02, 0x0e, 0x01, 0x95, 0x71, 0xae, 0x96, 0x26, 0x8c, 0x43, 0xc0, 0x84, 0xcc, 0x7c, 0xa3, 0x4d, 0x53, 0x65, 0x2b, 0xb2, 0x5b, 0xff, 0xe7, 0x51, 0xa5, 0x33, 0x1c, 0x31, 0x0e, 0x11, 0xfe,
0xf3, 0x64, 0x5a, 0x36, 0xae, 0xfb, 0x61, 0xd9, 0x7e, 0x03, 0xb2, 0x87, 0xb7, 0xff, 0xfb, 0x11, 0x1d, 0x6d, 0x88, 0x46, 0xf5, 0x28, 0xa7, 0x75, 0x6d, 0x5b, 0xdb, 0xd9, 0x6c, 0x7f, 0x6d, 0x28,
0x6a, 0x0e, 0xe7, 0x0b, 0x21, 0x81, 0xe3, 0xef, 0xd1, 0x2d, 0xd5, 0xf2, 0x31, 0x95, 0xb4, 0x63, 0xef, 0xd2, 0xba, 0x8d, 0x70, 0xe0, 0xc4, 0xb6, 0x89, 0x6c, 0x63, 0xbc, 0x67, 0x9c, 0x76, 0xff,
0xdd, 0xb1, 0x4e, 0x8e, 0x07, 0x1f, 0x39, 0xe6, 0x15, 0xe4, 0x3b, 0xe0, 0x24, 0xb3, 0x20, 0x7d, 0x00, 0x9b, 0x9f, 0x00, 0xa7, 0x16, 0xbe, 0x9e, 0x36, 0x73, 0xb3, 0x69, 0x13, 0x2d, 0x62, 0x24,
0x00, 0x2a, 0xdb, 0x59, 0x9e, 0x3a, 0x4f, 0x46, 0x3f, 0x80, 0x2f, 0x1f, 0x83, 0xa4, 0x1e, 0xbe, 0x41, 0xc5, 0x36, 0x2a, 0xb2, 0x10, 0xec, 0x7a, 0x5e, 0xa2, 0x1f, 0x18, 0x4f, 0x79, 0x19, 0x86,
0x5c, 0xf7, 0x2a, 0x9b, 0x75, 0x0f, 0xed, 0x62, 0x24, 0x43, 0xc5, 0x3e, 0xaa, 0x89, 0x04, 0xfc, 0x92, 0x7b, 0x16, 0x82, 0x6d, 0x7d, 0xa0, 0xe8, 0x8a, 0xe2, 0x44, 0x24, 0x38, 0x1e, 0xa0, 0x32,
0xce, 0x91, 0x46, 0x7f, 0xe0, 0x5c, 0xe7, 0x8d, 0x39, 0x46, 0xee, 0x79, 0x02, 0xbe, 0xf7, 0x86, 0xe3, 0x94, 0x8f, 0x58, 0xbd, 0x20, 0x69, 0x3a, 0xcf, 0xa3, 0x91, 0x50, 0xd6, 0x87, 0x8a, 0xa8,
0xa1, 0xab, 0xa9, 0x13, 0xd1, 0xe0, 0x78, 0x86, 0x1a, 0x42, 0x52, 0xb9, 0x10, 0x9d, 0xaa, 0xa6, 0x1c, 0x9f, 0x89, 0xa2, 0x68, 0xdd, 0x16, 0xd0, 0x96, 0xca, 0xec, 0x04, 0x7e, 0xcf, 0x15, 0x10,
0x19, 0xde, 0x8c, 0x46, 0x43, 0x79, 0x6f, 0x1a, 0xa2, 0x46, 0x7a, 0x26, 0x86, 0xa2, 0xff, 0xa2, 0x78, 0x1f, 0x15, 0xf9, 0x24, 0x04, 0xd9, 0xc4, 0xaa, 0xf5, 0xd9, 0x5c, 0xe3, 0xf9, 0x24, 0x84,
0x8a, 0x6e, 0x9b, 0xcc, 0x61, 0x1c, 0x8d, 0x99, 0x82, 0xc0, 0xf7, 0x51, 0x4d, 0xae, 0x12, 0xd0, 0xfb, 0x69, 0xf3, 0xe3, 0xb7, 0xf3, 0x45, 0x9c, 0xc8, 0x0a, 0xfc, 0x4b, 0xa2, 0x3d, 0x2f, 0x6b,
0x4d, 0x6c, 0x79, 0xef, 0x6d, 0x35, 0x5e, 0xac, 0x12, 0x78, 0xb9, 0xee, 0xbd, 0xfd, 0xef, 0x7c, 0x7f, 0xcc, 0xd2, 0xde, 0x4f, 0x9b, 0x0f, 0xda, 0x6b, 0x24, 0x98, 0x59, 0x99, 0xd8, 0x41, 0xb5,
0x15, 0x27, 0xba, 0x02, 0x7f, 0x93, 0x69, 0x3f, 0xd2, 0xb5, 0x5f, 0x14, 0x69, 0x5f, 0xae, 0x7b, 0x21, 0x65, 0xfc, 0xe7, 0x28, 0xe8, 0xc2, 0xb9, 0xeb, 0x81, 0x6a, 0xcd, 0x17, 0x8f, 0xf3, 0x57,
0xaf, 0xb4, 0xd7, 0xc9, 0x30, 0x8b, 0x32, 0x71, 0x80, 0xda, 0x73, 0x2a, 0xe4, 0xd7, 0x3c, 0x1e, 0x54, 0x58, 0x9f, 0x28, 0x29, 0xb5, 0xe3, 0x34, 0x10, 0xc9, 0xe2, 0xe2, 0x31, 0xc2, 0x22, 0x70,
0xc1, 0x05, 0x0b, 0xc1, 0xb4, 0xe6, 0x83, 0xd7, 0xf3, 0x57, 0x55, 0x78, 0xef, 0x18, 0x29, 0xed, 0x1e, 0x51, 0x9f, 0xc5, 0x97, 0x13, 0x6c, 0xc5, 0xf7, 0x66, 0x6b, 0x28, 0x36, 0x7c, 0xbc, 0x84,
0xb3, 0x3c, 0x10, 0x29, 0xe2, 0xe2, 0x25, 0xc2, 0x2a, 0x70, 0xc1, 0x69, 0x24, 0xd2, 0xcb, 0x29, 0x46, 0x56, 0x30, 0xe0, 0xcf, 0x51, 0x39, 0x02, 0xca, 0x02, 0xbf, 0x5e, 0x92, 0x8d, 0x4b, 0xfc,
0xb6, 0xda, 0xff, 0x66, 0xeb, 0x1a, 0x36, 0x7c, 0x56, 0x42, 0x23, 0x7b, 0x18, 0xf0, 0xfb, 0xa8, 0x22, 0x32, 0x4a, 0xd4, 0x5f, 0xbc, 0x8b, 0x2a, 0x1e, 0x30, 0x46, 0x1d, 0xa8, 0x97, 0x65, 0xe2,
0xc1, 0x81, 0x8a, 0x38, 0xea, 0xd4, 0x75, 0xe3, 0x32, 0xbf, 0x88, 0x8e, 0x12, 0xf3, 0x17, 0xdf, 0x47, 0x2a, 0xb1, 0x72, 0x12, 0x87, 0xc9, 0xfc, 0x7f, 0xeb, 0x85, 0x86, 0x36, 0x95, 0x55, 0xc7,
0x45, 0xcd, 0x10, 0x84, 0xa0, 0x01, 0x74, 0x1a, 0x3a, 0xf1, 0x2d, 0x93, 0xd8, 0x7c, 0x9c, 0x86, 0x2e, 0xe3, 0xf8, 0xd7, 0xa5, 0xf1, 0x30, 0x1e, 0x77, 0x21, 0x51, 0x2d, 0x87, 0x63, 0x4b, 0x71,
0xc9, 0xf6, 0x7f, 0xff, 0x0f, 0x0b, 0x1d, 0x1b, 0xab, 0xce, 0x98, 0x90, 0xf8, 0xdb, 0xd2, 0x78, 0x6d, 0xcc, 0x23, 0xa9, 0xd1, 0xe8, 0xa2, 0x92, 0xcb, 0xc1, 0x13, 0xc6, 0x17, 0x76, 0x36, 0xdb,
0x38, 0xaf, 0x77, 0x21, 0x55, 0xad, 0x87, 0xe3, 0xb6, 0xe1, 0xba, 0xb5, 0x8d, 0xe4, 0x46, 0x63, 0x3f, 0x3c, 0xeb, 0xd1, 0x5a, 0x35, 0xc5, 0x54, 0x3a, 0x12, 0x98, 0x24, 0x86, 0x6e, 0xfd, 0x9b,
0x84, 0xea, 0x4c, 0x42, 0xa8, 0x8c, 0xaf, 0x9e, 0x1c, 0x0f, 0x3e, 0xbf, 0xd1, 0xa3, 0xf5, 0xda, 0x4f, 0x6e, 0x24, 0xe6, 0x05, 0xff, 0xa7, 0xa1, 0x46, 0xbc, 0x59, 0x0e, 0x7a, 0xbd, 0x08, 0x18,
0x86, 0xa9, 0xfe, 0x48, 0x61, 0x92, 0x14, 0xba, 0xff, 0xeb, 0x51, 0x76, 0x23, 0x35, 0x2f, 0xf8, 0xb3, 0x26, 0x9d, 0xa1, 0x0b, 0x3e, 0xef, 0x1c, 0x1d, 0x12, 0x56, 0xd7, 0xa4, 0x92, 0xd3, 0xa7,
0x37, 0x0b, 0x75, 0xd3, 0x1d, 0xf5, 0x60, 0x3c, 0xe6, 0x20, 0x84, 0xb7, 0x1a, 0xce, 0x19, 0x44, 0x29, 0x39, 0x5b, 0x87, 0x6b, 0xb5, 0x94, 0xb6, 0xc6, 0xda, 0x14, 0x46, 0x1e, 0x90, 0x85, 0x7f,
0x72, 0xf8, 0xe8, 0x21, 0x11, 0x1d, 0x4b, 0x2b, 0x79, 0x72, 0x3d, 0x25, 0xe7, 0x87, 0x70, 0xbd, 0x43, 0x55, 0x06, 0x76, 0x04, 0x9c, 0x40, 0x5f, 0x6d, 0x92, 0xf6, 0x0a, 0x8d, 0xca, 0x06, 0x69,
0xbe, 0xd1, 0xd6, 0x3d, 0x98, 0x22, 0xc8, 0x2b, 0x64, 0xe1, 0xef, 0x50, 0x4b, 0x80, 0xcf, 0x41, 0x40, 0x60, 0xd3, 0x61, 0xbc, 0x90, 0x08, 0xf4, 0x21, 0x02, 0xdf, 0x06, 0xab, 0x36, 0x9b, 0x36,
0x12, 0x98, 0x98, 0x4d, 0x32, 0xd8, 0xa3, 0xd1, 0xd8, 0xa0, 0x0d, 0x88, 0x7d, 0x3a, 0x4f, 0x17, 0xab, 0x67, 0x73, 0x20, 0xb2, 0xc0, 0x6c, 0xbd, 0xd4, 0x50, 0x2d, 0x33, 0xfd, 0xf8, 0x0a, 0x21,
0x12, 0x81, 0x09, 0x70, 0x88, 0x7c, 0xf0, 0xda, 0x9b, 0x75, 0xaf, 0x75, 0xbe, 0x05, 0x22, 0x3b, 0x7b, 0x3e, 0x59, 0xf3, 0xbe, 0xfc, 0xf4, 0x2c, 0x87, 0x92, 0x41, 0x5d, 0x6c, 0xcc, 0x24, 0xc4,
0xcc, 0xfe, 0x9f, 0x16, 0x6a, 0x17, 0xa6, 0x1f, 0x3f, 0x43, 0xc8, 0xdf, 0x4e, 0xd6, 0xb6, 0x2f, 0x48, 0x8a, 0x0d, 0x37, 0x51, 0xe9, 0x2a, 0xf0, 0x81, 0xd5, 0x4b, 0xdb, 0x85, 0x9d, 0xaa, 0x55,
0x5f, 0xde, 0xc8, 0xa1, 0x6c, 0x50, 0x77, 0x1b, 0x33, 0x0b, 0x09, 0x92, 0x63, 0xc3, 0x3d, 0x54, 0x15, 0xae, 0x5e, 0x88, 0x00, 0x89, 0xe3, 0xf1, 0xd3, 0x77, 0xdc, 0xc0, 0x57, 0x2f, 0x3a, 0xf5,
0x7f, 0x16, 0x47, 0x20, 0x3a, 0xf5, 0x3b, 0xd5, 0x93, 0x96, 0xd7, 0x52, 0xae, 0x3e, 0x55, 0x01, 0xf4, 0x45, 0x94, 0xa8, 0xbf, 0xad, 0xbf, 0x35, 0xf4, 0xe9, 0xda, 0x96, 0xe3, 0x36, 0x42, 0x76,
0x92, 0xc6, 0xd3, 0xa7, 0x1f, 0xb0, 0x38, 0x32, 0x2f, 0x3a, 0xf7, 0xf4, 0x55, 0x94, 0x98, 0xbf, 0x72, 0x52, 0x9b, 0x6b, 0x21, 0x2d, 0xf9, 0x43, 0x52, 0x59, 0xf8, 0x7b, 0x54, 0xcb, 0xf8, 0xa4,
0xfd, 0x9f, 0x2d, 0xf4, 0xee, 0xc1, 0x96, 0xe3, 0x01, 0x42, 0x7e, 0x76, 0x32, 0x9b, 0x6b, 0x27, 0x96, 0x56, 0xb2, 0x29, 0x32, 0x6c, 0x24, 0x9b, 0x6b, 0xed, 0x5e, 0xdf, 0xe9, 0xb9, 0x9b, 0x3b,
0x2d, 0xfb, 0x43, 0x72, 0x59, 0xf8, 0x33, 0xd4, 0x2e, 0xf8, 0x64, 0x96, 0x56, 0xb6, 0x29, 0x0a, 0x3d, 0x77, 0x7b, 0xa7, 0xe7, 0xfe, 0x9a, 0xe9, 0xda, 0xf5, 0x4c, 0xd7, 0x6e, 0x66, 0xba, 0xf6,
0x6c, 0xa4, 0x98, 0xeb, 0xdd, 0xbd, 0xbc, 0xb2, 0x2b, 0xcf, 0xaf, 0xec, 0xca, 0x8b, 0x2b, 0xbb, 0x6a, 0xa6, 0x6b, 0xff, 0xbc, 0xd6, 0x73, 0x17, 0x15, 0xd5, 0xb3, 0x37, 0x01, 0x00, 0x00, 0xff,
0xf2, 0xd3, 0xc6, 0xb6, 0x2e, 0x37, 0xb6, 0xf5, 0x7c, 0x63, 0x5b, 0x7f, 0x6d, 0x6c, 0xeb, 0x97, 0xff, 0x1d, 0x7e, 0xd9, 0xbe, 0x88, 0x08, 0x00, 0x00,
0xbf, 0xed, 0xca, 0xd3, 0xa6, 0xe9, 0xd9, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xce, 0x47, 0x11,
0x28, 0xd2, 0x08, 0x00, 0x00,
} }

View File

@ -26,7 +26,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
import "k8s.io/kubernetes/pkg/api/v1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".

View File

@ -395,12 +395,12 @@ staging/src/k8s.io/kube-aggregator
staging/src/k8s.io/kube-aggregator/pkg/apis/apiregistration/install staging/src/k8s.io/kube-aggregator/pkg/apis/apiregistration/install
staging/src/k8s.io/kube-aggregator/pkg/client/informers/externalversions staging/src/k8s.io/kube-aggregator/pkg/client/informers/externalversions
staging/src/k8s.io/kube-aggregator/pkg/client/informers/externalversions/apiregistration staging/src/k8s.io/kube-aggregator/pkg/client/informers/externalversions/apiregistration
staging/src/k8s.io/kube-aggregator/pkg/client/informers/externalversions/apiregistration/v1alpha1 staging/src/k8s.io/kube-aggregator/pkg/client/informers/externalversions/apiregistration/v1beta1
staging/src/k8s.io/kube-aggregator/pkg/client/informers/internalversion staging/src/k8s.io/kube-aggregator/pkg/client/informers/internalversion
staging/src/k8s.io/kube-aggregator/pkg/client/informers/internalversion/apiregistration staging/src/k8s.io/kube-aggregator/pkg/client/informers/internalversion/apiregistration
staging/src/k8s.io/kube-aggregator/pkg/client/informers/internalversion/apiregistration/internalversion staging/src/k8s.io/kube-aggregator/pkg/client/informers/internalversion/apiregistration/internalversion
staging/src/k8s.io/kube-aggregator/pkg/client/listers/apiregistration/internalversion staging/src/k8s.io/kube-aggregator/pkg/client/listers/apiregistration/internalversion
staging/src/k8s.io/kube-aggregator/pkg/client/listers/apiregistration/v1alpha1 staging/src/k8s.io/kube-aggregator/pkg/client/listers/apiregistration/v1beta1
staging/src/k8s.io/kube-aggregator/pkg/controllers staging/src/k8s.io/kube-aggregator/pkg/controllers
staging/src/k8s.io/kube-apiextensions-server staging/src/k8s.io/kube-apiextensions-server
staging/src/k8s.io/kube-apiextensions-server/pkg/apis/apiextensions/install staging/src/k8s.io/kube-apiextensions-server/pkg/apis/apiextensions/install

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1"; option go_package = "v1";

View File

@ -3855,103 +3855,101 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 1556 bytes of a gzipped FileDescriptorProto // 1525 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x58, 0x4b, 0x6f, 0x1b, 0xb7, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x58, 0xcb, 0x6f, 0x5b, 0xc5,
0x16, 0xf6, 0xd8, 0x96, 0x2d, 0xd3, 0xb1, 0x1c, 0xd3, 0xbe, 0xb1, 0xae, 0x73, 0x21, 0x07, 0x5a, 0x17, 0xce, 0x4d, 0xec, 0xc4, 0x99, 0x34, 0x4e, 0x33, 0xc9, 0xaf, 0xf1, 0x2f, 0x45, 0x4e, 0xe5,
0xe4, 0x71, 0x91, 0x8c, 0x6a, 0x27, 0x6d, 0x1e, 0x6e, 0x83, 0x5a, 0x49, 0x9a, 0xa4, 0xb0, 0x9b, 0x45, 0x1f, 0xa8, 0xbd, 0xa6, 0x69, 0xa1, 0x8f, 0x40, 0x45, 0xdc, 0x96, 0x52, 0x94, 0xd0, 0x6a,
0x80, 0xb2, 0x83, 0x26, 0x4d, 0x81, 0x52, 0xd2, 0xc9, 0x98, 0xf1, 0xbc, 0x30, 0xa4, 0x04, 0x6b, 0xec, 0x54, 0xb4, 0x14, 0x89, 0xb1, 0x3d, 0xbd, 0x9d, 0xfa, 0xbe, 0x74, 0x67, 0x6c, 0xc5, 0x3b,
0xd7, 0x4d, 0x17, 0x05, 0xba, 0xe8, 0xaa, 0xbb, 0xa2, 0xfb, 0xa2, 0x40, 0x77, 0xfd, 0x0d, 0x46, 0x36, 0x2c, 0x90, 0x58, 0xb0, 0x62, 0x87, 0xd8, 0x23, 0x24, 0x76, 0xfc, 0x0d, 0x11, 0x6c, 0xba,
0xbb, 0xc9, 0xb2, 0xe8, 0xc2, 0xa8, 0x9d, 0x7f, 0x91, 0x55, 0x31, 0x1c, 0xce, 0x4b, 0x23, 0xf9, 0x44, 0x2c, 0x22, 0xe2, 0xfe, 0x17, 0x5d, 0xa1, 0x99, 0x3b, 0xf7, 0xe5, 0x6b, 0x27, 0x8e, 0x11,
0xa1, 0xa2, 0xd9, 0x74, 0xa7, 0x21, 0xcf, 0xf7, 0x9d, 0x43, 0xf2, 0x3b, 0x87, 0x87, 0x42, 0xd7, 0xdd, 0xb0, 0xf3, 0x9d, 0x39, 0xdf, 0x77, 0xce, 0xcc, 0x7c, 0xe7, 0xcc, 0x19, 0x83, 0x6b, 0xad,
0xb7, 0x6f, 0x70, 0x9d, 0x39, 0x95, 0xed, 0x56, 0x1d, 0x3c, 0x1b, 0x04, 0xf0, 0x8a, 0xbb, 0x6d, 0xeb, 0x4c, 0xa7, 0x4e, 0xb9, 0xd5, 0xae, 0x13, 0xcf, 0x26, 0x9c, 0xb0, 0xb2, 0xdb, 0x32, 0xca,
0x54, 0xa8, 0xcb, 0x78, 0x85, 0xba, 0x2e, 0xaf, 0xb4, 0x97, 0xea, 0x20, 0xe8, 0x52, 0xc5, 0x00, 0xd8, 0xa5, 0xac, 0x8c, 0x5d, 0x97, 0x95, 0x3b, 0x97, 0xeb, 0x84, 0xe3, 0xcb, 0x65, 0x83, 0xd8,
0x1b, 0x3c, 0x2a, 0xa0, 0xa9, 0xbb, 0x9e, 0x23, 0x1c, 0x7c, 0x21, 0x00, 0xea, 0x31, 0x50, 0x77, 0xc4, 0xc3, 0x9c, 0x34, 0x75, 0xd7, 0x73, 0xb8, 0x03, 0xcf, 0xf9, 0x40, 0x3d, 0x02, 0xea, 0x6e,
0xb7, 0x0d, 0xdd, 0x07, 0xea, 0x3e, 0x50, 0x57, 0xc0, 0x85, 0x2b, 0x06, 0x13, 0x5b, 0xad, 0xba, 0xcb, 0xd0, 0x05, 0x50, 0x17, 0x40, 0x5d, 0x01, 0x57, 0x2f, 0x19, 0x94, 0x3f, 0x6f, 0xd7, 0xf5,
0xde, 0x70, 0xac, 0x8a, 0xe1, 0x18, 0x4e, 0x45, 0xe2, 0xeb, 0xad, 0x17, 0xf2, 0x4b, 0x7e, 0xc8, 0x86, 0x63, 0x95, 0x0d, 0xc7, 0x70, 0xca, 0x12, 0x5f, 0x6f, 0x3f, 0x93, 0x5f, 0xf2, 0x43, 0xfe,
0x5f, 0x01, 0xef, 0xc2, 0x35, 0x15, 0x10, 0x75, 0x99, 0x45, 0x1b, 0x5b, 0xcc, 0x06, 0xaf, 0x13, 0xf2, 0x79, 0x57, 0xaf, 0xaa, 0x80, 0xb0, 0x4b, 0x2d, 0xdc, 0x78, 0x4e, 0x6d, 0xe2, 0x75, 0xa3,
0x87, 0x64, 0x81, 0xa0, 0x95, 0x76, 0x26, 0x9a, 0x85, 0x4a, 0x3f, 0x94, 0xd7, 0xb2, 0x05, 0xb3, 0x90, 0x2c, 0xc2, 0x71, 0xb9, 0x93, 0x8a, 0x66, 0xb5, 0x3c, 0x0c, 0xe5, 0xb5, 0x6d, 0x4e, 0x2d,
0x20, 0x03, 0x78, 0xef, 0x28, 0x00, 0x6f, 0x6c, 0x81, 0x45, 0x33, 0xb8, 0xab, 0xfd, 0x70, 0x2d, 0x92, 0x02, 0xbc, 0x77, 0x14, 0x80, 0x35, 0x9e, 0x13, 0x0b, 0xa7, 0x70, 0x57, 0x86, 0xe1, 0xda,
0xc1, 0xcc, 0x0a, 0xb3, 0x05, 0x17, 0x5e, 0x06, 0x94, 0x58, 0x13, 0x07, 0xaf, 0x0d, 0x5e, 0xbc, 0x9c, 0x9a, 0x65, 0x6a, 0x73, 0xc6, 0xbd, 0x14, 0x28, 0xb6, 0x26, 0x46, 0xbc, 0x0e, 0xf1, 0xa2,
0x20, 0xd8, 0xa1, 0x96, 0x6b, 0x42, 0xaf, 0x35, 0x3d, 0x48, 0x1c, 0xcd, 0x15, 0x6a, 0x18, 0x1e, 0x05, 0x91, 0x5d, 0x6c, 0xb9, 0x26, 0x19, 0xb4, 0xa6, 0x8b, 0x43, 0x8f, 0x66, 0x90, 0xf5, 0x07,
0x18, 0x54, 0x38, 0x5e, 0xf2, 0x7c, 0x98, 0x07, 0x06, 0xe3, 0xc2, 0xa3, 0x82, 0x39, 0x76, 0xa5, 0x87, 0x1c, 0x24, 0xd9, 0xe5, 0xc4, 0x66, 0xd4, 0xb1, 0x87, 0x1e, 0x67, 0xe9, 0xe7, 0x49, 0x00,
0xbd, 0x44, 0x4d, 0x77, 0x2b, 0x7b, 0x56, 0x0b, 0x97, 0xfb, 0x1e, 0x72, 0x2f, 0xbf, 0x1f, 0x1c, 0xee, 0x10, 0xd7, 0x74, 0xba, 0x16, 0xb1, 0x39, 0xfc, 0x12, 0xe4, 0xc4, 0x56, 0x37, 0x31, 0xc7,
0x22, 0x09, 0xd8, 0x11, 0x60, 0x73, 0xe6, 0xd8, 0x7d, 0x85, 0x51, 0xfe, 0x69, 0x18, 0xa1, 0xbb, 0x05, 0xed, 0x8c, 0x76, 0x7e, 0x6e, 0xfd, 0x1d, 0x5d, 0x1d, 0x78, 0x7c, 0xe5, 0xd1, 0x91, 0x0b,
0xe0, 0x9a, 0x4e, 0xc7, 0x02, 0x5b, 0xe0, 0x2f, 0x50, 0xde, 0x3f, 0xb4, 0x26, 0x15, 0xb4, 0xa8, 0x6b, 0xbd, 0x73, 0x59, 0x7f, 0x50, 0x7f, 0x41, 0x1a, 0x7c, 0x9b, 0x70, 0x5c, 0x81, 0x7b, 0xfb,
0x9d, 0xd3, 0x2e, 0x4e, 0x2e, 0xbf, 0xa3, 0x2b, 0xe9, 0x24, 0xf7, 0x30, 0x16, 0x8f, 0x6f, 0xad, 0x6b, 0x13, 0xbd, 0xfd, 0x35, 0x10, 0x8d, 0xa1, 0x90, 0x15, 0x3e, 0x06, 0x19, 0xe6, 0x92, 0x46,
0xb7, 0x97, 0xf4, 0x47, 0xf5, 0x97, 0xd0, 0x10, 0xeb, 0x20, 0x68, 0x15, 0xef, 0xee, 0x2d, 0x0e, 0x61, 0x52, 0xb2, 0x5f, 0xd3, 0x47, 0x94, 0x93, 0x1e, 0x05, 0x59, 0x75, 0x49, 0xa3, 0x72, 0x42,
0x1d, 0xec, 0x2d, 0xa2, 0x78, 0x8c, 0x44, 0xac, 0xf8, 0x29, 0x1a, 0xe5, 0x2e, 0x34, 0x8a, 0xc3, 0x39, 0xc9, 0x88, 0x2f, 0x24, 0x29, 0x21, 0x06, 0xd3, 0x8c, 0x63, 0xde, 0x66, 0x85, 0x29, 0x49,
0x92, 0xfd, 0xba, 0x7e, 0x4c, 0x61, 0xea, 0x71, 0x90, 0x35, 0x17, 0x1a, 0xd5, 0x53, 0xca, 0xc9, 0x7e, 0x63, 0x1c, 0x72, 0x49, 0x50, 0xc9, 0x2b, 0xfa, 0x69, 0xff, 0x1b, 0x29, 0xe2, 0xd2, 0xc1,
0xa8, 0xff, 0x45, 0x24, 0x25, 0xa6, 0x68, 0x8c, 0x0b, 0x2a, 0x5a, 0xbc, 0x38, 0x22, 0xc9, 0x6f, 0x14, 0x58, 0x8a, 0x8c, 0x6f, 0x3b, 0x76, 0x93, 0x72, 0xea, 0xd8, 0x70, 0x03, 0x64, 0x78, 0xd7,
0x0e, 0x42, 0x2e, 0x09, 0xaa, 0x05, 0x45, 0x3f, 0x16, 0x7c, 0x13, 0x45, 0x5c, 0xde, 0x1f, 0x41, 0x25, 0x72, 0xcf, 0x66, 0x2b, 0xe7, 0x82, 0xe0, 0x6a, 0x5d, 0x97, 0xbc, 0xde, 0x5f, 0x5b, 0x19,
0xb3, 0xb1, 0xf1, 0x1d, 0xc7, 0x6e, 0x32, 0xff, 0x30, 0xf1, 0x0a, 0x1a, 0x15, 0x1d, 0x17, 0xe4, 0x00, 0x11, 0x53, 0x48, 0x82, 0xe0, 0xa3, 0x30, 0xee, 0x49, 0x09, 0xbf, 0x95, 0x74, 0xfe, 0x7a,
0x9e, 0x4d, 0x54, 0x2f, 0x84, 0xc1, 0x6d, 0x74, 0x5c, 0x78, 0xb3, 0xb7, 0x38, 0xdf, 0x03, 0xe2, 0x7f, 0xed, 0x50, 0x49, 0xe8, 0x21, 0x67, 0x32, 0x58, 0x78, 0x16, 0x4c, 0x7b, 0x04, 0x33, 0xc7,
0x4f, 0x11, 0x09, 0xc2, 0x4f, 0xa2, 0xb8, 0x87, 0x25, 0xfc, 0x76, 0xda, 0xf9, 0x9b, 0xbd, 0xc5, 0x2e, 0x64, 0x24, 0x6f, 0xb8, 0x28, 0x24, 0x47, 0x91, 0x9a, 0x85, 0x17, 0xc0, 0x8c, 0x45, 0x18,
0x43, 0x25, 0xa1, 0x47, 0x9c, 0xe9, 0x60, 0xf1, 0x79, 0x34, 0xe6, 0x01, 0xe5, 0x8e, 0x5d, 0x1c, 0xc3, 0x06, 0x29, 0x64, 0xa5, 0xe1, 0x82, 0x32, 0x9c, 0xd9, 0xf6, 0x87, 0x51, 0x30, 0x0f, 0x5f,
0x95, 0xbc, 0xd1, 0xa2, 0x88, 0x1c, 0x25, 0x6a, 0x16, 0x5f, 0x42, 0xe3, 0x16, 0x70, 0x4e, 0x0d, 0x80, 0xbc, 0x89, 0x19, 0xdf, 0x71, 0x9b, 0x98, 0x93, 0x1a, 0xb5, 0x48, 0x61, 0x5a, 0x6e, 0xf5,
0x28, 0xe6, 0xa4, 0xe1, 0xb4, 0x32, 0x1c, 0x5f, 0x0f, 0x86, 0x49, 0x38, 0x8f, 0x5f, 0xa2, 0x82, 0xdb, 0xa3, 0xa9, 0x44, 0x20, 0x2a, 0xa7, 0x14, 0x7b, 0x7e, 0x2b, 0xc1, 0x84, 0xfa, 0x98, 0x61,
0x49, 0xb9, 0xd8, 0x74, 0x9b, 0x54, 0xc0, 0x06, 0xb3, 0xa0, 0x38, 0x26, 0xb7, 0xfa, 0xff, 0xc7, 0x07, 0x40, 0x31, 0x52, 0xf3, 0xb0, 0xcd, 0xfc, 0x2d, 0x13, 0xfe, 0x66, 0x8e, 0xed, 0x6f, 0x55,
0x53, 0x89, 0x8f, 0xa8, 0x9e, 0x51, 0xec, 0x85, 0xb5, 0x14, 0x13, 0xe9, 0x62, 0xc6, 0x6d, 0x84, 0xf9, 0x83, 0x5b, 0x29, 0x36, 0x34, 0xc0, 0x43, 0x69, 0x4f, 0x03, 0xf9, 0xe8, 0xc0, 0xb6, 0x28,
0xfd, 0x91, 0x0d, 0x8f, 0xda, 0x3c, 0xd8, 0x32, 0xdf, 0xdf, 0xf8, 0x89, 0xfd, 0x2d, 0x28, 0x7f, 0xe3, 0xf0, 0x69, 0x2a, 0x2d, 0xf4, 0xd1, 0x02, 0x10, 0x68, 0x99, 0x14, 0x27, 0x55, 0x10, 0xb9,
0x78, 0x2d, 0xc3, 0x46, 0x7a, 0x78, 0x28, 0xef, 0x6a, 0xa8, 0x10, 0x1f, 0xd8, 0x1a, 0xe3, 0x02, 0x60, 0x24, 0x96, 0x12, 0x9f, 0x81, 0x2c, 0xe5, 0xc4, 0x12, 0xc7, 0x3f, 0x75, 0x7e, 0x6e, 0xfd,
0x3f, 0xcf, 0xa4, 0x85, 0x7e, 0xbc, 0x00, 0x7c, 0xb4, 0x4c, 0x8a, 0xd3, 0x2a, 0x88, 0x7c, 0x38, 0xca, 0x18, 0xb2, 0xad, 0xcc, 0x2b, 0xfe, 0xec, 0x7d, 0xc1, 0x84, 0x7c, 0xc2, 0xd2, 0xb7, 0x53,
0x92, 0x48, 0x89, 0x4f, 0x51, 0x8e, 0x09, 0xb0, 0xfc, 0xe3, 0x1f, 0xb9, 0x38, 0xb9, 0x7c, 0x75, 0x00, 0x46, 0x46, 0xc8, 0x31, 0xcd, 0x3a, 0x6e, 0xb4, 0xe0, 0x19, 0x90, 0xb1, 0xb1, 0x15, 0xa8,
0x00, 0xd9, 0x56, 0xa7, 0x14, 0x7f, 0xee, 0xa1, 0xcf, 0x44, 0x02, 0xc2, 0xf2, 0x37, 0x23, 0x08, 0x35, 0x4c, 0xa5, 0x4f, 0xb1, 0x45, 0x90, 0x9c, 0x81, 0x3f, 0x6a, 0x00, 0xb6, 0xe5, 0x51, 0x34,
0xc7, 0x46, 0xc4, 0x31, 0xcd, 0x3a, 0x6d, 0x6c, 0xe3, 0x73, 0x68, 0xd4, 0xa6, 0x56, 0xa8, 0xd6, 0x37, 0x6d, 0xdb, 0xe1, 0x58, 0xec, 0x4e, 0x10, 0x60, 0x75, 0x8c, 0x00, 0x03, 0xdf, 0xfa, 0x4e,
0x28, 0x95, 0x3e, 0xa1, 0x16, 0x10, 0x39, 0x83, 0x7f, 0xd0, 0x10, 0x6e, 0xc9, 0xa3, 0x68, 0xae, 0x8a, 0xf5, 0xae, 0xcd, 0xbd, 0x6e, 0x74, 0x4a, 0x69, 0x03, 0x34, 0x20, 0x14, 0xd8, 0x02, 0xc0,
0xda, 0xb6, 0x23, 0x64, 0xc9, 0x0a, 0x03, 0xac, 0x0d, 0x10, 0x60, 0xe8, 0x5b, 0xdf, 0xcc, 0xb0, 0x53, 0x9c, 0x35, 0x47, 0x25, 0xfc, 0xe8, 0xd5, 0x24, 0x08, 0xe7, 0xb6, 0x63, 0x3f, 0xa3, 0x46,
0xde, 0xb3, 0x85, 0xd7, 0x89, 0x4f, 0x29, 0x6b, 0x40, 0x7a, 0x84, 0x82, 0xb7, 0x11, 0xf2, 0x14, 0x54, 0xb2, 0x50, 0x48, 0x89, 0x62, 0xf4, 0xab, 0x77, 0xc1, 0xca, 0x90, 0xb8, 0xe1, 0x49, 0x30,
0xe7, 0x86, 0xa3, 0x12, 0xfe, 0xf8, 0xd5, 0x24, 0x0c, 0xe7, 0x8e, 0x63, 0xbf, 0x60, 0x46, 0x5c, 0xd5, 0x22, 0x5d, 0x7f, 0x2b, 0x91, 0xf8, 0x09, 0x97, 0x41, 0xb6, 0x83, 0xcd, 0x36, 0xf1, 0xb3,
0xb2, 0x48, 0x44, 0x49, 0x12, 0xf4, 0x0b, 0xf7, 0xd0, 0x7c, 0x9f, 0xb8, 0xf1, 0x69, 0x34, 0xb2, 0x19, 0xf9, 0x1f, 0x37, 0x27, 0xaf, 0x6b, 0xa5, 0x3f, 0xb3, 0x71, 0x65, 0x89, 0xca, 0x05, 0xcf,
0x0d, 0x9d, 0x60, 0x2b, 0x89, 0xff, 0x13, 0xcf, 0xa1, 0x5c, 0x9b, 0x9a, 0x2d, 0x08, 0xb2, 0x99, 0x83, 0x9c, 0x47, 0x5c, 0x93, 0x36, 0x30, 0x93, 0x1c, 0xd9, 0xca, 0x09, 0xa1, 0x12, 0xa4, 0xc6,
0x04, 0x1f, 0xb7, 0x86, 0x6f, 0x68, 0xe5, 0x3f, 0x72, 0x49, 0x65, 0xf9, 0x95, 0x0b, 0x5f, 0x44, 0x50, 0x38, 0x0b, 0xbf, 0x00, 0x39, 0x46, 0x4c, 0xd2, 0xe0, 0x8e, 0xa7, 0x8a, 0xe7, 0x95, 0x11,
0x79, 0x0f, 0x5c, 0x93, 0x35, 0x28, 0x97, 0x1c, 0xb9, 0xea, 0x29, 0x5f, 0x25, 0x44, 0x8d, 0x91, 0x35, 0x88, 0xeb, 0xc4, 0xac, 0x2a, 0xa8, 0x4f, 0x1f, 0x7c, 0xa1, 0x90, 0x12, 0x7e, 0x0e, 0x72,
0x68, 0x16, 0x7f, 0x8e, 0xf2, 0x1c, 0x4c, 0x68, 0x08, 0xc7, 0x53, 0xc5, 0xf3, 0xea, 0x31, 0x35, 0x9c, 0x58, 0xae, 0x89, 0x39, 0x51, 0xbb, 0x79, 0x69, 0xf8, 0x6e, 0x0a, 0xda, 0x87, 0x4e, 0xb3,
0x48, 0xeb, 0x60, 0xd6, 0x14, 0x34, 0xa0, 0x0f, 0xbf, 0x48, 0x44, 0x89, 0x3f, 0x43, 0x79, 0x01, 0xa6, 0x00, 0xb2, 0x22, 0x87, 0x0a, 0x0f, 0x46, 0x51, 0x48, 0x08, 0x29, 0xc8, 0x31, 0x2e, 0xae,
0x96, 0x6b, 0x52, 0x01, 0x6a, 0x37, 0xaf, 0xf4, 0xdf, 0x4d, 0x9f, 0xf6, 0xb1, 0xd3, 0xdc, 0x50, 0x1d, 0xa3, 0x2b, 0x6b, 0xd1, 0xdc, 0xfa, 0xc6, 0x58, 0xb5, 0xd9, 0xa7, 0x88, 0x5c, 0x05, 0x23,
0x00, 0x59, 0x91, 0x23, 0x85, 0x87, 0xa3, 0x24, 0x22, 0xc4, 0x0c, 0xe5, 0xe5, 0xbd, 0x07, 0x46, 0x28, 0xa4, 0x87, 0x9b, 0x60, 0xc1, 0xa2, 0x36, 0x22, 0xb8, 0xd9, 0xad, 0x92, 0x86, 0x63, 0x37,
0x47, 0xd6, 0xa2, 0xc9, 0xe5, 0x95, 0x81, 0x6a, 0x73, 0x40, 0x11, 0xbb, 0x0a, 0x47, 0x48, 0x44, 0x99, 0x2c, 0x6a, 0xd9, 0xca, 0x8a, 0x02, 0x2d, 0x6c, 0x27, 0xa7, 0x51, 0xbf, 0x3d, 0xdc, 0x02,
0x8f, 0x57, 0xd1, 0xb4, 0xc5, 0x6c, 0x02, 0xb4, 0xd9, 0xa9, 0x41, 0xc3, 0xb1, 0x9b, 0x5c, 0x16, 0xcb, 0x1e, 0xe9, 0x50, 0x71, 0x71, 0x7e, 0x4c, 0x19, 0x77, 0xbc, 0xee, 0x16, 0xb5, 0x28, 0x97,
0xb5, 0x5c, 0x75, 0x5e, 0x81, 0xa6, 0xd7, 0xd3, 0xd3, 0xa4, 0xdb, 0x1e, 0xaf, 0xa1, 0x39, 0x0f, 0xa5, 0x2e, 0x5b, 0x29, 0xf4, 0xf6, 0xd7, 0x96, 0xd1, 0x80, 0x79, 0x34, 0x10, 0x25, 0xaa, 0xb0,
0xda, 0xcc, 0xbf, 0x38, 0x1f, 0x30, 0x2e, 0x1c, 0xaf, 0xb3, 0xc6, 0x2c, 0x26, 0x64, 0xa9, 0xcb, 0x8b, 0xdb, 0x8c, 0x34, 0x65, 0xe9, 0xca, 0x45, 0x55, 0xf8, 0xa1, 0x1c, 0x45, 0x6a, 0x16, 0x1a,
0x55, 0x8b, 0x07, 0x7b, 0x8b, 0x73, 0xa4, 0xc7, 0x3c, 0xe9, 0x89, 0xf2, 0xab, 0xb0, 0x4b, 0x5b, 0x09, 0x41, 0xe7, 0xfe, 0x99, 0xa0, 0xf3, 0xc3, 0xc5, 0x0c, 0x77, 0xc0, 0x8a, 0xeb, 0x39, 0x86,
0x1c, 0x9a, 0xb2, 0x74, 0xe5, 0xe3, 0x2a, 0xfc, 0x58, 0x8e, 0x12, 0x35, 0x8b, 0x8d, 0x94, 0xa0, 0x47, 0x18, 0xbb, 0x43, 0x70, 0xd3, 0xa4, 0x36, 0x09, 0x76, 0x6a, 0x56, 0xae, 0xf0, 0x74, 0x6f,
0xf3, 0x7f, 0x4f, 0xd0, 0x85, 0xfe, 0x62, 0xc6, 0x9b, 0x68, 0xde, 0xf5, 0x1c, 0xc3, 0x03, 0xce, 0x7f, 0x6d, 0xe5, 0xe1, 0x60, 0x13, 0x34, 0x0c, 0x5b, 0xfa, 0x3e, 0x03, 0x4e, 0xf6, 0xdf, 0xa3,
0xef, 0x02, 0x6d, 0x9a, 0xcc, 0x86, 0x70, 0xa7, 0x26, 0xe4, 0x0a, 0xcf, 0x1e, 0xec, 0x2d, 0xce, 0xf0, 0x13, 0x00, 0x9d, 0xba, 0xec, 0x7d, 0x9a, 0xf7, 0xfc, 0xce, 0x83, 0x3a, 0xb6, 0x14, 0xfa,
0x3f, 0xee, 0x6d, 0x42, 0xfa, 0x61, 0xcb, 0xdf, 0x8d, 0xa2, 0xd3, 0xdd, 0xf7, 0x28, 0xfe, 0x18, 0x54, 0x94, 0xf1, 0x0f, 0x52, 0x16, 0x68, 0x00, 0x0a, 0x5e, 0x8c, 0xa5, 0xca, 0xa4, 0x0c, 0x34,
0x61, 0xa7, 0x2e, 0xbb, 0xa8, 0xe6, 0xfd, 0xa0, 0xf3, 0x60, 0x8e, 0x2d, 0x85, 0x3e, 0x12, 0x67, 0xd4, 0xc1, 0x80, 0x74, 0xd9, 0x04, 0x0b, 0xaa, 0x6a, 0x04, 0x93, 0x52, 0xd6, 0x31, 0x1d, 0xec,
0xfc, 0xa3, 0x8c, 0x05, 0xe9, 0x81, 0xc2, 0x97, 0x13, 0xa9, 0x32, 0x2c, 0x03, 0x8d, 0x74, 0xd0, 0x24, 0xa7, 0x51, 0xbf, 0x3d, 0xbc, 0x07, 0x16, 0x71, 0x07, 0x53, 0x13, 0xd7, 0x4d, 0x12, 0x92,
0x23, 0x5d, 0x56, 0xd1, 0xb4, 0xaa, 0x1a, 0xe1, 0xa4, 0x94, 0x75, 0x42, 0x07, 0x9b, 0xe9, 0x69, 0x64, 0x24, 0xc9, 0xff, 0x15, 0xc9, 0xe2, 0x66, 0xbf, 0x01, 0x4a, 0x63, 0xe0, 0x36, 0x58, 0x6a,
0xd2, 0x6d, 0x8f, 0xef, 0xa3, 0x19, 0xda, 0xa6, 0xcc, 0xa4, 0x75, 0x13, 0x22, 0x92, 0x51, 0x49, 0xdb, 0x69, 0x2a, 0x5f, 0x97, 0xa7, 0x15, 0xd5, 0xd2, 0x4e, 0xda, 0x04, 0x0d, 0xc2, 0x41, 0x17,
0xf2, 0x5f, 0x45, 0x32, 0xb3, 0xda, 0x6d, 0x40, 0xb2, 0x18, 0xbc, 0x8e, 0x66, 0x5b, 0x76, 0x96, 0x80, 0x46, 0x70, 0xe5, 0xb3, 0xc2, 0xb4, 0xac, 0xc9, 0xef, 0x8f, 0x91, 0x4f, 0x61, 0xdf, 0x10,
0x2a, 0xd0, 0xe5, 0x59, 0x45, 0x35, 0xbb, 0x99, 0x35, 0x21, 0xbd, 0x70, 0xd8, 0x45, 0xa8, 0x11, 0xd5, 0xbf, 0x70, 0x88, 0xa1, 0x98, 0x0f, 0xb8, 0x01, 0xe6, 0x3d, 0x91, 0x21, 0x61, 0xe8, 0x33,
0x5e, 0xf9, 0xbc, 0x38, 0x26, 0x6b, 0xf2, 0xfb, 0x03, 0xe4, 0x53, 0xd4, 0x37, 0xc4, 0xf5, 0x2f, 0x32, 0xf4, 0xff, 0x29, 0xd8, 0x3c, 0x8a, 0x4f, 0xa2, 0xa4, 0x6d, 0xe9, 0x77, 0x2d, 0x7e, 0x09,
0x1a, 0xe2, 0x24, 0xe1, 0x03, 0xaf, 0xa0, 0x29, 0xcf, 0xcf, 0x90, 0x28, 0xf4, 0x71, 0x19, 0xfa, 0x05, 0x29, 0x0b, 0x6f, 0x26, 0x5a, 0xa6, 0xb3, 0x7d, 0x2d, 0xd3, 0xa9, 0x34, 0x22, 0xd6, 0x31,
0x7f, 0x14, 0x6c, 0x8a, 0x24, 0x27, 0x49, 0xda, 0xb6, 0xfc, 0x9b, 0x96, 0xbc, 0x84, 0xc2, 0x94, 0x75, 0xc1, 0xbc, 0x10, 0x34, 0xb5, 0x0d, 0xff, 0x10, 0x55, 0x41, 0xfc, 0xf0, 0x58, 0xe9, 0x12,
0xc5, 0xb7, 0x52, 0x2d, 0xd3, 0xf9, 0xae, 0x96, 0xe9, 0x4c, 0x16, 0x91, 0xe8, 0x98, 0x3a, 0x68, 0xa2, 0x63, 0xd7, 0xe8, 0xa2, 0x5c, 0x4d, 0x7c, 0x12, 0x25, 0x3d, 0x95, 0x6e, 0x81, 0x7c, 0x32,
0xca, 0x17, 0x34, 0xb3, 0x8d, 0xe0, 0x10, 0x55, 0x41, 0xfc, 0xf0, 0x44, 0xe9, 0x12, 0xa1, 0x13, 0xd7, 0x7c, 0x5d, 0xfa, 0x89, 0xaf, 0x94, 0x1d, 0xd3, 0xa5, 0x3f, 0x8e, 0x42, 0x8b, 0xd2, 0x2b,
0xd7, 0xe8, 0x8c, 0x5c, 0x4d, 0x72, 0x92, 0xa4, 0x3d, 0x95, 0x6f, 0xa3, 0x42, 0x3a, 0xd7, 0x02, 0x0d, 0xac, 0x0c, 0xf1, 0x0e, 0x4d, 0x90, 0xb7, 0xf0, 0x6e, 0x4c, 0x07, 0x47, 0xf6, 0xe0, 0xe2,
0x5d, 0x06, 0x89, 0xaf, 0x94, 0x9d, 0xd0, 0x65, 0x30, 0x4e, 0x22, 0x8b, 0xf2, 0x6b, 0x0d, 0xcd, 0xf5, 0xa1, 0xfb, 0xaf, 0x0f, 0xfd, 0xbe, 0xcd, 0x1f, 0x78, 0x55, 0xee, 0x51, 0xdb, 0xa8, 0x40,
0xf7, 0xf1, 0x8e, 0x4d, 0x54, 0xb0, 0xe8, 0x4e, 0x42, 0x07, 0x47, 0xf6, 0xe0, 0xfe, 0x3b, 0x46, 0xd1, 0x5f, 0x6d, 0x27, 0xb8, 0x50, 0x1f, 0x37, 0x7c, 0x02, 0x72, 0x16, 0xde, 0xad, 0xb6, 0x3d,
0x0f, 0xde, 0x31, 0xfa, 0x43, 0x5b, 0x3c, 0xf2, 0x6a, 0xc2, 0x63, 0xb6, 0x51, 0xc5, 0x7e, 0x7f, 0x23, 0xd8, 0xbf, 0xe3, 0xfb, 0x91, 0xb7, 0xc9, 0xb6, 0x62, 0x41, 0x21, 0x5f, 0xe9, 0x87, 0x49,
0xb5, 0x9e, 0xe2, 0x22, 0x5d, 0xdc, 0xf8, 0x19, 0xca, 0x5b, 0x74, 0xa7, 0xd6, 0xf2, 0x8c, 0x70, 0x90, 0xad, 0x36, 0xb0, 0x49, 0xde, 0xc0, 0x8b, 0xa2, 0x96, 0x78, 0x51, 0xac, 0x8f, 0xac, 0x01,
0xff, 0x4e, 0xee, 0x47, 0xde, 0x26, 0xeb, 0x8a, 0x85, 0x44, 0x7c, 0xe5, 0xef, 0x87, 0x51, 0xae, 0x19, 0xdf, 0xd0, 0xc7, 0xc4, 0xd3, 0xbe, 0xc7, 0xc4, 0xd5, 0x63, 0xf2, 0x1e, 0xfe, 0x8e, 0xb8,
0xd6, 0xa0, 0x26, 0xbc, 0x85, 0x17, 0xc5, 0x46, 0xea, 0x45, 0xb1, 0x7c, 0x6c, 0x0d, 0xc8, 0xf8, 0x01, 0x66, 0x43, 0xf7, 0x89, 0xc2, 0xa6, 0x1d, 0x55, 0xd8, 0x4a, 0x3f, 0x4d, 0x82, 0xb9, 0x98,
0xfa, 0x3e, 0x26, 0x9e, 0x77, 0x3d, 0x26, 0xae, 0x9d, 0x90, 0xf7, 0xf0, 0x77, 0xc4, 0x4d, 0x34, 0x8b, 0xe3, 0xa1, 0xa1, 0x9b, 0xe8, 0x22, 0x44, 0xe5, 0xa8, 0x8c, 0xb3, 0x30, 0x3d, 0xe8, 0x20,
0x11, 0xb9, 0x4f, 0x15, 0x36, 0xed, 0xa8, 0xc2, 0x56, 0xfe, 0x71, 0x18, 0x4d, 0x26, 0x5c, 0x9c, 0xfc, 0xe6, 0x2d, 0xba, 0x90, 0xd3, 0x8d, 0xc5, 0x2d, 0x90, 0xe7, 0xd8, 0x33, 0x08, 0x0f, 0xe6,
0x0c, 0x8d, 0xdd, 0x54, 0x17, 0xe1, 0x57, 0x8e, 0xea, 0x20, 0x0b, 0xd3, 0xc3, 0x0e, 0x22, 0x68, 0xe4, 0x86, 0xce, 0x46, 0xcf, 0x80, 0x5a, 0x62, 0x16, 0xf5, 0x59, 0xaf, 0x6e, 0x80, 0xf9, 0x84,
0xde, 0xe2, 0x0b, 0x39, 0xdb, 0x58, 0xdc, 0x46, 0x05, 0x41, 0x3d, 0x03, 0x44, 0x38, 0x27, 0x37, 0xb3, 0x63, 0x75, 0x5c, 0xbf, 0x88, 0xcd, 0xe2, 0x98, 0x93, 0x67, 0x6d, 0xb3, 0x4a, 0xde, 0xc4,
0x74, 0x22, 0x7e, 0x06, 0x6c, 0xa4, 0x66, 0x49, 0x97, 0xf5, 0xc2, 0x0a, 0x9a, 0x4a, 0x39, 0x3b, 0xfb, 0xf6, 0x49, 0x42, 0x8d, 0xd7, 0x47, 0xdf, 0xdc, 0x28, 0xca, 0xa1, 0x9a, 0xac, 0xf7, 0x69,
0x51, 0xc7, 0xf5, 0xb3, 0xbf, 0x59, 0x82, 0x0a, 0x78, 0xd1, 0x32, 0x6b, 0xf0, 0x36, 0xde, 0xb7, 0xf2, 0xe6, 0x58, 0xec, 0x87, 0x2b, 0xf3, 0x37, 0x0d, 0x2c, 0xc4, 0xac, 0xdf, 0xc0, 0xf3, 0xe7,
0xcf, 0x52, 0x6a, 0xbc, 0x71, 0xfc, 0xcd, 0x8d, 0xa3, 0xec, 0xab, 0xc9, 0x7a, 0x97, 0x26, 0x6f, 0x71, 0xf2, 0xf9, 0x73, 0x75, 0x9c, 0x45, 0x0d, 0x79, 0xff, 0xfc, 0x3a, 0x95, 0x58, 0xcc, 0x7f,
0x0d, 0xc4, 0x7e, 0xb8, 0x32, 0x7f, 0xd5, 0xd0, 0x74, 0xc2, 0xfa, 0x2d, 0x3c, 0x7f, 0x9e, 0xa6, 0xa8, 0xe3, 0xfe, 0x5a, 0x03, 0xcb, 0x1d, 0xc7, 0x6c, 0x5b, 0xe4, 0xb6, 0x89, 0xa9, 0x15, 0x58,
0x9f, 0x3f, 0xd7, 0x06, 0x59, 0x54, 0x9f, 0xf7, 0xcf, 0x2f, 0x23, 0xa9, 0xc5, 0xfc, 0x8b, 0x3a, 0x88, 0xfe, 0xe5, 0x88, 0x37, 0xa6, 0xf4, 0x44, 0x3c, 0x46, 0x19, 0x27, 0x36, 0x7f, 0x14, 0x71,
0xee, 0xaf, 0x34, 0x34, 0xd7, 0x76, 0xcc, 0x96, 0x05, 0x77, 0x4c, 0xca, 0xac, 0xd0, 0xc2, 0xef, 0x54, 0xde, 0x52, 0xfe, 0x96, 0x1f, 0x0d, 0x20, 0x46, 0x03, 0xdd, 0xc1, 0x77, 0xc1, 0x9c, 0x68,
0x5f, 0x8e, 0x78, 0x63, 0x4a, 0x4f, 0xe0, 0x71, 0xc6, 0x05, 0xd8, 0xe2, 0x49, 0xcc, 0x51, 0xfd, 0xe4, 0x68, 0x83, 0x88, 0xd7, 0xa5, 0xfa, 0x7f, 0x61, 0x49, 0x11, 0xcd, 0x55, 0xa3, 0x29, 0x14,
0x9f, 0xf2, 0x37, 0xf7, 0xa4, 0x07, 0x31, 0xe9, 0xe9, 0x0e, 0xbf, 0x8b, 0x26, 0xfd, 0x46, 0x8e, 0xb7, 0x2b, 0x7d, 0xa3, 0x81, 0xc5, 0x94, 0x66, 0xe1, 0x47, 0x87, 0x74, 0x93, 0xa7, 0xfe, 0xad,
0x35, 0xc0, 0x7f, 0x5d, 0xaa, 0xff, 0x17, 0x66, 0x15, 0xd1, 0x64, 0x2d, 0x9e, 0x22, 0x49, 0xbb, 0x4e, 0xb2, 0x72, 0x61, 0xef, 0xa0, 0x38, 0xf1, 0xf2, 0xa0, 0x38, 0xf1, 0xc7, 0x41, 0x71, 0xe2,
0xf2, 0xd7, 0x1a, 0x9a, 0xc9, 0x68, 0x16, 0x7f, 0x74, 0x48, 0x37, 0x79, 0xe6, 0x9f, 0xea, 0x24, 0xab, 0x5e, 0x51, 0xdb, 0xeb, 0x15, 0xb5, 0x97, 0xbd, 0xa2, 0xf6, 0x57, 0xaf, 0xa8, 0x7d, 0xf7,
0xab, 0x97, 0x76, 0xf7, 0x4b, 0x43, 0xaf, 0xf6, 0x4b, 0x43, 0xbf, 0xef, 0x97, 0x86, 0xbe, 0x3c, 0xaa, 0x38, 0xf1, 0x64, 0x46, 0x29, 0xf2, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd6, 0xb9, 0xde,
0x28, 0x69, 0xbb, 0x07, 0x25, 0xed, 0xd5, 0x41, 0x49, 0xfb, 0xf3, 0xa0, 0xa4, 0x7d, 0xfb, 0xba, 0x1a, 0x56, 0x15, 0x00, 0x00,
0x34, 0xf4, 0x6c, 0x5c, 0x29, 0xf2, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x5a, 0xa2, 0xeb, 0x82,
0xa0, 0x15, 0x00, 0x00,
} }

View File

@ -26,7 +26,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
import "k8s.io/kubernetes/pkg/api/v1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
import "k8s.io/kubernetes/pkg/apis/extensions/v1beta1/generated.proto"; import "k8s.io/kubernetes/pkg/apis/extensions/v1beta1/generated.proto";

View File

@ -1251,48 +1251,47 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 686 bytes of a gzipped FileDescriptorProto // 668 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x53, 0x4d, 0x6f, 0x13, 0x31, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x53, 0x4d, 0x6f, 0xd3, 0x4a,
0x10, 0xcd, 0xe6, 0xa3, 0x24, 0x0e, 0x85, 0x62, 0x09, 0x29, 0x8a, 0xc4, 0x26, 0x0a, 0x97, 0x22, 0x14, 0x8d, 0xf3, 0xd1, 0x97, 0x4c, 0x5e, 0xdf, 0xeb, 0x1b, 0xe9, 0x49, 0x51, 0x24, 0x9c, 0x28,
0x51, 0x2f, 0x29, 0xa8, 0x54, 0xad, 0x38, 0x74, 0xd5, 0x02, 0x3d, 0x20, 0x24, 0x97, 0x72, 0x40, 0x6c, 0x8a, 0x54, 0xc6, 0xa4, 0xa0, 0x52, 0xb5, 0x62, 0x51, 0xab, 0x05, 0x75, 0x81, 0x90, 0xa6,
0x42, 0xc2, 0x49, 0xa6, 0x1b, 0x93, 0xec, 0x87, 0xbc, 0xde, 0xb4, 0xbd, 0xf5, 0x27, 0x70, 0xe4, 0x94, 0x05, 0x12, 0x12, 0x13, 0xe7, 0xd6, 0x31, 0x8e, 0x3f, 0x34, 0x1e, 0xa7, 0xed, 0xae, 0x3f,
0xc8, 0x7f, 0xe1, 0xd2, 0x63, 0x0f, 0x1c, 0x38, 0xa0, 0x8a, 0x84, 0x3f, 0x82, 0xec, 0x75, 0x9b, 0x81, 0x25, 0x4b, 0xfe, 0x0b, 0x9b, 0x2e, 0xbb, 0x60, 0xc1, 0x02, 0x55, 0x24, 0xfc, 0x11, 0x34,
0x2d, 0xa1, 0x42, 0xb4, 0x37, 0xfb, 0x79, 0xde, 0x9b, 0x79, 0x33, 0x1e, 0xb4, 0x31, 0x58, 0x8d, 0xe3, 0xa1, 0x76, 0x49, 0x2b, 0x44, 0xbb, 0xf3, 0x9c, 0x7b, 0xcf, 0xb9, 0xf7, 0xdc, 0xeb, 0x8b,
0x09, 0x0f, 0x9d, 0x41, 0xd2, 0x01, 0x11, 0x80, 0x84, 0xd8, 0x89, 0x06, 0x9e, 0xc3, 0x22, 0x1e, 0xb6, 0xfc, 0xf5, 0x84, 0x78, 0x91, 0xe5, 0xa7, 0x03, 0xe0, 0x21, 0x08, 0x48, 0xac, 0xd8, 0x77,
0x3b, 0x2c, 0x91, 0x7d, 0x08, 0x24, 0xef, 0x32, 0xc9, 0xc3, 0xc0, 0x19, 0xb5, 0x3b, 0x20, 0x59, 0x2d, 0x16, 0x7b, 0x89, 0xc5, 0x52, 0x31, 0x82, 0x50, 0x78, 0x0e, 0x13, 0x5e, 0x14, 0x5a, 0x93,
0xdb, 0xf1, 0x20, 0x00, 0xc1, 0x24, 0xf4, 0x48, 0x24, 0x42, 0x19, 0xe2, 0x76, 0x2a, 0x41, 0xa6, 0xfe, 0x00, 0x04, 0xeb, 0x5b, 0x2e, 0x84, 0xc0, 0x99, 0x80, 0x21, 0x89, 0x79, 0x24, 0x22, 0xdc,
0x12, 0x24, 0x1a, 0x78, 0x44, 0x49, 0x90, 0x8b, 0x12, 0xc4, 0x48, 0xd4, 0x97, 0x3c, 0x2e, 0xfb, 0xcf, 0x24, 0x48, 0x2e, 0x41, 0x62, 0xdf, 0x25, 0x52, 0x82, 0x5c, 0x96, 0x20, 0x5a, 0xa2, 0x7d,
0x49, 0x87, 0x74, 0x43, 0xdf, 0xf1, 0x42, 0x2f, 0x74, 0xb4, 0x52, 0x27, 0xd9, 0xd3, 0x37, 0x7d, 0xdf, 0xf5, 0xc4, 0x28, 0x1d, 0x10, 0x27, 0x0a, 0x2c, 0x37, 0x72, 0x23, 0x4b, 0x29, 0x0d, 0xd2,
0xd1, 0xa7, 0x34, 0x43, 0xfd, 0x89, 0x29, 0x92, 0x45, 0xdc, 0x67, 0xdd, 0x3e, 0x0f, 0x40, 0x1c, 0x03, 0xf5, 0x52, 0x0f, 0xf5, 0x95, 0x55, 0x68, 0x3f, 0xd2, 0x4d, 0xb2, 0xd8, 0x0b, 0x98, 0x33,
0x4e, 0xcb, 0xf4, 0x41, 0x32, 0x67, 0x34, 0x53, 0x57, 0xdd, 0xb9, 0x8c, 0x25, 0x92, 0x40, 0x72, 0xf2, 0x42, 0xe0, 0xc7, 0x79, 0x9b, 0x01, 0x08, 0x66, 0x4d, 0xe6, 0xfa, 0x6a, 0x5b, 0xd7, 0xb1,
0x1f, 0x66, 0x08, 0x2b, 0xff, 0x22, 0xc4, 0xdd, 0x3e, 0xf8, 0x6c, 0x86, 0xf7, 0xf8, 0x32, 0x5e, 0x78, 0x1a, 0x0a, 0x2f, 0x80, 0x39, 0xc2, 0xda, 0xef, 0x08, 0x89, 0x33, 0x82, 0x80, 0xcd, 0xf1,
0x22, 0xf9, 0xd0, 0xe1, 0x81, 0x8c, 0xa5, 0x98, 0x21, 0x65, 0x3c, 0xc5, 0x20, 0x46, 0x20, 0xa6, 0x1e, 0x5e, 0xc7, 0x4b, 0x85, 0x37, 0xb6, 0xbc, 0x50, 0x24, 0x82, 0xcf, 0x91, 0x0a, 0x9e, 0x12,
0x86, 0xe0, 0x80, 0xf9, 0xd1, 0x10, 0xfe, 0xe6, 0xe9, 0x65, 0x66, 0x5c, 0x4b, 0xcc, 0xf3, 0x04, 0xe0, 0x13, 0xe0, 0xb9, 0x21, 0x38, 0x62, 0x41, 0x3c, 0x86, 0xab, 0x3c, 0xad, 0x5c, 0xbb, 0xae,
0x78, 0x4c, 0x86, 0x19, 0x2e, 0x8b, 0xb8, 0x00, 0x8f, 0xc7, 0x52, 0x9c, 0x0d, 0x8d, 0x0d, 0xa3, 0x2b, 0xb2, 0x7b, 0x8f, 0x11, 0xda, 0x39, 0x12, 0x9c, 0xbd, 0x62, 0xe3, 0x14, 0x70, 0x07, 0xd5,
0xfe, 0xec, 0xd4, 0x5a, 0x4f, 0x11, 0xda, 0x3a, 0x90, 0x82, 0xbd, 0x65, 0xc3, 0x04, 0x70, 0x03, 0x3c, 0x01, 0x41, 0xd2, 0x32, 0xba, 0x95, 0xe5, 0x86, 0xdd, 0x98, 0x9d, 0x77, 0x6a, 0xbb, 0x12,
0x95, 0xb8, 0x04, 0x3f, 0xae, 0x59, 0xcd, 0xc2, 0x62, 0xc5, 0xad, 0x4c, 0x4e, 0x1b, 0xa5, 0x6d, 0xa0, 0x19, 0xbe, 0x51, 0xff, 0xf0, 0xb1, 0x53, 0x3a, 0xf9, 0xda, 0x2d, 0xf5, 0x3e, 0x95, 0x51,
0x05, 0xd0, 0x14, 0x5f, 0x2b, 0x7f, 0xfe, 0xd2, 0xc8, 0x1d, 0xfd, 0x68, 0xe6, 0x5a, 0x5f, 0xf3, 0xf3, 0x65, 0xe4, 0x43, 0x48, 0x61, 0xe2, 0xc1, 0x21, 0x7e, 0x8b, 0xea, 0x72, 0xca, 0x43, 0x26,
0xa8, 0xfa, 0x26, 0x1c, 0x40, 0x40, 0x61, 0xc4, 0x61, 0x1f, 0x7f, 0x40, 0x65, 0x35, 0x81, 0x1e, 0x58, 0xcb, 0xe8, 0x1a, 0xcb, 0xcd, 0xd5, 0x07, 0x44, 0x6f, 0xbd, 0x68, 0x3a, 0xdf, 0xbb, 0xcc,
0x93, 0xac, 0x66, 0x35, 0xad, 0xc5, 0xea, 0xf2, 0x23, 0x62, 0x7e, 0x44, 0xb6, 0x21, 0xd3, 0x3f, 0x26, 0x93, 0x3e, 0x79, 0x31, 0x78, 0x07, 0x8e, 0x78, 0x0e, 0x82, 0xd9, 0xf8, 0xf4, 0xbc, 0x53,
0xa1, 0xa2, 0xc9, 0xa8, 0x4d, 0x5e, 0x77, 0x3e, 0x42, 0x57, 0xbe, 0x02, 0xc9, 0x5c, 0x7c, 0x7c, 0x9a, 0x9d, 0x77, 0x50, 0x8e, 0xd1, 0x0b, 0x55, 0x3c, 0x44, 0xd5, 0x24, 0x06, 0xa7, 0x55, 0x56,
0xda, 0xc8, 0x4d, 0x4e, 0x1b, 0x68, 0x8a, 0xd1, 0x73, 0x55, 0xdc, 0x43, 0xc5, 0x38, 0x82, 0x6e, 0xea, 0x36, 0xf9, 0xe3, 0x7f, 0x8a, 0x14, 0xfa, 0xdd, 0x8b, 0xc1, 0xb1, 0xff, 0xd6, 0xf5, 0xaa,
0x2d, 0xaf, 0xd5, 0x5d, 0xf2, 0xdf, 0xff, 0x8d, 0x64, 0xea, 0xdd, 0x89, 0xa0, 0xeb, 0xde, 0x34, 0xf2, 0x45, 0x95, 0x3a, 0x1e, 0xa3, 0x85, 0x44, 0x30, 0x91, 0x26, 0xad, 0x8a, 0xaa, 0xb3, 0x7d,
0xf9, 0x8a, 0xea, 0x46, 0xb5, 0x3a, 0x1e, 0xa2, 0xb9, 0x58, 0x32, 0x99, 0xc4, 0xb5, 0x82, 0xce, 0xcb, 0x3a, 0x4a, 0xcb, 0xfe, 0x47, 0x57, 0x5a, 0xc8, 0xde, 0x54, 0xd7, 0xe8, 0xad, 0xa1, 0x7f,
0xb3, 0x79, 0xcd, 0x3c, 0x5a, 0xcb, 0xbd, 0x65, 0x32, 0xcd, 0xa5, 0x77, 0x6a, 0x72, 0xb4, 0x56, 0x7f, 0x69, 0x0a, 0xdf, 0x45, 0x35, 0x21, 0x21, 0x35, 0xc5, 0x86, 0xbd, 0xa8, 0x99, 0xb5, 0x2c,
0xd0, 0xed, 0x3f, 0x8a, 0xc2, 0xf7, 0x51, 0x49, 0x2a, 0x48, 0x77, 0xb1, 0xe2, 0xce, 0x1b, 0x66, 0x2f, 0x8b, 0xf5, 0x3e, 0x1b, 0xe8, 0xbf, 0xb9, 0x2a, 0x78, 0x13, 0x2d, 0x16, 0x3a, 0x82, 0xa1,
0x29, 0x8d, 0x4b, 0xdf, 0x5a, 0xdf, 0x2c, 0x74, 0x67, 0x26, 0x0b, 0x5e, 0x47, 0xf3, 0x99, 0x8a, 0x92, 0xa8, 0xdb, 0xff, 0x6b, 0x89, 0xc5, 0xad, 0x62, 0x90, 0x5e, 0xce, 0xc5, 0x6f, 0x50, 0x35,
0xa0, 0xa7, 0x25, 0xca, 0xee, 0x5d, 0x23, 0x31, 0xbf, 0x91, 0x7d, 0xa4, 0x17, 0x63, 0xf1, 0x7b, 0x4d, 0x80, 0xeb, 0xf1, 0x6e, 0xde, 0xc0, 0xf6, 0x7e, 0x02, 0x7c, 0x37, 0x3c, 0x88, 0xf2, 0xb9,
0x54, 0x4c, 0x62, 0x10, 0xa6, 0xbd, 0xeb, 0x57, 0xb0, 0xbd, 0x1b, 0x83, 0xd8, 0x0e, 0xf6, 0xc2, 0x4a, 0x84, 0x2a, 0x59, 0x69, 0x0b, 0x38, 0x8f, 0xb8, 0x1a, 0x6b, 0xc1, 0xd6, 0x8e, 0x04, 0x69,
0x69, 0x5f, 0x15, 0x42, 0xb5, 0xac, 0xb2, 0x05, 0x42, 0x84, 0x42, 0xb7, 0x35, 0x63, 0x6b, 0x4b, 0x16, 0xeb, 0x4d, 0xcb, 0xa8, 0xfe, 0x53, 0x05, 0xaf, 0xa0, 0xba, 0x64, 0x86, 0x2c, 0x00, 0x3d,
0x81, 0x34, 0x7d, 0x6b, 0x8d, 0xf3, 0xa8, 0x7c, 0xa6, 0x82, 0x1f, 0xa2, 0xb2, 0x62, 0x06, 0xcc, 0x8b, 0x25, 0x4d, 0x52, 0x39, 0x12, 0xa7, 0x17, 0x19, 0xf8, 0x0e, 0xaa, 0xa4, 0xde, 0x50, 0x75,
0x07, 0xd3, 0x8b, 0x05, 0x43, 0xd2, 0x31, 0x0a, 0xa7, 0xe7, 0x11, 0xf8, 0x1e, 0x2a, 0x24, 0xbc, 0xdf, 0xb0, 0x9b, 0x3a, 0xb1, 0xb2, 0xbf, 0xbb, 0x4d, 0x25, 0x8e, 0x7b, 0x68, 0xc1, 0xe5, 0x51,
0xa7, 0xab, 0xaf, 0xb8, 0x55, 0x13, 0x58, 0xd8, 0xdd, 0xde, 0xa4, 0x0a, 0xc7, 0x2d, 0x34, 0xe7, 0x1a, 0xcb, 0xb5, 0xca, 0x5f, 0x1b, 0xc9, 0x65, 0x3c, 0x53, 0x08, 0xd5, 0x11, 0xec, 0xa3, 0x1a,
0x89, 0x30, 0x89, 0xd4, 0x58, 0xd5, 0xd7, 0x46, 0x6a, 0x18, 0x2f, 0x34, 0x42, 0xcd, 0x0b, 0x1e, 0xc8, 0x5b, 0x68, 0x55, 0xbb, 0x95, 0xe5, 0xe6, 0xea, 0xd3, 0x5b, 0x8c, 0x80, 0xa8, 0xa3, 0xda,
0xa0, 0x12, 0xa8, 0x5d, 0xa8, 0x15, 0x9b, 0x85, 0xc5, 0xea, 0xf2, 0xf3, 0x6b, 0xb4, 0x80, 0xe8, 0x09, 0x05, 0x3f, 0x2e, 0x58, 0x95, 0x18, 0xcd, 0x6a, 0xb4, 0x0f, 0xf5, 0xe1, 0xa9, 0x1c, 0xbc,
0xa5, 0xda, 0x0a, 0xa4, 0x38, 0xcc, 0x58, 0x55, 0x18, 0x4d, 0x73, 0xd4, 0xf7, 0xcd, 0xe2, 0xe9, 0x84, 0x2a, 0x3e, 0x1c, 0x67, 0x36, 0xa9, 0xfc, 0xc4, 0x7b, 0xa8, 0x36, 0x91, 0x37, 0xa9, 0xf7,
0x18, 0xbc, 0x80, 0x0a, 0x03, 0x38, 0x4c, 0x6d, 0x52, 0x75, 0xc4, 0x3b, 0xa8, 0x34, 0x52, 0x3b, 0xf1, 0xe4, 0x06, 0xcd, 0xe4, 0x87, 0x4d, 0x33, 0xad, 0x8d, 0xf2, 0xba, 0x61, 0xdf, 0x3b, 0x9d,
0x69, 0xe6, 0xf1, 0xec, 0x0a, 0xc5, 0x4c, 0x17, 0x9b, 0xa6, 0x5a, 0x6b, 0xf9, 0x55, 0xcb, 0x7d, 0x9a, 0xa5, 0xb3, 0xa9, 0x59, 0xfa, 0x32, 0x35, 0x4b, 0x27, 0x33, 0xd3, 0x38, 0x9d, 0x99, 0xc6,
0x70, 0x3c, 0xb6, 0x73, 0x27, 0x63, 0x3b, 0xf7, 0x7d, 0x6c, 0xe7, 0x8e, 0x26, 0xb6, 0x75, 0x3c, 0xd9, 0xcc, 0x34, 0xbe, 0xcd, 0x4c, 0xe3, 0xfd, 0x77, 0xb3, 0xf4, 0xfa, 0x2f, 0x2d, 0xf0, 0x23,
0xb1, 0xad, 0x93, 0x89, 0x6d, 0xfd, 0x9c, 0xd8, 0xd6, 0xa7, 0x5f, 0x76, 0xee, 0xdd, 0x0d, 0x23, 0x00, 0x00, 0xff, 0xff, 0xb9, 0x87, 0xc6, 0x94, 0xfa, 0x05, 0x00, 0x00,
0xf0, 0x3b, 0x00, 0x00, 0xff, 0xff, 0xc7, 0x8a, 0x39, 0x26, 0x16, 0x06, 0x00, 0x00,
} }

View File

@ -26,7 +26,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1beta1"; option go_package = "v1beta1";

View File

@ -2298,63 +2298,62 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 925 bytes of a gzipped FileDescriptorProto // 904 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0x4f, 0x8f, 0xdb, 0x44, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0x4f, 0x6f, 0x1b, 0x45,
0x14, 0x8f, 0xf3, 0x6f, 0x93, 0x59, 0x60, 0xcb, 0x54, 0x65, 0xdd, 0x45, 0x4a, 0xa2, 0x80, 0xd0, 0x14, 0xf7, 0xfa, 0x5f, 0xec, 0x09, 0x90, 0x32, 0x55, 0xc9, 0x36, 0x48, 0xb6, 0x65, 0x10, 0x0a,
0x22, 0xa8, 0xcd, 0x96, 0x3f, 0xad, 0xca, 0x01, 0xad, 0xc5, 0x42, 0x91, 0x68, 0x8b, 0x26, 0x62, 0xa2, 0xec, 0x92, 0xf2, 0xa7, 0x55, 0x39, 0xa0, 0xac, 0x08, 0x7f, 0x24, 0xda, 0xa2, 0x89, 0xc8,
0x0f, 0x70, 0x61, 0xe2, 0x7d, 0xeb, 0xb8, 0x49, 0x3c, 0x66, 0x66, 0xec, 0x76, 0x39, 0xf5, 0xc6, 0x01, 0x2e, 0x8c, 0x37, 0x2f, 0xf6, 0xd6, 0xde, 0x9d, 0x65, 0x66, 0x76, 0xdb, 0x70, 0xea, 0x8d,
0x15, 0x89, 0x0b, 0x47, 0xbe, 0x02, 0x1f, 0x00, 0xce, 0x7b, 0xa3, 0x07, 0x24, 0x38, 0xa0, 0x88, 0x2b, 0x12, 0x17, 0x8e, 0x7c, 0x05, 0x3e, 0x00, 0x9c, 0x73, 0xa3, 0x07, 0x24, 0x38, 0x20, 0x8b,
0x0d, 0x17, 0x3e, 0x06, 0x9a, 0xf1, 0x24, 0x4e, 0x88, 0x97, 0x2a, 0x50, 0x09, 0x0e, 0xbd, 0x79, 0x2c, 0x17, 0x3e, 0x06, 0x9a, 0xd9, 0x89, 0x37, 0xc6, 0x6b, 0x2a, 0x43, 0x25, 0x7a, 0xe8, 0x6d,
0xde, 0x7b, 0xbf, 0xf7, 0x7e, 0xf3, 0xe6, 0x37, 0x7e, 0x83, 0xde, 0x1e, 0x5e, 0x17, 0x4e, 0xc8, 0xe7, 0xbd, 0xdf, 0xef, 0xbd, 0xdf, 0xbc, 0x79, 0xb3, 0x6f, 0xd0, 0xdb, 0xe3, 0xeb, 0xc2, 0x09,
0xdc, 0x61, 0xd2, 0x07, 0x1e, 0x81, 0x04, 0xe1, 0xc6, 0xc3, 0xc0, 0xa5, 0x71, 0x28, 0x5c, 0x9a, 0x98, 0x3b, 0x4e, 0x06, 0xc0, 0x23, 0x90, 0x20, 0xdc, 0x78, 0x3c, 0x74, 0x69, 0x1c, 0x08, 0x97,
0xc8, 0x01, 0xe3, 0xe1, 0x17, 0x54, 0x86, 0x2c, 0x72, 0xd3, 0x3d, 0x37, 0x80, 0x08, 0x38, 0x95, 0x26, 0x72, 0xc4, 0x78, 0xf0, 0x25, 0x95, 0x01, 0x8b, 0xdc, 0x74, 0xc7, 0x1d, 0x42, 0x04, 0x9c,
0x70, 0xe4, 0xc4, 0x9c, 0x49, 0x86, 0x5f, 0xc9, 0xc0, 0x4e, 0x0e, 0x76, 0xe2, 0x61, 0xe0, 0x28, 0x4a, 0x38, 0x74, 0x62, 0xce, 0x24, 0xc3, 0xaf, 0xe4, 0x64, 0xa7, 0x20, 0x3b, 0xf1, 0x78, 0xe8,
0xb0, 0xb3, 0x04, 0x76, 0xd2, 0xbd, 0x9d, 0x2b, 0x41, 0x28, 0x07, 0x49, 0xdf, 0xf1, 0xd9, 0xd8, 0x28, 0xb2, 0x33, 0x47, 0x76, 0xd2, 0x9d, 0xad, 0x57, 0x87, 0x81, 0x1c, 0x25, 0x03, 0xc7, 0x67,
0x0d, 0x58, 0xc0, 0x5c, 0x9d, 0xa3, 0x9f, 0x1c, 0xeb, 0x95, 0x5e, 0xe8, 0xaf, 0x2c, 0xf7, 0xce, 0xa1, 0x3b, 0x64, 0x43, 0xe6, 0xea, 0x18, 0x83, 0xe4, 0x48, 0xaf, 0xf4, 0x42, 0x7f, 0xe5, 0xb1,
0x1b, 0x86, 0x18, 0x8d, 0xc3, 0x31, 0xf5, 0x07, 0x61, 0x04, 0xfc, 0x24, 0xa7, 0x36, 0x06, 0x49, 0xb7, 0xde, 0x30, 0xc2, 0x68, 0x1c, 0x84, 0xd4, 0x1f, 0x05, 0x11, 0xf0, 0xe3, 0x42, 0x5a, 0x08,
0x0b, 0x18, 0xed, 0xb8, 0xe7, 0xa1, 0x78, 0x12, 0xc9, 0x70, 0x0c, 0x2b, 0x80, 0xb7, 0x1e, 0x05, 0x92, 0x96, 0x28, 0xda, 0x72, 0x97, 0xb1, 0x78, 0x12, 0xc9, 0x20, 0x84, 0x05, 0xc2, 0x5b, 0x0f,
0x10, 0xfe, 0x00, 0xc6, 0x74, 0x05, 0xf7, 0xfa, 0x79, 0xb8, 0x44, 0x86, 0x23, 0x37, 0x8c, 0xa4, 0x23, 0x08, 0x7f, 0x04, 0x21, 0x5d, 0xe0, 0xbd, 0xbe, 0x8c, 0x97, 0xc8, 0x60, 0xe2, 0x06, 0x91,
0x90, 0x7c, 0x05, 0xb4, 0xb0, 0x27, 0x01, 0x3c, 0x05, 0x9e, 0x6f, 0x08, 0xee, 0xd3, 0x71, 0x3c, 0x14, 0x92, 0x2f, 0x90, 0xce, 0xed, 0x49, 0x00, 0x4f, 0x81, 0x17, 0x1b, 0x82, 0x7b, 0x34, 0x8c,
0x82, 0xa2, 0x3d, 0xdd, 0x5c, 0x38, 0xa2, 0x2b, 0x34, 0x08, 0x38, 0x04, 0x54, 0xb2, 0x05, 0x2c, 0x27, 0x50, 0xb6, 0xa7, 0x2b, 0x4b, 0x8f, 0xa8, 0x04, 0xdd, 0xbf, 0x86, 0xd0, 0xde, 0x3d, 0xc9,
0x8d, 0x43, 0x0e, 0x41, 0x28, 0x24, 0x9f, 0x9d, 0x14, 0x1d, 0xc5, 0x03, 0xba, 0x92, 0xa9, 0x7b, 0xe9, 0x01, 0x9d, 0x24, 0x80, 0xbb, 0xa8, 0x11, 0x48, 0x08, 0x85, 0x6d, 0xf5, 0x6a, 0xdb, 0x6d,
0x0d, 0xa1, 0x83, 0xfb, 0x92, 0xd3, 0x43, 0x3a, 0x4a, 0x00, 0xb7, 0x51, 0x2d, 0x94, 0x30, 0x16, 0xaf, 0x9d, 0x4d, 0xbb, 0x8d, 0x0f, 0x95, 0x81, 0xe4, 0xf6, 0x1b, 0xad, 0x6f, 0xbf, 0xeb, 0x56,
0xb6, 0xd5, 0xa9, 0xec, 0x36, 0xbd, 0xe6, 0x74, 0xd2, 0xae, 0x7d, 0xa0, 0x0c, 0x24, 0xb3, 0xdf, 0xee, 0xff, 0xd6, 0xab, 0xf4, 0x7f, 0xae, 0x22, 0xfb, 0x23, 0xe6, 0xd3, 0xc9, 0x7e, 0x32, 0xb8,
0x68, 0x7c, 0xf3, 0x6d, 0xbb, 0xf4, 0xe0, 0xd7, 0x4e, 0xa9, 0xfb, 0x53, 0x19, 0xd9, 0x1f, 0x32, 0x03, 0xbe, 0xdc, 0xf5, 0x7d, 0x10, 0x82, 0x40, 0x1a, 0xc0, 0x5d, 0xfc, 0x39, 0x6a, 0xa9, 0x92,
0x9f, 0x8e, 0x7a, 0x49, 0xff, 0x2e, 0xf8, 0x72, 0xdf, 0xf7, 0x41, 0x08, 0x02, 0x69, 0x08, 0xf7, 0x1f, 0x52, 0x49, 0x6d, 0xab, 0x67, 0x6d, 0xaf, 0x5f, 0x7d, 0xcd, 0x31, 0x87, 0x7f, 0xbe, 0x02,
0xf0, 0x67, 0xa8, 0xa1, 0x8e, 0xe3, 0x88, 0x4a, 0x6a, 0x5b, 0x1d, 0x6b, 0x77, 0xf3, 0xea, 0x6b, 0xc5, 0xf1, 0x2b, 0xb4, 0x93, 0xee, 0x38, 0xb7, 0x75, 0xac, 0x9b, 0x20, 0xa9, 0x87, 0x4f, 0xa6,
0x8e, 0x11, 0xc6, 0x62, 0x77, 0x72, 0x69, 0xa8, 0x68, 0x27, 0xdd, 0x73, 0xee, 0xe8, 0x5c, 0xb7, 0xdd, 0x4a, 0x36, 0xed, 0xa2, 0xc2, 0x46, 0x66, 0x51, 0xf1, 0x11, 0xaa, 0x8b, 0x18, 0x7c, 0xbb,
0x40, 0x52, 0x0f, 0x9f, 0x4e, 0xda, 0xa5, 0xe9, 0xa4, 0x8d, 0x72, 0x1b, 0x99, 0x67, 0xc5, 0xc7, 0xaa, 0xa3, 0xbf, 0xeb, 0xac, 0xd0, 0x5a, 0x4e, 0x89, 0xe2, 0xfd, 0x18, 0x7c, 0xef, 0x29, 0x93,
0xa8, 0x2a, 0x62, 0xf0, 0xed, 0xb2, 0xce, 0xfe, 0xae, 0xb3, 0x86, 0xec, 0x9c, 0x02, 0xc6, 0xbd, 0xb1, 0xae, 0x56, 0x44, 0xc7, 0xc7, 0x11, 0x6a, 0x0a, 0x49, 0x65, 0x22, 0xec, 0x9a, 0xce, 0xf4,
0x18, 0x7c, 0xef, 0x29, 0x53, 0xb1, 0xaa, 0x56, 0x44, 0xe7, 0xc7, 0x11, 0xaa, 0x0b, 0x49, 0x65, 0xde, 0x7f, 0xce, 0xa4, 0xa3, 0x79, 0xcf, 0x98, 0x5c, 0xcd, 0x7c, 0x4d, 0x4c, 0x96, 0xfe, 0x67,
0x22, 0xec, 0x8a, 0xae, 0xf4, 0xde, 0xbf, 0xae, 0xa4, 0xb3, 0x79, 0xcf, 0x98, 0x5a, 0xf5, 0x6c, 0xe8, 0xd2, 0x2d, 0x16, 0x11, 0x10, 0x2c, 0xe1, 0x3e, 0xec, 0x4a, 0xc9, 0x83, 0x41, 0x22, 0x41,
0x4d, 0x4c, 0x95, 0xee, 0xa7, 0xe8, 0xd2, 0x6d, 0x16, 0x11, 0x10, 0x2c, 0xe1, 0x3e, 0xec, 0x4b, 0xe0, 0x1e, 0xaa, 0xc7, 0x54, 0x8e, 0x74, 0x39, 0xdb, 0x85, 0xd4, 0x8f, 0xa9, 0x1c, 0x11, 0xed,
0xc9, 0xc3, 0x7e, 0x22, 0x41, 0xe0, 0x0e, 0xaa, 0xc6, 0x54, 0x0e, 0x74, 0x3b, 0x9b, 0x39, 0xd5, 0x51, 0x88, 0x14, 0xf8, 0x40, 0x97, 0xe4, 0x1c, 0xe2, 0x00, 0xf8, 0x80, 0x68, 0x4f, 0xff, 0xc7,
0x8f, 0xa8, 0x1c, 0x10, 0xed, 0x51, 0x11, 0x29, 0xf0, 0xbe, 0x6e, 0xc9, 0x42, 0xc4, 0x21, 0xf0, 0x2a, 0xc2, 0x25, 0xa1, 0x5d, 0xd4, 0x8e, 0x68, 0x08, 0x22, 0xa6, 0x3e, 0x98, 0xf8, 0xcf, 0x1a,
0x3e, 0xd1, 0x9e, 0xee, 0x0f, 0x65, 0x84, 0x0b, 0x52, 0xbb, 0xa8, 0x19, 0xd1, 0x31, 0x88, 0x98, 0x76, 0xfb, 0xd6, 0x99, 0x83, 0x14, 0x98, 0x87, 0x67, 0xc2, 0x2f, 0xa0, 0xc6, 0x90, 0xb3, 0x24,
0xfa, 0x60, 0xf2, 0x3f, 0x6b, 0xd0, 0xcd, 0xdb, 0x33, 0x07, 0xc9, 0x63, 0x1e, 0x5d, 0x09, 0xbf, 0xd6, 0x55, 0x6b, 0x7b, 0x4f, 0x1b, 0x48, 0xe3, 0x7d, 0x65, 0x24, 0xb9, 0x0f, 0xbf, 0x8c, 0xd6,
0x80, 0x6a, 0x01, 0x67, 0x49, 0xac, 0xbb, 0xd6, 0xf4, 0x9e, 0x36, 0x21, 0xb5, 0xf7, 0x95, 0x91, 0x52, 0xe0, 0x22, 0x60, 0x91, 0x5d, 0xd7, 0xb0, 0x0d, 0x03, 0x5b, 0x3b, 0xc8, 0xcd, 0xe4, 0xcc,
0x64, 0x3e, 0xfc, 0x32, 0xda, 0x48, 0x81, 0x8b, 0x90, 0x45, 0x76, 0x55, 0x87, 0x6d, 0x99, 0xb0, 0x8f, 0xaf, 0xa0, 0x16, 0x37, 0xc2, 0xed, 0x86, 0xc6, 0x5e, 0x30, 0xd8, 0xd6, 0xd9, 0x86, 0xc8,
0x8d, 0xc3, 0xcc, 0x4c, 0x66, 0x7e, 0xfc, 0x2a, 0x6a, 0x70, 0x43, 0xdc, 0xae, 0xe9, 0xd8, 0x0b, 0x0c, 0x81, 0xdf, 0x44, 0xeb, 0x22, 0x19, 0xcc, 0x08, 0x4d, 0x4d, 0xb8, 0x68, 0x08, 0xeb, 0xfb,
0x26, 0xb6, 0x31, 0xdb, 0x10, 0x99, 0x47, 0xe0, 0x37, 0xd1, 0xa6, 0x48, 0xfa, 0x73, 0x40, 0x5d, 0x85, 0x8b, 0x9c, 0xc7, 0xa9, 0x6d, 0xa9, 0x3d, 0xda, 0x6b, 0xf3, 0xdb, 0x52, 0x25, 0x20, 0xda,
0x03, 0x2e, 0x1a, 0xc0, 0x66, 0x2f, 0x77, 0x91, 0xc5, 0x38, 0xb5, 0x2d, 0xb5, 0x47, 0x7b, 0x63, 0xd3, 0xff, 0xa5, 0x8a, 0x36, 0xf7, 0x61, 0x72, 0xf4, 0xff, 0xf4, 0xfc, 0x9d, 0xb9, 0x9e, 0xff,
0x79, 0x5b, 0xaa, 0x05, 0x44, 0x7b, 0xba, 0x3f, 0x97, 0xd1, 0x76, 0x0f, 0x46, 0xc7, 0xff, 0x8d, 0x60, 0xb5, 0x4e, 0x2c, 0x57, 0xfd, 0xd8, 0xf4, 0xfd, 0x0f, 0x55, 0xf4, 0xfc, 0x3f, 0x68, 0xc4,
0xe6, 0xef, 0x2e, 0x69, 0xfe, 0xe6, 0x7a, 0x4a, 0x2c, 0x66, 0xfd, 0xbf, 0xd1, 0xfd, 0xf7, 0x65, 0x5f, 0x59, 0x08, 0xf3, 0x85, 0xd6, 0x35, 0x85, 0x7e, 0x67, 0x25, 0x71, 0x8b, 0x37, 0xc0, 0x7b,
0xf4, 0xfc, 0xdf, 0x70, 0xc4, 0x5f, 0x5a, 0x08, 0xf3, 0x15, 0xe9, 0x9a, 0x46, 0xbf, 0xb3, 0x16, 0x2e, 0x9b, 0x76, 0x4b, 0x6e, 0x06, 0x29, 0x49, 0x89, 0xbf, 0xb1, 0xd0, 0xa5, 0xa8, 0xec, 0x8a,
0xb9, 0xd5, 0x1b, 0xe0, 0x3d, 0x37, 0x9d, 0xb4, 0x0b, 0x6e, 0x06, 0x29, 0x28, 0x89, 0xbf, 0xb6, 0x9a, 0x73, 0xf1, 0x56, 0x12, 0x53, 0x7a, 0xd9, 0xbd, 0xcb, 0xd9, 0xb4, 0x5b, 0xfe, 0x1f, 0x20,
0xd0, 0xa5, 0xa8, 0xe8, 0x8a, 0x9a, 0x73, 0xf1, 0xd6, 0x22, 0x53, 0x78, 0xd9, 0xbd, 0xcb, 0xd3, 0xe5, 0xb9, 0xfb, 0x3f, 0x55, 0xd1, 0xc5, 0x27, 0x7f, 0xe2, 0x47, 0xd9, 0x91, 0x7f, 0xd6, 0xd1,
0x49, 0xbb, 0xf8, 0x3f, 0x40, 0x8a, 0x6b, 0x77, 0x7f, 0x2c, 0xa3, 0x8b, 0x4f, 0xfe, 0xc4, 0x8f, 0xe6, 0x93, 0x6e, 0xfc, 0x57, 0xdd, 0x38, 0x1b, 0x10, 0xb5, 0xf9, 0x3f, 0xe9, 0x27, 0x02, 0xb8,
0x53, 0x91, 0x7f, 0x54, 0xd1, 0xf6, 0x13, 0x35, 0xfe, 0x23, 0x35, 0xce, 0x07, 0x44, 0x65, 0xf9, 0x19, 0x10, 0x7d, 0xd4, 0xd4, 0x43, 0x40, 0xd8, 0x75, 0xfd, 0xd4, 0x40, 0xea, 0x04, 0xf4, 0x74,
0x4f, 0xfa, 0xb1, 0x00, 0x6e, 0x06, 0x44, 0x17, 0xd5, 0xf5, 0x10, 0x10, 0x76, 0x55, 0x3f, 0x35, 0x10, 0xc4, 0x78, 0xb0, 0x44, 0x0d, 0x50, 0x6f, 0x13, 0xbb, 0xd1, 0xab, 0x6d, 0xaf, 0x5f, 0xbd,
0x90, 0x3a, 0x01, 0x3d, 0x1d, 0x04, 0x31, 0x1e, 0x2c, 0x51, 0x0d, 0xd4, 0xdb, 0xc4, 0xae, 0x75, 0xfd, 0x28, 0x5a, 0xcb, 0xd1, 0xaf, 0x9d, 0xbd, 0x48, 0xf2, 0xe3, 0x62, 0x2a, 0x69, 0x1b, 0xc9,
0x2a, 0xbb, 0x9b, 0x57, 0xef, 0x3c, 0x0e, 0x69, 0x39, 0xfa, 0xb5, 0x73, 0x10, 0x49, 0x7e, 0x92, 0x93, 0x6d, 0x7d, 0x61, 0x5e, 0x44, 0x1a, 0x83, 0x2f, 0xa0, 0xda, 0x18, 0x8e, 0xf3, 0xa9, 0x48,
0x4f, 0x25, 0x6d, 0x23, 0x59, 0xb1, 0x9d, 0xcf, 0xcd, 0x8b, 0x48, 0xc7, 0xe0, 0x0b, 0xa8, 0x32, 0xd4, 0x27, 0xbe, 0x89, 0x1a, 0xa9, 0x7a, 0x2c, 0x99, 0x02, 0x5f, 0x5b, 0x49, 0x55, 0xf1, 0xd6,
0x84, 0x93, 0x6c, 0x2a, 0x12, 0xf5, 0x89, 0x6f, 0xa1, 0x5a, 0xaa, 0x1e, 0x4b, 0xa6, 0xc1, 0xd7, 0x22, 0x79, 0x94, 0x1b, 0xd5, 0xeb, 0x56, 0xff, 0x7b, 0x0b, 0x5d, 0x5e, 0xda, 0xa0, 0x6a, 0x4c,
0xd6, 0x62, 0x95, 0xbf, 0xb5, 0x48, 0x96, 0xe5, 0x46, 0xf9, 0xba, 0xd5, 0xfd, 0xce, 0x42, 0x97, 0xd2, 0xc9, 0x84, 0xdd, 0x85, 0x43, 0x2d, 0xa3, 0x55, 0x8c, 0xc9, 0xdd, 0xdc, 0x4c, 0xce, 0xfc,
0xcf, 0x15, 0xa8, 0x1a, 0x93, 0x74, 0x34, 0x62, 0xf7, 0xe0, 0x48, 0xd3, 0x68, 0xe4, 0x63, 0x72, 0xf8, 0x25, 0xd4, 0xe4, 0x40, 0x05, 0x8b, 0xcc, 0x68, 0x9e, 0xf5, 0x36, 0xd1, 0x56, 0x62, 0xbc,
0x3f, 0x33, 0x93, 0x99, 0x1f, 0xbf, 0x84, 0xea, 0x1c, 0xa8, 0x60, 0x91, 0x19, 0xcd, 0x73, 0x6d, 0x78, 0x17, 0x6d, 0x80, 0x4a, 0xaf, 0x75, 0xed, 0x71, 0xce, 0xb8, 0x39, 0xaa, 0x4d, 0x43, 0xd8,
0x13, 0x6d, 0x25, 0xc6, 0x8b, 0xf7, 0xd1, 0x16, 0xa8, 0xf2, 0x9a, 0xd7, 0x01, 0xe7, 0x8c, 0x9b, 0xd8, 0x9b, 0x77, 0x93, 0xbf, 0xe3, 0xbd, 0x17, 0x4f, 0x4e, 0x3b, 0x95, 0x07, 0xa7, 0x9d, 0xca,
0xa3, 0xda, 0x36, 0x80, 0xad, 0x83, 0x65, 0x37, 0xf9, 0x6b, 0xbc, 0xf7, 0xe2, 0xe9, 0x59, 0xab, 0xaf, 0xa7, 0x9d, 0xca, 0xfd, 0xac, 0x63, 0x9d, 0x64, 0x1d, 0xeb, 0x41, 0xd6, 0xb1, 0x7e, 0xcf,
0xf4, 0xf0, 0xac, 0x55, 0xfa, 0xe5, 0xac, 0x55, 0x7a, 0x30, 0x6d, 0x59, 0xa7, 0xd3, 0x96, 0xf5, 0x3a, 0xd6, 0xd7, 0x7f, 0x74, 0x2a, 0x9f, 0x56, 0xd3, 0x9d, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff,
0x70, 0xda, 0xb2, 0x7e, 0x9b, 0xb6, 0xac, 0xaf, 0x7e, 0x6f, 0x95, 0x3e, 0x29, 0xa7, 0x7b, 0x7f, 0x8a, 0xc4, 0x1f, 0xd5, 0x30, 0x0c, 0x00, 0x00,
0x06, 0x00, 0x00, 0xff, 0xff, 0xe4, 0x00, 0x89, 0xa0, 0x4c, 0x0c, 0x00, 0x00,
} }

View File

@ -26,7 +26,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1"; option go_package = "v1";

View File

@ -2298,63 +2298,62 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 924 bytes of a gzipped FileDescriptorProto // 904 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0x4f, 0x6f, 0x1b, 0x45, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0x4f, 0x6f, 0xdc, 0x44,
0x14, 0xf7, 0xfa, 0x4f, 0x62, 0x4f, 0x80, 0x94, 0xa9, 0x4a, 0xb6, 0x41, 0xb2, 0x2d, 0x23, 0xa1, 0x14, 0x5f, 0xef, 0x9f, 0x64, 0x77, 0x02, 0xa4, 0x4c, 0x55, 0xe2, 0x06, 0x69, 0x77, 0xb5, 0x48,
0x54, 0xa2, 0xbb, 0x4d, 0xf9, 0x57, 0x55, 0x1c, 0x88, 0x45, 0x54, 0x2a, 0x68, 0x41, 0x13, 0xc8, 0x28, 0x95, 0x8a, 0xdd, 0x94, 0x7f, 0x55, 0xc5, 0x81, 0x58, 0x44, 0x55, 0x05, 0x2d, 0x68, 0x02,
0x01, 0x2e, 0xcc, 0x6e, 0x5e, 0xd7, 0x83, 0xed, 0x9d, 0xd5, 0xcc, 0xec, 0xb6, 0xe1, 0xd4, 0x0f, 0x39, 0xc0, 0x85, 0xb1, 0xf3, 0xba, 0x6b, 0x76, 0xed, 0xb1, 0x66, 0xc6, 0x6e, 0xc3, 0xa9, 0x1f,
0xc0, 0x81, 0x63, 0x8f, 0x7c, 0x05, 0xbe, 0x00, 0x57, 0x72, 0xec, 0x11, 0x24, 0x64, 0x11, 0xf3, 0x80, 0x03, 0xc7, 0x1e, 0xf9, 0x0a, 0x7c, 0x01, 0xae, 0xe4, 0xd8, 0x23, 0x48, 0x68, 0x45, 0xcc,
0x2d, 0x38, 0xa1, 0x99, 0x1d, 0x7b, 0x6d, 0xbc, 0xa1, 0x0a, 0x14, 0xd1, 0x43, 0x6f, 0xbb, 0xef, 0xb7, 0xe0, 0x84, 0x66, 0x3c, 0xbb, 0xce, 0xb2, 0x0e, 0xd5, 0x42, 0x11, 0x1c, 0x72, 0xb3, 0xdf,
0xef, 0xef, 0xbd, 0xf7, 0x9b, 0x79, 0x83, 0xde, 0x1f, 0xde, 0x90, 0x1e, 0xe3, 0xfe, 0x30, 0x0d, 0xfb, 0xbd, 0xf7, 0x7e, 0xef, 0xcd, 0x9b, 0x79, 0x0f, 0xbd, 0x3f, 0xbe, 0x25, 0x9c, 0x90, 0xb9,
0x40, 0xc4, 0xa0, 0x40, 0xfa, 0xc9, 0x30, 0xf2, 0x69, 0xc2, 0xa4, 0x4f, 0x53, 0x35, 0xe0, 0x82, 0xe3, 0xd4, 0x07, 0x1e, 0x83, 0x04, 0xe1, 0x26, 0xe3, 0xa1, 0x4b, 0x93, 0x50, 0xb8, 0x34, 0x95,
0x7d, 0x43, 0x15, 0xe3, 0xb1, 0x9f, 0xed, 0x06, 0xa0, 0xe8, 0xae, 0x1f, 0x41, 0x0c, 0x82, 0x2a, 0x23, 0xc6, 0xc3, 0xaf, 0xa9, 0x0c, 0x59, 0xec, 0x66, 0xbb, 0x3e, 0x48, 0xba, 0xeb, 0x0e, 0x21,
0x38, 0xf2, 0x12, 0xc1, 0x15, 0xc7, 0xd7, 0xf2, 0x08, 0x5e, 0x11, 0xc1, 0x4b, 0x86, 0x91, 0xa7, 0x06, 0x4e, 0x25, 0x1c, 0x39, 0x09, 0x67, 0x92, 0xe1, 0x1b, 0x85, 0x07, 0xa7, 0xf4, 0xe0, 0x24,
0x23, 0x78, 0x4b, 0x11, 0x3c, 0x1b, 0x61, 0xfb, 0x6a, 0xc4, 0xd4, 0x20, 0x0d, 0xbc, 0x90, 0x8f, 0xe3, 0xa1, 0xa3, 0x3c, 0x38, 0x0b, 0x1e, 0x1c, 0xe3, 0x61, 0xfb, 0x8d, 0x61, 0x28, 0x47, 0xa9,
0xfd, 0x88, 0x47, 0xdc, 0x37, 0x81, 0x82, 0xf4, 0x9e, 0xf9, 0x33, 0x3f, 0xe6, 0x2b, 0x4f, 0xb0, 0xef, 0x04, 0x2c, 0x72, 0x87, 0x6c, 0xc8, 0x5c, 0xed, 0xc8, 0x4f, 0x1f, 0xe8, 0x3f, 0xfd, 0xa3,
0xfd, 0x96, 0x85, 0x48, 0x13, 0x36, 0xa6, 0xe1, 0x80, 0xc5, 0x20, 0x8e, 0x0b, 0x90, 0x63, 0x50, 0xbf, 0x8a, 0x00, 0xdb, 0x6f, 0x19, 0x8a, 0x34, 0x09, 0x23, 0x1a, 0x8c, 0xc2, 0x18, 0xf8, 0x71,
0xd4, 0xcf, 0x56, 0x60, 0x6d, 0xfb, 0x67, 0x79, 0x89, 0x34, 0x56, 0x6c, 0x0c, 0x2b, 0x0e, 0xef, 0x49, 0x32, 0x02, 0x49, 0xdd, 0x6c, 0x89, 0xd6, 0xb6, 0x7b, 0x9e, 0x15, 0x4f, 0x63, 0x19, 0x46,
0x3c, 0xc9, 0x41, 0x86, 0x03, 0x18, 0xd3, 0x15, 0xbf, 0x37, 0xcf, 0xf2, 0x4b, 0x15, 0x1b, 0xf9, 0xb0, 0x64, 0xf0, 0xce, 0xb3, 0x0c, 0x44, 0x30, 0x82, 0x88, 0x2e, 0xd9, 0xbd, 0x79, 0x9e, 0x5d,
0x2c, 0x56, 0x52, 0x89, 0x15, 0xa7, 0x85, 0x9a, 0x24, 0x88, 0x0c, 0x44, 0x51, 0x10, 0x3c, 0xa0, 0x2a, 0xc3, 0x89, 0x1b, 0xc6, 0x52, 0x48, 0xbe, 0x64, 0x74, 0x26, 0x27, 0x01, 0x3c, 0x03, 0x5e,
0xe3, 0x64, 0x04, 0x65, 0x35, 0x7d, 0xb8, 0x30, 0xac, 0xab, 0x34, 0x8a, 0x04, 0x44, 0x54, 0xf1, 0x26, 0x04, 0x8f, 0x68, 0x94, 0x4c, 0xa0, 0x2a, 0xa7, 0xeb, 0xe7, 0x1e, 0x56, 0x05, 0x7a, 0xf0,
0x05, 0x5f, 0x9a, 0x30, 0x01, 0x11, 0x93, 0x4a, 0xcc, 0x66, 0x46, 0x47, 0xc9, 0x60, 0x75, 0x68, 0x2e, 0x42, 0xfb, 0x8f, 0x24, 0xa7, 0x87, 0x74, 0x92, 0x02, 0xee, 0xa1, 0x56, 0x28, 0x21, 0x12,
0xbd, 0x77, 0x11, 0xda, 0x7f, 0xa0, 0x04, 0x3d, 0xa4, 0xa3, 0x14, 0x70, 0x07, 0x35, 0x98, 0x82, 0xb6, 0xd5, 0x6f, 0xec, 0x74, 0xbc, 0x4e, 0x3e, 0xed, 0xb5, 0xee, 0x2a, 0x01, 0x29, 0xe4, 0xb7,
0xb1, 0x74, 0x9d, 0x6e, 0x6d, 0xa7, 0xd5, 0x6f, 0x4d, 0x27, 0x9d, 0xc6, 0x6d, 0x2d, 0x20, 0xb9, 0xdb, 0x4f, 0xbe, 0xeb, 0xd5, 0x1e, 0xff, 0xd2, 0xaf, 0x0d, 0xa6, 0x75, 0x64, 0x7f, 0xc4, 0x02,
0xfc, 0x66, 0xf3, 0xd1, 0xf7, 0x9d, 0xca, 0xc3, 0x5f, 0xbb, 0x95, 0xde, 0xa4, 0x8a, 0xdc, 0x8f, 0x3a, 0x39, 0x48, 0xfd, 0xaf, 0x20, 0x90, 0x7b, 0x41, 0x00, 0x42, 0x10, 0xc8, 0x42, 0x78, 0x88,
0x79, 0x48, 0x47, 0x07, 0x69, 0xf0, 0x35, 0x84, 0x6a, 0x2f, 0x0c, 0x41, 0x4a, 0x02, 0x19, 0x83, 0xbf, 0x44, 0x6d, 0x55, 0xf2, 0x23, 0x2a, 0xa9, 0x6d, 0xf5, 0xad, 0x9d, 0x8d, 0x9b, 0x37, 0x1c,
0xfb, 0xf8, 0x2b, 0xd4, 0xd4, 0xe3, 0x38, 0xa2, 0x8a, 0xba, 0x4e, 0xd7, 0xd9, 0xd9, 0xb8, 0x7e, 0xd3, 0x01, 0x67, 0x2b, 0x50, 0xf6, 0x80, 0x42, 0x3b, 0xd9, 0xae, 0xf3, 0xb1, 0xf6, 0x75, 0x0f,
0xcd, 0xb3, 0xec, 0x58, 0xec, 0x4e, 0xc1, 0x0f, 0x6d, 0xed, 0x65, 0xbb, 0xde, 0x27, 0x26, 0xd6, 0x24, 0xf5, 0xf0, 0xc9, 0xb4, 0x57, 0xcb, 0xa7, 0x3d, 0x54, 0xca, 0xc8, 0xdc, 0x2b, 0x1e, 0xa3,
0x1d, 0x50, 0xb4, 0x8f, 0x4f, 0x26, 0x9d, 0xca, 0x74, 0xd2, 0x41, 0x85, 0x8c, 0xcc, 0xa3, 0xe2, 0xa6, 0x48, 0x20, 0xb0, 0xeb, 0xda, 0xfb, 0x5d, 0x67, 0xd5, 0xfe, 0x72, 0x2a, 0x68, 0x1f, 0x24,
0x21, 0xaa, 0xcb, 0x04, 0x42, 0xb7, 0x6a, 0xa2, 0xdf, 0xf6, 0xce, 0xcb, 0x3d, 0xaf, 0x04, 0xf6, 0x10, 0x78, 0x2f, 0x98, 0xb0, 0x4d, 0xf5, 0x47, 0x74, 0x10, 0x2c, 0xd0, 0x9a, 0x90, 0x54, 0xa6,
0x41, 0x02, 0x61, 0xff, 0x05, 0x9b, 0xb6, 0xae, 0xff, 0x88, 0x49, 0x82, 0x25, 0x5a, 0x93, 0x8a, 0xc2, 0x6e, 0xe8, 0x70, 0x1f, 0x3e, 0x9f, 0x70, 0xda, 0xa5, 0xf7, 0x92, 0x09, 0xb8, 0x56, 0xfc,
0xaa, 0x54, 0xba, 0x35, 0x93, 0xee, 0xa3, 0xa7, 0x93, 0xce, 0x84, 0xec, 0xbf, 0x64, 0x13, 0xae, 0x13, 0x13, 0x6a, 0xf0, 0x05, 0xba, 0x72, 0x9f, 0xc5, 0x04, 0x04, 0x4b, 0x79, 0x00, 0x7b, 0x52,
0xe5, 0xff, 0xc4, 0xa6, 0xea, 0x7d, 0x89, 0x2e, 0xdd, 0xe5, 0x31, 0x01, 0xc9, 0x53, 0x11, 0xc2, 0xf2, 0xd0, 0x4f, 0x25, 0x08, 0xdc, 0x47, 0xcd, 0x84, 0xca, 0x91, 0x2e, 0x6c, 0xa7, 0xe4, 0xfb,
0x9e, 0x52, 0x82, 0x05, 0xa9, 0x02, 0x89, 0xbb, 0xa8, 0x9e, 0x50, 0x35, 0x30, 0x8d, 0x6d, 0x15, 0x09, 0x95, 0x23, 0xa2, 0x35, 0x0a, 0x91, 0x01, 0xf7, 0x75, 0x71, 0xce, 0x20, 0x0e, 0x81, 0xfb,
0x78, 0x3f, 0xa5, 0x6a, 0x40, 0x8c, 0x46, 0x5b, 0x64, 0x20, 0x02, 0xd3, 0x9c, 0x05, 0x8b, 0x43, 0x44, 0x6b, 0x06, 0x3f, 0xd4, 0x11, 0xae, 0x70, 0xed, 0xa2, 0x4e, 0x4c, 0x23, 0x10, 0x09, 0x0d,
0x10, 0x01, 0x31, 0x9a, 0xde, 0x8f, 0x55, 0x84, 0x4b, 0x42, 0xfb, 0xa8, 0x15, 0xd3, 0x31, 0xc8, 0xc0, 0xf8, 0x7f, 0xd9, 0x58, 0x77, 0xee, 0xcf, 0x14, 0xa4, 0xc4, 0x3c, 0x3b, 0x12, 0x7e, 0x0d,
0x84, 0x86, 0x60, 0xe3, 0xbf, 0x6c, 0xbd, 0x5b, 0x77, 0x67, 0x0a, 0x52, 0xd8, 0x3c, 0x39, 0x13, 0xb5, 0x86, 0x9c, 0xa5, 0x89, 0x2e, 0x5d, 0xc7, 0x7b, 0xd1, 0x40, 0x5a, 0x77, 0x94, 0x90, 0x14,
0x7e, 0x0d, 0x35, 0x22, 0xc1, 0xd3, 0xc4, 0xb4, 0xae, 0xd5, 0x7f, 0xd1, 0x9a, 0x34, 0x6e, 0x69, 0x3a, 0x7c, 0x0d, 0xad, 0x67, 0xc0, 0x45, 0xc8, 0x62, 0xbb, 0xa9, 0x61, 0x9b, 0x06, 0xb6, 0x7e,
0x21, 0xc9, 0x75, 0xf8, 0x0a, 0x5a, 0xcf, 0x40, 0x48, 0xc6, 0x63, 0xb7, 0x6e, 0xcc, 0x36, 0xad, 0x58, 0x88, 0xc9, 0x4c, 0x8f, 0xaf, 0xa3, 0x36, 0x37, 0xc4, 0xed, 0x96, 0xc6, 0x5e, 0x32, 0xd8,
0xd9, 0xfa, 0x61, 0x2e, 0x26, 0x33, 0x3d, 0x7e, 0x03, 0x35, 0x85, 0x05, 0xee, 0x36, 0x8c, 0xed, 0xf6, 0x2c, 0x21, 0x32, 0x47, 0xe0, 0xb7, 0xd1, 0x86, 0x48, 0xfd, 0xb9, 0xc1, 0x9a, 0x36, 0xb8,
0x05, 0x6b, 0xdb, 0x9c, 0x15, 0x44, 0xe6, 0x16, 0xf8, 0x6d, 0xb4, 0x21, 0xd3, 0x60, 0xee, 0xb0, 0x6c, 0x0c, 0x36, 0x0e, 0x4a, 0x15, 0x39, 0x8b, 0x53, 0x69, 0xa9, 0x1c, 0xed, 0xf5, 0xc5, 0xb4,
0x66, 0x1c, 0x2e, 0x5a, 0x87, 0x8d, 0x83, 0x42, 0x45, 0x16, 0xed, 0x74, 0x59, 0xba, 0x46, 0x77, 0x54, 0x09, 0x88, 0xd6, 0x0c, 0x4e, 0xeb, 0x68, 0xeb, 0x00, 0x26, 0x0f, 0xfe, 0x9b, 0xee, 0x67,
0x7d, 0xb9, 0x2c, 0xdd, 0x02, 0x62, 0x34, 0xbd, 0xd3, 0x2a, 0xda, 0x3a, 0x80, 0xd1, 0xbd, 0xff, 0x0b, 0xdd, 0x7f, 0xef, 0x6f, 0xb4, 0x63, 0x35, 0xf5, 0xff, 0xd7, 0x0d, 0xf8, 0xb1, 0x8e, 0x5e,
0x87, 0xfd, 0x7c, 0x89, 0xfd, 0x77, 0xfe, 0x01, 0x1d, 0xcb, 0xa1, 0x3f, 0x5b, 0x27, 0xe0, 0xa7, 0xfd, 0x0b, 0xa2, 0xf8, 0x1b, 0x0b, 0x61, 0xbe, 0xd4, 0xc4, 0xa6, 0xe4, 0x1f, 0xac, 0xce, 0x70,
0x2a, 0x7a, 0xf5, 0x6f, 0x80, 0xe2, 0x6f, 0x1d, 0x84, 0xc5, 0x0a, 0x89, 0x6d, 0xcb, 0x3f, 0x38, 0xf9, 0x42, 0x78, 0xaf, 0xe4, 0xd3, 0x5e, 0xc5, 0x45, 0x21, 0x15, 0x71, 0xf1, 0x13, 0x0b, 0x5d,
0x3f, 0xc2, 0xd5, 0x03, 0xd1, 0x7f, 0x65, 0x3a, 0xe9, 0x94, 0x1c, 0x14, 0x52, 0x92, 0x17, 0x3f, 0x89, 0xab, 0x6e, 0xac, 0x39, 0xa6, 0x3b, 0xab, 0x33, 0xaa, 0x7c, 0x00, 0xbc, 0xab, 0xf9, 0xb4,
0x72, 0xd0, 0xa5, 0xb8, 0xec, 0xc4, 0xda, 0x31, 0xdd, 0x3a, 0x3f, 0xa2, 0xd2, 0x0b, 0xa0, 0x7f, 0x57, 0xfd, 0x36, 0x90, 0x6a, 0x02, 0x83, 0x9f, 0xeb, 0xe8, 0xf2, 0xc5, 0x3b, 0xfd, 0xef, 0x74,
0x79, 0x3a, 0xe9, 0x94, 0xdf, 0x0d, 0xa4, 0x1c, 0x40, 0xef, 0x97, 0x2a, 0xba, 0xf8, 0xfc, 0x9e, 0xe9, 0xef, 0x4d, 0xb4, 0x75, 0xd1, 0xa1, 0xff, 0xb0, 0x43, 0xe7, 0x83, 0xa4, 0xb1, 0xf8, 0xe2,
0xfe, 0x6f, 0x58, 0xfa, 0x47, 0x1d, 0x6d, 0x3d, 0x67, 0xe8, 0xbf, 0x64, 0xe8, 0x7c, 0x91, 0xd4, 0x7e, 0x26, 0x80, 0x9b, 0x41, 0xd2, 0x9f, 0x0d, 0x92, 0xa6, 0xde, 0x4d, 0x90, 0x3a, 0x0a, 0x3d,
0x96, 0x6f, 0xdc, 0xcf, 0x25, 0x08, 0xbb, 0x48, 0xba, 0xb3, 0x45, 0x52, 0x37, 0x6f, 0x13, 0xa4, 0x44, 0xc4, 0x6c, 0x8a, 0x1c, 0xa3, 0x16, 0xa8, 0x5d, 0xc6, 0x6e, 0xf5, 0x1b, 0x3b, 0x1b, 0x37,
0x47, 0x61, 0x96, 0x88, 0x9c, 0x6d, 0x91, 0x63, 0xd4, 0x00, 0xfd, 0x96, 0x71, 0x1b, 0xdd, 0xda, 0x3f, 0x7d, 0x6e, 0xcd, 0xe6, 0xe8, 0x15, 0x69, 0x3f, 0x96, 0xfc, 0xb8, 0x1c, 0x60, 0x5a, 0x46,
0xce, 0xc6, 0xf5, 0xcf, 0x9e, 0x1a, 0xd9, 0x3c, 0xf3, 0x44, 0xda, 0x8f, 0x95, 0x38, 0x2e, 0x16, 0x8a, 0x88, 0xdb, 0x99, 0x59, 0xa3, 0x34, 0x06, 0x5f, 0x42, 0x8d, 0x31, 0x1c, 0x17, 0x03, 0x94,
0x98, 0x91, 0x91, 0x3c, 0xe3, 0x76, 0x66, 0x9f, 0x51, 0xc6, 0x06, 0x5f, 0x40, 0xb5, 0x21, 0x1c, 0xa8, 0x4f, 0x4c, 0x50, 0x2b, 0x53, 0x1b, 0x96, 0x29, 0xf4, 0x7b, 0xab, 0x53, 0x2b, 0xb7, 0x34,
0xe7, 0x0b, 0x94, 0xe8, 0x4f, 0x4c, 0x50, 0x23, 0xd3, 0x2f, 0x2c, 0xdb, 0xe8, 0xf7, 0xce, 0x0f, 0x52, 0xb8, 0xba, 0x5d, 0xbf, 0x65, 0x0d, 0xbe, 0xb7, 0xd0, 0xd5, 0x73, 0x5b, 0x56, 0x8d, 0x55,
0xad, 0x78, 0xa5, 0x91, 0x3c, 0xd4, 0xcd, 0xea, 0x0d, 0xa7, 0xf7, 0x83, 0x83, 0x2e, 0x9f, 0x49, 0x3a, 0x99, 0xb0, 0x87, 0x70, 0xa4, 0xb9, 0xb4, 0xcb, 0xb1, 0xba, 0x57, 0x88, 0xc9, 0x4c, 0x8f,
0x59, 0xbd, 0x56, 0xe9, 0x68, 0xc4, 0xef, 0xc3, 0x91, 0xc1, 0xd2, 0x2c, 0xd6, 0xea, 0x5e, 0x2e, 0x5f, 0x47, 0x6b, 0x1c, 0xa8, 0x60, 0xb1, 0x19, 0xe5, 0xf3, 0x6e, 0x27, 0x5a, 0x4a, 0x8c, 0x16,
0x26, 0x33, 0x3d, 0x7e, 0x1d, 0xad, 0x09, 0xa0, 0x92, 0xc7, 0x76, 0x95, 0xcf, 0xd9, 0x4e, 0x8c, 0xef, 0xa1, 0x4d, 0x50, 0xe1, 0x35, 0xb9, 0x7d, 0xce, 0x19, 0x37, 0x47, 0xb6, 0x65, 0x0c, 0x36,
0x94, 0x58, 0x2d, 0xde, 0x43, 0x9b, 0xa0, 0xd3, 0x1b, 0x70, 0xfb, 0x42, 0x70, 0x61, 0x47, 0xb6, 0xf7, 0x17, 0xd5, 0xe4, 0xcf, 0x78, 0xef, 0xda, 0xc9, 0x69, 0xb7, 0xf6, 0xf4, 0xb4, 0x5b, 0xfb,
0x65, 0x1d, 0x36, 0xf7, 0x97, 0xd5, 0xe4, 0xaf, 0xf6, 0xfd, 0x2b, 0x27, 0xa7, 0xed, 0xca, 0xe3, 0xe9, 0xb4, 0x5b, 0x7b, 0x9c, 0x77, 0xad, 0x93, 0xbc, 0x6b, 0x3d, 0xcd, 0xbb, 0xd6, 0xaf, 0x79,
0xd3, 0x76, 0xe5, 0xe7, 0xd3, 0x76, 0xe5, 0xe1, 0xb4, 0xed, 0x9c, 0x4c, 0xdb, 0xce, 0xe3, 0x69, 0xd7, 0xfa, 0xf6, 0xb7, 0x6e, 0xed, 0xf3, 0x75, 0x93, 0xf4, 0x1f, 0x01, 0x00, 0x00, 0xff, 0xff,
0xdb, 0xf9, 0x6d, 0xda, 0x76, 0xbe, 0xfb, 0xbd, 0x5d, 0xf9, 0x62, 0xdd, 0x16, 0xfd, 0x67, 0x00, 0x38, 0xbb, 0x77, 0xc4, 0x79, 0x0c, 0x00, 0x00,
0x00, 0x00, 0xff, 0xff, 0xb2, 0x73, 0x89, 0x1d, 0x95, 0x0c, 0x00, 0x00,
} }

View File

@ -26,7 +26,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1beta1"; option go_package = "v1beta1";

View File

@ -3420,87 +3420,85 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 1311 bytes of a gzipped FileDescriptorProto // 1279 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0xcf, 0x8f, 0xdb, 0xc4, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0xcd, 0x6f, 0x1b, 0x45,
0x17, 0x5f, 0x27, 0xd9, 0xd5, 0x76, 0xbc, 0xfd, 0xf1, 0x9d, 0x56, 0x6d, 0xba, 0xfd, 0x36, 0x5e, 0x14, 0xcf, 0xda, 0x4e, 0x94, 0xce, 0xa6, 0x1f, 0x4c, 0xaa, 0xd4, 0x4d, 0xa8, 0x37, 0x5a, 0x38,
0x19, 0x0e, 0x2d, 0x6a, 0x6d, 0x12, 0x4a, 0x45, 0x85, 0x10, 0xda, 0x04, 0x95, 0x56, 0x34, 0xed, 0xb4, 0xa8, 0xec, 0x12, 0x13, 0x2a, 0x22, 0x84, 0x50, 0x6c, 0x54, 0x5a, 0x51, 0xb7, 0x61, 0xe2,
0x32, 0x4d, 0x2b, 0x7e, 0x09, 0x31, 0xeb, 0x4c, 0x9d, 0xe9, 0xc6, 0x3f, 0x34, 0x9e, 0x44, 0xdd, 0x46, 0x7c, 0x09, 0x31, 0x59, 0x4f, 0x9d, 0x69, 0xbc, 0x1f, 0x9a, 0x1d, 0x5b, 0x4d, 0x24, 0x24,
0x4a, 0x48, 0x9c, 0x38, 0x73, 0xe1, 0x8c, 0xe0, 0x9f, 0xe0, 0x5c, 0x24, 0xa4, 0x3d, 0xf6, 0x06, 0x4e, 0x9c, 0xb9, 0x70, 0x46, 0xf0, 0x4f, 0x70, 0x2e, 0x12, 0x52, 0x8e, 0xbd, 0xc1, 0xc9, 0x22,
0xa7, 0x88, 0x35, 0xdc, 0x10, 0xff, 0x40, 0xc5, 0x01, 0x79, 0x3c, 0x71, 0xec, 0x24, 0xce, 0x6e, 0x0b, 0x37, 0xc4, 0x3f, 0x50, 0x71, 0x40, 0x3b, 0x3b, 0x5e, 0xef, 0xda, 0x5e, 0x27, 0x4e, 0xd3,
0xb6, 0xdb, 0x22, 0x6e, 0xf6, 0xcc, 0x7b, 0x9f, 0xcf, 0x7b, 0x9f, 0x79, 0xf3, 0x66, 0x06, 0x5c, 0x22, 0x6e, 0xbb, 0x33, 0xef, 0xfd, 0x7e, 0xef, 0xfd, 0xe6, 0xcd, 0x9b, 0x19, 0xb0, 0xb6, 0xfb,
0xdb, 0x7a, 0x2b, 0x30, 0xa8, 0x67, 0x6e, 0xf5, 0x36, 0x09, 0x73, 0x09, 0x27, 0x81, 0xe9, 0x6f, 0xb6, 0x6f, 0x50, 0xd7, 0xdc, 0x6d, 0x6f, 0x13, 0xe6, 0x10, 0x4e, 0x7c, 0xd3, 0xdb, 0x6d, 0x9a,
0xd9, 0x26, 0xf6, 0x69, 0x60, 0xe2, 0x1e, 0xf7, 0x02, 0x0b, 0x77, 0xa9, 0x6b, 0x9b, 0xfd, 0xaa, 0xd8, 0xa3, 0xbe, 0x89, 0xdb, 0xdc, 0xf5, 0x2d, 0xdc, 0xa2, 0x4e, 0xd3, 0xec, 0xac, 0x98, 0x4d,
0x69, 0x13, 0x97, 0x30, 0xcc, 0x49, 0xdb, 0xf0, 0x99, 0xc7, 0x3d, 0x78, 0x31, 0x76, 0x35, 0x46, 0xe2, 0x10, 0x86, 0x39, 0x69, 0x18, 0x1e, 0x73, 0xb9, 0x0b, 0xaf, 0x45, 0xae, 0x46, 0xdf, 0xd5,
0xae, 0x86, 0xbf, 0x65, 0x1b, 0x91, 0xab, 0x91, 0x72, 0x35, 0xfa, 0xd5, 0xd5, 0xcb, 0x36, 0xe5, 0xf0, 0x76, 0x9b, 0x46, 0xe8, 0x6a, 0x24, 0x5c, 0x8d, 0xce, 0xca, 0xe2, 0xeb, 0x4d, 0xca, 0x77,
0x9d, 0xde, 0xa6, 0x61, 0x79, 0x8e, 0x69, 0x7b, 0xb6, 0x67, 0x0a, 0x84, 0xcd, 0xde, 0x03, 0xf1, 0xda, 0xdb, 0x86, 0xe5, 0xda, 0x66, 0xd3, 0x6d, 0xba, 0xa6, 0x40, 0xd8, 0x6e, 0x3f, 0x10, 0x7f,
0x27, 0x7e, 0xc4, 0x57, 0x8c, 0xbc, 0x7a, 0x45, 0x06, 0x85, 0x7d, 0xea, 0x60, 0xab, 0x43, 0x5d, 0xe2, 0x47, 0x7c, 0x45, 0xc8, 0x8b, 0xab, 0x32, 0x28, 0xec, 0x51, 0x1b, 0x5b, 0x3b, 0xd4, 0x21,
0xc2, 0xb6, 0x87, 0x61, 0x99, 0x8c, 0x04, 0x5e, 0x8f, 0x59, 0x64, 0x3c, 0x9e, 0x99, 0x5e, 0x81, 0x6c, 0xaf, 0x17, 0x96, 0xc9, 0x88, 0xef, 0xb6, 0x99, 0x45, 0x06, 0xe3, 0x19, 0xeb, 0xe5, 0x9b,
0xe9, 0x10, 0x8e, 0xa7, 0x64, 0xb1, 0x6a, 0xe6, 0x79, 0xb1, 0x9e, 0xcb, 0xa9, 0x33, 0x49, 0x73, 0x36, 0xe1, 0x78, 0x44, 0x16, 0x8b, 0x66, 0x96, 0x17, 0x6b, 0x3b, 0x9c, 0xda, 0xc3, 0x34, 0x37,
0x75, 0x2f, 0x87, 0xc0, 0xea, 0x10, 0x07, 0x4f, 0xf8, 0xbd, 0x91, 0xe7, 0xd7, 0xe3, 0xb4, 0x6b, 0x8e, 0x72, 0xf0, 0xad, 0x1d, 0x62, 0xe3, 0x21, 0xbf, 0x37, 0xb3, 0xfc, 0xda, 0x9c, 0xb6, 0x4c,
0x52, 0x97, 0x07, 0x9c, 0xcd, 0xca, 0x29, 0x20, 0xac, 0x4f, 0xd8, 0x28, 0x21, 0xf2, 0x08, 0x3b, 0xea, 0x70, 0x9f, 0xb3, 0x71, 0x39, 0xf9, 0x84, 0x75, 0x08, 0xeb, 0x27, 0x44, 0x1e, 0x61, 0xdb,
0x7e, 0x97, 0x4c, 0xcb, 0xe9, 0x46, 0x6a, 0x51, 0x2f, 0x63, 0xdb, 0x66, 0xc4, 0xc6, 0xdc, 0x4b, 0x6b, 0x91, 0x51, 0x39, 0x5d, 0xcf, 0x5c, 0xd4, 0x11, 0xd6, 0xfa, 0x77, 0x0a, 0x58, 0xaa, 0x32,
0xf9, 0x62, 0x9f, 0x32, 0x62, 0xd3, 0x80, 0x33, 0xcc, 0xa9, 0xe7, 0x9a, 0xfd, 0x2a, 0xee, 0xfa, 0xd7, 0xf7, 0xb7, 0x08, 0xf3, 0xa9, 0xeb, 0xdc, 0xdb, 0x7e, 0x48, 0x2c, 0x8e, 0xc8, 0x03, 0xc2,
0x1d, 0x3c, 0x89, 0x74, 0x29, 0xb7, 0x3c, 0xa6, 0xf0, 0xea, 0xdf, 0x2a, 0xe0, 0x5c, 0x83, 0x79, 0x88, 0x63, 0x11, 0xb8, 0x0c, 0x0a, 0xbb, 0xd4, 0x69, 0x14, 0x95, 0x65, 0xe5, 0xea, 0x99, 0xca,
0x41, 0x70, 0x9f, 0xb0, 0x80, 0x7a, 0xee, 0x9d, 0xcd, 0x87, 0xc4, 0xe2, 0x88, 0x3c, 0x20, 0x8c, 0xdc, 0x41, 0x57, 0x9b, 0x0a, 0xba, 0x5a, 0xe1, 0x43, 0xea, 0x34, 0x90, 0x98, 0x09, 0x2d, 0x1c,
0xb8, 0x16, 0x81, 0x6b, 0xa0, 0xb4, 0x45, 0xdd, 0x76, 0x59, 0x59, 0x53, 0x2e, 0x1c, 0xa9, 0xaf, 0x6c, 0x93, 0x62, 0x2e, 0x6d, 0x71, 0x17, 0xdb, 0x04, 0x89, 0x19, 0x58, 0x06, 0x00, 0x7b, 0x54,
0xec, 0x0c, 0xb4, 0x85, 0x70, 0xa0, 0x95, 0x3e, 0xa0, 0x6e, 0x1b, 0x89, 0x99, 0xc8, 0xc2, 0xc5, 0x12, 0x14, 0xf3, 0xc2, 0x0e, 0x4a, 0x3b, 0xb0, 0xbe, 0x71, 0x5b, 0xce, 0xa0, 0x84, 0x95, 0xfe,
0x0e, 0x29, 0x17, 0xb2, 0x16, 0xb7, 0xb1, 0x43, 0x90, 0x98, 0x81, 0x35, 0x00, 0xb0, 0x4f, 0x25, 0x6b, 0x0e, 0x5c, 0xba, 0xe5, 0x32, 0xba, 0xef, 0x3a, 0x1c, 0xb7, 0x36, 0xdc, 0xc6, 0xba, 0x2c,
0x41, 0xb9, 0x28, 0xec, 0xa0, 0xb4, 0x03, 0xeb, 0x1b, 0x37, 0xe5, 0x0c, 0x4a, 0x59, 0xe9, 0xbf, 0x2a, 0xc2, 0xe0, 0x97, 0x60, 0x36, 0x5c, 0xd0, 0x06, 0xe6, 0x58, 0xc4, 0xa5, 0x96, 0xdf, 0x30,
0x14, 0xc0, 0x99, 0x1b, 0x1e, 0xa3, 0x8f, 0x3d, 0x97, 0xe3, 0xee, 0x86, 0xd7, 0x5e, 0x97, 0xe5, 0x64, 0x39, 0x26, 0xf5, 0xed, 0x17, 0x64, 0x68, 0x6d, 0x74, 0x56, 0x8c, 0x28, 0xb9, 0x1a, 0xe1,
0x49, 0x18, 0xfc, 0x02, 0x2c, 0x47, 0xa5, 0xd1, 0xc6, 0x1c, 0x8b, 0xb8, 0xd4, 0xda, 0xeb, 0x86, 0xb8, 0xcf, 0xdf, 0x1f, 0x43, 0x31, 0x2a, 0xdc, 0x01, 0x05, 0xdf, 0x23, 0x96, 0xc8, 0x49, 0x2d,
0x2c, 0xec, 0xf4, 0x4a, 0x8d, 0x4a, 0x3b, 0xb2, 0x36, 0xfa, 0x55, 0x23, 0x4e, 0xae, 0x49, 0x38, 0xdf, 0x34, 0x8e, 0x5d, 0xec, 0x46, 0x46, 0xcc, 0x9b, 0x1e, 0xb1, 0xfa, 0xda, 0x84, 0x7f, 0x48,
0x1e, 0xf1, 0x8f, 0xc6, 0x50, 0x82, 0x0a, 0x3b, 0xa0, 0x14, 0xf8, 0xc4, 0x12, 0x39, 0xa9, 0xb5, 0x30, 0x40, 0x0f, 0xcc, 0xf8, 0x1c, 0xf3, 0xb6, 0x2f, 0x74, 0x51, 0xcb, 0xb7, 0x4e, 0x81, 0x4b,
0xeb, 0xc6, 0xbe, 0xb7, 0x8d, 0x91, 0x13, 0xf3, 0x5d, 0x9f, 0x58, 0x23, 0x6d, 0xa2, 0x3f, 0x24, 0xe0, 0x55, 0xce, 0x49, 0xb6, 0x99, 0xe8, 0x1f, 0x49, 0x1e, 0xfd, 0x4f, 0x05, 0x2c, 0x65, 0x78,
0x18, 0xa0, 0x0f, 0x96, 0x02, 0x8e, 0x79, 0x2f, 0x10, 0xba, 0xa8, 0xb5, 0x1b, 0x87, 0xc0, 0x25, 0xde, 0xa1, 0x3e, 0x87, 0x9f, 0x0f, 0xa9, 0x6b, 0x1c, 0x4f, 0xdd, 0xd0, 0x5b, 0x68, 0x7b, 0x41,
0xf0, 0xea, 0xc7, 0x24, 0xdb, 0x52, 0xfc, 0x8f, 0x24, 0x8f, 0xfe, 0x87, 0x02, 0xce, 0xe5, 0x78, 0x32, 0xcf, 0xf6, 0x46, 0x12, 0xca, 0x36, 0xc1, 0x34, 0xe5, 0xc4, 0xf6, 0x8b, 0xb9, 0xe5, 0xfc,
0xde, 0xa2, 0x01, 0x87, 0x9f, 0x4d, 0xa8, 0x6b, 0xec, 0x4f, 0xdd, 0xc8, 0x5b, 0x68, 0x7b, 0x42, 0x55, 0xb5, 0x5c, 0x79, 0xf6, 0x74, 0x2b, 0x67, 0x25, 0xdd, 0xf4, 0xed, 0x10, 0x18, 0x45, 0xf8,
0x32, 0x2f, 0x0f, 0x47, 0x52, 0xca, 0xda, 0x60, 0x91, 0x72, 0xe2, 0x04, 0xe5, 0xc2, 0x5a, 0xf1, 0xfa, 0x3f, 0xb9, 0xcc, 0x34, 0x43, 0xf9, 0xe1, 0x37, 0x0a, 0x38, 0x27, 0x7e, 0xeb, 0x98, 0x35,
0x82, 0x5a, 0xab, 0x3f, 0x7f, 0xba, 0xf5, 0xa3, 0x92, 0x6e, 0xf1, 0x66, 0x04, 0x8c, 0x62, 0x7c, 0x49, 0x58, 0xf1, 0x32, 0xdb, 0x49, 0x56, 0x7b, 0xcc, 0xce, 0xa9, 0x2c, 0xc8, 0xb0, 0xce, 0x6d,
0xfd, 0xef, 0x42, 0x6e, 0x9a, 0x91, 0xfc, 0xf0, 0x6b, 0x05, 0x1c, 0x13, 0xbf, 0x2d, 0xcc, 0x6c, 0xa6, 0x58, 0xd0, 0x00, 0x2b, 0x5c, 0x01, 0xaa, 0x4d, 0x1d, 0x44, 0xbc, 0x16, 0xb5, 0xb0, 0x2f,
0x12, 0x55, 0xbc, 0xcc, 0x76, 0x9e, 0xd5, 0x9e, 0xb1, 0x73, 0xea, 0xa7, 0x65, 0x58, 0xc7, 0xee, 0x4a, 0x6e, 0xba, 0x72, 0x3e, 0xe8, 0x6a, 0x6a, 0xad, 0x3f, 0x8c, 0x92, 0x36, 0xf0, 0x2d, 0xa0,
0x66, 0x58, 0xd0, 0x18, 0x2b, 0xac, 0x02, 0xd5, 0xa1, 0x2e, 0x22, 0x7e, 0x97, 0x5a, 0x38, 0x10, 0xda, 0xf8, 0x51, 0xec, 0x92, 0x17, 0x2e, 0xf3, 0x92, 0x4f, 0xad, 0xf5, 0xa7, 0x50, 0xd2, 0x0e,
0x25, 0xb7, 0x58, 0x3f, 0x1e, 0x0e, 0x34, 0xb5, 0x39, 0x1a, 0x46, 0x69, 0x1b, 0xf8, 0x26, 0x50, 0x3e, 0x04, 0x25, 0x2e, 0x68, 0xab, 0x1b, 0xf7, 0xef, 0x73, 0xda, 0xa2, 0xfb, 0x98, 0x53, 0xd7,
0x1d, 0xfc, 0x28, 0x71, 0x29, 0x0a, 0x97, 0x93, 0x92, 0x4f, 0x6d, 0x8e, 0xa6, 0x50, 0xda, 0x0e, 0xd9, 0x20, 0xcc, 0x22, 0x0e, 0xc7, 0x4d, 0x52, 0x2c, 0x08, 0x24, 0x3d, 0xe8, 0x6a, 0xa5, 0xfa,
0x3e, 0x04, 0x15, 0x2e, 0x68, 0x1b, 0x1b, 0xf7, 0xee, 0x71, 0xda, 0xa5, 0x8f, 0x45, 0x2b, 0xd9, 0x58, 0x4b, 0x74, 0x04, 0x92, 0xfe, 0x38, 0x0f, 0xae, 0x8c, 0xad, 0x4f, 0x78, 0x13, 0x40, 0x77,
0x20, 0xcc, 0x22, 0x2e, 0xc7, 0x36, 0x29, 0x97, 0x04, 0x92, 0x1e, 0x0e, 0xb4, 0x4a, 0x6b, 0xa6, 0x5b, 0xf4, 0xb5, 0xc6, 0x07, 0x51, 0x53, 0x0a, 0xbb, 0x43, 0xb8, 0x06, 0xf9, 0xca, 0x42, 0xd0,
0x25, 0xda, 0x03, 0x49, 0x7f, 0x52, 0x04, 0xe7, 0x67, 0xd6, 0x27, 0xbc, 0x0e, 0xa0, 0xb7, 0x29, 0xd5, 0xe0, 0xbd, 0xa1, 0x59, 0x34, 0xc2, 0x03, 0x5a, 0xe0, 0x6c, 0x0b, 0xfb, 0x3c, 0x52, 0x99,
0x3a, 0x64, 0xfb, 0xfd, 0xb8, 0x29, 0x45, 0xdd, 0x21, 0x5a, 0x83, 0x62, 0xfd, 0x74, 0x38, 0xd0, 0xca, 0x46, 0xa4, 0x96, 0x5f, 0x3b, 0x5e, 0xd1, 0x86, 0x1e, 0x95, 0x97, 0x82, 0xae, 0x76, 0xf6,
0xe0, 0x9d, 0x89, 0x59, 0x34, 0xc5, 0x03, 0x5a, 0xe0, 0x68, 0x17, 0x07, 0x3c, 0x56, 0x99, 0xca, 0x4e, 0x12, 0x04, 0xa5, 0x31, 0xe1, 0x3a, 0x38, 0x6f, 0xb5, 0x19, 0x23, 0x0e, 0x1f, 0x50, 0xfd,
0x46, 0xa4, 0xd6, 0x5e, 0xdb, 0x5f, 0xd1, 0x46, 0x1e, 0xf5, 0xff, 0x85, 0x03, 0xed, 0xe8, 0xad, 0x92, 0x54, 0xfd, 0x7c, 0x35, 0x3d, 0x8d, 0x06, 0xed, 0x43, 0x88, 0x06, 0xf1, 0x29, 0x23, 0x8d,
0x34, 0x08, 0xca, 0x62, 0xc2, 0x75, 0x70, 0xdc, 0xea, 0x31, 0x46, 0x5c, 0x3e, 0xa6, 0xfa, 0x19, 0x18, 0xa2, 0x90, 0x86, 0x78, 0x3f, 0x3d, 0x8d, 0x06, 0xed, 0xa1, 0x0d, 0x34, 0x89, 0x9a, 0xb9,
0xa9, 0xfa, 0xf1, 0x46, 0x76, 0x1a, 0x8d, 0xdb, 0x47, 0x10, 0x6d, 0x12, 0x50, 0x46, 0xda, 0x09, 0x82, 0xd3, 0x02, 0xf2, 0x95, 0xa0, 0xab, 0x69, 0xd5, 0xf1, 0xa6, 0xe8, 0x28, 0x2c, 0xfd, 0xaf,
0x44, 0x29, 0x0b, 0xf1, 0x5e, 0x76, 0x1a, 0x8d, 0xdb, 0x43, 0x07, 0x68, 0x12, 0x35, 0x77, 0x05, 0x1c, 0x00, 0x35, 0xc2, 0x19, 0xb5, 0xc4, 0x8e, 0x59, 0x05, 0x05, 0xbe, 0xe7, 0x11, 0x79, 0x14,
0x17, 0x05, 0xe4, 0x2b, 0xe1, 0x40, 0xd3, 0x1a, 0xb3, 0x4d, 0xd1, 0x5e, 0x58, 0xfa, 0x9f, 0x05, 0x2c, 0xf7, 0x9a, 0x59, 0x7d, 0xcf, 0x23, 0x4f, 0xbb, 0xda, 0x05, 0x69, 0x29, 0x8e, 0xe7, 0x70,
0x00, 0x9a, 0x84, 0x33, 0x6a, 0x89, 0x1d, 0x73, 0x05, 0x94, 0xf8, 0xb6, 0x4f, 0xe4, 0x51, 0xb0, 0x0c, 0x09, 0x6b, 0x88, 0xc1, 0x8c, 0x2b, 0x76, 0x86, 0x5c, 0x97, 0x77, 0x27, 0xd8, 0x5e, 0x71,
0x36, 0x6c, 0x66, 0xad, 0x6d, 0x9f, 0x3c, 0x1b, 0x68, 0x27, 0xa4, 0xa5, 0x38, 0xe8, 0xa3, 0x31, 0x6f, 0x8e, 0x81, 0x2b, 0x20, 0xec, 0x68, 0x72, 0xab, 0x49, 0x60, 0xf8, 0x09, 0x28, 0x78, 0x6e,
0x24, 0xac, 0x21, 0x06, 0x4b, 0x9e, 0xd8, 0x19, 0x72, 0x5d, 0xde, 0x99, 0x63, 0x7b, 0x25, 0xbd, 0xa3, 0xd7, 0x41, 0xdf, 0x99, 0x80, 0x60, 0xc3, 0x6d, 0xf8, 0x29, 0xf8, 0xd9, 0x30, 0xa3, 0x70,
0x39, 0x01, 0xae, 0x83, 0xa8, 0xa3, 0xc9, 0xad, 0x26, 0x81, 0xe1, 0xc7, 0xa0, 0xe4, 0x7b, 0xed, 0x14, 0x09, 0x48, 0x48, 0xc1, 0x6c, 0xef, 0xca, 0x21, 0x56, 0x4b, 0x2d, 0xbf, 0x37, 0x01, 0x3c,
0x61, 0x07, 0x7d, 0x7b, 0x0e, 0x82, 0x0d, 0xaf, 0x1d, 0x64, 0xe0, 0x97, 0xa3, 0x8c, 0xa2, 0x51, 0x92, 0xae, 0x29, 0x8a, 0xb9, 0xb0, 0x33, 0xf6, 0x66, 0x50, 0x0c, 0xaf, 0xff, 0x9d, 0x03, 0x73,
0x24, 0x20, 0x21, 0x05, 0xcb, 0xc3, 0xcb, 0x8b, 0x58, 0x2d, 0xb5, 0xf6, 0xee, 0x1c, 0xf0, 0x48, 0xd2, 0x30, 0xda, 0x20, 0xff, 0xb1, 0xde, 0xd1, 0x29, 0xf2, 0xdc, 0xf4, 0x8e, 0xe0, 0x9f, 0xab,
0xba, 0x66, 0x28, 0x56, 0xa2, 0xce, 0x38, 0x9c, 0x41, 0x09, 0xbc, 0xfe, 0x57, 0x01, 0xac, 0x48, 0xde, 0x11, 0x45, 0x96, 0xde, 0xdf, 0xe7, 0x00, 0x1c, 0x2e, 0x30, 0xe8, 0x80, 0x99, 0xa8, 0xb5,
0xc3, 0x78, 0x83, 0xfc, 0xcb, 0x7a, 0xc7, 0xa7, 0xc8, 0x0b, 0xd3, 0x3b, 0x86, 0x7f, 0xa1, 0x7a, 0x9d, 0xf2, 0x71, 0x10, 0x1f, 0xc7, 0xb2, 0xf3, 0x4b, 0x96, 0xf0, 0x72, 0x64, 0x0b, 0xfe, 0xbb,
0xc7, 0x14, 0x79, 0x7a, 0x7f, 0x57, 0x00, 0x70, 0xb2, 0xc0, 0xa0, 0x0b, 0x96, 0xe2, 0xd6, 0x76, 0xfd, 0x4b, 0x54, 0x7c, 0x39, 0xa9, 0xc5, 0x33, 0x28, 0x61, 0x05, 0x09, 0x50, 0x23, 0xef, 0x2d,
0xc8, 0xc7, 0x41, 0x72, 0x1c, 0xcb, 0xce, 0x2f, 0x59, 0xa2, 0xcb, 0x91, 0x23, 0xf8, 0x6f, 0x8f, 0xdc, 0x6a, 0x13, 0xb9, 0x0e, 0x63, 0x4f, 0x69, 0xa3, 0x97, 0xb6, 0xf1, 0x51, 0x1b, 0x3b, 0x9c,
0x2e, 0x51, 0xc9, 0xe5, 0xa4, 0x99, 0xcc, 0xa0, 0x94, 0x15, 0x24, 0x40, 0x8d, 0xbd, 0xef, 0xe3, 0xf2, 0xbd, 0xfe, 0x79, 0x51, 0xef, 0x43, 0xa1, 0x24, 0xae, 0xfe, 0xe3, 0xa0, 0x42, 0x51, 0x5d,
0x6e, 0x8f, 0xc8, 0x75, 0x98, 0x79, 0x4a, 0x1b, 0xc3, 0xb4, 0x8d, 0x0f, 0x7b, 0xd8, 0xe5, 0x94, 0xfe, 0x1f, 0x14, 0xda, 0x01, 0x73, 0xb2, 0xbb, 0x3d, 0x8b, 0x44, 0x17, 0x25, 0xcb, 0x5c, 0x35,
0x6f, 0x8f, 0xce, 0x8b, 0xd6, 0x08, 0x0a, 0xa5, 0x71, 0xf5, 0x1f, 0xc6, 0x15, 0x8a, 0xeb, 0xf2, 0x81, 0x85, 0x52, 0xc8, 0xfa, 0xcf, 0x0a, 0xb8, 0x30, 0xd8, 0x46, 0x06, 0x42, 0x56, 0x8e, 0x15,
0xbf, 0xa0, 0x50, 0x07, 0xac, 0xc8, 0xee, 0xf6, 0x3c, 0x12, 0x9d, 0x92, 0x2c, 0x2b, 0x8d, 0x14, 0xf2, 0x3e, 0x80, 0x51, 0xc2, 0xeb, 0x1d, 0xc2, 0x70, 0x93, 0x44, 0x81, 0xe7, 0x4e, 0x14, 0xf8,
0x16, 0xca, 0x20, 0xeb, 0x3f, 0x29, 0xe0, 0xc4, 0x78, 0x1b, 0x19, 0x0b, 0x59, 0xd9, 0x57, 0xc8, 0xa2, 0xe4, 0x82, 0xf5, 0x21, 0x44, 0x34, 0x82, 0x45, 0xff, 0x25, 0x9d, 0x44, 0xb4, 0xce, 0x27,
0x8f, 0x01, 0x8c, 0x13, 0x5e, 0xef, 0x13, 0x86, 0x6d, 0x12, 0x07, 0x5e, 0x38, 0x50, 0xe0, 0xab, 0x49, 0xe2, 0x2b, 0x30, 0x2f, 0xd5, 0x39, 0x85, 0x2c, 0x96, 0x24, 0xd9, 0x7c, 0x75, 0x18, 0x12,
0x92, 0x0b, 0xb6, 0x26, 0x10, 0xd1, 0x14, 0x16, 0xfd, 0xe7, 0x6c, 0x12, 0xf1, 0x3a, 0x1f, 0x24, 0x8d, 0xe2, 0xd1, 0x7f, 0xca, 0x81, 0x8b, 0xa3, 0x9a, 0x2e, 0xac, 0xc9, 0x47, 0x4a, 0x94, 0xc5,
0x89, 0x2f, 0xc1, 0x49, 0xa9, 0xce, 0x21, 0x64, 0x71, 0x4e, 0x92, 0x9d, 0x6c, 0x4c, 0x42, 0xa2, 0x5a, 0xf2, 0x91, 0xf2, 0xb4, 0xab, 0x5d, 0x1b, 0xf7, 0x64, 0x8a, 0xbb, 0x4a, 0xe2, 0x45, 0xf3,
0x69, 0x3c, 0xfa, 0x8f, 0x05, 0x70, 0x6a, 0x5a, 0xd3, 0x85, 0x4d, 0xf9, 0x48, 0x89, 0xb3, 0xb8, 0x31, 0x28, 0xa6, 0x54, 0x4c, 0x9c, 0x9f, 0xf2, 0x02, 0xf7, 0x72, 0xd0, 0xd5, 0x8a, 0xf5, 0x0c,
0x96, 0x7e, 0xa4, 0x3c, 0x1b, 0x68, 0x17, 0x67, 0x3d, 0x99, 0x92, 0xae, 0x92, 0x7a, 0xd1, 0x7c, 0x1b, 0x94, 0xe9, 0x0d, 0x3b, 0x23, 0xab, 0xe0, 0x64, 0xe5, 0xbb, 0x30, 0x41, 0x05, 0x3c, 0x1e,
0x04, 0xca, 0x19, 0x15, 0x53, 0xe7, 0xa7, 0xbc, 0xc0, 0xfd, 0x3f, 0x1c, 0x68, 0xe5, 0x56, 0x8e, 0x56, 0x2e, 0xaa, 0x82, 0x53, 0x56, 0xee, 0x33, 0x70, 0x39, 0xbd, 0x70, 0xc3, 0xd2, 0x5d, 0x09,
0x0d, 0xca, 0xf5, 0x86, 0xfd, 0xa9, 0x55, 0x70, 0xb0, 0xf2, 0x3d, 0x3d, 0x47, 0x05, 0x3c, 0x99, 0xba, 0xda, 0xe5, 0x6a, 0x96, 0x11, 0xca, 0xf6, 0xcf, 0xaa, 0xbe, 0xfc, 0x0b, 0xaa, 0xbe, 0x1f,
0x54, 0x2e, 0xae, 0x82, 0x43, 0x56, 0xee, 0x53, 0x70, 0x36, 0xbb, 0x70, 0x93, 0xd2, 0x9d, 0x0f, 0x72, 0x60, 0x5a, 0x5c, 0x19, 0x5f, 0xc0, 0x0b, 0x75, 0x2b, 0xf5, 0x42, 0x5d, 0x9d, 0xa0, 0x05,
0x07, 0xda, 0xd9, 0x46, 0x9e, 0x11, 0xca, 0xf7, 0xcf, 0xab, 0xbe, 0xe2, 0x4b, 0xaa, 0xbe, 0xef, 0x8b, 0x08, 0x33, 0xdf, 0xa3, 0x5f, 0x0c, 0xbc, 0x47, 0x6f, 0x4c, 0x8c, 0x3c, 0xfe, 0xf5, 0xb9,
0x0b, 0x60, 0x51, 0x5c, 0x19, 0x5f, 0xc2, 0x0b, 0xf5, 0x7e, 0xe6, 0x85, 0x7a, 0x65, 0x8e, 0x16, 0x06, 0xce, 0xc4, 0x01, 0xc0, 0xeb, 0xe1, 0x69, 0x2f, 0xef, 0xc2, 0x8a, 0x58, 0xfb, 0xf8, 0xe9,
0x2c, 0x22, 0xcc, 0x7d, 0x8f, 0x7e, 0x3e, 0xf6, 0x1e, 0xbd, 0x3a, 0x37, 0xf2, 0xec, 0xd7, 0xe7, 0x18, 0x5f, 0x82, 0x63, 0x0b, 0x9d, 0x02, 0x35, 0xc1, 0x30, 0x99, 0x73, 0x68, 0xed, 0x93, 0x16,
0x35, 0x70, 0x24, 0x09, 0x00, 0x5e, 0x8a, 0x4e, 0x7b, 0x79, 0x17, 0x56, 0xc4, 0xda, 0x27, 0x4f, 0xb1, 0xb8, 0xcb, 0xe4, 0x11, 0x12, 0x5b, 0x6f, 0xca, 0x71, 0x14, 0x5b, 0x54, 0x5e, 0x3d, 0x38,
0xc7, 0xe4, 0x12, 0x9c, 0x58, 0xe8, 0x14, 0xa8, 0x29, 0x86, 0xf9, 0x9c, 0x23, 0xeb, 0x80, 0x74, 0x2c, 0x4d, 0x3d, 0x39, 0x2c, 0x4d, 0xfd, 0x76, 0x58, 0x9a, 0xfa, 0x3a, 0x28, 0x29, 0x07, 0x41,
0x89, 0xc5, 0x3d, 0x26, 0x8f, 0x90, 0xc4, 0xfa, 0xae, 0x1c, 0x47, 0x89, 0x45, 0xfd, 0xd5, 0x9d, 0x49, 0x79, 0x12, 0x94, 0x94, 0xdf, 0x83, 0x92, 0xf2, 0xed, 0x1f, 0xa5, 0xa9, 0x4f, 0x73, 0x9d,
0xdd, 0xca, 0xc2, 0xd3, 0xdd, 0xca, 0xc2, 0xaf, 0xbb, 0x95, 0x85, 0xaf, 0xc2, 0x8a, 0xb2, 0x13, 0x95, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x61, 0xfc, 0xd4, 0x31, 0x3f, 0x13, 0x00, 0x00,
0x56, 0x94, 0xa7, 0x61, 0x45, 0xf9, 0x2d, 0xac, 0x28, 0xdf, 0xfc, 0x5e, 0x59, 0xf8, 0xa4, 0xd0,
0xaf, 0xfe, 0x13, 0x00, 0x00, 0xff, 0xff, 0x05, 0x3f, 0x42, 0x86, 0x89, 0x13, 0x00, 0x00,
} }

View File

@ -27,7 +27,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
import "k8s.io/kubernetes/pkg/api/v1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".

View File

@ -2988,83 +2988,81 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 1240 bytes of a gzipped FileDescriptorProto // 1208 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0x5d, 0x6f, 0x1b, 0x45, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0x5b, 0x6f, 0x1b, 0x45,
0x17, 0x8e, 0x3f, 0x92, 0xe6, 0x1d, 0xa7, 0x49, 0xde, 0x49, 0x95, 0xba, 0x09, 0xb5, 0x23, 0x5f, 0x14, 0x8e, 0x2f, 0x49, 0xc3, 0x38, 0x37, 0x26, 0x55, 0xea, 0x26, 0xd4, 0x8e, 0xf6, 0xa9, 0x54,
0x95, 0x8a, 0xee, 0x12, 0x53, 0x10, 0x15, 0x42, 0x28, 0x36, 0x1f, 0xa9, 0x88, 0xd3, 0x30, 0x0d, 0xb0, 0x4b, 0x4c, 0x41, 0x54, 0x08, 0xa1, 0xd8, 0x5c, 0x5a, 0x11, 0xa7, 0x61, 0x1a, 0x2a, 0x04,
0x15, 0x02, 0x24, 0x98, 0xac, 0x27, 0x9b, 0x21, 0xde, 0x0f, 0xcd, 0x8c, 0xad, 0x26, 0x52, 0x25, 0x48, 0x30, 0x59, 0x4f, 0x9c, 0x21, 0xde, 0x8b, 0x76, 0x66, 0xad, 0x26, 0x52, 0x25, 0x7e, 0x00,
0x7e, 0x00, 0x17, 0xdc, 0xf0, 0x13, 0x90, 0xf8, 0x07, 0x5c, 0x83, 0x84, 0x94, 0xcb, 0x72, 0xc7, 0x0f, 0xbc, 0xf0, 0x13, 0x90, 0xf8, 0x07, 0x3c, 0x83, 0x84, 0x94, 0xc7, 0xf2, 0xc6, 0x93, 0x45,
0x95, 0x45, 0xdc, 0x3b, 0x7e, 0x42, 0x25, 0x3e, 0xb4, 0x33, 0x63, 0xef, 0xae, 0xd7, 0x6b, 0xe2, 0xdc, 0x37, 0x7e, 0x42, 0x25, 0x2e, 0xda, 0x99, 0xf1, 0x5e, 0xbc, 0x5e, 0x13, 0x87, 0xb4, 0x82,
0x90, 0x56, 0x70, 0xe7, 0x9d, 0x39, 0xe7, 0x79, 0xce, 0x39, 0xcf, 0x99, 0x33, 0x63, 0xf0, 0xd6, 0x37, 0xef, 0xcc, 0x39, 0xdf, 0x77, 0xce, 0xf9, 0xce, 0x9c, 0x19, 0x83, 0xb7, 0x0f, 0xdf, 0x60,
0xe1, 0xeb, 0xdc, 0xa0, 0x9e, 0x79, 0xd8, 0xde, 0x23, 0xcc, 0x25, 0x82, 0x70, 0xd3, 0x3f, 0xb4, 0x3a, 0x75, 0x8c, 0x43, 0x7f, 0x8f, 0x78, 0x36, 0xe1, 0x84, 0x19, 0xee, 0x61, 0xdb, 0xc0, 0x2e,
0x4d, 0xec, 0x53, 0x6e, 0xe2, 0xb6, 0xf0, 0xb8, 0x85, 0x5b, 0xd4, 0xb5, 0xcd, 0x4e, 0x15, 0xb7, 0x65, 0x06, 0xf6, 0xb9, 0xc3, 0x4c, 0xdc, 0xa1, 0x76, 0xdb, 0xe8, 0xd6, 0x70, 0xc7, 0x3d, 0xc0,
0xfc, 0x03, 0xbc, 0x6e, 0xda, 0xc4, 0x25, 0x0c, 0x0b, 0xd2, 0x34, 0x7c, 0xe6, 0x09, 0x0f, 0x9a, 0x1b, 0x46, 0x9b, 0xd8, 0xc4, 0xc3, 0x9c, 0xb4, 0x74, 0xd7, 0x73, 0xb8, 0x03, 0x0d, 0x09, 0xa0,
0x0a, 0xc0, 0x08, 0x01, 0x0c, 0xff, 0xd0, 0x36, 0x02, 0x00, 0x23, 0x02, 0x60, 0xf4, 0x01, 0x56, 0x47, 0x00, 0xba, 0x7b, 0xd8, 0xd6, 0x03, 0x00, 0x3d, 0x06, 0xa0, 0x0f, 0x00, 0x56, 0x5f, 0x6e,
0x6e, 0xd9, 0x54, 0x1c, 0xb4, 0xf7, 0x0c, 0xcb, 0x73, 0x4c, 0xdb, 0xb3, 0x3d, 0x53, 0xe2, 0xec, 0x53, 0x7e, 0xe0, 0xef, 0xe9, 0xa6, 0x63, 0x19, 0x6d, 0xa7, 0xed, 0x18, 0x02, 0x67, 0xcf, 0xdf,
0xb5, 0xf7, 0xe5, 0x97, 0xfc, 0x90, 0xbf, 0x14, 0xfe, 0xca, 0x6d, 0x1d, 0x20, 0xf6, 0xa9, 0x83, 0x17, 0x5f, 0xe2, 0x43, 0xfc, 0x92, 0xf8, 0xab, 0x37, 0x55, 0x80, 0xd8, 0xa5, 0x16, 0x36, 0x0f,
0xad, 0x03, 0xea, 0x12, 0x76, 0xd4, 0x0f, 0xd1, 0x64, 0x84, 0x7b, 0x6d, 0x66, 0x91, 0xe1, 0xa8, 0xa8, 0x4d, 0xbc, 0xa3, 0x41, 0x88, 0x86, 0x47, 0x98, 0xe3, 0x7b, 0x26, 0x19, 0x8e, 0x6a, 0xac,
0xc6, 0x7a, 0x71, 0xd3, 0x21, 0x02, 0x9b, 0x9d, 0x44, 0x2e, 0x2b, 0x66, 0x9a, 0x17, 0x6b, 0xbb, 0x17, 0x33, 0x2c, 0xc2, 0xb1, 0xd1, 0x4d, 0xe5, 0xb2, 0x6a, 0x64, 0x79, 0x79, 0xbe, 0xcd, 0xa9,
0x82, 0x3a, 0x49, 0x9a, 0xd7, 0xfe, 0xce, 0x81, 0x5b, 0x07, 0xc4, 0xc1, 0x09, 0xbf, 0x57, 0xd2, 0x95, 0xa6, 0x79, 0xfd, 0x9f, 0x1c, 0x98, 0x79, 0x40, 0x2c, 0x9c, 0xf2, 0x7b, 0x35, 0xcb, 0xcf,
0xfc, 0xda, 0x82, 0xb6, 0x4c, 0xea, 0x0a, 0x2e, 0xd8, 0xb8, 0x9c, 0x38, 0x61, 0x1d, 0xc2, 0xc2, 0xe7, 0xb4, 0x63, 0x50, 0x9b, 0x33, 0xee, 0x8d, 0xcb, 0x89, 0x11, 0xaf, 0x4b, 0xbc, 0x28, 0x21,
0x84, 0xc8, 0x43, 0xec, 0xf8, 0x2d, 0x32, 0x2a, 0xa7, 0xcd, 0x88, 0xc0, 0xb7, 0xb0, 0x6d, 0x33, 0xf2, 0x00, 0x5b, 0x6e, 0x87, 0x8c, 0xca, 0xe9, 0xa5, 0x4c, 0x81, 0x47, 0x59, 0xdf, 0x3a, 0x6b,
0x62, 0x63, 0xe1, 0x45, 0x7c, 0xb1, 0x4f, 0x19, 0xb1, 0x29, 0x17, 0x0c, 0x0b, 0xea, 0xb9, 0x66, 0x3b, 0xa4, 0x5c, 0xb5, 0x6f, 0x73, 0x60, 0xad, 0xe1, 0x39, 0x8c, 0xdd, 0x27, 0x1e, 0xa3, 0x8e,
0x67, 0x7d, 0xb4, 0xd2, 0x2b, 0x2f, 0xa5, 0xb6, 0xca, 0x28, 0xde, 0x3b, 0x67, 0x6d, 0xac, 0x84, 0x7d, 0x77, 0xef, 0x4b, 0x62, 0x72, 0x44, 0xf6, 0x89, 0x47, 0x6c, 0x93, 0xc0, 0x75, 0x50, 0x3c,
0x6b, 0xe5, 0x9b, 0x0c, 0x58, 0xad, 0x33, 0x8f, 0xf3, 0x07, 0x84, 0x71, 0xea, 0xb9, 0xf7, 0xf6, 0xa4, 0x76, 0xab, 0x9c, 0x5b, 0xcf, 0x5d, 0x7f, 0xae, 0x3e, 0x77, 0xd2, 0xab, 0x4e, 0xf5, 0x7b,
0xbe, 0x20, 0x96, 0x40, 0x64, 0x9f, 0x30, 0xe2, 0x5a, 0x04, 0xae, 0x81, 0xfc, 0x21, 0x75, 0x9b, 0xd5, 0xe2, 0x07, 0xd4, 0x6e, 0x21, 0xb1, 0x13, 0x58, 0xd8, 0xd8, 0x22, 0xe5, 0x7c, 0xd2, 0x62,
0xc5, 0xcc, 0x5a, 0xe6, 0xc6, 0xff, 0x6a, 0x73, 0x27, 0xdd, 0xf2, 0x54, 0xaf, 0x5b, 0xce, 0xbf, 0x1b, 0x5b, 0x04, 0x89, 0x1d, 0x58, 0x03, 0x00, 0xbb, 0x54, 0x11, 0x94, 0x0b, 0xc2, 0x0e, 0x2a,
0x4f, 0xdd, 0x26, 0x92, 0x3b, 0x81, 0x85, 0x8b, 0x1d, 0x52, 0xcc, 0xc6, 0x2d, 0xb6, 0xb1, 0x43, 0x3b, 0xb0, 0xb9, 0x73, 0x47, 0xed, 0xa0, 0x98, 0x95, 0xf6, 0x38, 0x0f, 0xae, 0xdc, 0x76, 0x3c,
0x90, 0xdc, 0x81, 0x55, 0x00, 0xb0, 0x4f, 0x35, 0x41, 0x31, 0x27, 0xed, 0xa0, 0xb6, 0x03, 0x1b, 0x7a, 0xec, 0xd8, 0x1c, 0x77, 0x76, 0x9c, 0xd6, 0xa6, 0xca, 0x83, 0x78, 0xf0, 0x0b, 0x30, 0x1b,
0x3b, 0x77, 0xf5, 0x0e, 0x8a, 0x58, 0x55, 0x9e, 0x64, 0xc1, 0xd5, 0x4d, 0x8f, 0xd1, 0x63, 0xcf, 0xf4, 0x42, 0x0b, 0x73, 0x2c, 0xe2, 0x2a, 0xd5, 0x5e, 0xd1, 0x55, 0x3f, 0xc7, 0xa5, 0x89, 0x3a,
0x15, 0xb8, 0xb5, 0xe3, 0x35, 0x37, 0x74, 0x1e, 0x84, 0xc1, 0xcf, 0xc1, 0x6c, 0xd0, 0x55, 0x4d, 0x3a, 0xb0, 0xd6, 0xbb, 0x1b, 0xba, 0x4c, 0xae, 0x49, 0x38, 0x8e, 0xf8, 0xa3, 0x35, 0x14, 0xa2,
0x2c, 0xb0, 0x8c, 0xab, 0x50, 0x7d, 0xd9, 0xd0, 0x27, 0x23, 0x2a, 0x72, 0x78, 0x36, 0x02, 0x6b, 0x42, 0x1b, 0x14, 0x99, 0x4b, 0x4c, 0x91, 0x53, 0xa9, 0xb6, 0xa5, 0x4f, 0x78, 0x5a, 0xf4, 0x8c,
0xa3, 0xb3, 0x6e, 0xa8, 0xe4, 0x1a, 0x44, 0xe0, 0x90, 0x3f, 0x5c, 0x43, 0x03, 0x54, 0xe8, 0x82, 0xc8, 0xef, 0xb9, 0xc4, 0x8c, 0x2a, 0x14, 0x7c, 0x21, 0xc1, 0x03, 0xbb, 0x60, 0x86, 0x71, 0xcc,
0x3c, 0xf7, 0x89, 0x25, 0x73, 0x2a, 0x54, 0xb7, 0x8c, 0x09, 0xcf, 0x9d, 0x91, 0x12, 0xf9, 0x7d, 0x7d, 0x26, 0xaa, 0x53, 0xaa, 0x6d, 0x5f, 0x18, 0xa3, 0x40, 0xad, 0x2f, 0x28, 0xce, 0x19, 0xf9,
0x9f, 0x58, 0x61, 0x85, 0x82, 0x2f, 0x24, 0x79, 0x60, 0x07, 0xcc, 0x70, 0x81, 0x45, 0x9b, 0xcb, 0x8d, 0x14, 0x9b, 0xf6, 0x7b, 0x0e, 0xac, 0x65, 0x78, 0x6e, 0x51, 0xc6, 0xe1, 0x67, 0xa9, 0x4a,
0xea, 0x14, 0xaa, 0xdb, 0x17, 0xc6, 0x28, 0x51, 0x6b, 0xf3, 0x9a, 0x73, 0x46, 0x7d, 0x23, 0xcd, 0xeb, 0x67, 0xab, 0x74, 0xe0, 0x2d, 0xea, 0xbc, 0xa4, 0x98, 0x67, 0x07, 0x2b, 0xb1, 0x2a, 0x5b,
0x56, 0xf9, 0x2d, 0x03, 0x56, 0x53, 0x3c, 0xb7, 0x28, 0x17, 0xf0, 0xd3, 0x44, 0xa5, 0x8d, 0xb3, 0x60, 0x9a, 0x72, 0x62, 0xb1, 0x72, 0x7e, 0xbd, 0x70, 0xbd, 0x54, 0xbb, 0x7d, 0x51, 0x49, 0xd7,
0x55, 0x3a, 0xf0, 0x96, 0x75, 0x5e, 0xd4, 0xcc, 0xb3, 0xfd, 0x95, 0x48, 0x95, 0x1d, 0x30, 0x4d, 0xe7, 0x15, 0xe9, 0xf4, 0x9d, 0x00, 0x1e, 0x49, 0x16, 0xed, 0xcf, 0x7c, 0x66, 0xb2, 0x81, 0x14,
0x05, 0x71, 0x78, 0x31, 0xbb, 0x96, 0xbb, 0x51, 0xa8, 0x6e, 0x5e, 0x54, 0xd2, 0xb5, 0xcb, 0x9a, 0xf0, 0xeb, 0x1c, 0x58, 0x10, 0x9f, 0xbb, 0xd8, 0x6b, 0x93, 0xe0, 0x0c, 0xa8, 0x9c, 0x27, 0xd7,
0x74, 0xfa, 0x6e, 0x00, 0x8f, 0x14, 0x4b, 0xe5, 0x8f, 0x6c, 0x6a, 0xb2, 0x81, 0x14, 0xf0, 0xab, 0x7f, 0xcc, 0x89, 0xaa, 0xaf, 0xa8, 0xe0, 0x16, 0xee, 0x25, 0xb8, 0xd0, 0x10, 0x37, 0xdc, 0x00,
0x0c, 0x98, 0x97, 0x9f, 0xbb, 0x98, 0xd9, 0x24, 0x38, 0x03, 0x3a, 0xe7, 0xc9, 0xf5, 0x1f, 0x73, 0x25, 0x8b, 0xda, 0x88, 0xb8, 0x1d, 0x6a, 0x62, 0x26, 0x5a, 0x71, 0xba, 0xbe, 0xd8, 0xef, 0x55,
0xa2, 0x6a, 0xcb, 0x3a, 0xb8, 0xf9, 0xfb, 0x31, 0x2e, 0x34, 0xc4, 0x0d, 0xd7, 0x41, 0xc1, 0xa1, 0x4b, 0xcd, 0x68, 0x19, 0xc5, 0x6d, 0xe0, 0x6b, 0xa0, 0x64, 0xe1, 0x07, 0xa1, 0x4b, 0x41, 0xb8,
0x2e, 0x22, 0x7e, 0x8b, 0x5a, 0x98, 0xcb, 0x56, 0x9c, 0xae, 0x2d, 0xf4, 0xba, 0xe5, 0x42, 0x23, 0x2c, 0x2b, 0xbe, 0x52, 0x33, 0xda, 0x42, 0x71, 0x3b, 0xb8, 0x0f, 0x2e, 0x59, 0x84, 0x7b, 0xd4,
0x5c, 0x46, 0x51, 0x1b, 0xf8, 0x2a, 0x28, 0x38, 0xf8, 0xe1, 0xc0, 0x25, 0x27, 0x5d, 0x96, 0x34, 0x64, 0xe5, 0xa2, 0x50, 0xe2, 0xcd, 0x89, 0x13, 0x6e, 0x0a, 0x7f, 0xd1, 0xdf, 0x8b, 0x8a, 0xef,
0x5f, 0xa1, 0x11, 0x6e, 0xa1, 0xa8, 0x1d, 0xdc, 0x07, 0x97, 0x1c, 0x22, 0x18, 0xb5, 0x78, 0x31, 0x92, 0x5c, 0x63, 0x68, 0x00, 0xae, 0xfd, 0x52, 0x00, 0xd7, 0xc6, 0xf6, 0x29, 0x7c, 0x0f, 0x40,
0x2f, 0x95, 0x78, 0x63, 0xe2, 0x84, 0x1b, 0xd2, 0x5f, 0xf6, 0xf7, 0x82, 0xe6, 0xbb, 0xa4, 0xd6, 0x67, 0x4f, 0x8c, 0xc9, 0xd6, 0xfb, 0x72, 0x50, 0x05, 0x13, 0x23, 0x50, 0xa1, 0x50, 0x5f, 0xe9,
0x38, 0xea, 0x83, 0x57, 0x7e, 0xce, 0x81, 0xeb, 0x63, 0xfb, 0x14, 0xbe, 0x0b, 0xa0, 0xb7, 0x27, 0xf7, 0xaa, 0xf0, 0x6e, 0x6a, 0x17, 0x8d, 0xf0, 0x80, 0x26, 0x98, 0xef, 0x60, 0xc6, 0x65, 0x85,
0x07, 0x6e, 0xf3, 0x3d, 0x35, 0xa8, 0x82, 0x89, 0x11, 0xa8, 0x90, 0xab, 0x2d, 0xf7, 0xba, 0x65, 0xa9, 0x1a, 0x4e, 0xa5, 0xda, 0x8d, 0xb3, 0x35, 0x6f, 0xe0, 0x51, 0x7f, 0xbe, 0xdf, 0xab, 0xce,
0x78, 0x2f, 0xb1, 0x8b, 0x46, 0x78, 0x40, 0x0b, 0x5c, 0x6e, 0x61, 0x2e, 0x54, 0x85, 0xa9, 0x1e, 0x6f, 0xc5, 0x41, 0x50, 0x12, 0x13, 0x6e, 0x82, 0x45, 0xd3, 0xf7, 0x3c, 0x62, 0xf3, 0xa1, 0x8a,
0x4e, 0x85, 0xea, 0xcd, 0xb3, 0x35, 0x6f, 0xe0, 0x51, 0xfb, 0x7f, 0xaf, 0x5b, 0xbe, 0xbc, 0x15, 0x5f, 0x51, 0x15, 0x58, 0x6c, 0x24, 0xb7, 0xd1, 0xb0, 0x7d, 0x00, 0xd1, 0x22, 0x8c, 0x7a, 0xa4,
0x05, 0x41, 0x71, 0x4c, 0xb8, 0x01, 0x16, 0xac, 0x36, 0x63, 0xc4, 0x15, 0x43, 0x15, 0xbf, 0xaa, 0x15, 0x42, 0x14, 0x93, 0x10, 0xef, 0x24, 0xb7, 0xd1, 0xb0, 0x3d, 0x7c, 0x08, 0x16, 0x14, 0xaa,
0x2b, 0xb0, 0x50, 0x8f, 0x6f, 0xa3, 0x61, 0xfb, 0x00, 0xa2, 0x49, 0x38, 0x65, 0xa4, 0x39, 0x80, 0xaa, 0x77, 0x79, 0x5a, 0x68, 0xf8, 0xd6, 0x79, 0x35, 0x94, 0x13, 0x23, 0xec, 0xd2, 0x46, 0x02,
0xc8, 0xc7, 0x21, 0xde, 0x8e, 0x6f, 0xa3, 0x61, 0x7b, 0xf8, 0x08, 0xcc, 0x6b, 0x54, 0x5d, 0xef, 0x1c, 0x0d, 0x91, 0x69, 0x7f, 0xe4, 0x01, 0x88, 0xc4, 0x87, 0x37, 0x41, 0x91, 0x1f, 0xb9, 0x44,
0xe2, 0xb4, 0xd4, 0xf0, 0xcd, 0xf3, 0x6a, 0xa8, 0x26, 0xc6, 0xa0, 0x4b, 0xeb, 0x31, 0x70, 0x34, 0x5d, 0x17, 0xeb, 0x83, 0x51, 0xb7, 0x7b, 0xe4, 0x92, 0x27, 0xbd, 0xea, 0x92, 0xb2, 0x14, 0xb7,
0x44, 0x56, 0xf9, 0x3d, 0x0b, 0x40, 0x28, 0x3e, 0xbc, 0x0d, 0xf2, 0xe2, 0xc8, 0x27, 0xfa, 0xba, 0x7f, 0xb0, 0x86, 0x84, 0x35, 0x6c, 0x83, 0x19, 0x47, 0x9c, 0x12, 0xa5, 0x53, 0x63, 0xe2, 0xd8,
0x58, 0xeb, 0x8f, 0xba, 0xdd, 0x23, 0x9f, 0x3c, 0xed, 0x96, 0x17, 0xb5, 0xa5, 0x7c, 0x47, 0x04, 0xc3, 0x29, 0x1e, 0xc2, 0xd7, 0x41, 0x30, 0xef, 0xd4, 0xe1, 0x53, 0xf0, 0xf0, 0x73, 0x50, 0x74,
0x6b, 0x48, 0x5a, 0x43, 0x1b, 0xcc, 0x78, 0xf2, 0x94, 0x68, 0x9d, 0xea, 0x13, 0xc7, 0x3e, 0x98, 0x9d, 0xd6, 0x60, 0xca, 0x6e, 0x4e, 0x4c, 0xb3, 0xe3, 0xb4, 0x58, 0x82, 0x64, 0x36, 0xc8, 0x2e,
0xe2, 0x03, 0xf8, 0x1a, 0x08, 0xe6, 0x9d, 0x3e, 0x7c, 0x1a, 0x1e, 0x7e, 0x06, 0xf2, 0xbe, 0xd7, 0x58, 0x45, 0x02, 0x18, 0x3a, 0x60, 0x76, 0xf0, 0xba, 0x11, 0x4a, 0x96, 0x6a, 0xef, 0x4e, 0x4c,
0xec, 0x4f, 0xd9, 0x8d, 0x89, 0x69, 0x76, 0xbc, 0x26, 0x8f, 0x91, 0xcc, 0x06, 0xd9, 0x05, 0xab, 0x82, 0x14, 0x40, 0x82, 0x68, 0x2e, 0x98, 0xa1, 0x83, 0x1d, 0x14, 0x92, 0x68, 0x7f, 0xe5, 0xc1,
0x48, 0x02, 0x43, 0x0f, 0xcc, 0xf6, 0xdf, 0x49, 0x52, 0xc9, 0x42, 0xf5, 0x9d, 0x89, 0x49, 0x90, 0x5c, 0x5c, 0xb8, 0xff, 0x86, 0x02, 0xb2, 0x87, 0x9e, 0xb2, 0x02, 0x92, 0xe4, 0x19, 0x28, 0x20,
0x06, 0x88, 0x11, 0xcd, 0x05, 0x33, 0xb4, 0xbf, 0x83, 0x06, 0x24, 0x95, 0x3f, 0xb3, 0x60, 0x2e, 0x89, 0xb2, 0x14, 0xf8, 0x2e, 0x0f, 0x60, 0xba, 0xfd, 0x20, 0x07, 0x33, 0x5c, 0xcc, 0xf2, 0xa7,
0x2a, 0xdc, 0xbf, 0x43, 0x01, 0xd5, 0x43, 0xcf, 0x58, 0x01, 0x45, 0xf2, 0x1c, 0x14, 0x50, 0x44, 0x72, 0x89, 0x84, 0x17, 0xba, 0xba, 0x2f, 0x14, 0x57, 0xf0, 0xd4, 0x92, 0xd3, 0x76, 0x3b, 0x7a,
0x69, 0x0a, 0x7c, 0x9b, 0x05, 0x30, 0xd9, 0x7e, 0x50, 0x80, 0x19, 0x21, 0x67, 0xf9, 0x33, 0xb9, 0x92, 0x85, 0x4f, 0x9d, 0x66, 0xb8, 0x83, 0x62, 0x56, 0x90, 0x80, 0x92, 0xf4, 0xbe, 0x8f, 0x3b,
0x44, 0x06, 0x17, 0xba, 0xbe, 0x2f, 0x34, 0x57, 0xf0, 0xd4, 0x52, 0xd3, 0x76, 0x3b, 0x7c, 0x92, 0x3e, 0x51, 0xca, 0x8c, 0xbd, 0xe7, 0xf5, 0x41, 0xf2, 0xfa, 0x87, 0x3e, 0xb6, 0x39, 0xe5, 0x47,
0x0d, 0x9e, 0x3a, 0x8d, 0xc1, 0x0e, 0x8a, 0x58, 0x41, 0x02, 0x0a, 0xca, 0xfb, 0x01, 0x6e, 0xb5, 0xd1, 0x2d, 0xb3, 0x1b, 0x41, 0xa1, 0x38, 0xae, 0xf6, 0xfd, 0x70, 0x9d, 0x64, 0xbf, 0xfe, 0x7f,
0x89, 0x56, 0x66, 0xec, 0x3d, 0x6f, 0xf4, 0x93, 0x37, 0x3e, 0x68, 0x63, 0x57, 0x50, 0x71, 0x14, 0xea, 0x74, 0x00, 0xe6, 0xd4, 0xf0, 0xfb, 0x37, 0x85, 0xba, 0xac, 0x58, 0xe6, 0x1a, 0x31, 0x2c,
0xde, 0x32, 0xbb, 0x21, 0x14, 0x8a, 0xe2, 0x56, 0xbe, 0x1b, 0xae, 0x93, 0xea, 0xd7, 0xff, 0x4e, 0x94, 0x40, 0xd6, 0x7e, 0xca, 0x81, 0xa5, 0xe1, 0x51, 0x33, 0x14, 0x72, 0xee, 0x4c, 0x21, 0x1f,
0x9d, 0x0e, 0xc0, 0x9c, 0x1e, 0x7e, 0xff, 0xa4, 0x50, 0x57, 0x34, 0xcb, 0x5c, 0x3d, 0x82, 0x85, 0x03, 0x28, 0x13, 0xde, 0xec, 0x12, 0x0f, 0xb7, 0x89, 0x0c, 0x3c, 0x7f, 0xae, 0xc0, 0x57, 0x15,
0x62, 0xc8, 0x95, 0x1f, 0x33, 0x60, 0x71, 0x78, 0xd4, 0x0c, 0x85, 0x9c, 0x39, 0x53, 0xc8, 0xc7, 0x17, 0xdc, 0x4d, 0x21, 0xa2, 0x11, 0x2c, 0xda, 0xcf, 0xc9, 0x24, 0xa4, 0xda, 0xe7, 0x49, 0xe2,
0x00, 0xaa, 0x84, 0x37, 0x3a, 0x84, 0x61, 0x9b, 0xa8, 0xc0, 0xb3, 0xe7, 0x0a, 0x7c, 0x45, 0x73, 0x21, 0x58, 0x56, 0xd5, 0xb9, 0x80, 0x2c, 0xd6, 0x14, 0xd9, 0x72, 0x23, 0x0d, 0x89, 0x46, 0xf1,
0xc1, 0xdd, 0x04, 0x22, 0x1a, 0xc1, 0x52, 0xf9, 0x29, 0x9e, 0x84, 0x52, 0xfb, 0x3c, 0x49, 0x3c, 0x68, 0x3f, 0xe4, 0xc1, 0xe5, 0x51, 0x23, 0x19, 0x36, 0xd5, 0x1f, 0x1f, 0x99, 0xc5, 0xad, 0xf8,
0x02, 0x4b, 0xba, 0x3a, 0x17, 0x90, 0xc5, 0xaa, 0x26, 0x5b, 0xaa, 0x27, 0x21, 0xd1, 0x28, 0x9e, 0x1f, 0x9f, 0x27, 0xbd, 0xea, 0x8b, 0xe3, 0xfe, 0xc1, 0x85, 0x13, 0x26, 0xf6, 0x2f, 0xe9, 0x63,
0xca, 0xf7, 0x59, 0x70, 0x65, 0xd4, 0x48, 0x86, 0x0d, 0xfd, 0xc7, 0x47, 0x65, 0x71, 0x27, 0xfa, 0x50, 0x4e, 0x54, 0xf1, 0x23, 0x4e, 0x3b, 0xf4, 0x58, 0xbe, 0x80, 0xe4, 0xe3, 0xef, 0x85, 0x7e,
0xc7, 0xe7, 0x69, 0xb7, 0xfc, 0xe2, 0xb8, 0x7f, 0x70, 0x83, 0x09, 0x13, 0xf9, 0x97, 0xf4, 0x11, 0xaf, 0x5a, 0xde, 0xcd, 0xb0, 0x41, 0x99, 0xde, 0xb0, 0x3b, 0xb2, 0x0b, 0xce, 0xd7, 0xbe, 0x2b,
0x28, 0xc6, 0xaa, 0xf8, 0xa1, 0xa0, 0x2d, 0x7a, 0xac, 0x5e, 0x40, 0xea, 0xf1, 0xf7, 0x42, 0xaf, 0x13, 0x74, 0xc0, 0x8f, 0xe9, 0xca, 0xc9, 0x2e, 0xb8, 0xe0, 0xca, 0x7d, 0x0a, 0xae, 0x26, 0x85,
0x5b, 0x2e, 0xee, 0xa6, 0xd8, 0xa0, 0x54, 0x6f, 0xd8, 0x19, 0xd9, 0x05, 0xe7, 0x6b, 0xdf, 0xe5, 0x4b, 0x97, 0xee, 0x5a, 0xbf, 0x57, 0xbd, 0xda, 0xc8, 0x32, 0x42, 0xd9, 0xfe, 0x59, 0xdd, 0x57,
0x09, 0x3a, 0xe0, 0x87, 0x64, 0xe5, 0x54, 0x17, 0x5c, 0x70, 0xe5, 0x3e, 0x01, 0xd7, 0xe2, 0xc2, 0x78, 0x36, 0xdd, 0x57, 0xbf, 0x71, 0x72, 0x5a, 0x99, 0x7a, 0x74, 0x5a, 0x99, 0xfa, 0xf5, 0xb4,
0x25, 0x4b, 0x77, 0xbd, 0xd7, 0x2d, 0x5f, 0xab, 0xa7, 0x19, 0xa1, 0x74, 0xff, 0xb4, 0xee, 0xcb, 0x32, 0xf5, 0x55, 0xbf, 0x92, 0x3b, 0xe9, 0x57, 0x72, 0x8f, 0xfa, 0x95, 0xdc, 0x6f, 0xfd, 0x4a,
0x3d, 0x9f, 0xee, 0xab, 0xdd, 0x3c, 0x39, 0x2d, 0x4d, 0x3d, 0x3e, 0x2d, 0x4d, 0xfd, 0x72, 0x5a, 0xee, 0x9b, 0xc7, 0x95, 0xa9, 0x4f, 0x66, 0x07, 0x83, 0xf0, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff,
0x9a, 0xfa, 0xb2, 0x57, 0xca, 0x9c, 0xf4, 0x4a, 0x99, 0xc7, 0xbd, 0x52, 0xe6, 0xd7, 0x5e, 0x29, 0x95, 0xf2, 0xec, 0x8a, 0x16, 0x12, 0x00, 0x00,
0xf3, 0xf5, 0x93, 0xd2, 0xd4, 0xc7, 0xb3, 0xfd, 0x41, 0xf8, 0x57, 0x00, 0x00, 0x00, 0xff, 0xff,
0x5e, 0x3b, 0x06, 0x02, 0x60, 0x12, 0x00, 0x00,
} }

View File

@ -27,7 +27,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
import "k8s.io/kubernetes/pkg/api/v1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
import "k8s.io/kubernetes/pkg/apis/autoscaling/v1/generated.proto"; import "k8s.io/kubernetes/pkg/apis/autoscaling/v1/generated.proto";

View File

@ -1526,63 +1526,61 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 914 bytes of a gzipped FileDescriptorProto // 885 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4d, 0x6f, 0xe3, 0x44, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xdd, 0x6e, 0xe3, 0x44,
0x18, 0xce, 0x47, 0xd3, 0x26, 0x93, 0xb6, 0xbb, 0x8c, 0x54, 0x29, 0xf4, 0x90, 0xac, 0x02, 0x42, 0x14, 0xce, 0x4f, 0xd3, 0x26, 0x93, 0xb6, 0xbb, 0x8c, 0x54, 0x29, 0xf4, 0x22, 0x59, 0x05, 0x84,
0x05, 0x6d, 0x6d, 0xd2, 0xae, 0x10, 0xe2, 0x80, 0x84, 0x8b, 0x10, 0x54, 0x2d, 0x5b, 0x4d, 0x2a, 0x0a, 0xda, 0xb5, 0x49, 0xbb, 0x42, 0x88, 0x0b, 0x24, 0x5c, 0x84, 0x44, 0xd5, 0xb2, 0xd5, 0xa4,
0x90, 0xf8, 0x90, 0x18, 0x3b, 0x6f, 0x9d, 0xa1, 0xb6, 0xc7, 0xf2, 0x4c, 0x22, 0x7a, 0xe3, 0x1f, 0x02, 0x89, 0x1f, 0x89, 0xb1, 0x7d, 0x9a, 0x0e, 0xb5, 0x3d, 0x96, 0x67, 0x12, 0xd1, 0x3b, 0xde,
0xc0, 0x8f, 0x41, 0x88, 0x9f, 0xd0, 0x63, 0x8f, 0x9c, 0x22, 0x6a, 0xfe, 0xc5, 0x9e, 0xd0, 0x8c, 0x00, 0x1e, 0x06, 0x21, 0x1e, 0xa1, 0x97, 0xbd, 0xe4, 0x2a, 0xa2, 0xe6, 0x2d, 0xf6, 0x0a, 0xcd,
0x27, 0xb6, 0xb3, 0x49, 0x21, 0xe5, 0x66, 0xbf, 0xf3, 0x3e, 0xcf, 0xfb, 0xf1, 0x3c, 0x33, 0xe8, 0x78, 0xfc, 0x93, 0x4d, 0x0a, 0xd9, 0xbd, 0xb3, 0xcf, 0x7c, 0xdf, 0x37, 0x67, 0xce, 0xf9, 0xce,
0xf8, 0xfa, 0x43, 0x61, 0x31, 0x6e, 0x5f, 0x4f, 0x5c, 0x48, 0x22, 0x90, 0x20, 0xec, 0xf8, 0xda, 0x41, 0x47, 0xd7, 0x1f, 0x0b, 0x8b, 0x71, 0xfb, 0x7a, 0xea, 0x42, 0x12, 0x81, 0x04, 0x61, 0xc7,
0xb7, 0x69, 0xcc, 0x84, 0xed, 0x52, 0xe9, 0x8d, 0xed, 0xe9, 0xc0, 0xf6, 0x21, 0x82, 0x84, 0x4a, 0xd7, 0x13, 0x9b, 0xc6, 0x4c, 0xd8, 0x2e, 0x95, 0xde, 0x95, 0x3d, 0x1b, 0xd9, 0x13, 0x88, 0x20,
0x18, 0x59, 0x71, 0xc2, 0x25, 0xc7, 0x6f, 0x65, 0x20, 0xab, 0x00, 0x59, 0xf1, 0xb5, 0x6f, 0x29, 0xa1, 0x12, 0x7c, 0x2b, 0x4e, 0xb8, 0xe4, 0xf8, 0x9d, 0x8c, 0x64, 0x95, 0x24, 0x2b, 0xbe, 0x9e,
0x90, 0xa5, 0x41, 0xd6, 0x74, 0xb0, 0x7f, 0xe8, 0x33, 0x39, 0x9e, 0xb8, 0x96, 0xc7, 0x43, 0xdb, 0x58, 0x8a, 0x64, 0x69, 0x92, 0x35, 0x1b, 0xed, 0x3f, 0x9b, 0x30, 0x79, 0x35, 0x75, 0x2d, 0x8f,
0xe7, 0x3e, 0xb7, 0x35, 0xd6, 0x9d, 0x5c, 0xe9, 0x3f, 0xfd, 0xa3, 0xbf, 0x32, 0xce, 0xfd, 0x17, 0x87, 0xf6, 0x84, 0x4f, 0xb8, 0xad, 0xb9, 0xee, 0xf4, 0x52, 0xff, 0xe9, 0x1f, 0xfd, 0x95, 0x69,
0xa6, 0x11, 0x1a, 0xb3, 0x90, 0x7a, 0x63, 0x16, 0x41, 0x72, 0x53, 0xb4, 0x12, 0x82, 0xa4, 0x2b, 0xee, 0x3f, 0x37, 0x89, 0xd0, 0x98, 0x85, 0xd4, 0xbb, 0x62, 0x11, 0x24, 0x37, 0x65, 0x2a, 0x21,
0x3a, 0xd9, 0xb7, 0x1f, 0x42, 0x25, 0x93, 0x48, 0xb2, 0x10, 0x96, 0x00, 0x1f, 0xfc, 0x17, 0x40, 0x48, 0xba, 0x22, 0x93, 0x7d, 0xfb, 0x21, 0x56, 0x32, 0x8d, 0x24, 0x0b, 0x61, 0x89, 0xf0, 0xd1,
0x78, 0x63, 0x08, 0xe9, 0x12, 0xee, 0xf8, 0x21, 0xdc, 0x44, 0xb2, 0xc0, 0x66, 0x91, 0x14, 0x32, 0xff, 0x11, 0x84, 0x77, 0x05, 0x21, 0x5d, 0xe2, 0x1d, 0x3d, 0xc4, 0x9b, 0x4a, 0x16, 0xd8, 0x2c,
0x59, 0x02, 0x95, 0x66, 0x12, 0x90, 0x4c, 0x21, 0x29, 0x06, 0x82, 0x9f, 0x68, 0x18, 0x07, 0xb0, 0x92, 0x42, 0x26, 0x4b, 0xa4, 0xca, 0x9b, 0x04, 0x24, 0x33, 0x48, 0xca, 0x07, 0xc1, 0xcf, 0x34,
0x6a, 0xa6, 0xcf, 0x4b, 0x92, 0x1c, 0x52, 0xdf, 0x4f, 0xc0, 0xa7, 0x92, 0x97, 0xb0, 0x34, 0x66, 0x8c, 0x03, 0x58, 0xf5, 0xa6, 0xa7, 0x0f, 0xb6, 0x64, 0x05, 0x7a, 0xf8, 0x6b, 0x03, 0x35, 0x4f,
0x09, 0xf8, 0x4c, 0xc8, 0x84, 0x4a, 0xc6, 0x23, 0x7b, 0x3a, 0xa0, 0x41, 0x3c, 0xa6, 0xcb, 0x4c, 0xb8, 0x8b, 0x7f, 0x44, 0x6d, 0x55, 0x24, 0x9f, 0x4a, 0xda, 0xab, 0x3f, 0xa9, 0x1f, 0x74, 0x0f,
0xcf, 0x1f, 0x14, 0x77, 0x45, 0xdd, 0xfe, 0x2f, 0x35, 0x54, 0x3f, 0xe5, 0x2e, 0xfe, 0x01, 0x35, 0x3f, 0xb4, 0x4c, 0x9b, 0xaa, 0x39, 0x97, 0x8d, 0x52, 0x68, 0x6b, 0x36, 0xb2, 0x5e, 0xb8, 0x3f,
0xd5, 0xba, 0x47, 0x54, 0xd2, 0x4e, 0xf5, 0x59, 0xf5, 0xa0, 0x7d, 0xf4, 0xbe, 0x65, 0x04, 0x2f, 0x81, 0x27, 0xcf, 0x40, 0x52, 0x07, 0xdf, 0xce, 0x07, 0xb5, 0x74, 0x3e, 0x40, 0x65, 0x8c, 0x14,
0x4f, 0x5f, 0x48, 0xae, 0xb2, 0xad, 0xe9, 0xc0, 0x7a, 0xe9, 0xfe, 0x08, 0x9e, 0x3c, 0x07, 0x49, 0xaa, 0xf8, 0x2b, 0xb4, 0x21, 0x62, 0xf0, 0x7a, 0x0d, 0xad, 0xfe, 0xd4, 0x5a, 0xc3, 0x04, 0xd6,
0x1d, 0x7c, 0x3b, 0xeb, 0x55, 0xd2, 0x59, 0x0f, 0x15, 0x31, 0x92, 0xb3, 0xe2, 0x2f, 0xd1, 0x86, 0x09, 0x77, 0xc7, 0x31, 0x78, 0xce, 0xb6, 0x51, 0xde, 0x50, 0x7f, 0x44, 0xeb, 0xe0, 0xaf, 0xd1,
0x88, 0xc1, 0xeb, 0xd4, 0x34, 0xfb, 0x73, 0x6b, 0x0d, 0x3b, 0x59, 0xa7, 0xdc, 0x1d, 0xc6, 0xe0, 0xa6, 0x90, 0x54, 0x4e, 0x45, 0xaf, 0xa9, 0x15, 0xad, 0xb5, 0x15, 0x35, 0xcb, 0xd9, 0x35, 0x9a,
0x39, 0xdb, 0x86, 0x79, 0x43, 0xfd, 0x11, 0xcd, 0x83, 0xbf, 0x42, 0x9b, 0x42, 0x52, 0x39, 0x11, 0x9b, 0xd9, 0x3f, 0x31, 0x6a, 0xc3, 0xbb, 0x26, 0xda, 0x3e, 0xe1, 0xee, 0x31, 0x8f, 0x7c, 0x26,
0x9d, 0xba, 0x66, 0xb4, 0xd6, 0x66, 0xd4, 0x28, 0x67, 0xd7, 0x70, 0x6e, 0x66, 0xff, 0xc4, 0xb0, 0x19, 0x8f, 0xf0, 0x73, 0xb4, 0x21, 0x6f, 0x62, 0xd0, 0x65, 0xe9, 0x38, 0x4f, 0xf2, 0x54, 0x2e,
0xf5, 0xef, 0xea, 0x68, 0xfb, 0x94, 0xbb, 0x27, 0x3c, 0x1a, 0x31, 0xb5, 0x69, 0xfc, 0x02, 0x6d, 0x6e, 0x62, 0x78, 0x39, 0x1f, 0x3c, 0xae, 0x62, 0x55, 0x8c, 0x68, 0x74, 0x25, 0xbd, 0x86, 0xe6,
0xc8, 0x9b, 0x18, 0xf4, 0x5a, 0x5a, 0xce, 0xb3, 0x79, 0x2b, 0x97, 0x37, 0x31, 0xbc, 0x9a, 0xf5, 0x7d, 0xba, 0x78, 0xdd, 0xcb, 0xf9, 0xe0, 0x3f, 0x1b, 0x65, 0x15, 0x9a, 0x8b, 0xe9, 0xe1, 0x09,
0x9e, 0x96, 0x73, 0x55, 0x8c, 0xe8, 0xec, 0x52, 0x7b, 0x35, 0x8d, 0xfb, 0x78, 0xb1, 0xdc, 0xab, 0xda, 0x09, 0xa8, 0x90, 0xe7, 0x09, 0x77, 0xe1, 0x82, 0x85, 0x60, 0x5e, 0xff, 0xc1, 0x7a, 0xdd,
0x59, 0xef, 0x5f, 0x85, 0xb2, 0x72, 0xce, 0xc5, 0xf6, 0xb0, 0x8f, 0x76, 0x02, 0x2a, 0xe4, 0x45, 0x52, 0x0c, 0x67, 0xcf, 0xa4, 0xb2, 0x73, 0x5a, 0x15, 0x22, 0x8b, 0xba, 0x78, 0x86, 0xb0, 0x0a,
0xc2, 0x5d, 0xb8, 0x64, 0x21, 0x98, 0xe9, 0xdf, 0x5b, 0x4f, 0x2d, 0x85, 0x70, 0xf6, 0x4c, 0x2b, 0x5c, 0x24, 0x34, 0x12, 0xd9, 0xe3, 0xd4, 0x6d, 0x1b, 0xaf, 0x7d, 0xdb, 0xbe, 0xb9, 0x0d, 0x9f,
0x3b, 0x67, 0x65, 0x22, 0xb2, 0xc8, 0x8b, 0xa7, 0x08, 0xab, 0xc0, 0x65, 0x42, 0x23, 0x91, 0x0d, 0x2e, 0xa9, 0x91, 0x15, 0x37, 0xe0, 0xf7, 0xd0, 0x66, 0x02, 0x54, 0xf0, 0xa8, 0xd7, 0xd2, 0x85,
0xa7, 0xaa, 0x6d, 0x3c, 0xba, 0xda, 0xbe, 0xa9, 0x86, 0xcf, 0x96, 0xd8, 0xc8, 0x8a, 0x0a, 0xf8, 0x2b, 0xfa, 0x44, 0x74, 0x94, 0x98, 0x53, 0xfc, 0x3e, 0xda, 0x0a, 0x41, 0x08, 0x3a, 0x81, 0xde,
0x1d, 0xb4, 0x99, 0x00, 0x15, 0x3c, 0xea, 0x34, 0xf4, 0xe2, 0x72, 0x9d, 0x88, 0x8e, 0x12, 0x73, 0xa6, 0x06, 0x3e, 0x32, 0xc0, 0xad, 0xb3, 0x2c, 0x4c, 0xf2, 0xf3, 0xe1, 0x1f, 0x75, 0xb4, 0x75,
0x8a, 0xdf, 0x45, 0x5b, 0x21, 0x08, 0x41, 0x7d, 0xe8, 0x6c, 0xea, 0xc4, 0x27, 0x26, 0x71, 0xeb, 0xc2, 0xdd, 0x53, 0x26, 0x24, 0xfe, 0x7e, 0xc9, 0xe8, 0xd6, 0x7a, 0x8f, 0x51, 0x6c, 0x6d, 0xf3,
0x3c, 0x0b, 0x93, 0xf9, 0x79, 0xff, 0xf7, 0x2a, 0xda, 0x3a, 0xe5, 0xee, 0x19, 0x13, 0x12, 0x7f, 0xc7, 0xe6, 0x9e, 0x76, 0x1e, 0xa9, 0x98, 0xfc, 0x0c, 0xb5, 0x98, 0x84, 0x50, 0x35, 0xbd, 0x79,
0xb7, 0x64, 0x74, 0x6b, 0xbd, 0x61, 0x14, 0x5a, 0xdb, 0xfc, 0xa9, 0xa9, 0xd3, 0x9c, 0x47, 0x4a, 0xd0, 0x3d, 0x3c, 0x58, 0xd7, 0x93, 0xce, 0x8e, 0x11, 0x6d, 0x7d, 0xa9, 0xe8, 0x24, 0x53, 0x19,
0x26, 0x3f, 0x47, 0x0d, 0x26, 0x21, 0x54, 0xa2, 0xd7, 0x0f, 0xda, 0x47, 0x07, 0xeb, 0x7a, 0xd2, 0xfe, 0xd9, 0xd4, 0x89, 0x2b, 0xd7, 0xe3, 0x11, 0xea, 0xc6, 0x34, 0xa1, 0x41, 0x00, 0x01, 0x13,
0xd9, 0x31, 0xa4, 0x8d, 0x2f, 0x14, 0x9c, 0x64, 0x2c, 0xfd, 0x3f, 0xea, 0xba, 0x71, 0xe5, 0x7a, 0xa1, 0xce, 0xbd, 0xe5, 0x3c, 0x4a, 0xe7, 0x83, 0xee, 0x79, 0x19, 0x26, 0x55, 0x8c, 0xa2, 0x78,
0x3c, 0x40, 0xed, 0x98, 0x26, 0x34, 0x08, 0x20, 0x60, 0x22, 0xd4, 0xbd, 0x37, 0x9c, 0x27, 0xe9, 0x5c, 0xed, 0x09, 0x55, 0xdc, 0xcc, 0x88, 0x86, 0x72, 0x5c, 0x86, 0x49, 0x15, 0x83, 0x5f, 0xa0,
0xac, 0xd7, 0xbe, 0x28, 0xc2, 0xa4, 0x9c, 0xa3, 0x20, 0x1e, 0x57, 0x2f, 0x8e, 0x5a, 0x6e, 0x66, 0x3d, 0xea, 0x49, 0x36, 0x83, 0xcf, 0x81, 0xfa, 0x01, 0x8b, 0x60, 0x0c, 0x1e, 0x8f, 0xfc, 0x6c,
0x44, 0x03, 0x39, 0x29, 0xc2, 0xa4, 0x9c, 0x83, 0x5f, 0xa2, 0x3d, 0xea, 0x49, 0x36, 0x85, 0x4f, 0xc8, 0x9a, 0xce, 0xdb, 0xe9, 0x7c, 0xb0, 0xf7, 0xd9, 0x2a, 0x00, 0x59, 0xcd, 0xc3, 0x3f, 0xa0,
0x81, 0x8e, 0x02, 0x16, 0xc1, 0x10, 0x3c, 0x1e, 0x8d, 0xb2, 0x4b, 0x56, 0x77, 0xde, 0x4c, 0x67, 0xb6, 0x80, 0x00, 0x3c, 0xc9, 0x13, 0x63, 0x9e, 0xa3, 0x35, 0xeb, 0x4d, 0x5d, 0x08, 0xc6, 0x86,
0xbd, 0xbd, 0x4f, 0x56, 0x25, 0x90, 0xd5, 0x38, 0xfc, 0x3d, 0x6a, 0x0a, 0x08, 0xc0, 0x93, 0x3c, 0xea, 0x6c, 0xab, 0x82, 0xe7, 0x7f, 0xa4, 0x90, 0xc4, 0x9f, 0xa0, 0xdd, 0x90, 0x46, 0x53, 0x5a,
0x31, 0xe6, 0x39, 0x5e, 0x73, 0xdf, 0xd4, 0x85, 0x60, 0x68, 0xa0, 0xce, 0xb6, 0x5a, 0xf8, 0xfc, 0x20, 0xb5, 0x6b, 0xda, 0x0e, 0x4e, 0xe7, 0x83, 0xdd, 0xb3, 0x85, 0x13, 0xf2, 0x0a, 0x12, 0x7f,
0x8f, 0xe4, 0x94, 0xf8, 0x23, 0xb4, 0x1b, 0xd2, 0x68, 0x42, 0xf3, 0x4c, 0xed, 0x9a, 0xa6, 0x83, 0x87, 0xda, 0x12, 0xc2, 0x38, 0xa0, 0x32, 0xb3, 0x50, 0xf7, 0xf0, 0xd9, 0xc3, 0xfd, 0x52, 0x29,
0xd3, 0x59, 0x6f, 0xf7, 0x7c, 0xe1, 0x84, 0xbc, 0x96, 0x89, 0xbf, 0x45, 0x4d, 0x09, 0x61, 0x1c, 0x9d, 0x73, 0xff, 0xc2, 0x10, 0xf4, 0x5a, 0x2a, 0x9c, 0x90, 0x47, 0x49, 0x21, 0x38, 0xfc, 0xbd,
0x50, 0x99, 0x59, 0xa8, 0x7d, 0x74, 0xf8, 0xb0, 0x5e, 0xaa, 0xa5, 0x0b, 0x3e, 0xba, 0x34, 0x00, 0x89, 0x3a, 0xc5, 0xb2, 0xc1, 0x80, 0x90, 0x97, 0x0f, 0xb4, 0xe8, 0xd5, 0xb5, 0x39, 0x46, 0xeb,
0xfd, 0x2c, 0xe5, 0x4e, 0x98, 0x47, 0x49, 0x4e, 0xd8, 0xff, 0xad, 0x8e, 0x5a, 0xf9, 0x63, 0x83, 0x9a, 0xa3, 0x58, 0x05, 0xe5, 0x86, 0x2d, 0x42, 0x82, 0x54, 0x84, 0xf1, 0x37, 0xa8, 0x23, 0x24,
0x01, 0x21, 0x6f, 0x7e, 0xa1, 0x45, 0xa7, 0xaa, 0xcd, 0x31, 0x58, 0xd7, 0x1c, 0xf9, 0x53, 0x50, 0x4d, 0xa4, 0x1e, 0xd5, 0xc6, 0x6b, 0x8f, 0xea, 0x4e, 0x3a, 0x1f, 0x74, 0xc6, 0xb9, 0x00, 0x29,
0xbc, 0xb0, 0x79, 0x48, 0x90, 0x12, 0x31, 0xfe, 0x1a, 0xb5, 0x84, 0xa4, 0x89, 0xd4, 0x57, 0xb5, 0xb5, 0xf0, 0x25, 0xda, 0x2d, 0x5d, 0xf2, 0x86, 0x6b, 0x47, 0xb7, 0xe4, 0x78, 0x41, 0x85, 0xbc,
0xf6, 0xe8, 0xab, 0xba, 0x93, 0xce, 0x7a, 0xad, 0xe1, 0x9c, 0x80, 0x14, 0x5c, 0xf8, 0x0a, 0xed, 0xa2, 0xaa, 0x86, 0x3f, 0xb3, 0x91, 0xf6, 0x4a, 0xab, 0x1c, 0xfe, 0xcc, 0x73, 0xc4, 0x9c, 0x62,
0x16, 0x2e, 0xf9, 0x9f, 0xcf, 0x8e, 0x96, 0xe4, 0x64, 0x81, 0x85, 0xbc, 0xc6, 0xaa, 0x2e, 0x7f, 0x1b, 0x75, 0xc4, 0xd4, 0xf3, 0x00, 0x7c, 0xf0, 0x75, 0xc7, 0x5b, 0xce, 0x5b, 0x06, 0xda, 0x19,
0x66, 0x23, 0xed, 0x95, 0x46, 0x71, 0xf9, 0x33, 0xcf, 0x11, 0x73, 0x8a, 0x6d, 0xd4, 0x12, 0x13, 0xe7, 0x07, 0xa4, 0xc4, 0x28, 0xe1, 0x4b, 0xca, 0x02, 0xf0, 0x75, 0xa7, 0x2b, 0xc2, 0x5f, 0xe8,
0xcf, 0x03, 0x18, 0xc1, 0x48, 0x2b, 0xde, 0x70, 0xde, 0x30, 0xa9, 0xad, 0xe1, 0xfc, 0x80, 0x14, 0x28, 0x31, 0xa7, 0xce, 0xbb, 0xb7, 0xf7, 0xfd, 0xda, 0xdd, 0x7d, 0xbf, 0xf6, 0xd7, 0x7d, 0xbf,
0x39, 0x8a, 0xf8, 0x8a, 0xb2, 0x00, 0x46, 0x5a, 0xe9, 0x12, 0xf1, 0x67, 0x3a, 0x4a, 0xcc, 0xa9, 0xf6, 0x4b, 0xda, 0xaf, 0xdf, 0xa6, 0xfd, 0xfa, 0x5d, 0xda, 0xaf, 0xff, 0x9d, 0xf6, 0xeb, 0xbf,
0xf3, 0xf6, 0xed, 0x7d, 0xb7, 0x72, 0x77, 0xdf, 0xad, 0xfc, 0x79, 0xdf, 0xad, 0xfc, 0x9c, 0x76, 0xfd, 0xd3, 0xaf, 0x7d, 0xdb, 0x98, 0x8d, 0xfe, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xe7, 0xe7, 0x0a,
0xab, 0xb7, 0x69, 0xb7, 0x7a, 0x97, 0x76, 0xab, 0x7f, 0xa5, 0xdd, 0xea, 0xaf, 0x7f, 0x77, 0x2b, 0x8d, 0xf7, 0x08, 0x00, 0x00,
0xdf, 0xd4, 0xa6, 0x83, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x85, 0x7a, 0x4c, 0x03, 0x41, 0x09,
0x00, 0x00,
} }

View File

@ -26,7 +26,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
import "k8s.io/kubernetes/pkg/api/v1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".

View File

@ -1457,57 +1457,55 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 826 bytes of a gzipped FileDescriptorProto // 799 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x94, 0x4d, 0x8f, 0xdb, 0x44, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x94, 0x4d, 0x4f, 0xe3, 0x46,
0x18, 0xc7, 0xe3, 0x6c, 0xde, 0x3a, 0xa1, 0xb0, 0x35, 0xa8, 0x8d, 0x82, 0xe4, 0x44, 0x91, 0x90, 0x18, 0xc7, 0xe3, 0x90, 0x37, 0x26, 0xa5, 0x05, 0xb7, 0x82, 0x28, 0x95, 0x9c, 0x28, 0x52, 0xa5,
0x42, 0xb5, 0x6b, 0xb3, 0x29, 0xaa, 0x0a, 0x37, 0x5c, 0x84, 0xca, 0x6a, 0x79, 0x91, 0xd3, 0x0a, 0x14, 0x81, 0x5d, 0x42, 0x85, 0x68, 0x6f, 0x35, 0x55, 0xd5, 0x22, 0xfa, 0x22, 0x07, 0xd4, 0xaa,
0x84, 0x2a, 0xd4, 0xb1, 0xf3, 0xc4, 0x99, 0xc6, 0xf6, 0x98, 0x99, 0x71, 0x44, 0x6e, 0x7c, 0x04, 0x42, 0x15, 0x63, 0xe7, 0x49, 0x32, 0xc4, 0x6f, 0xf5, 0x8c, 0xa3, 0xe6, 0xd6, 0x8f, 0xd0, 0x6f,
0xbe, 0x05, 0xdf, 0x82, 0x0b, 0x1c, 0xf6, 0xd8, 0x03, 0x07, 0xb8, 0x44, 0xac, 0xf9, 0x16, 0x9c, 0xd1, 0x6f, 0xb1, 0x97, 0xdd, 0x03, 0x47, 0x0e, 0x7b, 0xd8, 0xbd, 0x44, 0x8b, 0xf7, 0x5b, 0xec,
0x90, 0x27, 0x4e, 0xec, 0xae, 0x63, 0x9a, 0x05, 0x69, 0x6f, 0x9e, 0xf1, 0xf3, 0xff, 0xcd, 0xf3, 0x69, 0xe5, 0x89, 0x13, 0x07, 0x1c, 0x2f, 0x61, 0x57, 0xe2, 0xe6, 0x19, 0x3f, 0xff, 0xdf, 0x3c,
0xf2, 0x9f, 0x41, 0x1f, 0xcc, 0x1f, 0x70, 0x9d, 0x50, 0x63, 0x1e, 0xd9, 0xc0, 0x02, 0x10, 0xc0, 0xcf, 0xf3, 0x7f, 0x66, 0xd0, 0x37, 0x83, 0x43, 0x2a, 0x13, 0x47, 0x19, 0xf8, 0x3a, 0x78, 0x36,
0x8d, 0x70, 0xee, 0x1a, 0x38, 0x24, 0xdc, 0xb0, 0xb1, 0x70, 0x66, 0xc6, 0x62, 0x84, 0xbd, 0x70, 0x30, 0xa0, 0x8a, 0x3b, 0xe8, 0x29, 0xd8, 0x25, 0x54, 0xd1, 0x31, 0x33, 0xfa, 0xca, 0xb0, 0x85,
0x86, 0x4f, 0x0c, 0x17, 0x02, 0x60, 0x58, 0xc0, 0x44, 0x0f, 0x19, 0x15, 0x54, 0x7d, 0x77, 0x2d, 0x4d, 0xb7, 0x8f, 0xf7, 0x94, 0x1e, 0xd8, 0xe0, 0x61, 0x06, 0x1d, 0xd9, 0xf5, 0x1c, 0xe6, 0x88,
0xd5, 0x33, 0xa9, 0x1e, 0xce, 0x5d, 0x3d, 0x91, 0xea, 0x52, 0xaa, 0x6f, 0xa4, 0xdd, 0x63, 0x97, 0x5f, 0x4e, 0xa4, 0x72, 0x2c, 0x95, 0xdd, 0x41, 0x4f, 0x0e, 0xa5, 0x32, 0x97, 0xca, 0x53, 0x69,
0x88, 0x59, 0x64, 0xeb, 0x0e, 0xf5, 0x0d, 0x97, 0xba, 0xd4, 0x90, 0x04, 0x3b, 0x9a, 0xca, 0x95, 0x75, 0xb7, 0x47, 0x58, 0xdf, 0xd7, 0x65, 0xc3, 0xb1, 0x94, 0x9e, 0xd3, 0x73, 0x14, 0x4e, 0xd0,
0x5c, 0xc8, 0xaf, 0x35, 0xb9, 0xfb, 0x7e, 0x9a, 0x14, 0x0e, 0x89, 0x8f, 0x9d, 0x19, 0x09, 0x80, 0xfd, 0x2e, 0x5f, 0xf1, 0x05, 0xff, 0x9a, 0x90, 0xab, 0x5f, 0x47, 0x49, 0x61, 0x97, 0x58, 0xd8,
0x2d, 0xb3, 0xb4, 0x7c, 0x10, 0xd8, 0x58, 0x14, 0xf2, 0xe9, 0x1a, 0x65, 0x2a, 0x16, 0x05, 0x82, 0xe8, 0x13, 0x1b, 0xbc, 0x51, 0x9c, 0x96, 0x05, 0x0c, 0x2b, 0xc3, 0x44, 0x3e, 0x55, 0x25, 0x4d,
0xf8, 0x50, 0x10, 0xdc, 0x7f, 0x95, 0x80, 0x3b, 0x33, 0xf0, 0x71, 0x41, 0x77, 0xaf, 0x4c, 0x17, 0xe5, 0xf9, 0x36, 0x23, 0x16, 0x24, 0x04, 0x07, 0xf7, 0x09, 0xa8, 0xd1, 0x07, 0x0b, 0x27, 0x74,
0x09, 0xe2, 0x19, 0x24, 0x10, 0x5c, 0xb0, 0x82, 0x28, 0x57, 0x13, 0x07, 0xb6, 0x00, 0x96, 0x15, 0xfb, 0x69, 0x3a, 0x9f, 0x11, 0x53, 0x21, 0x36, 0xa3, 0xcc, 0x4b, 0x88, 0xe6, 0x6a, 0xa2, 0xe0,
0x04, 0xdf, 0x63, 0x3f, 0xf4, 0x60, 0x57, 0x4d, 0x8f, 0x72, 0xe3, 0x39, 0xc6, 0xae, 0xcb, 0xc0, 0x0d, 0xc1, 0x8b, 0x0b, 0x82, 0x7f, 0xb0, 0xe5, 0x9a, 0xb0, 0xa8, 0xa6, 0x9d, 0x54, 0x7b, 0x16,
0xc5, 0x82, 0xe6, 0xb4, 0x38, 0x24, 0x0c, 0x5c, 0xc2, 0x05, 0xc3, 0x82, 0xd0, 0xc0, 0x58, 0x9c, 0x45, 0xef, 0xdf, 0x6f, 0x66, 0x42, 0xd4, 0xf8, 0x3f, 0x8b, 0x8a, 0x47, 0x9e, 0x63, 0x1f, 0x3b,
0xec, 0x9e, 0x56, 0xf7, 0xa8, 0x74, 0xd0, 0xbb, 0xce, 0xbd, 0xf7, 0x6a, 0x5b, 0x14, 0x44, 0x83, 0xba, 0x78, 0x81, 0x4a, 0x61, 0x77, 0x3b, 0x98, 0xe1, 0x8a, 0x50, 0x17, 0x9a, 0xe5, 0xd6, 0x57,
0x9f, 0xaa, 0xa8, 0xf9, 0x90, 0xd1, 0xe0, 0x94, 0xda, 0xea, 0x33, 0xd4, 0x4a, 0xe6, 0x34, 0xc1, 0x72, 0xe4, 0xf2, 0x7c, 0xb1, 0xb1, 0xcf, 0x61, 0xb4, 0x3c, 0xdc, 0x93, 0x7f, 0xd5, 0x2f, 0xc1,
0x02, 0x77, 0x94, 0xbe, 0x32, 0x6c, 0x8f, 0xde, 0xd3, 0x53, 0xbf, 0xe4, 0xdb, 0x96, 0x39, 0x26, 0x60, 0x3f, 0x03, 0xc3, 0xaa, 0x78, 0x35, 0xae, 0x65, 0x82, 0x71, 0x0d, 0xc5, 0x7b, 0xda, 0x8c,
0x89, 0xd6, 0x17, 0x27, 0xfa, 0x17, 0xf6, 0x73, 0x70, 0xc4, 0x67, 0x20, 0xb0, 0xa9, 0x9e, 0xaf, 0x2a, 0xfe, 0x81, 0x72, 0xd4, 0x05, 0xa3, 0x92, 0xe5, 0xf4, 0x03, 0x79, 0xe9, 0x19, 0x92, 0xa3,
0x7a, 0x95, 0x78, 0xd5, 0x43, 0xd9, 0x9e, 0xb5, 0xa5, 0xaa, 0x5f, 0xa3, 0x1a, 0x0f, 0xc1, 0xe9, 0x1c, 0xdb, 0x2e, 0x18, 0xea, 0x47, 0xd1, 0x19, 0xb9, 0x70, 0xa5, 0x71, 0xa2, 0x78, 0x81, 0x0a,
0x54, 0x25, 0xfd, 0xbe, 0xbe, 0xb7, 0x1b, 0xf5, 0x34, 0xc7, 0x71, 0x08, 0x8e, 0xf9, 0x5a, 0x7a, 0x94, 0x61, 0xe6, 0xd3, 0xca, 0x0a, 0x67, 0x1f, 0xbe, 0x07, 0x9b, 0xeb, 0xd5, 0x8f, 0x23, 0x7a,
0x46, 0x2d, 0x59, 0x59, 0x92, 0xa8, 0x3e, 0x43, 0x0d, 0x2e, 0xb0, 0x88, 0x78, 0xe7, 0x40, 0xb2, 0x61, 0xb2, 0xd6, 0x22, 0x6e, 0xe3, 0x99, 0x80, 0xca, 0x51, 0xe4, 0x09, 0xa1, 0x4c, 0x3c, 0x4f,
0x1f, 0xfc, 0x07, 0xb6, 0xd4, 0x9b, 0xaf, 0xa7, 0xf4, 0xc6, 0x7a, 0x6d, 0xa5, 0xdc, 0xc1, 0xaf, 0x74, 0x4b, 0x5e, 0xae, 0x5b, 0xa1, 0x9a, 0xf7, 0x6a, 0x3d, 0x3a, 0xa9, 0x34, 0xdd, 0x99, 0xeb,
0x0a, 0x6a, 0xa7, 0x91, 0x67, 0x84, 0x0b, 0xf5, 0x69, 0xa1, 0x5b, 0xfa, 0x7e, 0xdd, 0x4a, 0xd4, 0xd4, 0xef, 0x28, 0x4f, 0x18, 0x58, 0xb4, 0x92, 0xad, 0xaf, 0x34, 0xcb, 0xad, 0xd6, 0xc3, 0xcb,
0xb2, 0x57, 0x87, 0xe9, 0x49, 0xad, 0xcd, 0x4e, 0xae, 0x53, 0x5f, 0xa1, 0x3a, 0x11, 0xe0, 0xf3, 0x51, 0xd7, 0x22, 0x7c, 0xfe, 0xa7, 0x10, 0xa4, 0x4d, 0x78, 0x8d, 0x27, 0xb9, 0x59, 0x19, 0x61,
0x4e, 0xb5, 0x7f, 0x30, 0x6c, 0x8f, 0x46, 0x57, 0x2f, 0xc7, 0xbc, 0x99, 0xe2, 0xeb, 0x9f, 0x26, 0xfb, 0xc4, 0x1d, 0x54, 0x0a, 0x07, 0xbd, 0xe3, 0x9b, 0xc0, 0xcb, 0x58, 0x8d, 0xd3, 0x6a, 0x47,
0x20, 0x6b, 0xcd, 0x1b, 0xfc, 0x5c, 0xdb, 0x96, 0x91, 0xb4, 0x4f, 0x3d, 0x42, 0xad, 0xe4, 0xca, 0xfb, 0xda, 0x2c, 0x42, 0x3c, 0x43, 0x5b, 0x94, 0x61, 0x8f, 0x11, 0xbb, 0xf7, 0x3d, 0xe0, 0x8e,
0x4c, 0x22, 0x0f, 0x64, 0x19, 0x37, 0xb2, 0xb4, 0xc6, 0xe9, 0xbe, 0xb5, 0x8d, 0x50, 0x9f, 0xa0, 0x49, 0x6c, 0x68, 0x83, 0xe1, 0xd8, 0x1d, 0xca, 0x3d, 0x5d, 0x51, 0x3f, 0x0f, 0xc6, 0xb5, 0xad,
0x3b, 0x5c, 0x60, 0x26, 0x48, 0xe0, 0x7e, 0x0c, 0x78, 0xe2, 0x91, 0x00, 0xc6, 0xe0, 0xd0, 0x60, 0xf6, 0xe2, 0x10, 0x2d, 0x4d, 0x2b, 0x9e, 0xa3, 0x0d, 0xc3, 0xb1, 0x0d, 0xdf, 0xf3, 0xc0, 0x36,
0xc2, 0xe5, 0x4c, 0x0f, 0xcc, 0xb7, 0xe3, 0x55, 0xef, 0xce, 0x78, 0x77, 0x88, 0x55, 0xa6, 0x55, 0x46, 0xbf, 0x39, 0x26, 0x31, 0x46, 0xdc, 0xc8, 0x55, 0x55, 0x8e, 0xb2, 0xd9, 0x38, 0xba, 0x1b,
0x9f, 0xa2, 0x5b, 0x0e, 0x0d, 0x9c, 0x88, 0x31, 0x08, 0x9c, 0xe5, 0x97, 0xd4, 0x23, 0xce, 0x52, 0xf0, 0x66, 0xd1, 0xa6, 0x96, 0x04, 0x89, 0x5f, 0xa0, 0x22, 0xf5, 0xa9, 0x0b, 0x76, 0xa7, 0x92,
0x0e, 0xf2, 0x86, 0xa9, 0xa7, 0xd9, 0xdc, 0x7a, 0x78, 0x39, 0xe0, 0xef, 0x5d, 0x9b, 0x56, 0x11, 0xab, 0x0b, 0xcd, 0x92, 0x5a, 0x0e, 0xc6, 0xb5, 0x62, 0x7b, 0xb2, 0xa5, 0x4d, 0xff, 0x89, 0x7f,
0xa4, 0xbe, 0x83, 0x9a, 0x3c, 0xe2, 0x21, 0x04, 0x93, 0x4e, 0xad, 0xaf, 0x0c, 0x5b, 0x66, 0x3b, 0xa3, 0xf2, 0xa5, 0xa3, 0x9f, 0x82, 0xe5, 0x9a, 0x98, 0x41, 0x25, 0xcf, 0x3d, 0xfd, 0xf6, 0x01,
0x5e, 0xf5, 0x9a, 0xe3, 0xf5, 0x96, 0xb5, 0xf9, 0xa7, 0x7e, 0x87, 0xda, 0xcf, 0xa9, 0xfd, 0x18, 0x8d, 0x3f, 0x8e, 0xd5, 0x7c, 0x4e, 0x3f, 0x8d, 0x52, 0x2f, 0xcf, 0xfd, 0xd0, 0xe6, 0xcf, 0x10,
0xfc, 0xd0, 0xc3, 0x02, 0x3a, 0x75, 0x39, 0xd3, 0x0f, 0xaf, 0xd0, 0xf8, 0xd3, 0x4c, 0x2d, 0x7d, 0xff, 0x42, 0x55, 0xea, 0x1b, 0x06, 0x50, 0xda, 0xf5, 0xcd, 0x63, 0x47, 0xa7, 0x3f, 0x12, 0xca,
0xfa, 0x66, 0x9a, 0x7a, 0x3b, 0xf7, 0xc3, 0xca, 0x9f, 0xa1, 0x7e, 0x8b, 0xba, 0x3c, 0x72, 0x1c, 0x1c, 0x6f, 0x74, 0x42, 0x2c, 0xc2, 0x2a, 0x85, 0xba, 0xd0, 0xcc, 0xab, 0x52, 0x30, 0xae, 0x55,
0xe0, 0x7c, 0x1a, 0x79, 0xa7, 0xd4, 0xe6, 0x8f, 0x08, 0x17, 0x94, 0x2d, 0xcf, 0x88, 0x4f, 0x44, 0xdb, 0xa9, 0x51, 0xda, 0x3b, 0x08, 0xa2, 0x86, 0x36, 0xbb, 0x98, 0x98, 0xd0, 0x49, 0xb0, 0x8b,
0xa7, 0xd1, 0x57, 0x86, 0x75, 0x53, 0x8b, 0x57, 0xbd, 0xee, 0xb8, 0x34, 0xca, 0xfa, 0x17, 0x82, 0x9c, 0x5d, 0x0d, 0xc6, 0xb5, 0xcd, 0x1f, 0x16, 0x46, 0x68, 0x29, 0xca, 0xc6, 0x73, 0x01, 0xad,
0x6a, 0xa1, 0xdb, 0x53, 0x4c, 0x3c, 0x98, 0x14, 0xd8, 0x4d, 0xc9, 0xee, 0xc6, 0xab, 0xde, 0xed, 0xdd, 0xba, 0x31, 0xe2, 0x19, 0x2a, 0x60, 0x83, 0x91, 0x61, 0x38, 0x40, 0xe1, 0xb0, 0xee, 0xa6,
0x4f, 0x76, 0x46, 0x58, 0x25, 0xca, 0xc1, 0x6f, 0x0a, 0xba, 0xf9, 0xd2, 0x8d, 0x51, 0x9f, 0xa0, 0xf7, 0x2c, 0x7e, 0x2d, 0x34, 0xe8, 0x42, 0x68, 0x12, 0xc4, 0x17, 0xee, 0x3b, 0x0e, 0xd1, 0x22,
0x06, 0x76, 0x04, 0x59, 0x24, 0x06, 0x4a, 0xcc, 0x7a, 0x5c, 0xde, 0xb3, 0xec, 0xb5, 0xb0, 0x60, 0x98, 0x68, 0xa2, 0x75, 0x13, 0x53, 0x36, 0x9d, 0xc2, 0x53, 0x62, 0x01, 0xf7, 0xaf, 0xdc, 0xda,
0x0a, 0xc9, 0x90, 0x20, 0xbb, 0x70, 0x1f, 0x49, 0x88, 0x95, 0xc2, 0x54, 0x0f, 0x1d, 0x7a, 0x98, 0x5e, 0xee, 0xa2, 0x85, 0x0a, 0xf5, 0xb3, 0x60, 0x5c, 0x5b, 0x3f, 0xb9, 0xc3, 0xd1, 0x12, 0xe4,
0x8b, 0x8d, 0x0b, 0x1f, 0x13, 0x1f, 0xe4, 0xfc, 0xda, 0xa3, 0xbb, 0xfb, 0x5d, 0xb4, 0x44, 0x61, 0xc6, 0x4b, 0x01, 0xcd, 0xfb, 0xf4, 0x08, 0x8f, 0x61, 0x1f, 0x95, 0xd8, 0x74, 0xd8, 0xb2, 0x1f,
0xbe, 0x15, 0xaf, 0x7a, 0x87, 0x67, 0x97, 0x38, 0x56, 0x81, 0x3c, 0xf8, 0x43, 0x41, 0xf9, 0x39, 0x3c, 0x6c, 0xb3, 0x5b, 0x3b, 0x9b, 0xb4, 0x19, 0xbd, 0xf1, 0x54, 0x40, 0x9f, 0xdc, 0x89, 0x7f,
0x5d, 0xc3, 0x63, 0x38, 0x43, 0x2d, 0xb1, 0x31, 0x5b, 0xf5, 0x7f, 0x9b, 0x6d, 0x7b, 0x6b, 0xb7, 0x84, 0xfa, 0x7e, 0xb9, 0xf5, 0xd8, 0xef, 0x2c, 0x51, 0x1b, 0xaf, 0x2a, 0xed, 0x89, 0x57, 0xb7,
0x4e, 0xdb, 0xd2, 0x07, 0xbf, 0x28, 0xe8, 0x8d, 0x4b, 0xf1, 0xd7, 0x50, 0xdf, 0xe7, 0x2f, 0x3d, 0xaf, 0x6e, 0xa4, 0xcc, 0xf5, 0x8d, 0x94, 0x79, 0x71, 0x23, 0x65, 0xfe, 0x0d, 0x24, 0xe1, 0x2a,
0xf6, 0x47, 0x7b, 0xd4, 0x26, 0xab, 0x2a, 0x7b, 0xe2, 0xcd, 0xbb, 0xe7, 0x17, 0x5a, 0xe5, 0xc5, 0x90, 0x84, 0xeb, 0x40, 0x12, 0x5e, 0x05, 0x92, 0xf0, 0xdf, 0x6b, 0x29, 0xf3, 0x67, 0x69, 0xda,
0x85, 0x56, 0xf9, 0xfd, 0x42, 0xab, 0xfc, 0x10, 0x6b, 0xca, 0x79, 0xac, 0x29, 0x2f, 0x62, 0x4d, 0x9d, 0xb7, 0x01, 0x00, 0x00, 0xff, 0xff, 0x32, 0x5e, 0xac, 0x56, 0xd9, 0x08, 0x00, 0x00,
0xf9, 0x33, 0xd6, 0x94, 0x1f, 0xff, 0xd2, 0x2a, 0xdf, 0xb4, 0x36, 0xdd, 0xf9, 0x27, 0x00, 0x00,
0xff, 0xff, 0x39, 0x84, 0x09, 0xee, 0x23, 0x09, 0x00, 0x00,
} }

View File

@ -26,7 +26,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
import "k8s.io/kubernetes/pkg/api/v1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
import "k8s.io/kubernetes/pkg/apis/batch/v1/generated.proto"; import "k8s.io/kubernetes/pkg/apis/batch/v1/generated.proto";

View File

@ -1632,59 +1632,58 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 863 bytes of a gzipped FileDescriptorProto // 839 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xcf, 0x6f, 0x1b, 0x45, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xcf, 0x8f, 0xdb, 0x44,
0x14, 0xf6, 0xfa, 0x57, 0xec, 0x71, 0x48, 0xab, 0x11, 0xaa, 0x4c, 0xa4, 0xee, 0x46, 0x2b, 0x40, 0x14, 0x8e, 0xf3, 0x6b, 0x93, 0xc9, 0xb2, 0xad, 0x46, 0xa8, 0x32, 0x2b, 0xd5, 0x5e, 0x59, 0x80,
0x29, 0xa2, 0xbb, 0x38, 0x20, 0x88, 0xca, 0x01, 0x69, 0x4b, 0x05, 0x85, 0x96, 0x1f, 0x93, 0x06, 0xb6, 0xa8, 0xd8, 0x64, 0x41, 0xb0, 0x2a, 0x07, 0x24, 0x97, 0x0a, 0x15, 0x5a, 0x7e, 0xcc, 0x36,
0x09, 0xc4, 0x81, 0xf1, 0xfa, 0x75, 0x33, 0xb5, 0xf7, 0x07, 0x33, 0xb3, 0x56, 0x7c, 0x41, 0xbd, 0x48, 0x20, 0x0e, 0x4c, 0x9c, 0x57, 0xef, 0x34, 0xf1, 0x0f, 0x3c, 0xe3, 0x68, 0x73, 0x41, 0xbd,
0x71, 0xe5, 0xc8, 0x05, 0x89, 0x3f, 0x27, 0xc7, 0x1e, 0x39, 0x20, 0x8b, 0x98, 0x13, 0x17, 0xfe, 0x71, 0xe5, 0xc8, 0x05, 0x89, 0x3f, 0x67, 0x8f, 0x3d, 0x72, 0x40, 0x11, 0x1b, 0x4e, 0x5c, 0xf8,
0x80, 0x9e, 0xd0, 0xcc, 0x8e, 0xbd, 0x4b, 0x8c, 0x69, 0x2b, 0xe5, 0xb6, 0xf3, 0xcd, 0x7b, 0xdf, 0x03, 0x7a, 0x42, 0x33, 0x9e, 0xc4, 0x66, 0xd3, 0xd0, 0x56, 0xca, 0xcd, 0xf3, 0xcd, 0xf7, 0xbe,
0x7b, 0xef, 0x7b, 0xdf, 0x0e, 0xfa, 0x60, 0x7c, 0x28, 0x3c, 0x96, 0xfa, 0xe3, 0x7c, 0x08, 0x3c, 0xf7, 0xde, 0xf7, 0x9e, 0x07, 0x7d, 0x34, 0x3e, 0xe6, 0x2e, 0x4b, 0xbc, 0x71, 0x3e, 0x84, 0x2c,
0x01, 0x09, 0xc2, 0xcf, 0xc6, 0x91, 0x4f, 0x33, 0x26, 0xfc, 0x10, 0xb8, 0x64, 0x0f, 0x59, 0x48, 0x06, 0x01, 0xdc, 0x4b, 0xc7, 0xa1, 0x47, 0x53, 0xc6, 0xbd, 0x00, 0x32, 0xc1, 0x1e, 0xb2, 0x80,
0x15, 0x3a, 0x1d, 0x0c, 0x41, 0xd2, 0x81, 0x1f, 0x41, 0x02, 0x9c, 0x4a, 0x18, 0x79, 0x19, 0x4f, 0x4a, 0x74, 0xda, 0x1f, 0x82, 0xa0, 0x7d, 0x2f, 0x84, 0x18, 0x32, 0x2a, 0x60, 0xe4, 0xa6, 0x59,
0x65, 0x8a, 0xfd, 0x82, 0xc0, 0x2b, 0x09, 0xbc, 0x6c, 0x1c, 0x79, 0x8a, 0xc0, 0xab, 0x12, 0x78, 0x22, 0x12, 0xec, 0x15, 0x02, 0x6e, 0x29, 0xe0, 0xa6, 0xe3, 0xd0, 0x95, 0x02, 0x6e, 0x55, 0xc0,
0x86, 0x60, 0xf7, 0x66, 0xc4, 0xe4, 0x49, 0x3e, 0xf4, 0xc2, 0x34, 0xf6, 0xa3, 0x34, 0x4a, 0x7d, 0xd5, 0x02, 0xfb, 0x6f, 0x87, 0x4c, 0x9c, 0xe6, 0x43, 0x37, 0x48, 0x22, 0x2f, 0x4c, 0xc2, 0xc4,
0xcd, 0x33, 0xcc, 0x1f, 0xea, 0x93, 0x3e, 0xe8, 0xaf, 0x82, 0x7f, 0xf7, 0x1d, 0xd3, 0x20, 0xcd, 0x53, 0x3a, 0xc3, 0xfc, 0xa1, 0x3a, 0xa9, 0x83, 0xfa, 0x2a, 0xf4, 0xf7, 0xdf, 0xd3, 0x05, 0xd2,
0x58, 0x4c, 0xc3, 0x13, 0x96, 0x00, 0x9f, 0x95, 0x2d, 0xc6, 0x20, 0xa9, 0x3f, 0x5d, 0xeb, 0x6a, 0x94, 0x45, 0x34, 0x38, 0x65, 0x31, 0x64, 0xb3, 0xb2, 0xc4, 0x08, 0x04, 0xf5, 0xa6, 0x6b, 0x55,
0xd7, 0xdf, 0x94, 0xc5, 0xf3, 0x44, 0xb2, 0x18, 0xd6, 0x12, 0xde, 0x7d, 0x56, 0x82, 0x08, 0x4f, 0xed, 0x7b, 0x9b, 0xa2, 0xb2, 0x3c, 0x16, 0x2c, 0x82, 0xb5, 0x80, 0xf7, 0x9f, 0x17, 0xc0, 0x83,
0x20, 0xa6, 0x6b, 0x79, 0x6f, 0x6f, 0xca, 0xcb, 0x25, 0x9b, 0xf8, 0x2c, 0x91, 0x42, 0xf2, 0xb5, 0x53, 0x88, 0xe8, 0x5a, 0xdc, 0xbb, 0x9b, 0xe2, 0x72, 0xc1, 0x26, 0x1e, 0x8b, 0x05, 0x17, 0xd9,
0xa4, 0xca, 0x4c, 0x02, 0xf8, 0x14, 0x78, 0x39, 0x10, 0x9c, 0xd2, 0x38, 0x9b, 0xc0, 0x7f, 0xcd, 0x5a, 0x50, 0xa5, 0x27, 0x0e, 0xd9, 0x14, 0xb2, 0xb2, 0x21, 0x38, 0xa3, 0x51, 0x3a, 0x81, 0x67,
0xf4, 0x71, 0x65, 0x55, 0x37, 0x69, 0x14, 0x71, 0x88, 0xa8, 0x4c, 0x2b, 0xb9, 0x34, 0x63, 0x1c, 0xf5, 0x74, 0x73, 0xe3, 0xa8, 0x9e, 0xc1, 0x76, 0xfe, 0xae, 0xa3, 0xd7, 0x6e, 0x97, 0xfe, 0x9f,
0x22, 0x26, 0x24, 0xa7, 0x92, 0xa5, 0x89, 0x3f, 0x1d, 0xd0, 0x49, 0x76, 0xb2, 0xbe, 0x33, 0xf7, 0xb0, 0x30, 0x66, 0x71, 0x48, 0xe0, 0x87, 0x1c, 0xb8, 0xc0, 0xdf, 0xa3, 0x8e, 0xb4, 0x6e, 0x44,
0xaf, 0x3a, 0x7a, 0xe5, 0x76, 0xb9, 0x9b, 0x23, 0x16, 0x25, 0x2c, 0x89, 0x08, 0x7c, 0x9f, 0x83, 0x05, 0x35, 0x8d, 0x03, 0xe3, 0xb0, 0x77, 0xf4, 0x8e, 0xab, 0x07, 0x59, 0xed, 0xa4, 0x1c, 0xa5,
0x90, 0xf8, 0x3b, 0xd4, 0x51, 0xb2, 0x8e, 0xa8, 0xa4, 0x7d, 0x6b, 0xcf, 0xda, 0xef, 0x1d, 0xbc, 0x64, 0xbb, 0xd3, 0xbe, 0xfb, 0xc5, 0xf0, 0x11, 0x04, 0xe2, 0x3e, 0x08, 0xea, 0xe3, 0xf3, 0xb9,
0xe5, 0x99, 0x25, 0x57, 0xa7, 0x2c, 0xd7, 0xac, 0xa2, 0xbd, 0xe9, 0xc0, 0xfb, 0x7c, 0xf8, 0x08, 0x5d, 0x5b, 0xcc, 0x6d, 0x54, 0x62, 0x64, 0xa5, 0x8a, 0x53, 0xd4, 0xe4, 0x29, 0x04, 0x66, 0x5d,
0x42, 0x79, 0x1f, 0x24, 0x0d, 0xf0, 0xd9, 0xdc, 0xa9, 0x2d, 0xe6, 0x0e, 0x2a, 0x31, 0xb2, 0x62, 0xa9, 0x7f, 0xee, 0xbe, 0xe4, 0x9a, 0xb8, 0x1b, 0x6b, 0x3f, 0x49, 0x21, 0xf0, 0x77, 0x75, 0xee,
0xc5, 0x19, 0x6a, 0x8a, 0x0c, 0xc2, 0x7e, 0x5d, 0xb3, 0x7f, 0xe6, 0xbd, 0xa0, 0x85, 0xbc, 0x8d, 0xa6, 0x3c, 0x11, 0x95, 0x09, 0x9f, 0xa1, 0x36, 0x17, 0x54, 0xe4, 0xdc, 0x6c, 0xa8, 0x9c, 0x5f,
0xbd, 0x1f, 0x65, 0x10, 0x06, 0xdb, 0xa6, 0x76, 0x53, 0x9d, 0x88, 0xae, 0x84, 0x4f, 0x51, 0x5b, 0x6e, 0x31, 0xa7, 0xd2, 0xf5, 0xf7, 0x74, 0xd6, 0x76, 0x71, 0x26, 0x3a, 0x9f, 0xf3, 0x6b, 0x1d,
0x48, 0x2a, 0x73, 0xd1, 0x6f, 0xe8, 0x9a, 0x5f, 0x5c, 0x62, 0x4d, 0xcd, 0x1b, 0xec, 0x98, 0xaa, 0x39, 0x1b, 0x63, 0x6f, 0x27, 0xf1, 0x88, 0x09, 0x96, 0xc4, 0xf8, 0x18, 0x35, 0xc5, 0x2c, 0x05,
0xed, 0xe2, 0x4c, 0x4c, 0x3d, 0xf7, 0x97, 0x3a, 0x72, 0x37, 0xe6, 0xde, 0x4e, 0x93, 0x11, 0x53, 0x65, 0x78, 0xd7, 0x7f, 0x7d, 0xd9, 0xc2, 0x83, 0x59, 0x0a, 0x4f, 0xe7, 0xf6, 0xab, 0x97, 0xf9,
0xbb, 0xc2, 0x87, 0xa8, 0x29, 0x67, 0x19, 0x68, 0xc1, 0xbb, 0xc1, 0xab, 0xcb, 0x11, 0x1e, 0xcc, 0x12, 0x27, 0x2a, 0x02, 0xbf, 0x89, 0xda, 0x19, 0x50, 0x9e, 0xc4, 0xca, 0xce, 0x6e, 0x59, 0x08,
0x32, 0x78, 0x3a, 0x77, 0x5e, 0xbe, 0x18, 0xaf, 0x70, 0xa2, 0x33, 0xf0, 0xeb, 0xa8, 0xcd, 0x81, 0x51, 0x28, 0xd1, 0xb7, 0xf8, 0x06, 0xda, 0x89, 0x80, 0x73, 0x1a, 0x82, 0xf2, 0xa0, 0xeb, 0x5f,
0x8a, 0x34, 0xd1, 0x72, 0x76, 0xcb, 0x46, 0x88, 0x46, 0x89, 0xb9, 0xc5, 0x37, 0xd0, 0x56, 0x0c, 0xd1, 0xc4, 0x9d, 0xfb, 0x05, 0x4c, 0x96, 0xf7, 0xf8, 0x11, 0xda, 0x9b, 0x50, 0x2e, 0x06, 0xe9,
0x42, 0xd0, 0x08, 0xb4, 0x06, 0xdd, 0xe0, 0x8a, 0x09, 0xdc, 0xba, 0x5f, 0xc0, 0x64, 0x79, 0x8f, 0x88, 0x0a, 0x78, 0xc0, 0x22, 0x30, 0x9b, 0xca, 0xb5, 0xb7, 0x5e, 0x6c, 0x0f, 0x64, 0x84, 0x7f,
0x1f, 0xa1, 0x9d, 0x09, 0x15, 0xf2, 0x38, 0x1b, 0x51, 0x09, 0x0f, 0x58, 0x0c, 0xfd, 0xa6, 0x56, 0x4d, 0xab, 0xef, 0xdd, 0xfb, 0x8f, 0x12, 0xb9, 0xa4, 0xec, 0xfc, 0x63, 0xa0, 0xeb, 0x1b, 0xfd,
0xed, 0x8d, 0xe7, 0xf3, 0x81, 0xca, 0x08, 0xae, 0x19, 0xf6, 0x9d, 0x7b, 0xff, 0x62, 0x22, 0x17, 0xb9, 0xc7, 0xb8, 0xc0, 0xdf, 0xad, 0xed, 0xa3, 0xfb, 0x62, 0x75, 0xc8, 0x68, 0xb5, 0x8d, 0x57,
0x98, 0xdd, 0xbf, 0x2d, 0x74, 0x7d, 0xa3, 0x3e, 0xf7, 0x98, 0x90, 0xf8, 0xdb, 0x35, 0x3f, 0x7a, 0x75, 0x2d, 0x9d, 0x25, 0x52, 0xd9, 0xc5, 0x04, 0xb5, 0x98, 0x80, 0x88, 0x9b, 0xf5, 0x83, 0xc6,
0xcf, 0xd7, 0x87, 0xca, 0xd6, 0x6e, 0xbc, 0x6a, 0x7a, 0xe9, 0x2c, 0x91, 0x8a, 0x17, 0x53, 0xd4, 0x61, 0xef, 0xe8, 0xd3, 0xed, 0x2d, 0x86, 0xff, 0x8a, 0x4e, 0xdb, 0xba, 0x2b, 0x13, 0x90, 0x22,
0x62, 0x12, 0x62, 0xd1, 0xaf, 0xef, 0x35, 0xf6, 0x7b, 0x07, 0x9f, 0x5c, 0x9e, 0x31, 0x82, 0x97, 0x8f, 0xb3, 0x68, 0xfc, 0x4f, 0xc3, 0x72, 0x65, 0xf1, 0x1b, 0x68, 0x27, 0x2b, 0x8e, 0xaa, 0xdf,
0x4c, 0xd9, 0xd6, 0x5d, 0x55, 0x80, 0x14, 0x75, 0xdc, 0x45, 0xe3, 0x7f, 0x06, 0x56, 0x96, 0xc5, 0x5d, 0xbf, 0x27, 0xa7, 0xa4, 0x19, 0x64, 0x79, 0x87, 0x6f, 0xa2, 0x4e, 0xce, 0x21, 0x8b, 0x69,
0xaf, 0xa1, 0x2d, 0x5e, 0x1c, 0xf5, 0xbc, 0xdb, 0x41, 0x4f, 0x6d, 0xc9, 0x44, 0x90, 0xe5, 0x1d, 0x04, 0x7a, 0xf4, 0xab, 0x3e, 0x07, 0x1a, 0x27, 0x2b, 0x06, 0xbe, 0x8e, 0x1a, 0x39, 0x1b, 0xe9,
0x7e, 0x13, 0x75, 0x72, 0x01, 0x3c, 0xa1, 0x31, 0x98, 0xd5, 0xaf, 0xe6, 0x3c, 0x36, 0x38, 0x59, 0xd1, 0xf7, 0x34, 0xb1, 0x31, 0xb8, 0xfb, 0x31, 0x91, 0x38, 0x76, 0x50, 0x3b, 0xcc, 0x92, 0x3c,
0x45, 0xe0, 0xeb, 0xa8, 0x91, 0xb3, 0x91, 0x59, 0x7d, 0xcf, 0x04, 0x36, 0x8e, 0xef, 0x7e, 0x48, 0xe5, 0x66, 0xf3, 0xa0, 0x71, 0xd8, 0xf5, 0x91, 0xdc, 0xa0, 0x4f, 0x14, 0x42, 0xf4, 0x0d, 0x3e,
0x14, 0x8e, 0x5d, 0xd4, 0x8e, 0x78, 0x9a, 0x67, 0xa2, 0xdf, 0xdc, 0x6b, 0xec, 0x77, 0x03, 0xa4, 0x42, 0x9d, 0x31, 0xcc, 0x06, 0x6a, 0x85, 0x5a, 0x8a, 0x75, 0x4d, 0xb2, 0x14, 0xc0, 0x9f, 0xce,
0x1c, 0xf4, 0x91, 0x46, 0x88, 0xb9, 0xc1, 0x07, 0xa8, 0x33, 0x86, 0xd9, 0xb1, 0xb6, 0x50, 0x4b, 0xed, 0xce, 0x67, 0xfa, 0x96, 0xac, 0x78, 0xf8, 0x47, 0xd4, 0x82, 0x33, 0x91, 0x51, 0xb3, 0xad,
0x47, 0x5d, 0x53, 0x51, 0x1a, 0x10, 0x4f, 0xe7, 0x4e, 0xe7, 0x53, 0x73, 0x4b, 0x56, 0x71, 0xf8, 0xec, 0xfd, 0x66, 0xbb, 0xff, 0xba, 0x7b, 0x47, 0x6a, 0xdf, 0x89, 0x45, 0x36, 0x2b, 0xdd, 0x56,
0x07, 0xd4, 0x82, 0x53, 0xc9, 0x69, 0xbf, 0xad, 0xe5, 0xfd, 0xfa, 0x72, 0xff, 0x75, 0xef, 0x8e, 0x18, 0x29, 0xd2, 0xee, 0xe7, 0x08, 0x95, 0x1c, 0x7c, 0x15, 0x35, 0xc6, 0x30, 0x2b, 0x7e, 0x32,
0xe2, 0xbe, 0x93, 0x48, 0x3e, 0x2b, 0xd5, 0xd6, 0x18, 0x29, 0xca, 0xee, 0xe6, 0x08, 0x95, 0x31, 0x22, 0x3f, 0xf1, 0x57, 0xa8, 0x35, 0xa5, 0x93, 0x1c, 0xf4, 0x5b, 0xf4, 0xe1, 0x4b, 0xd7, 0xa7,
0xf8, 0x2a, 0x6a, 0x8c, 0x61, 0x56, 0xfc, 0x64, 0x44, 0x7d, 0xe2, 0x2f, 0x51, 0x6b, 0x4a, 0x27, 0xd4, 0xbf, 0x96, 0x12, 0xa4, 0x50, 0xba, 0x55, 0x3f, 0x36, 0x9c, 0xb9, 0x81, 0xec, 0xe7, 0xbc,
0x39, 0x98, 0xb7, 0xe8, 0xfd, 0x17, 0xee, 0x4f, 0xb3, 0x7f, 0xa5, 0x28, 0x48, 0xc1, 0x74, 0xab, 0x18, 0xf8, 0x27, 0x03, 0xa1, 0x60, 0xf9, 0x43, 0x73, 0xd3, 0x50, 0x06, 0x9d, 0x6c, 0xcf, 0xa0,
0x7e, 0x68, 0xb9, 0x73, 0x0b, 0x39, 0xcf, 0x78, 0x31, 0xf0, 0x8f, 0x16, 0x42, 0xe1, 0xf2, 0x87, 0xd5, 0x63, 0x51, 0xbe, 0xc6, 0x2b, 0x88, 0x93, 0x4a, 0x6a, 0xdc, 0x47, 0xbd, 0x8a, 0xb4, 0xb2,
0x16, 0x7d, 0x4b, 0x0b, 0x74, 0x74, 0x79, 0x02, 0xad, 0x1e, 0x8b, 0xf2, 0x35, 0x5e, 0x41, 0x82, 0x62, 0xd7, 0xbf, 0xb2, 0x98, 0xdb, 0xbd, 0x8a, 0x38, 0xa9, 0x72, 0x9c, 0x0f, 0xb4, 0xaf, 0xaa,
0x54, 0x4a, 0xe3, 0x01, 0xea, 0x55, 0xa8, 0xb5, 0x14, 0xdb, 0xc1, 0x95, 0xc5, 0xdc, 0xe9, 0x55, 0x73, 0x6c, 0x2f, 0x7f, 0x22, 0x43, 0xad, 0x45, 0xf7, 0xf2, 0xd2, 0xdf, 0xea, 0xfc, 0xf2, 0x9b,
0xc8, 0x49, 0x35, 0xc6, 0x7d, 0xcf, 0xe8, 0xaa, 0x27, 0xc7, 0xce, 0xf2, 0x27, 0xb2, 0xb4, 0x2d, 0x5d, 0x7b, 0xfc, 0xc7, 0x41, 0xcd, 0xbf, 0x71, 0x7e, 0x61, 0xd5, 0x9e, 0x5c, 0x58, 0xb5, 0xdf,
0xba, 0x17, 0x4d, 0x7f, 0xab, 0xf3, 0xf3, 0xaf, 0x4e, 0xed, 0xf1, 0xef, 0x7b, 0xb5, 0xe0, 0xc6, 0x2f, 0xac, 0xda, 0xe3, 0x85, 0x65, 0x9c, 0x2f, 0x2c, 0xe3, 0xc9, 0xc2, 0x32, 0xfe, 0x5c, 0x58,
0xd9, 0xb9, 0x5d, 0x7b, 0x72, 0x6e, 0xd7, 0x7e, 0x3b, 0xb7, 0x6b, 0x8f, 0x17, 0xb6, 0x75, 0xb6, 0xc6, 0xcf, 0x7f, 0x59, 0xb5, 0x6f, 0x77, 0x74, 0x67, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0x07,
0xb0, 0xad, 0x27, 0x0b, 0xdb, 0xfa, 0x63, 0x61, 0x5b, 0x3f, 0xfd, 0x69, 0xd7, 0xbe, 0xd9, 0x32, 0x0c, 0x3b, 0x3a, 0x80, 0x08, 0x00, 0x00,
0x93, 0xfd, 0x13, 0x00, 0x00, 0xff, 0xff, 0x1c, 0xc5, 0xd2, 0x7c, 0x9c, 0x08, 0x00, 0x00,
} }

View File

@ -26,7 +26,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1beta1"; option go_package = "v1beta1";

View File

@ -11794,218 +11794,216 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 3405 bytes of a gzipped FileDescriptorProto // 3369 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5b, 0xcd, 0x6f, 0x1c, 0xc7, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5b, 0xdb, 0x6f, 0x1b, 0xc7,
0x95, 0x57, 0x73, 0x48, 0x71, 0xf8, 0x28, 0x92, 0x62, 0x51, 0xa6, 0xc6, 0xb4, 0x4d, 0xca, 0xbd, 0xd5, 0xf7, 0x8a, 0xa4, 0x45, 0x1d, 0x59, 0x92, 0x35, 0x72, 0x64, 0x46, 0x49, 0x44, 0x67, 0x3f,
0x58, 0x5b, 0xde, 0xb5, 0x86, 0x2b, 0x79, 0xe5, 0xb5, 0x65, 0x5b, 0x36, 0x87, 0xd4, 0x07, 0x17, 0x7c, 0x89, 0xf3, 0x7d, 0x09, 0xf5, 0xc5, 0xf9, 0x9c, 0x26, 0x4e, 0xe2, 0x44, 0x94, 0x7c, 0x51,
0x24, 0x35, 0xae, 0x21, 0x85, 0xb5, 0xfc, 0xb5, 0xcd, 0x99, 0xe2, 0xb0, 0xa5, 0xfe, 0x72, 0x75, 0x21, 0xc9, 0xcc, 0x90, 0x32, 0x1a, 0xe7, 0xd6, 0x15, 0x39, 0xa2, 0xd6, 0xde, 0x5b, 0x76, 0x67,
0x35, 0xcd, 0x81, 0xb1, 0xbb, 0x06, 0x16, 0xf1, 0x31, 0x48, 0x2e, 0x81, 0x03, 0x38, 0xc7, 0x1c, 0x15, 0x11, 0x41, 0xdb, 0x00, 0x45, 0xf3, 0x58, 0xb4, 0x2f, 0x45, 0x0a, 0xa4, 0x8f, 0x7d, 0xe8,
0x72, 0x49, 0xec, 0x43, 0xe2, 0xe4, 0x2f, 0x88, 0x0e, 0x41, 0xe0, 0x00, 0x09, 0x10, 0x04, 0x0e, 0x4b, 0x9b, 0x3c, 0xb4, 0x69, 0xff, 0x82, 0xfa, 0xa1, 0x28, 0x52, 0xa0, 0x05, 0x8a, 0x22, 0x15,
0x11, 0xd1, 0x88, 0xff, 0x81, 0xc4, 0x17, 0x9d, 0x82, 0xaa, 0xae, 0xfe, 0xee, 0xa6, 0x34, 0x43, 0x6a, 0x05, 0xcd, 0x3f, 0xd0, 0xe6, 0xc5, 0x4f, 0xc5, 0xcc, 0xce, 0xde, 0x77, 0x65, 0x93, 0xb2,
0x69, 0x10, 0x20, 0xb7, 0xe9, 0xaa, 0xf7, 0x7e, 0xef, 0xa3, 0x5e, 0xbd, 0x7a, 0xf5, 0x31, 0xf0, 0x89, 0x02, 0x7d, 0xe3, 0xce, 0x9c, 0xf3, 0x3b, 0x97, 0x39, 0x73, 0xe6, 0xcc, 0x85, 0xf0, 0xd2,
0xca, 0xad, 0x17, 0xdc, 0xaa, 0x6e, 0xcf, 0xdf, 0xf2, 0x36, 0x09, 0xb5, 0x08, 0x23, 0xee, 0xbc, 0x8d, 0xe7, 0x9c, 0x9a, 0x6a, 0x2e, 0xdc, 0x70, 0x37, 0x89, 0x6d, 0x10, 0x4a, 0x9c, 0x05, 0xeb,
0x73, 0xab, 0x3d, 0xaf, 0x39, 0xba, 0x3b, 0x4f, 0x76, 0x19, 0xb1, 0x5c, 0xdd, 0xb6, 0xdc, 0xf9, 0x46, 0x77, 0x41, 0xb1, 0x54, 0x67, 0x81, 0xec, 0x52, 0x62, 0x38, 0xaa, 0x69, 0x38, 0x0b, 0x3b,
0x9d, 0xb3, 0x9b, 0x84, 0x69, 0x67, 0xe7, 0xdb, 0xc4, 0x22, 0x54, 0x63, 0xa4, 0x55, 0x75, 0xa8, 0x4f, 0x6f, 0x12, 0xaa, 0x3c, 0xbd, 0xd0, 0x25, 0x06, 0xb1, 0x15, 0x4a, 0x3a, 0x35, 0xcb, 0x36,
0xcd, 0x6c, 0x74, 0xc6, 0x67, 0xaf, 0x46, 0xec, 0x55, 0xe7, 0x56, 0xbb, 0xca, 0xd9, 0xab, 0x11, 0xa9, 0x89, 0x9e, 0xf2, 0xd8, 0x6b, 0x21, 0x7b, 0xcd, 0xba, 0xd1, 0xad, 0x31, 0xf6, 0x5a, 0xc8,
0x7b, 0x55, 0xb2, 0xcf, 0x9c, 0x69, 0xeb, 0x6c, 0xdb, 0xdb, 0xac, 0x36, 0x6d, 0x73, 0xbe, 0x6d, 0x5e, 0x13, 0xec, 0x73, 0x4f, 0x75, 0x55, 0xba, 0xed, 0x6e, 0xd6, 0xda, 0xa6, 0xbe, 0xd0, 0x35,
0xb7, 0xed, 0x79, 0x81, 0xb2, 0xe9, 0x6d, 0x89, 0x2f, 0xf1, 0x21, 0x7e, 0xf9, 0xe8, 0x33, 0xff, 0xbb, 0xe6, 0x02, 0x47, 0xd9, 0x74, 0xb7, 0xf8, 0x17, 0xff, 0xe0, 0xbf, 0x3c, 0xf4, 0xb9, 0xff,
0x2e, 0x95, 0xd3, 0x1c, 0xdd, 0xd4, 0x9a, 0xdb, 0xba, 0x45, 0x68, 0x27, 0x50, 0x6f, 0x9e, 0x12, 0x17, 0xca, 0x29, 0x96, 0xaa, 0x2b, 0xed, 0x6d, 0xd5, 0x20, 0x76, 0xcf, 0x57, 0x6f, 0xc1, 0x26,
0xd7, 0xf6, 0x68, 0x93, 0xa4, 0x75, 0x3a, 0x90, 0xcb, 0x9d, 0x37, 0x09, 0xd3, 0xe6, 0x77, 0x32, 0x8e, 0xe9, 0xda, 0x6d, 0x92, 0xd4, 0xe9, 0x40, 0x2e, 0x67, 0x41, 0x27, 0x54, 0x59, 0xd8, 0x49,
0x96, 0xcc, 0xcc, 0x17, 0x71, 0x51, 0xcf, 0x62, 0xba, 0x99, 0x15, 0xf3, 0xfc, 0xbd, 0x18, 0xdc, 0x59, 0x32, 0xb7, 0x90, 0xc7, 0x65, 0xbb, 0x06, 0x55, 0xf5, 0xb4, 0x98, 0x67, 0xef, 0xc4, 0xe0,
0xe6, 0x36, 0x31, 0xb5, 0x0c, 0xdf, 0x73, 0x45, 0x7c, 0x1e, 0xd3, 0x8d, 0x79, 0xdd, 0x62, 0x2e, 0xb4, 0xb7, 0x89, 0xae, 0xa4, 0xf8, 0x9e, 0xc9, 0xe3, 0x73, 0xa9, 0xaa, 0x2d, 0xa8, 0x06, 0x75,
0xa3, 0x07, 0xd9, 0xe4, 0x12, 0xba, 0x43, 0x68, 0x7c, 0x94, 0x34, 0xd3, 0x31, 0x48, 0x9e, 0x4d, 0xa8, 0x7d, 0x90, 0x4d, 0x0e, 0xb1, 0x77, 0x88, 0x1d, 0x1d, 0x25, 0x45, 0xb7, 0x34, 0x92, 0x65,
0x57, 0x63, 0x83, 0x7b, 0x46, 0x6b, 0xb7, 0x29, 0x69, 0x6b, 0xcc, 0x8e, 0xf1, 0x6a, 0x8e, 0x4e, 0xd3, 0x93, 0xb9, 0x83, 0x9b, 0x41, 0x2d, 0xd7, 0x00, 0x16, 0x1b, 0x2b, 0x57, 0x89, 0xcd, 0xc6,
0x49, 0x5b, 0x77, 0x19, 0xd5, 0x98, 0x6e, 0x5b, 0xf3, 0x3b, 0x67, 0x35, 0xc3, 0xd9, 0xce, 0x8e, 0x0c, 0x9d, 0x82, 0xa2, 0xa1, 0xe8, 0xa4, 0x22, 0x9d, 0x92, 0x4e, 0x8f, 0xd5, 0x8f, 0xdd, 0xdc,
0xf3, 0xcc, 0xb3, 0x85, 0x61, 0x92, 0x23, 0x57, 0xad, 0x02, 0x2c, 0xd4, 0x97, 0xaf, 0x13, 0xca, 0xab, 0x1e, 0xd9, 0xdf, 0xab, 0x16, 0xd7, 0x15, 0x9d, 0x60, 0xde, 0x23, 0xff, 0x58, 0x82, 0x07,
0x47, 0x1f, 0x9d, 0x82, 0x41, 0x4b, 0x33, 0x49, 0x45, 0x39, 0xa5, 0x9c, 0x1e, 0xa9, 0x1d, 0xbb, 0x97, 0x5c, 0x87, 0x9a, 0xfa, 0x1a, 0xa1, 0xb6, 0xda, 0x5e, 0x72, 0x6d, 0x9b, 0x18, 0xb4, 0x49,
0xbd, 0x37, 0x77, 0x64, 0x7f, 0x6f, 0x6e, 0x70, 0x4d, 0x33, 0x09, 0x16, 0x3d, 0xea, 0xf7, 0x15, 0x15, 0xea, 0x3a, 0x77, 0xe6, 0x47, 0xd7, 0xa0, 0xb4, 0xa3, 0x68, 0x2e, 0xa9, 0x8c, 0x9c, 0x92,
0x78, 0x74, 0xd1, 0x73, 0x99, 0x6d, 0xae, 0x12, 0x46, 0xf5, 0xe6, 0xa2, 0x47, 0x29, 0xb1, 0x58, 0x4e, 0x8f, 0x9f, 0xa9, 0xd5, 0x44, 0x2c, 0x45, 0x1d, 0xe3, 0x47, 0x53, 0xcd, 0x1f, 0xed, 0xda,
0x83, 0x69, 0xcc, 0x73, 0xef, 0xcd, 0x8f, 0x6e, 0xc0, 0xd0, 0x8e, 0x66, 0x78, 0xa4, 0x32, 0x70, 0xab, 0xae, 0x62, 0x50, 0x95, 0xf6, 0xea, 0x27, 0x04, 0xe4, 0x31, 0x21, 0xf7, 0x2a, 0xc3, 0xc2,
0x4a, 0x39, 0x3d, 0x7a, 0xae, 0x5a, 0x95, 0x51, 0x19, 0x77, 0x71, 0x10, 0x97, 0xd5, 0x20, 0x6e, 0x1e, 0xa4, 0xfc, 0x7d, 0x09, 0x1e, 0xc9, 0xd5, 0x6d, 0x55, 0x75, 0x28, 0xd2, 0xa1, 0xa4, 0x52,
0xaa, 0xaf, 0x7b, 0x9a, 0xc5, 0x74, 0xd6, 0xa9, 0x9d, 0x90, 0x90, 0xc7, 0xa4, 0xdc, 0xeb, 0x1c, 0xa2, 0x3b, 0x15, 0xe9, 0x54, 0xe1, 0xf4, 0xf8, 0x99, 0xcb, 0xb5, 0xbe, 0x22, 0xb9, 0x96, 0x0b,
0x0b, 0xfb, 0x90, 0xea, 0xb7, 0x15, 0x78, 0xa2, 0x50, 0xb7, 0x15, 0xdd, 0x65, 0xc8, 0x84, 0x21, 0x5e, 0x9f, 0x10, 0x7a, 0x95, 0x56, 0x18, 0x3c, 0xf6, 0xa4, 0xc8, 0x3f, 0x94, 0x00, 0x45, 0x79,
0x9d, 0x11, 0xd3, 0xad, 0x28, 0xa7, 0x4a, 0xa7, 0x47, 0xcf, 0x5d, 0xad, 0x76, 0x35, 0x27, 0xaa, 0x5a, 0x8a, 0xdd, 0x25, 0xf4, 0x2e, 0xbc, 0xf4, 0xda, 0xe1, 0xbc, 0x34, 0x23, 0x20, 0xc7, 0x3d,
0x85, 0xe0, 0xb5, 0x31, 0xa9, 0xd7, 0xd0, 0x32, 0x87, 0xc7, 0xbe, 0x14, 0xf5, 0xbb, 0x0a, 0xa0, 0x81, 0x31, 0x27, 0xbd, 0x2f, 0xc1, 0x6c, 0x5a, 0x27, 0xee, 0x9d, 0xad, 0xb8, 0x77, 0x16, 0x0f,
0x38, 0xcf, 0xba, 0x46, 0xdb, 0x84, 0xdd, 0x87, 0x97, 0xde, 0x38, 0x9c, 0x97, 0xa6, 0x24, 0xe4, 0xe1, 0x1d, 0x0f, 0x35, 0xc7, 0x2d, 0xbf, 0x1c, 0x81, 0xb1, 0x65, 0x85, 0xe8, 0xa6, 0xd1, 0x24,
0xa8, 0x2f, 0x30, 0xe1, 0xa4, 0x0f, 0x15, 0x98, 0xce, 0xea, 0x24, 0xbc, 0xb3, 0x95, 0xf4, 0xce, 0x14, 0x7d, 0x13, 0xca, 0x6c, 0x7a, 0x76, 0x14, 0xaa, 0x70, 0x8f, 0x8c, 0x9f, 0xf9, 0xbf, 0x83,
0xc2, 0x21, 0xbc, 0xe3, 0xa3, 0x16, 0xb8, 0xe5, 0xa7, 0x03, 0x30, 0xb2, 0xa4, 0x11, 0xd3, 0xb6, 0xcc, 0x75, 0x6a, 0x8c, 0xba, 0xb6, 0xf3, 0x74, 0xed, 0xca, 0xe6, 0x75, 0xd2, 0xa6, 0x6b, 0x84,
0x1a, 0x84, 0xa1, 0xff, 0x86, 0x32, 0x9f, 0xe8, 0x2d, 0x8d, 0x69, 0xc2, 0x23, 0xa3, 0xe7, 0xfe, 0x2a, 0x75, 0x24, 0xe4, 0x40, 0xd8, 0x86, 0x03, 0x54, 0xf4, 0x16, 0x14, 0x1d, 0x8b, 0xb4, 0x85,
0xed, 0x20, 0x73, 0xdd, 0x2a, 0xa7, 0xae, 0xee, 0x9c, 0xad, 0x5e, 0xdb, 0xbc, 0x49, 0x9a, 0x6c, 0x33, 0x5f, 0xec, 0xd3, 0xac, 0x40, 0xd3, 0xa6, 0x45, 0xda, 0xe1, 0x68, 0xb1, 0x2f, 0xcc, 0x71,
0x95, 0x30, 0xad, 0x86, 0xa4, 0x1c, 0x88, 0xda, 0x70, 0x88, 0x8a, 0xde, 0x81, 0x41, 0xd7, 0x21, 0xd1, 0x16, 0x1c, 0x75, 0x78, 0x18, 0x54, 0x0a, 0x5c, 0xc2, 0xf9, 0x81, 0x25, 0x78, 0xc1, 0x34,
0x4d, 0xe9, 0xcc, 0x97, 0xbb, 0x34, 0x2b, 0xd4, 0xb4, 0xe1, 0x90, 0x66, 0x34, 0x5a, 0xfc, 0x0b, 0x29, 0x64, 0x1c, 0xf5, 0xbe, 0xb1, 0x40, 0x97, 0x7f, 0x27, 0xc1, 0x44, 0x40, 0xcb, 0x47, 0xec,
0x0b, 0x5c, 0xb4, 0x05, 0x47, 0x5d, 0x11, 0x06, 0x95, 0x92, 0x90, 0x70, 0xb1, 0x67, 0x09, 0x7e, 0x8d, 0x94, 0xef, 0x6a, 0x77, 0xe7, 0x3b, 0xc6, 0xcd, 0x3d, 0x77, 0x5c, 0xc8, 0x2a, 0xfb, 0x2d,
0x30, 0x8d, 0x4b, 0x19, 0x47, 0xfd, 0x6f, 0x2c, 0xd1, 0xd5, 0x5f, 0x29, 0x30, 0x16, 0xd2, 0x8a, 0x11, 0xbf, 0xbd, 0xe9, 0xc7, 0xc3, 0x08, 0x8f, 0x87, 0xe7, 0x06, 0x35, 0x2b, 0x27, 0x0c, 0xbe,
0x11, 0x7b, 0x2b, 0xe3, 0xbb, 0xea, 0xfd, 0xf9, 0x8e, 0x73, 0x0b, 0xcf, 0x1d, 0x97, 0xb2, 0xca, 0x28, 0x44, 0xcc, 0x61, 0xee, 0x44, 0x6f, 0x42, 0xd9, 0x21, 0x1a, 0x69, 0x53, 0xd3, 0x16, 0xe6,
0x41, 0x4b, 0xcc, 0x6f, 0x6f, 0x07, 0xf1, 0x30, 0x20, 0xe2, 0xe1, 0x85, 0x5e, 0xcd, 0x2a, 0x08, 0x3c, 0x73, 0x97, 0xe6, 0x28, 0x9b, 0x44, 0x6b, 0x0a, 0xd6, 0xfa, 0x31, 0x66, 0x8f, 0xff, 0x85,
0x83, 0xaf, 0x4a, 0x31, 0x73, 0xb8, 0x3b, 0xd1, 0xdb, 0x50, 0x76, 0x89, 0x41, 0x9a, 0xcc, 0xa6, 0x03, 0x48, 0xf4, 0x3a, 0x94, 0x29, 0xd1, 0x2d, 0x4d, 0xa1, 0xfe, 0xc4, 0x7a, 0x2a, 0xdf, 0x24,
0xd2, 0x9c, 0xe7, 0xee, 0xd3, 0x1c, 0x6d, 0x93, 0x18, 0x0d, 0xc9, 0x5a, 0x3b, 0xc6, 0xed, 0x09, 0x06, 0xdb, 0x30, 0x3b, 0x2d, 0xc1, 0xc0, 0x07, 0x3f, 0x70, 0x96, 0xdf, 0x8a, 0x03, 0x40, 0xf4,
0xbe, 0x70, 0x08, 0x89, 0xde, 0x84, 0x32, 0x23, 0xa6, 0x63, 0x68, 0x2c, 0x98, 0x58, 0x67, 0x8a, 0x81, 0x04, 0x93, 0xae, 0xd5, 0x61, 0xa4, 0x94, 0x25, 0xd8, 0x6e, 0x4f, 0x44, 0xc3, 0xc5, 0x41,
0x4d, 0xe2, 0xb0, 0x75, 0xbb, 0xb5, 0x2e, 0x19, 0xc4, 0xe0, 0x87, 0xce, 0x0a, 0x5a, 0x71, 0x08, 0xdd, 0xb6, 0x11, 0x43, 0xab, 0xcf, 0x0a, 0xe1, 0x93, 0xf1, 0x76, 0x9c, 0x90, 0x8a, 0x16, 0x61,
0x88, 0x3e, 0x52, 0x60, 0xdc, 0x73, 0x5a, 0x9c, 0x94, 0xa7, 0x68, 0xd2, 0xee, 0xc8, 0x68, 0xb8, 0x4a, 0x57, 0x0d, 0x4c, 0x94, 0x4e, 0xaf, 0x49, 0xda, 0xa6, 0xd1, 0x71, 0x2a, 0xc5, 0x53, 0xd2,
0xdc, 0xab, 0xdb, 0x36, 0x12, 0x68, 0xb5, 0x69, 0x29, 0x7c, 0x3c, 0xd9, 0x8e, 0x53, 0x52, 0xd1, 0xe9, 0x52, 0xfd, 0xa4, 0x00, 0x98, 0x5a, 0x8b, 0x77, 0xe3, 0x24, 0x3d, 0xfa, 0x3a, 0x20, 0xdf,
0x02, 0x4c, 0x98, 0xba, 0x85, 0x89, 0xd6, 0xea, 0x34, 0x48, 0xd3, 0xb6, 0x5a, 0x6e, 0x65, 0xf0, 0xae, 0x4b, 0xde, 0x7a, 0xa1, 0x9a, 0x46, 0xa5, 0x74, 0x4a, 0x3a, 0x5d, 0xa8, 0xcf, 0x09, 0x14,
0x94, 0x72, 0x7a, 0xa8, 0x76, 0x52, 0x02, 0x4c, 0xac, 0x26, 0xbb, 0x71, 0x9a, 0x1e, 0xfd, 0x27, 0xd4, 0x4a, 0x51, 0xe0, 0x0c, 0x2e, 0xf9, 0x9f, 0x45, 0x98, 0x4a, 0x04, 0x38, 0xba, 0x0a, 0xb3,
0xa0, 0xc0, 0xae, 0x2b, 0xfe, 0x7a, 0xa1, 0xdb, 0x56, 0x65, 0xe8, 0x94, 0x72, 0xba, 0x54, 0x9b, 0x6d, 0x2f, 0x7d, 0xae, 0xbb, 0xfa, 0x26, 0xb1, 0x9b, 0xed, 0x6d, 0xd2, 0x71, 0x35, 0xd2, 0xe1,
0x91, 0x28, 0x68, 0x3d, 0x43, 0x81, 0x73, 0xb8, 0xd4, 0xbf, 0x0e, 0xc2, 0x44, 0x2a, 0xc0, 0xd1, 0xa3, 0x5e, 0xaa, 0xcf, 0x0b, 0x19, 0xb3, 0x4b, 0x99, 0x54, 0x38, 0x87, 0x9b, 0xe9, 0x6d, 0xf0,
0x75, 0x98, 0x6e, 0xfa, 0xe9, 0x73, 0xcd, 0x33, 0x37, 0x09, 0x6d, 0x34, 0xb7, 0x49, 0xcb, 0x33, 0xa6, 0x35, 0xd5, 0x71, 0x02, 0xcc, 0x11, 0x8e, 0x19, 0xe8, 0xbd, 0x9e, 0xa2, 0xc0, 0x19, 0x5c,
0x48, 0x4b, 0x8c, 0xfa, 0x50, 0x6d, 0x56, 0xca, 0x98, 0x5e, 0xcc, 0xa5, 0xc2, 0x05, 0xdc, 0x5c, 0x4c, 0xc7, 0x0e, 0x71, 0x54, 0x9b, 0x74, 0x92, 0x3a, 0x16, 0xe2, 0x3a, 0x2e, 0x67, 0x52, 0xe1,
0x6f, 0x4b, 0x34, 0xad, 0xea, 0xae, 0x1b, 0x62, 0x0e, 0x08, 0xcc, 0x50, 0xef, 0xb5, 0x0c, 0x05, 0x1c, 0x6e, 0x74, 0x16, 0xc6, 0x3d, 0x69, 0xdc, 0xe3, 0x62, 0x68, 0x82, 0x84, 0xbd, 0x1e, 0x76,
0xce, 0xe1, 0xe2, 0x3a, 0xb6, 0x88, 0xab, 0x53, 0xd2, 0x4a, 0xeb, 0x58, 0x4a, 0xea, 0xb8, 0x94, 0xe1, 0x28, 0x1d, 0x33, 0xcd, 0xdc, 0xe4, 0x55, 0x40, 0x27, 0x7f, 0x48, 0xae, 0xa4, 0x28, 0x70,
0x4b, 0x85, 0x0b, 0xb8, 0xd1, 0x79, 0x18, 0xf5, 0xa5, 0x09, 0x8f, 0xcb, 0xa1, 0x09, 0x13, 0xf6, 0x06, 0x17, 0x33, 0xcd, 0x8b, 0x99, 0x94, 0x69, 0x47, 0xe3, 0xa6, 0x6d, 0x64, 0x52, 0xe1, 0x1c,
0x5a, 0xd4, 0x85, 0xe3, 0x74, 0xdc, 0x34, 0x7b, 0x53, 0xd4, 0x13, 0xad, 0xe2, 0x21, 0xb9, 0x96, 0x6e, 0x16, 0x79, 0x9e, 0xca, 0x8b, 0x3b, 0x8a, 0xaa, 0x29, 0x9b, 0x1a, 0xa9, 0x8c, 0xc6, 0x23,
0xa1, 0xc0, 0x39, 0x5c, 0xdc, 0x34, 0x3f, 0x66, 0x32, 0xa6, 0x1d, 0x4d, 0x9a, 0xb6, 0x91, 0x4b, 0x6f, 0x3d, 0xde, 0x8d, 0x93, 0xf4, 0xe8, 0x12, 0x4c, 0x7b, 0x4d, 0x1b, 0x86, 0x12, 0x80, 0x94,
0x85, 0x0b, 0xb8, 0x79, 0xe4, 0xf9, 0x2a, 0x2f, 0xec, 0x68, 0xba, 0xa1, 0x6d, 0x1a, 0xa4, 0x32, 0x39, 0xc8, 0x83, 0x02, 0x64, 0x7a, 0x3d, 0x49, 0x80, 0xd3, 0x3c, 0xf2, 0x5f, 0x24, 0x38, 0x99,
0x9c, 0x8c, 0xbc, 0xb5, 0x64, 0x37, 0x4e, 0xd3, 0xa3, 0x2b, 0x30, 0xe9, 0x37, 0x6d, 0x58, 0x5a, 0x33, 0x93, 0xd0, 0xcb, 0x50, 0xa4, 0x3d, 0xcb, 0x5f, 0x7f, 0xff, 0xd7, 0xcf, 0xe8, 0xad, 0x9e,
0x08, 0x52, 0x16, 0x20, 0x8f, 0x4a, 0x90, 0xc9, 0xb5, 0x34, 0x01, 0xce, 0xf2, 0xa8, 0x7f, 0x50, 0x45, 0x6e, 0xef, 0x55, 0x1f, 0xca, 0x61, 0x63, 0xdd, 0x98, 0x33, 0xa2, 0x6f, 0xc3, 0x84, 0x6d,
0xe0, 0x64, 0xc1, 0x4c, 0x42, 0xaf, 0xc2, 0x20, 0xeb, 0x38, 0xc1, 0xfa, 0xfb, 0xaf, 0x41, 0x46, 0x6a, 0x9a, 0x6a, 0x74, 0x3d, 0x12, 0x91, 0x4d, 0x2e, 0xf4, 0x39, 0xd3, 0x71, 0x14, 0x23, 0xcc,
0x5f, 0xef, 0x38, 0xe4, 0xee, 0xde, 0xdc, 0x63, 0x05, 0x6c, 0xbc, 0x1b, 0x0b, 0x46, 0xf4, 0xbf, 0x96, 0xd3, 0xfb, 0x7b, 0xd5, 0x89, 0x58, 0x1f, 0x8e, 0x8b, 0x93, 0x7f, 0x3d, 0x02, 0xb0, 0x4c,
0x30, 0x46, 0x6d, 0xc3, 0xd0, 0xad, 0xb6, 0x4f, 0x22, 0xb3, 0xc9, 0xa5, 0x2e, 0x67, 0x3a, 0x8e, 0x2c, 0xcd, 0xec, 0xe9, 0xc4, 0x18, 0xc6, 0x0a, 0xfa, 0x76, 0x6c, 0x05, 0x7d, 0xa9, 0xdf, 0x8c,
0x63, 0x44, 0xd9, 0x72, 0x72, 0x7f, 0x6f, 0x6e, 0x2c, 0xd1, 0x87, 0x93, 0xe2, 0xd4, 0x9f, 0x0f, 0x16, 0xa8, 0x9a, 0xbb, 0x84, 0x76, 0x13, 0x4b, 0xe8, 0xcb, 0x83, 0x8b, 0x38, 0x78, 0x0d, 0xbd,
0x00, 0x2c, 0x11, 0xc7, 0xb0, 0x3b, 0x26, 0xb1, 0xfa, 0xb1, 0x82, 0xbe, 0x9b, 0x58, 0x41, 0x5f, 0x55, 0x80, 0x99, 0x90, 0x78, 0xc9, 0x34, 0x3a, 0x2a, 0x9f, 0x13, 0x2f, 0xc4, 0x62, 0xe2, 0xf1,
0xe9, 0x36, 0xa3, 0x85, 0xaa, 0x16, 0x2e, 0xa1, 0xed, 0xd4, 0x12, 0xfa, 0x6a, 0xef, 0x22, 0x0e, 0x44, 0x4c, 0x9c, 0xcc, 0x60, 0x89, 0xc4, 0xc3, 0xd5, 0x40, 0xfb, 0x11, 0xce, 0x7e, 0x3e, 0x2e,
0x5e, 0x43, 0xef, 0x94, 0x60, 0x2a, 0x22, 0x5e, 0xb4, 0xad, 0x96, 0x2e, 0xe6, 0xc4, 0x4b, 0x89, 0xfc, 0xf6, 0x5e, 0xf5, 0xc0, 0xa2, 0xbc, 0x16, 0x60, 0xc6, 0x95, 0x45, 0x8f, 0xc1, 0x51, 0x9b,
0x98, 0x78, 0x3a, 0x15, 0x13, 0x27, 0x73, 0x58, 0x62, 0xf1, 0x70, 0x3d, 0xd4, 0x7e, 0x40, 0xb0, 0x28, 0x8e, 0x69, 0xf0, 0x34, 0x31, 0x16, 0x1a, 0x85, 0x79, 0x2b, 0x16, 0xbd, 0xe8, 0x09, 0x18,
0x5f, 0x4c, 0x0a, 0xbf, 0xbb, 0x37, 0x77, 0x60, 0x51, 0x5e, 0x0d, 0x31, 0x93, 0xca, 0xa2, 0xa7, 0xd5, 0x89, 0xe3, 0x28, 0x5d, 0xc2, 0x33, 0xc2, 0x58, 0x7d, 0x4a, 0x10, 0x8e, 0xae, 0x79, 0xcd,
0xe0, 0x28, 0x25, 0x9a, 0x6b, 0x5b, 0x22, 0x4d, 0x8c, 0x44, 0x46, 0x61, 0xd1, 0x8a, 0x65, 0x2f, 0xd8, 0xef, 0x47, 0xd7, 0x61, 0x52, 0x53, 0x1c, 0x11, 0xda, 0x2d, 0x55, 0x27, 0x7c, 0xce, 0x8f,
0x7a, 0x06, 0x86, 0x4d, 0xe2, 0xba, 0x5a, 0x9b, 0x88, 0x8c, 0x30, 0x52, 0x9b, 0x90, 0x84, 0xc3, 0x9f, 0xf9, 0x9f, 0xbb, 0x8b, 0x18, 0xc6, 0x11, 0xae, 0x44, 0xab, 0x31, 0x24, 0x9c, 0x40, 0x46,
0xab, 0x7e, 0x33, 0x0e, 0xfa, 0xd1, 0x4d, 0x18, 0x37, 0x34, 0x57, 0x86, 0xf6, 0xba, 0x6e, 0x12, 0x3b, 0x80, 0x58, 0x4b, 0xcb, 0x56, 0x0c, 0xc7, 0x73, 0x19, 0x93, 0x37, 0xda, 0xb7, 0xbc, 0x20,
0x31, 0xe7, 0x47, 0xcf, 0xfd, 0xcb, 0xfd, 0x45, 0x0c, 0xe7, 0x88, 0x56, 0xa2, 0x95, 0x04, 0x12, 0xbf, 0xad, 0xa6, 0xd0, 0x70, 0x86, 0x04, 0xf9, 0xf7, 0x12, 0x4c, 0x86, 0x03, 0x36, 0x84, 0x42,
0x4e, 0x21, 0xa3, 0x1d, 0x40, 0xbc, 0x65, 0x9d, 0x6a, 0x96, 0xeb, 0xbb, 0x8c, 0xcb, 0x1b, 0xee, 0xe9, 0xad, 0x78, 0xa1, 0xf4, 0xfc, 0xc0, 0xc1, 0x9b, 0x53, 0x29, 0x7d, 0x58, 0x00, 0x14, 0x12,
0x5a, 0x5e, 0x98, 0xdf, 0x56, 0x32, 0x68, 0x38, 0x47, 0x82, 0xfa, 0x6b, 0x05, 0xc6, 0xa3, 0x01, 0xb1, 0xd4, 0xb0, 0xa9, 0xb4, 0x6f, 0xdc, 0xc5, 0x3e, 0xe2, 0xa7, 0x12, 0x20, 0x91, 0xac, 0x17,
0xeb, 0x43, 0xa1, 0xf4, 0x4e, 0xb2, 0x50, 0x7a, 0xb1, 0xe7, 0xe0, 0x2d, 0xa8, 0x94, 0x3e, 0x2e, 0x0d, 0xc3, 0xa4, 0x3c, 0xff, 0xfb, 0x6a, 0xbe, 0x36, 0xb0, 0x9a, 0xbe, 0x06, 0xb5, 0x8d, 0x14,
0x01, 0x8a, 0x88, 0x78, 0x6a, 0xd8, 0xd4, 0x9a, 0xb7, 0xee, 0x63, 0x1f, 0xf1, 0x43, 0x05, 0x90, 0xf6, 0x05, 0x83, 0xda, 0xbd, 0x70, 0xc4, 0xd2, 0x04, 0x38, 0x43, 0x21, 0xf4, 0x0e, 0x80, 0x2d,
0x4c, 0xd6, 0x0b, 0x96, 0x65, 0x33, 0x91, 0xff, 0x03, 0x35, 0xdf, 0xe8, 0x59, 0xcd, 0x40, 0x83, 0x30, 0x5b, 0xa6, 0x48, 0x01, 0x2f, 0x0d, 0x90, 0x4d, 0x19, 0xc0, 0x92, 0x69, 0x6c, 0xa9, 0xdd,
0xea, 0x46, 0x06, 0xfb, 0x92, 0xc5, 0x68, 0x27, 0x1a, 0xb1, 0x2c, 0x01, 0xce, 0x51, 0x08, 0xbd, 0x30, 0xa1, 0xe1, 0x00, 0x18, 0x47, 0x84, 0xcc, 0x5d, 0x80, 0x93, 0x39, 0xda, 0xa3, 0xe3, 0x50,
0x07, 0x40, 0x25, 0xe6, 0xba, 0x2d, 0x53, 0xc0, 0x2b, 0x3d, 0x64, 0x53, 0x0e, 0xb0, 0x68, 0x5b, 0xb8, 0x41, 0x7a, 0x9e, 0x5b, 0x31, 0xfb, 0x89, 0x4e, 0x44, 0xf7, 0x63, 0x63, 0x62, 0x2b, 0x75,
0x5b, 0x7a, 0x3b, 0x4a, 0x68, 0x38, 0x04, 0xc6, 0x31, 0x21, 0x33, 0x97, 0xe0, 0x64, 0x81, 0xf6, 0x6e, 0xe4, 0x39, 0x49, 0xfe, 0xb2, 0x14, 0x8d, 0x35, 0x5e, 0xc5, 0x9e, 0x86, 0xb2, 0x4d, 0x2c,
0xe8, 0x38, 0x94, 0x6e, 0x91, 0x8e, 0xef, 0x56, 0xcc, 0x7f, 0xa2, 0x13, 0xf1, 0xfd, 0xd8, 0x88, 0x4d, 0x6d, 0x2b, 0x8e, 0xa8, 0x67, 0x78, 0x41, 0x8a, 0x45, 0x1b, 0x0e, 0x7a, 0x63, 0xf5, 0xee,
0xdc, 0x4a, 0x5d, 0x18, 0x78, 0x41, 0x51, 0xbf, 0x1e, 0x8a, 0xc7, 0x9a, 0xa8, 0x62, 0x4f, 0x43, 0xc8, 0xfd, 0xad, 0x77, 0x0b, 0xf7, 0xba, 0xde, 0x35, 0xa1, 0xec, 0xf8, 0x85, 0x6e, 0x91, 0x83,
0x99, 0x12, 0xc7, 0xd0, 0x9b, 0x9a, 0x2b, 0xeb, 0x19, 0x51, 0x90, 0x62, 0xd9, 0x86, 0xc3, 0xde, 0x2f, 0x1e, 0x22, 0x67, 0x8b, 0x1a, 0x37, 0x10, 0x18, 0x54, 0xb7, 0x81, 0x90, 0xac, 0xba, 0xb6,
0x44, 0xbd, 0x3b, 0xf0, 0x70, 0xeb, 0xdd, 0xd2, 0x83, 0xae, 0x77, 0x6d, 0x28, 0xbb, 0x41, 0xa1, 0xd4, 0x67, 0x5d, 0xbb, 0x0a, 0x27, 0x6c, 0xb2, 0xa3, 0x32, 0x35, 0x2e, 0xab, 0x0e, 0x35, 0xed,
0x3b, 0x28, 0xc0, 0x17, 0x0e, 0x91, 0xb3, 0x65, 0x8d, 0x1b, 0x0a, 0x0c, 0xab, 0xdb, 0x50, 0x48, 0xde, 0xaa, 0xaa, 0xab, 0x54, 0x94, 0x3d, 0x95, 0xfd, 0xbd, 0xea, 0x09, 0x9c, 0xd1, 0x8f, 0x33,
0x5e, 0x5d, 0x3b, 0xd4, 0x65, 0x5d, 0xbb, 0x02, 0x27, 0x28, 0xd9, 0xd1, 0xb9, 0x1a, 0x57, 0x75, 0xb9, 0x58, 0x76, 0xb6, 0x14, 0xd7, 0x21, 0x1d, 0x9e, 0xd2, 0xca, 0x61, 0x76, 0x6e, 0xf0, 0x56,
0x97, 0xd9, 0xb4, 0xb3, 0xa2, 0x9b, 0x3a, 0x93, 0x65, 0x4f, 0x65, 0x7f, 0x6f, 0xee, 0x04, 0xce, 0x2c, 0x7a, 0x91, 0x1e, 0x0b, 0xee, 0xf2, 0xbd, 0x08, 0xee, 0xc9, 0xfc, 0xc0, 0x46, 0x1b, 0x70,
0xe9, 0xc7, 0xb9, 0x5c, 0x3c, 0x3b, 0x3b, 0x9a, 0xe7, 0x92, 0x96, 0x48, 0x69, 0xe5, 0x28, 0x3b, 0xd2, 0xb2, 0xcd, 0xae, 0x4d, 0x1c, 0x67, 0x99, 0x28, 0x1d, 0x4d, 0x35, 0x88, 0xef, 0xaf, 0x31,
0xd7, 0x45, 0x2b, 0x96, 0xbd, 0xc8, 0x4c, 0x04, 0x77, 0xf9, 0x41, 0x04, 0xf7, 0x78, 0x71, 0x60, 0x6e, 0xe7, 0x43, 0xfb, 0x7b, 0xd5, 0x93, 0x8d, 0x6c, 0x12, 0x9c, 0xc7, 0x2b, 0x7f, 0x54, 0x84,
0xa3, 0x0d, 0x38, 0xe9, 0x50, 0xbb, 0x4d, 0x89, 0xeb, 0x2e, 0x11, 0xad, 0x65, 0xe8, 0x16, 0x09, 0xe3, 0xc9, 0x55, 0x36, 0xa7, 0x2a, 0x95, 0x06, 0xaa, 0x4a, 0x9f, 0x8c, 0x4c, 0x1b, 0xaf, 0x64,
0xfc, 0x35, 0x22, 0xec, 0x7c, 0x6c, 0x7f, 0x6f, 0xee, 0x64, 0x3d, 0x9f, 0x04, 0x17, 0xf1, 0xaa, 0x0f, 0xa2, 0x21, 0x63, 0xea, 0x2c, 0xc2, 0x94, 0xc8, 0x23, 0x7e, 0xa7, 0xa8, 0xcb, 0x83, 0x68,
0x9f, 0x0c, 0xc2, 0xf1, 0xf4, 0x2a, 0x5b, 0x50, 0x95, 0x2a, 0x3d, 0x55, 0xa5, 0xcf, 0xc6, 0xa6, 0xd8, 0x88, 0x77, 0xe3, 0x24, 0x3d, 0xab, 0x35, 0xc3, 0x12, 0xd2, 0x07, 0x29, 0xc6, 0x6b, 0xcd,
0x8d, 0x5f, 0xb2, 0x87, 0xd1, 0x90, 0x33, 0x75, 0x16, 0x60, 0x42, 0xe6, 0x91, 0xa0, 0x53, 0xd6, 0xc5, 0x24, 0x01, 0x4e, 0xf3, 0xa0, 0x35, 0x98, 0x71, 0x8d, 0x34, 0x94, 0x17, 0x9d, 0x0f, 0x09,
0xe5, 0x61, 0x34, 0x6c, 0x24, 0xbb, 0x71, 0x9a, 0x9e, 0xd7, 0x9a, 0x51, 0x09, 0x19, 0x80, 0x0c, 0xa8, 0x99, 0x8d, 0x34, 0x09, 0xce, 0xe2, 0x43, 0x3b, 0x00, 0x6d, 0xbf, 0x20, 0x70, 0x2a, 0x47,
0x26, 0x6b, 0xcd, 0x85, 0x34, 0x01, 0xce, 0xf2, 0xa0, 0x55, 0x98, 0xf2, 0xac, 0x2c, 0x94, 0x1f, 0x79, 0xae, 0xae, 0x0f, 0x3c, 0xb7, 0x82, 0xda, 0x22, 0xcc, 0x88, 0x41, 0x93, 0x83, 0x23, 0x92,
0x9d, 0x8f, 0x49, 0xa8, 0xa9, 0x8d, 0x2c, 0x09, 0xce, 0xe3, 0x43, 0x3b, 0x00, 0xcd, 0xa0, 0x20, 0xd0, 0x0b, 0x30, 0x61, 0xf3, 0x8d, 0x87, 0x6f, 0x80, 0x57, 0xbc, 0x3f, 0x20, 0xd8, 0x26, 0x70,
0x70, 0x2b, 0x47, 0x45, 0xae, 0xae, 0xf5, 0x3c, 0xb7, 0xc2, 0xda, 0x22, 0xca, 0x88, 0x61, 0x93, 0xb4, 0x13, 0xc7, 0x69, 0xe5, 0x3f, 0x48, 0xd1, 0x25, 0x2a, 0x28, 0xb5, 0xcf, 0xc5, 0xca, 0xaa,
0x8b, 0x63, 0x92, 0xd0, 0x4b, 0x30, 0x46, 0xc5, 0xc6, 0x23, 0x30, 0xc0, 0x2f, 0xde, 0x1f, 0x91, 0xc7, 0x12, 0x65, 0xd5, 0x6c, 0x9a, 0x23, 0x52, 0x55, 0x7d, 0x27, 0xbb, 0xca, 0xbe, 0x78, 0xa8,
0x6c, 0x63, 0x38, 0xde, 0x89, 0x93, 0xb4, 0xea, 0x6f, 0x94, 0xf8, 0x12, 0x15, 0x96, 0xda, 0x17, 0x2a, 0x3b, 0x5c, 0x6a, 0xef, 0x5c, 0x66, 0x7f, 0x22, 0xc1, 0xec, 0xc5, 0xe6, 0x25, 0xdb, 0x74,
0x12, 0x65, 0xd5, 0x53, 0xa9, 0xb2, 0x6a, 0x3a, 0xcb, 0x11, 0xab, 0xaa, 0xfe, 0x2f, 0xbf, 0xca, 0x2d, 0x5f, 0xbd, 0x2b, 0x96, 0xe7, 0xab, 0xaf, 0x41, 0xd1, 0x76, 0x35, 0xdf, 0xae, 0xff, 0xf2,
0xbe, 0x7c, 0xa8, 0x2a, 0x3b, 0x5a, 0x6a, 0xef, 0x5d, 0x66, 0x7f, 0xa6, 0xc0, 0xf4, 0xe5, 0xc6, 0xed, 0xc2, 0xae, 0xc6, 0xec, 0x9a, 0x49, 0x70, 0x79, 0x46, 0x31, 0x06, 0xf4, 0x16, 0x1c, 0xb5,
0x15, 0x6a, 0x7b, 0x4e, 0xa0, 0xde, 0x35, 0xc7, 0xf7, 0xd5, 0x7f, 0xc0, 0x20, 0xf5, 0x8c, 0xc0, 0x15, 0xa3, 0x4b, 0xfc, 0x45, 0xf8, 0xd9, 0x3e, 0xad, 0x59, 0x59, 0xc6, 0x8c, 0x3d, 0x52, 0x0a,
0xae, 0x7f, 0x0a, 0xec, 0xc2, 0x9e, 0xc1, 0xed, 0x9a, 0x4a, 0x71, 0xf9, 0x46, 0x71, 0x06, 0xf4, 0x72, 0x34, 0x2c, 0x50, 0xe5, 0x9f, 0x48, 0x30, 0x75, 0xb9, 0xd5, 0x6a, 0xac, 0x18, 0x7c, 0x16,
0x0e, 0x1c, 0xa5, 0x9a, 0xd5, 0x26, 0xc1, 0x22, 0xfc, 0x7c, 0x97, 0xd6, 0x2c, 0x2f, 0x61, 0xce, 0x37, 0x14, 0xba, 0xcd, 0xea, 0x04, 0x4b, 0xa1, 0xdb, 0xc9, 0x3a, 0x81, 0xf5, 0x61, 0xde, 0x83,
0x1e, 0x2b, 0x05, 0x05, 0x1a, 0x96, 0xa8, 0xea, 0x0f, 0x14, 0x98, 0xb8, 0xba, 0xbe, 0x5e, 0x5f, 0xb6, 0x61, 0x94, 0x65, 0x0f, 0x62, 0x74, 0x06, 0x2c, 0xf1, 0x85, 0xb8, 0xba, 0x07, 0x12, 0xd6,
0xb6, 0xc4, 0x2c, 0xae, 0x6b, 0x6c, 0x9b, 0xd7, 0x09, 0x8e, 0xc6, 0xb6, 0xd3, 0x75, 0x02, 0xef, 0x9f, 0xa2, 0x01, 0xfb, 0xf0, 0xf2, 0x7b, 0x70, 0x22, 0xa2, 0x1e, 0xf3, 0x17, 0x3f, 0x9d, 0x44,
0xc3, 0xa2, 0x07, 0x6d, 0xc3, 0x30, 0xcf, 0x1e, 0xc4, 0x6a, 0xf5, 0x58, 0xe2, 0x4b, 0x71, 0x35, 0x6d, 0x28, 0x31, 0x4d, 0xfc, 0xb3, 0xc7, 0x7e, 0x8f, 0xd0, 0x12, 0x26, 0x87, 0x75, 0x14, 0xfb,
0x1f, 0x24, 0xaa, 0x3f, 0x65, 0x03, 0x0e, 0xe0, 0xd5, 0x0f, 0xe0, 0x44, 0x4c, 0x3d, 0xee, 0x2f, 0x72, 0xb0, 0x87, 0x2d, 0xaf, 0xc1, 0xc4, 0x65, 0xd3, 0xa1, 0x0d, 0xd3, 0xa6, 0xdc, 0x6d, 0xe8,
0x71, 0x3a, 0x89, 0x9a, 0x30, 0xc4, 0x35, 0x09, 0xce, 0x1e, 0xbb, 0x3d, 0x42, 0x4b, 0x99, 0x1c, 0x11, 0x28, 0xe8, 0xaa, 0x21, 0x56, 0xe9, 0x71, 0xc1, 0x53, 0x60, 0xeb, 0x08, 0x6b, 0xe7, 0xdd,
0xd5, 0x51, 0xfc, 0xcb, 0xc5, 0x3e, 0xb6, 0xba, 0x0a, 0x63, 0x57, 0x6d, 0x97, 0xd5, 0x6d, 0xca, 0xca, 0xae, 0xc8, 0x46, 0x61, 0xb7, 0xb2, 0x8b, 0x59, 0xbb, 0x7c, 0x09, 0x46, 0xc5, 0x70, 0x44,
0x84, 0xdb, 0xd0, 0x13, 0x50, 0x32, 0x75, 0x4b, 0xae, 0xd2, 0xa3, 0x92, 0xa7, 0xc4, 0xd7, 0x11, 0x81, 0x0a, 0x07, 0x03, 0x15, 0x32, 0x80, 0x7e, 0x31, 0x02, 0xa3, 0x42, 0xfb, 0x21, 0x6c, 0xe6,
0xde, 0x2e, 0xba, 0xb5, 0x5d, 0x99, 0x8d, 0xa2, 0x6e, 0x6d, 0x17, 0xf3, 0x76, 0xf5, 0x0a, 0x0c, 0xde, 0x88, 0x6d, 0xe6, 0xce, 0x0d, 0x36, 0xd2, 0xb9, 0x3b, 0xb9, 0x4e, 0x62, 0x27, 0xf7, 0xe2,
0xcb, 0xe1, 0x88, 0x03, 0x95, 0x0e, 0x06, 0x2a, 0xe5, 0x00, 0xfd, 0x64, 0x00, 0x86, 0xa5, 0xf6, 0x80, 0xf8, 0x07, 0x6f, 0xe3, 0x3e, 0x96, 0x60, 0x32, 0x1e, 0x73, 0xe8, 0x2c, 0x8c, 0xb3, 0x35,
0x7d, 0xd8, 0xcc, 0xbd, 0x95, 0xd8, 0xcc, 0x5d, 0xe8, 0x6d, 0xa4, 0x0b, 0x77, 0x72, 0xad, 0xd4, 0x45, 0x6d, 0x93, 0xf5, 0xb0, 0x28, 0x0e, 0x0e, 0x56, 0x9a, 0x61, 0x17, 0x8e, 0xd2, 0xa1, 0x6e,
0x4e, 0xee, 0xe5, 0x1e, 0xf1, 0x0f, 0xde, 0xc6, 0x7d, 0xaa, 0xc0, 0x78, 0x32, 0xe6, 0xd0, 0x79, 0xc0, 0xc6, 0xc2, 0x42, 0x38, 0x25, 0xdf, 0xe5, 0x2e, 0x55, 0xb5, 0x9a, 0x77, 0x5f, 0x53, 0x5b,
0x18, 0xe5, 0x6b, 0x8a, 0xde, 0x24, 0x6b, 0x51, 0x51, 0x1c, 0x1e, 0xac, 0x34, 0xa2, 0x2e, 0x1c, 0x31, 0xe8, 0x15, 0xbb, 0x49, 0x6d, 0xd5, 0xe8, 0xa6, 0x04, 0xf1, 0x18, 0x8b, 0x22, 0xcb, 0x37,
0xa7, 0x43, 0xed, 0x90, 0x8d, 0x87, 0x85, 0x74, 0x4a, 0xb1, 0xcb, 0x3d, 0xa6, 0x1b, 0x55, 0xff, 0x25, 0x18, 0x17, 0x2a, 0x0f, 0x61, 0x4b, 0xf2, 0x7a, 0x7c, 0x4b, 0xf2, 0xec, 0x80, 0xf3, 0x39,
0xe6, 0xa7, 0xba, 0x6c, 0xb1, 0x6b, 0xb4, 0xc1, 0xa8, 0x6e, 0xb5, 0x33, 0x82, 0x44, 0x8c, 0xc5, 0x7b, 0x3f, 0xf2, 0x69, 0x68, 0x0a, 0x9b, 0xc1, 0x2c, 0xc1, 0x6c, 0x9b, 0x0e, 0x4d, 0x26, 0x18,
0x91, 0xd5, 0xdb, 0x0a, 0x8c, 0x4a, 0x95, 0xfb, 0xb0, 0x25, 0x79, 0x33, 0xb9, 0x25, 0x79, 0xbe, 0x36, 0xd7, 0x30, 0xef, 0x41, 0xdf, 0x93, 0xe0, 0xb8, 0x9a, 0x98, 0xf3, 0xc2, 0xd7, 0x2f, 0x0f,
0xc7, 0xf9, 0x9c, 0xbf, 0x1f, 0xf9, 0x3c, 0x32, 0x85, 0xcf, 0x60, 0x9e, 0x60, 0xb6, 0x6d, 0x97, 0xa6, 0x5a, 0x00, 0x53, 0xaf, 0x08, 0x79, 0xc7, 0x93, 0x3d, 0x38, 0x25, 0x52, 0x76, 0x21, 0x45,
0xa5, 0x13, 0x0c, 0x9f, 0x6b, 0x58, 0xf4, 0xa0, 0x6f, 0x29, 0x70, 0x5c, 0x4f, 0xcd, 0x79, 0xe9, 0x85, 0x14, 0x28, 0x6e, 0x53, 0x6a, 0x89, 0x41, 0x58, 0x1a, 0x3c, 0xf3, 0x84, 0x2a, 0x95, 0xb9,
0xeb, 0x57, 0x7b, 0x53, 0x2d, 0x84, 0xa9, 0x55, 0xa4, 0xbc, 0xe3, 0xe9, 0x1e, 0x9c, 0x11, 0xa9, 0xf9, 0xad, 0x56, 0x03, 0x73, 0x68, 0xf9, 0xe7, 0x23, 0x81, 0xc3, 0x9a, 0xde, 0x24, 0x09, 0xf2,
0x7a, 0x90, 0xa1, 0x42, 0x1a, 0x0c, 0x6e, 0x33, 0xe6, 0xc8, 0x41, 0x58, 0xec, 0x3d, 0xf3, 0x44, 0xad, 0x74, 0x2f, 0xf2, 0xed, 0x78, 0x56, 0xae, 0x45, 0xdf, 0x80, 0x02, 0xd5, 0x06, 0xdd, 0x94,
0x2a, 0x95, 0x85, 0xf9, 0xeb, 0xeb, 0x75, 0x2c, 0xa0, 0xd5, 0x1f, 0x0f, 0x84, 0x0e, 0x6b, 0xf8, 0x0a, 0x09, 0xad, 0xd5, 0x66, 0x98, 0xb0, 0x5a, 0xab, 0x4d, 0xcc, 0x20, 0xd1, 0xdb, 0x50, 0x62,
0x93, 0x24, 0xcc, 0xb7, 0xca, 0x83, 0xc8, 0xb7, 0xa3, 0x79, 0xb9, 0x16, 0xfd, 0x17, 0x94, 0x98, 0xab, 0x19, 0x9b, 0xe3, 0x85, 0xc1, 0x73, 0x08, 0xf3, 0x57, 0x18, 0x61, 0xec, 0xcb, 0xc1, 0x1e,
0xd1, 0xeb, 0xa6, 0x54, 0x4a, 0x58, 0x5f, 0x69, 0x44, 0x09, 0x6b, 0x7d, 0xa5, 0x81, 0x39, 0x24, 0xae, 0xfc, 0x1e, 0x4c, 0xc4, 0x12, 0x01, 0xba, 0x0e, 0xc7, 0x34, 0x53, 0xe9, 0xd4, 0x15, 0x4d,
0x7a, 0x17, 0x86, 0xf8, 0x6a, 0xc6, 0xe7, 0x78, 0xa9, 0xf7, 0x1c, 0xc2, 0xfd, 0x15, 0x45, 0x18, 0x31, 0xda, 0xc4, 0x4e, 0xa6, 0xc6, 0xec, 0xfd, 0xcc, 0x6a, 0x84, 0x43, 0x24, 0x94, 0xe0, 0x02,
0xff, 0x72, 0xb1, 0x8f, 0xab, 0x7e, 0x00, 0x63, 0x89, 0x44, 0x80, 0x6e, 0xc2, 0x31, 0xc3, 0xd6, 0x31, 0xda, 0x87, 0x63, 0xd8, 0xb2, 0x02, 0x10, 0x5a, 0x8f, 0xaa, 0x50, 0x62, 0x21, 0xec, 0xad,
0x5a, 0x35, 0xcd, 0xd0, 0xac, 0x26, 0xa1, 0xe9, 0xd4, 0x98, 0xbf, 0x9f, 0x59, 0x89, 0x71, 0xc8, 0x4c, 0x63, 0xf5, 0x31, 0xa6, 0x2b, 0x8b, 0x6c, 0x07, 0x7b, 0xed, 0xe8, 0x0c, 0x80, 0x43, 0xda,
0x84, 0x12, 0x5e, 0x20, 0xc6, 0xfb, 0x70, 0x02, 0x5b, 0xd5, 0x00, 0x22, 0xeb, 0xd1, 0x1c, 0x0c, 0x36, 0xa1, 0x3c, 0xef, 0x78, 0x27, 0x40, 0x41, 0x06, 0x6e, 0x06, 0x3d, 0x38, 0x42, 0x25, 0xff,
0xf1, 0x10, 0xf6, 0x57, 0xa6, 0x91, 0xda, 0x08, 0xd7, 0x95, 0x47, 0xb6, 0x8b, 0xfd, 0x76, 0x74, 0x49, 0x82, 0x89, 0x75, 0x42, 0xdf, 0x35, 0xed, 0x1b, 0x0d, 0x53, 0x53, 0xdb, 0xbd, 0x21, 0xe4,
0x0e, 0xc0, 0x25, 0x4d, 0x4a, 0x98, 0xc8, 0x3b, 0xfe, 0x09, 0x50, 0x98, 0x81, 0x1b, 0x61, 0x0f, 0xfd, 0xcd, 0x58, 0xde, 0x7f, 0xa5, 0xcf, 0x31, 0x8b, 0x69, 0x9b, 0x97, 0xfd, 0xe5, 0xbf, 0x4b,
0x8e, 0x51, 0xa9, 0xbf, 0x53, 0x60, 0x6c, 0x8d, 0xb0, 0xf7, 0x6d, 0x7a, 0xab, 0x6e, 0x1b, 0x7a, 0x50, 0x89, 0x51, 0x46, 0xd3, 0x04, 0x81, 0x92, 0x65, 0xda, 0xd4, 0x5f, 0xe3, 0x0f, 0xa5, 0x01,
0xb3, 0xd3, 0x87, 0xbc, 0xbf, 0x99, 0xc8, 0xfb, 0xaf, 0x75, 0x39, 0x66, 0x09, 0x6d, 0x8b, 0xb2, 0x4b, 0xa9, 0x91, 0x55, 0x9e, 0xc1, 0x62, 0x0f, 0x9d, 0xd9, 0xb9, 0x65, 0x9b, 0xba, 0x88, 0xfb,
0xbf, 0xfa, 0x67, 0x05, 0x2a, 0x09, 0xca, 0x78, 0x9a, 0x20, 0x30, 0xe4, 0xd8, 0x94, 0x05, 0x6b, 0xc3, 0x49, 0x21, 0xc4, 0x0e, 0xed, 0xbc, 0x68, 0x9b, 0x3a, 0xe6, 0xd8, 0xf2, 0x1f, 0x25, 0x98,
0xfc, 0xa1, 0x34, 0xe0, 0x29, 0x35, 0xb6, 0xca, 0x73, 0x58, 0xec, 0xa3, 0x73, 0x3b, 0xb7, 0xa8, 0x8e, 0x51, 0x0e, 0x21, 0xa5, 0x2b, 0xf1, 0x94, 0xfe, 0xe2, 0x61, 0x0c, 0xcb, 0x49, 0xec, 0x5f,
0x6d, 0xca, 0xb8, 0x3f, 0x9c, 0x14, 0x42, 0x68, 0x64, 0xe7, 0x65, 0x6a, 0x9b, 0x58, 0x60, 0xab, 0x25, 0xcd, 0x62, 0x0e, 0x40, 0x5b, 0x30, 0x6e, 0x99, 0x9d, 0xe6, 0x3d, 0xb8, 0x99, 0x9b, 0x62,
0xbf, 0x55, 0x60, 0x32, 0x41, 0xd9, 0x87, 0x94, 0xae, 0x25, 0x53, 0xfa, 0xcb, 0x87, 0x31, 0xac, 0x2b, 0x64, 0x23, 0xc4, 0xc2, 0x51, 0x60, 0xb4, 0x0b, 0xd3, 0x86, 0xa2, 0x13, 0xc7, 0x52, 0xda,
0x20, 0xb1, 0x7f, 0x93, 0x36, 0x8b, 0x3b, 0x00, 0x6d, 0xc1, 0xa8, 0x63, 0xb7, 0x1a, 0x0f, 0xe0, 0xa4, 0x79, 0x0f, 0xce, 0x45, 0x1e, 0xe0, 0xb7, 0x05, 0x49, 0x44, 0x9c, 0x16, 0x22, 0xff, 0x2a,
0x66, 0x6e, 0x82, 0xaf, 0x90, 0xf5, 0x08, 0x0b, 0xc7, 0x81, 0xd1, 0x2e, 0x4c, 0x5a, 0x9a, 0x49, 0x65, 0xb7, 0x69, 0x53, 0xf4, 0x2a, 0x94, 0xf9, 0x23, 0x89, 0xb6, 0xa9, 0x89, 0xa5, 0xed, 0x2c,
0x5c, 0x47, 0x6b, 0x92, 0xc6, 0x03, 0x38, 0x17, 0x79, 0x44, 0xdc, 0x16, 0xa4, 0x11, 0x71, 0x56, 0x1b, 0x9a, 0x86, 0x68, 0xbb, 0xbd, 0x57, 0xfd, 0xef, 0x03, 0x8f, 0x75, 0x7d, 0x42, 0x1c, 0xc0,
0x88, 0xfa, 0xb3, 0x8c, 0xdd, 0x36, 0x65, 0xe8, 0x75, 0x28, 0x8b, 0x47, 0x12, 0x4d, 0xdb, 0x90, 0xa0, 0x75, 0x28, 0x5a, 0x87, 0x29, 0x33, 0xf8, 0xc2, 0xc2, 0x6b, 0x0b, 0x8e, 0x23, 0xff, 0x23,
0x4b, 0xdb, 0x79, 0x3e, 0x34, 0x75, 0xd9, 0x76, 0x77, 0x6f, 0xee, 0x9f, 0x0f, 0x3c, 0xd6, 0x0d, 0xa9, 0x38, 0x5f, 0x5e, 0xae, 0xdf, 0xb3, 0x01, 0x0b, 0xca, 0x9a, 0xdc, 0x41, 0xb3, 0x61, 0x54,
0x08, 0x71, 0x08, 0x83, 0xd6, 0x60, 0xd0, 0x39, 0x4c, 0x99, 0x21, 0x16, 0x16, 0x51, 0x5b, 0x08, 0xac, 0xb2, 0x22, 0x2e, 0x2f, 0x1d, 0x26, 0x2e, 0xa3, 0x2b, 0x43, 0xb0, 0x89, 0xf0, 0x1b, 0x7d,
0x1c, 0xf5, 0x2f, 0x69, 0xc5, 0xc5, 0xf2, 0x72, 0xf3, 0x81, 0x0d, 0x58, 0x58, 0xd6, 0x14, 0x0e, 0x41, 0xf2, 0x5f, 0x25, 0x98, 0xe6, 0x0a, 0xb5, 0x5d, 0x5b, 0xa5, 0xbd, 0xa1, 0x65, 0xd0, 0xad,
0x1a, 0x85, 0x61, 0xb9, 0xca, 0xca, 0xb8, 0xbc, 0x72, 0x98, 0xb8, 0x8c, 0xaf, 0x0c, 0xe1, 0x26, 0x58, 0x06, 0x5d, 0xee, 0xd3, 0xd0, 0x94, 0xc6, 0xb9, 0x59, 0xf4, 0x73, 0x09, 0x1e, 0x48, 0x51,
0x22, 0x68, 0x0c, 0x04, 0xa9, 0x7f, 0x54, 0x60, 0x52, 0x28, 0xd4, 0xf4, 0xa8, 0xce, 0x3a, 0x7d, 0x0f, 0x21, 0xc3, 0x90, 0x78, 0x86, 0x79, 0xe5, 0xb0, 0x06, 0xe6, 0x64, 0x99, 0x9b, 0x90, 0x61,
0xcb, 0xa0, 0x5b, 0x89, 0x0c, 0xba, 0xd4, 0xa5, 0xa1, 0x19, 0x8d, 0x0b, 0xb3, 0xe8, 0x97, 0x0a, 0x1e, 0x0f, 0xdc, 0x33, 0x00, 0x96, 0xad, 0xee, 0xa8, 0x1a, 0xe9, 0x8a, 0xcb, 0xe0, 0x72, 0x38,
0x3c, 0x92, 0xa1, 0xee, 0x43, 0x86, 0x21, 0xc9, 0x0c, 0xf3, 0xda, 0x61, 0x0d, 0x2c, 0xc8, 0x32, 0x24, 0x8d, 0xa0, 0x07, 0x47, 0xa8, 0xd0, 0xb7, 0x60, 0xb6, 0x43, 0xb6, 0x14, 0x57, 0xa3, 0x8b,
0xb7, 0x21, 0xc7, 0x3c, 0x11, 0xb8, 0xe7, 0x00, 0x1c, 0xaa, 0xef, 0xe8, 0x06, 0x69, 0xcb, 0xcb, 0x9d, 0xce, 0x92, 0x62, 0x29, 0x9b, 0xaa, 0xa6, 0x52, 0x55, 0xec, 0xb0, 0xc7, 0xea, 0x17, 0xbc,
0xe0, 0x72, 0x34, 0x24, 0xf5, 0xb0, 0x07, 0xc7, 0xa8, 0xd0, 0xff, 0xc0, 0x74, 0x8b, 0x6c, 0x69, 0x4b, 0xda, 0x2c, 0x8a, 0xdb, 0x7b, 0xd5, 0xc7, 0x0f, 0xbe, 0x98, 0xf1, 0x89, 0x7b, 0x38, 0x47,
0x9e, 0xc1, 0x16, 0x5a, 0xad, 0x45, 0xcd, 0xd1, 0x36, 0x75, 0x43, 0x67, 0xba, 0xdc, 0x61, 0x8f, 0x08, 0xfa, 0xae, 0x04, 0x15, 0x9b, 0xbc, 0xe3, 0xaa, 0x36, 0xe9, 0x2c, 0xdb, 0xa6, 0x15, 0xd3,
0xd4, 0x2e, 0xf9, 0x97, 0xb4, 0x79, 0x14, 0x77, 0xf7, 0xe6, 0x9e, 0x3e, 0xf8, 0x62, 0x26, 0x20, 0xa0, 0xc0, 0x35, 0xb8, 0xb4, 0xbf, 0x57, 0xad, 0xe0, 0x1c, 0x9a, 0x7e, 0x74, 0xc8, 0x15, 0x84,
0xee, 0xe0, 0x02, 0x21, 0xe8, 0xff, 0x15, 0xa8, 0x50, 0xf2, 0x9e, 0xa7, 0x53, 0xd2, 0x5a, 0xa2, 0x28, 0xcc, 0x28, 0x9a, 0x66, 0xbe, 0x4b, 0xe2, 0x1e, 0x28, 0x72, 0xf9, 0xf5, 0xfd, 0xbd, 0xea,
0xb6, 0x93, 0xd0, 0xa0, 0x24, 0x34, 0xb8, 0xb2, 0xbf, 0x37, 0x57, 0xc1, 0x05, 0x34, 0xdd, 0xe8, 0xcc, 0x62, 0xba, 0xbb, 0x1f, 0xd1, 0x59, 0xf0, 0x68, 0x01, 0x46, 0x77, 0x4c, 0xcd, 0xd5, 0x89,
0x50, 0x28, 0x08, 0x31, 0x98, 0xd2, 0x0c, 0xc3, 0x7e, 0x9f, 0x24, 0x3d, 0x30, 0x28, 0xe4, 0xd7, 0x53, 0x29, 0x71, 0x49, 0x2c, 0xe3, 0x8e, 0x5e, 0xf5, 0x9a, 0x6e, 0xef, 0x55, 0x8f, 0x5e, 0x6c,
0xf6, 0xf7, 0xe6, 0xa6, 0x16, 0xb2, 0xdd, 0xdd, 0x88, 0xce, 0x83, 0x47, 0xf3, 0x30, 0xbc, 0x63, 0xf2, 0xa3, 0x0f, 0x9f, 0x8a, 0xed, 0xd1, 0x58, 0xcd, 0x24, 0xa6, 0x3c, 0x3f, 0x77, 0x2d, 0x87,
0x1b, 0x9e, 0x49, 0xdc, 0xca, 0x90, 0x90, 0xc4, 0x33, 0xee, 0xf0, 0x75, 0xbf, 0xe9, 0xee, 0xde, 0x39, 0xe6, 0x72, 0xd8, 0x85, 0xa3, 0x74, 0x48, 0x87, 0xb1, 0x6d, 0xb1, 0x6f, 0x77, 0x2a, 0xa3,
0xdc, 0xd1, 0xcb, 0x0d, 0x71, 0xf4, 0x11, 0x50, 0xf1, 0x3d, 0x1a, 0xaf, 0x99, 0xe4, 0x94, 0x17, 0x03, 0xad, 0x7e, 0xb1, 0x7d, 0x7f, 0x7d, 0x5a, 0x88, 0x1c, 0xf3, 0x9b, 0x1d, 0x1c, 0x4a, 0x40,
0xe7, 0xae, 0xe5, 0x28, 0xc7, 0x5c, 0x8d, 0xba, 0x70, 0x9c, 0x0e, 0x99, 0x30, 0xb2, 0x2d, 0xf7, 0x4f, 0xc0, 0x28, 0xff, 0x58, 0x59, 0xe6, 0xa7, 0xb5, 0xe5, 0x30, 0x13, 0x5d, 0xf6, 0x9a, 0xb1,
0xed, 0x6e, 0x65, 0xb8, 0xa7, 0xd5, 0x2f, 0xb1, 0xef, 0xaf, 0x4d, 0x4a, 0x91, 0x23, 0x41, 0xb3, 0xdf, 0xef, 0x93, 0xae, 0x34, 0x96, 0xf8, 0xe1, 0x6a, 0x82, 0x74, 0xa5, 0xb1, 0x84, 0xfd, 0x7e,
0x8b, 0x23, 0x09, 0xe8, 0x19, 0x18, 0x16, 0x1f, 0xcb, 0x4b, 0xe2, 0xb4, 0xb6, 0x1c, 0x65, 0xa2, 0x64, 0xc1, 0xa8, 0x43, 0x56, 0x55, 0xc3, 0xdd, 0xad, 0xc0, 0x40, 0xd7, 0xc5, 0xcd, 0x0b, 0x9c,
0xab, 0x7e, 0x33, 0x0e, 0xfa, 0x03, 0xd2, 0xe5, 0xfa, 0xa2, 0x38, 0x5c, 0x4d, 0x91, 0x2e, 0xd7, 0x3b, 0x71, 0x14, 0x15, 0x4a, 0x14, 0xfd, 0xd8, 0x17, 0x83, 0x76, 0x61, 0xcc, 0x76, 0x8d, 0x45,
0x17, 0x71, 0xd0, 0x8f, 0x1c, 0x18, 0x76, 0xc9, 0x8a, 0x6e, 0x79, 0xbb, 0x15, 0xe8, 0xe9, 0xba, 0x67, 0xc3, 0x21, 0x76, 0x65, 0x9c, 0xcb, 0xec, 0x37, 0x39, 0x63, 0x9f, 0x3f, 0x29, 0x35, 0xf0,
0xb8, 0x71, 0x49, 0x70, 0xa7, 0x8e, 0xa2, 0x22, 0x89, 0xb2, 0x1f, 0x07, 0x62, 0xd0, 0x2e, 0x8c, 0x60, 0x40, 0x81, 0x43, 0x61, 0xe8, 0x23, 0x09, 0x90, 0xe3, 0x5a, 0x96, 0x46, 0x74, 0x62, 0x50,
0x50, 0xcf, 0x5a, 0x70, 0x37, 0x5c, 0x42, 0x2b, 0xa3, 0x42, 0x66, 0xb7, 0xc9, 0x19, 0x07, 0xfc, 0x45, 0xe3, 0xa7, 0x61, 0x4e, 0xe5, 0x18, 0xd7, 0xa1, 0xd1, 0xaf, 0xdd, 0x29, 0xa0, 0xa4, 0x32,
0x69, 0xa9, 0xa1, 0x07, 0x43, 0x0a, 0x1c, 0x09, 0x43, 0x9f, 0x28, 0x80, 0x5c, 0xcf, 0x71, 0x0c, 0xc1, 0x51, 0x73, 0x9a, 0x14, 0x67, 0xe8, 0xc1, 0x86, 0x62, 0xcb, 0xe1, 0xbf, 0x2b, 0x13, 0x03,
0x62, 0x12, 0x8b, 0x69, 0x86, 0x38, 0x0d, 0x73, 0x2b, 0xc7, 0x84, 0x0e, 0xf5, 0x6e, 0xed, 0xce, 0x0d, 0x45, 0xf6, 0xa9, 0x60, 0x38, 0x14, 0xa2, 0x1f, 0xfb, 0x62, 0xd0, 0x55, 0x98, 0xb5, 0x89,
0x00, 0xa5, 0x95, 0x09, 0x8f, 0x9a, 0xb3, 0xa4, 0x38, 0x47, 0x0f, 0x3e, 0x14, 0x5b, 0xae, 0xf8, 0xd2, 0xb9, 0x62, 0x68, 0x3d, 0x6c, 0x9a, 0xf4, 0xa2, 0xaa, 0x11, 0xa7, 0xe7, 0x50, 0xa2, 0x57,
0x5d, 0x19, 0xeb, 0x69, 0x28, 0xf2, 0x4f, 0x05, 0xa3, 0xa1, 0x90, 0xfd, 0x38, 0x10, 0x83, 0xae, 0x26, 0x79, 0xd8, 0x04, 0x4f, 0x2e, 0x70, 0x26, 0x15, 0xce, 0xe1, 0xe6, 0x2f, 0x01, 0xc4, 0x19,
0xc3, 0x34, 0x25, 0x5a, 0xeb, 0x9a, 0x65, 0x74, 0xb0, 0x6d, 0xb3, 0xcb, 0xba, 0x41, 0xdc, 0x8e, 0xec, 0x70, 0xde, 0xd2, 0x1d, 0xee, 0x25, 0x40, 0xa8, 0xea, 0x7d, 0x7b, 0x09, 0x10, 0x11, 0x71,
0xcb, 0x88, 0x59, 0x19, 0x17, 0x61, 0x13, 0x3e, 0xb9, 0xc0, 0xb9, 0x54, 0xb8, 0x80, 0x5b, 0xbc, 0xf0, 0x11, 0xd2, 0x57, 0x23, 0x30, 0x13, 0x12, 0xdf, 0xf5, 0x4b, 0x80, 0x0c, 0x96, 0x21, 0xbc,
0x04, 0x90, 0x67, 0xb0, 0xfd, 0x79, 0x4b, 0x77, 0xb8, 0x97, 0x00, 0x91, 0xaa, 0x0f, 0xed, 0x25, 0x04, 0xc8, 0xbe, 0x4a, 0x2f, 0xdc, 0xef, 0xab, 0xf4, 0xfb, 0xf0, 0x02, 0x81, 0xdf, 0xce, 0x87,
0x40, 0x4c, 0xc4, 0xc1, 0x47, 0x48, 0xdf, 0x0c, 0xc0, 0x54, 0x44, 0x7c, 0xdf, 0x2f, 0x01, 0x72, 0x4e, 0xfc, 0xf7, 0xbf, 0x9d, 0x0f, 0x75, 0xcd, 0x29, 0x67, 0x7e, 0x33, 0x12, 0x35, 0xe8, 0x3f,
0x58, 0xfa, 0xf0, 0x12, 0x20, 0xff, 0x2a, 0xbd, 0xf4, 0xb0, 0xaf, 0xd2, 0x1f, 0xc2, 0x0b, 0x04, 0xe8, 0x0a, 0xf8, 0xf0, 0x2f, 0x0d, 0xe5, 0xcf, 0x0b, 0x70, 0x3c, 0x39, 0x63, 0x63, 0x37, 0x81,
0x71, 0x3b, 0x1f, 0x39, 0xf1, 0xef, 0xff, 0x76, 0x3e, 0xd2, 0xb5, 0xa0, 0x9c, 0xf9, 0xc5, 0x40, 0xd2, 0x1d, 0x6f, 0x02, 0x1b, 0x70, 0x62, 0xcb, 0xd5, 0xb4, 0x1e, 0x77, 0x48, 0xe4, 0x3a, 0xd0,
0xdc, 0xa0, 0x7f, 0xa0, 0x2b, 0xe0, 0xc3, 0xbf, 0x34, 0x54, 0xbf, 0x2c, 0xc1, 0xf1, 0xf4, 0x8c, 0x3b, 0xb5, 0x7f, 0x58, 0x70, 0x9e, 0xb8, 0x98, 0x41, 0x83, 0x33, 0x39, 0x73, 0x6e, 0x35, 0x0b,
0x4d, 0xdc, 0x04, 0x2a, 0xf7, 0xbc, 0x09, 0xac, 0xc3, 0x89, 0x2d, 0xcf, 0x30, 0x3a, 0xc2, 0x21, 0x03, 0xdd, 0x6a, 0xa6, 0x2e, 0xd5, 0x8a, 0x77, 0x7f, 0xa9, 0x96, 0x7d, 0x43, 0x59, 0x1a, 0xe0,
0xb1, 0xeb, 0x40, 0xff, 0xd4, 0xfe, 0x71, 0xc9, 0x79, 0xe2, 0x72, 0x0e, 0x0d, 0xce, 0xe5, 0x2c, 0x86, 0xf2, 0x5e, 0x5c, 0x29, 0x66, 0x24, 0xbe, 0x3b, 0x5d, 0x29, 0xca, 0x0f, 0xc3, 0x9c, 0x60,
0xb8, 0xd5, 0x2c, 0xf5, 0x74, 0xab, 0x99, 0xb9, 0x54, 0x1b, 0xbc, 0xff, 0x4b, 0xb5, 0xfc, 0x1b, 0x63, 0xdf, 0x4b, 0xa6, 0x41, 0x6d, 0x53, 0xd3, 0x88, 0xbd, 0xec, 0xea, 0x7a, 0x4f, 0x3e, 0x0f,
0xca, 0xa1, 0x1e, 0x6e, 0x28, 0x1f, 0xc4, 0x95, 0x62, 0x4e, 0xe2, 0xbb, 0xd7, 0x95, 0xa2, 0xfa, 0x93, 0xf1, 0x7b, 0x6d, 0x6f, 0xe4, 0xbd, 0xab, 0x76, 0x71, 0x97, 0x12, 0x19, 0x79, 0xaf, 0x1d,
0x38, 0xcc, 0x48, 0x36, 0xfe, 0xbd, 0x68, 0x5b, 0x8c, 0xda, 0x86, 0x41, 0xe8, 0x92, 0x67, 0x9a, 0x07, 0x14, 0xf2, 0x07, 0x12, 0xcc, 0x66, 0xbf, 0xa1, 0x43, 0x1a, 0x4c, 0xea, 0xca, 0x6e, 0xf4,
0x1d, 0xf5, 0x22, 0x8c, 0x27, 0xef, 0xb5, 0xfd, 0x91, 0xf7, 0xaf, 0xda, 0xe5, 0x5d, 0x4a, 0x6c, 0x11, 0xa1, 0x34, 0xe0, 0x8e, 0x1b, 0xed, 0xef, 0x55, 0x27, 0xd7, 0x62, 0x58, 0x38, 0x81, 0x2d,
0xe4, 0xfd, 0x76, 0x1c, 0x52, 0xa8, 0x1f, 0x29, 0x30, 0x9d, 0xff, 0x86, 0x0e, 0x19, 0x30, 0x6e, 0x7f, 0x21, 0xc1, 0xc9, 0x9c, 0x6b, 0xc6, 0xe1, 0x6a, 0x82, 0xae, 0x41, 0x59, 0x57, 0x76, 0x9b,
0x6a, 0xbb, 0xf1, 0x47, 0x84, 0x4a, 0x8f, 0x3b, 0x6e, 0xb4, 0xbf, 0x37, 0x37, 0xbe, 0x9a, 0xc0, 0xae, 0xdd, 0x25, 0x03, 0x9f, 0x31, 0xf0, 0x5c, 0xb2, 0x26, 0x50, 0x70, 0x80, 0x27, 0x7f, 0x22,
0xc2, 0x29, 0x6c, 0xf5, 0x2b, 0x05, 0x4e, 0x16, 0x5c, 0x33, 0xf6, 0x57, 0x13, 0x74, 0x03, 0xca, 0x41, 0x25, 0xaf, 0x1e, 0x44, 0x67, 0x63, 0x17, 0xa2, 0x8f, 0x26, 0x2e, 0x44, 0xa7, 0x53, 0x7c,
0xa6, 0xb6, 0xdb, 0xf0, 0x68, 0x9b, 0xf4, 0x7c, 0xc6, 0x20, 0x72, 0xc9, 0xaa, 0x44, 0xc1, 0x21, 0x43, 0xba, 0x0e, 0xfd, 0x54, 0x82, 0xd9, 0xec, 0xba, 0x19, 0x3d, 0x13, 0xd3, 0xb8, 0x9a, 0xd0,
0x9e, 0xfa, 0x99, 0x02, 0x95, 0xa2, 0x7a, 0x10, 0x9d, 0x4f, 0x5c, 0x88, 0x3e, 0x99, 0xba, 0x10, 0x78, 0x2a, 0xc1, 0x25, 0xf4, 0xdd, 0x86, 0x49, 0x51, 0x5d, 0x0b, 0x18, 0xe1, 0xe5, 0x27, 0x0f,
0x9d, 0xcc, 0xf0, 0xf5, 0xe9, 0x3a, 0xf4, 0x73, 0x05, 0xa6, 0xf3, 0xeb, 0x66, 0xf4, 0x5c, 0x42, 0xce, 0xaa, 0x02, 0xcc, 0xaf, 0x13, 0xf9, 0x48, 0xc6, 0xdb, 0x70, 0x02, 0x57, 0xfe, 0xd9, 0x08,
0xe3, 0xb9, 0x94, 0xc6, 0x13, 0x29, 0x2e, 0xa9, 0xef, 0x36, 0x8c, 0xcb, 0xea, 0x5a, 0xc2, 0x48, 0x94, 0x9a, 0x6d, 0x45, 0x23, 0x43, 0x28, 0xea, 0xae, 0xc5, 0x8a, 0xba, 0x7e, 0xdf, 0xf9, 0x73,
0x2f, 0x3f, 0x7b, 0x70, 0x56, 0x95, 0x60, 0x41, 0x9d, 0x28, 0x46, 0x32, 0xd9, 0x86, 0x53, 0xb8, 0x2d, 0x73, 0xeb, 0xb9, 0xcd, 0x44, 0x3d, 0x77, 0x6e, 0x20, 0xf4, 0x83, 0x4b, 0xb9, 0xe7, 0x61,
0xea, 0x8f, 0x06, 0x60, 0xa8, 0xd1, 0xd4, 0x0c, 0xd2, 0x87, 0xa2, 0xee, 0x46, 0xa2, 0xa8, 0xeb, 0x2c, 0x50, 0xa2, 0xbf, 0xd5, 0x43, 0xfe, 0x78, 0x04, 0xc6, 0x23, 0x22, 0xfa, 0x5c, 0x7b, 0x76,
0xf6, 0x9d, 0xbf, 0xd0, 0xb2, 0xb0, 0x9e, 0xdb, 0x4c, 0xd5, 0x73, 0x17, 0x7a, 0x42, 0x3f, 0xb8, 0x62, 0xab, 0xf7, 0x20, 0x7f, 0x29, 0x8a, 0xc8, 0xae, 0xf9, 0xeb, 0xb7, 0xf7, 0x86, 0x2e, 0x7c,
0x94, 0x7b, 0x11, 0x46, 0x42, 0x25, 0xba, 0x5b, 0x3d, 0xd4, 0x4f, 0x07, 0x60, 0x34, 0x26, 0xa2, 0x0b, 0x95, 0x5e, 0xd6, 0xcf, 0xc3, 0x24, 0xe5, 0xff, 0xb0, 0x09, 0xce, 0xf8, 0x0a, 0x3c, 0x8a,
0xcb, 0xb5, 0x67, 0x27, 0xb1, 0x7a, 0xf7, 0xf2, 0x97, 0xa2, 0x98, 0xec, 0x6a, 0xb0, 0x7e, 0xfb, 0x83, 0x97, 0x99, 0xad, 0x58, 0x2f, 0x4e, 0x50, 0xcf, 0xbd, 0x00, 0x13, 0x31, 0x61, 0x7d, 0x3d,
0x6f, 0xe8, 0xa2, 0xb7, 0x50, 0xd9, 0x65, 0xfd, 0x22, 0x8c, 0x33, 0xf1, 0x0f, 0x9b, 0xf0, 0x8c, 0x79, 0xfb, 0xad, 0x04, 0x8f, 0xde, 0x71, 0x4f, 0x86, 0xea, 0xb1, 0xe9, 0x55, 0x4b, 0x4c, 0xaf,
0xaf, 0x24, 0xa2, 0x38, 0x7c, 0x99, 0xb9, 0x9e, 0xe8, 0xc5, 0x29, 0xea, 0x99, 0x97, 0x60, 0x2c, 0xf9, 0x7c, 0x80, 0x21, 0x3e, 0x96, 0xf8, 0xd1, 0x08, 0xa0, 0xd6, 0xb6, 0x6a, 0x77, 0x1a, 0x8a,
0x21, 0xac, 0xab, 0x27, 0x6f, 0xbf, 0x54, 0xe0, 0xc9, 0x7b, 0xee, 0xc9, 0x50, 0x2d, 0x31, 0xbd, 0x4d, 0x7b, 0x58, 0xfc, 0x8f, 0x6a, 0x08, 0x13, 0xee, 0x2c, 0x8c, 0x77, 0x88, 0xd3, 0xb6, 0x55,
0xaa, 0xa9, 0xe9, 0x35, 0x5b, 0x0c, 0xd0, 0xc7, 0xc7, 0x12, 0xdf, 0x1b, 0x00, 0xb4, 0xbe, 0xad, 0xee, 0x2c, 0xb1, 0x57, 0x08, 0xce, 0x41, 0x96, 0xc3, 0x2e, 0x1c, 0xa5, 0x43, 0x5d, 0x28, 0xef,
0xd3, 0x56, 0x5d, 0xa3, 0xac, 0x83, 0xe5, 0xff, 0xa8, 0xfa, 0x30, 0xe1, 0xce, 0xc3, 0x68, 0x8b, 0x78, 0xff, 0xd4, 0xf3, 0x6f, 0xde, 0xfa, 0x2d, 0x66, 0xc3, 0xff, 0xfa, 0x85, 0xf1, 0x25, 0x1a,
0xb8, 0x4d, 0xaa, 0x0b, 0x67, 0xc9, 0xbd, 0x42, 0x78, 0x0e, 0xb2, 0x14, 0x75, 0xe1, 0x38, 0x1d, 0x1c, 0x1c, 0x80, 0xcb, 0x1f, 0x4a, 0x30, 0x9b, 0x76, 0xcc, 0x32, 0x53, 0xfd, 0xfe, 0x3b, 0xe7,
0x6a, 0x43, 0x79, 0xc7, 0xff, 0xa7, 0x5e, 0x70, 0xf3, 0xd6, 0x6d, 0x31, 0x1b, 0xfd, 0xd7, 0x2f, 0x61, 0x28, 0x72, 0x74, 0xe6, 0x95, 0x63, 0xde, 0x89, 0x37, 0x93, 0x8c, 0x79, 0xab, 0xfc, 0xa5,
0x8a, 0x2f, 0xd9, 0xe0, 0xe2, 0x10, 0x5c, 0xfd, 0x58, 0x81, 0xe9, 0xac, 0x63, 0x96, 0xb8, 0xea, 0x04, 0x73, 0xd9, 0xaa, 0x0d, 0x61, 0x2b, 0x71, 0x3d, 0xbe, 0x95, 0xe8, 0xf7, 0xd8, 0x20, 0x5b,
0x0f, 0xdf, 0x39, 0x8f, 0xc3, 0xa0, 0x40, 0xe7, 0x5e, 0x39, 0xe6, 0x9f, 0x78, 0x73, 0xc9, 0x58, 0xef, 0x9c, 0x6d, 0xc5, 0x5e, 0xe6, 0x18, 0x0c, 0xc1, 0xc8, 0xad, 0xb8, 0x91, 0x8b, 0x87, 0x36,
0xb4, 0xaa, 0x5f, 0x2b, 0x30, 0x93, 0xaf, 0x5a, 0x1f, 0xb6, 0x12, 0x37, 0x93, 0x5b, 0x89, 0x6e, 0x32, 0xdb, 0xc0, 0xfa, 0x13, 0x37, 0x6f, 0xcd, 0x1f, 0xf9, 0xec, 0xd6, 0xfc, 0x91, 0x3f, 0xdf,
0x8f, 0x0d, 0xf2, 0xf5, 0x2e, 0xd8, 0x56, 0xec, 0xe5, 0x8e, 0x41, 0x1f, 0x8c, 0xdc, 0x4a, 0x1a, 0x9a, 0x3f, 0xf2, 0xfe, 0xfe, 0xbc, 0x74, 0x73, 0x7f, 0x5e, 0xfa, 0x6c, 0x7f, 0x5e, 0xfa, 0xdb,
0xb9, 0x70, 0x68, 0x23, 0xf3, 0x0d, 0xac, 0x3d, 0x73, 0xfb, 0xce, 0xec, 0x91, 0x2f, 0xee, 0xcc, 0xfe, 0xbc, 0xf4, 0x83, 0x2f, 0xe6, 0x8f, 0x5c, 0x1b, 0x15, 0x98, 0xff, 0x0a, 0x00, 0x00, 0xff,
0x1e, 0xf9, 0xfd, 0x9d, 0xd9, 0x23, 0x1f, 0xee, 0xcf, 0x2a, 0xb7, 0xf7, 0x67, 0x95, 0x2f, 0xf6, 0xff, 0x56, 0x18, 0xbd, 0xf5, 0xb1, 0x3c, 0x00, 0x00,
0x67, 0x95, 0x3f, 0xed, 0xcf, 0x2a, 0xdf, 0xf9, 0x6a, 0xf6, 0xc8, 0x8d, 0x61, 0x89, 0xf9, 0xb7,
0x00, 0x00, 0x00, 0xff, 0xff, 0x67, 0x55, 0x9c, 0xda, 0xfb, 0x3c, 0x00, 0x00,
} }

View File

@ -27,7 +27,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
import "k8s.io/kubernetes/pkg/api/v1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".

View File

@ -1030,44 +1030,43 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 616 bytes of a gzipped FileDescriptorProto // 599 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x92, 0x4f, 0x6f, 0xd3, 0x4c, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x92, 0x3f, 0x6f, 0xd4, 0x4c,
0x10, 0xc6, 0xe3, 0xa4, 0xff, 0xb2, 0x79, 0x5f, 0xda, 0x2e, 0x1c, 0xa2, 0x1c, 0xdc, 0x2a, 0x48, 0x10, 0xc6, 0xcf, 0x77, 0xf9, 0x77, 0x7b, 0xef, 0x4b, 0x92, 0x85, 0xe2, 0x74, 0x85, 0x13, 0x1d,
0xa8, 0x20, 0x75, 0x97, 0x16, 0x84, 0x2a, 0x0e, 0x94, 0x1a, 0x21, 0xd1, 0x03, 0x20, 0xcc, 0x8d, 0x12, 0x0a, 0x08, 0x76, 0x49, 0x40, 0x28, 0xa2, 0x20, 0xc4, 0x88, 0x22, 0x05, 0x20, 0x96, 0x8e,
0x13, 0x13, 0x77, 0xea, 0x6c, 0x13, 0x7b, 0xad, 0xdd, 0x75, 0x4a, 0x0e, 0x48, 0x1c, 0x39, 0x70, 0x8a, 0x3d, 0x67, 0xe2, 0xdb, 0x9c, 0xbd, 0x6b, 0x79, 0xd7, 0x0e, 0x57, 0x20, 0x51, 0x52, 0x50,
0xe0, 0x1b, 0x71, 0xed, 0xb1, 0x47, 0x4e, 0x15, 0x0d, 0x5f, 0x04, 0x79, 0xed, 0xd4, 0xa6, 0xa1, 0xf0, 0x8d, 0x68, 0x53, 0xa6, 0xa4, 0x8a, 0xc8, 0xf1, 0x45, 0x90, 0xd7, 0xbe, 0xd8, 0xe4, 0x12,
0x42, 0xa8, 0x37, 0xcf, 0x8e, 0x9f, 0xdf, 0x3c, 0xb3, 0xcf, 0x92, 0xdd, 0xc1, 0x8e, 0x66, 0x42, 0x21, 0x94, 0x6e, 0x67, 0x67, 0xe7, 0x37, 0xcf, 0xcc, 0xb3, 0x68, 0x67, 0xb4, 0xad, 0x89, 0x50,
0xf2, 0x41, 0xda, 0x43, 0x15, 0xa3, 0x41, 0xcd, 0x93, 0x41, 0xc8, 0x21, 0x11, 0x9a, 0x8b, 0x08, 0x74, 0x94, 0x0e, 0x20, 0x91, 0x60, 0x40, 0xd3, 0x78, 0x14, 0x50, 0x1e, 0x0b, 0x4d, 0x45, 0xc4,
0x42, 0x4c, 0xe4, 0x50, 0x04, 0x63, 0x3e, 0xda, 0x82, 0x61, 0xd2, 0x87, 0x2d, 0x1e, 0x62, 0x8c, 0x03, 0x88, 0x55, 0x28, 0xfc, 0x31, 0xcd, 0x36, 0x79, 0x18, 0x0f, 0xf9, 0x26, 0x0d, 0x40, 0x42,
0x0a, 0x0c, 0x1e, 0xb0, 0x44, 0x49, 0x23, 0x29, 0xcf, 0x01, 0xac, 0x04, 0xb0, 0x64, 0x10, 0xb2, 0xc2, 0x0d, 0xec, 0x93, 0x38, 0x51, 0x46, 0x61, 0x5a, 0x00, 0x48, 0x05, 0x20, 0xf1, 0x28, 0x20,
0x0c, 0xc0, 0x2a, 0x00, 0x36, 0x05, 0x74, 0x36, 0x43, 0x61, 0xfa, 0x69, 0x8f, 0x05, 0x32, 0xe2, 0x39, 0x80, 0xd4, 0x00, 0x64, 0x0a, 0xe8, 0x3d, 0x08, 0x84, 0x19, 0xa6, 0x03, 0xe2, 0xab, 0x88,
0xa1, 0x0c, 0x25, 0xb7, 0x9c, 0x5e, 0x7a, 0x68, 0x2b, 0x5b, 0xd8, 0xaf, 0x9c, 0xdf, 0x79, 0x58, 0x06, 0x2a, 0x50, 0xd4, 0x72, 0x06, 0xe9, 0x81, 0x8d, 0x6c, 0x60, 0x4f, 0x05, 0xbf, 0xf7, 0xb8,
0x18, 0x84, 0x44, 0x44, 0x10, 0xf4, 0x45, 0x8c, 0x6a, 0x5c, 0x5a, 0x8c, 0xd0, 0x00, 0x1f, 0xcd, 0x14, 0xc8, 0x63, 0x11, 0x71, 0x7f, 0x28, 0x24, 0x24, 0xe3, 0x4a, 0x62, 0x04, 0x86, 0xd3, 0x6c,
0xb8, 0xea, 0xf0, 0xab, 0x54, 0x2a, 0x8d, 0x8d, 0x88, 0x70, 0x46, 0xf0, 0xe8, 0x6f, 0x02, 0x1d, 0x46, 0x55, 0x8f, 0x5e, 0x55, 0x95, 0xa4, 0xd2, 0x88, 0x08, 0x66, 0x0a, 0x9e, 0xfc, 0xad, 0x40,
0xf4, 0x31, 0x82, 0x19, 0xdd, 0x83, 0xab, 0x74, 0xa9, 0x11, 0x43, 0x2e, 0x62, 0xa3, 0x8d, 0x9a, 0xfb, 0x43, 0x88, 0xf8, 0x4c, 0xdd, 0xa3, 0xab, 0xea, 0x52, 0x23, 0x42, 0x2a, 0xa4, 0xd1, 0x26,
0x11, 0x55, 0x76, 0xd2, 0xa8, 0x46, 0xa8, 0xca, 0x85, 0xf0, 0x03, 0x44, 0xc9, 0x10, 0xff, 0xb4, 0x99, 0x29, 0xaa, 0xcd, 0xa4, 0x21, 0xc9, 0x20, 0xa9, 0x06, 0x82, 0x8f, 0x3c, 0x8a, 0x43, 0xb8,
0xd3, 0x8b, 0x4a, 0x54, 0x9b, 0x10, 0x86, 0x0a, 0x43, 0x30, 0xb2, 0xa2, 0x85, 0x44, 0x28, 0x0c, 0x6c, 0xa6, 0xfb, 0x57, 0x5a, 0x75, 0xc9, 0xeb, 0xfe, 0xf7, 0x26, 0xea, 0xec, 0xe5, 0xfb, 0x67,
0x85, 0x36, 0x0a, 0x8c, 0x90, 0xf1, 0x95, 0x99, 0x75, 0xbf, 0xd5, 0x49, 0x6b, 0x3f, 0xcb, 0xc6, 0x90, 0x09, 0x38, 0xc2, 0x1f, 0xd0, 0x52, 0xbe, 0xac, 0x7d, 0x6e, 0x78, 0xd7, 0x59, 0x77, 0x36,
0xc7, 0x91, 0xc0, 0x63, 0xfa, 0x9e, 0x2c, 0x65, 0x17, 0x79, 0x00, 0x06, 0xda, 0xce, 0xba, 0xb3, 0x3a, 0x5b, 0x0f, 0x49, 0x69, 0x5d, 0x5d, 0x7b, 0x65, 0x5e, 0xfe, 0x9a, 0x64, 0x9b, 0xe4, 0xcd,
0xd1, 0xda, 0xbe, 0xcf, 0x8a, 0x58, 0xab, 0x7b, 0x95, 0xc1, 0x66, 0x7f, 0xb3, 0xd1, 0x16, 0x7b, 0xe0, 0x10, 0x7c, 0xf3, 0x0a, 0x0c, 0xf7, 0xf0, 0xf1, 0xe9, 0x5a, 0x63, 0x72, 0xba, 0x86, 0xaa,
0xdd, 0x3b, 0xc2, 0xc0, 0xbc, 0x44, 0x03, 0x1e, 0x3d, 0x39, 0x5b, 0xab, 0x4d, 0xce, 0xd6, 0x48, 0x3b, 0x76, 0x4e, 0xc5, 0x03, 0x34, 0xa7, 0x63, 0xf0, 0xbb, 0x4d, 0x4b, 0x7f, 0x4e, 0xfe, 0xf1,
0x79, 0xe6, 0x5f, 0x50, 0x69, 0x8f, 0xcc, 0xe9, 0x04, 0x83, 0x76, 0xdd, 0xd2, 0x9f, 0xb2, 0x7f, 0x63, 0x90, 0x9a, 0xda, 0x77, 0x31, 0xf8, 0xde, 0x7f, 0x65, 0xb7, 0xb9, 0x3c, 0x62, 0x96, 0x8d,
0x7c, 0x34, 0xac, 0xe2, 0xf6, 0x6d, 0x82, 0x81, 0xf7, 0x5f, 0x31, 0x6d, 0x2e, 0xab, 0x7c, 0xcb, 0x0f, 0xd1, 0x82, 0x36, 0xdc, 0xa4, 0xba, 0xdb, 0xb2, 0x5d, 0xbc, 0x6b, 0x75, 0xb1, 0x24, 0xef,
0xa6, 0x47, 0x64, 0x41, 0x1b, 0x30, 0xa9, 0x6e, 0x37, 0xec, 0x14, 0xef, 0x5a, 0x53, 0x2c, 0xc9, 0x46, 0xd9, 0x67, 0xa1, 0x88, 0x59, 0xd9, 0xa1, 0xbf, 0x83, 0xba, 0xb5, 0xc7, 0x2f, 0x94, 0x34,
0xbb, 0x51, 0xcc, 0x59, 0xc8, 0x6b, 0xbf, 0x98, 0xd0, 0xdd, 0x25, 0xed, 0xca, 0xcf, 0xcf, 0x64, 0x3c, 0x5f, 0x51, 0xae, 0x06, 0xdf, 0x46, 0xf3, 0x96, 0x6e, 0x57, 0xd9, 0xf6, 0xfe, 0x2f, 0x11,
0x6c, 0x20, 0xbb, 0xa2, 0xcc, 0x0d, 0xbd, 0x4d, 0xe6, 0x2d, 0xdd, 0x5e, 0x65, 0xd3, 0xfb, 0xbf, 0xf3, 0x45, 0x41, 0x91, 0xeb, 0x7f, 0x6d, 0xa1, 0xe5, 0x0b, 0x43, 0xe1, 0x4f, 0x08, 0xf9, 0x53,
0x40, 0xcc, 0xe7, 0x82, 0xbc, 0xd7, 0xfd, 0xd2, 0x20, 0xcb, 0x97, 0x96, 0xa2, 0x1f, 0x09, 0x09, 0x92, 0xee, 0x3a, 0xeb, 0xad, 0x8d, 0xce, 0xd6, 0xde, 0x75, 0x86, 0xf8, 0x43, 0x57, 0xe5, 0xd0,
0xa6, 0x24, 0xdd, 0x76, 0xd6, 0x1b, 0x1b, 0xad, 0xed, 0xfd, 0xeb, 0x2c, 0xf1, 0x9b, 0xaf, 0x32, 0xf9, 0xb5, 0x66, 0xb5, 0x86, 0xf8, 0x8b, 0x83, 0x3a, 0x5c, 0x4a, 0x65, 0xb8, 0x11, 0x4a, 0xea,
0xa1, 0x8b, 0x63, 0xed, 0x57, 0x06, 0xd2, 0xcf, 0x0e, 0x69, 0x41, 0x1c, 0x4b, 0x63, 0x5f, 0x8f, 0x6e, 0xd3, 0x0a, 0x78, 0x7b, 0x5d, 0xaf, 0xc8, 0x6e, 0xc5, 0x7c, 0x29, 0x4d, 0x32, 0xf6, 0x6e,
0x6e, 0xd7, 0xad, 0x81, 0x37, 0xd7, 0xcd, 0x8a, 0xed, 0x95, 0xcc, 0xe7, 0xb1, 0x51, 0x63, 0xef, 0x96, 0x42, 0x3a, 0xb5, 0x0c, 0xab, 0xb7, 0xc6, 0x14, 0xb5, 0x25, 0x8f, 0x40, 0xc7, 0xdc, 0x07,
0x66, 0x61, 0xa4, 0x55, 0xe9, 0xf8, 0xd5, 0xd1, 0x94, 0x93, 0x66, 0x0c, 0x11, 0xea, 0x04, 0x02, 0xeb, 0x66, 0xdb, 0x5b, 0x2d, 0x8b, 0xda, 0xaf, 0xa7, 0x09, 0x56, 0xbd, 0xe9, 0x3d, 0x43, 0x2b,
0xb4, 0x69, 0x36, 0xbd, 0xd5, 0x42, 0xd4, 0x7c, 0x35, 0x6d, 0xf8, 0xe5, 0x3f, 0x9d, 0x27, 0x64, 0x17, 0xdb, 0xe0, 0x15, 0xd4, 0x1a, 0xc1, 0xb8, 0x70, 0x81, 0xe5, 0x47, 0x7c, 0x0b, 0xcd, 0x67,
0xe5, 0xf2, 0x18, 0xba, 0x42, 0x1a, 0x03, 0x1c, 0xe7, 0x29, 0xf8, 0xd9, 0x27, 0xbd, 0x45, 0xe6, 0x3c, 0x4c, 0xc1, 0x7e, 0xc3, 0x36, 0x2b, 0x82, 0xa7, 0xcd, 0x6d, 0xa7, 0x7f, 0x80, 0x56, 0x67,
0x47, 0x30, 0x4c, 0xd1, 0x3e, 0xc3, 0xa6, 0x9f, 0x17, 0x8f, 0xeb, 0x3b, 0x4e, 0xf7, 0x90, 0xac, 0xcc, 0xc7, 0x77, 0xd1, 0x22, 0x0f, 0x43, 0x75, 0x04, 0xfb, 0x16, 0xb2, 0xe4, 0x2d, 0x97, 0x1a,
0xce, 0x84, 0x4f, 0xef, 0x92, 0x45, 0x18, 0x0e, 0xe5, 0x31, 0x1e, 0x58, 0xc8, 0x92, 0xb7, 0x5c, 0x16, 0x77, 0x8b, 0x6b, 0x36, 0xcd, 0xe3, 0x3b, 0x68, 0x21, 0x01, 0xae, 0x95, 0x2c, 0xd0, 0xd5,
0x78, 0x58, 0xdc, 0xcb, 0x8f, 0xfd, 0x69, 0x9f, 0xde, 0x21, 0x0b, 0x0a, 0x41, 0xcb, 0x38, 0x47, 0xbf, 0x61, 0xf6, 0x96, 0x95, 0x59, 0xef, 0xde, 0xf1, 0x99, 0xdb, 0x38, 0x39, 0x73, 0x1b, 0x3f,
0x97, 0xef, 0xc6, 0xb7, 0xa7, 0x7e, 0xd1, 0xf5, 0xee, 0x9d, 0x9c, 0xbb, 0xb5, 0xd3, 0x73, 0xb7, 0xce, 0xdc, 0xc6, 0xe7, 0x89, 0xeb, 0x1c, 0x4f, 0x5c, 0xe7, 0x64, 0xe2, 0x3a, 0x3f, 0x27, 0xae,
0xf6, 0xfd, 0xdc, 0xad, 0x7d, 0x9a, 0xb8, 0xce, 0xc9, 0xc4, 0x75, 0x4e, 0x27, 0xae, 0xf3, 0x63, 0xf3, 0xed, 0x97, 0xdb, 0x78, 0xbf, 0x34, 0xdd, 0xe3, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x5b,
0xe2, 0x3a, 0x5f, 0x7f, 0xba, 0xb5, 0x77, 0x4b, 0xd3, 0x7b, 0xfc, 0x15, 0x00, 0x00, 0xff, 0xff, 0xf0, 0xb2, 0x2b, 0x7f, 0x05, 0x00, 0x00,
0x81, 0x49, 0xe7, 0x98, 0x9b, 0x05, 0x00, 0x00,
} }

View File

@ -26,7 +26,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1alpha1"; option go_package = "v1alpha1";

View File

@ -1337,56 +1337,54 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 807 bytes of a gzipped FileDescriptorProto // 773 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x94, 0x4d, 0x6f, 0xdc, 0x44, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x94, 0xcb, 0x6e, 0xf3, 0x44,
0x18, 0xc7, 0xd7, 0x49, 0x36, 0x84, 0xe9, 0x6e, 0x54, 0x06, 0x0a, 0x61, 0x25, 0x1c, 0xb4, 0xa7, 0x18, 0x86, 0xe3, 0x26, 0x29, 0x61, 0x9a, 0x54, 0x65, 0xa0, 0x10, 0x22, 0xe1, 0xa2, 0xac, 0x5a,
0x16, 0xd1, 0x31, 0x69, 0x11, 0x0a, 0x1c, 0x2a, 0x6a, 0x36, 0xa2, 0x45, 0x8d, 0x52, 0x39, 0x48, 0x04, 0x63, 0xda, 0x22, 0x54, 0x58, 0x54, 0xd4, 0xa4, 0x82, 0xa2, 0x56, 0xa9, 0x5c, 0x24, 0x24,
0x48, 0x08, 0x24, 0xc6, 0xf6, 0x83, 0x77, 0xba, 0xe3, 0x17, 0xcd, 0x8c, 0x4d, 0xf7, 0xc6, 0x47, 0x04, 0x12, 0x63, 0xfb, 0xc3, 0x99, 0xc6, 0x27, 0x8d, 0xc7, 0xa1, 0xd9, 0x71, 0x09, 0x2c, 0xb8,
0xe0, 0xc0, 0x87, 0x8a, 0xc4, 0xa5, 0x47, 0x84, 0x50, 0x44, 0x16, 0xbe, 0x02, 0x77, 0xe4, 0xf1, 0xa8, 0x4a, 0x6c, 0xba, 0x44, 0x08, 0x55, 0x34, 0x70, 0x0b, 0xec, 0x91, 0xc7, 0x93, 0x83, 0x9b,
0xec, 0xae, 0x5d, 0xef, 0xaa, 0x8b, 0x8a, 0xb8, 0x79, 0x5e, 0x7e, 0xff, 0xff, 0xf3, 0xe6, 0x41, 0x44, 0x0d, 0xea, 0xaf, 0x7f, 0xe7, 0x39, 0x3c, 0xef, 0xfb, 0x9d, 0xc6, 0xe8, 0x93, 0xfe, 0x51,
0x1f, 0x4f, 0x8e, 0x25, 0x61, 0xa9, 0x33, 0xc9, 0x7d, 0x10, 0x09, 0x28, 0x90, 0x4e, 0x36, 0x89, 0x42, 0x58, 0x64, 0xf4, 0x53, 0x1b, 0x78, 0x08, 0x02, 0x12, 0x23, 0xee, 0x7b, 0x06, 0x8d, 0x59,
0x1c, 0x9a, 0x31, 0xe9, 0x64, 0x29, 0x67, 0xc1, 0xd4, 0x29, 0x8e, 0x7c, 0x50, 0xf4, 0xc8, 0x89, 0x62, 0xc4, 0x91, 0xcf, 0x9c, 0xa1, 0x31, 0xd8, 0xb7, 0x41, 0xd0, 0x7d, 0xc3, 0x83, 0x10, 0x38,
0x20, 0x01, 0x41, 0x15, 0x84, 0x24, 0x13, 0xa9, 0x4a, 0xf1, 0xad, 0x0a, 0x25, 0x4b, 0x94, 0x64, 0x15, 0xe0, 0x92, 0x98, 0x47, 0x22, 0xc2, 0x7b, 0x39, 0x4a, 0xa6, 0x28, 0x89, 0xfb, 0x1e, 0xc9,
0x93, 0x88, 0x94, 0x28, 0xa9, 0x50, 0x62, 0xd0, 0xc1, 0xed, 0x88, 0xa9, 0x71, 0xee, 0x93, 0x20, 0x50, 0x92, 0xa3, 0x44, 0xa1, 0xad, 0x0f, 0x3c, 0x26, 0x7a, 0xa9, 0x4d, 0x9c, 0x28, 0x30, 0xbc,
0x8d, 0x9d, 0x28, 0x8d, 0x52, 0x47, 0x2b, 0xf8, 0xf9, 0xf7, 0x7a, 0xa5, 0x17, 0xfa, 0xab, 0x52, 0xc8, 0x8b, 0x0c, 0xa9, 0x60, 0xa7, 0x3f, 0xca, 0x95, 0x5c, 0xc8, 0xaf, 0x5c, 0xb9, 0xf5, 0x91,
0x1e, 0x7c, 0x68, 0x82, 0xa2, 0x19, 0x8b, 0x69, 0x30, 0x66, 0x09, 0x88, 0xe9, 0x32, 0xac, 0x18, 0x0a, 0x8a, 0xc6, 0x2c, 0xa0, 0x4e, 0x8f, 0x85, 0xc0, 0x87, 0xd3, 0xb0, 0x02, 0x10, 0xd4, 0x18,
0x14, 0x75, 0x8a, 0x56, 0x3c, 0x03, 0x67, 0x1d, 0x25, 0xf2, 0x44, 0xb1, 0x18, 0x5a, 0xc0, 0x47, 0xcc, 0xc5, 0xd3, 0x32, 0x96, 0x51, 0x3c, 0x0d, 0x05, 0x0b, 0x60, 0x0e, 0xf8, 0xf8, 0x29, 0x20,
0x2f, 0x02, 0x64, 0x30, 0x86, 0x98, 0xb6, 0xb8, 0xbb, 0xeb, 0xb8, 0x5c, 0x31, 0xee, 0xb0, 0x44, 0x71, 0x7a, 0x10, 0xd0, 0x39, 0xee, 0x70, 0x19, 0x97, 0x0a, 0xe6, 0x1b, 0x2c, 0x14, 0x89, 0xe0,
0x49, 0x25, 0x5a, 0x50, 0x2d, 0x27, 0x09, 0xa2, 0x00, 0xb1, 0x4c, 0x08, 0x9e, 0xd2, 0x38, 0xe3, 0x73, 0xd0, 0x4c, 0x4e, 0x09, 0xf0, 0x01, 0xf0, 0x69, 0x42, 0x70, 0x43, 0x83, 0xd8, 0x87, 0x45,
0xb0, 0x2a, 0xa7, 0x07, 0xb5, 0xf6, 0xdc, 0xa6, 0x51, 0x24, 0x20, 0xa2, 0x2a, 0xad, 0xb1, 0x34, 0x39, 0xbd, 0xbf, 0xb4, 0x3d, 0x0b, 0x6e, 0xb7, 0xff, 0xd0, 0x50, 0xed, 0x74, 0xc0, 0x1c, 0xc1,
0x63, 0x02, 0x22, 0x26, 0x95, 0xa0, 0x8a, 0xa5, 0x89, 0x53, 0x1c, 0x51, 0x9e, 0x8d, 0xdb, 0xdd, 0xa2, 0x10, 0xff, 0x80, 0x6a, 0x59, 0xa5, 0x5c, 0x2a, 0x68, 0x53, 0x7b, 0x57, 0xdb, 0xdd, 0x38,
0x1a, 0xbc, 0xbf, 0xb6, 0xd1, 0x2b, 0x7c, 0x87, 0xbf, 0x59, 0x68, 0xef, 0xa4, 0x60, 0x41, 0xa9, 0xf8, 0x90, 0xa8, 0x8e, 0xcd, 0x06, 0x3e, 0xed, 0x59, 0x76, 0x9b, 0x0c, 0xf6, 0x49, 0xd7, 0xbe,
0x89, 0xbf, 0x43, 0x7b, 0x65, 0xcd, 0x43, 0xaa, 0xe8, 0x81, 0xf5, 0xae, 0x75, 0xf3, 0xda, 0x9d, 0x06, 0x47, 0x5c, 0x80, 0xa0, 0x26, 0xbe, 0xbd, 0xdf, 0x29, 0x8d, 0xee, 0x77, 0xd0, 0x74, 0xcf,
0x0f, 0x88, 0xe9, 0x7d, 0xbd, 0x04, 0xcb, 0xee, 0x97, 0xb7, 0x49, 0x71, 0x44, 0xce, 0xfc, 0x27, 0x9a, 0xa8, 0x62, 0x1f, 0x35, 0x5c, 0xf0, 0x41, 0x40, 0x37, 0xce, 0x1c, 0x93, 0xe6, 0x9a, 0xb4,
0x10, 0xa8, 0x53, 0x50, 0xd4, 0xc5, 0x17, 0x97, 0x87, 0x9d, 0xd9, 0xe5, 0x21, 0x5a, 0xee, 0x79, 0x39, 0x5c, 0xcd, 0xa6, 0x33, 0x8b, 0x9a, 0xaf, 0x8d, 0xee, 0x77, 0x1a, 0x85, 0x2d, 0xab, 0x28,
0x0b, 0x55, 0xcc, 0x51, 0x3f, 0x04, 0x0e, 0x0a, 0xce, 0xb2, 0xd2, 0x51, 0x1e, 0x6c, 0x69, 0x9b, 0xde, 0xfe, 0x6d, 0x0d, 0xbd, 0x7e, 0x19, 0xb9, 0x1d, 0x96, 0xf0, 0x54, 0x6e, 0x99, 0xa9, 0xeb,
0xbb, 0x9b, 0xd9, 0x8c, 0xea, 0xa8, 0xfb, 0xda, 0xec, 0xf2, 0xb0, 0xdf, 0xd8, 0xf2, 0x9a, 0xe2, 0x81, 0x78, 0x09, 0x79, 0xba, 0xa8, 0x92, 0xc4, 0xe0, 0xa8, 0xf4, 0x4c, 0xb2, 0xf2, 0xdc, 0x93,
0xc3, 0x5f, 0xb6, 0xd0, 0xeb, 0x8f, 0xd3, 0x70, 0xc4, 0xa4, 0xc8, 0xf5, 0x96, 0x9b, 0x87, 0x11, 0x05, 0xf1, 0x5e, 0xc5, 0xe0, 0x98, 0x75, 0xe5, 0x57, 0xc9, 0x56, 0x96, 0x54, 0xc7, 0x3e, 0x5a,
0xa8, 0xff, 0x21, 0xcf, 0x10, 0xed, 0xc8, 0x0c, 0x02, 0x93, 0x9e, 0x4b, 0x36, 0xfe, 0x83, 0xc8, 0x4f, 0x04, 0x15, 0x69, 0xd2, 0x2c, 0x4b, 0x9f, 0xce, 0x33, 0x7d, 0xa4, 0x96, 0xb9, 0xa9, 0x9c,
0x8a, 0x78, 0xcf, 0x33, 0x08, 0xdc, 0x9e, 0xf1, 0xdb, 0x29, 0x57, 0x9e, 0x56, 0xc7, 0x1c, 0xed, 0xd6, 0xf3, 0xb5, 0xa5, 0x3c, 0xda, 0x7f, 0x6a, 0xe8, 0xad, 0x05, 0xd4, 0x39, 0x4b, 0x04, 0xfe,
0x4a, 0x45, 0x55, 0x2e, 0x0f, 0xb6, 0xb5, 0xcf, 0xe8, 0x25, 0x7d, 0xb4, 0x96, 0xbb, 0x6f, 0x9c, 0x6e, 0xae, 0xa2, 0x64, 0xb5, 0x8a, 0x66, 0xb4, 0xac, 0xe7, 0x96, 0x72, 0xad, 0x8d, 0x77, 0x66,
0x76, 0xab, 0xb5, 0x67, 0x3c, 0x86, 0xbf, 0x5b, 0xe8, 0xad, 0x15, 0xd4, 0x23, 0x26, 0x15, 0xfe, 0xaa, 0xe9, 0xa0, 0x2a, 0x13, 0x10, 0x64, 0xd3, 0x52, 0xde, 0xdd, 0x38, 0x38, 0x7e, 0x5e, 0x9a,
0xa6, 0x55, 0x51, 0xb2, 0x59, 0x45, 0x4b, 0x5a, 0xd7, 0xf3, 0xba, 0x71, 0xdd, 0x9b, 0xef, 0xd4, 0x66, 0x43, 0x59, 0x55, 0xcf, 0x32, 0x51, 0x2b, 0xd7, 0x6e, 0xff, 0xb3, 0x38, 0xbd, 0xac, 0xdc,
0xaa, 0x19, 0xa0, 0x2e, 0x53, 0x10, 0x97, 0xd3, 0xb2, 0x7d, 0xf3, 0xda, 0x9d, 0x7b, 0x2f, 0x97, 0xf8, 0x1a, 0xd5, 0x03, 0x16, 0x9e, 0x0c, 0x28, 0xf3, 0xa9, 0xed, 0xc3, 0x93, 0x43, 0x93, 0xbd,
0xa6, 0xdb, 0x37, 0x56, 0xdd, 0x87, 0xa5, 0xa8, 0x57, 0x69, 0x0f, 0xff, 0x5a, 0x9d, 0x5e, 0x59, 0x6a, 0x92, 0xbf, 0x6a, 0x72, 0x16, 0x8a, 0x2e, 0xbf, 0x12, 0x9c, 0x85, 0x9e, 0xf9, 0x86, 0x72,
0x6e, 0xfc, 0x04, 0xf5, 0x62, 0x96, 0xdc, 0x2f, 0x28, 0xe3, 0xd4, 0xe7, 0xf0, 0xc2, 0xa1, 0x29, 0xae, 0x5f, 0xcc, 0xa8, 0x59, 0x05, 0x6d, 0xfc, 0x3d, 0xaa, 0x25, 0xe0, 0x83, 0x23, 0x22, 0xfe,
0xdf, 0x07, 0x52, 0xbd, 0x0f, 0xe4, 0x61, 0xa2, 0xce, 0xc4, 0xb9, 0x12, 0x2c, 0x89, 0xdc, 0x37, 0xff, 0x5e, 0xc7, 0x39, 0xb5, 0xc1, 0xbf, 0x52, 0xa8, 0x59, 0xcf, 0x6a, 0x39, 0x5e, 0x59, 0x13,
0x8c, 0x73, 0xef, 0xb4, 0xa6, 0xe6, 0x35, 0xb4, 0xf1, 0xb7, 0x68, 0x4f, 0x02, 0x87, 0x40, 0xa5, 0xc9, 0xf6, 0xbf, 0x15, 0xf4, 0xf6, 0xd2, 0xde, 0xe3, 0xaf, 0x10, 0x8e, 0x6c, 0xf9, 0xb3, 0x71,
0xe2, 0xdf, 0xfd, 0x1d, 0x8f, 0xa8, 0x0f, 0xfc, 0xdc, 0xa0, 0x6e, 0xaf, 0xac, 0xe5, 0x7c, 0xe5, 0xbf, 0xc8, 0xff, 0x14, 0x2c, 0x0a, 0x65, 0xba, 0x65, 0xb3, 0xa5, 0x82, 0xc7, 0xdd, 0xb9, 0x1b,
0x2d, 0x24, 0x87, 0x7f, 0xef, 0xa0, 0xb7, 0xd7, 0xf6, 0x1e, 0x7f, 0x81, 0x70, 0xea, 0xeb, 0x67, 0xd6, 0x02, 0x0a, 0xff, 0xaa, 0xa1, 0x86, 0x9b, 0xdb, 0x80, 0x7b, 0x19, 0xb9, 0xe3, 0xf6, 0x7d,
0x2b, 0xfc, 0xbc, 0x7a, 0x29, 0x58, 0x9a, 0xe8, 0x74, 0xb7, 0xdd, 0x81, 0x09, 0x1e, 0x9f, 0xb5, 0xf3, 0x22, 0xa6, 0x94, 0x74, 0x66, 0x95, 0x4f, 0x43, 0xc1, 0x87, 0xe6, 0xb6, 0x0a, 0xb0, 0x51,
0x6e, 0x78, 0x2b, 0x28, 0xfc, 0xb3, 0x85, 0xfa, 0x61, 0x65, 0x03, 0xe1, 0xe3, 0x34, 0x9c, 0xb7, 0x38, 0xb3, 0x8a, 0x41, 0xe0, 0x0b, 0x84, 0xdd, 0x89, 0x64, 0x72, 0xe2, 0xfb, 0xd1, 0x4f, 0xe0,
0xef, 0xab, 0xff, 0x62, 0x4a, 0xc9, 0xa8, 0xae, 0x7c, 0x92, 0x28, 0x31, 0x75, 0x6f, 0x98, 0x00, 0xca, 0x07, 0x54, 0x35, 0xdf, 0x51, 0x0a, 0xdb, 0x05, 0xdf, 0xf1, 0x25, 0x6b, 0x01, 0x88, 0x8f,
0xfb, 0x8d, 0x33, 0xaf, 0x19, 0x04, 0x3e, 0x45, 0x38, 0x5c, 0x48, 0xca, 0xfb, 0x9c, 0xa7, 0x3f, 0xd1, 0xa6, 0x93, 0x72, 0x0e, 0xa1, 0xf8, 0x12, 0xa8, 0x2f, 0x7a, 0xc3, 0x66, 0x45, 0x4a, 0xbd,
0x40, 0xa8, 0x7f, 0xa0, 0xae, 0xfb, 0x8e, 0x51, 0xb8, 0xd1, 0xf0, 0x9d, 0x5f, 0xf2, 0x56, 0x80, 0xa9, 0xa4, 0x36, 0x3f, 0x2f, 0x9c, 0x5a, 0x8f, 0x6e, 0x67, 0xbc, 0x0b, 0x09, 0xe3, 0xe0, 0x8e,
0xf8, 0x1e, 0xda, 0x0f, 0x72, 0x21, 0x20, 0x51, 0x0f, 0x80, 0x72, 0x35, 0x9e, 0x1e, 0xec, 0x68, 0xf9, 0x6a, 0x91, 0xef, 0x14, 0x4e, 0xad, 0x47, 0xb7, 0xf1, 0x11, 0xaa, 0xc3, 0x4d, 0x0c, 0xce,
0xa9, 0x37, 0x8d, 0xd4, 0xfe, 0x67, 0x8d, 0x53, 0xef, 0xb9, 0xdb, 0x25, 0x1f, 0x82, 0x64, 0x02, 0xb8, 0xc6, 0xeb, 0x92, 0x9e, 0x0c, 0xda, 0xe9, 0xcc, 0x99, 0x55, 0xb8, 0xd9, 0xf2, 0x11, 0x9e,
0xc2, 0x39, 0xdf, 0x6d, 0xf2, 0xa3, 0xc6, 0xa9, 0xf7, 0xdc, 0x6d, 0x7c, 0x8c, 0x7a, 0xf0, 0x34, 0x2f, 0x22, 0xde, 0x42, 0xe5, 0x3e, 0x0c, 0x65, 0xcb, 0x5f, 0xb5, 0xb2, 0x4f, 0xfc, 0x19, 0xaa,
0x83, 0x60, 0x5e, 0xe3, 0x5d, 0x4d, 0x2f, 0x06, 0xed, 0xa4, 0x76, 0xe6, 0x35, 0x6e, 0x0e, 0x38, 0x0e, 0xa8, 0x9f, 0x82, 0x9a, 0xc6, 0xf7, 0x56, 0x9b, 0xc6, 0xaf, 0x59, 0x00, 0x56, 0x0e, 0x7e,
0xc2, 0xed, 0x22, 0xe2, 0xeb, 0x68, 0x7b, 0x02, 0x53, 0xdd, 0xf2, 0x57, 0xbd, 0xf2, 0x13, 0x7f, 0xba, 0x76, 0xa4, 0x99, 0x7b, 0xb7, 0x0f, 0x7a, 0xe9, 0xee, 0x41, 0x2f, 0xfd, 0xfe, 0xa0, 0x97,
0x8a, 0xba, 0x05, 0xe5, 0x39, 0x98, 0x69, 0x7c, 0x6f, 0xb3, 0x69, 0xfc, 0x92, 0xc5, 0xe0, 0x55, 0x7e, 0x1e, 0xe9, 0xda, 0xed, 0x48, 0xd7, 0xee, 0x46, 0xba, 0xf6, 0xd7, 0x48, 0xd7, 0x7e, 0xf9,
0xe0, 0x27, 0x5b, 0xc7, 0x96, 0x7b, 0xeb, 0xe2, 0xca, 0xee, 0x3c, 0xbb, 0xb2, 0x3b, 0xbf, 0x5e, 0x5b, 0x2f, 0x7d, 0xfb, 0x8a, 0x6a, 0xfa, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x1b, 0xe9, 0x2f,
0xd9, 0x9d, 0x1f, 0x67, 0xb6, 0x75, 0x31, 0xb3, 0xad, 0x67, 0x33, 0xdb, 0xfa, 0x63, 0x66, 0x5b, 0xf1, 0x61, 0x08, 0x00, 0x00,
0x3f, 0xfd, 0x69, 0x77, 0xbe, 0x7e, 0xc5, 0x34, 0xfd, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x56,
0x2d, 0x62, 0x87, 0xab, 0x08, 0x00, 0x00,
} }

View File

@ -26,7 +26,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
import "k8s.io/kubernetes/pkg/api/v1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".

View File

@ -2766,60 +2766,58 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 867 bytes of a gzipped FileDescriptorProto // 847 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x54, 0xbf, 0x6f, 0x23, 0x45, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x54, 0xcf, 0x6f, 0xe3, 0x44,
0x14, 0xf6, 0x24, 0x36, 0xb1, 0x5f, 0x88, 0x42, 0x16, 0x09, 0x2d, 0x29, 0xec, 0xc8, 0x55, 0x04, 0x14, 0xce, 0xb4, 0x09, 0x4d, 0x5e, 0xa9, 0x4a, 0x07, 0x09, 0x99, 0x1e, 0x9c, 0xca, 0xa7, 0x0a,
0xdc, 0x2e, 0x09, 0x07, 0x5c, 0x01, 0xc5, 0x99, 0x02, 0x22, 0x8e, 0x10, 0xcd, 0x89, 0x93, 0x38, 0x16, 0x9b, 0x96, 0x05, 0xf6, 0x00, 0x87, 0x35, 0x07, 0x54, 0xb1, 0x94, 0x6a, 0x56, 0xac, 0xc4,
0x9d, 0x04, 0xe3, 0xf5, 0xbb, 0xf5, 0xe0, 0xfd, 0xa5, 0x99, 0x59, 0x8b, 0x13, 0x42, 0xa2, 0xa4, 0x6a, 0x25, 0x98, 0x38, 0xb3, 0xc9, 0x10, 0xff, 0xd2, 0x8c, 0x1d, 0xb1, 0x42, 0x48, 0x1c, 0x39,
0xe4, 0xaf, 0xa0, 0xa4, 0x40, 0xa2, 0xa4, 0xa2, 0x89, 0xa0, 0xb9, 0x12, 0x1a, 0x8b, 0x98, 0x3f, 0xf2, 0x57, 0x70, 0xe4, 0x80, 0xc4, 0x91, 0x13, 0x97, 0x0a, 0x2e, 0x3d, 0xc2, 0x25, 0xa2, 0xe6,
0x04, 0xb4, 0xe3, 0xd9, 0x1f, 0x61, 0x1d, 0xe5, 0x07, 0x92, 0x25, 0xa4, 0xab, 0xec, 0x7d, 0xef, 0x0f, 0x01, 0x79, 0x3c, 0xfe, 0x51, 0x9c, 0xaa, 0x3f, 0x90, 0x22, 0x21, 0x71, 0x4a, 0xfc, 0xde,
0xfb, 0xbe, 0x79, 0xdf, 0xbc, 0xdd, 0x0f, 0xee, 0x4c, 0xee, 0x48, 0x87, 0xc7, 0xee, 0x24, 0x1d, 0xf7, 0x7d, 0xf3, 0xbe, 0x79, 0xf6, 0x07, 0xf7, 0x66, 0xf7, 0xa4, 0xcd, 0x23, 0x67, 0x96, 0x8e,
0xa2, 0x88, 0x50, 0xa1, 0x74, 0x93, 0x89, 0xef, 0xb2, 0x84, 0x4b, 0x57, 0x0c, 0x99, 0xe7, 0x4e, 0x98, 0x08, 0x59, 0xc2, 0xa4, 0x13, 0xcf, 0x26, 0x0e, 0x8d, 0xb9, 0x74, 0xc4, 0x88, 0x7a, 0xce,
0x0f, 0x58, 0x90, 0x8c, 0xd9, 0x81, 0xeb, 0x63, 0x84, 0x82, 0x29, 0x1c, 0x39, 0x89, 0x88, 0x55, 0xfc, 0x80, 0xfa, 0xf1, 0x94, 0x1e, 0x38, 0x13, 0x16, 0x32, 0x41, 0x13, 0x36, 0xb6, 0x63, 0x11,
0x6c, 0xed, 0x2f, 0x98, 0x4e, 0xc9, 0x74, 0x92, 0x89, 0xef, 0x64, 0x4c, 0x27, 0x63, 0x3a, 0x39, 0x25, 0x11, 0xde, 0x2f, 0x98, 0x76, 0xcd, 0xb4, 0xe3, 0xd9, 0xc4, 0xce, 0x99, 0x76, 0xce, 0xb4,
0x73, 0xf7, 0x96, 0xcf, 0xd5, 0x38, 0x1d, 0x3a, 0x5e, 0x1c, 0xba, 0x7e, 0xec, 0xc7, 0xae, 0x16, 0x4b, 0xe6, 0xee, 0x6b, 0x13, 0x9e, 0x4c, 0xd3, 0x91, 0xed, 0x45, 0x81, 0x33, 0x89, 0x26, 0x91,
0x18, 0xa6, 0x8f, 0xf5, 0x93, 0x7e, 0xd0, 0xff, 0x16, 0xc2, 0xbb, 0xb7, 0xcd, 0x48, 0x2c, 0xe1, 0xa3, 0x04, 0x46, 0xe9, 0x53, 0xf5, 0xa4, 0x1e, 0xd4, 0xbf, 0x42, 0x78, 0xf7, 0xae, 0x1e, 0x89,
0x21, 0xf3, 0xc6, 0x3c, 0x42, 0xf1, 0xa4, 0x1c, 0x2a, 0x44, 0xc5, 0xdc, 0x69, 0x6d, 0x9c, 0x5d, 0xc6, 0x3c, 0xa0, 0xde, 0x94, 0x87, 0x4c, 0x3c, 0xab, 0x87, 0x0a, 0x58, 0x42, 0x9d, 0x79, 0x6b,
0xf7, 0x22, 0x96, 0x48, 0x23, 0xc5, 0x43, 0xac, 0x11, 0xde, 0xba, 0x8c, 0x20, 0xbd, 0x31, 0x86, 0x9c, 0x5d, 0xe7, 0x32, 0x96, 0x48, 0xc3, 0x84, 0x07, 0xac, 0x45, 0x78, 0xeb, 0x2a, 0x82, 0xf4,
0xac, 0xc6, 0x7b, 0xe3, 0x22, 0x5e, 0xaa, 0x78, 0xe0, 0xf2, 0x48, 0x49, 0x25, 0x6a, 0xa4, 0x8a, 0xa6, 0x2c, 0xa0, 0x2d, 0xde, 0x1b, 0x97, 0xf1, 0xd2, 0x84, 0xfb, 0x0e, 0x0f, 0x13, 0x99, 0x88,
0x27, 0x89, 0x62, 0x8a, 0xa2, 0x34, 0x84, 0x5f, 0xb2, 0x30, 0x09, 0x70, 0x99, 0xa7, 0x0f, 0x2a, 0x16, 0xa9, 0xe1, 0x49, 0x32, 0x31, 0x67, 0xa2, 0x36, 0xc4, 0xbe, 0xa0, 0x41, 0xec, 0xb3, 0x65,
0xcb, 0xb9, 0xc5, 0x7c, 0x5f, 0xa0, 0xcf, 0x54, 0x5c, 0xe1, 0xb2, 0x84, 0x0b, 0xf4, 0xb9, 0x54, 0x9e, 0xee, 0x5c, 0xba, 0x9c, 0x25, 0x68, 0xeb, 0x17, 0x04, 0x9b, 0xef, 0xf9, 0xa9, 0x4c, 0x98,
0x82, 0x29, 0x1e, 0x47, 0x17, 0x2e, 0xab, 0xff, 0x2b, 0x81, 0xcd, 0xf7, 0x82, 0x54, 0x2a, 0x14, 0x20, 0x91, 0xcf, 0xf0, 0x67, 0xd0, 0xcf, 0x2f, 0x6b, 0x4c, 0x13, 0x6a, 0xa0, 0x3d, 0xb4, 0xbf,
0x34, 0x0e, 0xd0, 0xfa, 0x1c, 0xda, 0xd9, 0x45, 0x8e, 0x98, 0x62, 0x36, 0xd9, 0x23, 0xfb, 0x9b, 0x79, 0xf8, 0xba, 0xad, 0x77, 0xd6, 0x9c, 0xbd, 0xde, 0x5a, 0x8e, 0xb6, 0xe7, 0x07, 0xf6, 0x47,
0x87, 0xaf, 0x3b, 0x66, 0x9f, 0x55, 0x5f, 0xe5, 0x46, 0x33, 0xb4, 0x33, 0x3d, 0x70, 0x3e, 0x1e, 0xa3, 0xcf, 0x99, 0x97, 0x7c, 0xc8, 0x12, 0xea, 0xe2, 0xd3, 0xc5, 0xb0, 0x93, 0x2d, 0x86, 0x50,
0x7e, 0x81, 0x9e, 0xfa, 0x08, 0x15, 0x1b, 0x58, 0xa7, 0xb3, 0x5e, 0x63, 0x3e, 0xeb, 0x41, 0x59, 0xd7, 0x48, 0xa5, 0x8a, 0x3f, 0x81, 0x9e, 0x48, 0x7d, 0x26, 0x8d, 0xb5, 0xbd, 0xf5, 0xfd, 0xcd,
0xa3, 0x85, 0xaa, 0xf5, 0x29, 0xb4, 0x44, 0x1a, 0xa0, 0xb4, 0xd7, 0xf6, 0xd6, 0xf7, 0x37, 0x0f, 0xc3, 0xbb, 0xf6, 0x75, 0x5f, 0x09, 0xfb, 0x24, 0xf2, 0xb9, 0xf7, 0x8c, 0xa4, 0x3e, 0x73, 0xb7,
0x6f, 0x3b, 0x57, 0x7d, 0x5d, 0x9c, 0x93, 0x38, 0xe0, 0xde, 0x13, 0x9a, 0x06, 0x38, 0xd8, 0x32, 0xf4, 0x11, 0xbd, 0xfc, 0x49, 0x92, 0x42, 0xd1, 0xfa, 0x71, 0x0d, 0x70, 0xc3, 0x8c, 0xcb, 0xc3,
0x47, 0xb4, 0xb2, 0x27, 0x49, 0x17, 0x8a, 0xfd, 0x9f, 0xd6, 0xc0, 0xaa, 0x98, 0x19, 0xf0, 0x68, 0x31, 0x0f, 0x27, 0x2b, 0xf0, 0xf4, 0x29, 0xf4, 0x65, 0xaa, 0x1a, 0xa5, 0xad, 0x83, 0xeb, 0xdb,
0xc4, 0x23, 0x7f, 0x05, 0x9e, 0x3e, 0x83, 0xb6, 0x4c, 0x75, 0x23, 0xb7, 0x75, 0x70, 0x75, 0x5b, 0x7a, 0x58, 0x30, 0xdd, 0x17, 0xf4, 0x11, 0x7d, 0x5d, 0x90, 0xa4, 0x12, 0xc5, 0x4f, 0x60, 0x43,
0xf7, 0x17, 0xcc, 0xc1, 0x0b, 0xe6, 0x88, 0xb6, 0x29, 0x48, 0x5a, 0x88, 0x5a, 0x8f, 0x60, 0x43, 0x44, 0x3e, 0x23, 0xec, 0xa9, 0xb1, 0xae, 0x1c, 0xdc, 0x40, 0x9f, 0x14, 0x44, 0x77, 0x5b, 0xeb,
0xc4, 0x01, 0x52, 0x7c, 0x6c, 0xaf, 0x6b, 0x07, 0xd7, 0xd0, 0xa7, 0x0b, 0xe2, 0x60, 0xdb, 0xe8, 0x6f, 0xe8, 0x02, 0x29, 0x25, 0xad, 0xef, 0x10, 0xbc, 0xdc, 0xbe, 0x37, 0x37, 0xe5, 0xfe, 0x98,
0x6f, 0x98, 0x02, 0xcd, 0x25, 0xfb, 0xdf, 0x13, 0x78, 0xb9, 0x7e, 0x6f, 0x83, 0x94, 0x07, 0x23, 0x09, 0xfc, 0x0d, 0x02, 0xec, 0xb5, 0xba, 0xfa, 0x26, 0xdf, 0xb9, 0xfe, 0x1c, 0x4b, 0x4e, 0xd8,
0x14, 0xd6, 0xb7, 0x04, 0x2c, 0xaf, 0xd6, 0x35, 0x37, 0xf9, 0xce, 0xd5, 0xe7, 0x58, 0x72, 0xc2, 0xd5, 0x23, 0x2d, 0xd9, 0x1a, 0x59, 0x72, 0xa6, 0xf5, 0x3b, 0x82, 0x97, 0xda, 0xd0, 0x07, 0x5c,
0xae, 0x19, 0x69, 0xc9, 0xd6, 0xe8, 0x92, 0x33, 0xfb, 0x7f, 0x10, 0x78, 0xa9, 0x0e, 0xbd, 0xc7, 0x26, 0xf8, 0x49, 0x6b, 0xc9, 0xf6, 0xf5, 0x96, 0x9c, 0xb3, 0xd5, 0x8a, 0xab, 0xfb, 0x2f, 0x2b,
0xa5, 0xb2, 0x1e, 0xd5, 0x96, 0xec, 0x5c, 0x6d, 0xc9, 0x19, 0x5b, 0xaf, 0xb8, 0xb8, 0xff, 0xbc, 0x8d, 0x05, 0x53, 0xe8, 0xf1, 0x84, 0x05, 0xe5, 0x76, 0xff, 0x9d, 0xeb, 0xea, 0xe5, 0x3d, 0xca,
0x52, 0x59, 0x30, 0x83, 0x16, 0x57, 0x18, 0xe6, 0xdb, 0xfd, 0x6f, 0xae, 0x8b, 0x97, 0xf7, 0x28, 0x25, 0x49, 0xa1, 0x6c, 0xfd, 0x8a, 0x60, 0xbb, 0x01, 0x5e, 0x81, 0xa9, 0xc7, 0x17, 0x4d, 0xbd,
0x93, 0xa4, 0x0b, 0xe5, 0xfe, 0x6f, 0x04, 0xb6, 0x2b, 0xe0, 0x15, 0x98, 0x7a, 0x78, 0xde, 0xd4, 0x79, 0x3b, 0x53, 0xcb, 0xdd, 0xfc, 0x85, 0x00, 0xea, 0xef, 0x15, 0x0f, 0xa1, 0x37, 0x67, 0x62,
0x9b, 0x37, 0x33, 0xb5, 0xdc, 0xcd, 0xdf, 0x04, 0xa0, 0xfc, 0x5e, 0xad, 0x1e, 0xb4, 0xa6, 0x28, 0x24, 0x0d, 0xb4, 0xb7, 0xbe, 0x3f, 0x70, 0x07, 0x39, 0xfe, 0x51, 0x5e, 0x20, 0x45, 0x1d, 0xbf,
0x86, 0xd2, 0x26, 0x7b, 0xeb, 0xfb, 0x9d, 0x41, 0x27, 0xc3, 0x3f, 0xc8, 0x0a, 0x74, 0x51, 0xb7, 0x0a, 0x03, 0x1a, 0xf3, 0xf7, 0x45, 0x94, 0xc6, 0xd2, 0x58, 0x57, 0xa0, 0xad, 0x6c, 0x31, 0x1c,
0x5e, 0x85, 0x0e, 0x4b, 0xf8, 0xfb, 0x22, 0x4e, 0x13, 0x69, 0xaf, 0x6b, 0xd0, 0xd6, 0x7c, 0xd6, 0xdc, 0x3f, 0x39, 0x2a, 0x8a, 0xa4, 0xee, 0xe7, 0x60, 0xc1, 0x64, 0x94, 0x0a, 0x8f, 0x49, 0xa3,
0xeb, 0xdc, 0x3d, 0x39, 0x5a, 0x14, 0x69, 0xd9, 0xcf, 0xc0, 0x02, 0x65, 0x9c, 0x0a, 0x0f, 0xa5, 0x5b, 0x83, 0x49, 0x59, 0x24, 0x75, 0x1f, 0xbf, 0x0d, 0x5b, 0xe5, 0xc3, 0x31, 0x0d, 0x98, 0x34,
0xdd, 0x2c, 0xc1, 0x34, 0x2f, 0xd2, 0xb2, 0x6f, 0xbd, 0x0d, 0x5b, 0xf9, 0xc3, 0x31, 0x0b, 0x51, 0x7a, 0x8a, 0xb0, 0x93, 0x2d, 0x86, 0x5b, 0xa4, 0xd9, 0x20, 0x17, 0x71, 0xf8, 0x5d, 0xd8, 0x0e,
0xda, 0x2d, 0x4d, 0xd8, 0x99, 0xcf, 0x7a, 0x5b, 0xb4, 0xda, 0xa0, 0xe7, 0x71, 0xd6, 0xbb, 0xb0, 0xa3, 0xb0, 0x84, 0x7c, 0x4c, 0x1e, 0x48, 0xe3, 0x39, 0x45, 0x7d, 0x31, 0x5b, 0x0c, 0xb7, 0x8f,
0x1d, 0xc5, 0x51, 0x0e, 0xf9, 0x84, 0xde, 0x93, 0xf6, 0x73, 0x9a, 0xfa, 0xe2, 0x7c, 0xd6, 0xdb, 0x2f, 0xb6, 0xc8, 0x3f, 0xb1, 0xd6, 0x57, 0xb0, 0xd3, 0x08, 0x2c, 0xfd, 0x2d, 0x4d, 0x01, 0xe2,
0x3e, 0x3e, 0xdf, 0xa2, 0xff, 0xc6, 0xf6, 0xbf, 0x86, 0x9d, 0x4a, 0x60, 0x99, 0x6f, 0x69, 0x0c, 0xaa, 0xa8, 0x57, 0x7a, 0xbb, 0x04, 0xac, 0x02, 0xa9, 0xae, 0x91, 0x86, 0xb6, 0xf5, 0x33, 0x82,
0x90, 0x14, 0x45, 0xb3, 0xd2, 0x9b, 0x25, 0x60, 0x11, 0x48, 0x65, 0x8d, 0x56, 0xb4, 0xfb, 0xbf, 0xee, 0x7f, 0x3f, 0xd1, 0xbf, 0x5f, 0x83, 0xcd, 0xff, 0xa3, 0xfc, 0x06, 0x51, 0x9e, 0xa7, 0xc8,
0x10, 0x68, 0xfe, 0xff, 0x13, 0xfd, 0x87, 0x35, 0xd8, 0x7c, 0x16, 0xe5, 0xd7, 0x88, 0xf2, 0x2c, 0x6a, 0xa3, 0xf1, 0xf6, 0x29, 0x72, 0x75, 0x26, 0xfe, 0x84, 0xa0, 0xbf, 0xa2, 0x30, 0x7c, 0x78,
0x45, 0x56, 0x1b, 0x8d, 0x37, 0x4f, 0x91, 0xcb, 0x33, 0xf1, 0x67, 0x02, 0xed, 0x15, 0x85, 0xe1, 0xd1, 0x86, 0x7d, 0x43, 0x1b, 0xcb, 0xe7, 0xff, 0x12, 0xca, 0x0d, 0xe1, 0x3b, 0xd0, 0x2f, 0x03,
0xfd, 0xf3, 0x36, 0x9c, 0x6b, 0xda, 0x58, 0x3e, 0xff, 0x57, 0x90, 0x6f, 0xc8, 0x7a, 0x0d, 0xda, 0x4c, 0x4d, 0x3f, 0xa8, 0xa7, 0x29, 0x33, 0x8e, 0x54, 0x08, 0xbc, 0x07, 0xdd, 0x19, 0x0f, 0xc7,
0x79, 0x80, 0xe9, 0xe9, 0x3b, 0xe5, 0x34, 0x79, 0xc6, 0xd1, 0x02, 0x61, 0xed, 0x41, 0x73, 0xc2, 0xc6, 0x9a, 0x42, 0x3e, 0xaf, 0x91, 0xdd, 0x0f, 0x78, 0x38, 0x26, 0xaa, 0x93, 0x23, 0x42, 0x1a,
0xa3, 0x91, 0xbd, 0xa6, 0x91, 0xcf, 0x1b, 0x64, 0xf3, 0x43, 0x1e, 0x8d, 0xa8, 0xee, 0x64, 0x88, 0x30, 0xf5, 0x0e, 0x35, 0x10, 0x79, 0x74, 0x11, 0xd5, 0xb1, 0x7e, 0x40, 0xb0, 0xa1, 0xdf, 0xbf,
0x88, 0x85, 0xa8, 0xdf, 0xa1, 0x0a, 0x22, 0x8b, 0x2e, 0xaa, 0x3b, 0xfd, 0x1f, 0x09, 0x6c, 0x98, 0x4a, 0x0f, 0x5d, 0xaa, 0x77, 0x08, 0x40, 0x63, 0xfe, 0x88, 0x09, 0xc9, 0xa3, 0x50, 0x9f, 0x5b,
0xf7, 0xaf, 0xd0, 0x23, 0x17, 0xea, 0x1d, 0x02, 0xb0, 0x84, 0x3f, 0x40, 0x21, 0x79, 0x1c, 0x99, 0x7d, 0x29, 0xf7, 0x4f, 0x8e, 0x74, 0x87, 0x34, 0x50, 0x57, 0xcf, 0x80, 0x1d, 0x18, 0xe4, 0xbf,
0x73, 0x8b, 0x2f, 0xe5, 0xee, 0xc9, 0x91, 0xe9, 0xd0, 0x0a, 0xea, 0xf2, 0x19, 0x2c, 0x17, 0x3a, 0x32, 0xa6, 0x1e, 0x33, 0xba, 0x0a, 0xb6, 0xa3, 0x61, 0x83, 0xe3, 0xb2, 0x41, 0x6a, 0x8c, 0xfb,
0xd9, 0xaf, 0x4c, 0x98, 0x87, 0x76, 0x53, 0xc3, 0x76, 0x0c, 0xac, 0x73, 0x9c, 0x37, 0x68, 0x89, 0xca, 0xe9, 0xb9, 0xd9, 0x39, 0x3b, 0x37, 0x3b, 0xbf, 0x9d, 0x9b, 0x9d, 0xaf, 0x33, 0x13, 0x9d,
0x19, 0xbc, 0x72, 0x7a, 0xd6, 0x6d, 0x3c, 0x3d, 0xeb, 0x36, 0x7e, 0x3f, 0xeb, 0x36, 0xbe, 0x99, 0x66, 0x26, 0x3a, 0xcb, 0x4c, 0xf4, 0x47, 0x66, 0xa2, 0x6f, 0xff, 0x34, 0x3b, 0x8f, 0xfb, 0xe5,
0x77, 0xc9, 0xe9, 0xbc, 0x4b, 0x9e, 0xce, 0xbb, 0xe4, 0xcf, 0x79, 0x97, 0x7c, 0xf7, 0x57, 0xb7, 0xc5, 0xff, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x53, 0x64, 0x1d, 0x0e, 0x87, 0x0c, 0x00, 0x00,
0xf1, 0xb0, 0x9d, 0x5f, 0xfc, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x61, 0xf1, 0x94, 0x9a, 0xa3,
0x0c, 0x00, 0x00,
} }

View File

@ -26,7 +26,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1alpha1"; option go_package = "v1alpha1";

View File

@ -2766,59 +2766,57 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 854 bytes of a gzipped FileDescriptorProto // 830 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x54, 0xbf, 0x6f, 0x23, 0x45, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x54, 0xbf, 0x8f, 0xe3, 0x44,
0x14, 0xf6, 0x38, 0xb6, 0x62, 0x4f, 0x88, 0x42, 0x06, 0x09, 0x2d, 0x29, 0xec, 0x68, 0x1b, 0x82, 0x14, 0xce, 0x64, 0x13, 0x6d, 0x3c, 0xcb, 0x2a, 0xec, 0x20, 0x21, 0x93, 0xc2, 0x89, 0xdc, 0xb0,
0x20, 0xbb, 0x97, 0xbb, 0x13, 0x87, 0x84, 0x28, 0x58, 0x0a, 0x38, 0x71, 0x84, 0xd3, 0x20, 0x10, 0x88, 0x3b, 0xfb, 0xf6, 0xee, 0xc4, 0x21, 0x21, 0x0a, 0x4c, 0x81, 0x4e, 0x1c, 0xcb, 0x69, 0x10,
0xbf, 0x84, 0x6e, 0xbc, 0x7e, 0xb7, 0x19, 0xbc, 0xbf, 0x34, 0x33, 0x6b, 0x71, 0x82, 0x82, 0x8e, 0x88, 0x5f, 0x42, 0x37, 0x71, 0xe6, 0xbc, 0x43, 0xfc, 0x4b, 0x33, 0xe3, 0x88, 0x13, 0x14, 0x74,
0x96, 0x7f, 0x82, 0xee, 0x3a, 0x5a, 0x2a, 0xaa, 0x40, 0x75, 0xe5, 0x55, 0x16, 0x59, 0xfe, 0x10, 0xb4, 0xfc, 0x13, 0x74, 0xd7, 0xd1, 0x52, 0x51, 0x2d, 0x54, 0x57, 0x6e, 0x15, 0xb1, 0xe6, 0x0f,
0xd0, 0xee, 0xce, 0xfe, 0x30, 0xeb, 0x10, 0x13, 0x24, 0x4b, 0x48, 0x54, 0xf6, 0xbc, 0xf7, 0x7d, 0x01, 0xd9, 0x1e, 0xff, 0x08, 0x4e, 0xd8, 0xb0, 0x48, 0x91, 0x90, 0xa8, 0x92, 0x79, 0xef, 0xfb,
0x6f, 0xde, 0xf7, 0xde, 0xec, 0x87, 0xef, 0xcc, 0x5e, 0x93, 0x16, 0x8f, 0xec, 0x59, 0x32, 0x01, 0xde, 0xbc, 0xef, 0xbd, 0xf1, 0x07, 0xef, 0xcd, 0x5f, 0x17, 0x16, 0x8b, 0xec, 0x79, 0x32, 0xa5,
0x11, 0x82, 0x02, 0x69, 0xc7, 0x33, 0xcf, 0x66, 0x31, 0x97, 0xb6, 0x98, 0x30, 0xd7, 0x9e, 0x9f, 0x3c, 0xa4, 0x92, 0x0a, 0x3b, 0x9e, 0x7b, 0x36, 0x89, 0x99, 0xb0, 0xf9, 0x94, 0xb8, 0xf6, 0xe2,
0x4c, 0x40, 0xb1, 0x13, 0xdb, 0x83, 0x10, 0x04, 0x53, 0x30, 0xb5, 0x62, 0x11, 0xa9, 0x88, 0xbc, 0x64, 0x4a, 0x25, 0x39, 0xb1, 0x3d, 0x1a, 0x52, 0x4e, 0x24, 0x9d, 0x59, 0x31, 0x8f, 0x64, 0x84,
0x58, 0x10, 0xad, 0x9a, 0x68, 0xc5, 0x33, 0xcf, 0xca, 0x88, 0x56, 0x46, 0xb4, 0x34, 0xf1, 0xe0, 0x5e, 0x2e, 0x88, 0x56, 0x4d, 0xb4, 0xe2, 0xb9, 0x67, 0x65, 0x44, 0x2b, 0x23, 0x5a, 0x8a, 0x38,
0xd8, 0xe3, 0xea, 0x2c, 0x99, 0x58, 0x6e, 0x14, 0xd8, 0x5e, 0xe4, 0x45, 0x76, 0xce, 0x9f, 0x24, 0xba, 0xe9, 0x31, 0x79, 0x96, 0x4c, 0x2d, 0x37, 0x0a, 0x6c, 0x2f, 0xf2, 0x22, 0x3b, 0xe7, 0x4f,
0x0f, 0xf3, 0x53, 0x7e, 0xc8, 0xff, 0x15, 0x75, 0x0f, 0x6e, 0xeb, 0x86, 0x58, 0xcc, 0x03, 0xe6, 0x93, 0xc7, 0xf9, 0x29, 0x3f, 0xe4, 0xff, 0x8a, 0xba, 0xa3, 0xbb, 0xaa, 0x21, 0x12, 0xb3, 0x80,
0x9e, 0xf1, 0x10, 0xc4, 0xa3, 0xba, 0xa5, 0x00, 0x14, 0xb3, 0xe7, 0xad, 0x6e, 0x0e, 0xec, 0xcb, 0xb8, 0x67, 0x2c, 0xa4, 0xfc, 0x49, 0xdd, 0x52, 0x40, 0x25, 0xb1, 0x17, 0xad, 0x6e, 0x46, 0xf6,
0x58, 0x22, 0x09, 0x15, 0x0f, 0xa0, 0x45, 0x78, 0xf5, 0x2a, 0x82, 0x74, 0xcf, 0x20, 0x60, 0x2d, 0x26, 0x16, 0x4f, 0x42, 0xc9, 0x02, 0xda, 0x22, 0xbc, 0x76, 0x15, 0x41, 0xb8, 0x67, 0x34, 0x20,
0xde, 0xad, 0xcb, 0x78, 0x89, 0xe2, 0xbe, 0xcd, 0x43, 0x25, 0x95, 0x68, 0x91, 0x1a, 0x9a, 0x24, 0x2d, 0xde, 0x9d, 0x4d, 0xbc, 0x44, 0x32, 0xdf, 0x66, 0xa1, 0x14, 0x92, 0xb7, 0x48, 0x0d, 0x4d,
0x88, 0x39, 0x88, 0x5a, 0x10, 0x7c, 0xc5, 0x82, 0xd8, 0x87, 0x55, 0x9a, 0xde, 0x69, 0xac, 0xe6, 0x82, 0xf2, 0x05, 0xe5, 0xb5, 0x20, 0xfa, 0x15, 0x09, 0x62, 0x9f, 0xae, 0xd3, 0x74, 0x63, 0xe3,
0x98, 0x79, 0x9e, 0x00, 0x8f, 0xa9, 0xa8, 0xc1, 0x65, 0x31, 0x17, 0xe0, 0x71, 0xa9, 0x04, 0x53, 0x6a, 0xd6, 0xa0, 0xcd, 0x5f, 0x00, 0x3c, 0x78, 0xdb, 0x4f, 0x84, 0xa4, 0x1c, 0x47, 0x3e, 0x45,
0x3c, 0x0a, 0xed, 0xf9, 0x09, 0xf3, 0xe3, 0xb3, 0xf6, 0xae, 0xcc, 0x5f, 0x10, 0xde, 0x79, 0xcb, 0x8f, 0xe0, 0x20, 0x1b, 0xd6, 0x8c, 0x48, 0xa2, 0x83, 0x09, 0x38, 0x3e, 0xb8, 0x7d, 0xcb, 0x52,
0x4f, 0xa4, 0x02, 0x41, 0x23, 0x1f, 0xc8, 0x03, 0x3c, 0xc8, 0x06, 0x39, 0x65, 0x8a, 0x19, 0xe8, 0x2b, 0x6b, 0xf6, 0x5e, 0x2f, 0x2d, 0x43, 0x5b, 0x8b, 0x13, 0xeb, 0xfd, 0xe9, 0x97, 0xd4, 0x95,
0x10, 0x1d, 0xed, 0xdc, 0xbc, 0x61, 0xe9, 0x75, 0x36, 0x75, 0xd5, 0x0b, 0xcd, 0xd0, 0xd6, 0xfc, 0xef, 0x51, 0x49, 0x1c, 0x74, 0xbe, 0x1c, 0x77, 0xd2, 0xe5, 0x18, 0xd6, 0x31, 0x5c, 0x55, 0x45,
0xc4, 0x7a, 0x7f, 0xf2, 0x25, 0xb8, 0xea, 0x3d, 0x50, 0xcc, 0x21, 0xe7, 0x8b, 0x71, 0x27, 0x5d, 0x1f, 0xc3, 0x3e, 0x4f, 0x7c, 0x2a, 0xf4, 0xee, 0x64, 0xef, 0xf8, 0xe0, 0xf6, 0x1d, 0x6b, 0xcb,
0x8c, 0x71, 0x1d, 0xa3, 0x55, 0x55, 0xf2, 0x31, 0xee, 0x8b, 0xc4, 0x07, 0x69, 0x74, 0x0f, 0xb7, 0x17, 0x61, 0x3d, 0x8c, 0x7c, 0xe6, 0x3e, 0xc1, 0x89, 0x4f, 0x9d, 0x43, 0x75, 0x43, 0x3f, 0x3b,
0x8e, 0x76, 0x6e, 0xde, 0xb2, 0xd6, 0x7c, 0x2d, 0xd6, 0xfd, 0xc8, 0xe7, 0xee, 0x23, 0x9a, 0xf8, 0x09, 0x5c, 0x14, 0x34, 0x7f, 0xec, 0x42, 0xd4, 0xd0, 0xe2, 0xb0, 0x70, 0xc6, 0x42, 0x6f, 0x07,
0xe0, 0xec, 0xea, 0x1b, 0xfa, 0xd9, 0x49, 0xd2, 0xa2, 0xa0, 0xf9, 0x63, 0x17, 0x93, 0x86, 0x16, 0x92, 0xbe, 0x80, 0x03, 0x91, 0xe4, 0x89, 0x52, 0xd5, 0xad, 0xad, 0x55, 0x7d, 0x50, 0x10, 0x9d,
0x87, 0x87, 0x53, 0x1e, 0x7a, 0x1b, 0x90, 0xf4, 0x05, 0x1e, 0xc8, 0x24, 0x4f, 0x94, 0xaa, 0x6e, 0xe7, 0xd5, 0x0d, 0x03, 0x15, 0x10, 0xb8, 0xaa, 0x89, 0x3e, 0x83, 0xfb, 0x3c, 0xf2, 0x29, 0xa6,
0xac, 0xad, 0xea, 0x83, 0x82, 0xe8, 0x3c, 0xab, 0x6f, 0x18, 0xe8, 0x80, 0xa4, 0x55, 0x4d, 0xf2, 0x8f, 0xf5, 0xbd, 0x55, 0x01, 0x57, 0x96, 0xc7, 0x05, 0xcf, 0x19, 0xaa, 0xf2, 0xfb, 0x2a, 0x80,
0x19, 0xde, 0x16, 0x91, 0x0f, 0x14, 0x1e, 0x1a, 0x5b, 0xcb, 0x02, 0xae, 0x2c, 0x4f, 0x0b, 0x9e, 0xcb, 0x8a, 0xe6, 0x0f, 0x00, 0xbe, 0xd4, 0x9e, 0x9a, 0x93, 0x30, 0x7f, 0x46, 0x39, 0xfa, 0x0e,
0xb3, 0xa7, 0xcb, 0x6f, 0xeb, 0x00, 0x2d, 0x2b, 0x9a, 0x3f, 0x20, 0xfc, 0x42, 0x7b, 0x6a, 0x4e, 0x40, 0xe4, 0xb6, 0xb2, 0x6a, 0x8e, 0x6f, 0x6c, 0xdd, 0xc6, 0x9a, 0x0b, 0x46, 0xaa, 0xa3, 0x35,
0xc2, 0xfd, 0x29, 0x08, 0xf2, 0x1d, 0xc2, 0xc4, 0x6d, 0x65, 0xf5, 0x1c, 0x5f, 0x5f, 0xbb, 0x8d, 0x2b, 0xc3, 0x6b, 0xae, 0x34, 0x2f, 0x00, 0x7c, 0xb1, 0x0d, 0x7d, 0xc0, 0x84, 0x44, 0x9f, 0xb7,
0x15, 0x17, 0x1c, 0xe8, 0x8e, 0x56, 0xac, 0x8c, 0xae, 0xb8, 0xd2, 0x7c, 0x8a, 0xf0, 0xf3, 0x6d, 0x36, 0x6c, 0x6d, 0xb7, 0xe1, 0x8c, 0x9d, 0xef, 0xb7, 0x9a, 0x7e, 0x19, 0x69, 0x6c, 0xf7, 0x11,
0xe8, 0x3d, 0x2e, 0x15, 0xf9, 0xbc, 0xb5, 0x61, 0x6b, 0xbd, 0x0d, 0x67, 0xec, 0x7c, 0xbf, 0xd5, 0xec, 0x33, 0x49, 0x83, 0x72, 0xb5, 0xff, 0x4a, 0x74, 0xf5, 0x70, 0xef, 0x67, 0x15, 0x71, 0x51,
0xf4, 0xcb, 0x48, 0x63, 0xbb, 0x0f, 0x70, 0x9f, 0x2b, 0x08, 0xca, 0xd5, 0xfe, 0x2b, 0xd1, 0xd5, 0xd8, 0xfc, 0x15, 0xc0, 0x61, 0x03, 0xbc, 0x03, 0x4d, 0x9f, 0xac, 0x6a, 0xba, 0x7b, 0x2d, 0x4d,
0xc3, 0xbd, 0x9b, 0x55, 0xa4, 0x45, 0x61, 0xf3, 0x57, 0x84, 0xf7, 0x1a, 0xe0, 0x0d, 0x68, 0xfa, 0xeb, 0xc5, 0xfc, 0x01, 0x20, 0xac, 0x3f, 0x55, 0x34, 0x86, 0xfd, 0x05, 0xe5, 0x53, 0xa1, 0x83,
0x64, 0x59, 0xd3, 0xed, 0x6b, 0x69, 0x5a, 0x2d, 0xe6, 0x0f, 0x84, 0x71, 0xfd, 0xa9, 0x92, 0x31, 0xc9, 0xde, 0xb1, 0xe6, 0x68, 0x19, 0xfe, 0xa3, 0x2c, 0x80, 0x8b, 0x38, 0x7a, 0x15, 0x6a, 0x24,
0xee, 0xcf, 0x41, 0x4c, 0xa4, 0x81, 0x0e, 0xb7, 0x8e, 0x86, 0xce, 0x30, 0xc3, 0x7f, 0x94, 0x05, 0x66, 0xef, 0xf0, 0x28, 0x89, 0x8b, 0x76, 0x34, 0xe7, 0x30, 0x5d, 0x8e, 0xb5, 0xb7, 0x1e, 0xde,
0x68, 0x11, 0x27, 0x2f, 0xe3, 0x21, 0x8b, 0xf9, 0xdb, 0x22, 0x4a, 0xe2, 0xa2, 0x9d, 0xa1, 0xb3, 0x2f, 0x82, 0xb8, 0xce, 0x67, 0x60, 0x4e, 0x45, 0x94, 0x70, 0x97, 0x0a, 0x7d, 0xaf, 0x06, 0xe3,
0x9b, 0x2e, 0xc6, 0xc3, 0x37, 0xef, 0xdf, 0x2d, 0x82, 0xb4, 0xce, 0x67, 0x60, 0x01, 0x32, 0x4a, 0x32, 0x88, 0xeb, 0x3c, 0xba, 0x07, 0x0f, 0xcb, 0xc3, 0x29, 0x09, 0xa8, 0xd0, 0x7b, 0x39, 0xe1,
0x84, 0x0b, 0xd2, 0xd8, 0xaa, 0xc1, 0xb4, 0x0c, 0xd2, 0x3a, 0x4f, 0xee, 0xe0, 0xdd, 0xf2, 0x70, 0x28, 0x5d, 0x8e, 0x0f, 0x71, 0x33, 0x81, 0x57, 0x71, 0xe8, 0x4d, 0x38, 0x0c, 0xa3, 0xb0, 0x84,
0xca, 0x02, 0x90, 0x46, 0x2f, 0x27, 0xec, 0xa7, 0x8b, 0xf1, 0x2e, 0x6d, 0x26, 0xe8, 0x32, 0x8e, 0x7c, 0x88, 0x1f, 0x08, 0xbd, 0x9f, 0x53, 0x5f, 0x48, 0x97, 0xe3, 0xe1, 0xe9, 0x6a, 0x0a, 0xff,
0xbc, 0x81, 0xf7, 0xc2, 0x28, 0x2c, 0x21, 0x1f, 0xd2, 0x7b, 0xd2, 0xe8, 0xe7, 0xd4, 0xe7, 0xd2, 0x15, 0x6b, 0x7e, 0x03, 0x8f, 0x1a, 0x5e, 0xa5, 0x3e, 0x24, 0x0f, 0xc2, 0xb8, 0x0a, 0xaa, 0x8d,
0xc5, 0x78, 0xef, 0x74, 0x39, 0x45, 0xff, 0x8a, 0x35, 0xbf, 0xc1, 0xfb, 0x0d, 0xaf, 0xd2, 0x1f, 0x5e, 0xcb, 0xfb, 0x2a, 0x2b, 0xaa, 0x63, 0xb8, 0x51, 0xda, 0xfc, 0x19, 0xc0, 0xde, 0x7f, 0xde,
0x92, 0x87, 0x71, 0x5c, 0x05, 0xf5, 0x46, 0xaf, 0xe5, 0x7d, 0x95, 0x15, 0xd5, 0x31, 0xda, 0x28, 0xca, 0x9f, 0x76, 0xe1, 0xc1, 0xff, 0x1e, 0xbe, 0xb5, 0x87, 0x67, 0x06, 0xb2, 0x5b, 0x53, 0xbc,
0x6d, 0xfe, 0x8c, 0x70, 0xef, 0x3f, 0x6f, 0xe5, 0x8f, 0xbb, 0x78, 0xe7, 0x7f, 0x0f, 0x5f, 0xdb, 0xb6, 0x81, 0x5c, 0xed, 0x86, 0x3f, 0x01, 0x38, 0xd8, 0x91, 0x0d, 0xe2, 0x55, 0x15, 0x37, 0xff,
0xc3, 0x33, 0x03, 0xd9, 0xac, 0x29, 0x5e, 0xdb, 0x40, 0xae, 0x76, 0xc3, 0x9f, 0x10, 0x1e, 0x6c, 0x99, 0x8a, 0xf5, 0xed, 0x7f, 0x0d, 0xcb, 0xfd, 0xa0, 0x1b, 0x70, 0x50, 0x5a, 0x57, 0xde, 0xbc,
0xc8, 0x06, 0xe9, 0xb2, 0x8a, 0xe3, 0x7f, 0xa6, 0x62, 0x75, 0xfb, 0x5f, 0xe3, 0x72, 0x3f, 0xe4, 0x56, 0x37, 0x53, 0xba, 0x1b, 0xae, 0x10, 0x68, 0x02, 0x7b, 0x73, 0x16, 0xce, 0xf4, 0x6e, 0x8e,
0x15, 0x3c, 0x28, 0xad, 0x2b, 0x6f, 0x7e, 0x58, 0x37, 0x53, 0xba, 0x1b, 0xad, 0x10, 0xe4, 0x10, 0x7c, 0x4e, 0x21, 0x7b, 0xef, 0xb2, 0x70, 0x86, 0xf3, 0x4c, 0x86, 0x08, 0x49, 0x40, 0xf3, 0x07,
0xf7, 0x66, 0x3c, 0x9c, 0x1a, 0xdd, 0x1c, 0xf9, 0x8c, 0x46, 0xf6, 0xde, 0xe5, 0xe1, 0x94, 0xe6, 0xd4, 0x40, 0x64, 0xa6, 0x85, 0xf3, 0x8c, 0xf9, 0x14, 0xc0, 0x7d, 0xf5, 0xf8, 0xaa, 0x7a, 0x60,
0x99, 0x0c, 0x11, 0xb2, 0x00, 0xf2, 0x07, 0xd4, 0x40, 0x64, 0xa6, 0x45, 0xf3, 0x8c, 0xf9, 0x18, 0x63, 0xbd, 0x66, 0x7f, 0xdd, 0x6d, 0xfa, 0xfb, 0xfb, 0xdb, 0x91, 0x0d, 0xb5, 0xec, 0x57, 0xc4,
0xe1, 0x6d, 0xfd, 0xf8, 0xaa, 0x7a, 0xe8, 0xd2, 0x7a, 0xcd, 0xfe, 0xba, 0xeb, 0xf4, 0xf7, 0xf7, 0xc4, 0xa5, 0x7a, 0x2f, 0x87, 0x1d, 0x29, 0x98, 0x76, 0x5a, 0x26, 0x70, 0x8d, 0x71, 0x5e, 0x39,
0xb7, 0x13, 0x1b, 0x0f, 0xb3, 0x5f, 0x19, 0x33, 0x17, 0x8c, 0x5e, 0x0e, 0xdb, 0xd7, 0xb0, 0xe1, 0xbf, 0x34, 0x3a, 0xcf, 0x2e, 0x8d, 0xce, 0xc5, 0xa5, 0xd1, 0xf9, 0x36, 0x35, 0xc0, 0x79, 0x6a,
0x69, 0x99, 0xa0, 0x35, 0xc6, 0x79, 0xe9, 0xfc, 0x62, 0xd4, 0x79, 0x72, 0x31, 0xea, 0x3c, 0xbd, 0x80, 0x67, 0xa9, 0x01, 0x7e, 0x4b, 0x0d, 0xf0, 0xfd, 0xef, 0x46, 0xe7, 0xd3, 0x7d, 0x35, 0xf1,
0x18, 0x75, 0xbe, 0x4d, 0x47, 0xe8, 0x3c, 0x1d, 0xa1, 0x27, 0xe9, 0x08, 0xfd, 0x96, 0x8e, 0xd0, 0x3f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xcc, 0x96, 0xa1, 0xd4, 0x72, 0x0c, 0x00, 0x00,
0xf7, 0xbf, 0x8f, 0x3a, 0x9f, 0x6e, 0xeb, 0x89, 0xff, 0x19, 0x00, 0x00, 0xff, 0xff, 0x08, 0x62,
0x79, 0xcc, 0x8e, 0x0c, 0x00, 0x00,
} }

View File

@ -26,7 +26,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1beta1"; option go_package = "v1beta1";

View File

@ -707,37 +707,36 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 509 bytes of a gzipped FileDescriptorProto // 486 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x92, 0xcf, 0x8a, 0x13, 0x41, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x92, 0xcf, 0x8b, 0xd3, 0x40,
0x10, 0xc6, 0x33, 0x09, 0xc1, 0xdd, 0x8e, 0x62, 0x18, 0x3d, 0x84, 0x1c, 0x66, 0xc3, 0x9e, 0xa2, 0x14, 0xc7, 0x33, 0x5d, 0x8a, 0xbb, 0x53, 0xc5, 0x12, 0x3d, 0x94, 0x1e, 0xb2, 0x65, 0x4f, 0x55,
0xb0, 0xdd, 0x66, 0xfd, 0x43, 0x58, 0xf0, 0x12, 0x11, 0x56, 0x50, 0x5c, 0xc6, 0x9b, 0x28, 0x58, 0x74, 0xc6, 0xae, 0x3f, 0x28, 0x0b, 0x5e, 0x2a, 0x82, 0x82, 0xe2, 0x12, 0x6f, 0xa2, 0xe0, 0xa4,
0xc9, 0x96, 0x9d, 0x36, 0x99, 0xe9, 0xa1, 0xbb, 0x66, 0x30, 0xe0, 0xc1, 0x47, 0xf0, 0xb1, 0x72, 0xfb, 0x4c, 0xc7, 0x34, 0x99, 0x30, 0xf3, 0x12, 0x2c, 0x78, 0xf0, 0x4f, 0xf0, 0xcf, 0xea, 0xcd,
0x73, 0x8f, 0x9e, 0x16, 0x13, 0x7d, 0x10, 0x99, 0x3f, 0xee, 0x0c, 0x8e, 0x8b, 0x8b, 0xb7, 0xa9, 0x3d, 0x7a, 0x5a, 0x6c, 0xf4, 0x0f, 0x91, 0xfc, 0x70, 0x13, 0xcc, 0x16, 0x17, 0x6f, 0x99, 0x99,
0xee, 0xfe, 0x7d, 0x55, 0xdf, 0x57, 0xc3, 0x8e, 0x16, 0x63, 0xcb, 0x95, 0x16, 0x8b, 0x78, 0x8a, 0xf7, 0xf9, 0xbe, 0xef, 0xfb, 0xbe, 0xd0, 0xa3, 0x60, 0x6a, 0x98, 0x54, 0x3c, 0x48, 0x3c, 0xd0,
0x26, 0x44, 0x42, 0x2b, 0xa2, 0x85, 0x14, 0x10, 0x29, 0x2b, 0x2c, 0x69, 0x03, 0x12, 0x45, 0x32, 0x11, 0x20, 0x18, 0x1e, 0x07, 0x3e, 0x17, 0xb1, 0x34, 0xdc, 0xa0, 0xd2, 0xc2, 0x07, 0x9e, 0x4e,
0x9a, 0x22, 0xc1, 0x48, 0x48, 0x0c, 0xd1, 0x00, 0xe1, 0x29, 0x8f, 0x8c, 0x26, 0xed, 0xde, 0xcd, 0x3c, 0x40, 0x31, 0xe1, 0x3e, 0x44, 0xa0, 0x05, 0xc2, 0x09, 0x8b, 0xb5, 0x42, 0x65, 0xdf, 0x2e,
0x59, 0x5e, 0xb2, 0x3c, 0x5a, 0x48, 0x9e, 0xb2, 0xbc, 0x60, 0x79, 0xc1, 0xf6, 0x0f, 0xa4, 0xa2, 0x59, 0x56, 0xb3, 0x2c, 0x0e, 0x7c, 0x96, 0xb3, 0xac, 0x62, 0x59, 0xc5, 0x0e, 0xef, 0xfa, 0x12,
0x79, 0x3c, 0xe5, 0x33, 0x1d, 0x08, 0xa9, 0xa5, 0x16, 0x99, 0xc4, 0x34, 0x7e, 0x9f, 0x55, 0x59, 0x17, 0x89, 0xc7, 0xe6, 0x2a, 0xe4, 0xbe, 0xf2, 0x15, 0x2f, 0x24, 0xbc, 0xe4, 0x43, 0x71, 0x2a,
0x91, 0x7d, 0xe5, 0xd2, 0xfd, 0x07, 0xc5, 0x58, 0x10, 0xa9, 0x00, 0x66, 0x73, 0x15, 0xa2, 0x59, 0x0e, 0xc5, 0x57, 0x29, 0x3d, 0x7c, 0x50, 0xd9, 0x12, 0xb1, 0x0c, 0xc5, 0x7c, 0x21, 0x23, 0xd0,
0x95, 0x83, 0x05, 0x48, 0x20, 0x92, 0xda, 0x40, 0x7d, 0x71, 0x19, 0x65, 0xe2, 0x90, 0x54, 0x80, 0xab, 0xda, 0x58, 0x08, 0x28, 0x78, 0xda, 0x32, 0x34, 0xe4, 0xdb, 0x28, 0x9d, 0x44, 0x28, 0x43,
0x35, 0xe0, 0xd1, 0xbf, 0x00, 0x3b, 0x9b, 0x63, 0x00, 0x35, 0xee, 0xfe, 0x65, 0x5c, 0x4c, 0x6a, 0x68, 0x01, 0x8f, 0xfe, 0x05, 0x98, 0xf9, 0x02, 0x42, 0xd1, 0xe2, 0xee, 0x6f, 0xe3, 0x12, 0x94,
0x29, 0x54, 0x48, 0x96, 0x4c, 0x0d, 0xaa, 0x78, 0xb2, 0x68, 0x12, 0x34, 0xa5, 0x21, 0xfc, 0x08, 0x4b, 0x2e, 0x23, 0x34, 0xa8, 0x5b, 0x50, 0x63, 0x26, 0x03, 0x3a, 0x05, 0x5d, 0x0f, 0x04, 0x9f,
0x41, 0xb4, 0xc4, 0xbf, 0x79, 0x3a, 0xae, 0x2c, 0xe8, 0x00, 0xa4, 0x34, 0x28, 0x81, 0x74, 0x85, 0x44, 0x18, 0x2f, 0xe1, 0xa2, 0x99, 0xee, 0x6c, 0x5d, 0xd0, 0x05, 0xd5, 0x07, 0xbf, 0x3a, 0xf4,
0x85, 0x48, 0x19, 0x94, 0xca, 0x92, 0x01, 0x52, 0x3a, 0x14, 0xc9, 0x08, 0x96, 0xd1, 0xbc, 0xbe, 0xea, 0xeb, 0x32, 0xfa, 0x27, 0x4b, 0x61, 0x8c, 0xfd, 0x9e, 0xee, 0xe6, 0x69, 0x9d, 0x08, 0x14,
0xae, 0xfd, 0x9f, 0x4d, 0x76, 0xfd, 0x55, 0xbe, 0x96, 0x27, 0x4b, 0xb0, 0xd6, 0x7d, 0xc7, 0x76, 0x03, 0x32, 0x22, 0xe3, 0xde, 0xe1, 0x3d, 0x56, 0xad, 0xad, 0x69, 0xbe, 0x5e, 0x5c, 0x5e, 0xcd,
0xd2, 0x24, 0x4f, 0x81, 0xa0, 0xe7, 0x0c, 0x9c, 0x61, 0xe7, 0xf0, 0x1e, 0x2f, 0x56, 0x5a, 0x35, 0xd2, 0x09, 0x7b, 0xe5, 0x7d, 0x84, 0x39, 0xbe, 0x04, 0x14, 0x33, 0x7b, 0x7d, 0xb6, 0x6f, 0x65,
0x56, 0x2e, 0x35, 0x7d, 0xcd, 0x93, 0x11, 0x7f, 0x39, 0xfd, 0x80, 0x33, 0x7a, 0x81, 0x04, 0x13, 0x67, 0xfb, 0xb4, 0xbe, 0x73, 0xcf, 0x55, 0xed, 0x87, 0xb4, 0x17, 0x6b, 0x95, 0x4a, 0x23, 0x55,
0x77, 0x7d, 0xbe, 0xd7, 0xd8, 0x9e, 0xef, 0xb1, 0xf2, 0xcc, 0xbf, 0x50, 0x75, 0x1f, 0xb2, 0x4e, 0x04, 0x7a, 0xd0, 0x19, 0x91, 0xf1, 0xde, 0xec, 0x46, 0x85, 0xf4, 0x8e, 0xeb, 0x27, 0xb7, 0x59,
0x64, 0x74, 0xa2, 0xac, 0xd2, 0x21, 0x9a, 0x5e, 0x73, 0xe0, 0x0c, 0x77, 0x27, 0xb7, 0x0a, 0xa4, 0x67, 0x7f, 0xa6, 0x34, 0x16, 0x5a, 0x84, 0x80, 0xa0, 0xcd, 0x60, 0x67, 0xb4, 0x33, 0xee, 0x1d,
0x73, 0x52, 0x5e, 0xf9, 0xd5, 0x77, 0xee, 0x27, 0xc6, 0x22, 0x30, 0x10, 0x20, 0xa1, 0xb1, 0xbd, 0x3e, 0x63, 0x97, 0xff, 0xa3, 0x58, 0x73, 0x4c, 0x76, 0x7c, 0x2e, 0xf5, 0x34, 0x42, 0xbd, 0xaa,
0xd6, 0xa0, 0x35, 0xec, 0x1c, 0x1e, 0xf3, 0xab, 0xff, 0x6d, 0xbc, 0x6a, 0x93, 0x9f, 0x5c, 0x48, 0x2d, 0xd7, 0x0f, 0x6e, 0xa3, 0xdf, 0xf0, 0x31, 0xbd, 0xfe, 0x17, 0x62, 0xf7, 0xe9, 0x4e, 0x00,
0x3d, 0x0d, 0xc9, 0xac, 0xca, 0x91, 0xcb, 0x0b, 0xbf, 0xd2, 0xaf, 0xff, 0x98, 0xdd, 0xfc, 0x03, 0xab, 0x22, 0xa4, 0x3d, 0x37, 0xff, 0xb4, 0x6f, 0xd2, 0x6e, 0x2a, 0x96, 0x09, 0x94, 0x33, 0xb9,
0x71, 0xbb, 0xac, 0xb5, 0xc0, 0x55, 0x16, 0xd2, 0xae, 0x9f, 0x7e, 0xba, 0xb7, 0x59, 0x3b, 0x81, 0xe5, 0xe1, 0xa8, 0x33, 0x25, 0x07, 0xdf, 0x08, 0xed, 0x37, 0xfb, 0xbf, 0x90, 0x06, 0xed, 0xb7,
0x65, 0x8c, 0xb9, 0x27, 0x3f, 0x2f, 0x8e, 0x9a, 0x63, 0x67, 0xff, 0xab, 0xc3, 0xba, 0xd5, 0xfe, 0xad, 0xa8, 0xd9, 0xe5, 0xa2, 0xce, 0xe9, 0x22, 0xe8, 0x7e, 0xe5, 0x7a, 0xf7, 0xcf, 0x4d, 0x23,
0xcf, 0x95, 0x25, 0xf7, 0x4d, 0x2d, 0x6a, 0x7e, 0xb5, 0xa8, 0x53, 0x3a, 0x0b, 0xba, 0x5b, 0x4c, 0xe6, 0x77, 0xb4, 0x2b, 0x11, 0x42, 0x33, 0xe8, 0x14, 0x51, 0x4d, 0xff, 0x37, 0xaa, 0xd9, 0xb5,
0xbd, 0xf3, 0xfb, 0xa4, 0x12, 0xf3, 0x5b, 0xd6, 0x56, 0x84, 0x81, 0xed, 0x35, 0xb3, 0xa8, 0xc6, 0xaa, 0x49, 0xf7, 0x79, 0x2e, 0xe7, 0x96, 0xaa, 0xb3, 0x5b, 0xeb, 0x8d, 0x63, 0x9d, 0x6e, 0x1c,
0xff, 0x1b, 0xd5, 0xe4, 0x46, 0xd1, 0xa4, 0xfd, 0x2c, 0x95, 0xf3, 0x73, 0xd5, 0xc9, 0x9d, 0xf5, 0xeb, 0xfb, 0xc6, 0xb1, 0xbe, 0x64, 0x0e, 0x59, 0x67, 0x0e, 0x39, 0xcd, 0x1c, 0xf2, 0x23, 0x73,
0xc6, 0x6b, 0x9c, 0x6d, 0xbc, 0xc6, 0xb7, 0x8d, 0xd7, 0xf8, 0xbc, 0xf5, 0x9c, 0xf5, 0xd6, 0x73, 0xc8, 0xd7, 0x9f, 0x8e, 0xf5, 0xe6, 0x4a, 0xa5, 0xf6, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x99, 0xdf,
0xce, 0xb6, 0x9e, 0xf3, 0x7d, 0xeb, 0x39, 0x5f, 0x7e, 0x78, 0x8d, 0xd7, 0xd7, 0x0a, 0xb5, 0x5f, 0x66, 0x94, 0x33, 0x04, 0x00, 0x00,
0x01, 0x00, 0x00, 0xff, 0xff, 0x43, 0x0c, 0x4d, 0xd8, 0x4f, 0x04, 0x00, 0x00,
} }

View File

@ -26,7 +26,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1beta1"; option go_package = "v1beta1";

View File

@ -216,7 +216,7 @@ var ignoredResources = map[schema.GroupVersionResource]struct{}{
{Group: "authorization.k8s.io", Version: "v1beta1", Resource: "subjectaccessreviews"}: {}, {Group: "authorization.k8s.io", Version: "v1beta1", Resource: "subjectaccessreviews"}: {},
{Group: "authorization.k8s.io", Version: "v1beta1", Resource: "selfsubjectaccessreviews"}: {}, {Group: "authorization.k8s.io", Version: "v1beta1", Resource: "selfsubjectaccessreviews"}: {},
{Group: "authorization.k8s.io", Version: "v1beta1", Resource: "localsubjectaccessreviews"}: {}, {Group: "authorization.k8s.io", Version: "v1beta1", Resource: "localsubjectaccessreviews"}: {},
{Group: "apiregistration.k8s.io", Version: "v1alpha1", Resource: "apiservices"}: {}, {Group: "apiregistration.k8s.io", Version: "v1beta1", Resource: "apiservices"}: {},
} }
func (gb *GraphBuilder) enqueueChanges(e *event) { func (gb *GraphBuilder) enqueueChanges(e *event) {

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1"; option go_package = "v1";

View File

@ -3855,103 +3855,101 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 1556 bytes of a gzipped FileDescriptorProto // 1525 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x58, 0x4b, 0x6f, 0x1b, 0xb7, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x58, 0xcb, 0x6f, 0x5b, 0xc5,
0x16, 0xf6, 0xd8, 0x96, 0x2d, 0xd3, 0xb1, 0x1c, 0xd3, 0xbe, 0xb1, 0xae, 0x73, 0x21, 0x07, 0x5a, 0x17, 0xce, 0x4d, 0xec, 0xc4, 0x99, 0x34, 0x4e, 0x33, 0xc9, 0xaf, 0xf1, 0x2f, 0x45, 0x4e, 0xe5,
0xe4, 0x71, 0x91, 0x8c, 0x6a, 0x27, 0x6d, 0x1e, 0x6e, 0x83, 0x5a, 0x49, 0x9a, 0xa4, 0xb0, 0x9b, 0x45, 0x1f, 0xa8, 0xbd, 0xa6, 0x69, 0xa1, 0x8f, 0x40, 0x45, 0xdc, 0x96, 0x52, 0x94, 0xd0, 0x6a,
0x80, 0xb2, 0x83, 0x26, 0x4d, 0x81, 0x52, 0xd2, 0xc9, 0x98, 0xf1, 0xbc, 0x30, 0xa4, 0x04, 0x6b, 0xec, 0x54, 0xb4, 0x14, 0x89, 0xb1, 0x3d, 0xbd, 0x9d, 0xfa, 0xbe, 0x74, 0x67, 0x6c, 0xc5, 0x3b,
0xd7, 0x4d, 0x17, 0x05, 0xba, 0xe8, 0xaa, 0xbb, 0xa2, 0xfb, 0xa2, 0x40, 0x77, 0xfd, 0x0d, 0x46, 0x36, 0x2c, 0x90, 0x58, 0xb0, 0x62, 0x87, 0xd8, 0x23, 0x24, 0x76, 0xfc, 0x0d, 0x11, 0x6c, 0xba,
0xbb, 0xc9, 0xb2, 0xe8, 0xc2, 0xa8, 0x9d, 0x7f, 0x91, 0x55, 0x31, 0x1c, 0xce, 0x4b, 0x23, 0xf9, 0x44, 0x2c, 0x22, 0xe2, 0xfe, 0x17, 0x5d, 0xa1, 0x99, 0x3b, 0xf7, 0xe5, 0x6b, 0x27, 0x8e, 0x11,
0xa1, 0xa2, 0xd9, 0x74, 0xa7, 0x21, 0xcf, 0xf7, 0x9d, 0x43, 0xf2, 0x3b, 0x87, 0x87, 0x42, 0xd7, 0xdd, 0xb0, 0xf3, 0x9d, 0x39, 0xdf, 0x77, 0xce, 0xcc, 0x7c, 0xe7, 0xcc, 0x19, 0x83, 0x6b, 0xad,
0xb7, 0x6f, 0x70, 0x9d, 0x39, 0x95, 0xed, 0x56, 0x1d, 0x3c, 0x1b, 0x04, 0xf0, 0x8a, 0xbb, 0x6d, 0xeb, 0x4c, 0xa7, 0x4e, 0xb9, 0xd5, 0xae, 0x13, 0xcf, 0x26, 0x9c, 0xb0, 0xb2, 0xdb, 0x32, 0xca,
0x54, 0xa8, 0xcb, 0x78, 0x85, 0xba, 0x2e, 0xaf, 0xb4, 0x97, 0xea, 0x20, 0xe8, 0x52, 0xc5, 0x00, 0xd8, 0xa5, 0xac, 0x8c, 0x5d, 0x97, 0x95, 0x3b, 0x97, 0xeb, 0x84, 0xe3, 0xcb, 0x65, 0x83, 0xd8,
0x1b, 0x3c, 0x2a, 0xa0, 0xa9, 0xbb, 0x9e, 0x23, 0x1c, 0x7c, 0x21, 0x00, 0xea, 0x31, 0x50, 0x77, 0xc4, 0xc3, 0x9c, 0x34, 0x75, 0xd7, 0x73, 0xb8, 0x03, 0xcf, 0xf9, 0x40, 0x3d, 0x02, 0xea, 0x6e,
0xb7, 0x0d, 0xdd, 0x07, 0xea, 0x3e, 0x50, 0x57, 0xc0, 0x85, 0x2b, 0x06, 0x13, 0x5b, 0xad, 0xba, 0xcb, 0xd0, 0x05, 0x50, 0x17, 0x40, 0x5d, 0x01, 0x57, 0x2f, 0x19, 0x94, 0x3f, 0x6f, 0xd7, 0xf5,
0xde, 0x70, 0xac, 0x8a, 0xe1, 0x18, 0x4e, 0x45, 0xe2, 0xeb, 0xad, 0x17, 0xf2, 0x4b, 0x7e, 0xc8, 0x86, 0x63, 0x95, 0x0d, 0xc7, 0x70, 0xca, 0x12, 0x5f, 0x6f, 0x3f, 0x93, 0x5f, 0xf2, 0x43, 0xfe,
0x5f, 0x01, 0xef, 0xc2, 0x35, 0x15, 0x10, 0x75, 0x99, 0x45, 0x1b, 0x5b, 0xcc, 0x06, 0xaf, 0x13, 0xf2, 0x79, 0x57, 0xaf, 0xaa, 0x80, 0xb0, 0x4b, 0x2d, 0xdc, 0x78, 0x4e, 0x6d, 0xe2, 0x75, 0xa3,
0x87, 0x64, 0x81, 0xa0, 0x95, 0x76, 0x26, 0x9a, 0x85, 0x4a, 0x3f, 0x94, 0xd7, 0xb2, 0x05, 0xb3, 0x90, 0x2c, 0xc2, 0x71, 0xb9, 0x93, 0x8a, 0x66, 0xb5, 0x3c, 0x0c, 0xe5, 0xb5, 0x6d, 0x4e, 0x2d,
0x20, 0x03, 0x78, 0xef, 0x28, 0x00, 0x6f, 0x6c, 0x81, 0x45, 0x33, 0xb8, 0xab, 0xfd, 0x70, 0x2d, 0x92, 0x02, 0xbc, 0x77, 0x14, 0x80, 0x35, 0x9e, 0x13, 0x0b, 0xa7, 0x70, 0x57, 0x86, 0xe1, 0xda,
0xc1, 0xcc, 0x0a, 0xb3, 0x05, 0x17, 0x5e, 0x06, 0x94, 0x58, 0x13, 0x07, 0xaf, 0x0d, 0x5e, 0xbc, 0x9c, 0x9a, 0x65, 0x6a, 0x73, 0xc6, 0xbd, 0x14, 0x28, 0xb6, 0x26, 0x46, 0xbc, 0x0e, 0xf1, 0xa2,
0x20, 0xd8, 0xa1, 0x96, 0x6b, 0x42, 0xaf, 0x35, 0x3d, 0x48, 0x1c, 0xcd, 0x15, 0x6a, 0x18, 0x1e, 0x05, 0x91, 0x5d, 0x6c, 0xb9, 0x26, 0x19, 0xb4, 0xa6, 0x8b, 0x43, 0x8f, 0x66, 0x90, 0xf5, 0x07,
0x18, 0x54, 0x38, 0x5e, 0xf2, 0x7c, 0x98, 0x07, 0x06, 0xe3, 0xc2, 0xa3, 0x82, 0x39, 0x76, 0xa5, 0x87, 0x1c, 0x24, 0xd9, 0xe5, 0xc4, 0x66, 0xd4, 0xb1, 0x87, 0x1e, 0x67, 0xe9, 0xe7, 0x49, 0x00,
0xbd, 0x44, 0x4d, 0x77, 0x2b, 0x7b, 0x56, 0x0b, 0x97, 0xfb, 0x1e, 0x72, 0x2f, 0xbf, 0x1f, 0x1c, 0xee, 0x10, 0xd7, 0x74, 0xba, 0x16, 0xb1, 0x39, 0xfc, 0x12, 0xe4, 0xc4, 0x56, 0x37, 0x31, 0xc7,
0x22, 0x09, 0xd8, 0x11, 0x60, 0x73, 0xe6, 0xd8, 0x7d, 0x85, 0x51, 0xfe, 0x69, 0x18, 0xa1, 0xbb, 0x05, 0xed, 0x8c, 0x76, 0x7e, 0x6e, 0xfd, 0x1d, 0x5d, 0x1d, 0x78, 0x7c, 0xe5, 0xd1, 0x91, 0x0b,
0xe0, 0x9a, 0x4e, 0xc7, 0x02, 0x5b, 0xe0, 0x2f, 0x50, 0xde, 0x3f, 0xb4, 0x26, 0x15, 0xb4, 0xa8, 0x6b, 0xbd, 0x73, 0x59, 0x7f, 0x50, 0x7f, 0x41, 0x1a, 0x7c, 0x9b, 0x70, 0x5c, 0x81, 0x7b, 0xfb,
0x9d, 0xd3, 0x2e, 0x4e, 0x2e, 0xbf, 0xa3, 0x2b, 0xe9, 0x24, 0xf7, 0x30, 0x16, 0x8f, 0x6f, 0xad, 0x6b, 0x13, 0xbd, 0xfd, 0x35, 0x10, 0x8d, 0xa1, 0x90, 0x15, 0x3e, 0x06, 0x19, 0xe6, 0x92, 0x46,
0xb7, 0x97, 0xf4, 0x47, 0xf5, 0x97, 0xd0, 0x10, 0xeb, 0x20, 0x68, 0x15, 0xef, 0xee, 0x2d, 0x0e, 0x61, 0x52, 0xb2, 0x5f, 0xd3, 0x47, 0x94, 0x93, 0x1e, 0x05, 0x59, 0x75, 0x49, 0xa3, 0x72, 0x42,
0x1d, 0xec, 0x2d, 0xa2, 0x78, 0x8c, 0x44, 0xac, 0xf8, 0x29, 0x1a, 0xe5, 0x2e, 0x34, 0x8a, 0xc3, 0x39, 0xc9, 0x88, 0x2f, 0x24, 0x29, 0x21, 0x06, 0xd3, 0x8c, 0x63, 0xde, 0x66, 0x85, 0x29, 0x49,
0x92, 0xfd, 0xba, 0x7e, 0x4c, 0x61, 0xea, 0x71, 0x90, 0x35, 0x17, 0x1a, 0xd5, 0x53, 0xca, 0xc9, 0x7e, 0x63, 0x1c, 0x72, 0x49, 0x50, 0xc9, 0x2b, 0xfa, 0x69, 0xff, 0x1b, 0x29, 0xe2, 0xd2, 0xc1,
0xa8, 0xff, 0x45, 0x24, 0x25, 0xa6, 0x68, 0x8c, 0x0b, 0x2a, 0x5a, 0xbc, 0x38, 0x22, 0xc9, 0x6f, 0x14, 0x58, 0x8a, 0x8c, 0x6f, 0x3b, 0x76, 0x93, 0x72, 0xea, 0xd8, 0x70, 0x03, 0x64, 0x78, 0xd7,
0x0e, 0x42, 0x2e, 0x09, 0xaa, 0x05, 0x45, 0x3f, 0x16, 0x7c, 0x13, 0x45, 0x5c, 0xde, 0x1f, 0x41, 0x25, 0x72, 0xcf, 0x66, 0x2b, 0xe7, 0x82, 0xe0, 0x6a, 0x5d, 0x97, 0xbc, 0xde, 0x5f, 0x5b, 0x19,
0xb3, 0xb1, 0xf1, 0x1d, 0xc7, 0x6e, 0x32, 0xff, 0x30, 0xf1, 0x0a, 0x1a, 0x15, 0x1d, 0x17, 0xe4, 0x00, 0x11, 0x53, 0x48, 0x82, 0xe0, 0xa3, 0x30, 0xee, 0x49, 0x09, 0xbf, 0x95, 0x74, 0xfe, 0x7a,
0x9e, 0x4d, 0x54, 0x2f, 0x84, 0xc1, 0x6d, 0x74, 0x5c, 0x78, 0xb3, 0xb7, 0x38, 0xdf, 0x03, 0xe2, 0x7f, 0xed, 0x50, 0x49, 0xe8, 0x21, 0x67, 0x32, 0x58, 0x78, 0x16, 0x4c, 0x7b, 0x04, 0x33, 0xc7,
0x4f, 0x11, 0x09, 0xc2, 0x4f, 0xa2, 0xb8, 0x87, 0x25, 0xfc, 0x76, 0xda, 0xf9, 0x9b, 0xbd, 0xc5, 0x2e, 0x64, 0x24, 0x6f, 0xb8, 0x28, 0x24, 0x47, 0x91, 0x9a, 0x85, 0x17, 0xc0, 0x8c, 0x45, 0x18,
0x43, 0x25, 0xa1, 0x47, 0x9c, 0xe9, 0x60, 0xf1, 0x79, 0x34, 0xe6, 0x01, 0xe5, 0x8e, 0x5d, 0x1c, 0xc3, 0x06, 0x29, 0x64, 0xa5, 0xe1, 0x82, 0x32, 0x9c, 0xd9, 0xf6, 0x87, 0x51, 0x30, 0x0f, 0x5f,
0x95, 0xbc, 0xd1, 0xa2, 0x88, 0x1c, 0x25, 0x6a, 0x16, 0x5f, 0x42, 0xe3, 0x16, 0x70, 0x4e, 0x0d, 0x80, 0xbc, 0x89, 0x19, 0xdf, 0x71, 0x9b, 0x98, 0x93, 0x1a, 0xb5, 0x48, 0x61, 0x5a, 0x6e, 0xf5,
0x28, 0xe6, 0xa4, 0xe1, 0xb4, 0x32, 0x1c, 0x5f, 0x0f, 0x86, 0x49, 0x38, 0x8f, 0x5f, 0xa2, 0x82, 0xdb, 0xa3, 0xa9, 0x44, 0x20, 0x2a, 0xa7, 0x14, 0x7b, 0x7e, 0x2b, 0xc1, 0x84, 0xfa, 0x98, 0x61,
0x49, 0xb9, 0xd8, 0x74, 0x9b, 0x54, 0xc0, 0x06, 0xb3, 0xa0, 0x38, 0x26, 0xb7, 0xfa, 0xff, 0xc7, 0x07, 0x40, 0x31, 0x52, 0xf3, 0xb0, 0xcd, 0xfc, 0x2d, 0x13, 0xfe, 0x66, 0x8e, 0xed, 0x6f, 0x55,
0x53, 0x89, 0x8f, 0xa8, 0x9e, 0x51, 0xec, 0x85, 0xb5, 0x14, 0x13, 0xe9, 0x62, 0xc6, 0x6d, 0x84, 0xf9, 0x83, 0x5b, 0x29, 0x36, 0x34, 0xc0, 0x43, 0x69, 0x4f, 0x03, 0xf9, 0xe8, 0xc0, 0xb6, 0x28,
0xfd, 0x91, 0x0d, 0x8f, 0xda, 0x3c, 0xd8, 0x32, 0xdf, 0xdf, 0xf8, 0x89, 0xfd, 0x2d, 0x28, 0x7f, 0xe3, 0xf0, 0x69, 0x2a, 0x2d, 0xf4, 0xd1, 0x02, 0x10, 0x68, 0x99, 0x14, 0x27, 0x55, 0x10, 0xb9,
0x78, 0x2d, 0xc3, 0x46, 0x7a, 0x78, 0x28, 0xef, 0x6a, 0xa8, 0x10, 0x1f, 0xd8, 0x1a, 0xe3, 0x02, 0x60, 0x24, 0x96, 0x12, 0x9f, 0x81, 0x2c, 0xe5, 0xc4, 0x12, 0xc7, 0x3f, 0x75, 0x7e, 0x6e, 0xfd,
0x3f, 0xcf, 0xa4, 0x85, 0x7e, 0xbc, 0x00, 0x7c, 0xb4, 0x4c, 0x8a, 0xd3, 0x2a, 0x88, 0x7c, 0x38, 0xca, 0x18, 0xb2, 0xad, 0xcc, 0x2b, 0xfe, 0xec, 0x7d, 0xc1, 0x84, 0x7c, 0xc2, 0xd2, 0xb7, 0x53,
0x92, 0x48, 0x89, 0x4f, 0x51, 0x8e, 0x09, 0xb0, 0xfc, 0xe3, 0x1f, 0xb9, 0x38, 0xb9, 0x7c, 0x75, 0x00, 0x46, 0x46, 0xc8, 0x31, 0xcd, 0x3a, 0x6e, 0xb4, 0xe0, 0x19, 0x90, 0xb1, 0xb1, 0x15, 0xa8,
0x00, 0xd9, 0x56, 0xa7, 0x14, 0x7f, 0xee, 0xa1, 0xcf, 0x44, 0x02, 0xc2, 0xf2, 0x37, 0x23, 0x08, 0x35, 0x4c, 0xa5, 0x4f, 0xb1, 0x45, 0x90, 0x9c, 0x81, 0x3f, 0x6a, 0x00, 0xb6, 0xe5, 0x51, 0x34,
0xc7, 0x46, 0xc4, 0x31, 0xcd, 0x3a, 0x6d, 0x6c, 0xe3, 0x73, 0x68, 0xd4, 0xa6, 0x56, 0xa8, 0xd6, 0x37, 0x6d, 0xdb, 0xe1, 0x58, 0xec, 0x4e, 0x10, 0x60, 0x75, 0x8c, 0x00, 0x03, 0xdf, 0xfa, 0x4e,
0x28, 0x95, 0x3e, 0xa1, 0x16, 0x10, 0x39, 0x83, 0x7f, 0xd0, 0x10, 0x6e, 0xc9, 0xa3, 0x68, 0xae, 0x8a, 0xf5, 0xae, 0xcd, 0xbd, 0x6e, 0x74, 0x4a, 0x69, 0x03, 0x34, 0x20, 0x14, 0xd8, 0x02, 0xc0,
0xda, 0xb6, 0x23, 0x64, 0xc9, 0x0a, 0x03, 0xac, 0x0d, 0x10, 0x60, 0xe8, 0x5b, 0xdf, 0xcc, 0xb0, 0x53, 0x9c, 0x35, 0x47, 0x25, 0xfc, 0xe8, 0xd5, 0x24, 0x08, 0xe7, 0xb6, 0x63, 0x3f, 0xa3, 0x46,
0xde, 0xb3, 0x85, 0xd7, 0x89, 0x4f, 0x29, 0x6b, 0x40, 0x7a, 0x84, 0x82, 0xb7, 0x11, 0xf2, 0x14, 0x54, 0xb2, 0x50, 0x48, 0x89, 0x62, 0xf4, 0xab, 0x77, 0xc1, 0xca, 0x90, 0xb8, 0xe1, 0x49, 0x30,
0xe7, 0x86, 0xa3, 0x12, 0xfe, 0xf8, 0xd5, 0x24, 0x0c, 0xe7, 0x8e, 0x63, 0xbf, 0x60, 0x46, 0x5c, 0xd5, 0x22, 0x5d, 0x7f, 0x2b, 0x91, 0xf8, 0x09, 0x97, 0x41, 0xb6, 0x83, 0xcd, 0x36, 0xf1, 0xb3,
0xb2, 0x48, 0x44, 0x49, 0x12, 0xf4, 0x0b, 0xf7, 0xd0, 0x7c, 0x9f, 0xb8, 0xf1, 0x69, 0x34, 0xb2, 0x19, 0xf9, 0x1f, 0x37, 0x27, 0xaf, 0x6b, 0xa5, 0x3f, 0xb3, 0x71, 0x65, 0x89, 0xca, 0x05, 0xcf,
0x0d, 0x9d, 0x60, 0x2b, 0x89, 0xff, 0x13, 0xcf, 0xa1, 0x5c, 0x9b, 0x9a, 0x2d, 0x08, 0xb2, 0x99, 0x83, 0x9c, 0x47, 0x5c, 0x93, 0x36, 0x30, 0x93, 0x1c, 0xd9, 0xca, 0x09, 0xa1, 0x12, 0xa4, 0xc6,
0x04, 0x1f, 0xb7, 0x86, 0x6f, 0x68, 0xe5, 0x3f, 0x72, 0x49, 0x65, 0xf9, 0x95, 0x0b, 0x5f, 0x44, 0x50, 0x38, 0x0b, 0xbf, 0x00, 0x39, 0x46, 0x4c, 0xd2, 0xe0, 0x8e, 0xa7, 0x8a, 0xe7, 0x95, 0x11,
0x79, 0x0f, 0x5c, 0x93, 0x35, 0x28, 0x97, 0x1c, 0xb9, 0xea, 0x29, 0x5f, 0x25, 0x44, 0x8d, 0x91, 0x35, 0x88, 0xeb, 0xc4, 0xac, 0x2a, 0xa8, 0x4f, 0x1f, 0x7c, 0xa1, 0x90, 0x12, 0x7e, 0x0e, 0x72,
0x68, 0x16, 0x7f, 0x8e, 0xf2, 0x1c, 0x4c, 0x68, 0x08, 0xc7, 0x53, 0xc5, 0xf3, 0xea, 0x31, 0x35, 0x9c, 0x58, 0xae, 0x89, 0x39, 0x51, 0xbb, 0x79, 0x69, 0xf8, 0x6e, 0x0a, 0xda, 0x87, 0x4e, 0xb3,
0x48, 0xeb, 0x60, 0xd6, 0x14, 0x34, 0xa0, 0x0f, 0xbf, 0x48, 0x44, 0x89, 0x3f, 0x43, 0x79, 0x01, 0xa6, 0x00, 0xb2, 0x22, 0x87, 0x0a, 0x0f, 0x46, 0x51, 0x48, 0x08, 0x29, 0xc8, 0x31, 0x2e, 0xae,
0x96, 0x6b, 0x52, 0x01, 0x6a, 0x37, 0xaf, 0xf4, 0xdf, 0x4d, 0x9f, 0xf6, 0xb1, 0xd3, 0xdc, 0x50, 0x1d, 0xa3, 0x2b, 0x6b, 0xd1, 0xdc, 0xfa, 0xc6, 0x58, 0xb5, 0xd9, 0xa7, 0x88, 0x5c, 0x05, 0x23,
0x00, 0x59, 0x91, 0x23, 0x85, 0x87, 0xa3, 0x24, 0x22, 0xc4, 0x0c, 0xe5, 0xe5, 0xbd, 0x07, 0x46, 0x28, 0xa4, 0x87, 0x9b, 0x60, 0xc1, 0xa2, 0x36, 0x22, 0xb8, 0xd9, 0xad, 0x92, 0x86, 0x63, 0x37,
0x47, 0xd6, 0xa2, 0xc9, 0xe5, 0x95, 0x81, 0x6a, 0x73, 0x40, 0x11, 0xbb, 0x0a, 0x47, 0x48, 0x44, 0x99, 0x2c, 0x6a, 0xd9, 0xca, 0x8a, 0x02, 0x2d, 0x6c, 0x27, 0xa7, 0x51, 0xbf, 0x3d, 0xdc, 0x02,
0x8f, 0x57, 0xd1, 0xb4, 0xc5, 0x6c, 0x02, 0xb4, 0xd9, 0xa9, 0x41, 0xc3, 0xb1, 0x9b, 0x5c, 0x16, 0xcb, 0x1e, 0xe9, 0x50, 0x71, 0x71, 0x7e, 0x4c, 0x19, 0x77, 0xbc, 0xee, 0x16, 0xb5, 0x28, 0x97,
0xb5, 0x5c, 0x75, 0x5e, 0x81, 0xa6, 0xd7, 0xd3, 0xd3, 0xa4, 0xdb, 0x1e, 0xaf, 0xa1, 0x39, 0x0f, 0xa5, 0x2e, 0x5b, 0x29, 0xf4, 0xf6, 0xd7, 0x96, 0xd1, 0x80, 0x79, 0x34, 0x10, 0x25, 0xaa, 0xb0,
0xda, 0xcc, 0xbf, 0x38, 0x1f, 0x30, 0x2e, 0x1c, 0xaf, 0xb3, 0xc6, 0x2c, 0x26, 0x64, 0xa9, 0xcb, 0x8b, 0xdb, 0x8c, 0x34, 0x65, 0xe9, 0xca, 0x45, 0x55, 0xf8, 0xa1, 0x1c, 0x45, 0x6a, 0x16, 0x1a,
0x55, 0x8b, 0x07, 0x7b, 0x8b, 0x73, 0xa4, 0xc7, 0x3c, 0xe9, 0x89, 0xf2, 0xab, 0xb0, 0x4b, 0x5b, 0x09, 0x41, 0xe7, 0xfe, 0x99, 0xa0, 0xf3, 0xc3, 0xc5, 0x0c, 0x77, 0xc0, 0x8a, 0xeb, 0x39, 0x86,
0x1c, 0x9a, 0xb2, 0x74, 0xe5, 0xe3, 0x2a, 0xfc, 0x58, 0x8e, 0x12, 0x35, 0x8b, 0x8d, 0x94, 0xa0, 0x47, 0x18, 0xbb, 0x43, 0x70, 0xd3, 0xa4, 0x36, 0x09, 0x76, 0x6a, 0x56, 0xae, 0xf0, 0x74, 0x6f,
0xf3, 0x7f, 0x4f, 0xd0, 0x85, 0xfe, 0x62, 0xc6, 0x9b, 0x68, 0xde, 0xf5, 0x1c, 0xc3, 0x03, 0xce, 0x7f, 0x6d, 0xe5, 0xe1, 0x60, 0x13, 0x34, 0x0c, 0x5b, 0xfa, 0x3e, 0x03, 0x4e, 0xf6, 0xdf, 0xa3,
0xef, 0x02, 0x6d, 0x9a, 0xcc, 0x86, 0x70, 0xa7, 0x26, 0xe4, 0x0a, 0xcf, 0x1e, 0xec, 0x2d, 0xce, 0xf0, 0x13, 0x00, 0x9d, 0xba, 0xec, 0x7d, 0x9a, 0xf7, 0xfc, 0xce, 0x83, 0x3a, 0xb6, 0x14, 0xfa,
0x3f, 0xee, 0x6d, 0x42, 0xfa, 0x61, 0xcb, 0xdf, 0x8d, 0xa2, 0xd3, 0xdd, 0xf7, 0x28, 0xfe, 0x18, 0x54, 0x94, 0xf1, 0x0f, 0x52, 0x16, 0x68, 0x00, 0x0a, 0x5e, 0x8c, 0xa5, 0xca, 0xa4, 0x0c, 0x34,
0x61, 0xa7, 0x2e, 0xbb, 0xa8, 0xe6, 0xfd, 0xa0, 0xf3, 0x60, 0x8e, 0x2d, 0x85, 0x3e, 0x12, 0x67, 0xd4, 0xc1, 0x80, 0x74, 0xd9, 0x04, 0x0b, 0xaa, 0x6a, 0x04, 0x93, 0x52, 0xd6, 0x31, 0x1d, 0xec,
0xfc, 0xa3, 0x8c, 0x05, 0xe9, 0x81, 0xc2, 0x97, 0x13, 0xa9, 0x32, 0x2c, 0x03, 0x8d, 0x74, 0xd0, 0x24, 0xa7, 0x51, 0xbf, 0x3d, 0xbc, 0x07, 0x16, 0x71, 0x07, 0x53, 0x13, 0xd7, 0x4d, 0x12, 0x92,
0x23, 0x5d, 0x56, 0xd1, 0xb4, 0xaa, 0x1a, 0xe1, 0xa4, 0x94, 0x75, 0x42, 0x07, 0x9b, 0xe9, 0x69, 0x64, 0x24, 0xc9, 0xff, 0x15, 0xc9, 0xe2, 0x66, 0xbf, 0x01, 0x4a, 0x63, 0xe0, 0x36, 0x58, 0x6a,
0xd2, 0x6d, 0x8f, 0xef, 0xa3, 0x19, 0xda, 0xa6, 0xcc, 0xa4, 0x75, 0x13, 0x22, 0x92, 0x51, 0x49, 0xdb, 0x69, 0x2a, 0x5f, 0x97, 0xa7, 0x15, 0xd5, 0xd2, 0x4e, 0xda, 0x04, 0x0d, 0xc2, 0x41, 0x17,
0xf2, 0x5f, 0x45, 0x32, 0xb3, 0xda, 0x6d, 0x40, 0xb2, 0x18, 0xbc, 0x8e, 0x66, 0x5b, 0x76, 0x96, 0x80, 0x46, 0x70, 0xe5, 0xb3, 0xc2, 0xb4, 0xac, 0xc9, 0xef, 0x8f, 0x91, 0x4f, 0x61, 0xdf, 0x10,
0x2a, 0xd0, 0xe5, 0x59, 0x45, 0x35, 0xbb, 0x99, 0x35, 0x21, 0xbd, 0x70, 0xd8, 0x45, 0xa8, 0x11, 0xd5, 0xbf, 0x70, 0x88, 0xa1, 0x98, 0x0f, 0xb8, 0x01, 0xe6, 0x3d, 0x91, 0x21, 0x61, 0xe8, 0x33,
0x5e, 0xf9, 0xbc, 0x38, 0x26, 0x6b, 0xf2, 0xfb, 0x03, 0xe4, 0x53, 0xd4, 0x37, 0xc4, 0xf5, 0x2f, 0x32, 0xf4, 0xff, 0x29, 0xd8, 0x3c, 0x8a, 0x4f, 0xa2, 0xa4, 0x6d, 0xe9, 0x77, 0x2d, 0x7e, 0x09,
0x1a, 0xe2, 0x24, 0xe1, 0x03, 0xaf, 0xa0, 0x29, 0xcf, 0xcf, 0x90, 0x28, 0xf4, 0x71, 0x19, 0xfa, 0x05, 0x29, 0x0b, 0x6f, 0x26, 0x5a, 0xa6, 0xb3, 0x7d, 0x2d, 0xd3, 0xa9, 0x34, 0x22, 0xd6, 0x31,
0x7f, 0x14, 0x6c, 0x8a, 0x24, 0x27, 0x49, 0xda, 0xb6, 0xfc, 0x9b, 0x96, 0xbc, 0x84, 0xc2, 0x94, 0x75, 0xc1, 0xbc, 0x10, 0x34, 0xb5, 0x0d, 0xff, 0x10, 0x55, 0x41, 0xfc, 0xf0, 0x58, 0xe9, 0x12,
0xc5, 0xb7, 0x52, 0x2d, 0xd3, 0xf9, 0xae, 0x96, 0xe9, 0x4c, 0x16, 0x91, 0xe8, 0x98, 0x3a, 0x68, 0xa2, 0x63, 0xd7, 0xe8, 0xa2, 0x5c, 0x4d, 0x7c, 0x12, 0x25, 0x3d, 0x95, 0x6e, 0x81, 0x7c, 0x32,
0xca, 0x17, 0x34, 0xb3, 0x8d, 0xe0, 0x10, 0x55, 0x41, 0xfc, 0xf0, 0x44, 0xe9, 0x12, 0xa1, 0x13, 0xd7, 0x7c, 0x5d, 0xfa, 0x89, 0xaf, 0x94, 0x1d, 0xd3, 0xa5, 0x3f, 0x8e, 0x42, 0x8b, 0xd2, 0x2b,
0xd7, 0xe8, 0x8c, 0x5c, 0x4d, 0x72, 0x92, 0xa4, 0x3d, 0x95, 0x6f, 0xa3, 0x42, 0x3a, 0xd7, 0x02, 0x0d, 0xac, 0x0c, 0xf1, 0x0e, 0x4d, 0x90, 0xb7, 0xf0, 0x6e, 0x4c, 0x07, 0x47, 0xf6, 0xe0, 0xe2,
0x5d, 0x06, 0x89, 0xaf, 0x94, 0x9d, 0xd0, 0x65, 0x30, 0x4e, 0x22, 0x8b, 0xf2, 0x6b, 0x0d, 0xcd, 0xf5, 0xa1, 0xfb, 0xaf, 0x0f, 0xfd, 0xbe, 0xcd, 0x1f, 0x78, 0x55, 0xee, 0x51, 0xdb, 0xa8, 0x40,
0xf7, 0xf1, 0x8e, 0x4d, 0x54, 0xb0, 0xe8, 0x4e, 0x42, 0x07, 0x47, 0xf6, 0xe0, 0xfe, 0x3b, 0x46, 0xd1, 0x5f, 0x6d, 0x27, 0xb8, 0x50, 0x1f, 0x37, 0x7c, 0x02, 0x72, 0x16, 0xde, 0xad, 0xb6, 0x3d,
0x0f, 0xde, 0x31, 0xfa, 0x43, 0x5b, 0x3c, 0xf2, 0x6a, 0xc2, 0x63, 0xb6, 0x51, 0xc5, 0x7e, 0x7f, 0x23, 0xd8, 0xbf, 0xe3, 0xfb, 0x91, 0xb7, 0xc9, 0xb6, 0x62, 0x41, 0x21, 0x5f, 0xe9, 0x87, 0x49,
0xb5, 0x9e, 0xe2, 0x22, 0x5d, 0xdc, 0xf8, 0x19, 0xca, 0x5b, 0x74, 0xa7, 0xd6, 0xf2, 0x8c, 0x70, 0x90, 0xad, 0x36, 0xb0, 0x49, 0xde, 0xc0, 0x8b, 0xa2, 0x96, 0x78, 0x51, 0xac, 0x8f, 0xac, 0x01,
0xff, 0x4e, 0xee, 0x47, 0xde, 0x26, 0xeb, 0x8a, 0x85, 0x44, 0x7c, 0xe5, 0xef, 0x87, 0x51, 0xae, 0x19, 0xdf, 0xd0, 0xc7, 0xc4, 0xd3, 0xbe, 0xc7, 0xc4, 0xd5, 0x63, 0xf2, 0x1e, 0xfe, 0x8e, 0xb8,
0xd6, 0xa0, 0x26, 0xbc, 0x85, 0x17, 0xc5, 0x46, 0xea, 0x45, 0xb1, 0x7c, 0x6c, 0x0d, 0xc8, 0xf8, 0x01, 0x66, 0x43, 0xf7, 0x89, 0xc2, 0xa6, 0x1d, 0x55, 0xd8, 0x4a, 0x3f, 0x4d, 0x82, 0xb9, 0x98,
0xfa, 0x3e, 0x26, 0x9e, 0x77, 0x3d, 0x26, 0xae, 0x9d, 0x90, 0xf7, 0xf0, 0x77, 0xc4, 0x4d, 0x34, 0x8b, 0xe3, 0xa1, 0xa1, 0x9b, 0xe8, 0x22, 0x44, 0xe5, 0xa8, 0x8c, 0xb3, 0x30, 0x3d, 0xe8, 0x20,
0x11, 0xb9, 0x4f, 0x15, 0x36, 0xed, 0xa8, 0xc2, 0x56, 0xfe, 0x71, 0x18, 0x4d, 0x26, 0x5c, 0x9c, 0xfc, 0xe6, 0x2d, 0xba, 0x90, 0xd3, 0x8d, 0xc5, 0x2d, 0x90, 0xe7, 0xd8, 0x33, 0x08, 0x0f, 0xe6,
0x0c, 0x8d, 0xdd, 0x54, 0x17, 0xe1, 0x57, 0x8e, 0xea, 0x20, 0x0b, 0xd3, 0xc3, 0x0e, 0x22, 0x68, 0xe4, 0x86, 0xce, 0x46, 0xcf, 0x80, 0x5a, 0x62, 0x16, 0xf5, 0x59, 0xaf, 0x6e, 0x80, 0xf9, 0x84,
0xde, 0xe2, 0x0b, 0x39, 0xdb, 0x58, 0xdc, 0x46, 0x05, 0x41, 0x3d, 0x03, 0x44, 0x38, 0x27, 0x37, 0xb3, 0x63, 0x75, 0x5c, 0xbf, 0x88, 0xcd, 0xe2, 0x98, 0x93, 0x67, 0x6d, 0xb3, 0x4a, 0xde, 0xc4,
0x74, 0x22, 0x7e, 0x06, 0x6c, 0xa4, 0x66, 0x49, 0x97, 0xf5, 0xc2, 0x0a, 0x9a, 0x4a, 0x39, 0x3b, 0xfb, 0xf6, 0x49, 0x42, 0x8d, 0xd7, 0x47, 0xdf, 0xdc, 0x28, 0xca, 0xa1, 0x9a, 0xac, 0xf7, 0x69,
0x51, 0xc7, 0xf5, 0xb3, 0xbf, 0x59, 0x82, 0x0a, 0x78, 0xd1, 0x32, 0x6b, 0xf0, 0x36, 0xde, 0xb7, 0xf2, 0xe6, 0x58, 0xec, 0x87, 0x2b, 0xf3, 0x37, 0x0d, 0x2c, 0xc4, 0xac, 0xdf, 0xc0, 0xf3, 0xe7,
0xcf, 0x52, 0x6a, 0xbc, 0x71, 0xfc, 0xcd, 0x8d, 0xa3, 0xec, 0xab, 0xc9, 0x7a, 0x97, 0x26, 0x6f, 0x71, 0xf2, 0xf9, 0x73, 0x75, 0x9c, 0x45, 0x0d, 0x79, 0xff, 0xfc, 0x3a, 0x95, 0x58, 0xcc, 0x7f,
0x0d, 0xc4, 0x7e, 0xb8, 0x32, 0x7f, 0xd5, 0xd0, 0x74, 0xc2, 0xfa, 0x2d, 0x3c, 0x7f, 0x9e, 0xa6, 0xa8, 0xe3, 0xfe, 0x5a, 0x03, 0xcb, 0x1d, 0xc7, 0x6c, 0x5b, 0xe4, 0xb6, 0x89, 0xa9, 0x15, 0x58,
0x9f, 0x3f, 0xd7, 0x06, 0x59, 0x54, 0x9f, 0xf7, 0xcf, 0x2f, 0x23, 0xa9, 0xc5, 0xfc, 0x8b, 0x3a, 0x88, 0xfe, 0xe5, 0x88, 0x37, 0xa6, 0xf4, 0x44, 0x3c, 0x46, 0x19, 0x27, 0x36, 0x7f, 0x14, 0x71,
0xee, 0xaf, 0x34, 0x34, 0xd7, 0x76, 0xcc, 0x96, 0x05, 0x77, 0x4c, 0xca, 0xac, 0xd0, 0xc2, 0xef, 0x54, 0xde, 0x52, 0xfe, 0x96, 0x1f, 0x0d, 0x20, 0x46, 0x03, 0xdd, 0xc1, 0x77, 0xc1, 0x9c, 0x68,
0x5f, 0x8e, 0x78, 0x63, 0x4a, 0x4f, 0xe0, 0x71, 0xc6, 0x05, 0xd8, 0xe2, 0x49, 0xcc, 0x51, 0xfd, 0xe4, 0x68, 0x83, 0x88, 0xd7, 0xa5, 0xfa, 0x7f, 0x61, 0x49, 0x11, 0xcd, 0x55, 0xa3, 0x29, 0x14,
0x9f, 0xf2, 0x37, 0xf7, 0xa4, 0x07, 0x31, 0xe9, 0xe9, 0x0e, 0xbf, 0x8b, 0x26, 0xfd, 0x46, 0x8e, 0xb7, 0x2b, 0x7d, 0xa3, 0x81, 0xc5, 0x94, 0x66, 0xe1, 0x47, 0x87, 0x74, 0x93, 0xa7, 0xfe, 0xad,
0x35, 0xc0, 0x7f, 0x5d, 0xaa, 0xff, 0x17, 0x66, 0x15, 0xd1, 0x64, 0x2d, 0x9e, 0x22, 0x49, 0xbb, 0x4e, 0xb2, 0x72, 0x61, 0xef, 0xa0, 0x38, 0xf1, 0xf2, 0xa0, 0x38, 0xf1, 0xc7, 0x41, 0x71, 0xe2,
0xf2, 0xd7, 0x1a, 0x9a, 0xc9, 0x68, 0x16, 0x7f, 0x74, 0x48, 0x37, 0x79, 0xe6, 0x9f, 0xea, 0x24, 0xab, 0x5e, 0x51, 0xdb, 0xeb, 0x15, 0xb5, 0x97, 0xbd, 0xa2, 0xf6, 0x57, 0xaf, 0xa8, 0x7d, 0xf7,
0xab, 0x97, 0x76, 0xf7, 0x4b, 0x43, 0xaf, 0xf6, 0x4b, 0x43, 0xbf, 0xef, 0x97, 0x86, 0xbe, 0x3c, 0xaa, 0x38, 0xf1, 0x64, 0x46, 0x29, 0xf2, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd6, 0xb9, 0xde,
0x28, 0x69, 0xbb, 0x07, 0x25, 0xed, 0xd5, 0x41, 0x49, 0xfb, 0xf3, 0xa0, 0xa4, 0x7d, 0xfb, 0xba, 0x1a, 0x56, 0x15, 0x00, 0x00,
0x34, 0xf4, 0x6c, 0x5c, 0x29, 0xf2, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x5a, 0xa2, 0xeb, 0x82,
0xa0, 0x15, 0x00, 0x00,
} }

View File

@ -26,7 +26,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
import "k8s.io/kubernetes/pkg/api/v1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
import "k8s.io/kubernetes/pkg/apis/extensions/v1beta1/generated.proto"; import "k8s.io/kubernetes/pkg/apis/extensions/v1beta1/generated.proto";

View File

@ -1251,48 +1251,47 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 686 bytes of a gzipped FileDescriptorProto // 668 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x53, 0x4d, 0x6f, 0x13, 0x31, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x53, 0x4d, 0x6f, 0xd3, 0x4a,
0x10, 0xcd, 0xe6, 0xa3, 0x24, 0x0e, 0x85, 0x62, 0x09, 0x29, 0x8a, 0xc4, 0x26, 0x0a, 0x97, 0x22, 0x14, 0x8d, 0xf3, 0xd1, 0x97, 0x4c, 0x5e, 0xdf, 0xeb, 0x1b, 0xe9, 0x49, 0x51, 0x24, 0x9c, 0x28,
0x51, 0x2f, 0x29, 0xa8, 0x54, 0xad, 0x38, 0x74, 0xd5, 0x02, 0x3d, 0x20, 0x24, 0x97, 0x72, 0x40, 0x6c, 0x8a, 0x54, 0xc6, 0xa4, 0xa0, 0x52, 0xb5, 0x62, 0x51, 0xab, 0x05, 0x75, 0x81, 0x90, 0xa6,
0x42, 0xc2, 0x49, 0xa6, 0x1b, 0x93, 0xec, 0x87, 0xbc, 0xde, 0xb4, 0xbd, 0xf5, 0x27, 0x70, 0xe4, 0x94, 0x05, 0x12, 0x12, 0x13, 0xe7, 0xd6, 0x31, 0x8e, 0x3f, 0x34, 0x1e, 0xa7, 0xed, 0xae, 0x3f,
0xc8, 0x7f, 0xe1, 0xd2, 0x63, 0x0f, 0x1c, 0x38, 0xa0, 0x8a, 0x84, 0x3f, 0x82, 0xec, 0x75, 0x9b, 0x81, 0x25, 0x4b, 0xfe, 0x0b, 0x9b, 0x2e, 0xbb, 0x60, 0xc1, 0x02, 0x55, 0x24, 0xfc, 0x11, 0x34,
0x2d, 0xa1, 0x42, 0xb4, 0x37, 0xfb, 0x79, 0xde, 0x9b, 0x79, 0x33, 0x1e, 0xb4, 0x31, 0x58, 0x8d, 0xe3, 0xa1, 0x76, 0x49, 0x2b, 0x44, 0xbb, 0xf3, 0x9c, 0x7b, 0xcf, 0xb9, 0xf7, 0xdc, 0xeb, 0x8b,
0x09, 0x0f, 0x9d, 0x41, 0xd2, 0x01, 0x11, 0x80, 0x84, 0xd8, 0x89, 0x06, 0x9e, 0xc3, 0x22, 0x1e, 0xb6, 0xfc, 0xf5, 0x84, 0x78, 0x91, 0xe5, 0xa7, 0x03, 0xe0, 0x21, 0x08, 0x48, 0xac, 0xd8, 0x77,
0x3b, 0x2c, 0x91, 0x7d, 0x08, 0x24, 0xef, 0x32, 0xc9, 0xc3, 0xc0, 0x19, 0xb5, 0x3b, 0x20, 0x59, 0x2d, 0x16, 0x7b, 0x89, 0xc5, 0x52, 0x31, 0x82, 0x50, 0x78, 0x0e, 0x13, 0x5e, 0x14, 0x5a, 0x93,
0xdb, 0xf1, 0x20, 0x00, 0xc1, 0x24, 0xf4, 0x48, 0x24, 0x42, 0x19, 0xe2, 0x76, 0x2a, 0x41, 0xa6, 0xfe, 0x00, 0x04, 0xeb, 0x5b, 0x2e, 0x84, 0xc0, 0x99, 0x80, 0x21, 0x89, 0x79, 0x24, 0x22, 0xdc,
0x12, 0x24, 0x1a, 0x78, 0x44, 0x49, 0x90, 0x8b, 0x12, 0xc4, 0x48, 0xd4, 0x97, 0x3c, 0x2e, 0xfb, 0xcf, 0x24, 0x48, 0x2e, 0x41, 0x62, 0xdf, 0x25, 0x52, 0x82, 0x5c, 0x96, 0x20, 0x5a, 0xa2, 0x7d,
0x49, 0x87, 0x74, 0x43, 0xdf, 0xf1, 0x42, 0x2f, 0x74, 0xb4, 0x52, 0x27, 0xd9, 0xd3, 0x37, 0x7d, 0xdf, 0xf5, 0xc4, 0x28, 0x1d, 0x10, 0x27, 0x0a, 0x2c, 0x37, 0x72, 0x23, 0x4b, 0x29, 0x0d, 0xd2,
0xd1, 0xa7, 0x34, 0x43, 0xfd, 0x89, 0x29, 0x92, 0x45, 0xdc, 0x67, 0xdd, 0x3e, 0x0f, 0x40, 0x1c, 0x03, 0xf5, 0x52, 0x0f, 0xf5, 0x95, 0x55, 0x68, 0x3f, 0xd2, 0x4d, 0xb2, 0xd8, 0x0b, 0x98, 0x33,
0x4e, 0xcb, 0xf4, 0x41, 0x32, 0x67, 0x34, 0x53, 0x57, 0xdd, 0xb9, 0x8c, 0x25, 0x92, 0x40, 0x72, 0xf2, 0x42, 0xe0, 0xc7, 0x79, 0x9b, 0x01, 0x08, 0x66, 0x4d, 0xe6, 0xfa, 0x6a, 0x5b, 0xd7, 0xb1,
0x1f, 0x66, 0x08, 0x2b, 0xff, 0x22, 0xc4, 0xdd, 0x3e, 0xf8, 0x6c, 0x86, 0xf7, 0xf8, 0x32, 0x5e, 0x78, 0x1a, 0x0a, 0x2f, 0x80, 0x39, 0xc2, 0xda, 0xef, 0x08, 0x89, 0x33, 0x82, 0x80, 0xcd, 0xf1,
0x22, 0xf9, 0xd0, 0xe1, 0x81, 0x8c, 0xa5, 0x98, 0x21, 0x65, 0x3c, 0xc5, 0x20, 0x46, 0x20, 0xa6, 0x1e, 0x5e, 0xc7, 0x4b, 0x85, 0x37, 0xb6, 0xbc, 0x50, 0x24, 0x82, 0xcf, 0x91, 0x0a, 0x9e, 0x12,
0x86, 0xe0, 0x80, 0xf9, 0xd1, 0x10, 0xfe, 0xe6, 0xe9, 0x65, 0x66, 0x5c, 0x4b, 0xcc, 0xf3, 0x04, 0xe0, 0x13, 0xe0, 0xb9, 0x21, 0x38, 0x62, 0x41, 0x3c, 0x86, 0xab, 0x3c, 0xad, 0x5c, 0xbb, 0xae,
0x78, 0x4c, 0x86, 0x19, 0x2e, 0x8b, 0xb8, 0x00, 0x8f, 0xc7, 0x52, 0x9c, 0x0d, 0x8d, 0x0d, 0xa3, 0x2b, 0xb2, 0x7b, 0x8f, 0x11, 0xda, 0x39, 0x12, 0x9c, 0xbd, 0x62, 0xe3, 0x14, 0x70, 0x07, 0xd5,
0xfe, 0xec, 0xd4, 0x5a, 0x4f, 0x11, 0xda, 0x3a, 0x90, 0x82, 0xbd, 0x65, 0xc3, 0x04, 0x70, 0x03, 0x3c, 0x01, 0x41, 0xd2, 0x32, 0xba, 0x95, 0xe5, 0x86, 0xdd, 0x98, 0x9d, 0x77, 0x6a, 0xbb, 0x12,
0x95, 0xb8, 0x04, 0x3f, 0xae, 0x59, 0xcd, 0xc2, 0x62, 0xc5, 0xad, 0x4c, 0x4e, 0x1b, 0xa5, 0x6d, 0xa0, 0x19, 0xbe, 0x51, 0xff, 0xf0, 0xb1, 0x53, 0x3a, 0xf9, 0xda, 0x2d, 0xf5, 0x3e, 0x95, 0x51,
0x05, 0xd0, 0x14, 0x5f, 0x2b, 0x7f, 0xfe, 0xd2, 0xc8, 0x1d, 0xfd, 0x68, 0xe6, 0x5a, 0x5f, 0xf3, 0xf3, 0x65, 0xe4, 0x43, 0x48, 0x61, 0xe2, 0xc1, 0x21, 0x7e, 0x8b, 0xea, 0x72, 0xca, 0x43, 0x26,
0xa8, 0xfa, 0x26, 0x1c, 0x40, 0x40, 0x61, 0xc4, 0x61, 0x1f, 0x7f, 0x40, 0x65, 0x35, 0x81, 0x1e, 0x58, 0xcb, 0xe8, 0x1a, 0xcb, 0xcd, 0xd5, 0x07, 0x44, 0x6f, 0xbd, 0x68, 0x3a, 0xdf, 0xbb, 0xcc,
0x93, 0xac, 0x66, 0x35, 0xad, 0xc5, 0xea, 0xf2, 0x23, 0x62, 0x7e, 0x44, 0xb6, 0x21, 0xd3, 0x3f, 0x26, 0x93, 0x3e, 0x79, 0x31, 0x78, 0x07, 0x8e, 0x78, 0x0e, 0x82, 0xd9, 0xf8, 0xf4, 0xbc, 0x53,
0xa1, 0xa2, 0xc9, 0xa8, 0x4d, 0x5e, 0x77, 0x3e, 0x42, 0x57, 0xbe, 0x02, 0xc9, 0x5c, 0x7c, 0x7c, 0x9a, 0x9d, 0x77, 0x50, 0x8e, 0xd1, 0x0b, 0x55, 0x3c, 0x44, 0xd5, 0x24, 0x06, 0xa7, 0x55, 0x56,
0xda, 0xc8, 0x4d, 0x4e, 0x1b, 0x68, 0x8a, 0xd1, 0x73, 0x55, 0xdc, 0x43, 0xc5, 0x38, 0x82, 0x6e, 0xea, 0x36, 0xf9, 0xe3, 0x7f, 0x8a, 0x14, 0xfa, 0xdd, 0x8b, 0xc1, 0xb1, 0xff, 0xd6, 0xf5, 0xaa,
0x2d, 0xaf, 0xd5, 0x5d, 0xf2, 0xdf, 0xff, 0x8d, 0x64, 0xea, 0xdd, 0x89, 0xa0, 0xeb, 0xde, 0x34, 0xf2, 0x45, 0x95, 0x3a, 0x1e, 0xa3, 0x85, 0x44, 0x30, 0x91, 0x26, 0xad, 0x8a, 0xaa, 0xb3, 0x7d,
0xf9, 0x8a, 0xea, 0x46, 0xb5, 0x3a, 0x1e, 0xa2, 0xb9, 0x58, 0x32, 0x99, 0xc4, 0xb5, 0x82, 0xce, 0xcb, 0x3a, 0x4a, 0xcb, 0xfe, 0x47, 0x57, 0x5a, 0xc8, 0xde, 0x54, 0xd7, 0xe8, 0xad, 0xa1, 0x7f,
0xb3, 0x79, 0xcd, 0x3c, 0x5a, 0xcb, 0xbd, 0x65, 0x32, 0xcd, 0xa5, 0x77, 0x6a, 0x72, 0xb4, 0x56, 0x7f, 0x69, 0x0a, 0xdf, 0x45, 0x35, 0x21, 0x21, 0x35, 0xc5, 0x86, 0xbd, 0xa8, 0x99, 0xb5, 0x2c,
0xd0, 0xed, 0x3f, 0x8a, 0xc2, 0xf7, 0x51, 0x49, 0x2a, 0x48, 0x77, 0xb1, 0xe2, 0xce, 0x1b, 0x66, 0x2f, 0x8b, 0xf5, 0x3e, 0x1b, 0xe8, 0xbf, 0xb9, 0x2a, 0x78, 0x13, 0x2d, 0x16, 0x3a, 0x82, 0xa1,
0x29, 0x8d, 0x4b, 0xdf, 0x5a, 0xdf, 0x2c, 0x74, 0x67, 0x26, 0x0b, 0x5e, 0x47, 0xf3, 0x99, 0x8a, 0x92, 0xa8, 0xdb, 0xff, 0x6b, 0x89, 0xc5, 0xad, 0x62, 0x90, 0x5e, 0xce, 0xc5, 0x6f, 0x50, 0x35,
0xa0, 0xa7, 0x25, 0xca, 0xee, 0x5d, 0x23, 0x31, 0xbf, 0x91, 0x7d, 0xa4, 0x17, 0x63, 0xf1, 0x7b, 0x4d, 0x80, 0xeb, 0xf1, 0x6e, 0xde, 0xc0, 0xf6, 0x7e, 0x02, 0x7c, 0x37, 0x3c, 0x88, 0xf2, 0xb9,
0x54, 0x4c, 0x62, 0x10, 0xa6, 0xbd, 0xeb, 0x57, 0xb0, 0xbd, 0x1b, 0x83, 0xd8, 0x0e, 0xf6, 0xc2, 0x4a, 0x84, 0x2a, 0x59, 0x69, 0x0b, 0x38, 0x8f, 0xb8, 0x1a, 0x6b, 0xc1, 0xd6, 0x8e, 0x04, 0x69,
0x69, 0x5f, 0x15, 0x42, 0xb5, 0xac, 0xb2, 0x05, 0x42, 0x84, 0x42, 0xb7, 0x35, 0x63, 0x6b, 0x4b, 0x16, 0xeb, 0x4d, 0xcb, 0xa8, 0xfe, 0x53, 0x05, 0xaf, 0xa0, 0xba, 0x64, 0x86, 0x2c, 0x00, 0x3d,
0x81, 0x34, 0x7d, 0x6b, 0x8d, 0xf3, 0xa8, 0x7c, 0xa6, 0x82, 0x1f, 0xa2, 0xb2, 0x62, 0x06, 0xcc, 0x8b, 0x25, 0x4d, 0x52, 0x39, 0x12, 0xa7, 0x17, 0x19, 0xf8, 0x0e, 0xaa, 0xa4, 0xde, 0x50, 0x75,
0x07, 0xd3, 0x8b, 0x05, 0x43, 0xd2, 0x31, 0x0a, 0xa7, 0xe7, 0x11, 0xf8, 0x1e, 0x2a, 0x24, 0xbc, 0xdf, 0xb0, 0x9b, 0x3a, 0xb1, 0xb2, 0xbf, 0xbb, 0x4d, 0x25, 0x8e, 0x7b, 0x68, 0xc1, 0xe5, 0x51,
0xa7, 0xab, 0xaf, 0xb8, 0x55, 0x13, 0x58, 0xd8, 0xdd, 0xde, 0xa4, 0x0a, 0xc7, 0x2d, 0x34, 0xe7, 0x1a, 0xcb, 0xb5, 0xca, 0x5f, 0x1b, 0xc9, 0x65, 0x3c, 0x53, 0x08, 0xd5, 0x11, 0xec, 0xa3, 0x1a,
0x89, 0x30, 0x89, 0xd4, 0x58, 0xd5, 0xd7, 0x46, 0x6a, 0x18, 0x2f, 0x34, 0x42, 0xcd, 0x0b, 0x1e, 0xc8, 0x5b, 0x68, 0x55, 0xbb, 0x95, 0xe5, 0xe6, 0xea, 0xd3, 0x5b, 0x8c, 0x80, 0xa8, 0xa3, 0xda,
0xa0, 0x12, 0xa8, 0x5d, 0xa8, 0x15, 0x9b, 0x85, 0xc5, 0xea, 0xf2, 0xf3, 0x6b, 0xb4, 0x80, 0xe8, 0x09, 0x05, 0x3f, 0x2e, 0x58, 0x95, 0x18, 0xcd, 0x6a, 0xb4, 0x0f, 0xf5, 0xe1, 0xa9, 0x1c, 0xbc,
0xa5, 0xda, 0x0a, 0xa4, 0x38, 0xcc, 0x58, 0x55, 0x18, 0x4d, 0x73, 0xd4, 0xf7, 0xcd, 0xe2, 0xe9, 0x84, 0x2a, 0x3e, 0x1c, 0x67, 0x36, 0xa9, 0xfc, 0xc4, 0x7b, 0xa8, 0x36, 0x91, 0x37, 0xa9, 0xf7,
0x18, 0xbc, 0x80, 0x0a, 0x03, 0x38, 0x4c, 0x6d, 0x52, 0x75, 0xc4, 0x3b, 0xa8, 0x34, 0x52, 0x3b, 0xf1, 0xe4, 0x06, 0xcd, 0xe4, 0x87, 0x4d, 0x33, 0xad, 0x8d, 0xf2, 0xba, 0x61, 0xdf, 0x3b, 0x9d,
0x69, 0xe6, 0xf1, 0xec, 0x0a, 0xc5, 0x4c, 0x17, 0x9b, 0xa6, 0x5a, 0x6b, 0xf9, 0x55, 0xcb, 0x7d, 0x9a, 0xa5, 0xb3, 0xa9, 0x59, 0xfa, 0x32, 0x35, 0x4b, 0x27, 0x33, 0xd3, 0x38, 0x9d, 0x99, 0xc6,
0x70, 0x3c, 0xb6, 0x73, 0x27, 0x63, 0x3b, 0xf7, 0x7d, 0x6c, 0xe7, 0x8e, 0x26, 0xb6, 0x75, 0x3c, 0xd9, 0xcc, 0x34, 0xbe, 0xcd, 0x4c, 0xe3, 0xfd, 0x77, 0xb3, 0xf4, 0xfa, 0x2f, 0x2d, 0xf0, 0x23,
0xb1, 0xad, 0x93, 0x89, 0x6d, 0xfd, 0x9c, 0xd8, 0xd6, 0xa7, 0x5f, 0x76, 0xee, 0xdd, 0x0d, 0x23, 0x00, 0x00, 0xff, 0xff, 0xb9, 0x87, 0xc6, 0x94, 0xfa, 0x05, 0x00, 0x00,
0xf0, 0x3b, 0x00, 0x00, 0xff, 0xff, 0xc7, 0x8a, 0x39, 0x26, 0x16, 0x06, 0x00, 0x00,
} }

View File

@ -26,7 +26,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1beta1"; option go_package = "v1beta1";

View File

@ -2298,63 +2298,62 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 925 bytes of a gzipped FileDescriptorProto // 904 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0x4f, 0x8f, 0xdb, 0x44, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0x4f, 0x6f, 0x1b, 0x45,
0x14, 0x8f, 0xf3, 0x6f, 0x93, 0x59, 0x60, 0xcb, 0x54, 0x65, 0xdd, 0x45, 0x4a, 0xa2, 0x80, 0xd0, 0x14, 0xf7, 0xfa, 0x5f, 0xec, 0x09, 0x90, 0x32, 0x55, 0xc9, 0x36, 0x48, 0xb6, 0x65, 0x10, 0x0a,
0x22, 0xa8, 0xcd, 0x96, 0x3f, 0xad, 0xca, 0x01, 0xad, 0xc5, 0x42, 0x91, 0x68, 0x8b, 0x26, 0x62, 0xa2, 0xec, 0x92, 0xf2, 0xa7, 0x55, 0x39, 0xa0, 0xac, 0x08, 0x7f, 0x24, 0xda, 0xa2, 0x89, 0xc8,
0x0f, 0x70, 0x61, 0xe2, 0x7d, 0xeb, 0xb8, 0x49, 0x3c, 0x66, 0x66, 0xec, 0x76, 0x39, 0xf5, 0xc6, 0x01, 0x2e, 0x8c, 0x37, 0x2f, 0xf6, 0xd6, 0xde, 0x9d, 0x65, 0x66, 0x76, 0xdb, 0x70, 0xea, 0x8d,
0x15, 0x89, 0x0b, 0x47, 0xbe, 0x02, 0x1f, 0x00, 0xce, 0x7b, 0xa3, 0x07, 0x24, 0x38, 0xa0, 0x88, 0x2b, 0x12, 0x17, 0x8e, 0x7c, 0x05, 0x3e, 0x00, 0x9c, 0x73, 0xa3, 0x07, 0x24, 0x38, 0x20, 0x8b,
0x0d, 0x17, 0x3e, 0x06, 0x9a, 0xf1, 0x24, 0x4e, 0x88, 0x97, 0x2a, 0x50, 0x09, 0x0e, 0xbd, 0x79, 0x2c, 0x17, 0x3e, 0x06, 0x9a, 0xd9, 0x89, 0x37, 0xc6, 0x6b, 0x2a, 0x43, 0x25, 0x7a, 0xe8, 0x6d,
0xde, 0x7b, 0xbf, 0xf7, 0x7e, 0xf3, 0xe6, 0x37, 0x7e, 0x83, 0xde, 0x1e, 0x5e, 0x17, 0x4e, 0xc8, 0xe7, 0xbd, 0xdf, 0xef, 0xbd, 0xdf, 0xbc, 0x79, 0xb3, 0x6f, 0xd0, 0xdb, 0xe3, 0xeb, 0xc2, 0x09,
0xdc, 0x61, 0xd2, 0x07, 0x1e, 0x81, 0x04, 0xe1, 0xc6, 0xc3, 0xc0, 0xa5, 0x71, 0x28, 0x5c, 0x9a, 0x98, 0x3b, 0x4e, 0x06, 0xc0, 0x23, 0x90, 0x20, 0xdc, 0x78, 0x3c, 0x74, 0x69, 0x1c, 0x08, 0x97,
0xc8, 0x01, 0xe3, 0xe1, 0x17, 0x54, 0x86, 0x2c, 0x72, 0xd3, 0x3d, 0x37, 0x80, 0x08, 0x38, 0x95, 0x26, 0x72, 0xc4, 0x78, 0xf0, 0x25, 0x95, 0x01, 0x8b, 0xdc, 0x74, 0xc7, 0x1d, 0x42, 0x04, 0x9c,
0x70, 0xe4, 0xc4, 0x9c, 0x49, 0x86, 0x5f, 0xc9, 0xc0, 0x4e, 0x0e, 0x76, 0xe2, 0x61, 0xe0, 0x28, 0x4a, 0x38, 0x74, 0x62, 0xce, 0x24, 0xc3, 0xaf, 0xe4, 0x64, 0xa7, 0x20, 0x3b, 0xf1, 0x78, 0xe8,
0xb0, 0xb3, 0x04, 0x76, 0xd2, 0xbd, 0x9d, 0x2b, 0x41, 0x28, 0x07, 0x49, 0xdf, 0xf1, 0xd9, 0xd8, 0x28, 0xb2, 0x33, 0x47, 0x76, 0xd2, 0x9d, 0xad, 0x57, 0x87, 0x81, 0x1c, 0x25, 0x03, 0xc7, 0x67,
0x0d, 0x58, 0xc0, 0x5c, 0x9d, 0xa3, 0x9f, 0x1c, 0xeb, 0x95, 0x5e, 0xe8, 0xaf, 0x2c, 0xf7, 0xce, 0xa1, 0x3b, 0x64, 0x43, 0xe6, 0xea, 0x18, 0x83, 0xe4, 0x48, 0xaf, 0xf4, 0x42, 0x7f, 0xe5, 0xb1,
0x1b, 0x86, 0x18, 0x8d, 0xc3, 0x31, 0xf5, 0x07, 0x61, 0x04, 0xfc, 0x24, 0xa7, 0x36, 0x06, 0x49, 0xb7, 0xde, 0x30, 0xc2, 0x68, 0x1c, 0x84, 0xd4, 0x1f, 0x05, 0x11, 0xf0, 0xe3, 0x42, 0x5a, 0x08,
0x0b, 0x18, 0xed, 0xb8, 0xe7, 0xa1, 0x78, 0x12, 0xc9, 0x70, 0x0c, 0x2b, 0x80, 0xb7, 0x1e, 0x05, 0x92, 0x96, 0x28, 0xda, 0x72, 0x97, 0xb1, 0x78, 0x12, 0xc9, 0x20, 0x84, 0x05, 0xc2, 0x5b, 0x0f,
0x10, 0xfe, 0x00, 0xc6, 0x74, 0x05, 0xf7, 0xfa, 0x79, 0xb8, 0x44, 0x86, 0x23, 0x37, 0x8c, 0xa4, 0x23, 0x08, 0x7f, 0x04, 0x21, 0x5d, 0xe0, 0xbd, 0xbe, 0x8c, 0x97, 0xc8, 0x60, 0xe2, 0x06, 0x91,
0x90, 0x7c, 0x05, 0xb4, 0xb0, 0x27, 0x01, 0x3c, 0x05, 0x9e, 0x6f, 0x08, 0xee, 0xd3, 0x71, 0x3c, 0x14, 0x92, 0x2f, 0x90, 0xce, 0xed, 0x49, 0x00, 0x4f, 0x81, 0x17, 0x1b, 0x82, 0x7b, 0x34, 0x8c,
0x82, 0xa2, 0x3d, 0xdd, 0x5c, 0x38, 0xa2, 0x2b, 0x34, 0x08, 0x38, 0x04, 0x54, 0xb2, 0x05, 0x2c, 0x27, 0x50, 0xb6, 0xa7, 0x2b, 0x4b, 0x8f, 0xa8, 0x04, 0xdd, 0xbf, 0x86, 0xd0, 0xde, 0x3d, 0xc9,
0x8d, 0x43, 0x0e, 0x41, 0x28, 0x24, 0x9f, 0x9d, 0x14, 0x1d, 0xc5, 0x03, 0xba, 0x92, 0xa9, 0x7b, 0xe9, 0x01, 0x9d, 0x24, 0x80, 0xbb, 0xa8, 0x11, 0x48, 0x08, 0x85, 0x6d, 0xf5, 0x6a, 0xdb, 0x6d,
0x0d, 0xa1, 0x83, 0xfb, 0x92, 0xd3, 0x43, 0x3a, 0x4a, 0x00, 0xb7, 0x51, 0x2d, 0x94, 0x30, 0x16, 0xaf, 0x9d, 0x4d, 0xbb, 0x8d, 0x0f, 0x95, 0x81, 0xe4, 0xf6, 0x1b, 0xad, 0x6f, 0xbf, 0xeb, 0x56,
0xb6, 0xd5, 0xa9, 0xec, 0x36, 0xbd, 0xe6, 0x74, 0xd2, 0xae, 0x7d, 0xa0, 0x0c, 0x24, 0xb3, 0xdf, 0xee, 0xff, 0xd6, 0xab, 0xf4, 0x7f, 0xae, 0x22, 0xfb, 0x23, 0xe6, 0xd3, 0xc9, 0x7e, 0x32, 0xb8,
0x68, 0x7c, 0xf3, 0x6d, 0xbb, 0xf4, 0xe0, 0xd7, 0x4e, 0xa9, 0xfb, 0x53, 0x19, 0xd9, 0x1f, 0x32, 0x03, 0xbe, 0xdc, 0xf5, 0x7d, 0x10, 0x82, 0x40, 0x1a, 0xc0, 0x5d, 0xfc, 0x39, 0x6a, 0xa9, 0x92,
0x9f, 0x8e, 0x7a, 0x49, 0xff, 0x2e, 0xf8, 0x72, 0xdf, 0xf7, 0x41, 0x08, 0x02, 0x69, 0x08, 0xf7, 0x1f, 0x52, 0x49, 0x6d, 0xab, 0x67, 0x6d, 0xaf, 0x5f, 0x7d, 0xcd, 0x31, 0x87, 0x7f, 0xbe, 0x02,
0xf0, 0x67, 0xa8, 0xa1, 0x8e, 0xe3, 0x88, 0x4a, 0x6a, 0x5b, 0x1d, 0x6b, 0x77, 0xf3, 0xea, 0x6b, 0xc5, 0xf1, 0x2b, 0xb4, 0x93, 0xee, 0x38, 0xb7, 0x75, 0xac, 0x9b, 0x20, 0xa9, 0x87, 0x4f, 0xa6,
0x8e, 0x11, 0xc6, 0x62, 0x77, 0x72, 0x69, 0xa8, 0x68, 0x27, 0xdd, 0x73, 0xee, 0xe8, 0x5c, 0xb7, 0xdd, 0x4a, 0x36, 0xed, 0xa2, 0xc2, 0x46, 0x66, 0x51, 0xf1, 0x11, 0xaa, 0x8b, 0x18, 0x7c, 0xbb,
0x40, 0x52, 0x0f, 0x9f, 0x4e, 0xda, 0xa5, 0xe9, 0xa4, 0x8d, 0x72, 0x1b, 0x99, 0x67, 0xc5, 0xc7, 0xaa, 0xa3, 0xbf, 0xeb, 0xac, 0xd0, 0x5a, 0x4e, 0x89, 0xe2, 0xfd, 0x18, 0x7c, 0xef, 0x29, 0x93,
0xa8, 0x2a, 0x62, 0xf0, 0xed, 0xb2, 0xce, 0xfe, 0xae, 0xb3, 0x86, 0xec, 0x9c, 0x02, 0xc6, 0xbd, 0xb1, 0xae, 0x56, 0x44, 0xc7, 0xc7, 0x11, 0x6a, 0x0a, 0x49, 0x65, 0x22, 0xec, 0x9a, 0xce, 0xf4,
0x18, 0x7c, 0xef, 0x29, 0x53, 0xb1, 0xaa, 0x56, 0x44, 0xe7, 0xc7, 0x11, 0xaa, 0x0b, 0x49, 0x65, 0xde, 0x7f, 0xce, 0xa4, 0xa3, 0x79, 0xcf, 0x98, 0x5c, 0xcd, 0x7c, 0x4d, 0x4c, 0x96, 0xfe, 0x67,
0x22, 0xec, 0x8a, 0xae, 0xf4, 0xde, 0xbf, 0xae, 0xa4, 0xb3, 0x79, 0xcf, 0x98, 0x5a, 0xf5, 0x6c, 0xe8, 0xd2, 0x2d, 0x16, 0x11, 0x10, 0x2c, 0xe1, 0x3e, 0xec, 0x4a, 0xc9, 0x83, 0x41, 0x22, 0x41,
0x4d, 0x4c, 0x95, 0xee, 0xa7, 0xe8, 0xd2, 0x6d, 0x16, 0x11, 0x10, 0x2c, 0xe1, 0x3e, 0xec, 0x4b, 0xe0, 0x1e, 0xaa, 0xc7, 0x54, 0x8e, 0x74, 0x39, 0xdb, 0x85, 0xd4, 0x8f, 0xa9, 0x1c, 0x11, 0xed,
0xc9, 0xc3, 0x7e, 0x22, 0x41, 0xe0, 0x0e, 0xaa, 0xc6, 0x54, 0x0e, 0x74, 0x3b, 0x9b, 0x39, 0xd5, 0x51, 0x88, 0x14, 0xf8, 0x40, 0x97, 0xe4, 0x1c, 0xe2, 0x00, 0xf8, 0x80, 0x68, 0x4f, 0xff, 0xc7,
0x8f, 0xa8, 0x1c, 0x10, 0xed, 0x51, 0x11, 0x29, 0xf0, 0xbe, 0x6e, 0xc9, 0x42, 0xc4, 0x21, 0xf0, 0x2a, 0xc2, 0x25, 0xa1, 0x5d, 0xd4, 0x8e, 0x68, 0x08, 0x22, 0xa6, 0x3e, 0x98, 0xf8, 0xcf, 0x1a,
0x3e, 0xd1, 0x9e, 0xee, 0x0f, 0x65, 0x84, 0x0b, 0x52, 0xbb, 0xa8, 0x19, 0xd1, 0x31, 0x88, 0x98, 0x76, 0xfb, 0xd6, 0x99, 0x83, 0x14, 0x98, 0x87, 0x67, 0xc2, 0x2f, 0xa0, 0xc6, 0x90, 0xb3, 0x24,
0xfa, 0x60, 0xf2, 0x3f, 0x6b, 0xd0, 0xcd, 0xdb, 0x33, 0x07, 0xc9, 0x63, 0x1e, 0x5d, 0x09, 0xbf, 0xd6, 0x55, 0x6b, 0x7b, 0x4f, 0x1b, 0x48, 0xe3, 0x7d, 0x65, 0x24, 0xb9, 0x0f, 0xbf, 0x8c, 0xd6,
0x80, 0x6a, 0x01, 0x67, 0x49, 0xac, 0xbb, 0xd6, 0xf4, 0x9e, 0x36, 0x21, 0xb5, 0xf7, 0x95, 0x91, 0x52, 0xe0, 0x22, 0x60, 0x91, 0x5d, 0xd7, 0xb0, 0x0d, 0x03, 0x5b, 0x3b, 0xc8, 0xcd, 0xe4, 0xcc,
0x64, 0x3e, 0xfc, 0x32, 0xda, 0x48, 0x81, 0x8b, 0x90, 0x45, 0x76, 0x55, 0x87, 0x6d, 0x99, 0xb0, 0x8f, 0xaf, 0xa0, 0x16, 0x37, 0xc2, 0xed, 0x86, 0xc6, 0x5e, 0x30, 0xd8, 0xd6, 0xd9, 0x86, 0xc8,
0x8d, 0xc3, 0xcc, 0x4c, 0x66, 0x7e, 0xfc, 0x2a, 0x6a, 0x70, 0x43, 0xdc, 0xae, 0xe9, 0xd8, 0x0b, 0x0c, 0x81, 0xdf, 0x44, 0xeb, 0x22, 0x19, 0xcc, 0x08, 0x4d, 0x4d, 0xb8, 0x68, 0x08, 0xeb, 0xfb,
0x26, 0xb6, 0x31, 0xdb, 0x10, 0x99, 0x47, 0xe0, 0x37, 0xd1, 0xa6, 0x48, 0xfa, 0x73, 0x40, 0x5d, 0x85, 0x8b, 0x9c, 0xc7, 0xa9, 0x6d, 0xa9, 0x3d, 0xda, 0x6b, 0xf3, 0xdb, 0x52, 0x25, 0x20, 0xda,
0x03, 0x2e, 0x1a, 0xc0, 0x66, 0x2f, 0x77, 0x91, 0xc5, 0x38, 0xb5, 0x2d, 0xb5, 0x47, 0x7b, 0x63, 0xd3, 0xff, 0xa5, 0x8a, 0x36, 0xf7, 0x61, 0x72, 0xf4, 0xff, 0xf4, 0xfc, 0x9d, 0xb9, 0x9e, 0xff,
0x79, 0x5b, 0xaa, 0x05, 0x44, 0x7b, 0xba, 0x3f, 0x97, 0xd1, 0x76, 0x0f, 0x46, 0xc7, 0xff, 0x8d, 0x60, 0xb5, 0x4e, 0x2c, 0x57, 0xfd, 0xd8, 0xf4, 0xfd, 0x0f, 0x55, 0xf4, 0xfc, 0x3f, 0x68, 0xc4,
0xe6, 0xef, 0x2e, 0x69, 0xfe, 0xe6, 0x7a, 0x4a, 0x2c, 0x66, 0xfd, 0xbf, 0xd1, 0xfd, 0xf7, 0x65, 0x5f, 0x59, 0x08, 0xf3, 0x85, 0xd6, 0x35, 0x85, 0x7e, 0x67, 0x25, 0x71, 0x8b, 0x37, 0xc0, 0x7b,
0xf4, 0xfc, 0xdf, 0x70, 0xc4, 0x5f, 0x5a, 0x08, 0xf3, 0x15, 0xe9, 0x9a, 0x46, 0xbf, 0xb3, 0x16, 0x2e, 0x9b, 0x76, 0x4b, 0x6e, 0x06, 0x29, 0x49, 0x89, 0xbf, 0xb1, 0xd0, 0xa5, 0xa8, 0xec, 0x8a,
0xb9, 0xd5, 0x1b, 0xe0, 0x3d, 0x37, 0x9d, 0xb4, 0x0b, 0x6e, 0x06, 0x29, 0x28, 0x89, 0xbf, 0xb6, 0x9a, 0x73, 0xf1, 0x56, 0x12, 0x53, 0x7a, 0xd9, 0xbd, 0xcb, 0xd9, 0xb4, 0x5b, 0xfe, 0x1f, 0x20,
0xd0, 0xa5, 0xa8, 0xe8, 0x8a, 0x9a, 0x73, 0xf1, 0xd6, 0x22, 0x53, 0x78, 0xd9, 0xbd, 0xcb, 0xd3, 0xe5, 0xb9, 0xfb, 0x3f, 0x55, 0xd1, 0xc5, 0x27, 0x7f, 0xe2, 0x47, 0xd9, 0x91, 0x7f, 0xd6, 0xd1,
0x49, 0xbb, 0xf8, 0x3f, 0x40, 0x8a, 0x6b, 0x77, 0x7f, 0x2c, 0xa3, 0x8b, 0x4f, 0xfe, 0xc4, 0x8f, 0xe6, 0x93, 0x6e, 0xfc, 0x57, 0xdd, 0x38, 0x1b, 0x10, 0xb5, 0xf9, 0x3f, 0xe9, 0x27, 0x02, 0xb8,
0x53, 0x91, 0x7f, 0x54, 0xd1, 0xf6, 0x13, 0x35, 0xfe, 0x23, 0x35, 0xce, 0x07, 0x44, 0x65, 0xf9, 0x19, 0x10, 0x7d, 0xd4, 0xd4, 0x43, 0x40, 0xd8, 0x75, 0xfd, 0xd4, 0x40, 0xea, 0x04, 0xf4, 0x74,
0x4f, 0xfa, 0xb1, 0x00, 0x6e, 0x06, 0x44, 0x17, 0xd5, 0xf5, 0x10, 0x10, 0x76, 0x55, 0x3f, 0x35, 0x10, 0xc4, 0x78, 0xb0, 0x44, 0x0d, 0x50, 0x6f, 0x13, 0xbb, 0xd1, 0xab, 0x6d, 0xaf, 0x5f, 0xbd,
0x90, 0x3a, 0x01, 0x3d, 0x1d, 0x04, 0x31, 0x1e, 0x2c, 0x51, 0x0d, 0xd4, 0xdb, 0xc4, 0xae, 0x75, 0xfd, 0x28, 0x5a, 0xcb, 0xd1, 0xaf, 0x9d, 0xbd, 0x48, 0xf2, 0xe3, 0x62, 0x2a, 0x69, 0x1b, 0xc9,
0x2a, 0xbb, 0x9b, 0x57, 0xef, 0x3c, 0x0e, 0x69, 0x39, 0xfa, 0xb5, 0x73, 0x10, 0x49, 0x7e, 0x92, 0x93, 0x6d, 0x7d, 0x61, 0x5e, 0x44, 0x1a, 0x83, 0x2f, 0xa0, 0xda, 0x18, 0x8e, 0xf3, 0xa9, 0x48,
0x4f, 0x25, 0x6d, 0x23, 0x59, 0xb1, 0x9d, 0xcf, 0xcd, 0x8b, 0x48, 0xc7, 0xe0, 0x0b, 0xa8, 0x32, 0xd4, 0x27, 0xbe, 0x89, 0x1a, 0xa9, 0x7a, 0x2c, 0x99, 0x02, 0x5f, 0x5b, 0x49, 0x55, 0xf1, 0xd6,
0x84, 0x93, 0x6c, 0x2a, 0x12, 0xf5, 0x89, 0x6f, 0xa1, 0x5a, 0xaa, 0x1e, 0x4b, 0xa6, 0xc1, 0xd7, 0x22, 0x79, 0x94, 0x1b, 0xd5, 0xeb, 0x56, 0xff, 0x7b, 0x0b, 0x5d, 0x5e, 0xda, 0xa0, 0x6a, 0x4c,
0xd6, 0x62, 0x95, 0xbf, 0xb5, 0x48, 0x96, 0xe5, 0x46, 0xf9, 0xba, 0xd5, 0xfd, 0xce, 0x42, 0x97, 0xd2, 0xc9, 0x84, 0xdd, 0x85, 0x43, 0x2d, 0xa3, 0x55, 0x8c, 0xc9, 0xdd, 0xdc, 0x4c, 0xce, 0xfc,
0xcf, 0x15, 0xa8, 0x1a, 0x93, 0x74, 0x34, 0x62, 0xf7, 0xe0, 0x48, 0xd3, 0x68, 0xe4, 0x63, 0x72, 0xf8, 0x25, 0xd4, 0xe4, 0x40, 0x05, 0x8b, 0xcc, 0x68, 0x9e, 0xf5, 0x36, 0xd1, 0x56, 0x62, 0xbc,
0x3f, 0x33, 0x93, 0x99, 0x1f, 0xbf, 0x84, 0xea, 0x1c, 0xa8, 0x60, 0x91, 0x19, 0xcd, 0x73, 0x6d, 0x78, 0x17, 0x6d, 0x80, 0x4a, 0xaf, 0x75, 0xed, 0x71, 0xce, 0xb8, 0x39, 0xaa, 0x4d, 0x43, 0xd8,
0x13, 0x6d, 0x25, 0xc6, 0x8b, 0xf7, 0xd1, 0x16, 0xa8, 0xf2, 0x9a, 0xd7, 0x01, 0xe7, 0x8c, 0x9b, 0xd8, 0x9b, 0x77, 0x93, 0xbf, 0xe3, 0xbd, 0x17, 0x4f, 0x4e, 0x3b, 0x95, 0x07, 0xa7, 0x9d, 0xca,
0xa3, 0xda, 0x36, 0x80, 0xad, 0x83, 0x65, 0x37, 0xf9, 0x6b, 0xbc, 0xf7, 0xe2, 0xe9, 0x59, 0xab, 0xaf, 0xa7, 0x9d, 0xca, 0xfd, 0xac, 0x63, 0x9d, 0x64, 0x1d, 0xeb, 0x41, 0xd6, 0xb1, 0x7e, 0xcf,
0xf4, 0xf0, 0xac, 0x55, 0xfa, 0xe5, 0xac, 0x55, 0x7a, 0x30, 0x6d, 0x59, 0xa7, 0xd3, 0x96, 0xf5, 0x3a, 0xd6, 0xd7, 0x7f, 0x74, 0x2a, 0x9f, 0x56, 0xd3, 0x9d, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff,
0x70, 0xda, 0xb2, 0x7e, 0x9b, 0xb6, 0xac, 0xaf, 0x7e, 0x6f, 0x95, 0x3e, 0x29, 0xa7, 0x7b, 0x7f, 0x8a, 0xc4, 0x1f, 0xd5, 0x30, 0x0c, 0x00, 0x00,
0x06, 0x00, 0x00, 0xff, 0xff, 0xe4, 0x00, 0x89, 0xa0, 0x4c, 0x0c, 0x00, 0x00,
} }

View File

@ -26,7 +26,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1"; option go_package = "v1";

View File

@ -2298,63 +2298,62 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 924 bytes of a gzipped FileDescriptorProto // 904 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0x4f, 0x6f, 0x1b, 0x45, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0x4f, 0x6f, 0xdc, 0x44,
0x14, 0xf7, 0xfa, 0x4f, 0x62, 0x4f, 0x80, 0x94, 0xa9, 0x4a, 0xb6, 0x41, 0xb2, 0x2d, 0x23, 0xa1, 0x14, 0x5f, 0xef, 0x9f, 0x64, 0x77, 0x02, 0xa4, 0x4c, 0x55, 0xe2, 0x06, 0x69, 0x77, 0xb5, 0x48,
0x54, 0xa2, 0xbb, 0x4d, 0xf9, 0x57, 0x55, 0x1c, 0x88, 0x45, 0x54, 0x2a, 0x68, 0x41, 0x13, 0xc8, 0x28, 0x95, 0x8a, 0xdd, 0x94, 0x7f, 0x55, 0xc5, 0x81, 0x58, 0x44, 0x55, 0x05, 0x2d, 0x68, 0x02,
0x01, 0x2e, 0xcc, 0x6e, 0x5e, 0xd7, 0x83, 0xed, 0x9d, 0xd5, 0xcc, 0xec, 0xb6, 0xe1, 0xd4, 0x0f, 0x39, 0xc0, 0x85, 0xb1, 0xf3, 0xba, 0x6b, 0x76, 0xed, 0xb1, 0x66, 0xc6, 0x6e, 0xc3, 0xa9, 0x1f,
0xc0, 0x81, 0x63, 0x8f, 0x7c, 0x05, 0xbe, 0x00, 0x57, 0x72, 0xec, 0x11, 0x24, 0x64, 0x11, 0xf3, 0x80, 0x03, 0xc7, 0x1e, 0xf9, 0x0a, 0x7c, 0x01, 0xae, 0xe4, 0xd8, 0x23, 0x48, 0x68, 0x45, 0xcc,
0x2d, 0x38, 0xa1, 0x99, 0x1d, 0x7b, 0x6d, 0xbc, 0xa1, 0x0a, 0x14, 0xd1, 0x43, 0x6f, 0xbb, 0xef, 0xb7, 0xe0, 0x84, 0x66, 0x3c, 0xbb, 0xce, 0xb2, 0x0e, 0xd5, 0x42, 0x11, 0x1c, 0x72, 0xb3, 0xdf,
0xef, 0xef, 0xbd, 0xf7, 0x9b, 0x79, 0x83, 0xde, 0x1f, 0xde, 0x90, 0x1e, 0xe3, 0xfe, 0x30, 0x0d, 0xfb, 0xbd, 0xf7, 0x7e, 0xef, 0xcd, 0x9b, 0x79, 0x0f, 0xbd, 0x3f, 0xbe, 0x25, 0x9c, 0x90, 0xb9,
0x40, 0xc4, 0xa0, 0x40, 0xfa, 0xc9, 0x30, 0xf2, 0x69, 0xc2, 0xa4, 0x4f, 0x53, 0x35, 0xe0, 0x82, 0xe3, 0xd4, 0x07, 0x1e, 0x83, 0x04, 0xe1, 0x26, 0xe3, 0xa1, 0x4b, 0x93, 0x50, 0xb8, 0x34, 0x95,
0x7d, 0x43, 0x15, 0xe3, 0xb1, 0x9f, 0xed, 0x06, 0xa0, 0xe8, 0xae, 0x1f, 0x41, 0x0c, 0x82, 0x2a, 0x23, 0xc6, 0xc3, 0xaf, 0xa9, 0x0c, 0x59, 0xec, 0x66, 0xbb, 0x3e, 0x48, 0xba, 0xeb, 0x0e, 0x21,
0x38, 0xf2, 0x12, 0xc1, 0x15, 0xc7, 0xd7, 0xf2, 0x08, 0x5e, 0x11, 0xc1, 0x4b, 0x86, 0x91, 0xa7, 0x06, 0x4e, 0x25, 0x1c, 0x39, 0x09, 0x67, 0x92, 0xe1, 0x1b, 0x85, 0x07, 0xa7, 0xf4, 0xe0, 0x24,
0x23, 0x78, 0x4b, 0x11, 0x3c, 0x1b, 0x61, 0xfb, 0x6a, 0xc4, 0xd4, 0x20, 0x0d, 0xbc, 0x90, 0x8f, 0xe3, 0xa1, 0xa3, 0x3c, 0x38, 0x0b, 0x1e, 0x1c, 0xe3, 0x61, 0xfb, 0x8d, 0x61, 0x28, 0x47, 0xa9,
0xfd, 0x88, 0x47, 0xdc, 0x37, 0x81, 0x82, 0xf4, 0x9e, 0xf9, 0x33, 0x3f, 0xe6, 0x2b, 0x4f, 0xb0, 0xef, 0x04, 0x2c, 0x72, 0x87, 0x6c, 0xc8, 0x5c, 0xed, 0xc8, 0x4f, 0x1f, 0xe8, 0x3f, 0xfd, 0xa3,
0xfd, 0x96, 0x85, 0x48, 0x13, 0x36, 0xa6, 0xe1, 0x80, 0xc5, 0x20, 0x8e, 0x0b, 0x90, 0x63, 0x50, 0xbf, 0x8a, 0x00, 0xdb, 0x6f, 0x19, 0x8a, 0x34, 0x09, 0x23, 0x1a, 0x8c, 0xc2, 0x18, 0xf8, 0x71,
0xd4, 0xcf, 0x56, 0x60, 0x6d, 0xfb, 0x67, 0x79, 0x89, 0x34, 0x56, 0x6c, 0x0c, 0x2b, 0x0e, 0xef, 0x49, 0x32, 0x02, 0x49, 0xdd, 0x6c, 0x89, 0xd6, 0xb6, 0x7b, 0x9e, 0x15, 0x4f, 0x63, 0x19, 0x46,
0x3c, 0xc9, 0x41, 0x86, 0x03, 0x18, 0xd3, 0x15, 0xbf, 0x37, 0xcf, 0xf2, 0x4b, 0x15, 0x1b, 0xf9, 0xb0, 0x64, 0xf0, 0xce, 0xb3, 0x0c, 0x44, 0x30, 0x82, 0x88, 0x2e, 0xd9, 0xbd, 0x79, 0x9e, 0x5d,
0x2c, 0x56, 0x52, 0x89, 0x15, 0xa7, 0x85, 0x9a, 0x24, 0x88, 0x0c, 0x44, 0x51, 0x10, 0x3c, 0xa0, 0x2a, 0xc3, 0x89, 0x1b, 0xc6, 0x52, 0x48, 0xbe, 0x64, 0x74, 0x26, 0x27, 0x01, 0x3c, 0x03, 0x5e,
0xe3, 0x64, 0x04, 0x65, 0x35, 0x7d, 0xb8, 0x30, 0xac, 0xab, 0x34, 0x8a, 0x04, 0x44, 0x54, 0xf1, 0x26, 0x04, 0x8f, 0x68, 0x94, 0x4c, 0xa0, 0x2a, 0xa7, 0xeb, 0xe7, 0x1e, 0x56, 0x05, 0x7a, 0xf0,
0x05, 0x5f, 0x9a, 0x30, 0x01, 0x11, 0x93, 0x4a, 0xcc, 0x66, 0x46, 0x47, 0xc9, 0x60, 0x75, 0x68, 0x2e, 0x42, 0xfb, 0x8f, 0x24, 0xa7, 0x87, 0x74, 0x92, 0x02, 0xee, 0xa1, 0x56, 0x28, 0x21, 0x12,
0xbd, 0x77, 0x11, 0xda, 0x7f, 0xa0, 0x04, 0x3d, 0xa4, 0xa3, 0x14, 0x70, 0x07, 0x35, 0x98, 0x82, 0xb6, 0xd5, 0x6f, 0xec, 0x74, 0xbc, 0x4e, 0x3e, 0xed, 0xb5, 0xee, 0x2a, 0x01, 0x29, 0xe4, 0xb7,
0xb1, 0x74, 0x9d, 0x6e, 0x6d, 0xa7, 0xd5, 0x6f, 0x4d, 0x27, 0x9d, 0xc6, 0x6d, 0x2d, 0x20, 0xb9, 0xdb, 0x4f, 0xbe, 0xeb, 0xd5, 0x1e, 0xff, 0xd2, 0xaf, 0x0d, 0xa6, 0x75, 0x64, 0x7f, 0xc4, 0x02,
0xfc, 0x66, 0xf3, 0xd1, 0xf7, 0x9d, 0xca, 0xc3, 0x5f, 0xbb, 0x95, 0xde, 0xa4, 0x8a, 0xdc, 0x8f, 0x3a, 0x39, 0x48, 0xfd, 0xaf, 0x20, 0x90, 0x7b, 0x41, 0x00, 0x42, 0x10, 0xc8, 0x42, 0x78, 0x88,
0x79, 0x48, 0x47, 0x07, 0x69, 0xf0, 0x35, 0x84, 0x6a, 0x2f, 0x0c, 0x41, 0x4a, 0x02, 0x19, 0x83, 0xbf, 0x44, 0x6d, 0x55, 0xf2, 0x23, 0x2a, 0xa9, 0x6d, 0xf5, 0xad, 0x9d, 0x8d, 0x9b, 0x37, 0x1c,
0xfb, 0xf8, 0x2b, 0xd4, 0xd4, 0xe3, 0x38, 0xa2, 0x8a, 0xba, 0x4e, 0xd7, 0xd9, 0xd9, 0xb8, 0x7e, 0xd3, 0x01, 0x67, 0x2b, 0x50, 0xf6, 0x80, 0x42, 0x3b, 0xd9, 0xae, 0xf3, 0xb1, 0xf6, 0x75, 0x0f,
0xcd, 0xb3, 0xec, 0x58, 0xec, 0x4e, 0xc1, 0x0f, 0x6d, 0xed, 0x65, 0xbb, 0xde, 0x27, 0x26, 0xd6, 0x24, 0xf5, 0xf0, 0xc9, 0xb4, 0x57, 0xcb, 0xa7, 0x3d, 0x54, 0xca, 0xc8, 0xdc, 0x2b, 0x1e, 0xa3,
0x1d, 0x50, 0xb4, 0x8f, 0x4f, 0x26, 0x9d, 0xca, 0x74, 0xd2, 0x41, 0x85, 0x8c, 0xcc, 0xa3, 0xe2, 0xa6, 0x48, 0x20, 0xb0, 0xeb, 0xda, 0xfb, 0x5d, 0x67, 0xd5, 0xfe, 0x72, 0x2a, 0x68, 0x1f, 0x24,
0x21, 0xaa, 0xcb, 0x04, 0x42, 0xb7, 0x6a, 0xa2, 0xdf, 0xf6, 0xce, 0xcb, 0x3d, 0xaf, 0x04, 0xf6, 0x10, 0x78, 0x2f, 0x98, 0xb0, 0x4d, 0xf5, 0x47, 0x74, 0x10, 0x2c, 0xd0, 0x9a, 0x90, 0x54, 0xa6,
0x41, 0x02, 0x61, 0xff, 0x05, 0x9b, 0xb6, 0xae, 0xff, 0x88, 0x49, 0x82, 0x25, 0x5a, 0x93, 0x8a, 0xc2, 0x6e, 0xe8, 0x70, 0x1f, 0x3e, 0x9f, 0x70, 0xda, 0xa5, 0xf7, 0x92, 0x09, 0xb8, 0x56, 0xfc,
0xaa, 0x54, 0xba, 0x35, 0x93, 0xee, 0xa3, 0xa7, 0x93, 0xce, 0x84, 0xec, 0xbf, 0x64, 0x13, 0xae, 0x13, 0x13, 0x6a, 0xf0, 0x05, 0xba, 0x72, 0x9f, 0xc5, 0x04, 0x04, 0x4b, 0x79, 0x00, 0x7b, 0x52,
0xe5, 0xff, 0xc4, 0xa6, 0xea, 0x7d, 0x89, 0x2e, 0xdd, 0xe5, 0x31, 0x01, 0xc9, 0x53, 0x11, 0xc2, 0xf2, 0xd0, 0x4f, 0x25, 0x08, 0xdc, 0x47, 0xcd, 0x84, 0xca, 0x91, 0x2e, 0x6c, 0xa7, 0xe4, 0xfb,
0x9e, 0x52, 0x82, 0x05, 0xa9, 0x02, 0x89, 0xbb, 0xa8, 0x9e, 0x50, 0x35, 0x30, 0x8d, 0x6d, 0x15, 0x09, 0x95, 0x23, 0xa2, 0x35, 0x0a, 0x91, 0x01, 0xf7, 0x75, 0x71, 0xce, 0x20, 0x0e, 0x81, 0xfb,
0x78, 0x3f, 0xa5, 0x6a, 0x40, 0x8c, 0x46, 0x5b, 0x64, 0x20, 0x02, 0xd3, 0x9c, 0x05, 0x8b, 0x43, 0x44, 0x6b, 0x06, 0x3f, 0xd4, 0x11, 0xae, 0x70, 0xed, 0xa2, 0x4e, 0x4c, 0x23, 0x10, 0x09, 0x0d,
0x10, 0x01, 0x31, 0x9a, 0xde, 0x8f, 0x55, 0x84, 0x4b, 0x42, 0xfb, 0xa8, 0x15, 0xd3, 0x31, 0xc8, 0xc0, 0xf8, 0x7f, 0xd9, 0x58, 0x77, 0xee, 0xcf, 0x14, 0xa4, 0xc4, 0x3c, 0x3b, 0x12, 0x7e, 0x0d,
0x84, 0x86, 0x60, 0xe3, 0xbf, 0x6c, 0xbd, 0x5b, 0x77, 0x67, 0x0a, 0x52, 0xd8, 0x3c, 0x39, 0x13, 0xb5, 0x86, 0x9c, 0xa5, 0x89, 0x2e, 0x5d, 0xc7, 0x7b, 0xd1, 0x40, 0x5a, 0x77, 0x94, 0x90, 0x14,
0x7e, 0x0d, 0x35, 0x22, 0xc1, 0xd3, 0xc4, 0xb4, 0xae, 0xd5, 0x7f, 0xd1, 0x9a, 0x34, 0x6e, 0x69, 0x3a, 0x7c, 0x0d, 0xad, 0x67, 0xc0, 0x45, 0xc8, 0x62, 0xbb, 0xa9, 0x61, 0x9b, 0x06, 0xb6, 0x7e,
0x21, 0xc9, 0x75, 0xf8, 0x0a, 0x5a, 0xcf, 0x40, 0x48, 0xc6, 0x63, 0xb7, 0x6e, 0xcc, 0x36, 0xad, 0x58, 0x88, 0xc9, 0x4c, 0x8f, 0xaf, 0xa3, 0x36, 0x37, 0xc4, 0xed, 0x96, 0xc6, 0x5e, 0x32, 0xd8,
0xd9, 0xfa, 0x61, 0x2e, 0x26, 0x33, 0x3d, 0x7e, 0x03, 0x35, 0x85, 0x05, 0xee, 0x36, 0x8c, 0xed, 0xf6, 0x2c, 0x21, 0x32, 0x47, 0xe0, 0xb7, 0xd1, 0x86, 0x48, 0xfd, 0xb9, 0xc1, 0x9a, 0x36, 0xb8,
0x05, 0x6b, 0xdb, 0x9c, 0x15, 0x44, 0xe6, 0x16, 0xf8, 0x6d, 0xb4, 0x21, 0xd3, 0x60, 0xee, 0xb0, 0x6c, 0x0c, 0x36, 0x0e, 0x4a, 0x15, 0x39, 0x8b, 0x53, 0x69, 0xa9, 0x1c, 0xed, 0xf5, 0xc5, 0xb4,
0x66, 0x1c, 0x2e, 0x5a, 0x87, 0x8d, 0x83, 0x42, 0x45, 0x16, 0xed, 0x74, 0x59, 0xba, 0x46, 0x77, 0x54, 0x09, 0x88, 0xd6, 0x0c, 0x4e, 0xeb, 0x68, 0xeb, 0x00, 0x26, 0x0f, 0xfe, 0x9b, 0xee, 0x67,
0x7d, 0xb9, 0x2c, 0xdd, 0x02, 0x62, 0x34, 0xbd, 0xd3, 0x2a, 0xda, 0x3a, 0x80, 0xd1, 0xbd, 0xff, 0x0b, 0xdd, 0x7f, 0xef, 0x6f, 0xb4, 0x63, 0x35, 0xf5, 0xff, 0xd7, 0x0d, 0xf8, 0xb1, 0x8e, 0x5e,
0x87, 0xfd, 0x7c, 0x89, 0xfd, 0x77, 0xfe, 0x01, 0x1d, 0xcb, 0xa1, 0x3f, 0x5b, 0x27, 0xe0, 0xa7, 0xfd, 0x0b, 0xa2, 0xf8, 0x1b, 0x0b, 0x61, 0xbe, 0xd4, 0xc4, 0xa6, 0xe4, 0x1f, 0xac, 0xce, 0x70,
0x2a, 0x7a, 0xf5, 0x6f, 0x80, 0xe2, 0x6f, 0x1d, 0x84, 0xc5, 0x0a, 0x89, 0x6d, 0xcb, 0x3f, 0x38, 0xf9, 0x42, 0x78, 0xaf, 0xe4, 0xd3, 0x5e, 0xc5, 0x45, 0x21, 0x15, 0x71, 0xf1, 0x13, 0x0b, 0x5d,
0x3f, 0xc2, 0xd5, 0x03, 0xd1, 0x7f, 0x65, 0x3a, 0xe9, 0x94, 0x1c, 0x14, 0x52, 0x92, 0x17, 0x3f, 0x89, 0xab, 0x6e, 0xac, 0x39, 0xa6, 0x3b, 0xab, 0x33, 0xaa, 0x7c, 0x00, 0xbc, 0xab, 0xf9, 0xb4,
0x72, 0xd0, 0xa5, 0xb8, 0xec, 0xc4, 0xda, 0x31, 0xdd, 0x3a, 0x3f, 0xa2, 0xd2, 0x0b, 0xa0, 0x7f, 0x57, 0xfd, 0x36, 0x90, 0x6a, 0x02, 0x83, 0x9f, 0xeb, 0xe8, 0xf2, 0xc5, 0x3b, 0xfd, 0xef, 0x74,
0x79, 0x3a, 0xe9, 0x94, 0xdf, 0x0d, 0xa4, 0x1c, 0x40, 0xef, 0x97, 0x2a, 0xba, 0xf8, 0xfc, 0x9e, 0xe9, 0xef, 0x4d, 0xb4, 0x75, 0xd1, 0xa1, 0xff, 0xb0, 0x43, 0xe7, 0x83, 0xa4, 0xb1, 0xf8, 0xe2,
0xfe, 0x6f, 0x58, 0xfa, 0x47, 0x1d, 0x6d, 0x3d, 0x67, 0xe8, 0xbf, 0x64, 0xe8, 0x7c, 0x91, 0xd4, 0x7e, 0x26, 0x80, 0x9b, 0x41, 0xd2, 0x9f, 0x0d, 0x92, 0xa6, 0xde, 0x4d, 0x90, 0x3a, 0x0a, 0x3d,
0x96, 0x6f, 0xdc, 0xcf, 0x25, 0x08, 0xbb, 0x48, 0xba, 0xb3, 0x45, 0x52, 0x37, 0x6f, 0x13, 0xa4, 0x44, 0xc4, 0x6c, 0x8a, 0x1c, 0xa3, 0x16, 0xa8, 0x5d, 0xc6, 0x6e, 0xf5, 0x1b, 0x3b, 0x1b, 0x37,
0x47, 0x61, 0x96, 0x88, 0x9c, 0x6d, 0x91, 0x63, 0xd4, 0x00, 0xfd, 0x96, 0x71, 0x1b, 0xdd, 0xda, 0x3f, 0x7d, 0x6e, 0xcd, 0xe6, 0xe8, 0x15, 0x69, 0x3f, 0x96, 0xfc, 0xb8, 0x1c, 0x60, 0x5a, 0x46,
0xce, 0xc6, 0xf5, 0xcf, 0x9e, 0x1a, 0xd9, 0x3c, 0xf3, 0x44, 0xda, 0x8f, 0x95, 0x38, 0x2e, 0x16, 0x8a, 0x88, 0xdb, 0x99, 0x59, 0xa3, 0x34, 0x06, 0x5f, 0x42, 0x8d, 0x31, 0x1c, 0x17, 0x03, 0x94,
0x98, 0x91, 0x91, 0x3c, 0xe3, 0x76, 0x66, 0x9f, 0x51, 0xc6, 0x06, 0x5f, 0x40, 0xb5, 0x21, 0x1c, 0xa8, 0x4f, 0x4c, 0x50, 0x2b, 0x53, 0x1b, 0x96, 0x29, 0xf4, 0x7b, 0xab, 0x53, 0x2b, 0xb7, 0x34,
0xe7, 0x0b, 0x94, 0xe8, 0x4f, 0x4c, 0x50, 0x23, 0xd3, 0x2f, 0x2c, 0xdb, 0xe8, 0xf7, 0xce, 0x0f, 0x52, 0xb8, 0xba, 0x5d, 0xbf, 0x65, 0x0d, 0xbe, 0xb7, 0xd0, 0xd5, 0x73, 0x5b, 0x56, 0x8d, 0x55,
0xad, 0x78, 0xa5, 0x91, 0x3c, 0xd4, 0xcd, 0xea, 0x0d, 0xa7, 0xf7, 0x83, 0x83, 0x2e, 0x9f, 0x49, 0x3a, 0x99, 0xb0, 0x87, 0x70, 0xa4, 0xb9, 0xb4, 0xcb, 0xb1, 0xba, 0x57, 0x88, 0xc9, 0x4c, 0x8f,
0x59, 0xbd, 0x56, 0xe9, 0x68, 0xc4, 0xef, 0xc3, 0x91, 0xc1, 0xd2, 0x2c, 0xd6, 0xea, 0x5e, 0x2e, 0x5f, 0x47, 0x6b, 0x1c, 0xa8, 0x60, 0xb1, 0x19, 0xe5, 0xf3, 0x6e, 0x27, 0x5a, 0x4a, 0x8c, 0x16,
0x26, 0x33, 0x3d, 0x7e, 0x1d, 0xad, 0x09, 0xa0, 0x92, 0xc7, 0x76, 0x95, 0xcf, 0xd9, 0x4e, 0x8c, 0xef, 0xa1, 0x4d, 0x50, 0xe1, 0x35, 0xb9, 0x7d, 0xce, 0x19, 0x37, 0x47, 0xb6, 0x65, 0x0c, 0x36,
0x94, 0x58, 0x2d, 0xde, 0x43, 0x9b, 0xa0, 0xd3, 0x1b, 0x70, 0xfb, 0x42, 0x70, 0x61, 0x47, 0xb6, 0xf7, 0x17, 0xd5, 0xe4, 0xcf, 0x78, 0xef, 0xda, 0xc9, 0x69, 0xb7, 0xf6, 0xf4, 0xb4, 0x5b, 0xfb,
0x65, 0x1d, 0x36, 0xf7, 0x97, 0xd5, 0xe4, 0xaf, 0xf6, 0xfd, 0x2b, 0x27, 0xa7, 0xed, 0xca, 0xe3, 0xe9, 0xb4, 0x5b, 0x7b, 0x9c, 0x77, 0xad, 0x93, 0xbc, 0x6b, 0x3d, 0xcd, 0xbb, 0xd6, 0xaf, 0x79,
0xd3, 0x76, 0xe5, 0xe7, 0xd3, 0x76, 0xe5, 0xe1, 0xb4, 0xed, 0x9c, 0x4c, 0xdb, 0xce, 0xe3, 0x69, 0xd7, 0xfa, 0xf6, 0xb7, 0x6e, 0xed, 0xf3, 0x75, 0x93, 0xf4, 0x1f, 0x01, 0x00, 0x00, 0xff, 0xff,
0xdb, 0xf9, 0x6d, 0xda, 0x76, 0xbe, 0xfb, 0xbd, 0x5d, 0xf9, 0x62, 0xdd, 0x16, 0xfd, 0x67, 0x00, 0x38, 0xbb, 0x77, 0xc4, 0x79, 0x0c, 0x00, 0x00,
0x00, 0x00, 0xff, 0xff, 0xb2, 0x73, 0x89, 0x1d, 0x95, 0x0c, 0x00, 0x00,
} }

View File

@ -26,7 +26,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1beta1"; option go_package = "v1beta1";

View File

@ -3420,87 +3420,85 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 1311 bytes of a gzipped FileDescriptorProto // 1279 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0xcf, 0x8f, 0xdb, 0xc4, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0xcd, 0x6f, 0x1b, 0x45,
0x17, 0x5f, 0x27, 0xd9, 0xd5, 0x76, 0xbc, 0xfd, 0xf1, 0x9d, 0x56, 0x6d, 0xba, 0xfd, 0x36, 0x5e, 0x14, 0xcf, 0xda, 0x4e, 0x94, 0xce, 0xa6, 0x1f, 0x4c, 0xaa, 0xd4, 0x4d, 0xa8, 0x37, 0x5a, 0x38,
0x19, 0x0e, 0x2d, 0x6a, 0x6d, 0x12, 0x4a, 0x45, 0x85, 0x10, 0xda, 0x04, 0x95, 0x56, 0x34, 0xed, 0xb4, 0xa8, 0xec, 0x12, 0x13, 0x2a, 0x22, 0x84, 0x50, 0x6c, 0x54, 0x5a, 0x51, 0xb7, 0x61, 0xe2,
0x32, 0x4d, 0x2b, 0x7e, 0x09, 0x31, 0xeb, 0x4c, 0x9d, 0xe9, 0xc6, 0x3f, 0x34, 0x9e, 0x44, 0xdd, 0x46, 0x7c, 0x09, 0x31, 0x59, 0x4f, 0x9d, 0x69, 0xbc, 0x1f, 0x9a, 0x1d, 0x5b, 0x4d, 0x24, 0x24,
0x4a, 0x48, 0x9c, 0x38, 0x73, 0xe1, 0x8c, 0xe0, 0x9f, 0xe0, 0x5c, 0x24, 0xa4, 0x3d, 0xf6, 0x06, 0x4e, 0x9c, 0xb9, 0x70, 0x46, 0xf0, 0x4f, 0x70, 0x2e, 0x12, 0x52, 0x8e, 0xbd, 0xc1, 0xc9, 0x22,
0xa7, 0x88, 0x35, 0xdc, 0x10, 0xff, 0x40, 0xc5, 0x01, 0x79, 0x3c, 0x71, 0xec, 0x24, 0xce, 0x6e, 0x0b, 0x37, 0xc4, 0x3f, 0x50, 0x71, 0x40, 0x3b, 0x3b, 0x5e, 0xef, 0xda, 0x5e, 0x27, 0x4e, 0xd3,
0xb6, 0xdb, 0x22, 0x6e, 0xf6, 0xcc, 0x7b, 0x9f, 0xcf, 0x7b, 0x9f, 0x79, 0xf3, 0x66, 0x06, 0x5c, 0x22, 0x6e, 0xbb, 0x33, 0xef, 0xfd, 0x7e, 0xef, 0xfd, 0xe6, 0xcd, 0x9b, 0x19, 0xb0, 0xb6, 0xfb,
0xdb, 0x7a, 0x2b, 0x30, 0xa8, 0x67, 0x6e, 0xf5, 0x36, 0x09, 0x73, 0x09, 0x27, 0x81, 0xe9, 0x6f, 0xb6, 0x6f, 0x50, 0xd7, 0xdc, 0x6d, 0x6f, 0x13, 0xe6, 0x10, 0x4e, 0x7c, 0xd3, 0xdb, 0x6d, 0x9a,
0xd9, 0x26, 0xf6, 0x69, 0x60, 0xe2, 0x1e, 0xf7, 0x02, 0x0b, 0x77, 0xa9, 0x6b, 0x9b, 0xfd, 0xaa, 0xd8, 0xa3, 0xbe, 0x89, 0xdb, 0xdc, 0xf5, 0x2d, 0xdc, 0xa2, 0x4e, 0xd3, 0xec, 0xac, 0x98, 0x4d,
0x69, 0x13, 0x97, 0x30, 0xcc, 0x49, 0xdb, 0xf0, 0x99, 0xc7, 0x3d, 0x78, 0x31, 0x76, 0x35, 0x46, 0xe2, 0x10, 0x86, 0x39, 0x69, 0x18, 0x1e, 0x73, 0xb9, 0x0b, 0xaf, 0x45, 0xae, 0x46, 0xdf, 0xd5,
0xae, 0x86, 0xbf, 0x65, 0x1b, 0x91, 0xab, 0x91, 0x72, 0x35, 0xfa, 0xd5, 0xd5, 0xcb, 0x36, 0xe5, 0xf0, 0x76, 0x9b, 0x46, 0xe8, 0x6a, 0x24, 0x5c, 0x8d, 0xce, 0xca, 0xe2, 0xeb, 0x4d, 0xca, 0x77,
0x9d, 0xde, 0xa6, 0x61, 0x79, 0x8e, 0x69, 0x7b, 0xb6, 0x67, 0x0a, 0x84, 0xcd, 0xde, 0x03, 0xf1, 0xda, 0xdb, 0x86, 0xe5, 0xda, 0x66, 0xd3, 0x6d, 0xba, 0xa6, 0x40, 0xd8, 0x6e, 0x3f, 0x10, 0x7f,
0x27, 0x7e, 0xc4, 0x57, 0x8c, 0xbc, 0x7a, 0x45, 0x06, 0x85, 0x7d, 0xea, 0x60, 0xab, 0x43, 0x5d, 0xe2, 0x47, 0x7c, 0x45, 0xc8, 0x8b, 0xab, 0x32, 0x28, 0xec, 0x51, 0x1b, 0x5b, 0x3b, 0xd4, 0x21,
0xc2, 0xb6, 0x87, 0x61, 0x99, 0x8c, 0x04, 0x5e, 0x8f, 0x59, 0x64, 0x3c, 0x9e, 0x99, 0x5e, 0x81, 0x6c, 0xaf, 0x17, 0x96, 0xc9, 0x88, 0xef, 0xb6, 0x99, 0x45, 0x06, 0xe3, 0x19, 0xeb, 0xe5, 0x9b,
0xe9, 0x10, 0x8e, 0xa7, 0x64, 0xb1, 0x6a, 0xe6, 0x79, 0xb1, 0x9e, 0xcb, 0xa9, 0x33, 0x49, 0x73, 0x36, 0xe1, 0x78, 0x44, 0x16, 0x8b, 0x66, 0x96, 0x17, 0x6b, 0x3b, 0x9c, 0xda, 0xc3, 0x34, 0x37,
0x75, 0x2f, 0x87, 0xc0, 0xea, 0x10, 0x07, 0x4f, 0xf8, 0xbd, 0x91, 0xe7, 0xd7, 0xe3, 0xb4, 0x6b, 0x8e, 0x72, 0xf0, 0xad, 0x1d, 0x62, 0xe3, 0x21, 0xbf, 0x37, 0xb3, 0xfc, 0xda, 0x9c, 0xb6, 0x4c,
0x52, 0x97, 0x07, 0x9c, 0xcd, 0xca, 0x29, 0x20, 0xac, 0x4f, 0xd8, 0x28, 0x21, 0xf2, 0x08, 0x3b, 0xea, 0x70, 0x9f, 0xb3, 0x71, 0x39, 0xf9, 0x84, 0x75, 0x08, 0xeb, 0x27, 0x44, 0x1e, 0x61, 0xdb,
0x7e, 0x97, 0x4c, 0xcb, 0xe9, 0x46, 0x6a, 0x51, 0x2f, 0x63, 0xdb, 0x66, 0xc4, 0xc6, 0xdc, 0x4b, 0x6b, 0x91, 0x51, 0x39, 0x5d, 0xcf, 0x5c, 0xd4, 0x11, 0xd6, 0xfa, 0x77, 0x0a, 0x58, 0xaa, 0x32,
0xf9, 0x62, 0x9f, 0x32, 0x62, 0xd3, 0x80, 0x33, 0xcc, 0xa9, 0xe7, 0x9a, 0xfd, 0x2a, 0xee, 0xfa, 0xd7, 0xf7, 0xb7, 0x08, 0xf3, 0xa9, 0xeb, 0xdc, 0xdb, 0x7e, 0x48, 0x2c, 0x8e, 0xc8, 0x03, 0xc2,
0x1d, 0x3c, 0x89, 0x74, 0x29, 0xb7, 0x3c, 0xa6, 0xf0, 0xea, 0xdf, 0x2a, 0xe0, 0x5c, 0x83, 0x79, 0x88, 0x63, 0x11, 0xb8, 0x0c, 0x0a, 0xbb, 0xd4, 0x69, 0x14, 0x95, 0x65, 0xe5, 0xea, 0x99, 0xca,
0x41, 0x70, 0x9f, 0xb0, 0x80, 0x7a, 0xee, 0x9d, 0xcd, 0x87, 0xc4, 0xe2, 0x88, 0x3c, 0x20, 0x8c, 0xdc, 0x41, 0x57, 0x9b, 0x0a, 0xba, 0x5a, 0xe1, 0x43, 0xea, 0x34, 0x90, 0x98, 0x09, 0x2d, 0x1c,
0xb8, 0x16, 0x81, 0x6b, 0xa0, 0xb4, 0x45, 0xdd, 0x76, 0x59, 0x59, 0x53, 0x2e, 0x1c, 0xa9, 0xaf, 0x6c, 0x93, 0x62, 0x2e, 0x6d, 0x71, 0x17, 0xdb, 0x04, 0x89, 0x19, 0x58, 0x06, 0x00, 0x7b, 0x54,
0xec, 0x0c, 0xb4, 0x85, 0x70, 0xa0, 0x95, 0x3e, 0xa0, 0x6e, 0x1b, 0x89, 0x99, 0xc8, 0xc2, 0xc5, 0x12, 0x14, 0xf3, 0xc2, 0x0e, 0x4a, 0x3b, 0xb0, 0xbe, 0x71, 0x5b, 0xce, 0xa0, 0x84, 0x95, 0xfe,
0x0e, 0x29, 0x17, 0xb2, 0x16, 0xb7, 0xb1, 0x43, 0x90, 0x98, 0x81, 0x35, 0x00, 0xb0, 0x4f, 0x25, 0x6b, 0x0e, 0x5c, 0xba, 0xe5, 0x32, 0xba, 0xef, 0x3a, 0x1c, 0xb7, 0x36, 0xdc, 0xc6, 0xba, 0x2c,
0x41, 0xb9, 0x28, 0xec, 0xa0, 0xb4, 0x03, 0xeb, 0x1b, 0x37, 0xe5, 0x0c, 0x4a, 0x59, 0xe9, 0xbf, 0x2a, 0xc2, 0xe0, 0x97, 0x60, 0x36, 0x5c, 0xd0, 0x06, 0xe6, 0x58, 0xc4, 0xa5, 0x96, 0xdf, 0x30,
0x14, 0xc0, 0x99, 0x1b, 0x1e, 0xa3, 0x8f, 0x3d, 0x97, 0xe3, 0xee, 0x86, 0xd7, 0x5e, 0x97, 0xe5, 0x64, 0x39, 0x26, 0xf5, 0xed, 0x17, 0x64, 0x68, 0x6d, 0x74, 0x56, 0x8c, 0x28, 0xb9, 0x1a, 0xe1,
0x49, 0x18, 0xfc, 0x02, 0x2c, 0x47, 0xa5, 0xd1, 0xc6, 0x1c, 0x8b, 0xb8, 0xd4, 0xda, 0xeb, 0x86, 0xb8, 0xcf, 0xdf, 0x1f, 0x43, 0x31, 0x2a, 0xdc, 0x01, 0x05, 0xdf, 0x23, 0x96, 0xc8, 0x49, 0x2d,
0x2c, 0xec, 0xf4, 0x4a, 0x8d, 0x4a, 0x3b, 0xb2, 0x36, 0xfa, 0x55, 0x23, 0x4e, 0xae, 0x49, 0x38, 0xdf, 0x34, 0x8e, 0x5d, 0xec, 0x46, 0x46, 0xcc, 0x9b, 0x1e, 0xb1, 0xfa, 0xda, 0x84, 0x7f, 0x48,
0x1e, 0xf1, 0x8f, 0xc6, 0x50, 0x82, 0x0a, 0x3b, 0xa0, 0x14, 0xf8, 0xc4, 0x12, 0x39, 0xa9, 0xb5, 0x30, 0x40, 0x0f, 0xcc, 0xf8, 0x1c, 0xf3, 0xb6, 0x2f, 0x74, 0x51, 0xcb, 0xb7, 0x4e, 0x81, 0x4b,
0xeb, 0xc6, 0xbe, 0xb7, 0x8d, 0x91, 0x13, 0xf3, 0x5d, 0x9f, 0x58, 0x23, 0x6d, 0xa2, 0x3f, 0x24, 0xe0, 0x55, 0xce, 0x49, 0xb6, 0x99, 0xe8, 0x1f, 0x49, 0x1e, 0xfd, 0x4f, 0x05, 0x2c, 0x65, 0x78,
0x18, 0xa0, 0x0f, 0x96, 0x02, 0x8e, 0x79, 0x2f, 0x10, 0xba, 0xa8, 0xb5, 0x1b, 0x87, 0xc0, 0x25, 0xde, 0xa1, 0x3e, 0x87, 0x9f, 0x0f, 0xa9, 0x6b, 0x1c, 0x4f, 0xdd, 0xd0, 0x5b, 0x68, 0x7b, 0x41,
0xf0, 0xea, 0xc7, 0x24, 0xdb, 0x52, 0xfc, 0x8f, 0x24, 0x8f, 0xfe, 0x87, 0x02, 0xce, 0xe5, 0x78, 0x32, 0xcf, 0xf6, 0x46, 0x12, 0xca, 0x36, 0xc1, 0x34, 0xe5, 0xc4, 0xf6, 0x8b, 0xb9, 0xe5, 0xfc,
0xde, 0xa2, 0x01, 0x87, 0x9f, 0x4d, 0xa8, 0x6b, 0xec, 0x4f, 0xdd, 0xc8, 0x5b, 0x68, 0x7b, 0x42, 0x55, 0xb5, 0x5c, 0x79, 0xf6, 0x74, 0x2b, 0x67, 0x25, 0xdd, 0xf4, 0xed, 0x10, 0x18, 0x45, 0xf8,
0x32, 0x2f, 0x0f, 0x47, 0x52, 0xca, 0xda, 0x60, 0x91, 0x72, 0xe2, 0x04, 0xe5, 0xc2, 0x5a, 0xf1, 0xfa, 0x3f, 0xb9, 0xcc, 0x34, 0x43, 0xf9, 0xe1, 0x37, 0x0a, 0x38, 0x27, 0x7e, 0xeb, 0x98, 0x35,
0x82, 0x5a, 0xab, 0x3f, 0x7f, 0xba, 0xf5, 0xa3, 0x92, 0x6e, 0xf1, 0x66, 0x04, 0x8c, 0x62, 0x7c, 0x49, 0x58, 0xf1, 0x32, 0xdb, 0x49, 0x56, 0x7b, 0xcc, 0xce, 0xa9, 0x2c, 0xc8, 0xb0, 0xce, 0x6d,
0xfd, 0xef, 0x42, 0x6e, 0x9a, 0x91, 0xfc, 0xf0, 0x6b, 0x05, 0x1c, 0x13, 0xbf, 0x2d, 0xcc, 0x6c, 0xa6, 0x58, 0xd0, 0x00, 0x2b, 0x5c, 0x01, 0xaa, 0x4d, 0x1d, 0x44, 0xbc, 0x16, 0xb5, 0xb0, 0x2f,
0x12, 0x55, 0xbc, 0xcc, 0x76, 0x9e, 0xd5, 0x9e, 0xb1, 0x73, 0xea, 0xa7, 0x65, 0x58, 0xc7, 0xee, 0x4a, 0x6e, 0xba, 0x72, 0x3e, 0xe8, 0x6a, 0x6a, 0xad, 0x3f, 0x8c, 0x92, 0x36, 0xf0, 0x2d, 0xa0,
0x66, 0x58, 0xd0, 0x18, 0x2b, 0xac, 0x02, 0xd5, 0xa1, 0x2e, 0x22, 0x7e, 0x97, 0x5a, 0x38, 0x10, 0xda, 0xf8, 0x51, 0xec, 0x92, 0x17, 0x2e, 0xf3, 0x92, 0x4f, 0xad, 0xf5, 0xa7, 0x50, 0xd2, 0x0e,
0x25, 0xb7, 0x58, 0x3f, 0x1e, 0x0e, 0x34, 0xb5, 0x39, 0x1a, 0x46, 0x69, 0x1b, 0xf8, 0x26, 0x50, 0x3e, 0x04, 0x25, 0x2e, 0x68, 0xab, 0x1b, 0xf7, 0xef, 0x73, 0xda, 0xa2, 0xfb, 0x98, 0x53, 0xd7,
0x1d, 0xfc, 0x28, 0x71, 0x29, 0x0a, 0x97, 0x93, 0x92, 0x4f, 0x6d, 0x8e, 0xa6, 0x50, 0xda, 0x0e, 0xd9, 0x20, 0xcc, 0x22, 0x0e, 0xc7, 0x4d, 0x52, 0x2c, 0x08, 0x24, 0x3d, 0xe8, 0x6a, 0xa5, 0xfa,
0x3e, 0x04, 0x15, 0x2e, 0x68, 0x1b, 0x1b, 0xf7, 0xee, 0x71, 0xda, 0xa5, 0x8f, 0x45, 0x2b, 0xd9, 0x58, 0x4b, 0x74, 0x04, 0x92, 0xfe, 0x38, 0x0f, 0xae, 0x8c, 0xad, 0x4f, 0x78, 0x13, 0x40, 0x77,
0x20, 0xcc, 0x22, 0x2e, 0xc7, 0x36, 0x29, 0x97, 0x04, 0x92, 0x1e, 0x0e, 0xb4, 0x4a, 0x6b, 0xa6, 0x5b, 0xf4, 0xb5, 0xc6, 0x07, 0x51, 0x53, 0x0a, 0xbb, 0x43, 0xb8, 0x06, 0xf9, 0xca, 0x42, 0xd0,
0x25, 0xda, 0x03, 0x49, 0x7f, 0x52, 0x04, 0xe7, 0x67, 0xd6, 0x27, 0xbc, 0x0e, 0xa0, 0xb7, 0x29, 0xd5, 0xe0, 0xbd, 0xa1, 0x59, 0x34, 0xc2, 0x03, 0x5a, 0xe0, 0x6c, 0x0b, 0xfb, 0x3c, 0x52, 0x99,
0x3a, 0x64, 0xfb, 0xfd, 0xb8, 0x29, 0x45, 0xdd, 0x21, 0x5a, 0x83, 0x62, 0xfd, 0x74, 0x38, 0xd0, 0xca, 0x46, 0xa4, 0x96, 0x5f, 0x3b, 0x5e, 0xd1, 0x86, 0x1e, 0x95, 0x97, 0x82, 0xae, 0x76, 0xf6,
0xe0, 0x9d, 0x89, 0x59, 0x34, 0xc5, 0x03, 0x5a, 0xe0, 0x68, 0x17, 0x07, 0x3c, 0x56, 0x99, 0xca, 0x4e, 0x12, 0x04, 0xa5, 0x31, 0xe1, 0x3a, 0x38, 0x6f, 0xb5, 0x19, 0x23, 0x0e, 0x1f, 0x50, 0xfd,
0x46, 0xa4, 0xd6, 0x5e, 0xdb, 0x5f, 0xd1, 0x46, 0x1e, 0xf5, 0xff, 0x85, 0x03, 0xed, 0xe8, 0xad, 0x92, 0x54, 0xfd, 0x7c, 0x35, 0x3d, 0x8d, 0x06, 0xed, 0x43, 0x88, 0x06, 0xf1, 0x29, 0x23, 0x8d,
0x34, 0x08, 0xca, 0x62, 0xc2, 0x75, 0x70, 0xdc, 0xea, 0x31, 0x46, 0x5c, 0x3e, 0xa6, 0xfa, 0x19, 0x18, 0xa2, 0x90, 0x86, 0x78, 0x3f, 0x3d, 0x8d, 0x06, 0xed, 0xa1, 0x0d, 0x34, 0x89, 0x9a, 0xb9,
0xa9, 0xfa, 0xf1, 0x46, 0x76, 0x1a, 0x8d, 0xdb, 0x47, 0x10, 0x6d, 0x12, 0x50, 0x46, 0xda, 0x09, 0x82, 0xd3, 0x02, 0xf2, 0x95, 0xa0, 0xab, 0x69, 0xd5, 0xf1, 0xa6, 0xe8, 0x28, 0x2c, 0xfd, 0xaf,
0x44, 0x29, 0x0b, 0xf1, 0x5e, 0x76, 0x1a, 0x8d, 0xdb, 0x43, 0x07, 0x68, 0x12, 0x35, 0x77, 0x05, 0x1c, 0x00, 0x35, 0xc2, 0x19, 0xb5, 0xc4, 0x8e, 0x59, 0x05, 0x05, 0xbe, 0xe7, 0x11, 0x79, 0x14,
0x17, 0x05, 0xe4, 0x2b, 0xe1, 0x40, 0xd3, 0x1a, 0xb3, 0x4d, 0xd1, 0x5e, 0x58, 0xfa, 0x9f, 0x05, 0x2c, 0xf7, 0x9a, 0x59, 0x7d, 0xcf, 0x23, 0x4f, 0xbb, 0xda, 0x05, 0x69, 0x29, 0x8e, 0xe7, 0x70,
0x00, 0x9a, 0x84, 0x33, 0x6a, 0x89, 0x1d, 0x73, 0x05, 0x94, 0xf8, 0xb6, 0x4f, 0xe4, 0x51, 0xb0, 0x0c, 0x09, 0x6b, 0x88, 0xc1, 0x8c, 0x2b, 0x76, 0x86, 0x5c, 0x97, 0x77, 0x27, 0xd8, 0x5e, 0x71,
0x36, 0x6c, 0x66, 0xad, 0x6d, 0x9f, 0x3c, 0x1b, 0x68, 0x27, 0xa4, 0xa5, 0x38, 0xe8, 0xa3, 0x31, 0x6f, 0x8e, 0x81, 0x2b, 0x20, 0xec, 0x68, 0x72, 0xab, 0x49, 0x60, 0xf8, 0x09, 0x28, 0x78, 0x6e,
0x24, 0xac, 0x21, 0x06, 0x4b, 0x9e, 0xd8, 0x19, 0x72, 0x5d, 0xde, 0x99, 0x63, 0x7b, 0x25, 0xbd, 0xa3, 0xd7, 0x41, 0xdf, 0x99, 0x80, 0x60, 0xc3, 0x6d, 0xf8, 0x29, 0xf8, 0xd9, 0x30, 0xa3, 0x70,
0x39, 0x01, 0xae, 0x83, 0xa8, 0xa3, 0xc9, 0xad, 0x26, 0x81, 0xe1, 0xc7, 0xa0, 0xe4, 0x7b, 0xed, 0x14, 0x09, 0x48, 0x48, 0xc1, 0x6c, 0xef, 0xca, 0x21, 0x56, 0x4b, 0x2d, 0xbf, 0x37, 0x01, 0x3c,
0x61, 0x07, 0x7d, 0x7b, 0x0e, 0x82, 0x0d, 0xaf, 0x1d, 0x64, 0xe0, 0x97, 0xa3, 0x8c, 0xa2, 0x51, 0x92, 0xae, 0x29, 0x8a, 0xb9, 0xb0, 0x33, 0xf6, 0x66, 0x50, 0x0c, 0xaf, 0xff, 0x9d, 0x03, 0x73,
0x24, 0x20, 0x21, 0x05, 0xcb, 0xc3, 0xcb, 0x8b, 0x58, 0x2d, 0xb5, 0xf6, 0xee, 0x1c, 0xf0, 0x48, 0xd2, 0x30, 0xda, 0x20, 0xff, 0xb1, 0xde, 0xd1, 0x29, 0xf2, 0xdc, 0xf4, 0x8e, 0xe0, 0x9f, 0xab,
0xba, 0x66, 0x28, 0x56, 0xa2, 0xce, 0x38, 0x9c, 0x41, 0x09, 0xbc, 0xfe, 0x57, 0x01, 0xac, 0x48, 0xde, 0x11, 0x45, 0x96, 0xde, 0xdf, 0xe7, 0x00, 0x1c, 0x2e, 0x30, 0xe8, 0x80, 0x99, 0xa8, 0xb5,
0xc3, 0x78, 0x83, 0xfc, 0xcb, 0x7a, 0xc7, 0xa7, 0xc8, 0x0b, 0xd3, 0x3b, 0x86, 0x7f, 0xa1, 0x7a, 0x9d, 0xf2, 0x71, 0x10, 0x1f, 0xc7, 0xb2, 0xf3, 0x4b, 0x96, 0xf0, 0x72, 0x64, 0x0b, 0xfe, 0xbb,
0xc7, 0x14, 0x79, 0x7a, 0x7f, 0x57, 0x00, 0x70, 0xb2, 0xc0, 0xa0, 0x0b, 0x96, 0xe2, 0xd6, 0x76, 0xfd, 0x4b, 0x54, 0x7c, 0x39, 0xa9, 0xc5, 0x33, 0x28, 0x61, 0x05, 0x09, 0x50, 0x23, 0xef, 0x2d,
0xc8, 0xc7, 0x41, 0x72, 0x1c, 0xcb, 0xce, 0x2f, 0x59, 0xa2, 0xcb, 0x91, 0x23, 0xf8, 0x6f, 0x8f, 0xdc, 0x6a, 0x13, 0xb9, 0x0e, 0x63, 0x4f, 0x69, 0xa3, 0x97, 0xb6, 0xf1, 0x51, 0x1b, 0x3b, 0x9c,
0x2e, 0x51, 0xc9, 0xe5, 0xa4, 0x99, 0xcc, 0xa0, 0x94, 0x15, 0x24, 0x40, 0x8d, 0xbd, 0xef, 0xe3, 0xf2, 0xbd, 0xfe, 0x79, 0x51, 0xef, 0x43, 0xa1, 0x24, 0xae, 0xfe, 0xe3, 0xa0, 0x42, 0x51, 0x5d,
0x6e, 0x8f, 0xc8, 0x75, 0x98, 0x79, 0x4a, 0x1b, 0xc3, 0xb4, 0x8d, 0x0f, 0x7b, 0xd8, 0xe5, 0x94, 0xfe, 0x1f, 0x14, 0xda, 0x01, 0x73, 0xb2, 0xbb, 0x3d, 0x8b, 0x44, 0x17, 0x25, 0xcb, 0x5c, 0x35,
0x6f, 0x8f, 0xce, 0x8b, 0xd6, 0x08, 0x0a, 0xa5, 0x71, 0xf5, 0x1f, 0xc6, 0x15, 0x8a, 0xeb, 0xf2, 0x81, 0x85, 0x52, 0xc8, 0xfa, 0xcf, 0x0a, 0xb8, 0x30, 0xd8, 0x46, 0x06, 0x42, 0x56, 0x8e, 0x15,
0xbf, 0xa0, 0x50, 0x07, 0xac, 0xc8, 0xee, 0xf6, 0x3c, 0x12, 0x9d, 0x92, 0x2c, 0x2b, 0x8d, 0x14, 0xf2, 0x3e, 0x80, 0x51, 0xc2, 0xeb, 0x1d, 0xc2, 0x70, 0x93, 0x44, 0x81, 0xe7, 0x4e, 0x14, 0xf8,
0x16, 0xca, 0x20, 0xeb, 0x3f, 0x29, 0xe0, 0xc4, 0x78, 0x1b, 0x19, 0x0b, 0x59, 0xd9, 0x57, 0xc8, 0xa2, 0xe4, 0x82, 0xf5, 0x21, 0x44, 0x34, 0x82, 0x45, 0xff, 0x25, 0x9d, 0x44, 0xb4, 0xce, 0x27,
0x8f, 0x01, 0x8c, 0x13, 0x5e, 0xef, 0x13, 0x86, 0x6d, 0x12, 0x07, 0x5e, 0x38, 0x50, 0xe0, 0xab, 0x49, 0xe2, 0x2b, 0x30, 0x2f, 0xd5, 0x39, 0x85, 0x2c, 0x96, 0x24, 0xd9, 0x7c, 0x75, 0x18, 0x12,
0x92, 0x0b, 0xb6, 0x26, 0x10, 0xd1, 0x14, 0x16, 0xfd, 0xe7, 0x6c, 0x12, 0xf1, 0x3a, 0x1f, 0x24, 0x8d, 0xe2, 0xd1, 0x7f, 0xca, 0x81, 0x8b, 0xa3, 0x9a, 0x2e, 0xac, 0xc9, 0x47, 0x4a, 0x94, 0xc5,
0x89, 0x2f, 0xc1, 0x49, 0xa9, 0xce, 0x21, 0x64, 0x71, 0x4e, 0x92, 0x9d, 0x6c, 0x4c, 0x42, 0xa2, 0x5a, 0xf2, 0x91, 0xf2, 0xb4, 0xab, 0x5d, 0x1b, 0xf7, 0x64, 0x8a, 0xbb, 0x4a, 0xe2, 0x45, 0xf3,
0x69, 0x3c, 0xfa, 0x8f, 0x05, 0x70, 0x6a, 0x5a, 0xd3, 0x85, 0x4d, 0xf9, 0x48, 0x89, 0xb3, 0xb8, 0x31, 0x28, 0xa6, 0x54, 0x4c, 0x9c, 0x9f, 0xf2, 0x02, 0xf7, 0x72, 0xd0, 0xd5, 0x8a, 0xf5, 0x0c,
0x96, 0x7e, 0xa4, 0x3c, 0x1b, 0x68, 0x17, 0x67, 0x3d, 0x99, 0x92, 0xae, 0x92, 0x7a, 0xd1, 0x7c, 0x1b, 0x94, 0xe9, 0x0d, 0x3b, 0x23, 0xab, 0xe0, 0x64, 0xe5, 0xbb, 0x30, 0x41, 0x05, 0x3c, 0x1e,
0x04, 0xca, 0x19, 0x15, 0x53, 0xe7, 0xa7, 0xbc, 0xc0, 0xfd, 0x3f, 0x1c, 0x68, 0xe5, 0x56, 0x8e, 0x56, 0x2e, 0xaa, 0x82, 0x53, 0x56, 0xee, 0x33, 0x70, 0x39, 0xbd, 0x70, 0xc3, 0xd2, 0x5d, 0x09,
0x0d, 0xca, 0xf5, 0x86, 0xfd, 0xa9, 0x55, 0x70, 0xb0, 0xf2, 0x3d, 0x3d, 0x47, 0x05, 0x3c, 0x99, 0xba, 0xda, 0xe5, 0x6a, 0x96, 0x11, 0xca, 0xf6, 0xcf, 0xaa, 0xbe, 0xfc, 0x0b, 0xaa, 0xbe, 0x1f,
0x54, 0x2e, 0xae, 0x82, 0x43, 0x56, 0xee, 0x53, 0x70, 0x36, 0xbb, 0x70, 0x93, 0xd2, 0x9d, 0x0f, 0x72, 0x60, 0x5a, 0x5c, 0x19, 0x5f, 0xc0, 0x0b, 0x75, 0x2b, 0xf5, 0x42, 0x5d, 0x9d, 0xa0, 0x05,
0x07, 0xda, 0xd9, 0x46, 0x9e, 0x11, 0xca, 0xf7, 0xcf, 0xab, 0xbe, 0xe2, 0x4b, 0xaa, 0xbe, 0xef, 0x8b, 0x08, 0x33, 0xdf, 0xa3, 0x5f, 0x0c, 0xbc, 0x47, 0x6f, 0x4c, 0x8c, 0x3c, 0xfe, 0xf5, 0xb9,
0x0b, 0x60, 0x51, 0x5c, 0x19, 0x5f, 0xc2, 0x0b, 0xf5, 0x7e, 0xe6, 0x85, 0x7a, 0x65, 0x8e, 0x16, 0x06, 0xce, 0xc4, 0x01, 0xc0, 0xeb, 0xe1, 0x69, 0x2f, 0xef, 0xc2, 0x8a, 0x58, 0xfb, 0xf8, 0xe9,
0x2c, 0x22, 0xcc, 0x7d, 0x8f, 0x7e, 0x3e, 0xf6, 0x1e, 0xbd, 0x3a, 0x37, 0xf2, 0xec, 0xd7, 0xe7, 0x18, 0x5f, 0x82, 0x63, 0x0b, 0x9d, 0x02, 0x35, 0xc1, 0x30, 0x99, 0x73, 0x68, 0xed, 0x93, 0x16,
0x35, 0x70, 0x24, 0x09, 0x00, 0x5e, 0x8a, 0x4e, 0x7b, 0x79, 0x17, 0x56, 0xc4, 0xda, 0x27, 0x4f, 0xb1, 0xb8, 0xcb, 0xe4, 0x11, 0x12, 0x5b, 0x6f, 0xca, 0x71, 0x14, 0x5b, 0x54, 0x5e, 0x3d, 0x38,
0xc7, 0xe4, 0x12, 0x9c, 0x58, 0xe8, 0x14, 0xa8, 0x29, 0x86, 0xf9, 0x9c, 0x23, 0xeb, 0x80, 0x74, 0x2c, 0x4d, 0x3d, 0x39, 0x2c, 0x4d, 0xfd, 0x76, 0x58, 0x9a, 0xfa, 0x3a, 0x28, 0x29, 0x07, 0x41,
0x89, 0xc5, 0x3d, 0x26, 0x8f, 0x90, 0xc4, 0xfa, 0xae, 0x1c, 0x47, 0x89, 0x45, 0xfd, 0xd5, 0x9d, 0x49, 0x79, 0x12, 0x94, 0x94, 0xdf, 0x83, 0x92, 0xf2, 0xed, 0x1f, 0xa5, 0xa9, 0x4f, 0x73, 0x9d,
0xdd, 0xca, 0xc2, 0xd3, 0xdd, 0xca, 0xc2, 0xaf, 0xbb, 0x95, 0x85, 0xaf, 0xc2, 0x8a, 0xb2, 0x13, 0x95, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x61, 0xfc, 0xd4, 0x31, 0x3f, 0x13, 0x00, 0x00,
0x56, 0x94, 0xa7, 0x61, 0x45, 0xf9, 0x2d, 0xac, 0x28, 0xdf, 0xfc, 0x5e, 0x59, 0xf8, 0xa4, 0xd0,
0xaf, 0xfe, 0x13, 0x00, 0x00, 0xff, 0xff, 0x05, 0x3f, 0x42, 0x86, 0x89, 0x13, 0x00, 0x00,
} }

View File

@ -27,7 +27,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
import "k8s.io/kubernetes/pkg/api/v1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".

View File

@ -2988,83 +2988,81 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 1240 bytes of a gzipped FileDescriptorProto // 1208 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0x5d, 0x6f, 0x1b, 0x45, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0x5b, 0x6f, 0x1b, 0x45,
0x17, 0x8e, 0x3f, 0x92, 0xe6, 0x1d, 0xa7, 0x49, 0xde, 0x49, 0x95, 0xba, 0x09, 0xb5, 0x23, 0x5f, 0x14, 0x8e, 0x2f, 0x49, 0xc3, 0x38, 0x37, 0x26, 0x55, 0xea, 0x26, 0xd4, 0x8e, 0xf6, 0xa9, 0x54,
0x95, 0x8a, 0xee, 0x12, 0x53, 0x10, 0x15, 0x42, 0x28, 0x36, 0x1f, 0xa9, 0x88, 0xd3, 0x30, 0x0d, 0xb0, 0x4b, 0x4c, 0x41, 0x54, 0x08, 0xa1, 0xd8, 0x5c, 0x5a, 0x11, 0xa7, 0x61, 0x1a, 0x2a, 0x04,
0x15, 0x02, 0x24, 0x98, 0xac, 0x27, 0x9b, 0x21, 0xde, 0x0f, 0xcd, 0x8c, 0xad, 0x26, 0x52, 0x25, 0x48, 0x30, 0x59, 0x4f, 0x9c, 0x21, 0xde, 0x8b, 0x76, 0x66, 0xad, 0x26, 0x52, 0x25, 0x7e, 0x00,
0x7e, 0x00, 0x17, 0xdc, 0xf0, 0x13, 0x90, 0xf8, 0x07, 0x5c, 0x83, 0x84, 0x94, 0xcb, 0x72, 0xc7, 0x0f, 0xbc, 0xf0, 0x13, 0x90, 0xf8, 0x07, 0x3c, 0x83, 0x84, 0x94, 0xc7, 0xf2, 0xc6, 0x93, 0x45,
0x95, 0x45, 0xdc, 0x3b, 0x7e, 0x42, 0x25, 0x3e, 0xb4, 0x33, 0x63, 0xef, 0xae, 0xd7, 0x6b, 0xe2, 0xdc, 0x37, 0x7e, 0x42, 0x25, 0x2e, 0xda, 0x99, 0xf1, 0x5e, 0xbc, 0x5e, 0x13, 0x87, 0xb4, 0x82,
0x90, 0x56, 0x70, 0xe7, 0x9d, 0x39, 0xe7, 0x79, 0xce, 0x39, 0xcf, 0x99, 0x33, 0x63, 0xf0, 0xd6, 0x37, 0xef, 0xcc, 0x39, 0xdf, 0x77, 0xce, 0xf9, 0xce, 0x9c, 0x19, 0x83, 0xb7, 0x0f, 0xdf, 0x60,
0xe1, 0xeb, 0xdc, 0xa0, 0x9e, 0x79, 0xd8, 0xde, 0x23, 0xcc, 0x25, 0x82, 0x70, 0xd3, 0x3f, 0xb4, 0x3a, 0x75, 0x8c, 0x43, 0x7f, 0x8f, 0x78, 0x36, 0xe1, 0x84, 0x19, 0xee, 0x61, 0xdb, 0xc0, 0x2e,
0x4d, 0xec, 0x53, 0x6e, 0xe2, 0xb6, 0xf0, 0xb8, 0x85, 0x5b, 0xd4, 0xb5, 0xcd, 0x4e, 0x15, 0xb7, 0x65, 0x06, 0xf6, 0xb9, 0xc3, 0x4c, 0xdc, 0xa1, 0x76, 0xdb, 0xe8, 0xd6, 0x70, 0xc7, 0x3d, 0xc0,
0xfc, 0x03, 0xbc, 0x6e, 0xda, 0xc4, 0x25, 0x0c, 0x0b, 0xd2, 0x34, 0x7c, 0xe6, 0x09, 0x0f, 0x9a, 0x1b, 0x46, 0x9b, 0xd8, 0xc4, 0xc3, 0x9c, 0xb4, 0x74, 0xd7, 0x73, 0xb8, 0x03, 0x0d, 0x09, 0xa0,
0x0a, 0xc0, 0x08, 0x01, 0x0c, 0xff, 0xd0, 0x36, 0x02, 0x00, 0x23, 0x02, 0x60, 0xf4, 0x01, 0x56, 0x47, 0x00, 0xba, 0x7b, 0xd8, 0xd6, 0x03, 0x00, 0x3d, 0x06, 0xa0, 0x0f, 0x00, 0x56, 0x5f, 0x6e,
0x6e, 0xd9, 0x54, 0x1c, 0xb4, 0xf7, 0x0c, 0xcb, 0x73, 0x4c, 0xdb, 0xb3, 0x3d, 0x53, 0xe2, 0xec, 0x53, 0x7e, 0xe0, 0xef, 0xe9, 0xa6, 0x63, 0x19, 0x6d, 0xa7, 0xed, 0x18, 0x02, 0x67, 0xcf, 0xdf,
0xb5, 0xf7, 0xe5, 0x97, 0xfc, 0x90, 0xbf, 0x14, 0xfe, 0xca, 0x6d, 0x1d, 0x20, 0xf6, 0xa9, 0x83, 0x17, 0x5f, 0xe2, 0x43, 0xfc, 0x92, 0xf8, 0xab, 0x37, 0x55, 0x80, 0xd8, 0xa5, 0x16, 0x36, 0x0f,
0xad, 0x03, 0xea, 0x12, 0x76, 0xd4, 0x0f, 0xd1, 0x64, 0x84, 0x7b, 0x6d, 0x66, 0x91, 0xe1, 0xa8, 0xa8, 0x4d, 0xbc, 0xa3, 0x41, 0x88, 0x86, 0x47, 0x98, 0xe3, 0x7b, 0x26, 0x19, 0x8e, 0x6a, 0xac,
0xc6, 0x7a, 0x71, 0xd3, 0x21, 0x02, 0x9b, 0x9d, 0x44, 0x2e, 0x2b, 0x66, 0x9a, 0x17, 0x6b, 0xbb, 0x17, 0x33, 0x2c, 0xc2, 0xb1, 0xd1, 0x4d, 0xe5, 0xb2, 0x6a, 0x64, 0x79, 0x79, 0xbe, 0xcd, 0xa9,
0x82, 0x3a, 0x49, 0x9a, 0xd7, 0xfe, 0xce, 0x81, 0x5b, 0x07, 0xc4, 0xc1, 0x09, 0xbf, 0x57, 0xd2, 0x95, 0xa6, 0x79, 0xfd, 0x9f, 0x1c, 0x98, 0x79, 0x40, 0x2c, 0x9c, 0xf2, 0x7b, 0x35, 0xcb, 0xcf,
0xfc, 0xda, 0x82, 0xb6, 0x4c, 0xea, 0x0a, 0x2e, 0xd8, 0xb8, 0x9c, 0x38, 0x61, 0x1d, 0xc2, 0xc2, 0xe7, 0xb4, 0x63, 0x50, 0x9b, 0x33, 0xee, 0x8d, 0xcb, 0x89, 0x11, 0xaf, 0x4b, 0xbc, 0x28, 0x21,
0x84, 0xc8, 0x43, 0xec, 0xf8, 0x2d, 0x32, 0x2a, 0xa7, 0xcd, 0x88, 0xc0, 0xb7, 0xb0, 0x6d, 0x33, 0xf2, 0x00, 0x5b, 0x6e, 0x87, 0x8c, 0xca, 0xe9, 0xa5, 0x4c, 0x81, 0x47, 0x59, 0xdf, 0x3a, 0x6b,
0x62, 0x63, 0xe1, 0x45, 0x7c, 0xb1, 0x4f, 0x19, 0xb1, 0x29, 0x17, 0x0c, 0x0b, 0xea, 0xb9, 0x66, 0x3b, 0xa4, 0x5c, 0xb5, 0x6f, 0x73, 0x60, 0xad, 0xe1, 0x39, 0x8c, 0xdd, 0x27, 0x1e, 0xa3, 0x8e,
0x67, 0x7d, 0xb4, 0xd2, 0x2b, 0x2f, 0xa5, 0xb6, 0xca, 0x28, 0xde, 0x3b, 0x67, 0x6d, 0xac, 0x84, 0x7d, 0x77, 0xef, 0x4b, 0x62, 0x72, 0x44, 0xf6, 0x89, 0x47, 0x6c, 0x93, 0xc0, 0x75, 0x50, 0x3c,
0x6b, 0xe5, 0x9b, 0x0c, 0x58, 0xad, 0x33, 0x8f, 0xf3, 0x07, 0x84, 0x71, 0xea, 0xb9, 0xf7, 0xf6, 0xa4, 0x76, 0xab, 0x9c, 0x5b, 0xcf, 0x5d, 0x7f, 0xae, 0x3e, 0x77, 0xd2, 0xab, 0x4e, 0xf5, 0x7b,
0xbe, 0x20, 0x96, 0x40, 0x64, 0x9f, 0x30, 0xe2, 0x5a, 0x04, 0xae, 0x81, 0xfc, 0x21, 0x75, 0x9b, 0xd5, 0xe2, 0x07, 0xd4, 0x6e, 0x21, 0xb1, 0x13, 0x58, 0xd8, 0xd8, 0x22, 0xe5, 0x7c, 0xd2, 0x62,
0xc5, 0xcc, 0x5a, 0xe6, 0xc6, 0xff, 0x6a, 0x73, 0x27, 0xdd, 0xf2, 0x54, 0xaf, 0x5b, 0xce, 0xbf, 0x1b, 0x5b, 0x04, 0x89, 0x1d, 0x58, 0x03, 0x00, 0xbb, 0x54, 0x11, 0x94, 0x0b, 0xc2, 0x0e, 0x2a,
0x4f, 0xdd, 0x26, 0x92, 0x3b, 0x81, 0x85, 0x8b, 0x1d, 0x52, 0xcc, 0xc6, 0x2d, 0xb6, 0xb1, 0x43, 0x3b, 0xb0, 0xb9, 0x73, 0x47, 0xed, 0xa0, 0x98, 0x95, 0xf6, 0x38, 0x0f, 0xae, 0xdc, 0x76, 0x3c,
0x90, 0xdc, 0x81, 0x55, 0x00, 0xb0, 0x4f, 0x35, 0x41, 0x31, 0x27, 0xed, 0xa0, 0xb6, 0x03, 0x1b, 0x7a, 0xec, 0xd8, 0x1c, 0x77, 0x76, 0x9c, 0xd6, 0xa6, 0xca, 0x83, 0x78, 0xf0, 0x0b, 0x30, 0x1b,
0x3b, 0x77, 0xf5, 0x0e, 0x8a, 0x58, 0x55, 0x9e, 0x64, 0xc1, 0xd5, 0x4d, 0x8f, 0xd1, 0x63, 0xcf, 0xf4, 0x42, 0x0b, 0x73, 0x2c, 0xe2, 0x2a, 0xd5, 0x5e, 0xd1, 0x55, 0x3f, 0xc7, 0xa5, 0x89, 0x3a,
0x15, 0xb8, 0xb5, 0xe3, 0x35, 0x37, 0x74, 0x1e, 0x84, 0xc1, 0xcf, 0xc1, 0x6c, 0xd0, 0x55, 0x4d, 0x3a, 0xb0, 0xd6, 0xbb, 0x1b, 0xba, 0x4c, 0xae, 0x49, 0x38, 0x8e, 0xf8, 0xa3, 0x35, 0x14, 0xa2,
0x2c, 0xb0, 0x8c, 0xab, 0x50, 0x7d, 0xd9, 0xd0, 0x27, 0x23, 0x2a, 0x72, 0x78, 0x36, 0x02, 0x6b, 0x42, 0x1b, 0x14, 0x99, 0x4b, 0x4c, 0x91, 0x53, 0xa9, 0xb6, 0xa5, 0x4f, 0x78, 0x5a, 0xf4, 0x8c,
0xa3, 0xb3, 0x6e, 0xa8, 0xe4, 0x1a, 0x44, 0xe0, 0x90, 0x3f, 0x5c, 0x43, 0x03, 0x54, 0xe8, 0x82, 0xc8, 0xef, 0xb9, 0xc4, 0x8c, 0x2a, 0x14, 0x7c, 0x21, 0xc1, 0x03, 0xbb, 0x60, 0x86, 0x71, 0xcc,
0x3c, 0xf7, 0x89, 0x25, 0x73, 0x2a, 0x54, 0xb7, 0x8c, 0x09, 0xcf, 0x9d, 0x91, 0x12, 0xf9, 0x7d, 0x7d, 0x26, 0xaa, 0x53, 0xaa, 0x6d, 0x5f, 0x18, 0xa3, 0x40, 0xad, 0x2f, 0x28, 0xce, 0x19, 0xf9,
0x9f, 0x58, 0x61, 0x85, 0x82, 0x2f, 0x24, 0x79, 0x60, 0x07, 0xcc, 0x70, 0x81, 0x45, 0x9b, 0xcb, 0x8d, 0x14, 0x9b, 0xf6, 0x7b, 0x0e, 0xac, 0x65, 0x78, 0x6e, 0x51, 0xc6, 0xe1, 0x67, 0xa9, 0x4a,
0xea, 0x14, 0xaa, 0xdb, 0x17, 0xc6, 0x28, 0x51, 0x6b, 0xf3, 0x9a, 0x73, 0x46, 0x7d, 0x23, 0xcd, 0xeb, 0x67, 0xab, 0x74, 0xe0, 0x2d, 0xea, 0xbc, 0xa4, 0x98, 0x67, 0x07, 0x2b, 0xb1, 0x2a, 0x5b,
0x56, 0xf9, 0x2d, 0x03, 0x56, 0x53, 0x3c, 0xb7, 0x28, 0x17, 0xf0, 0xd3, 0x44, 0xa5, 0x8d, 0xb3, 0x60, 0x9a, 0x72, 0x62, 0xb1, 0x72, 0x7e, 0xbd, 0x70, 0xbd, 0x54, 0xbb, 0x7d, 0x51, 0x49, 0xd7,
0x55, 0x3a, 0xf0, 0x96, 0x75, 0x5e, 0xd4, 0xcc, 0xb3, 0xfd, 0x95, 0x48, 0x95, 0x1d, 0x30, 0x4d, 0xe7, 0x15, 0xe9, 0xf4, 0x9d, 0x00, 0x1e, 0x49, 0x16, 0xed, 0xcf, 0x7c, 0x66, 0xb2, 0x81, 0x14,
0x05, 0x71, 0x78, 0x31, 0xbb, 0x96, 0xbb, 0x51, 0xa8, 0x6e, 0x5e, 0x54, 0xd2, 0xb5, 0xcb, 0x9a, 0xf0, 0xeb, 0x1c, 0x58, 0x10, 0x9f, 0xbb, 0xd8, 0x6b, 0x93, 0xe0, 0x0c, 0xa8, 0x9c, 0x27, 0xd7,
0x74, 0xfa, 0x6e, 0x00, 0x8f, 0x14, 0x4b, 0xe5, 0x8f, 0x6c, 0x6a, 0xb2, 0x81, 0x14, 0xf0, 0xab, 0x7f, 0xcc, 0x89, 0xaa, 0xaf, 0xa8, 0xe0, 0x16, 0xee, 0x25, 0xb8, 0xd0, 0x10, 0x37, 0xdc, 0x00,
0x0c, 0x98, 0x97, 0x9f, 0xbb, 0x98, 0xd9, 0x24, 0x38, 0x03, 0x3a, 0xe7, 0xc9, 0xf5, 0x1f, 0x73, 0x25, 0x8b, 0xda, 0x88, 0xb8, 0x1d, 0x6a, 0x62, 0x26, 0x5a, 0x71, 0xba, 0xbe, 0xd8, 0xef, 0x55,
0xa2, 0x6a, 0xcb, 0x3a, 0xb8, 0xf9, 0xfb, 0x31, 0x2e, 0x34, 0xc4, 0x0d, 0xd7, 0x41, 0xc1, 0xa1, 0x4b, 0xcd, 0x68, 0x19, 0xc5, 0x6d, 0xe0, 0x6b, 0xa0, 0x64, 0xe1, 0x07, 0xa1, 0x4b, 0x41, 0xb8,
0x2e, 0x22, 0x7e, 0x8b, 0x5a, 0x98, 0xcb, 0x56, 0x9c, 0xae, 0x2d, 0xf4, 0xba, 0xe5, 0x42, 0x23, 0x2c, 0x2b, 0xbe, 0x52, 0x33, 0xda, 0x42, 0x71, 0x3b, 0xb8, 0x0f, 0x2e, 0x59, 0x84, 0x7b, 0xd4,
0x5c, 0x46, 0x51, 0x1b, 0xf8, 0x2a, 0x28, 0x38, 0xf8, 0xe1, 0xc0, 0x25, 0x27, 0x5d, 0x96, 0x34, 0x64, 0xe5, 0xa2, 0x50, 0xe2, 0xcd, 0x89, 0x13, 0x6e, 0x0a, 0x7f, 0xd1, 0xdf, 0x8b, 0x8a, 0xef,
0x5f, 0xa1, 0x11, 0x6e, 0xa1, 0xa8, 0x1d, 0xdc, 0x07, 0x97, 0x1c, 0x22, 0x18, 0xb5, 0x78, 0x31, 0x92, 0x5c, 0x63, 0x68, 0x00, 0xae, 0xfd, 0x52, 0x00, 0xd7, 0xc6, 0xf6, 0x29, 0x7c, 0x0f, 0x40,
0x2f, 0x95, 0x78, 0x63, 0xe2, 0x84, 0x1b, 0xd2, 0x5f, 0xf6, 0xf7, 0x82, 0xe6, 0xbb, 0xa4, 0xd6, 0x67, 0x4f, 0x8c, 0xc9, 0xd6, 0xfb, 0x72, 0x50, 0x05, 0x13, 0x23, 0x50, 0xa1, 0x50, 0x5f, 0xe9,
0x38, 0xea, 0x83, 0x57, 0x7e, 0xce, 0x81, 0xeb, 0x63, 0xfb, 0x14, 0xbe, 0x0b, 0xa0, 0xb7, 0x27, 0xf7, 0xaa, 0xf0, 0x6e, 0x6a, 0x17, 0x8d, 0xf0, 0x80, 0x26, 0x98, 0xef, 0x60, 0xc6, 0x65, 0x85,
0x07, 0x6e, 0xf3, 0x3d, 0x35, 0xa8, 0x82, 0x89, 0x11, 0xa8, 0x90, 0xab, 0x2d, 0xf7, 0xba, 0x65, 0xa9, 0x1a, 0x4e, 0xa5, 0xda, 0x8d, 0xb3, 0x35, 0x6f, 0xe0, 0x51, 0x7f, 0xbe, 0xdf, 0xab, 0xce,
0x78, 0x2f, 0xb1, 0x8b, 0x46, 0x78, 0x40, 0x0b, 0x5c, 0x6e, 0x61, 0x2e, 0x54, 0x85, 0xa9, 0x1e, 0x6f, 0xc5, 0x41, 0x50, 0x12, 0x13, 0x6e, 0x82, 0x45, 0xd3, 0xf7, 0x3c, 0x62, 0xf3, 0xa1, 0x8a,
0x4e, 0x85, 0xea, 0xcd, 0xb3, 0x35, 0x6f, 0xe0, 0x51, 0xfb, 0x7f, 0xaf, 0x5b, 0xbe, 0xbc, 0x15, 0x5f, 0x51, 0x15, 0x58, 0x6c, 0x24, 0xb7, 0xd1, 0xb0, 0x7d, 0x00, 0xd1, 0x22, 0x8c, 0x7a, 0xa4,
0x05, 0x41, 0x71, 0x4c, 0xb8, 0x01, 0x16, 0xac, 0x36, 0x63, 0xc4, 0x15, 0x43, 0x15, 0xbf, 0xaa, 0x15, 0x42, 0x14, 0x93, 0x10, 0xef, 0x24, 0xb7, 0xd1, 0xb0, 0x3d, 0x7c, 0x08, 0x16, 0x14, 0xaa,
0x2b, 0xb0, 0x50, 0x8f, 0x6f, 0xa3, 0x61, 0xfb, 0x00, 0xa2, 0x49, 0x38, 0x65, 0xa4, 0x39, 0x80, 0xaa, 0x77, 0x79, 0x5a, 0x68, 0xf8, 0xd6, 0x79, 0x35, 0x94, 0x13, 0x23, 0xec, 0xd2, 0x46, 0x02,
0xc8, 0xc7, 0x21, 0xde, 0x8e, 0x6f, 0xa3, 0x61, 0x7b, 0xf8, 0x08, 0xcc, 0x6b, 0x54, 0x5d, 0xef, 0x1c, 0x0d, 0x91, 0x69, 0x7f, 0xe4, 0x01, 0x88, 0xc4, 0x87, 0x37, 0x41, 0x91, 0x1f, 0xb9, 0x44,
0xe2, 0xb4, 0xd4, 0xf0, 0xcd, 0xf3, 0x6a, 0xa8, 0x26, 0xc6, 0xa0, 0x4b, 0xeb, 0x31, 0x70, 0x34, 0x5d, 0x17, 0xeb, 0x83, 0x51, 0xb7, 0x7b, 0xe4, 0x92, 0x27, 0xbd, 0xea, 0x92, 0xb2, 0x14, 0xb7,
0x44, 0x56, 0xf9, 0x3d, 0x0b, 0x40, 0x28, 0x3e, 0xbc, 0x0d, 0xf2, 0xe2, 0xc8, 0x27, 0xfa, 0xba, 0x7f, 0xb0, 0x86, 0x84, 0x35, 0x6c, 0x83, 0x19, 0x47, 0x9c, 0x12, 0xa5, 0x53, 0x63, 0xe2, 0xd8,
0x58, 0xeb, 0x8f, 0xba, 0xdd, 0x23, 0x9f, 0x3c, 0xed, 0x96, 0x17, 0xb5, 0xa5, 0x7c, 0x47, 0x04, 0xc3, 0x29, 0x1e, 0xc2, 0xd7, 0x41, 0x30, 0xef, 0xd4, 0xe1, 0x53, 0xf0, 0xf0, 0x73, 0x50, 0x74,
0x6b, 0x48, 0x5a, 0x43, 0x1b, 0xcc, 0x78, 0xf2, 0x94, 0x68, 0x9d, 0xea, 0x13, 0xc7, 0x3e, 0x98, 0x9d, 0xd6, 0x60, 0xca, 0x6e, 0x4e, 0x4c, 0xb3, 0xe3, 0xb4, 0x58, 0x82, 0x64, 0x36, 0xc8, 0x2e,
0xe2, 0x03, 0xf8, 0x1a, 0x08, 0xe6, 0x9d, 0x3e, 0x7c, 0x1a, 0x1e, 0x7e, 0x06, 0xf2, 0xbe, 0xd7, 0x58, 0x45, 0x02, 0x18, 0x3a, 0x60, 0x76, 0xf0, 0xba, 0x11, 0x4a, 0x96, 0x6a, 0xef, 0x4e, 0x4c,
0xec, 0x4f, 0xd9, 0x8d, 0x89, 0x69, 0x76, 0xbc, 0x26, 0x8f, 0x91, 0xcc, 0x06, 0xd9, 0x05, 0xab, 0x82, 0x14, 0x40, 0x82, 0x68, 0x2e, 0x98, 0xa1, 0x83, 0x1d, 0x14, 0x92, 0x68, 0x7f, 0xe5, 0xc1,
0x48, 0x02, 0x43, 0x0f, 0xcc, 0xf6, 0xdf, 0x49, 0x52, 0xc9, 0x42, 0xf5, 0x9d, 0x89, 0x49, 0x90, 0x5c, 0x5c, 0xb8, 0xff, 0x86, 0x02, 0xb2, 0x87, 0x9e, 0xb2, 0x02, 0x92, 0xe4, 0x19, 0x28, 0x20,
0x06, 0x88, 0x11, 0xcd, 0x05, 0x33, 0xb4, 0xbf, 0x83, 0x06, 0x24, 0x95, 0x3f, 0xb3, 0x60, 0x2e, 0x89, 0xb2, 0x14, 0xf8, 0x2e, 0x0f, 0x60, 0xba, 0xfd, 0x20, 0x07, 0x33, 0x5c, 0xcc, 0xf2, 0xa7,
0x2a, 0xdc, 0xbf, 0x43, 0x01, 0xd5, 0x43, 0xcf, 0x58, 0x01, 0x45, 0xf2, 0x1c, 0x14, 0x50, 0x44, 0x72, 0x89, 0x84, 0x17, 0xba, 0xba, 0x2f, 0x14, 0x57, 0xf0, 0xd4, 0x92, 0xd3, 0x76, 0x3b, 0x7a,
0x69, 0x0a, 0x7c, 0x9b, 0x05, 0x30, 0xd9, 0x7e, 0x50, 0x80, 0x19, 0x21, 0x67, 0xf9, 0x33, 0xb9, 0x92, 0x85, 0x4f, 0x9d, 0x66, 0xb8, 0x83, 0x62, 0x56, 0x90, 0x80, 0x92, 0xf4, 0xbe, 0x8f, 0x3b,
0x44, 0x06, 0x17, 0xba, 0xbe, 0x2f, 0x34, 0x57, 0xf0, 0xd4, 0x52, 0xd3, 0x76, 0x3b, 0x7c, 0x92, 0x3e, 0x51, 0xca, 0x8c, 0xbd, 0xe7, 0xf5, 0x41, 0xf2, 0xfa, 0x87, 0x3e, 0xb6, 0x39, 0xe5, 0x47,
0x0d, 0x9e, 0x3a, 0x8d, 0xc1, 0x0e, 0x8a, 0x58, 0x41, 0x02, 0x0a, 0xca, 0xfb, 0x01, 0x6e, 0xb5, 0xd1, 0x2d, 0xb3, 0x1b, 0x41, 0xa1, 0x38, 0xae, 0xf6, 0xfd, 0x70, 0x9d, 0x64, 0xbf, 0xfe, 0x7f,
0x89, 0x56, 0x66, 0xec, 0x3d, 0x6f, 0xf4, 0x93, 0x37, 0x3e, 0x68, 0x63, 0x57, 0x50, 0x71, 0x14, 0xea, 0x74, 0x00, 0xe6, 0xd4, 0xf0, 0xfb, 0x37, 0x85, 0xba, 0xac, 0x58, 0xe6, 0x1a, 0x31, 0x2c,
0xde, 0x32, 0xbb, 0x21, 0x14, 0x8a, 0xe2, 0x56, 0xbe, 0x1b, 0xae, 0x93, 0xea, 0xd7, 0xff, 0x4e, 0x94, 0x40, 0xd6, 0x7e, 0xca, 0x81, 0xa5, 0xe1, 0x51, 0x33, 0x14, 0x72, 0xee, 0x4c, 0x21, 0x1f,
0x9d, 0x0e, 0xc0, 0x9c, 0x1e, 0x7e, 0xff, 0xa4, 0x50, 0x57, 0x34, 0xcb, 0x5c, 0x3d, 0x82, 0x85, 0x03, 0x28, 0x13, 0xde, 0xec, 0x12, 0x0f, 0xb7, 0x89, 0x0c, 0x3c, 0x7f, 0xae, 0xc0, 0x57, 0x15,
0x62, 0xc8, 0x95, 0x1f, 0x33, 0x60, 0x71, 0x78, 0xd4, 0x0c, 0x85, 0x9c, 0x39, 0x53, 0xc8, 0xc7, 0x17, 0xdc, 0x4d, 0x21, 0xa2, 0x11, 0x2c, 0xda, 0xcf, 0xc9, 0x24, 0xa4, 0xda, 0xe7, 0x49, 0xe2,
0x00, 0xaa, 0x84, 0x37, 0x3a, 0x84, 0x61, 0x9b, 0xa8, 0xc0, 0xb3, 0xe7, 0x0a, 0x7c, 0x45, 0x73, 0x21, 0x58, 0x56, 0xd5, 0xb9, 0x80, 0x2c, 0xd6, 0x14, 0xd9, 0x72, 0x23, 0x0d, 0x89, 0x46, 0xf1,
0xc1, 0xdd, 0x04, 0x22, 0x1a, 0xc1, 0x52, 0xf9, 0x29, 0x9e, 0x84, 0x52, 0xfb, 0x3c, 0x49, 0x3c, 0x68, 0x3f, 0xe4, 0xc1, 0xe5, 0x51, 0x23, 0x19, 0x36, 0xd5, 0x1f, 0x1f, 0x99, 0xc5, 0xad, 0xf8,
0x02, 0x4b, 0xba, 0x3a, 0x17, 0x90, 0xc5, 0xaa, 0x26, 0x5b, 0xaa, 0x27, 0x21, 0xd1, 0x28, 0x9e, 0x1f, 0x9f, 0x27, 0xbd, 0xea, 0x8b, 0xe3, 0xfe, 0xc1, 0x85, 0x13, 0x26, 0xf6, 0x2f, 0xe9, 0x63,
0xca, 0xf7, 0x59, 0x70, 0x65, 0xd4, 0x48, 0x86, 0x0d, 0xfd, 0xc7, 0x47, 0x65, 0x71, 0x27, 0xfa, 0x50, 0x4e, 0x54, 0xf1, 0x23, 0x4e, 0x3b, 0xf4, 0x58, 0xbe, 0x80, 0xe4, 0xe3, 0xef, 0x85, 0x7e,
0xc7, 0xe7, 0x69, 0xb7, 0xfc, 0xe2, 0xb8, 0x7f, 0x70, 0x83, 0x09, 0x13, 0xf9, 0x97, 0xf4, 0x11, 0xaf, 0x5a, 0xde, 0xcd, 0xb0, 0x41, 0x99, 0xde, 0xb0, 0x3b, 0xb2, 0x0b, 0xce, 0xd7, 0xbe, 0x2b,
0x28, 0xc6, 0xaa, 0xf8, 0xa1, 0xa0, 0x2d, 0x7a, 0xac, 0x5e, 0x40, 0xea, 0xf1, 0xf7, 0x42, 0xaf, 0x13, 0x74, 0xc0, 0x8f, 0xe9, 0xca, 0xc9, 0x2e, 0xb8, 0xe0, 0xca, 0x7d, 0x0a, 0xae, 0x26, 0x85,
0x5b, 0x2e, 0xee, 0xa6, 0xd8, 0xa0, 0x54, 0x6f, 0xd8, 0x19, 0xd9, 0x05, 0xe7, 0x6b, 0xdf, 0xe5, 0x4b, 0x97, 0xee, 0x5a, 0xbf, 0x57, 0xbd, 0xda, 0xc8, 0x32, 0x42, 0xd9, 0xfe, 0x59, 0xdd, 0x57,
0x09, 0x3a, 0xe0, 0x87, 0x64, 0xe5, 0x54, 0x17, 0x5c, 0x70, 0xe5, 0x3e, 0x01, 0xd7, 0xe2, 0xc2, 0x78, 0x36, 0xdd, 0x57, 0xbf, 0x71, 0x72, 0x5a, 0x99, 0x7a, 0x74, 0x5a, 0x99, 0xfa, 0xf5, 0xb4,
0x25, 0x4b, 0x77, 0xbd, 0xd7, 0x2d, 0x5f, 0xab, 0xa7, 0x19, 0xa1, 0x74, 0xff, 0xb4, 0xee, 0xcb, 0x32, 0xf5, 0x55, 0xbf, 0x92, 0x3b, 0xe9, 0x57, 0x72, 0x8f, 0xfa, 0x95, 0xdc, 0x6f, 0xfd, 0x4a,
0x3d, 0x9f, 0xee, 0xab, 0xdd, 0x3c, 0x39, 0x2d, 0x4d, 0x3d, 0x3e, 0x2d, 0x4d, 0xfd, 0x72, 0x5a, 0xee, 0x9b, 0xc7, 0x95, 0xa9, 0x4f, 0x66, 0x07, 0x83, 0xf0, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff,
0x9a, 0xfa, 0xb2, 0x57, 0xca, 0x9c, 0xf4, 0x4a, 0x99, 0xc7, 0xbd, 0x52, 0xe6, 0xd7, 0x5e, 0x29, 0x95, 0xf2, 0xec, 0x8a, 0x16, 0x12, 0x00, 0x00,
0xf3, 0xf5, 0x93, 0xd2, 0xd4, 0xc7, 0xb3, 0xfd, 0x41, 0xf8, 0x57, 0x00, 0x00, 0x00, 0xff, 0xff,
0x5e, 0x3b, 0x06, 0x02, 0x60, 0x12, 0x00, 0x00,
} }

View File

@ -27,7 +27,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
import "k8s.io/kubernetes/pkg/api/v1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
import "k8s.io/kubernetes/pkg/apis/autoscaling/v1/generated.proto"; import "k8s.io/kubernetes/pkg/apis/autoscaling/v1/generated.proto";

View File

@ -1526,63 +1526,61 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 914 bytes of a gzipped FileDescriptorProto // 885 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4d, 0x6f, 0xe3, 0x44, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xdd, 0x6e, 0xe3, 0x44,
0x18, 0xce, 0x47, 0xd3, 0x26, 0x93, 0xb6, 0xbb, 0x8c, 0x54, 0x29, 0xf4, 0x90, 0xac, 0x02, 0x42, 0x14, 0xce, 0x4f, 0xd3, 0x26, 0x93, 0xb6, 0xbb, 0x8c, 0x54, 0x29, 0xf4, 0x22, 0x59, 0x05, 0x84,
0x05, 0x6d, 0x6d, 0xd2, 0xae, 0x10, 0xe2, 0x80, 0x84, 0x8b, 0x10, 0x54, 0x2d, 0x5b, 0x4d, 0x2a, 0x0a, 0xda, 0xb5, 0x49, 0xbb, 0x42, 0x88, 0x0b, 0x24, 0x5c, 0x84, 0x44, 0xd5, 0xb2, 0xd5, 0xa4,
0x90, 0xf8, 0x90, 0x18, 0x3b, 0x6f, 0x9d, 0xa1, 0xb6, 0xc7, 0xf2, 0x4c, 0x22, 0x7a, 0xe3, 0x1f, 0x02, 0x89, 0x1f, 0x89, 0xb1, 0x7d, 0x9a, 0x0e, 0xb5, 0x3d, 0x96, 0x67, 0x12, 0xd1, 0x3b, 0xde,
0xc0, 0x8f, 0x41, 0x88, 0x9f, 0xd0, 0x63, 0x8f, 0x9c, 0x22, 0x6a, 0xfe, 0xc5, 0x9e, 0xd0, 0x8c, 0x00, 0x1e, 0x06, 0x21, 0x1e, 0xa1, 0x97, 0xbd, 0xe4, 0x2a, 0xa2, 0xe6, 0x2d, 0xf6, 0x0a, 0xcd,
0x27, 0xb6, 0xb3, 0x49, 0x21, 0xe5, 0x66, 0xbf, 0xf3, 0x3e, 0xcf, 0xfb, 0xf1, 0x3c, 0x33, 0xe8, 0x78, 0xfc, 0x93, 0x4d, 0x0a, 0xd9, 0xbd, 0xb3, 0xcf, 0x7c, 0xdf, 0x37, 0x67, 0xce, 0xf9, 0xce,
0xf8, 0xfa, 0x43, 0x61, 0x31, 0x6e, 0x5f, 0x4f, 0x5c, 0x48, 0x22, 0x90, 0x20, 0xec, 0xf8, 0xda, 0x41, 0x47, 0xd7, 0x1f, 0x0b, 0x8b, 0x71, 0xfb, 0x7a, 0xea, 0x42, 0x12, 0x81, 0x04, 0x61, 0xc7,
0xb7, 0x69, 0xcc, 0x84, 0xed, 0x52, 0xe9, 0x8d, 0xed, 0xe9, 0xc0, 0xf6, 0x21, 0x82, 0x84, 0x4a, 0xd7, 0x13, 0x9b, 0xc6, 0x4c, 0xd8, 0x2e, 0x95, 0xde, 0x95, 0x3d, 0x1b, 0xd9, 0x13, 0x88, 0x20,
0x18, 0x59, 0x71, 0xc2, 0x25, 0xc7, 0x6f, 0x65, 0x20, 0xab, 0x00, 0x59, 0xf1, 0xb5, 0x6f, 0x29, 0xa1, 0x12, 0x7c, 0x2b, 0x4e, 0xb8, 0xe4, 0xf8, 0x9d, 0x8c, 0x64, 0x95, 0x24, 0x2b, 0xbe, 0x9e,
0x90, 0xa5, 0x41, 0xd6, 0x74, 0xb0, 0x7f, 0xe8, 0x33, 0x39, 0x9e, 0xb8, 0x96, 0xc7, 0x43, 0xdb, 0x58, 0x8a, 0x64, 0x69, 0x92, 0x35, 0x1b, 0xed, 0x3f, 0x9b, 0x30, 0x79, 0x35, 0x75, 0x2d, 0x8f,
0xe7, 0x3e, 0xb7, 0x35, 0xd6, 0x9d, 0x5c, 0xe9, 0x3f, 0xfd, 0xa3, 0xbf, 0x32, 0xce, 0xfd, 0x17, 0x87, 0xf6, 0x84, 0x4f, 0xb8, 0xad, 0xb9, 0xee, 0xf4, 0x52, 0xff, 0xe9, 0x1f, 0xfd, 0x95, 0x69,
0xa6, 0x11, 0x1a, 0xb3, 0x90, 0x7a, 0x63, 0x16, 0x41, 0x72, 0x53, 0xb4, 0x12, 0x82, 0xa4, 0x2b, 0xee, 0x3f, 0x37, 0x89, 0xd0, 0x98, 0x85, 0xd4, 0xbb, 0x62, 0x11, 0x24, 0x37, 0x65, 0x2a, 0x21,
0x3a, 0xd9, 0xb7, 0x1f, 0x42, 0x25, 0x93, 0x48, 0xb2, 0x10, 0x96, 0x00, 0x1f, 0xfc, 0x17, 0x40, 0x48, 0xba, 0x22, 0x93, 0x7d, 0xfb, 0x21, 0x56, 0x32, 0x8d, 0x24, 0x0b, 0x61, 0x89, 0xf0, 0xd1,
0x78, 0x63, 0x08, 0xe9, 0x12, 0xee, 0xf8, 0x21, 0xdc, 0x44, 0xb2, 0xc0, 0x66, 0x91, 0x14, 0x32, 0xff, 0x11, 0x84, 0x77, 0x05, 0x21, 0x5d, 0xe2, 0x1d, 0x3d, 0xc4, 0x9b, 0x4a, 0x16, 0xd8, 0x2c,
0x59, 0x02, 0x95, 0x66, 0x12, 0x90, 0x4c, 0x21, 0x29, 0x06, 0x82, 0x9f, 0x68, 0x18, 0x07, 0xb0, 0x92, 0x42, 0x26, 0x4b, 0xa4, 0xca, 0x9b, 0x04, 0x24, 0x33, 0x48, 0xca, 0x07, 0xc1, 0xcf, 0x34,
0x6a, 0xa6, 0xcf, 0x4b, 0x92, 0x1c, 0x52, 0xdf, 0x4f, 0xc0, 0xa7, 0x92, 0x97, 0xb0, 0x34, 0x66, 0x8c, 0x03, 0x58, 0xf5, 0xa6, 0xa7, 0x0f, 0xb6, 0x64, 0x05, 0x7a, 0xf8, 0x6b, 0x03, 0x35, 0x4f,
0x09, 0xf8, 0x4c, 0xc8, 0x84, 0x4a, 0xc6, 0x23, 0x7b, 0x3a, 0xa0, 0x41, 0x3c, 0xa6, 0xcb, 0x4c, 0xb8, 0x8b, 0x7f, 0x44, 0x6d, 0x55, 0x24, 0x9f, 0x4a, 0xda, 0xab, 0x3f, 0xa9, 0x1f, 0x74, 0x0f,
0xcf, 0x1f, 0x14, 0x77, 0x45, 0xdd, 0xfe, 0x2f, 0x35, 0x54, 0x3f, 0xe5, 0x2e, 0xfe, 0x01, 0x35, 0x3f, 0xb4, 0x4c, 0x9b, 0xaa, 0x39, 0x97, 0x8d, 0x52, 0x68, 0x6b, 0x36, 0xb2, 0x5e, 0xb8, 0x3f,
0xd5, 0xba, 0x47, 0x54, 0xd2, 0x4e, 0xf5, 0x59, 0xf5, 0xa0, 0x7d, 0xf4, 0xbe, 0x65, 0x04, 0x2f, 0x81, 0x27, 0xcf, 0x40, 0x52, 0x07, 0xdf, 0xce, 0x07, 0xb5, 0x74, 0x3e, 0x40, 0x65, 0x8c, 0x14,
0x4f, 0x5f, 0x48, 0xae, 0xb2, 0xad, 0xe9, 0xc0, 0x7a, 0xe9, 0xfe, 0x08, 0x9e, 0x3c, 0x07, 0x49, 0xaa, 0xf8, 0x2b, 0xb4, 0x21, 0x62, 0xf0, 0x7a, 0x0d, 0xad, 0xfe, 0xd4, 0x5a, 0xc3, 0x04, 0xd6,
0x1d, 0x7c, 0x3b, 0xeb, 0x55, 0xd2, 0x59, 0x0f, 0x15, 0x31, 0x92, 0xb3, 0xe2, 0x2f, 0xd1, 0x86, 0x09, 0x77, 0xc7, 0x31, 0x78, 0xce, 0xb6, 0x51, 0xde, 0x50, 0x7f, 0x44, 0xeb, 0xe0, 0xaf, 0xd1,
0x88, 0xc1, 0xeb, 0xd4, 0x34, 0xfb, 0x73, 0x6b, 0x0d, 0x3b, 0x59, 0xa7, 0xdc, 0x1d, 0xc6, 0xe0, 0xa6, 0x90, 0x54, 0x4e, 0x45, 0xaf, 0xa9, 0x15, 0xad, 0xb5, 0x15, 0x35, 0xcb, 0xd9, 0x35, 0x9a,
0x39, 0xdb, 0x86, 0x79, 0x43, 0xfd, 0x11, 0xcd, 0x83, 0xbf, 0x42, 0x9b, 0x42, 0x52, 0x39, 0x11, 0x9b, 0xd9, 0x3f, 0x31, 0x6a, 0xc3, 0xbb, 0x26, 0xda, 0x3e, 0xe1, 0xee, 0x31, 0x8f, 0x7c, 0x26,
0x9d, 0xba, 0x66, 0xb4, 0xd6, 0x66, 0xd4, 0x28, 0x67, 0xd7, 0x70, 0x6e, 0x66, 0xff, 0xc4, 0xb0, 0x19, 0x8f, 0xf0, 0x73, 0xb4, 0x21, 0x6f, 0x62, 0xd0, 0x65, 0xe9, 0x38, 0x4f, 0xf2, 0x54, 0x2e,
0xf5, 0xef, 0xea, 0x68, 0xfb, 0x94, 0xbb, 0x27, 0x3c, 0x1a, 0x31, 0xb5, 0x69, 0xfc, 0x02, 0x6d, 0x6e, 0x62, 0x78, 0x39, 0x1f, 0x3c, 0xae, 0x62, 0x55, 0x8c, 0x68, 0x74, 0x25, 0xbd, 0x86, 0xe6,
0xc8, 0x9b, 0x18, 0xf4, 0x5a, 0x5a, 0xce, 0xb3, 0x79, 0x2b, 0x97, 0x37, 0x31, 0xbc, 0x9a, 0xf5, 0x7d, 0xba, 0x78, 0xdd, 0xcb, 0xf9, 0xe0, 0x3f, 0x1b, 0x65, 0x15, 0x9a, 0x8b, 0xe9, 0xe1, 0x09,
0x9e, 0x96, 0x73, 0x55, 0x8c, 0xe8, 0xec, 0x52, 0x7b, 0x35, 0x8d, 0xfb, 0x78, 0xb1, 0xdc, 0xab, 0xda, 0x09, 0xa8, 0x90, 0xe7, 0x09, 0x77, 0xe1, 0x82, 0x85, 0x60, 0x5e, 0xff, 0xc1, 0x7a, 0xdd,
0x59, 0xef, 0x5f, 0x85, 0xb2, 0x72, 0xce, 0xc5, 0xf6, 0xb0, 0x8f, 0x76, 0x02, 0x2a, 0xe4, 0x45, 0x52, 0x0c, 0x67, 0xcf, 0xa4, 0xb2, 0x73, 0x5a, 0x15, 0x22, 0x8b, 0xba, 0x78, 0x86, 0xb0, 0x0a,
0xc2, 0x5d, 0xb8, 0x64, 0x21, 0x98, 0xe9, 0xdf, 0x5b, 0x4f, 0x2d, 0x85, 0x70, 0xf6, 0x4c, 0x2b, 0x5c, 0x24, 0x34, 0x12, 0xd9, 0xe3, 0xd4, 0x6d, 0x1b, 0xaf, 0x7d, 0xdb, 0xbe, 0xb9, 0x0d, 0x9f,
0x3b, 0x67, 0x65, 0x22, 0xb2, 0xc8, 0x8b, 0xa7, 0x08, 0xab, 0xc0, 0x65, 0x42, 0x23, 0x91, 0x0d, 0x2e, 0xa9, 0x91, 0x15, 0x37, 0xe0, 0xf7, 0xd0, 0x66, 0x02, 0x54, 0xf0, 0xa8, 0xd7, 0xd2, 0x85,
0xa7, 0xaa, 0x6d, 0x3c, 0xba, 0xda, 0xbe, 0xa9, 0x86, 0xcf, 0x96, 0xd8, 0xc8, 0x8a, 0x0a, 0xf8, 0x2b, 0xfa, 0x44, 0x74, 0x94, 0x98, 0x53, 0xfc, 0x3e, 0xda, 0x0a, 0x41, 0x08, 0x3a, 0x81, 0xde,
0x1d, 0xb4, 0x99, 0x00, 0x15, 0x3c, 0xea, 0x34, 0xf4, 0xe2, 0x72, 0x9d, 0x88, 0x8e, 0x12, 0x73, 0xa6, 0x06, 0x3e, 0x32, 0xc0, 0xad, 0xb3, 0x2c, 0x4c, 0xf2, 0xf3, 0xe1, 0x1f, 0x75, 0xb4, 0x75,
0x8a, 0xdf, 0x45, 0x5b, 0x21, 0x08, 0x41, 0x7d, 0xe8, 0x6c, 0xea, 0xc4, 0x27, 0x26, 0x71, 0xeb, 0xc2, 0xdd, 0x53, 0x26, 0x24, 0xfe, 0x7e, 0xc9, 0xe8, 0xd6, 0x7a, 0x8f, 0x51, 0x6c, 0x6d, 0xf3,
0x3c, 0x0b, 0x93, 0xf9, 0x79, 0xff, 0xf7, 0x2a, 0xda, 0x3a, 0xe5, 0xee, 0x19, 0x13, 0x12, 0x7f, 0xc7, 0xe6, 0x9e, 0x76, 0x1e, 0xa9, 0x98, 0xfc, 0x0c, 0xb5, 0x98, 0x84, 0x50, 0x35, 0xbd, 0x79,
0xb7, 0x64, 0x74, 0x6b, 0xbd, 0x61, 0x14, 0x5a, 0xdb, 0xfc, 0xa9, 0xa9, 0xd3, 0x9c, 0x47, 0x4a, 0xd0, 0x3d, 0x3c, 0x58, 0xd7, 0x93, 0xce, 0x8e, 0x11, 0x6d, 0x7d, 0xa9, 0xe8, 0x24, 0x53, 0x19,
0x26, 0x3f, 0x47, 0x0d, 0x26, 0x21, 0x54, 0xa2, 0xd7, 0x0f, 0xda, 0x47, 0x07, 0xeb, 0x7a, 0xd2, 0xfe, 0xd9, 0xd4, 0x89, 0x2b, 0xd7, 0xe3, 0x11, 0xea, 0xc6, 0x34, 0xa1, 0x41, 0x00, 0x01, 0x13,
0xd9, 0x31, 0xa4, 0x8d, 0x2f, 0x14, 0x9c, 0x64, 0x2c, 0xfd, 0x3f, 0xea, 0xba, 0x71, 0xe5, 0x7a, 0xa1, 0xce, 0xbd, 0xe5, 0x3c, 0x4a, 0xe7, 0x83, 0xee, 0x79, 0x19, 0x26, 0x55, 0x8c, 0xa2, 0x78,
0x3c, 0x40, 0xed, 0x98, 0x26, 0x34, 0x08, 0x20, 0x60, 0x22, 0xd4, 0xbd, 0x37, 0x9c, 0x27, 0xe9, 0x5c, 0xed, 0x09, 0x55, 0xdc, 0xcc, 0x88, 0x86, 0x72, 0x5c, 0x86, 0x49, 0x15, 0x83, 0x5f, 0xa0,
0xac, 0xd7, 0xbe, 0x28, 0xc2, 0xa4, 0x9c, 0xa3, 0x20, 0x1e, 0x57, 0x2f, 0x8e, 0x5a, 0x6e, 0x66, 0x3d, 0xea, 0x49, 0x36, 0x83, 0xcf, 0x81, 0xfa, 0x01, 0x8b, 0x60, 0x0c, 0x1e, 0x8f, 0xfc, 0x6c,
0x44, 0x03, 0x39, 0x29, 0xc2, 0xa4, 0x9c, 0x83, 0x5f, 0xa2, 0x3d, 0xea, 0x49, 0x36, 0x85, 0x4f, 0xc8, 0x9a, 0xce, 0xdb, 0xe9, 0x7c, 0xb0, 0xf7, 0xd9, 0x2a, 0x00, 0x59, 0xcd, 0xc3, 0x3f, 0xa0,
0x81, 0x8e, 0x02, 0x16, 0xc1, 0x10, 0x3c, 0x1e, 0x8d, 0xb2, 0x4b, 0x56, 0x77, 0xde, 0x4c, 0x67, 0xb6, 0x80, 0x00, 0x3c, 0xc9, 0x13, 0x63, 0x9e, 0xa3, 0x35, 0xeb, 0x4d, 0x5d, 0x08, 0xc6, 0x86,
0xbd, 0xbd, 0x4f, 0x56, 0x25, 0x90, 0xd5, 0x38, 0xfc, 0x3d, 0x6a, 0x0a, 0x08, 0xc0, 0x93, 0x3c, 0xea, 0x6c, 0xab, 0x82, 0xe7, 0x7f, 0xa4, 0x90, 0xc4, 0x9f, 0xa0, 0xdd, 0x90, 0x46, 0x53, 0x5a,
0x31, 0xe6, 0x39, 0x5e, 0x73, 0xdf, 0xd4, 0x85, 0x60, 0x68, 0xa0, 0xce, 0xb6, 0x5a, 0xf8, 0xfc, 0x20, 0xb5, 0x6b, 0xda, 0x0e, 0x4e, 0xe7, 0x83, 0xdd, 0xb3, 0x85, 0x13, 0xf2, 0x0a, 0x12, 0x7f,
0x8f, 0xe4, 0x94, 0xf8, 0x23, 0xb4, 0x1b, 0xd2, 0x68, 0x42, 0xf3, 0x4c, 0xed, 0x9a, 0xa6, 0x83, 0x87, 0xda, 0x12, 0xc2, 0x38, 0xa0, 0x32, 0xb3, 0x50, 0xf7, 0xf0, 0xd9, 0xc3, 0xfd, 0x52, 0x29,
0xd3, 0x59, 0x6f, 0xf7, 0x7c, 0xe1, 0x84, 0xbc, 0x96, 0x89, 0xbf, 0x45, 0x4d, 0x09, 0x61, 0x1c, 0x9d, 0x73, 0xff, 0xc2, 0x10, 0xf4, 0x5a, 0x2a, 0x9c, 0x90, 0x47, 0x49, 0x21, 0x38, 0xfc, 0xbd,
0x50, 0x99, 0x59, 0xa8, 0x7d, 0x74, 0xf8, 0xb0, 0x5e, 0xaa, 0xa5, 0x0b, 0x3e, 0xba, 0x34, 0x00, 0x89, 0x3a, 0xc5, 0xb2, 0xc1, 0x80, 0x90, 0x97, 0x0f, 0xb4, 0xe8, 0xd5, 0xb5, 0x39, 0x46, 0xeb,
0xfd, 0x2c, 0xe5, 0x4e, 0x98, 0x47, 0x49, 0x4e, 0xd8, 0xff, 0xad, 0x8e, 0x5a, 0xf9, 0x63, 0x83, 0x9a, 0xa3, 0x58, 0x05, 0xe5, 0x86, 0x2d, 0x42, 0x82, 0x54, 0x84, 0xf1, 0x37, 0xa8, 0x23, 0x24,
0x01, 0x21, 0x6f, 0x7e, 0xa1, 0x45, 0xa7, 0xaa, 0xcd, 0x31, 0x58, 0xd7, 0x1c, 0xf9, 0x53, 0x50, 0x4d, 0xa4, 0x1e, 0xd5, 0xc6, 0x6b, 0x8f, 0xea, 0x4e, 0x3a, 0x1f, 0x74, 0xc6, 0xb9, 0x00, 0x29,
0xbc, 0xb0, 0x79, 0x48, 0x90, 0x12, 0x31, 0xfe, 0x1a, 0xb5, 0x84, 0xa4, 0x89, 0xd4, 0x57, 0xb5, 0xb5, 0xf0, 0x25, 0xda, 0x2d, 0x5d, 0xf2, 0x86, 0x6b, 0x47, 0xb7, 0xe4, 0x78, 0x41, 0x85, 0xbc,
0xf6, 0xe8, 0xab, 0xba, 0x93, 0xce, 0x7a, 0xad, 0xe1, 0x9c, 0x80, 0x14, 0x5c, 0xf8, 0x0a, 0xed, 0xa2, 0xaa, 0x86, 0x3f, 0xb3, 0x91, 0xf6, 0x4a, 0xab, 0x1c, 0xfe, 0xcc, 0x73, 0xc4, 0x9c, 0x62,
0x16, 0x2e, 0xf9, 0x9f, 0xcf, 0x8e, 0x96, 0xe4, 0x64, 0x81, 0x85, 0xbc, 0xc6, 0xaa, 0x2e, 0x7f, 0x1b, 0x75, 0xc4, 0xd4, 0xf3, 0x00, 0x7c, 0xf0, 0x75, 0xc7, 0x5b, 0xce, 0x5b, 0x06, 0xda, 0x19,
0x66, 0x23, 0xed, 0x95, 0x46, 0x71, 0xf9, 0x33, 0xcf, 0x11, 0x73, 0x8a, 0x6d, 0xd4, 0x12, 0x13, 0xe7, 0x07, 0xa4, 0xc4, 0x28, 0xe1, 0x4b, 0xca, 0x02, 0xf0, 0x75, 0xa7, 0x2b, 0xc2, 0x5f, 0xe8,
0xcf, 0x03, 0x18, 0xc1, 0x48, 0x2b, 0xde, 0x70, 0xde, 0x30, 0xa9, 0xad, 0xe1, 0xfc, 0x80, 0x14, 0x28, 0x31, 0xa7, 0xce, 0xbb, 0xb7, 0xf7, 0xfd, 0xda, 0xdd, 0x7d, 0xbf, 0xf6, 0xd7, 0x7d, 0xbf,
0x39, 0x8a, 0xf8, 0x8a, 0xb2, 0x00, 0x46, 0x5a, 0xe9, 0x12, 0xf1, 0x67, 0x3a, 0x4a, 0xcc, 0xa9, 0xf6, 0x4b, 0xda, 0xaf, 0xdf, 0xa6, 0xfd, 0xfa, 0x5d, 0xda, 0xaf, 0xff, 0x9d, 0xf6, 0xeb, 0xbf,
0xf3, 0xf6, 0xed, 0x7d, 0xb7, 0x72, 0x77, 0xdf, 0xad, 0xfc, 0x79, 0xdf, 0xad, 0xfc, 0x9c, 0x76, 0xfd, 0xd3, 0xaf, 0x7d, 0xdb, 0x98, 0x8d, 0xfe, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xe7, 0xe7, 0x0a,
0xab, 0xb7, 0x69, 0xb7, 0x7a, 0x97, 0x76, 0xab, 0x7f, 0xa5, 0xdd, 0xea, 0xaf, 0x7f, 0x77, 0x2b, 0x8d, 0xf7, 0x08, 0x00, 0x00,
0xdf, 0xd4, 0xa6, 0x83, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x85, 0x7a, 0x4c, 0x03, 0x41, 0x09,
0x00, 0x00,
} }

View File

@ -26,7 +26,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
import "k8s.io/kubernetes/pkg/api/v1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".

View File

@ -1457,57 +1457,55 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 826 bytes of a gzipped FileDescriptorProto // 799 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x94, 0x4d, 0x8f, 0xdb, 0x44, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x94, 0x4d, 0x4f, 0xe3, 0x46,
0x18, 0xc7, 0xe3, 0x6c, 0xde, 0x3a, 0xa1, 0xb0, 0x35, 0xa8, 0x8d, 0x82, 0xe4, 0x44, 0x91, 0x90, 0x18, 0xc7, 0xe3, 0x90, 0x37, 0x26, 0xa5, 0x05, 0xb7, 0x82, 0x28, 0x95, 0x9c, 0x28, 0x52, 0xa5,
0x42, 0xb5, 0x6b, 0xb3, 0x29, 0xaa, 0x0a, 0x37, 0x5c, 0x84, 0xca, 0x6a, 0x79, 0x91, 0xd3, 0x0a, 0x14, 0x81, 0x5d, 0x42, 0x85, 0x68, 0x6f, 0x35, 0x55, 0xd5, 0x22, 0xfa, 0x22, 0x07, 0xd4, 0xaa,
0x84, 0x2a, 0xd4, 0xb1, 0xf3, 0xc4, 0x99, 0xc6, 0xf6, 0x98, 0x99, 0x71, 0x44, 0x6e, 0x7c, 0x04, 0x42, 0x15, 0x63, 0xe7, 0x49, 0x32, 0xc4, 0x6f, 0xf5, 0x8c, 0xa3, 0xe6, 0xd6, 0x8f, 0xd0, 0x6f,
0xbe, 0x05, 0xdf, 0x82, 0x0b, 0x1c, 0xf6, 0xd8, 0x03, 0x07, 0xb8, 0x44, 0xac, 0xf9, 0x16, 0x9c, 0xd1, 0x6f, 0xb1, 0x97, 0xdd, 0x03, 0x47, 0x0e, 0x7b, 0xd8, 0xbd, 0x44, 0x8b, 0xf7, 0x5b, 0xec,
0x90, 0x27, 0x4e, 0xec, 0xae, 0x63, 0x9a, 0x05, 0x69, 0x6f, 0x9e, 0xf1, 0xf3, 0xff, 0xcd, 0xf3, 0x69, 0xe5, 0x89, 0x13, 0x07, 0x1c, 0x2f, 0x61, 0x57, 0xe2, 0xe6, 0x19, 0x3f, 0xff, 0xdf, 0x3c,
0xf2, 0x9f, 0x41, 0x1f, 0xcc, 0x1f, 0x70, 0x9d, 0x50, 0x63, 0x1e, 0xd9, 0xc0, 0x02, 0x10, 0xc0, 0xcf, 0xf3, 0x7f, 0x66, 0xd0, 0x37, 0x83, 0x43, 0x2a, 0x13, 0x47, 0x19, 0xf8, 0x3a, 0x78, 0x36,
0x8d, 0x70, 0xee, 0x1a, 0x38, 0x24, 0xdc, 0xb0, 0xb1, 0x70, 0x66, 0xc6, 0x62, 0x84, 0xbd, 0x70, 0x30, 0xa0, 0x8a, 0x3b, 0xe8, 0x29, 0xd8, 0x25, 0x54, 0xd1, 0x31, 0x33, 0xfa, 0xca, 0xb0, 0x85,
0x86, 0x4f, 0x0c, 0x17, 0x02, 0x60, 0x58, 0xc0, 0x44, 0x0f, 0x19, 0x15, 0x54, 0x7d, 0x77, 0x2d, 0x4d, 0xb7, 0x8f, 0xf7, 0x94, 0x1e, 0xd8, 0xe0, 0x61, 0x06, 0x1d, 0xd9, 0xf5, 0x1c, 0xe6, 0x88,
0xd5, 0x33, 0xa9, 0x1e, 0xce, 0x5d, 0x3d, 0x91, 0xea, 0x52, 0xaa, 0x6f, 0xa4, 0xdd, 0x63, 0x97, 0x5f, 0x4e, 0xa4, 0x72, 0x2c, 0x95, 0xdd, 0x41, 0x4f, 0x0e, 0xa5, 0x32, 0x97, 0xca, 0x53, 0x69,
0x88, 0x59, 0x64, 0xeb, 0x0e, 0xf5, 0x0d, 0x97, 0xba, 0xd4, 0x90, 0x04, 0x3b, 0x9a, 0xca, 0x95, 0x75, 0xb7, 0x47, 0x58, 0xdf, 0xd7, 0x65, 0xc3, 0xb1, 0x94, 0x9e, 0xd3, 0x73, 0x14, 0x4e, 0xd0,
0x5c, 0xc8, 0xaf, 0x35, 0xb9, 0xfb, 0x7e, 0x9a, 0x14, 0x0e, 0x89, 0x8f, 0x9d, 0x19, 0x09, 0x80, 0xfd, 0x2e, 0x5f, 0xf1, 0x05, 0xff, 0x9a, 0x90, 0xab, 0x5f, 0x47, 0x49, 0x61, 0x97, 0x58, 0xd8,
0x2d, 0xb3, 0xb4, 0x7c, 0x10, 0xd8, 0x58, 0x14, 0xf2, 0xe9, 0x1a, 0x65, 0x2a, 0x16, 0x05, 0x82, 0xe8, 0x13, 0x1b, 0xbc, 0x51, 0x9c, 0x96, 0x05, 0x0c, 0x2b, 0xc3, 0x44, 0x3e, 0x55, 0x25, 0x4d,
0xf8, 0x50, 0x10, 0xdc, 0x7f, 0x95, 0x80, 0x3b, 0x33, 0xf0, 0x71, 0x41, 0x77, 0xaf, 0x4c, 0x17, 0xe5, 0xf9, 0x36, 0x23, 0x16, 0x24, 0x04, 0x07, 0xf7, 0x09, 0xa8, 0xd1, 0x07, 0x0b, 0x27, 0x74,
0x09, 0xe2, 0x19, 0x24, 0x10, 0x5c, 0xb0, 0x82, 0x28, 0x57, 0x13, 0x07, 0xb6, 0x00, 0x96, 0x15, 0xfb, 0x69, 0x3a, 0x9f, 0x11, 0x53, 0x21, 0x36, 0xa3, 0xcc, 0x4b, 0x88, 0xe6, 0x6a, 0xa2, 0xe0,
0x04, 0xdf, 0x63, 0x3f, 0xf4, 0x60, 0x57, 0x4d, 0x8f, 0x72, 0xe3, 0x39, 0xc6, 0xae, 0xcb, 0xc0, 0x0d, 0xc1, 0x8b, 0x0b, 0x82, 0x7f, 0xb0, 0xe5, 0x9a, 0xb0, 0xa8, 0xa6, 0x9d, 0x54, 0x7b, 0x16,
0xc5, 0x82, 0xe6, 0xb4, 0x38, 0x24, 0x0c, 0x5c, 0xc2, 0x05, 0xc3, 0x82, 0xd0, 0xc0, 0x58, 0x9c, 0x45, 0xef, 0xdf, 0x6f, 0x66, 0x42, 0xd4, 0xf8, 0x3f, 0x8b, 0x8a, 0x47, 0x9e, 0x63, 0x1f, 0x3b,
0xec, 0x9e, 0x56, 0xf7, 0xa8, 0x74, 0xd0, 0xbb, 0xce, 0xbd, 0xf7, 0x6a, 0x5b, 0x14, 0x44, 0x83, 0xba, 0x78, 0x81, 0x4a, 0x61, 0x77, 0x3b, 0x98, 0xe1, 0x8a, 0x50, 0x17, 0x9a, 0xe5, 0xd6, 0x57,
0x9f, 0xaa, 0xa8, 0xf9, 0x90, 0xd1, 0xe0, 0x94, 0xda, 0xea, 0x33, 0xd4, 0x4a, 0xe6, 0x34, 0xc1, 0x72, 0xe4, 0xf2, 0x7c, 0xb1, 0xb1, 0xcf, 0x61, 0xb4, 0x3c, 0xdc, 0x93, 0x7f, 0xd5, 0x2f, 0xc1,
0x02, 0x77, 0x94, 0xbe, 0x32, 0x6c, 0x8f, 0xde, 0xd3, 0x53, 0xbf, 0xe4, 0xdb, 0x96, 0x39, 0x26, 0x60, 0x3f, 0x03, 0xc3, 0xaa, 0x78, 0x35, 0xae, 0x65, 0x82, 0x71, 0x0d, 0xc5, 0x7b, 0xda, 0x8c,
0x89, 0xd6, 0x17, 0x27, 0xfa, 0x17, 0xf6, 0x73, 0x70, 0xc4, 0x67, 0x20, 0xb0, 0xa9, 0x9e, 0xaf, 0x2a, 0xfe, 0x81, 0x72, 0xd4, 0x05, 0xa3, 0x92, 0xe5, 0xf4, 0x03, 0x79, 0xe9, 0x19, 0x92, 0xa3,
0x7a, 0x95, 0x78, 0xd5, 0x43, 0xd9, 0x9e, 0xb5, 0xa5, 0xaa, 0x5f, 0xa3, 0x1a, 0x0f, 0xc1, 0xe9, 0x1c, 0xdb, 0x2e, 0x18, 0xea, 0x47, 0xd1, 0x19, 0xb9, 0x70, 0xa5, 0x71, 0xa2, 0x78, 0x81, 0x0a,
0x54, 0x25, 0xfd, 0xbe, 0xbe, 0xb7, 0x1b, 0xf5, 0x34, 0xc7, 0x71, 0x08, 0x8e, 0xf9, 0x5a, 0x7a, 0x94, 0x61, 0xe6, 0xd3, 0xca, 0x0a, 0x67, 0x1f, 0xbe, 0x07, 0x9b, 0xeb, 0xd5, 0x8f, 0x23, 0x7a,
0x46, 0x2d, 0x59, 0x59, 0x92, 0xa8, 0x3e, 0x43, 0x0d, 0x2e, 0xb0, 0x88, 0x78, 0xe7, 0x40, 0xb2, 0x61, 0xb2, 0xd6, 0x22, 0x6e, 0xe3, 0x99, 0x80, 0xca, 0x51, 0xe4, 0x09, 0xa1, 0x4c, 0x3c, 0x4f,
0x1f, 0xfc, 0x07, 0xb6, 0xd4, 0x9b, 0xaf, 0xa7, 0xf4, 0xc6, 0x7a, 0x6d, 0xa5, 0xdc, 0xc1, 0xaf, 0x74, 0x4b, 0x5e, 0xae, 0x5b, 0xa1, 0x9a, 0xf7, 0x6a, 0x3d, 0x3a, 0xa9, 0x34, 0xdd, 0x99, 0xeb,
0x0a, 0x6a, 0xa7, 0x91, 0x67, 0x84, 0x0b, 0xf5, 0x69, 0xa1, 0x5b, 0xfa, 0x7e, 0xdd, 0x4a, 0xd4, 0xd4, 0xef, 0x28, 0x4f, 0x18, 0x58, 0xb4, 0x92, 0xad, 0xaf, 0x34, 0xcb, 0xad, 0xd6, 0xc3, 0xcb,
0xb2, 0x57, 0x87, 0xe9, 0x49, 0xad, 0xcd, 0x4e, 0xae, 0x53, 0x5f, 0xa1, 0x3a, 0x11, 0xe0, 0xf3, 0x51, 0xd7, 0x22, 0x7c, 0xfe, 0xa7, 0x10, 0xa4, 0x4d, 0x78, 0x8d, 0x27, 0xb9, 0x59, 0x19, 0x61,
0x4e, 0xb5, 0x7f, 0x30, 0x6c, 0x8f, 0x46, 0x57, 0x2f, 0xc7, 0xbc, 0x99, 0xe2, 0xeb, 0x9f, 0x26, 0xfb, 0xc4, 0x1d, 0x54, 0x0a, 0x07, 0xbd, 0xe3, 0x9b, 0xc0, 0xcb, 0x58, 0x8d, 0xd3, 0x6a, 0x47,
0x20, 0x6b, 0xcd, 0x1b, 0xfc, 0x5c, 0xdb, 0x96, 0x91, 0xb4, 0x4f, 0x3d, 0x42, 0xad, 0xe4, 0xca, 0xfb, 0xda, 0x2c, 0x42, 0x3c, 0x43, 0x5b, 0x94, 0x61, 0x8f, 0x11, 0xbb, 0xf7, 0x3d, 0xe0, 0x8e,
0x4c, 0x22, 0x0f, 0x64, 0x19, 0x37, 0xb2, 0xb4, 0xc6, 0xe9, 0xbe, 0xb5, 0x8d, 0x50, 0x9f, 0xa0, 0x49, 0x6c, 0x68, 0x83, 0xe1, 0xd8, 0x1d, 0xca, 0x3d, 0x5d, 0x51, 0x3f, 0x0f, 0xc6, 0xb5, 0xad,
0x3b, 0x5c, 0x60, 0x26, 0x48, 0xe0, 0x7e, 0x0c, 0x78, 0xe2, 0x91, 0x00, 0xc6, 0xe0, 0xd0, 0x60, 0xf6, 0xe2, 0x10, 0x2d, 0x4d, 0x2b, 0x9e, 0xa3, 0x0d, 0xc3, 0xb1, 0x0d, 0xdf, 0xf3, 0xc0, 0x36,
0xc2, 0xe5, 0x4c, 0x0f, 0xcc, 0xb7, 0xe3, 0x55, 0xef, 0xce, 0x78, 0x77, 0x88, 0x55, 0xa6, 0x55, 0x46, 0xbf, 0x39, 0x26, 0x31, 0x46, 0xdc, 0xc8, 0x55, 0x55, 0x8e, 0xb2, 0xd9, 0x38, 0xba, 0x1b,
0x9f, 0xa2, 0x5b, 0x0e, 0x0d, 0x9c, 0x88, 0x31, 0x08, 0x9c, 0xe5, 0x97, 0xd4, 0x23, 0xce, 0x52, 0xf0, 0x66, 0xd1, 0xa6, 0x96, 0x04, 0x89, 0x5f, 0xa0, 0x22, 0xf5, 0xa9, 0x0b, 0x76, 0xa7, 0x92,
0x0e, 0xf2, 0x86, 0xa9, 0xa7, 0xd9, 0xdc, 0x7a, 0x78, 0x39, 0xe0, 0xef, 0x5d, 0x9b, 0x56, 0x11, 0xab, 0x0b, 0xcd, 0x92, 0x5a, 0x0e, 0xc6, 0xb5, 0x62, 0x7b, 0xb2, 0xa5, 0x4d, 0xff, 0x89, 0x7f,
0xa4, 0xbe, 0x83, 0x9a, 0x3c, 0xe2, 0x21, 0x04, 0x93, 0x4e, 0xad, 0xaf, 0x0c, 0x5b, 0x66, 0x3b, 0xa3, 0xf2, 0xa5, 0xa3, 0x9f, 0x82, 0xe5, 0x9a, 0x98, 0x41, 0x25, 0xcf, 0x3d, 0xfd, 0xf6, 0x01,
0x5e, 0xf5, 0x9a, 0xe3, 0xf5, 0x96, 0xb5, 0xf9, 0xa7, 0x7e, 0x87, 0xda, 0xcf, 0xa9, 0xfd, 0x18, 0x8d, 0x3f, 0x8e, 0xd5, 0x7c, 0x4e, 0x3f, 0x8d, 0x52, 0x2f, 0xcf, 0xfd, 0xd0, 0xe6, 0xcf, 0x10,
0xfc, 0xd0, 0xc3, 0x02, 0x3a, 0x75, 0x39, 0xd3, 0x0f, 0xaf, 0xd0, 0xf8, 0xd3, 0x4c, 0x2d, 0x7d, 0xff, 0x42, 0x55, 0xea, 0x1b, 0x06, 0x50, 0xda, 0xf5, 0xcd, 0x63, 0x47, 0xa7, 0x3f, 0x12, 0xca,
0xfa, 0x66, 0x9a, 0x7a, 0x3b, 0xf7, 0xc3, 0xca, 0x9f, 0xa1, 0x7e, 0x8b, 0xba, 0x3c, 0x72, 0x1c, 0x1c, 0x6f, 0x74, 0x42, 0x2c, 0xc2, 0x2a, 0x85, 0xba, 0xd0, 0xcc, 0xab, 0x52, 0x30, 0xae, 0x55,
0xe0, 0x7c, 0x1a, 0x79, 0xa7, 0xd4, 0xe6, 0x8f, 0x08, 0x17, 0x94, 0x2d, 0xcf, 0x88, 0x4f, 0x44, 0xdb, 0xa9, 0x51, 0xda, 0x3b, 0x08, 0xa2, 0x86, 0x36, 0xbb, 0x98, 0x98, 0xd0, 0x49, 0xb0, 0x8b,
0xa7, 0xd1, 0x57, 0x86, 0x75, 0x53, 0x8b, 0x57, 0xbd, 0xee, 0xb8, 0x34, 0xca, 0xfa, 0x17, 0x82, 0x9c, 0x5d, 0x0d, 0xc6, 0xb5, 0xcd, 0x1f, 0x16, 0x46, 0x68, 0x29, 0xca, 0xc6, 0x73, 0x01, 0xad,
0x6a, 0xa1, 0xdb, 0x53, 0x4c, 0x3c, 0x98, 0x14, 0xd8, 0x4d, 0xc9, 0xee, 0xc6, 0xab, 0xde, 0xed, 0xdd, 0xba, 0x31, 0xe2, 0x19, 0x2a, 0x60, 0x83, 0x91, 0x61, 0x38, 0x40, 0xe1, 0xb0, 0xee, 0xa6,
0x4f, 0x76, 0x46, 0x58, 0x25, 0xca, 0xc1, 0x6f, 0x0a, 0xba, 0xf9, 0xd2, 0x8d, 0x51, 0x9f, 0xa0, 0xf7, 0x2c, 0x7e, 0x2d, 0x34, 0xe8, 0x42, 0x68, 0x12, 0xc4, 0x17, 0xee, 0x3b, 0x0e, 0xd1, 0x22,
0x06, 0x76, 0x04, 0x59, 0x24, 0x06, 0x4a, 0xcc, 0x7a, 0x5c, 0xde, 0xb3, 0xec, 0xb5, 0xb0, 0x60, 0x98, 0x68, 0xa2, 0x75, 0x13, 0x53, 0x36, 0x9d, 0xc2, 0x53, 0x62, 0x01, 0xf7, 0xaf, 0xdc, 0xda,
0x0a, 0xc9, 0x90, 0x20, 0xbb, 0x70, 0x1f, 0x49, 0x88, 0x95, 0xc2, 0x54, 0x0f, 0x1d, 0x7a, 0x98, 0x5e, 0xee, 0xa2, 0x85, 0x0a, 0xf5, 0xb3, 0x60, 0x5c, 0x5b, 0x3f, 0xb9, 0xc3, 0xd1, 0x12, 0xe4,
0x8b, 0x8d, 0x0b, 0x1f, 0x13, 0x1f, 0xe4, 0xfc, 0xda, 0xa3, 0xbb, 0xfb, 0x5d, 0xb4, 0x44, 0x61, 0xc6, 0x4b, 0x01, 0xcd, 0xfb, 0xf4, 0x08, 0x8f, 0x61, 0x1f, 0x95, 0xd8, 0x74, 0xd8, 0xb2, 0x1f,
0xbe, 0x15, 0xaf, 0x7a, 0x87, 0x67, 0x97, 0x38, 0x56, 0x81, 0x3c, 0xf8, 0x43, 0x41, 0xf9, 0x39, 0x3c, 0x6c, 0xb3, 0x5b, 0x3b, 0x9b, 0xb4, 0x19, 0xbd, 0xf1, 0x54, 0x40, 0x9f, 0xdc, 0x89, 0x7f,
0x5d, 0xc3, 0x63, 0x38, 0x43, 0x2d, 0xb1, 0x31, 0x5b, 0xf5, 0x7f, 0x9b, 0x6d, 0x7b, 0x6b, 0xb7, 0x84, 0xfa, 0x7e, 0xb9, 0xf5, 0xd8, 0xef, 0x2c, 0x51, 0x1b, 0xaf, 0x2a, 0xed, 0x89, 0x57, 0xb7,
0x4e, 0xdb, 0xd2, 0x07, 0xbf, 0x28, 0xe8, 0x8d, 0x4b, 0xf1, 0xd7, 0x50, 0xdf, 0xe7, 0x2f, 0x3d, 0xaf, 0x6e, 0xa4, 0xcc, 0xf5, 0x8d, 0x94, 0x79, 0x71, 0x23, 0x65, 0xfe, 0x0d, 0x24, 0xe1, 0x2a,
0xf6, 0x47, 0x7b, 0xd4, 0x26, 0xab, 0x2a, 0x7b, 0xe2, 0xcd, 0xbb, 0xe7, 0x17, 0x5a, 0xe5, 0xc5, 0x90, 0x84, 0xeb, 0x40, 0x12, 0x5e, 0x05, 0x92, 0xf0, 0xdf, 0x6b, 0x29, 0xf3, 0x67, 0x69, 0xda,
0x85, 0x56, 0xf9, 0xfd, 0x42, 0xab, 0xfc, 0x10, 0x6b, 0xca, 0x79, 0xac, 0x29, 0x2f, 0x62, 0x4d, 0x9d, 0xb7, 0x01, 0x00, 0x00, 0xff, 0xff, 0x32, 0x5e, 0xac, 0x56, 0xd9, 0x08, 0x00, 0x00,
0xf9, 0x33, 0xd6, 0x94, 0x1f, 0xff, 0xd2, 0x2a, 0xdf, 0xb4, 0x36, 0xdd, 0xf9, 0x27, 0x00, 0x00,
0xff, 0xff, 0x39, 0x84, 0x09, 0xee, 0x23, 0x09, 0x00, 0x00,
} }

View File

@ -26,7 +26,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
import "k8s.io/kubernetes/pkg/api/v1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
import "k8s.io/kubernetes/pkg/apis/batch/v1/generated.proto"; import "k8s.io/kubernetes/pkg/apis/batch/v1/generated.proto";

View File

@ -1632,59 +1632,58 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 863 bytes of a gzipped FileDescriptorProto // 839 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xcf, 0x6f, 0x1b, 0x45, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xcf, 0x8f, 0xdb, 0x44,
0x14, 0xf6, 0xfa, 0x57, 0xec, 0x71, 0x48, 0xab, 0x11, 0xaa, 0x4c, 0xa4, 0xee, 0x46, 0x2b, 0x40, 0x14, 0x8e, 0xf3, 0x6b, 0x93, 0xc9, 0xb2, 0xad, 0x46, 0xa8, 0x32, 0x2b, 0xd5, 0x5e, 0x59, 0x80,
0x29, 0xa2, 0xbb, 0x38, 0x20, 0x88, 0xca, 0x01, 0x69, 0x4b, 0x05, 0x85, 0x96, 0x1f, 0x93, 0x06, 0xb6, 0xa8, 0xd8, 0x64, 0x41, 0xb0, 0x2a, 0x07, 0x24, 0x97, 0x0a, 0x15, 0x5a, 0x7e, 0xcc, 0x36,
0x09, 0xc4, 0x81, 0xf1, 0xfa, 0x75, 0x33, 0xb5, 0xf7, 0x07, 0x33, 0xb3, 0x56, 0x7c, 0x41, 0xbd, 0x48, 0x20, 0x0e, 0x4c, 0x9c, 0x57, 0xef, 0x34, 0xf1, 0x0f, 0x3c, 0xe3, 0x68, 0x73, 0x41, 0xbd,
0x71, 0xe5, 0xc8, 0x05, 0x89, 0x3f, 0x27, 0xc7, 0x1e, 0x39, 0x20, 0x8b, 0x98, 0x13, 0x17, 0xfe, 0x71, 0xe5, 0xc8, 0x05, 0x89, 0x3f, 0x67, 0x8f, 0x3d, 0x72, 0x40, 0x11, 0x1b, 0x4e, 0x5c, 0xf8,
0x80, 0x9e, 0xd0, 0xcc, 0x8e, 0xbd, 0x4b, 0x8c, 0x69, 0x2b, 0xe5, 0xb6, 0xf3, 0xcd, 0x7b, 0xdf, 0x03, 0x7a, 0x42, 0x33, 0x9e, 0xc4, 0x66, 0xd3, 0xd0, 0x56, 0xca, 0xcd, 0xf3, 0xcd, 0xf7, 0xbe,
0x7b, 0xef, 0x7b, 0xdf, 0x0e, 0xfa, 0x60, 0x7c, 0x28, 0x3c, 0x96, 0xfa, 0xe3, 0x7c, 0x08, 0x3c, 0xf7, 0xde, 0xf7, 0x9e, 0x07, 0x7d, 0x34, 0x3e, 0xe6, 0x2e, 0x4b, 0xbc, 0x71, 0x3e, 0x84, 0x2c,
0x01, 0x09, 0xc2, 0xcf, 0xc6, 0x91, 0x4f, 0x33, 0x26, 0xfc, 0x10, 0xb8, 0x64, 0x0f, 0x59, 0x48, 0x06, 0x01, 0xdc, 0x4b, 0xc7, 0xa1, 0x47, 0x53, 0xc6, 0xbd, 0x00, 0x32, 0xc1, 0x1e, 0xb2, 0x80,
0x15, 0x3a, 0x1d, 0x0c, 0x41, 0xd2, 0x81, 0x1f, 0x41, 0x02, 0x9c, 0x4a, 0x18, 0x79, 0x19, 0x4f, 0x4a, 0x74, 0xda, 0x1f, 0x82, 0xa0, 0x7d, 0x2f, 0x84, 0x18, 0x32, 0x2a, 0x60, 0xe4, 0xa6, 0x59,
0x65, 0x8a, 0xfd, 0x82, 0xc0, 0x2b, 0x09, 0xbc, 0x6c, 0x1c, 0x79, 0x8a, 0xc0, 0xab, 0x12, 0x78, 0x22, 0x12, 0xec, 0x15, 0x02, 0x6e, 0x29, 0xe0, 0xa6, 0xe3, 0xd0, 0x95, 0x02, 0x6e, 0x55, 0xc0,
0x86, 0x60, 0xf7, 0x66, 0xc4, 0xe4, 0x49, 0x3e, 0xf4, 0xc2, 0x34, 0xf6, 0xa3, 0x34, 0x4a, 0x7d, 0xd5, 0x02, 0xfb, 0x6f, 0x87, 0x4c, 0x9c, 0xe6, 0x43, 0x37, 0x48, 0x22, 0x2f, 0x4c, 0xc2, 0xc4,
0xcd, 0x33, 0xcc, 0x1f, 0xea, 0x93, 0x3e, 0xe8, 0xaf, 0x82, 0x7f, 0xf7, 0x1d, 0xd3, 0x20, 0xcd, 0x53, 0x3a, 0xc3, 0xfc, 0xa1, 0x3a, 0xa9, 0x83, 0xfa, 0x2a, 0xf4, 0xf7, 0xdf, 0xd3, 0x05, 0xd2,
0x58, 0x4c, 0xc3, 0x13, 0x96, 0x00, 0x9f, 0x95, 0x2d, 0xc6, 0x20, 0xa9, 0x3f, 0x5d, 0xeb, 0x6a, 0x94, 0x45, 0x34, 0x38, 0x65, 0x31, 0x64, 0xb3, 0xb2, 0xc4, 0x08, 0x04, 0xf5, 0xa6, 0x6b, 0x55,
0xd7, 0xdf, 0x94, 0xc5, 0xf3, 0x44, 0xb2, 0x18, 0xd6, 0x12, 0xde, 0x7d, 0x56, 0x82, 0x08, 0x4f, 0xed, 0x7b, 0x9b, 0xa2, 0xb2, 0x3c, 0x16, 0x2c, 0x82, 0xb5, 0x80, 0xf7, 0x9f, 0x17, 0xc0, 0x83,
0x20, 0xa6, 0x6b, 0x79, 0x6f, 0x6f, 0xca, 0xcb, 0x25, 0x9b, 0xf8, 0x2c, 0x91, 0x42, 0xf2, 0xb5, 0x53, 0x88, 0xe8, 0x5a, 0xdc, 0xbb, 0x9b, 0xe2, 0x72, 0xc1, 0x26, 0x1e, 0x8b, 0x05, 0x17, 0xd9,
0xa4, 0xca, 0x4c, 0x02, 0xf8, 0x14, 0x78, 0x39, 0x10, 0x9c, 0xd2, 0x38, 0x9b, 0xc0, 0x7f, 0xcd, 0x5a, 0x50, 0xa5, 0x27, 0x0e, 0xd9, 0x14, 0xb2, 0xb2, 0x21, 0x38, 0xa3, 0x51, 0x3a, 0x81, 0x67,
0xf4, 0x71, 0x65, 0x55, 0x37, 0x69, 0x14, 0x71, 0x88, 0xa8, 0x4c, 0x2b, 0xb9, 0x34, 0x63, 0x1c, 0xf5, 0x74, 0x73, 0xe3, 0xa8, 0x9e, 0xc1, 0x76, 0xfe, 0xae, 0xa3, 0xd7, 0x6e, 0x97, 0xfe, 0x9f,
0x22, 0x26, 0x24, 0xa7, 0x92, 0xa5, 0x89, 0x3f, 0x1d, 0xd0, 0x49, 0x76, 0xb2, 0xbe, 0x33, 0xf7, 0xb0, 0x30, 0x66, 0x71, 0x48, 0xe0, 0x87, 0x1c, 0xb8, 0xc0, 0xdf, 0xa3, 0x8e, 0xb4, 0x6e, 0x44,
0xaf, 0x3a, 0x7a, 0xe5, 0x76, 0xb9, 0x9b, 0x23, 0x16, 0x25, 0x2c, 0x89, 0x08, 0x7c, 0x9f, 0x83, 0x05, 0x35, 0x8d, 0x03, 0xe3, 0xb0, 0x77, 0xf4, 0x8e, 0xab, 0x07, 0x59, 0xed, 0xa4, 0x1c, 0xa5,
0x90, 0xf8, 0x3b, 0xd4, 0x51, 0xb2, 0x8e, 0xa8, 0xa4, 0x7d, 0x6b, 0xcf, 0xda, 0xef, 0x1d, 0xbc, 0x64, 0xbb, 0xd3, 0xbe, 0xfb, 0xc5, 0xf0, 0x11, 0x04, 0xe2, 0x3e, 0x08, 0xea, 0xe3, 0xf3, 0xb9,
0xe5, 0x99, 0x25, 0x57, 0xa7, 0x2c, 0xd7, 0xac, 0xa2, 0xbd, 0xe9, 0xc0, 0xfb, 0x7c, 0xf8, 0x08, 0x5d, 0x5b, 0xcc, 0x6d, 0x54, 0x62, 0x64, 0xa5, 0x8a, 0x53, 0xd4, 0xe4, 0x29, 0x04, 0x66, 0x5d,
0x42, 0x79, 0x1f, 0x24, 0x0d, 0xf0, 0xd9, 0xdc, 0xa9, 0x2d, 0xe6, 0x0e, 0x2a, 0x31, 0xb2, 0x62, 0xa9, 0x7f, 0xee, 0xbe, 0xe4, 0x9a, 0xb8, 0x1b, 0x6b, 0x3f, 0x49, 0x21, 0xf0, 0x77, 0x75, 0xee,
0xc5, 0x19, 0x6a, 0x8a, 0x0c, 0xc2, 0x7e, 0x5d, 0xb3, 0x7f, 0xe6, 0xbd, 0xa0, 0x85, 0xbc, 0x8d, 0xa6, 0x3c, 0x11, 0x95, 0x09, 0x9f, 0xa1, 0x36, 0x17, 0x54, 0xe4, 0xdc, 0x6c, 0xa8, 0x9c, 0x5f,
0xbd, 0x1f, 0x65, 0x10, 0x06, 0xdb, 0xa6, 0x76, 0x53, 0x9d, 0x88, 0xae, 0x84, 0x4f, 0x51, 0x5b, 0x6e, 0x31, 0xa7, 0xd2, 0xf5, 0xf7, 0x74, 0xd6, 0x76, 0x71, 0x26, 0x3a, 0x9f, 0xf3, 0x6b, 0x1d,
0x48, 0x2a, 0x73, 0xd1, 0x6f, 0xe8, 0x9a, 0x5f, 0x5c, 0x62, 0x4d, 0xcd, 0x1b, 0xec, 0x98, 0xaa, 0x39, 0x1b, 0x63, 0x6f, 0x27, 0xf1, 0x88, 0x09, 0x96, 0xc4, 0xf8, 0x18, 0x35, 0xc5, 0x2c, 0x05,
0xed, 0xe2, 0x4c, 0x4c, 0x3d, 0xf7, 0x97, 0x3a, 0x72, 0x37, 0xe6, 0xde, 0x4e, 0x93, 0x11, 0x53, 0x65, 0x78, 0xd7, 0x7f, 0x7d, 0xd9, 0xc2, 0x83, 0x59, 0x0a, 0x4f, 0xe7, 0xf6, 0xab, 0x97, 0xf9,
0xbb, 0xc2, 0x87, 0xa8, 0x29, 0x67, 0x19, 0x68, 0xc1, 0xbb, 0xc1, 0xab, 0xcb, 0x11, 0x1e, 0xcc, 0x12, 0x27, 0x2a, 0x02, 0xbf, 0x89, 0xda, 0x19, 0x50, 0x9e, 0xc4, 0xca, 0xce, 0x6e, 0x59, 0x08,
0x32, 0x78, 0x3a, 0x77, 0x5e, 0xbe, 0x18, 0xaf, 0x70, 0xa2, 0x33, 0xf0, 0xeb, 0xa8, 0xcd, 0x81, 0x51, 0x28, 0xd1, 0xb7, 0xf8, 0x06, 0xda, 0x89, 0x80, 0x73, 0x1a, 0x82, 0xf2, 0xa0, 0xeb, 0x5f,
0x8a, 0x34, 0xd1, 0x72, 0x76, 0xcb, 0x46, 0x88, 0x46, 0x89, 0xb9, 0xc5, 0x37, 0xd0, 0x56, 0x0c, 0xd1, 0xc4, 0x9d, 0xfb, 0x05, 0x4c, 0x96, 0xf7, 0xf8, 0x11, 0xda, 0x9b, 0x50, 0x2e, 0x06, 0xe9,
0x42, 0xd0, 0x08, 0xb4, 0x06, 0xdd, 0xe0, 0x8a, 0x09, 0xdc, 0xba, 0x5f, 0xc0, 0x64, 0x79, 0x8f, 0x88, 0x0a, 0x78, 0xc0, 0x22, 0x30, 0x9b, 0xca, 0xb5, 0xb7, 0x5e, 0x6c, 0x0f, 0x64, 0x84, 0x7f,
0x1f, 0xa1, 0x9d, 0x09, 0x15, 0xf2, 0x38, 0x1b, 0x51, 0x09, 0x0f, 0x58, 0x0c, 0xfd, 0xa6, 0x56, 0x4d, 0xab, 0xef, 0xdd, 0xfb, 0x8f, 0x12, 0xb9, 0xa4, 0xec, 0xfc, 0x63, 0xa0, 0xeb, 0x1b, 0xfd,
0xed, 0x8d, 0xe7, 0xf3, 0x81, 0xca, 0x08, 0xae, 0x19, 0xf6, 0x9d, 0x7b, 0xff, 0x62, 0x22, 0x17, 0xb9, 0xc7, 0xb8, 0xc0, 0xdf, 0xad, 0xed, 0xa3, 0xfb, 0x62, 0x75, 0xc8, 0x68, 0xb5, 0x8d, 0x57,
0x98, 0xdd, 0xbf, 0x2d, 0x74, 0x7d, 0xa3, 0x3e, 0xf7, 0x98, 0x90, 0xf8, 0xdb, 0x35, 0x3f, 0x7a, 0x75, 0x2d, 0x9d, 0x25, 0x52, 0xd9, 0xc5, 0x04, 0xb5, 0x98, 0x80, 0x88, 0x9b, 0xf5, 0x83, 0xc6,
0xcf, 0xd7, 0x87, 0xca, 0xd6, 0x6e, 0xbc, 0x6a, 0x7a, 0xe9, 0x2c, 0x91, 0x8a, 0x17, 0x53, 0xd4, 0x61, 0xef, 0xe8, 0xd3, 0xed, 0x2d, 0x86, 0xff, 0x8a, 0x4e, 0xdb, 0xba, 0x2b, 0x13, 0x90, 0x22,
0x62, 0x12, 0x62, 0xd1, 0xaf, 0xef, 0x35, 0xf6, 0x7b, 0x07, 0x9f, 0x5c, 0x9e, 0x31, 0x82, 0x97, 0x8f, 0xb3, 0x68, 0xfc, 0x4f, 0xc3, 0x72, 0x65, 0xf1, 0x1b, 0x68, 0x27, 0x2b, 0x8e, 0xaa, 0xdf,
0x4c, 0xd9, 0xd6, 0x5d, 0x55, 0x80, 0x14, 0x75, 0xdc, 0x45, 0xe3, 0x7f, 0x06, 0x56, 0x96, 0xc5, 0x5d, 0xbf, 0x27, 0xa7, 0xa4, 0x19, 0x64, 0x79, 0x87, 0x6f, 0xa2, 0x4e, 0xce, 0x21, 0x8b, 0x69,
0xaf, 0xa1, 0x2d, 0x5e, 0x1c, 0xf5, 0xbc, 0xdb, 0x41, 0x4f, 0x6d, 0xc9, 0x44, 0x90, 0xe5, 0x1d, 0x04, 0x7a, 0xf4, 0xab, 0x3e, 0x07, 0x1a, 0x27, 0x2b, 0x06, 0xbe, 0x8e, 0x1a, 0x39, 0x1b, 0xe9,
0x7e, 0x13, 0x75, 0x72, 0x01, 0x3c, 0xa1, 0x31, 0x98, 0xd5, 0xaf, 0xe6, 0x3c, 0x36, 0x38, 0x59, 0xd1, 0xf7, 0x34, 0xb1, 0x31, 0xb8, 0xfb, 0x31, 0x91, 0x38, 0x76, 0x50, 0x3b, 0xcc, 0x92, 0x3c,
0x45, 0xe0, 0xeb, 0xa8, 0x91, 0xb3, 0x91, 0x59, 0x7d, 0xcf, 0x04, 0x36, 0x8e, 0xef, 0x7e, 0x48, 0xe5, 0x66, 0xf3, 0xa0, 0x71, 0xd8, 0xf5, 0x91, 0xdc, 0xa0, 0x4f, 0x14, 0x42, 0xf4, 0x0d, 0x3e,
0x14, 0x8e, 0x5d, 0xd4, 0x8e, 0x78, 0x9a, 0x67, 0xa2, 0xdf, 0xdc, 0x6b, 0xec, 0x77, 0x03, 0xa4, 0x42, 0x9d, 0x31, 0xcc, 0x06, 0x6a, 0x85, 0x5a, 0x8a, 0x75, 0x4d, 0xb2, 0x14, 0xc0, 0x9f, 0xce,
0x1c, 0xf4, 0x91, 0x46, 0x88, 0xb9, 0xc1, 0x07, 0xa8, 0x33, 0x86, 0xd9, 0xb1, 0xb6, 0x50, 0x4b, 0xed, 0xce, 0x67, 0xfa, 0x96, 0xac, 0x78, 0xf8, 0x47, 0xd4, 0x82, 0x33, 0x91, 0x51, 0xb3, 0xad,
0x47, 0x5d, 0x53, 0x51, 0x1a, 0x10, 0x4f, 0xe7, 0x4e, 0xe7, 0x53, 0x73, 0x4b, 0x56, 0x71, 0xf8, 0xec, 0xfd, 0x66, 0xbb, 0xff, 0xba, 0x7b, 0x47, 0x6a, 0xdf, 0x89, 0x45, 0x36, 0x2b, 0xdd, 0x56,
0x07, 0xd4, 0x82, 0x53, 0xc9, 0x69, 0xbf, 0xad, 0xe5, 0xfd, 0xfa, 0x72, 0xff, 0x75, 0xef, 0x8e, 0x18, 0x29, 0xd2, 0xee, 0xe7, 0x08, 0x95, 0x1c, 0x7c, 0x15, 0x35, 0xc6, 0x30, 0x2b, 0x7e, 0x32,
0xe2, 0xbe, 0x93, 0x48, 0x3e, 0x2b, 0xd5, 0xd6, 0x18, 0x29, 0xca, 0xee, 0xe6, 0x08, 0x95, 0x31, 0x22, 0x3f, 0xf1, 0x57, 0xa8, 0x35, 0xa5, 0x93, 0x1c, 0xf4, 0x5b, 0xf4, 0xe1, 0x4b, 0xd7, 0xa7,
0xf8, 0x2a, 0x6a, 0x8c, 0x61, 0x56, 0xfc, 0x64, 0x44, 0x7d, 0xe2, 0x2f, 0x51, 0x6b, 0x4a, 0x27, 0xd4, 0xbf, 0x96, 0x12, 0xa4, 0x50, 0xba, 0x55, 0x3f, 0x36, 0x9c, 0xb9, 0x81, 0xec, 0xe7, 0xbc,
0x39, 0x98, 0xb7, 0xe8, 0xfd, 0x17, 0xee, 0x4f, 0xb3, 0x7f, 0xa5, 0x28, 0x48, 0xc1, 0x74, 0xab, 0x18, 0xf8, 0x27, 0x03, 0xa1, 0x60, 0xf9, 0x43, 0x73, 0xd3, 0x50, 0x06, 0x9d, 0x6c, 0xcf, 0xa0,
0x7e, 0x68, 0xb9, 0x73, 0x0b, 0x39, 0xcf, 0x78, 0x31, 0xf0, 0x8f, 0x16, 0x42, 0xe1, 0xf2, 0x87, 0xd5, 0x63, 0x51, 0xbe, 0xc6, 0x2b, 0x88, 0x93, 0x4a, 0x6a, 0xdc, 0x47, 0xbd, 0x8a, 0xb4, 0xb2,
0x16, 0x7d, 0x4b, 0x0b, 0x74, 0x74, 0x79, 0x02, 0xad, 0x1e, 0x8b, 0xf2, 0x35, 0x5e, 0x41, 0x82, 0x62, 0xd7, 0xbf, 0xb2, 0x98, 0xdb, 0xbd, 0x8a, 0x38, 0xa9, 0x72, 0x9c, 0x0f, 0xb4, 0xaf, 0xaa,
0x54, 0x4a, 0xe3, 0x01, 0xea, 0x55, 0xa8, 0xb5, 0x14, 0xdb, 0xc1, 0x95, 0xc5, 0xdc, 0xe9, 0x55, 0x73, 0x6c, 0x2f, 0x7f, 0x22, 0x43, 0xad, 0x45, 0xf7, 0xf2, 0xd2, 0xdf, 0xea, 0xfc, 0xf2, 0x9b,
0xc8, 0x49, 0x35, 0xc6, 0x7d, 0xcf, 0xe8, 0xaa, 0x27, 0xc7, 0xce, 0xf2, 0x27, 0xb2, 0xb4, 0x2d, 0x5d, 0x7b, 0xfc, 0xc7, 0x41, 0xcd, 0xbf, 0x71, 0x7e, 0x61, 0xd5, 0x9e, 0x5c, 0x58, 0xb5, 0xdf,
0xba, 0x17, 0x4d, 0x7f, 0xab, 0xf3, 0xf3, 0xaf, 0x4e, 0xed, 0xf1, 0xef, 0x7b, 0xb5, 0xe0, 0xc6, 0x2f, 0xac, 0xda, 0xe3, 0x85, 0x65, 0x9c, 0x2f, 0x2c, 0xe3, 0xc9, 0xc2, 0x32, 0xfe, 0x5c, 0x58,
0xd9, 0xb9, 0x5d, 0x7b, 0x72, 0x6e, 0xd7, 0x7e, 0x3b, 0xb7, 0x6b, 0x8f, 0x17, 0xb6, 0x75, 0xb6, 0xc6, 0xcf, 0x7f, 0x59, 0xb5, 0x6f, 0x77, 0x74, 0x67, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0x07,
0xb0, 0xad, 0x27, 0x0b, 0xdb, 0xfa, 0x63, 0x61, 0x5b, 0x3f, 0xfd, 0x69, 0xd7, 0xbe, 0xd9, 0x32, 0x0c, 0x3b, 0x3a, 0x80, 0x08, 0x00, 0x00,
0x93, 0xfd, 0x13, 0x00, 0x00, 0xff, 0xff, 0x1c, 0xc5, 0xd2, 0x7c, 0x9c, 0x08, 0x00, 0x00,
} }

View File

@ -26,7 +26,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1beta1"; option go_package = "v1beta1";

View File

@ -11794,218 +11794,216 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 3405 bytes of a gzipped FileDescriptorProto // 3369 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5b, 0xcd, 0x6f, 0x1c, 0xc7, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5b, 0xdb, 0x6f, 0x1b, 0xc7,
0x95, 0x57, 0x73, 0x48, 0x71, 0xf8, 0x28, 0x92, 0x62, 0x51, 0xa6, 0xc6, 0xb4, 0x4d, 0xca, 0xbd, 0xd5, 0xf7, 0x8a, 0xa4, 0x45, 0x1d, 0x59, 0x92, 0x35, 0x72, 0x64, 0x46, 0x49, 0x44, 0x67, 0x3f,
0x58, 0x5b, 0xde, 0xb5, 0x86, 0x2b, 0x79, 0xe5, 0xb5, 0x65, 0x5b, 0x36, 0x87, 0xd4, 0x07, 0x17, 0x7c, 0x89, 0xf3, 0x7d, 0x09, 0xf5, 0xc5, 0xf9, 0x9c, 0x26, 0x4e, 0xe2, 0x44, 0x94, 0x7c, 0x51,
0x24, 0x35, 0xae, 0x21, 0x85, 0xb5, 0xfc, 0xb5, 0xcd, 0x99, 0xe2, 0xb0, 0xa5, 0xfe, 0x72, 0x75, 0x21, 0xc9, 0xcc, 0x90, 0x32, 0x1a, 0xe7, 0xd6, 0x15, 0x39, 0xa2, 0xd6, 0xde, 0x5b, 0x76, 0x67,
0x35, 0xcd, 0x81, 0xb1, 0xbb, 0x06, 0x16, 0xf1, 0x31, 0x48, 0x2e, 0x81, 0x03, 0x38, 0xc7, 0x1c, 0x15, 0x11, 0x41, 0xdb, 0x00, 0x45, 0xf3, 0x58, 0xb4, 0x2f, 0x45, 0x0a, 0xa4, 0x8f, 0x7d, 0xe8,
0x72, 0x49, 0xec, 0x43, 0xe2, 0xe4, 0x2f, 0x88, 0x0e, 0x41, 0xe0, 0x00, 0x09, 0x10, 0x04, 0x0e, 0x4b, 0x9b, 0x3c, 0xb4, 0x69, 0xff, 0x82, 0xfa, 0xa1, 0x28, 0x52, 0xa0, 0x05, 0x8a, 0x22, 0x15,
0x11, 0xd1, 0x88, 0xff, 0x81, 0xc4, 0x17, 0x9d, 0x82, 0xaa, 0xae, 0xfe, 0xee, 0xa6, 0x34, 0x43, 0x6a, 0x05, 0xcd, 0x3f, 0xd0, 0xe6, 0xc5, 0x4f, 0xc5, 0xcc, 0xce, 0xde, 0x77, 0x65, 0x93, 0xb2,
0x69, 0x10, 0x20, 0xb7, 0xe9, 0xaa, 0xf7, 0x7e, 0xef, 0xa3, 0x5e, 0xbd, 0x7a, 0xf5, 0x31, 0xf0, 0x89, 0x02, 0x7d, 0xe3, 0xce, 0x9c, 0xf3, 0x3b, 0x97, 0x39, 0x73, 0xe6, 0xcc, 0x85, 0xf0, 0xd2,
0xca, 0xad, 0x17, 0xdc, 0xaa, 0x6e, 0xcf, 0xdf, 0xf2, 0x36, 0x09, 0xb5, 0x08, 0x23, 0xee, 0xbc, 0x8d, 0xe7, 0x9c, 0x9a, 0x6a, 0x2e, 0xdc, 0x70, 0x37, 0x89, 0x6d, 0x10, 0x4a, 0x9c, 0x05, 0xeb,
0x73, 0xab, 0x3d, 0xaf, 0x39, 0xba, 0x3b, 0x4f, 0x76, 0x19, 0xb1, 0x5c, 0xdd, 0xb6, 0xdc, 0xf9, 0x46, 0x77, 0x41, 0xb1, 0x54, 0x67, 0x81, 0xec, 0x52, 0x62, 0x38, 0xaa, 0x69, 0x38, 0x0b, 0x3b,
0x9d, 0xb3, 0x9b, 0x84, 0x69, 0x67, 0xe7, 0xdb, 0xc4, 0x22, 0x54, 0x63, 0xa4, 0x55, 0x75, 0xa8, 0x4f, 0x6f, 0x12, 0xaa, 0x3c, 0xbd, 0xd0, 0x25, 0x06, 0xb1, 0x15, 0x4a, 0x3a, 0x35, 0xcb, 0x36,
0xcd, 0x6c, 0x74, 0xc6, 0x67, 0xaf, 0x46, 0xec, 0x55, 0xe7, 0x56, 0xbb, 0xca, 0xd9, 0xab, 0x11, 0xa9, 0x89, 0x9e, 0xf2, 0xd8, 0x6b, 0x21, 0x7b, 0xcd, 0xba, 0xd1, 0xad, 0x31, 0xf6, 0x5a, 0xc8,
0x7b, 0x55, 0xb2, 0xcf, 0x9c, 0x69, 0xeb, 0x6c, 0xdb, 0xdb, 0xac, 0x36, 0x6d, 0x73, 0xbe, 0x6d, 0x5e, 0x13, 0xec, 0x73, 0x4f, 0x75, 0x55, 0xba, 0xed, 0x6e, 0xd6, 0xda, 0xa6, 0xbe, 0xd0, 0x35,
0xb7, 0xed, 0x79, 0x81, 0xb2, 0xe9, 0x6d, 0x89, 0x2f, 0xf1, 0x21, 0x7e, 0xf9, 0xe8, 0x33, 0xff, 0xbb, 0xe6, 0x02, 0x47, 0xd9, 0x74, 0xb7, 0xf8, 0x17, 0xff, 0xe0, 0xbf, 0x3c, 0xf4, 0xb9, 0xff,
0x2e, 0x95, 0xd3, 0x1c, 0xdd, 0xd4, 0x9a, 0xdb, 0xba, 0x45, 0x68, 0x27, 0x50, 0x6f, 0x9e, 0x12, 0x17, 0xca, 0x29, 0x96, 0xaa, 0x2b, 0xed, 0x6d, 0xd5, 0x20, 0x76, 0xcf, 0x57, 0x6f, 0xc1, 0x26,
0xd7, 0xf6, 0x68, 0x93, 0xa4, 0x75, 0x3a, 0x90, 0xcb, 0x9d, 0x37, 0x09, 0xd3, 0xe6, 0x77, 0x32, 0x8e, 0xe9, 0xda, 0x6d, 0x92, 0xd4, 0xe9, 0x40, 0x2e, 0x67, 0x41, 0x27, 0x54, 0x59, 0xd8, 0x49,
0x96, 0xcc, 0xcc, 0x17, 0x71, 0x51, 0xcf, 0x62, 0xba, 0x99, 0x15, 0xf3, 0xfc, 0xbd, 0x18, 0xdc, 0x59, 0x32, 0xb7, 0x90, 0xc7, 0x65, 0xbb, 0x06, 0x55, 0xf5, 0xb4, 0x98, 0x67, 0xef, 0xc4, 0xe0,
0xe6, 0x36, 0x31, 0xb5, 0x0c, 0xdf, 0x73, 0x45, 0x7c, 0x1e, 0xd3, 0x8d, 0x79, 0xdd, 0x62, 0x2e, 0xb4, 0xb7, 0x89, 0xae, 0xa4, 0xf8, 0x9e, 0xc9, 0xe3, 0x73, 0xa9, 0xaa, 0x2d, 0xa8, 0x06, 0x75,
0xa3, 0x07, 0xd9, 0xe4, 0x12, 0xba, 0x43, 0x68, 0x7c, 0x94, 0x34, 0xd3, 0x31, 0x48, 0x9e, 0x4d, 0xa8, 0x7d, 0x90, 0x4d, 0x0e, 0xb1, 0x77, 0x88, 0x1d, 0x1d, 0x25, 0x45, 0xb7, 0x34, 0x92, 0x65,
0x57, 0x63, 0x83, 0x7b, 0x46, 0x6b, 0xb7, 0x29, 0x69, 0x6b, 0xcc, 0x8e, 0xf1, 0x6a, 0x8e, 0x4e, 0xd3, 0x93, 0xb9, 0x83, 0x9b, 0x41, 0x2d, 0xd7, 0x00, 0x16, 0x1b, 0x2b, 0x57, 0x89, 0xcd, 0xc6,
0x49, 0x5b, 0x77, 0x19, 0xd5, 0x98, 0x6e, 0x5b, 0xf3, 0x3b, 0x67, 0x35, 0xc3, 0xd9, 0xce, 0x8e, 0x0c, 0x9d, 0x82, 0xa2, 0xa1, 0xe8, 0xa4, 0x22, 0x9d, 0x92, 0x4e, 0x8f, 0xd5, 0x8f, 0xdd, 0xdc,
0xf3, 0xcc, 0xb3, 0x85, 0x61, 0x92, 0x23, 0x57, 0xad, 0x02, 0x2c, 0xd4, 0x97, 0xaf, 0x13, 0xca, 0xab, 0x1e, 0xd9, 0xdf, 0xab, 0x16, 0xd7, 0x15, 0x9d, 0x60, 0xde, 0x23, 0xff, 0x58, 0x82, 0x07,
0x47, 0x1f, 0x9d, 0x82, 0x41, 0x4b, 0x33, 0x49, 0x45, 0x39, 0xa5, 0x9c, 0x1e, 0xa9, 0x1d, 0xbb, 0x97, 0x5c, 0x87, 0x9a, 0xfa, 0x1a, 0xa1, 0xb6, 0xda, 0x5e, 0x72, 0x6d, 0x9b, 0x18, 0xb4, 0x49,
0xbd, 0x37, 0x77, 0x64, 0x7f, 0x6f, 0x6e, 0x70, 0x4d, 0x33, 0x09, 0x16, 0x3d, 0xea, 0xf7, 0x15, 0x15, 0xea, 0x3a, 0x77, 0xe6, 0x47, 0xd7, 0xa0, 0xb4, 0xa3, 0x68, 0x2e, 0xa9, 0x8c, 0x9c, 0x92,
0x78, 0x74, 0xd1, 0x73, 0x99, 0x6d, 0xae, 0x12, 0x46, 0xf5, 0xe6, 0xa2, 0x47, 0x29, 0xb1, 0x58, 0x4e, 0x8f, 0x9f, 0xa9, 0xd5, 0x44, 0x2c, 0x45, 0x1d, 0xe3, 0x47, 0x53, 0xcd, 0x1f, 0xed, 0xda,
0x83, 0x69, 0xcc, 0x73, 0xef, 0xcd, 0x8f, 0x6e, 0xc0, 0xd0, 0x8e, 0x66, 0x78, 0xa4, 0x32, 0x70, 0xab, 0xae, 0x62, 0x50, 0x95, 0xf6, 0xea, 0x27, 0x04, 0xe4, 0x31, 0x21, 0xf7, 0x2a, 0xc3, 0xc2,
0x4a, 0x39, 0x3d, 0x7a, 0xae, 0x5a, 0x95, 0x51, 0x19, 0x77, 0x71, 0x10, 0x97, 0xd5, 0x20, 0x6e, 0x1e, 0xa4, 0xfc, 0x7d, 0x09, 0x1e, 0xc9, 0xd5, 0x6d, 0x55, 0x75, 0x28, 0xd2, 0xa1, 0xa4, 0x52,
0xaa, 0xaf, 0x7b, 0x9a, 0xc5, 0x74, 0xd6, 0xa9, 0x9d, 0x90, 0x90, 0xc7, 0xa4, 0xdc, 0xeb, 0x1c, 0xa2, 0x3b, 0x15, 0xe9, 0x54, 0xe1, 0xf4, 0xf8, 0x99, 0xcb, 0xb5, 0xbe, 0x22, 0xb9, 0x96, 0x0b,
0x0b, 0xfb, 0x90, 0xea, 0xb7, 0x15, 0x78, 0xa2, 0x50, 0xb7, 0x15, 0xdd, 0x65, 0xc8, 0x84, 0x21, 0x5e, 0x9f, 0x10, 0x7a, 0x95, 0x56, 0x18, 0x3c, 0xf6, 0xa4, 0xc8, 0x3f, 0x94, 0x00, 0x45, 0x79,
0x9d, 0x11, 0xd3, 0xad, 0x28, 0xa7, 0x4a, 0xa7, 0x47, 0xcf, 0x5d, 0xad, 0x76, 0x35, 0x27, 0xaa, 0x5a, 0x8a, 0xdd, 0x25, 0xf4, 0x2e, 0xbc, 0xf4, 0xda, 0xe1, 0xbc, 0x34, 0x23, 0x20, 0xc7, 0x3d,
0x85, 0xe0, 0xb5, 0x31, 0xa9, 0xd7, 0xd0, 0x32, 0x87, 0xc7, 0xbe, 0x14, 0xf5, 0xbb, 0x0a, 0xa0, 0x81, 0x31, 0x27, 0xbd, 0x2f, 0xc1, 0x6c, 0x5a, 0x27, 0xee, 0x9d, 0xad, 0xb8, 0x77, 0x16, 0x0f,
0x38, 0xcf, 0xba, 0x46, 0xdb, 0x84, 0xdd, 0x87, 0x97, 0xde, 0x38, 0x9c, 0x97, 0xa6, 0x24, 0xe4, 0xe1, 0x1d, 0x0f, 0x35, 0xc7, 0x2d, 0xbf, 0x1c, 0x81, 0xb1, 0x65, 0x85, 0xe8, 0xa6, 0xd1, 0x24,
0xa8, 0x2f, 0x30, 0xe1, 0xa4, 0x0f, 0x15, 0x98, 0xce, 0xea, 0x24, 0xbc, 0xb3, 0x95, 0xf4, 0xce, 0x14, 0x7d, 0x13, 0xca, 0x6c, 0x7a, 0x76, 0x14, 0xaa, 0x70, 0x8f, 0x8c, 0x9f, 0xf9, 0xbf, 0x83,
0xc2, 0x21, 0xbc, 0xe3, 0xa3, 0x16, 0xb8, 0xe5, 0xa7, 0x03, 0x30, 0xb2, 0xa4, 0x11, 0xd3, 0xb6, 0xcc, 0x75, 0x6a, 0x8c, 0xba, 0xb6, 0xf3, 0x74, 0xed, 0xca, 0xe6, 0x75, 0xd2, 0xa6, 0x6b, 0x84,
0x1a, 0x84, 0xa1, 0xff, 0x86, 0x32, 0x9f, 0xe8, 0x2d, 0x8d, 0x69, 0xc2, 0x23, 0xa3, 0xe7, 0xfe, 0x2a, 0x75, 0x24, 0xe4, 0x40, 0xd8, 0x86, 0x03, 0x54, 0xf4, 0x16, 0x14, 0x1d, 0x8b, 0xb4, 0x85,
0xed, 0x20, 0x73, 0xdd, 0x2a, 0xa7, 0xae, 0xee, 0x9c, 0xad, 0x5e, 0xdb, 0xbc, 0x49, 0x9a, 0x6c, 0x33, 0x5f, 0xec, 0xd3, 0xac, 0x40, 0xd3, 0xa6, 0x45, 0xda, 0xe1, 0x68, 0xb1, 0x2f, 0xcc, 0x71,
0x95, 0x30, 0xad, 0x86, 0xa4, 0x1c, 0x88, 0xda, 0x70, 0x88, 0x8a, 0xde, 0x81, 0x41, 0xd7, 0x21, 0xd1, 0x16, 0x1c, 0x75, 0x78, 0x18, 0x54, 0x0a, 0x5c, 0xc2, 0xf9, 0x81, 0x25, 0x78, 0xc1, 0x34,
0x4d, 0xe9, 0xcc, 0x97, 0xbb, 0x34, 0x2b, 0xd4, 0xb4, 0xe1, 0x90, 0x66, 0x34, 0x5a, 0xfc, 0x0b, 0x29, 0x64, 0x1c, 0xf5, 0xbe, 0xb1, 0x40, 0x97, 0x7f, 0x27, 0xc1, 0x44, 0x40, 0xcb, 0x47, 0xec,
0x0b, 0x5c, 0xb4, 0x05, 0x47, 0x5d, 0x11, 0x06, 0x95, 0x92, 0x90, 0x70, 0xb1, 0x67, 0x09, 0x7e, 0x8d, 0x94, 0xef, 0x6a, 0x77, 0xe7, 0x3b, 0xc6, 0xcd, 0x3d, 0x77, 0x5c, 0xc8, 0x2a, 0xfb, 0x2d,
0x30, 0x8d, 0x4b, 0x19, 0x47, 0xfd, 0x6f, 0x2c, 0xd1, 0xd5, 0x5f, 0x29, 0x30, 0x16, 0xd2, 0x8a, 0x11, 0xbf, 0xbd, 0xe9, 0xc7, 0xc3, 0x08, 0x8f, 0x87, 0xe7, 0x06, 0x35, 0x2b, 0x27, 0x0c, 0xbe,
0x11, 0x7b, 0x2b, 0xe3, 0xbb, 0xea, 0xfd, 0xf9, 0x8e, 0x73, 0x0b, 0xcf, 0x1d, 0x97, 0xb2, 0xca, 0x28, 0x44, 0xcc, 0x61, 0xee, 0x44, 0x6f, 0x42, 0xd9, 0x21, 0x1a, 0x69, 0x53, 0xd3, 0x16, 0xe6,
0x41, 0x4b, 0xcc, 0x6f, 0x6f, 0x07, 0xf1, 0x30, 0x20, 0xe2, 0xe1, 0x85, 0x5e, 0xcd, 0x2a, 0x08, 0x3c, 0x73, 0x97, 0xe6, 0x28, 0x9b, 0x44, 0x6b, 0x0a, 0xd6, 0xfa, 0x31, 0x66, 0x8f, 0xff, 0x85,
0x83, 0xaf, 0x4a, 0x31, 0x73, 0xb8, 0x3b, 0xd1, 0xdb, 0x50, 0x76, 0x89, 0x41, 0x9a, 0xcc, 0xa6, 0x03, 0x48, 0xf4, 0x3a, 0x94, 0x29, 0xd1, 0x2d, 0x4d, 0xa1, 0xfe, 0xc4, 0x7a, 0x2a, 0xdf, 0x24,
0xd2, 0x9c, 0xe7, 0xee, 0xd3, 0x1c, 0x6d, 0x93, 0x18, 0x0d, 0xc9, 0x5a, 0x3b, 0xc6, 0xed, 0x09, 0x06, 0xdb, 0x30, 0x3b, 0x2d, 0xc1, 0xc0, 0x07, 0x3f, 0x70, 0x96, 0xdf, 0x8a, 0x03, 0x40, 0xf4,
0xbe, 0x70, 0x08, 0x89, 0xde, 0x84, 0x32, 0x23, 0xa6, 0x63, 0x68, 0x2c, 0x98, 0x58, 0x67, 0x8a, 0x81, 0x04, 0x93, 0xae, 0xd5, 0x61, 0xa4, 0x94, 0x25, 0xd8, 0x6e, 0x4f, 0x44, 0xc3, 0xc5, 0x41,
0x4d, 0xe2, 0xb0, 0x75, 0xbb, 0xb5, 0x2e, 0x19, 0xc4, 0xe0, 0x87, 0xce, 0x0a, 0x5a, 0x71, 0x08, 0xdd, 0xb6, 0x11, 0x43, 0xab, 0xcf, 0x0a, 0xe1, 0x93, 0xf1, 0x76, 0x9c, 0x90, 0x8a, 0x16, 0x61,
0x88, 0x3e, 0x52, 0x60, 0xdc, 0x73, 0x5a, 0x9c, 0x94, 0xa7, 0x68, 0xd2, 0xee, 0xc8, 0x68, 0xb8, 0x4a, 0x57, 0x0d, 0x4c, 0x94, 0x4e, 0xaf, 0x49, 0xda, 0xa6, 0xd1, 0x71, 0x2a, 0xc5, 0x53, 0xd2,
0xdc, 0xab, 0xdb, 0x36, 0x12, 0x68, 0xb5, 0x69, 0x29, 0x7c, 0x3c, 0xd9, 0x8e, 0x53, 0x52, 0xd1, 0xe9, 0x52, 0xfd, 0xa4, 0x00, 0x98, 0x5a, 0x8b, 0x77, 0xe3, 0x24, 0x3d, 0xfa, 0x3a, 0x20, 0xdf,
0x02, 0x4c, 0x98, 0xba, 0x85, 0x89, 0xd6, 0xea, 0x34, 0x48, 0xd3, 0xb6, 0x5a, 0x6e, 0x65, 0xf0, 0xae, 0x4b, 0xde, 0x7a, 0xa1, 0x9a, 0x46, 0xa5, 0x74, 0x4a, 0x3a, 0x5d, 0xa8, 0xcf, 0x09, 0x14,
0x94, 0x72, 0x7a, 0xa8, 0x76, 0x52, 0x02, 0x4c, 0xac, 0x26, 0xbb, 0x71, 0x9a, 0x1e, 0xfd, 0x27, 0xd4, 0x4a, 0x51, 0xe0, 0x0c, 0x2e, 0xf9, 0x9f, 0x45, 0x98, 0x4a, 0x04, 0x38, 0xba, 0x0a, 0xb3,
0xa0, 0xc0, 0xae, 0x2b, 0xfe, 0x7a, 0xa1, 0xdb, 0x56, 0x65, 0xe8, 0x94, 0x72, 0xba, 0x54, 0x9b, 0x6d, 0x2f, 0x7d, 0xae, 0xbb, 0xfa, 0x26, 0xb1, 0x9b, 0xed, 0x6d, 0xd2, 0x71, 0x35, 0xd2, 0xe1,
0x91, 0x28, 0x68, 0x3d, 0x43, 0x81, 0x73, 0xb8, 0xd4, 0xbf, 0x0e, 0xc2, 0x44, 0x2a, 0xc0, 0xd1, 0xa3, 0x5e, 0xaa, 0xcf, 0x0b, 0x19, 0xb3, 0x4b, 0x99, 0x54, 0x38, 0x87, 0x9b, 0xe9, 0x6d, 0xf0,
0x75, 0x98, 0x6e, 0xfa, 0xe9, 0x73, 0xcd, 0x33, 0x37, 0x09, 0x6d, 0x34, 0xb7, 0x49, 0xcb, 0x33, 0xa6, 0x35, 0xd5, 0x71, 0x02, 0xcc, 0x11, 0x8e, 0x19, 0xe8, 0xbd, 0x9e, 0xa2, 0xc0, 0x19, 0x5c,
0x48, 0x4b, 0x8c, 0xfa, 0x50, 0x6d, 0x56, 0xca, 0x98, 0x5e, 0xcc, 0xa5, 0xc2, 0x05, 0xdc, 0x5c, 0x4c, 0xc7, 0x0e, 0x71, 0x54, 0x9b, 0x74, 0x92, 0x3a, 0x16, 0xe2, 0x3a, 0x2e, 0x67, 0x52, 0xe1,
0x6f, 0x4b, 0x34, 0xad, 0xea, 0xae, 0x1b, 0x62, 0x0e, 0x08, 0xcc, 0x50, 0xef, 0xb5, 0x0c, 0x05, 0x1c, 0x6e, 0x74, 0x16, 0xc6, 0x3d, 0x69, 0xdc, 0xe3, 0x62, 0x68, 0x82, 0x84, 0xbd, 0x1e, 0x76,
0xce, 0xe1, 0xe2, 0x3a, 0xb6, 0x88, 0xab, 0x53, 0xd2, 0x4a, 0xeb, 0x58, 0x4a, 0xea, 0xb8, 0x94, 0xe1, 0x28, 0x1d, 0x33, 0xcd, 0xdc, 0xe4, 0x55, 0x40, 0x27, 0x7f, 0x48, 0xae, 0xa4, 0x28, 0x70,
0x4b, 0x85, 0x0b, 0xb8, 0xd1, 0x79, 0x18, 0xf5, 0xa5, 0x09, 0x8f, 0xcb, 0xa1, 0x09, 0x13, 0xf6, 0x06, 0x17, 0x33, 0xcd, 0x8b, 0x99, 0x94, 0x69, 0x47, 0xe3, 0xa6, 0x6d, 0x64, 0x52, 0xe1, 0x1c,
0x5a, 0xd4, 0x85, 0xe3, 0x74, 0xdc, 0x34, 0x7b, 0x53, 0xd4, 0x13, 0xad, 0xe2, 0x21, 0xb9, 0x96, 0x6e, 0x16, 0x79, 0x9e, 0xca, 0x8b, 0x3b, 0x8a, 0xaa, 0x29, 0x9b, 0x1a, 0xa9, 0x8c, 0xc6, 0x23,
0xa1, 0xc0, 0x39, 0x5c, 0xdc, 0x34, 0x3f, 0x66, 0x32, 0xa6, 0x1d, 0x4d, 0x9a, 0xb6, 0x91, 0x4b, 0x6f, 0x3d, 0xde, 0x8d, 0x93, 0xf4, 0xe8, 0x12, 0x4c, 0x7b, 0x4d, 0x1b, 0x86, 0x12, 0x80, 0x94,
0x85, 0x0b, 0xb8, 0x79, 0xe4, 0xf9, 0x2a, 0x2f, 0xec, 0x68, 0xba, 0xa1, 0x6d, 0x1a, 0xa4, 0x32, 0x39, 0xc8, 0x83, 0x02, 0x64, 0x7a, 0x3d, 0x49, 0x80, 0xd3, 0x3c, 0xf2, 0x5f, 0x24, 0x38, 0x99,
0x9c, 0x8c, 0xbc, 0xb5, 0x64, 0x37, 0x4e, 0xd3, 0xa3, 0x2b, 0x30, 0xe9, 0x37, 0x6d, 0x58, 0x5a, 0x33, 0x93, 0xd0, 0xcb, 0x50, 0xa4, 0x3d, 0xcb, 0x5f, 0x7f, 0xff, 0xd7, 0xcf, 0xe8, 0xad, 0x9e,
0x08, 0x52, 0x16, 0x20, 0x8f, 0x4a, 0x90, 0xc9, 0xb5, 0x34, 0x01, 0xce, 0xf2, 0xa8, 0x7f, 0x50, 0x45, 0x6e, 0xef, 0x55, 0x1f, 0xca, 0x61, 0x63, 0xdd, 0x98, 0x33, 0xa2, 0x6f, 0xc3, 0x84, 0x6d,
0xe0, 0x64, 0xc1, 0x4c, 0x42, 0xaf, 0xc2, 0x20, 0xeb, 0x38, 0xc1, 0xfa, 0xfb, 0xaf, 0x41, 0x46, 0x6a, 0x9a, 0x6a, 0x74, 0x3d, 0x12, 0x91, 0x4d, 0x2e, 0xf4, 0x39, 0xd3, 0x71, 0x14, 0x23, 0xcc,
0x5f, 0xef, 0x38, 0xe4, 0xee, 0xde, 0xdc, 0x63, 0x05, 0x6c, 0xbc, 0x1b, 0x0b, 0x46, 0xf4, 0xbf, 0x96, 0xd3, 0xfb, 0x7b, 0xd5, 0x89, 0x58, 0x1f, 0x8e, 0x8b, 0x93, 0x7f, 0x3d, 0x02, 0xb0, 0x4c,
0x30, 0x46, 0x6d, 0xc3, 0xd0, 0xad, 0xb6, 0x4f, 0x22, 0xb3, 0xc9, 0xa5, 0x2e, 0x67, 0x3a, 0x8e, 0x2c, 0xcd, 0xec, 0xe9, 0xc4, 0x18, 0xc6, 0x0a, 0xfa, 0x76, 0x6c, 0x05, 0x7d, 0xa9, 0xdf, 0x8c,
0x63, 0x44, 0xd9, 0x72, 0x72, 0x7f, 0x6f, 0x6e, 0x2c, 0xd1, 0x87, 0x93, 0xe2, 0xd4, 0x9f, 0x0f, 0x16, 0xa8, 0x9a, 0xbb, 0x84, 0x76, 0x13, 0x4b, 0xe8, 0xcb, 0x83, 0x8b, 0x38, 0x78, 0x0d, 0xbd,
0x00, 0x2c, 0x11, 0xc7, 0xb0, 0x3b, 0x26, 0xb1, 0xfa, 0xb1, 0x82, 0xbe, 0x9b, 0x58, 0x41, 0x5f, 0x55, 0x80, 0x99, 0x90, 0x78, 0xc9, 0x34, 0x3a, 0x2a, 0x9f, 0x13, 0x2f, 0xc4, 0x62, 0xe2, 0xf1,
0xe9, 0x36, 0xa3, 0x85, 0xaa, 0x16, 0x2e, 0xa1, 0xed, 0xd4, 0x12, 0xfa, 0x6a, 0xef, 0x22, 0x0e, 0x44, 0x4c, 0x9c, 0xcc, 0x60, 0x89, 0xc4, 0xc3, 0xd5, 0x40, 0xfb, 0x11, 0xce, 0x7e, 0x3e, 0x2e,
0x5e, 0x43, 0xef, 0x94, 0x60, 0x2a, 0x22, 0x5e, 0xb4, 0xad, 0x96, 0x2e, 0xe6, 0xc4, 0x4b, 0x89, 0xfc, 0xf6, 0x5e, 0xf5, 0xc0, 0xa2, 0xbc, 0x16, 0x60, 0xc6, 0x95, 0x45, 0x8f, 0xc1, 0x51, 0x9b,
0x98, 0x78, 0x3a, 0x15, 0x13, 0x27, 0x73, 0x58, 0x62, 0xf1, 0x70, 0x3d, 0xd4, 0x7e, 0x40, 0xb0, 0x28, 0x8e, 0x69, 0xf0, 0x34, 0x31, 0x16, 0x1a, 0x85, 0x79, 0x2b, 0x16, 0xbd, 0xe8, 0x09, 0x18,
0x5f, 0x4c, 0x0a, 0xbf, 0xbb, 0x37, 0x77, 0x60, 0x51, 0x5e, 0x0d, 0x31, 0x93, 0xca, 0xa2, 0xa7, 0xd5, 0x89, 0xe3, 0x28, 0x5d, 0xc2, 0x33, 0xc2, 0x58, 0x7d, 0x4a, 0x10, 0x8e, 0xae, 0x79, 0xcd,
0xe0, 0x28, 0x25, 0x9a, 0x6b, 0x5b, 0x22, 0x4d, 0x8c, 0x44, 0x46, 0x61, 0xd1, 0x8a, 0x65, 0x2f, 0xd8, 0xef, 0x47, 0xd7, 0x61, 0x52, 0x53, 0x1c, 0x11, 0xda, 0x2d, 0x55, 0x27, 0x7c, 0xce, 0x8f,
0x7a, 0x06, 0x86, 0x4d, 0xe2, 0xba, 0x5a, 0x9b, 0x88, 0x8c, 0x30, 0x52, 0x9b, 0x90, 0x84, 0xc3, 0x9f, 0xf9, 0x9f, 0xbb, 0x8b, 0x18, 0xc6, 0x11, 0xae, 0x44, 0xab, 0x31, 0x24, 0x9c, 0x40, 0x46,
0xab, 0x7e, 0x33, 0x0e, 0xfa, 0xd1, 0x4d, 0x18, 0x37, 0x34, 0x57, 0x86, 0xf6, 0xba, 0x6e, 0x12, 0x3b, 0x80, 0x58, 0x4b, 0xcb, 0x56, 0x0c, 0xc7, 0x73, 0x19, 0x93, 0x37, 0xda, 0xb7, 0xbc, 0x20,
0x31, 0xe7, 0x47, 0xcf, 0xfd, 0xcb, 0xfd, 0x45, 0x0c, 0xe7, 0x88, 0x56, 0xa2, 0x95, 0x04, 0x12, 0xbf, 0xad, 0xa6, 0xd0, 0x70, 0x86, 0x04, 0xf9, 0xf7, 0x12, 0x4c, 0x86, 0x03, 0x36, 0x84, 0x42,
0x4e, 0x21, 0xa3, 0x1d, 0x40, 0xbc, 0x65, 0x9d, 0x6a, 0x96, 0xeb, 0xbb, 0x8c, 0xcb, 0x1b, 0xee, 0xe9, 0xad, 0x78, 0xa1, 0xf4, 0xfc, 0xc0, 0xc1, 0x9b, 0x53, 0x29, 0x7d, 0x58, 0x00, 0x14, 0x12,
0x5a, 0x5e, 0x98, 0xdf, 0x56, 0x32, 0x68, 0x38, 0x47, 0x82, 0xfa, 0x6b, 0x05, 0xc6, 0xa3, 0x01, 0xb1, 0xd4, 0xb0, 0xa9, 0xb4, 0x6f, 0xdc, 0xc5, 0x3e, 0xe2, 0xa7, 0x12, 0x20, 0x91, 0xac, 0x17,
0xeb, 0x43, 0xa1, 0xf4, 0x4e, 0xb2, 0x50, 0x7a, 0xb1, 0xe7, 0xe0, 0x2d, 0xa8, 0x94, 0x3e, 0x2e, 0x0d, 0xc3, 0xa4, 0x3c, 0xff, 0xfb, 0x6a, 0xbe, 0x36, 0xb0, 0x9a, 0xbe, 0x06, 0xb5, 0x8d, 0x14,
0x01, 0x8a, 0x88, 0x78, 0x6a, 0xd8, 0xd4, 0x9a, 0xb7, 0xee, 0x63, 0x1f, 0xf1, 0x43, 0x05, 0x90, 0xf6, 0x05, 0x83, 0xda, 0xbd, 0x70, 0xc4, 0xd2, 0x04, 0x38, 0x43, 0x21, 0xf4, 0x0e, 0x80, 0x2d,
0x4c, 0xd6, 0x0b, 0x96, 0x65, 0x33, 0x91, 0xff, 0x03, 0x35, 0xdf, 0xe8, 0x59, 0xcd, 0x40, 0x83, 0x30, 0x5b, 0xa6, 0x48, 0x01, 0x2f, 0x0d, 0x90, 0x4d, 0x19, 0xc0, 0x92, 0x69, 0x6c, 0xa9, 0xdd,
0xea, 0x46, 0x06, 0xfb, 0x92, 0xc5, 0x68, 0x27, 0x1a, 0xb1, 0x2c, 0x01, 0xce, 0x51, 0x08, 0xbd, 0x30, 0xa1, 0xe1, 0x00, 0x18, 0x47, 0x84, 0xcc, 0x5d, 0x80, 0x93, 0x39, 0xda, 0xa3, 0xe3, 0x50,
0x07, 0x40, 0x25, 0xe6, 0xba, 0x2d, 0x53, 0xc0, 0x2b, 0x3d, 0x64, 0x53, 0x0e, 0xb0, 0x68, 0x5b, 0xb8, 0x41, 0x7a, 0x9e, 0x5b, 0x31, 0xfb, 0x89, 0x4e, 0x44, 0xf7, 0x63, 0x63, 0x62, 0x2b, 0x75,
0x5b, 0x7a, 0x3b, 0x4a, 0x68, 0x38, 0x04, 0xc6, 0x31, 0x21, 0x33, 0x97, 0xe0, 0x64, 0x81, 0xf6, 0x6e, 0xe4, 0x39, 0x49, 0xfe, 0xb2, 0x14, 0x8d, 0x35, 0x5e, 0xc5, 0x9e, 0x86, 0xb2, 0x4d, 0x2c,
0xe8, 0x38, 0x94, 0x6e, 0x91, 0x8e, 0xef, 0x56, 0xcc, 0x7f, 0xa2, 0x13, 0xf1, 0xfd, 0xd8, 0x88, 0x4d, 0x6d, 0x2b, 0x8e, 0xa8, 0x67, 0x78, 0x41, 0x8a, 0x45, 0x1b, 0x0e, 0x7a, 0x63, 0xf5, 0xee,
0xdc, 0x4a, 0x5d, 0x18, 0x78, 0x41, 0x51, 0xbf, 0x1e, 0x8a, 0xc7, 0x9a, 0xa8, 0x62, 0x4f, 0x43, 0xc8, 0xfd, 0xad, 0x77, 0x0b, 0xf7, 0xba, 0xde, 0x35, 0xa1, 0xec, 0xf8, 0x85, 0x6e, 0x91, 0x83,
0x99, 0x12, 0xc7, 0xd0, 0x9b, 0x9a, 0x2b, 0xeb, 0x19, 0x51, 0x90, 0x62, 0xd9, 0x86, 0xc3, 0xde, 0x2f, 0x1e, 0x22, 0x67, 0x8b, 0x1a, 0x37, 0x10, 0x18, 0x54, 0xb7, 0x81, 0x90, 0xac, 0xba, 0xb6,
0x44, 0xbd, 0x3b, 0xf0, 0x70, 0xeb, 0xdd, 0xd2, 0x83, 0xae, 0x77, 0x6d, 0x28, 0xbb, 0x41, 0xa1, 0xd4, 0x67, 0x5d, 0xbb, 0x0a, 0x27, 0x6c, 0xb2, 0xa3, 0x32, 0x35, 0x2e, 0xab, 0x0e, 0x35, 0xed,
0x3b, 0x28, 0xc0, 0x17, 0x0e, 0x91, 0xb3, 0x65, 0x8d, 0x1b, 0x0a, 0x0c, 0xab, 0xdb, 0x50, 0x48, 0xde, 0xaa, 0xaa, 0xab, 0x54, 0x94, 0x3d, 0x95, 0xfd, 0xbd, 0xea, 0x09, 0x9c, 0xd1, 0x8f, 0x33,
0x5e, 0x5d, 0x3b, 0xd4, 0x65, 0x5d, 0xbb, 0x02, 0x27, 0x28, 0xd9, 0xd1, 0xb9, 0x1a, 0x57, 0x75, 0xb9, 0x58, 0x76, 0xb6, 0x14, 0xd7, 0x21, 0x1d, 0x9e, 0xd2, 0xca, 0x61, 0x76, 0x6e, 0xf0, 0x56,
0x97, 0xd9, 0xb4, 0xb3, 0xa2, 0x9b, 0x3a, 0x93, 0x65, 0x4f, 0x65, 0x7f, 0x6f, 0xee, 0x04, 0xce, 0x2c, 0x7a, 0x91, 0x1e, 0x0b, 0xee, 0xf2, 0xbd, 0x08, 0xee, 0xc9, 0xfc, 0xc0, 0x46, 0x1b, 0x70,
0xe9, 0xc7, 0xb9, 0x5c, 0x3c, 0x3b, 0x3b, 0x9a, 0xe7, 0x92, 0x96, 0x48, 0x69, 0xe5, 0x28, 0x3b, 0xd2, 0xb2, 0xcd, 0xae, 0x4d, 0x1c, 0x67, 0x99, 0x28, 0x1d, 0x4d, 0x35, 0x88, 0xef, 0xaf, 0x31,
0xd7, 0x45, 0x2b, 0x96, 0xbd, 0xc8, 0x4c, 0x04, 0x77, 0xf9, 0x41, 0x04, 0xf7, 0x78, 0x71, 0x60, 0x6e, 0xe7, 0x43, 0xfb, 0x7b, 0xd5, 0x93, 0x8d, 0x6c, 0x12, 0x9c, 0xc7, 0x2b, 0x7f, 0x54, 0x84,
0xa3, 0x0d, 0x38, 0xe9, 0x50, 0xbb, 0x4d, 0x89, 0xeb, 0x2e, 0x11, 0xad, 0x65, 0xe8, 0x16, 0x09, 0xe3, 0xc9, 0x55, 0x36, 0xa7, 0x2a, 0x95, 0x06, 0xaa, 0x4a, 0x9f, 0x8c, 0x4c, 0x1b, 0xaf, 0x64,
0xfc, 0x35, 0x22, 0xec, 0x7c, 0x6c, 0x7f, 0x6f, 0xee, 0x64, 0x3d, 0x9f, 0x04, 0x17, 0xf1, 0xaa, 0x0f, 0xa2, 0x21, 0x63, 0xea, 0x2c, 0xc2, 0x94, 0xc8, 0x23, 0x7e, 0xa7, 0xa8, 0xcb, 0x83, 0x68,
0x9f, 0x0c, 0xc2, 0xf1, 0xf4, 0x2a, 0x5b, 0x50, 0x95, 0x2a, 0x3d, 0x55, 0xa5, 0xcf, 0xc6, 0xa6, 0xd8, 0x88, 0x77, 0xe3, 0x24, 0x3d, 0xab, 0x35, 0xc3, 0x12, 0xd2, 0x07, 0x29, 0xc6, 0x6b, 0xcd,
0x8d, 0x5f, 0xb2, 0x87, 0xd1, 0x90, 0x33, 0x75, 0x16, 0x60, 0x42, 0xe6, 0x91, 0xa0, 0x53, 0xd6, 0xc5, 0x24, 0x01, 0x4e, 0xf3, 0xa0, 0x35, 0x98, 0x71, 0x8d, 0x34, 0x94, 0x17, 0x9d, 0x0f, 0x09,
0xe5, 0x61, 0x34, 0x6c, 0x24, 0xbb, 0x71, 0x9a, 0x9e, 0xd7, 0x9a, 0x51, 0x09, 0x19, 0x80, 0x0c, 0xa8, 0x99, 0x8d, 0x34, 0x09, 0xce, 0xe2, 0x43, 0x3b, 0x00, 0x6d, 0xbf, 0x20, 0x70, 0x2a, 0x47,
0x26, 0x6b, 0xcd, 0x85, 0x34, 0x01, 0xce, 0xf2, 0xa0, 0x55, 0x98, 0xf2, 0xac, 0x2c, 0x94, 0x1f, 0x79, 0xae, 0xae, 0x0f, 0x3c, 0xb7, 0x82, 0xda, 0x22, 0xcc, 0x88, 0x41, 0x93, 0x83, 0x23, 0x92,
0x9d, 0x8f, 0x49, 0xa8, 0xa9, 0x8d, 0x2c, 0x09, 0xce, 0xe3, 0x43, 0x3b, 0x00, 0xcd, 0xa0, 0x20, 0xd0, 0x0b, 0x30, 0x61, 0xf3, 0x8d, 0x87, 0x6f, 0x80, 0x57, 0xbc, 0x3f, 0x20, 0xd8, 0x26, 0x70,
0x70, 0x2b, 0x47, 0x45, 0xae, 0xae, 0xf5, 0x3c, 0xb7, 0xc2, 0xda, 0x22, 0xca, 0x88, 0x61, 0x93, 0xb4, 0x13, 0xc7, 0x69, 0xe5, 0x3f, 0x48, 0xd1, 0x25, 0x2a, 0x28, 0xb5, 0xcf, 0xc5, 0xca, 0xaa,
0x8b, 0x63, 0x92, 0xd0, 0x4b, 0x30, 0x46, 0xc5, 0xc6, 0x23, 0x30, 0xc0, 0x2f, 0xde, 0x1f, 0x91, 0xc7, 0x12, 0x65, 0xd5, 0x6c, 0x9a, 0x23, 0x52, 0x55, 0x7d, 0x27, 0xbb, 0xca, 0xbe, 0x78, 0xa8,
0x6c, 0x63, 0x38, 0xde, 0x89, 0x93, 0xb4, 0xea, 0x6f, 0x94, 0xf8, 0x12, 0x15, 0x96, 0xda, 0x17, 0x2a, 0x3b, 0x5c, 0x6a, 0xef, 0x5c, 0x66, 0x7f, 0x22, 0xc1, 0xec, 0xc5, 0xe6, 0x25, 0xdb, 0x74,
0x12, 0x65, 0xd5, 0x53, 0xa9, 0xb2, 0x6a, 0x3a, 0xcb, 0x11, 0xab, 0xaa, 0xfe, 0x2f, 0xbf, 0xca, 0x2d, 0x5f, 0xbd, 0x2b, 0x96, 0xe7, 0xab, 0xaf, 0x41, 0xd1, 0x76, 0x35, 0xdf, 0xae, 0xff, 0xf2,
0xbe, 0x7c, 0xa8, 0x2a, 0x3b, 0x5a, 0x6a, 0xef, 0x5d, 0x66, 0x7f, 0xa6, 0xc0, 0xf4, 0xe5, 0xc6, 0xed, 0xc2, 0xae, 0xc6, 0xec, 0x9a, 0x49, 0x70, 0x79, 0x46, 0x31, 0x06, 0xf4, 0x16, 0x1c, 0xb5,
0x15, 0x6a, 0x7b, 0x4e, 0xa0, 0xde, 0x35, 0xc7, 0xf7, 0xd5, 0x7f, 0xc0, 0x20, 0xf5, 0x8c, 0xc0, 0x15, 0xa3, 0x4b, 0xfc, 0x45, 0xf8, 0xd9, 0x3e, 0xad, 0x59, 0x59, 0xc6, 0x8c, 0x3d, 0x52, 0x0a,
0xae, 0x7f, 0x0a, 0xec, 0xc2, 0x9e, 0xc1, 0xed, 0x9a, 0x4a, 0x71, 0xf9, 0x46, 0x71, 0x06, 0xf4, 0x72, 0x34, 0x2c, 0x50, 0xe5, 0x9f, 0x48, 0x30, 0x75, 0xb9, 0xd5, 0x6a, 0xac, 0x18, 0x7c, 0x16,
0x0e, 0x1c, 0xa5, 0x9a, 0xd5, 0x26, 0xc1, 0x22, 0xfc, 0x7c, 0x97, 0xd6, 0x2c, 0x2f, 0x61, 0xce, 0x37, 0x14, 0xba, 0xcd, 0xea, 0x04, 0x4b, 0xa1, 0xdb, 0xc9, 0x3a, 0x81, 0xf5, 0x61, 0xde, 0x83,
0x1e, 0x2b, 0x05, 0x05, 0x1a, 0x96, 0xa8, 0xea, 0x0f, 0x14, 0x98, 0xb8, 0xba, 0xbe, 0x5e, 0x5f, 0xb6, 0x61, 0x94, 0x65, 0x0f, 0x62, 0x74, 0x06, 0x2c, 0xf1, 0x85, 0xb8, 0xba, 0x07, 0x12, 0xd6,
0xb6, 0xc4, 0x2c, 0xae, 0x6b, 0x6c, 0x9b, 0xd7, 0x09, 0x8e, 0xc6, 0xb6, 0xd3, 0x75, 0x02, 0xef, 0x9f, 0xa2, 0x01, 0xfb, 0xf0, 0xf2, 0x7b, 0x70, 0x22, 0xa2, 0x1e, 0xf3, 0x17, 0x3f, 0x9d, 0x44,
0xc3, 0xa2, 0x07, 0x6d, 0xc3, 0x30, 0xcf, 0x1e, 0xc4, 0x6a, 0xf5, 0x58, 0xe2, 0x4b, 0x71, 0x35, 0x6d, 0x28, 0x31, 0x4d, 0xfc, 0xb3, 0xc7, 0x7e, 0x8f, 0xd0, 0x12, 0x26, 0x87, 0x75, 0x14, 0xfb,
0x1f, 0x24, 0xaa, 0x3f, 0x65, 0x03, 0x0e, 0xe0, 0xd5, 0x0f, 0xe0, 0x44, 0x4c, 0x3d, 0xee, 0x2f, 0x72, 0xb0, 0x87, 0x2d, 0xaf, 0xc1, 0xc4, 0x65, 0xd3, 0xa1, 0x0d, 0xd3, 0xa6, 0xdc, 0x6d, 0xe8,
0x71, 0x3a, 0x89, 0x9a, 0x30, 0xc4, 0x35, 0x09, 0xce, 0x1e, 0xbb, 0x3d, 0x42, 0x4b, 0x99, 0x1c, 0x11, 0x28, 0xe8, 0xaa, 0x21, 0x56, 0xe9, 0x71, 0xc1, 0x53, 0x60, 0xeb, 0x08, 0x6b, 0xe7, 0xdd,
0xd5, 0x51, 0xfc, 0xcb, 0xc5, 0x3e, 0xb6, 0xba, 0x0a, 0x63, 0x57, 0x6d, 0x97, 0xd5, 0x6d, 0xca, 0xca, 0xae, 0xc8, 0x46, 0x61, 0xb7, 0xb2, 0x8b, 0x59, 0xbb, 0x7c, 0x09, 0x46, 0xc5, 0x70, 0x44,
0x84, 0xdb, 0xd0, 0x13, 0x50, 0x32, 0x75, 0x4b, 0xae, 0xd2, 0xa3, 0x92, 0xa7, 0xc4, 0xd7, 0x11, 0x81, 0x0a, 0x07, 0x03, 0x15, 0x32, 0x80, 0x7e, 0x31, 0x02, 0xa3, 0x42, 0xfb, 0x21, 0x6c, 0xe6,
0xde, 0x2e, 0xba, 0xb5, 0x5d, 0x99, 0x8d, 0xa2, 0x6e, 0x6d, 0x17, 0xf3, 0x76, 0xf5, 0x0a, 0x0c, 0xde, 0x88, 0x6d, 0xe6, 0xce, 0x0d, 0x36, 0xd2, 0xb9, 0x3b, 0xb9, 0x4e, 0x62, 0x27, 0xf7, 0xe2,
0xcb, 0xe1, 0x88, 0x03, 0x95, 0x0e, 0x06, 0x2a, 0xe5, 0x00, 0xfd, 0x64, 0x00, 0x86, 0xa5, 0xf6, 0x80, 0xf8, 0x07, 0x6f, 0xe3, 0x3e, 0x96, 0x60, 0x32, 0x1e, 0x73, 0xe8, 0x2c, 0x8c, 0xb3, 0x35,
0x7d, 0xd8, 0xcc, 0xbd, 0x95, 0xd8, 0xcc, 0x5d, 0xe8, 0x6d, 0xa4, 0x0b, 0x77, 0x72, 0xad, 0xd4, 0x45, 0x6d, 0x93, 0xf5, 0xb0, 0x28, 0x0e, 0x0e, 0x56, 0x9a, 0x61, 0x17, 0x8e, 0xd2, 0xa1, 0x6e,
0x4e, 0xee, 0xe5, 0x1e, 0xf1, 0x0f, 0xde, 0xc6, 0x7d, 0xaa, 0xc0, 0x78, 0x32, 0xe6, 0xd0, 0x79, 0xc0, 0xc6, 0xc2, 0x42, 0x38, 0x25, 0xdf, 0xe5, 0x2e, 0x55, 0xb5, 0x9a, 0x77, 0x5f, 0x53, 0x5b,
0x18, 0xe5, 0x6b, 0x8a, 0xde, 0x24, 0x6b, 0x51, 0x51, 0x1c, 0x1e, 0xac, 0x34, 0xa2, 0x2e, 0x1c, 0x31, 0xe8, 0x15, 0xbb, 0x49, 0x6d, 0xd5, 0xe8, 0xa6, 0x04, 0xf1, 0x18, 0x8b, 0x22, 0xcb, 0x37,
0xa7, 0x43, 0xed, 0x90, 0x8d, 0x87, 0x85, 0x74, 0x4a, 0xb1, 0xcb, 0x3d, 0xa6, 0x1b, 0x55, 0xff, 0x25, 0x18, 0x17, 0x2a, 0x0f, 0x61, 0x4b, 0xf2, 0x7a, 0x7c, 0x4b, 0xf2, 0xec, 0x80, 0xf3, 0x39,
0xe6, 0xa7, 0xba, 0x6c, 0xb1, 0x6b, 0xb4, 0xc1, 0xa8, 0x6e, 0xb5, 0x33, 0x82, 0x44, 0x8c, 0xc5, 0x7b, 0x3f, 0xf2, 0x69, 0x68, 0x0a, 0x9b, 0xc1, 0x2c, 0xc1, 0x6c, 0x9b, 0x0e, 0x4d, 0x26, 0x18,
0x91, 0xd5, 0xdb, 0x0a, 0x8c, 0x4a, 0x95, 0xfb, 0xb0, 0x25, 0x79, 0x33, 0xb9, 0x25, 0x79, 0xbe, 0x36, 0xd7, 0x30, 0xef, 0x41, 0xdf, 0x93, 0xe0, 0xb8, 0x9a, 0x98, 0xf3, 0xc2, 0xd7, 0x2f, 0x0f,
0xc7, 0xf9, 0x9c, 0xbf, 0x1f, 0xf9, 0x3c, 0x32, 0x85, 0xcf, 0x60, 0x9e, 0x60, 0xb6, 0x6d, 0x97, 0xa6, 0x5a, 0x00, 0x53, 0xaf, 0x08, 0x79, 0xc7, 0x93, 0x3d, 0x38, 0x25, 0x52, 0x76, 0x21, 0x45,
0xa5, 0x13, 0x0c, 0x9f, 0x6b, 0x58, 0xf4, 0xa0, 0x6f, 0x29, 0x70, 0x5c, 0x4f, 0xcd, 0x79, 0xe9, 0x85, 0x14, 0x28, 0x6e, 0x53, 0x6a, 0x89, 0x41, 0x58, 0x1a, 0x3c, 0xf3, 0x84, 0x2a, 0x95, 0xb9,
0xeb, 0x57, 0x7b, 0x53, 0x2d, 0x84, 0xa9, 0x55, 0xa4, 0xbc, 0xe3, 0xe9, 0x1e, 0x9c, 0x11, 0xa9, 0xf9, 0xad, 0x56, 0x03, 0x73, 0x68, 0xf9, 0xe7, 0x23, 0x81, 0xc3, 0x9a, 0xde, 0x24, 0x09, 0xf2,
0x7a, 0x90, 0xa1, 0x42, 0x1a, 0x0c, 0x6e, 0x33, 0xe6, 0xc8, 0x41, 0x58, 0xec, 0x3d, 0xf3, 0x44, 0xad, 0x74, 0x2f, 0xf2, 0xed, 0x78, 0x56, 0xae, 0x45, 0xdf, 0x80, 0x02, 0xd5, 0x06, 0xdd, 0x94,
0x2a, 0x95, 0x85, 0xf9, 0xeb, 0xeb, 0x75, 0x2c, 0xa0, 0xd5, 0x1f, 0x0f, 0x84, 0x0e, 0x6b, 0xf8, 0x0a, 0x09, 0xad, 0xd5, 0x66, 0x98, 0xb0, 0x5a, 0xab, 0x4d, 0xcc, 0x20, 0xd1, 0xdb, 0x50, 0x62,
0x93, 0x24, 0xcc, 0xb7, 0xca, 0x83, 0xc8, 0xb7, 0xa3, 0x79, 0xb9, 0x16, 0xfd, 0x17, 0x94, 0x98, 0xab, 0x19, 0x9b, 0xe3, 0x85, 0xc1, 0x73, 0x08, 0xf3, 0x57, 0x18, 0x61, 0xec, 0xcb, 0xc1, 0x1e,
0xd1, 0xeb, 0xa6, 0x54, 0x4a, 0x58, 0x5f, 0x69, 0x44, 0x09, 0x6b, 0x7d, 0xa5, 0x81, 0x39, 0x24, 0xae, 0xfc, 0x1e, 0x4c, 0xc4, 0x12, 0x01, 0xba, 0x0e, 0xc7, 0x34, 0x53, 0xe9, 0xd4, 0x15, 0x4d,
0x7a, 0x17, 0x86, 0xf8, 0x6a, 0xc6, 0xe7, 0x78, 0xa9, 0xf7, 0x1c, 0xc2, 0xfd, 0x15, 0x45, 0x18, 0x31, 0xda, 0xc4, 0x4e, 0xa6, 0xc6, 0xec, 0xfd, 0xcc, 0x6a, 0x84, 0x43, 0x24, 0x94, 0xe0, 0x02,
0xff, 0x72, 0xb1, 0x8f, 0xab, 0x7e, 0x00, 0x63, 0x89, 0x44, 0x80, 0x6e, 0xc2, 0x31, 0xc3, 0xd6, 0x31, 0xda, 0x87, 0x63, 0xd8, 0xb2, 0x02, 0x10, 0x5a, 0x8f, 0xaa, 0x50, 0x62, 0x21, 0xec, 0xad,
0x5a, 0x35, 0xcd, 0xd0, 0xac, 0x26, 0xa1, 0xe9, 0xd4, 0x98, 0xbf, 0x9f, 0x59, 0x89, 0x71, 0xc8, 0x4c, 0x63, 0xf5, 0x31, 0xa6, 0x2b, 0x8b, 0x6c, 0x07, 0x7b, 0xed, 0xe8, 0x0c, 0x80, 0x43, 0xda,
0x84, 0x12, 0x5e, 0x20, 0xc6, 0xfb, 0x70, 0x02, 0x5b, 0xd5, 0x00, 0x22, 0xeb, 0xd1, 0x1c, 0x0c, 0x36, 0xa1, 0x3c, 0xef, 0x78, 0x27, 0x40, 0x41, 0x06, 0x6e, 0x06, 0x3d, 0x38, 0x42, 0x25, 0xff,
0xf1, 0x10, 0xf6, 0x57, 0xa6, 0x91, 0xda, 0x08, 0xd7, 0x95, 0x47, 0xb6, 0x8b, 0xfd, 0x76, 0x74, 0x49, 0x82, 0x89, 0x75, 0x42, 0xdf, 0x35, 0xed, 0x1b, 0x0d, 0x53, 0x53, 0xdb, 0xbd, 0x21, 0xe4,
0x0e, 0xc0, 0x25, 0x4d, 0x4a, 0x98, 0xc8, 0x3b, 0xfe, 0x09, 0x50, 0x98, 0x81, 0x1b, 0x61, 0x0f, 0xfd, 0xcd, 0x58, 0xde, 0x7f, 0xa5, 0xcf, 0x31, 0x8b, 0x69, 0x9b, 0x97, 0xfd, 0xe5, 0xbf, 0x4b,
0x8e, 0x51, 0xa9, 0xbf, 0x53, 0x60, 0x6c, 0x8d, 0xb0, 0xf7, 0x6d, 0x7a, 0xab, 0x6e, 0x1b, 0x7a, 0x50, 0x89, 0x51, 0x46, 0xd3, 0x04, 0x81, 0x92, 0x65, 0xda, 0xd4, 0x5f, 0xe3, 0x0f, 0xa5, 0x01,
0xb3, 0xd3, 0x87, 0xbc, 0xbf, 0x99, 0xc8, 0xfb, 0xaf, 0x75, 0x39, 0x66, 0x09, 0x6d, 0x8b, 0xb2, 0x4b, 0xa9, 0x91, 0x55, 0x9e, 0xc1, 0x62, 0x0f, 0x9d, 0xd9, 0xb9, 0x65, 0x9b, 0xba, 0x88, 0xfb,
0xbf, 0xfa, 0x67, 0x05, 0x2a, 0x09, 0xca, 0x78, 0x9a, 0x20, 0x30, 0xe4, 0xd8, 0x94, 0x05, 0x6b, 0xc3, 0x49, 0x21, 0xc4, 0x0e, 0xed, 0xbc, 0x68, 0x9b, 0x3a, 0xe6, 0xd8, 0xf2, 0x1f, 0x25, 0x98,
0xfc, 0xa1, 0x34, 0xe0, 0x29, 0x35, 0xb6, 0xca, 0x73, 0x58, 0xec, 0xa3, 0x73, 0x3b, 0xb7, 0xa8, 0x8e, 0x51, 0x0e, 0x21, 0xa5, 0x2b, 0xf1, 0x94, 0xfe, 0xe2, 0x61, 0x0c, 0xcb, 0x49, 0xec, 0x5f,
0x6d, 0xca, 0xb8, 0x3f, 0x9c, 0x14, 0x42, 0x68, 0x64, 0xe7, 0x65, 0x6a, 0x9b, 0x58, 0x60, 0xab, 0x25, 0xcd, 0x62, 0x0e, 0x40, 0x5b, 0x30, 0x6e, 0x99, 0x9d, 0xe6, 0x3d, 0xb8, 0x99, 0x9b, 0x62,
0xbf, 0x55, 0x60, 0x32, 0x41, 0xd9, 0x87, 0x94, 0xae, 0x25, 0x53, 0xfa, 0xcb, 0x87, 0x31, 0xac, 0x2b, 0x64, 0x23, 0xc4, 0xc2, 0x51, 0x60, 0xb4, 0x0b, 0xd3, 0x86, 0xa2, 0x13, 0xc7, 0x52, 0xda,
0x20, 0xb1, 0x7f, 0x93, 0x36, 0x8b, 0x3b, 0x00, 0x6d, 0xc1, 0xa8, 0x63, 0xb7, 0x1a, 0x0f, 0xe0, 0xa4, 0x79, 0x0f, 0xce, 0x45, 0x1e, 0xe0, 0xb7, 0x05, 0x49, 0x44, 0x9c, 0x16, 0x22, 0xff, 0x2a,
0x66, 0x6e, 0x82, 0xaf, 0x90, 0xf5, 0x08, 0x0b, 0xc7, 0x81, 0xd1, 0x2e, 0x4c, 0x5a, 0x9a, 0x49, 0x65, 0xb7, 0x69, 0x53, 0xf4, 0x2a, 0x94, 0xf9, 0x23, 0x89, 0xb6, 0xa9, 0x89, 0xa5, 0xed, 0x2c,
0x5c, 0x47, 0x6b, 0x92, 0xc6, 0x03, 0x38, 0x17, 0x79, 0x44, 0xdc, 0x16, 0xa4, 0x11, 0x71, 0x56, 0x1b, 0x9a, 0x86, 0x68, 0xbb, 0xbd, 0x57, 0xfd, 0xef, 0x03, 0x8f, 0x75, 0x7d, 0x42, 0x1c, 0xc0,
0x88, 0xfa, 0xb3, 0x8c, 0xdd, 0x36, 0x65, 0xe8, 0x75, 0x28, 0x8b, 0x47, 0x12, 0x4d, 0xdb, 0x90, 0xa0, 0x75, 0x28, 0x5a, 0x87, 0x29, 0x33, 0xf8, 0xc2, 0xc2, 0x6b, 0x0b, 0x8e, 0x23, 0xff, 0x23,
0x4b, 0xdb, 0x79, 0x3e, 0x34, 0x75, 0xd9, 0x76, 0x77, 0x6f, 0xee, 0x9f, 0x0f, 0x3c, 0xd6, 0x0d, 0xa9, 0x38, 0x5f, 0x5e, 0xae, 0xdf, 0xb3, 0x01, 0x0b, 0xca, 0x9a, 0xdc, 0x41, 0xb3, 0x61, 0x54,
0x08, 0x71, 0x08, 0x83, 0xd6, 0x60, 0xd0, 0x39, 0x4c, 0x99, 0x21, 0x16, 0x16, 0x51, 0x5b, 0x08, 0xac, 0xb2, 0x22, 0x2e, 0x2f, 0x1d, 0x26, 0x2e, 0xa3, 0x2b, 0x43, 0xb0, 0x89, 0xf0, 0x1b, 0x7d,
0x1c, 0xf5, 0x2f, 0x69, 0xc5, 0xc5, 0xf2, 0x72, 0xf3, 0x81, 0x0d, 0x58, 0x58, 0xd6, 0x14, 0x0e, 0x41, 0xf2, 0x5f, 0x25, 0x98, 0xe6, 0x0a, 0xb5, 0x5d, 0x5b, 0xa5, 0xbd, 0xa1, 0x65, 0xd0, 0xad,
0x1a, 0x85, 0x61, 0xb9, 0xca, 0xca, 0xb8, 0xbc, 0x72, 0x98, 0xb8, 0x8c, 0xaf, 0x0c, 0xe1, 0x26, 0x58, 0x06, 0x5d, 0xee, 0xd3, 0xd0, 0x94, 0xc6, 0xb9, 0x59, 0xf4, 0x73, 0x09, 0x1e, 0x48, 0x51,
0x22, 0x68, 0x0c, 0x04, 0xa9, 0x7f, 0x54, 0x60, 0x52, 0x28, 0xd4, 0xf4, 0xa8, 0xce, 0x3a, 0x7d, 0x0f, 0x21, 0xc3, 0x90, 0x78, 0x86, 0x79, 0xe5, 0xb0, 0x06, 0xe6, 0x64, 0x99, 0x9b, 0x90, 0x61,
0xcb, 0xa0, 0x5b, 0x89, 0x0c, 0xba, 0xd4, 0xa5, 0xa1, 0x19, 0x8d, 0x0b, 0xb3, 0xe8, 0x97, 0x0a, 0x1e, 0x0f, 0xdc, 0x33, 0x00, 0x96, 0xad, 0xee, 0xa8, 0x1a, 0xe9, 0x8a, 0xcb, 0xe0, 0x72, 0x38,
0x3c, 0x92, 0xa1, 0xee, 0x43, 0x86, 0x21, 0xc9, 0x0c, 0xf3, 0xda, 0x61, 0x0d, 0x2c, 0xc8, 0x32, 0x24, 0x8d, 0xa0, 0x07, 0x47, 0xa8, 0xd0, 0xb7, 0x60, 0xb6, 0x43, 0xb6, 0x14, 0x57, 0xa3, 0x8b,
0xb7, 0x21, 0xc7, 0x3c, 0x11, 0xb8, 0xe7, 0x00, 0x1c, 0xaa, 0xef, 0xe8, 0x06, 0x69, 0xcb, 0xcb, 0x9d, 0xce, 0x92, 0x62, 0x29, 0x9b, 0xaa, 0xa6, 0x52, 0x55, 0xec, 0xb0, 0xc7, 0xea, 0x17, 0xbc,
0xe0, 0x72, 0x34, 0x24, 0xf5, 0xb0, 0x07, 0xc7, 0xa8, 0xd0, 0xff, 0xc0, 0x74, 0x8b, 0x6c, 0x69, 0x4b, 0xda, 0x2c, 0x8a, 0xdb, 0x7b, 0xd5, 0xc7, 0x0f, 0xbe, 0x98, 0xf1, 0x89, 0x7b, 0x38, 0x47,
0x9e, 0xc1, 0x16, 0x5a, 0xad, 0x45, 0xcd, 0xd1, 0x36, 0x75, 0x43, 0x67, 0xba, 0xdc, 0x61, 0x8f, 0x08, 0xfa, 0xae, 0x04, 0x15, 0x9b, 0xbc, 0xe3, 0xaa, 0x36, 0xe9, 0x2c, 0xdb, 0xa6, 0x15, 0xd3,
0xd4, 0x2e, 0xf9, 0x97, 0xb4, 0x79, 0x14, 0x77, 0xf7, 0xe6, 0x9e, 0x3e, 0xf8, 0x62, 0x26, 0x20, 0xa0, 0xc0, 0x35, 0xb8, 0xb4, 0xbf, 0x57, 0xad, 0xe0, 0x1c, 0x9a, 0x7e, 0x74, 0xc8, 0x15, 0x84,
0xee, 0xe0, 0x02, 0x21, 0xe8, 0xff, 0x15, 0xa8, 0x50, 0xf2, 0x9e, 0xa7, 0x53, 0xd2, 0x5a, 0xa2, 0x28, 0xcc, 0x28, 0x9a, 0x66, 0xbe, 0x4b, 0xe2, 0x1e, 0x28, 0x72, 0xf9, 0xf5, 0xfd, 0xbd, 0xea,
0xb6, 0x93, 0xd0, 0xa0, 0x24, 0x34, 0xb8, 0xb2, 0xbf, 0x37, 0x57, 0xc1, 0x05, 0x34, 0xdd, 0xe8, 0xcc, 0x62, 0xba, 0xbb, 0x1f, 0xd1, 0x59, 0xf0, 0x68, 0x01, 0x46, 0x77, 0x4c, 0xcd, 0xd5, 0x89,
0x50, 0x28, 0x08, 0x31, 0x98, 0xd2, 0x0c, 0xc3, 0x7e, 0x9f, 0x24, 0x3d, 0x30, 0x28, 0xe4, 0xd7, 0x53, 0x29, 0x71, 0x49, 0x2c, 0xe3, 0x8e, 0x5e, 0xf5, 0x9a, 0x6e, 0xef, 0x55, 0x8f, 0x5e, 0x6c,
0xf6, 0xf7, 0xe6, 0xa6, 0x16, 0xb2, 0xdd, 0xdd, 0x88, 0xce, 0x83, 0x47, 0xf3, 0x30, 0xbc, 0x63, 0xf2, 0xa3, 0x0f, 0x9f, 0x8a, 0xed, 0xd1, 0x58, 0xcd, 0x24, 0xa6, 0x3c, 0x3f, 0x77, 0x2d, 0x87,
0x1b, 0x9e, 0x49, 0xdc, 0xca, 0x90, 0x90, 0xc4, 0x33, 0xee, 0xf0, 0x75, 0xbf, 0xe9, 0xee, 0xde, 0x39, 0xe6, 0x72, 0xd8, 0x85, 0xa3, 0x74, 0x48, 0x87, 0xb1, 0x6d, 0xb1, 0x6f, 0x77, 0x2a, 0xa3,
0xdc, 0xd1, 0xcb, 0x0d, 0x71, 0xf4, 0x11, 0x50, 0xf1, 0x3d, 0x1a, 0xaf, 0x99, 0xe4, 0x94, 0x17, 0x03, 0xad, 0x7e, 0xb1, 0x7d, 0x7f, 0x7d, 0x5a, 0x88, 0x1c, 0xf3, 0x9b, 0x1d, 0x1c, 0x4a, 0x40,
0xe7, 0xae, 0xe5, 0x28, 0xc7, 0x5c, 0x8d, 0xba, 0x70, 0x9c, 0x0e, 0x99, 0x30, 0xb2, 0x2d, 0xf7, 0x4f, 0xc0, 0x28, 0xff, 0x58, 0x59, 0xe6, 0xa7, 0xb5, 0xe5, 0x30, 0x13, 0x5d, 0xf6, 0x9a, 0xb1,
0xed, 0x6e, 0x65, 0xb8, 0xa7, 0xd5, 0x2f, 0xb1, 0xef, 0xaf, 0x4d, 0x4a, 0x91, 0x23, 0x41, 0xb3, 0xdf, 0xef, 0x93, 0xae, 0x34, 0x96, 0xf8, 0xe1, 0x6a, 0x82, 0x74, 0xa5, 0xb1, 0x84, 0xfd, 0x7e,
0x8b, 0x23, 0x09, 0xe8, 0x19, 0x18, 0x16, 0x1f, 0xcb, 0x4b, 0xe2, 0xb4, 0xb6, 0x1c, 0x65, 0xa2, 0x64, 0xc1, 0xa8, 0x43, 0x56, 0x55, 0xc3, 0xdd, 0xad, 0xc0, 0x40, 0xd7, 0xc5, 0xcd, 0x0b, 0x9c,
0xab, 0x7e, 0x33, 0x0e, 0xfa, 0x03, 0xd2, 0xe5, 0xfa, 0xa2, 0x38, 0x5c, 0x4d, 0x91, 0x2e, 0xd7, 0x3b, 0x71, 0x14, 0x15, 0x4a, 0x14, 0xfd, 0xd8, 0x17, 0x83, 0x76, 0x61, 0xcc, 0x76, 0x8d, 0x45,
0x17, 0x71, 0xd0, 0x8f, 0x1c, 0x18, 0x76, 0xc9, 0x8a, 0x6e, 0x79, 0xbb, 0x15, 0xe8, 0xe9, 0xba, 0x67, 0xc3, 0x21, 0x76, 0x65, 0x9c, 0xcb, 0xec, 0x37, 0x39, 0x63, 0x9f, 0x3f, 0x29, 0x35, 0xf0,
0xb8, 0x71, 0x49, 0x70, 0xa7, 0x8e, 0xa2, 0x22, 0x89, 0xb2, 0x1f, 0x07, 0x62, 0xd0, 0x2e, 0x8c, 0x60, 0x40, 0x81, 0x43, 0x61, 0xe8, 0x23, 0x09, 0x90, 0xe3, 0x5a, 0x96, 0x46, 0x74, 0x62, 0x50,
0x50, 0xcf, 0x5a, 0x70, 0x37, 0x5c, 0x42, 0x2b, 0xa3, 0x42, 0x66, 0xb7, 0xc9, 0x19, 0x07, 0xfc, 0x45, 0xe3, 0xa7, 0x61, 0x4e, 0xe5, 0x18, 0xd7, 0xa1, 0xd1, 0xaf, 0xdd, 0x29, 0xa0, 0xa4, 0x32,
0x69, 0xa9, 0xa1, 0x07, 0x43, 0x0a, 0x1c, 0x09, 0x43, 0x9f, 0x28, 0x80, 0x5c, 0xcf, 0x71, 0x0c, 0xc1, 0x51, 0x73, 0x9a, 0x14, 0x67, 0xe8, 0xc1, 0x86, 0x62, 0xcb, 0xe1, 0xbf, 0x2b, 0x13, 0x03,
0x62, 0x12, 0x8b, 0x69, 0x86, 0x38, 0x0d, 0x73, 0x2b, 0xc7, 0x84, 0x0e, 0xf5, 0x6e, 0xed, 0xce, 0x0d, 0x45, 0xf6, 0xa9, 0x60, 0x38, 0x14, 0xa2, 0x1f, 0xfb, 0x62, 0xd0, 0x55, 0x98, 0xb5, 0x89,
0x00, 0xa5, 0x95, 0x09, 0x8f, 0x9a, 0xb3, 0xa4, 0x38, 0x47, 0x0f, 0x3e, 0x14, 0x5b, 0xae, 0xf8, 0xd2, 0xb9, 0x62, 0x68, 0x3d, 0x6c, 0x9a, 0xf4, 0xa2, 0xaa, 0x11, 0xa7, 0xe7, 0x50, 0xa2, 0x57,
0x5d, 0x19, 0xeb, 0x69, 0x28, 0xf2, 0x4f, 0x05, 0xa3, 0xa1, 0x90, 0xfd, 0x38, 0x10, 0x83, 0xae, 0x26, 0x79, 0xd8, 0x04, 0x4f, 0x2e, 0x70, 0x26, 0x15, 0xce, 0xe1, 0xe6, 0x2f, 0x01, 0xc4, 0x19,
0xc3, 0x34, 0x25, 0x5a, 0xeb, 0x9a, 0x65, 0x74, 0xb0, 0x6d, 0xb3, 0xcb, 0xba, 0x41, 0xdc, 0x8e, 0xec, 0x70, 0xde, 0xd2, 0x1d, 0xee, 0x25, 0x40, 0xa8, 0xea, 0x7d, 0x7b, 0x09, 0x10, 0x11, 0x71,
0xcb, 0x88, 0x59, 0x19, 0x17, 0x61, 0x13, 0x3e, 0xb9, 0xc0, 0xb9, 0x54, 0xb8, 0x80, 0x5b, 0xbc, 0xf0, 0x11, 0xd2, 0x57, 0x23, 0x30, 0x13, 0x12, 0xdf, 0xf5, 0x4b, 0x80, 0x0c, 0x96, 0x21, 0xbc,
0x04, 0x90, 0x67, 0xb0, 0xfd, 0x79, 0x4b, 0x77, 0xb8, 0x97, 0x00, 0x91, 0xaa, 0x0f, 0xed, 0x25, 0x04, 0xc8, 0xbe, 0x4a, 0x2f, 0xdc, 0xef, 0xab, 0xf4, 0xfb, 0xf0, 0x02, 0x81, 0xdf, 0xce, 0x87,
0x40, 0x4c, 0xc4, 0xc1, 0x47, 0x48, 0xdf, 0x0c, 0xc0, 0x54, 0x44, 0x7c, 0xdf, 0x2f, 0x01, 0x72, 0x4e, 0xfc, 0xf7, 0xbf, 0x9d, 0x0f, 0x75, 0xcd, 0x29, 0x67, 0x7e, 0x33, 0x12, 0x35, 0xe8, 0x3f,
0x58, 0xfa, 0xf0, 0x12, 0x20, 0xff, 0x2a, 0xbd, 0xf4, 0xb0, 0xaf, 0xd2, 0x1f, 0xc2, 0x0b, 0x04, 0xe8, 0x0a, 0xf8, 0xf0, 0x2f, 0x0d, 0xe5, 0xcf, 0x0b, 0x70, 0x3c, 0x39, 0x63, 0x63, 0x37, 0x81,
0x71, 0x3b, 0x1f, 0x39, 0xf1, 0xef, 0xff, 0x76, 0x3e, 0xd2, 0xb5, 0xa0, 0x9c, 0xf9, 0xc5, 0x40, 0xd2, 0x1d, 0x6f, 0x02, 0x1b, 0x70, 0x62, 0xcb, 0xd5, 0xb4, 0x1e, 0x77, 0x48, 0xe4, 0x3a, 0xd0,
0xdc, 0xa0, 0x7f, 0xa0, 0x2b, 0xe0, 0xc3, 0xbf, 0x34, 0x54, 0xbf, 0x2c, 0xc1, 0xf1, 0xf4, 0x8c, 0x3b, 0xb5, 0x7f, 0x58, 0x70, 0x9e, 0xb8, 0x98, 0x41, 0x83, 0x33, 0x39, 0x73, 0x6e, 0x35, 0x0b,
0x4d, 0xdc, 0x04, 0x2a, 0xf7, 0xbc, 0x09, 0xac, 0xc3, 0x89, 0x2d, 0xcf, 0x30, 0x3a, 0xc2, 0x21, 0x03, 0xdd, 0x6a, 0xa6, 0x2e, 0xd5, 0x8a, 0x77, 0x7f, 0xa9, 0x96, 0x7d, 0x43, 0x59, 0x1a, 0xe0,
0xb1, 0xeb, 0x40, 0xff, 0xd4, 0xfe, 0x71, 0xc9, 0x79, 0xe2, 0x72, 0x0e, 0x0d, 0xce, 0xe5, 0x2c, 0x86, 0xf2, 0x5e, 0x5c, 0x29, 0x66, 0x24, 0xbe, 0x3b, 0x5d, 0x29, 0xca, 0x0f, 0xc3, 0x9c, 0x60,
0xb8, 0xd5, 0x2c, 0xf5, 0x74, 0xab, 0x99, 0xb9, 0x54, 0x1b, 0xbc, 0xff, 0x4b, 0xb5, 0xfc, 0x1b, 0x63, 0xdf, 0x4b, 0xa6, 0x41, 0x6d, 0x53, 0xd3, 0x88, 0xbd, 0xec, 0xea, 0x7a, 0x4f, 0x3e, 0x0f,
0xca, 0xa1, 0x1e, 0x6e, 0x28, 0x1f, 0xc4, 0x95, 0x62, 0x4e, 0xe2, 0xbb, 0xd7, 0x95, 0xa2, 0xfa, 0x93, 0xf1, 0x7b, 0x6d, 0x6f, 0xe4, 0xbd, 0xab, 0x76, 0x71, 0x97, 0x12, 0x19, 0x79, 0xaf, 0x1d,
0x38, 0xcc, 0x48, 0x36, 0xfe, 0xbd, 0x68, 0x5b, 0x8c, 0xda, 0x86, 0x41, 0xe8, 0x92, 0x67, 0x9a, 0x07, 0x14, 0xf2, 0x07, 0x12, 0xcc, 0x66, 0xbf, 0xa1, 0x43, 0x1a, 0x4c, 0xea, 0xca, 0x6e, 0xf4,
0x1d, 0xf5, 0x22, 0x8c, 0x27, 0xef, 0xb5, 0xfd, 0x91, 0xf7, 0xaf, 0xda, 0xe5, 0x5d, 0x4a, 0x6c, 0x11, 0xa1, 0x34, 0xe0, 0x8e, 0x1b, 0xed, 0xef, 0x55, 0x27, 0xd7, 0x62, 0x58, 0x38, 0x81, 0x2d,
0xe4, 0xfd, 0x76, 0x1c, 0x52, 0xa8, 0x1f, 0x29, 0x30, 0x9d, 0xff, 0x86, 0x0e, 0x19, 0x30, 0x6e, 0x7f, 0x21, 0xc1, 0xc9, 0x9c, 0x6b, 0xc6, 0xe1, 0x6a, 0x82, 0xae, 0x41, 0x59, 0x57, 0x76, 0x9b,
0x6a, 0xbb, 0xf1, 0x47, 0x84, 0x4a, 0x8f, 0x3b, 0x6e, 0xb4, 0xbf, 0x37, 0x37, 0xbe, 0x9a, 0xc0, 0xae, 0xdd, 0x25, 0x03, 0x9f, 0x31, 0xf0, 0x5c, 0xb2, 0x26, 0x50, 0x70, 0x80, 0x27, 0x7f, 0x22,
0xc2, 0x29, 0x6c, 0xf5, 0x2b, 0x05, 0x4e, 0x16, 0x5c, 0x33, 0xf6, 0x57, 0x13, 0x74, 0x03, 0xca, 0x41, 0x25, 0xaf, 0x1e, 0x44, 0x67, 0x63, 0x17, 0xa2, 0x8f, 0x26, 0x2e, 0x44, 0xa7, 0x53, 0x7c,
0xa6, 0xb6, 0xdb, 0xf0, 0x68, 0x9b, 0xf4, 0x7c, 0xc6, 0x20, 0x72, 0xc9, 0xaa, 0x44, 0xc1, 0x21, 0x43, 0xba, 0x0e, 0xfd, 0x54, 0x82, 0xd9, 0xec, 0xba, 0x19, 0x3d, 0x13, 0xd3, 0xb8, 0x9a, 0xd0,
0x9e, 0xfa, 0x99, 0x02, 0x95, 0xa2, 0x7a, 0x10, 0x9d, 0x4f, 0x5c, 0x88, 0x3e, 0x99, 0xba, 0x10, 0x78, 0x2a, 0xc1, 0x25, 0xf4, 0xdd, 0x86, 0x49, 0x51, 0x5d, 0x0b, 0x18, 0xe1, 0xe5, 0x27, 0x0f,
0x9d, 0xcc, 0xf0, 0xf5, 0xe9, 0x3a, 0xf4, 0x73, 0x05, 0xa6, 0xf3, 0xeb, 0x66, 0xf4, 0x5c, 0x42, 0xce, 0xaa, 0x02, 0xcc, 0xaf, 0x13, 0xf9, 0x48, 0xc6, 0xdb, 0x70, 0x02, 0x57, 0xfe, 0xd9, 0x08,
0xe3, 0xb9, 0x94, 0xc6, 0x13, 0x29, 0x2e, 0xa9, 0xef, 0x36, 0x8c, 0xcb, 0xea, 0x5a, 0xc2, 0x48, 0x94, 0x9a, 0x6d, 0x45, 0x23, 0x43, 0x28, 0xea, 0xae, 0xc5, 0x8a, 0xba, 0x7e, 0xdf, 0xf9, 0x73,
0x2f, 0x3f, 0x7b, 0x70, 0x56, 0x95, 0x60, 0x41, 0x9d, 0x28, 0x46, 0x32, 0xd9, 0x86, 0x53, 0xb8, 0x2d, 0x73, 0xeb, 0xb9, 0xcd, 0x44, 0x3d, 0x77, 0x6e, 0x20, 0xf4, 0x83, 0x4b, 0xb9, 0xe7, 0x61,
0xea, 0x8f, 0x06, 0x60, 0xa8, 0xd1, 0xd4, 0x0c, 0xd2, 0x87, 0xa2, 0xee, 0x46, 0xa2, 0xa8, 0xeb, 0x2c, 0x50, 0xa2, 0xbf, 0xd5, 0x43, 0xfe, 0x78, 0x04, 0xc6, 0x23, 0x22, 0xfa, 0x5c, 0x7b, 0x76,
0xf6, 0x9d, 0xbf, 0xd0, 0xb2, 0xb0, 0x9e, 0xdb, 0x4c, 0xd5, 0x73, 0x17, 0x7a, 0x42, 0x3f, 0xb8, 0x62, 0xab, 0xf7, 0x20, 0x7f, 0x29, 0x8a, 0xc8, 0xae, 0xf9, 0xeb, 0xb7, 0xf7, 0x86, 0x2e, 0x7c,
0x94, 0x7b, 0x11, 0x46, 0x42, 0x25, 0xba, 0x5b, 0x3d, 0xd4, 0x4f, 0x07, 0x60, 0x34, 0x26, 0xa2, 0x0b, 0x95, 0x5e, 0xd6, 0xcf, 0xc3, 0x24, 0xe5, 0xff, 0xb0, 0x09, 0xce, 0xf8, 0x0a, 0x3c, 0x8a,
0xcb, 0xb5, 0x67, 0x27, 0xb1, 0x7a, 0xf7, 0xf2, 0x97, 0xa2, 0x98, 0xec, 0x6a, 0xb0, 0x7e, 0xfb, 0x83, 0x97, 0x99, 0xad, 0x58, 0x2f, 0x4e, 0x50, 0xcf, 0xbd, 0x00, 0x13, 0x31, 0x61, 0x7d, 0x3d,
0x6f, 0xe8, 0xa2, 0xb7, 0x50, 0xd9, 0x65, 0xfd, 0x22, 0x8c, 0x33, 0xf1, 0x0f, 0x9b, 0xf0, 0x8c, 0x79, 0xfb, 0xad, 0x04, 0x8f, 0xde, 0x71, 0x4f, 0x86, 0xea, 0xb1, 0xe9, 0x55, 0x4b, 0x4c, 0xaf,
0xaf, 0x24, 0xa2, 0x38, 0x7c, 0x99, 0xb9, 0x9e, 0xe8, 0xc5, 0x29, 0xea, 0x99, 0x97, 0x60, 0x2c, 0xf9, 0x7c, 0x80, 0x21, 0x3e, 0x96, 0xf8, 0xd1, 0x08, 0xa0, 0xd6, 0xb6, 0x6a, 0x77, 0x1a, 0x8a,
0x21, 0xac, 0xab, 0x27, 0x6f, 0xbf, 0x54, 0xe0, 0xc9, 0x7b, 0xee, 0xc9, 0x50, 0x2d, 0x31, 0xbd, 0x4d, 0x7b, 0x58, 0xfc, 0x8f, 0x6a, 0x08, 0x13, 0xee, 0x2c, 0x8c, 0x77, 0x88, 0xd3, 0xb6, 0x55,
0xaa, 0xa9, 0xe9, 0x35, 0x5b, 0x0c, 0xd0, 0xc7, 0xc7, 0x12, 0xdf, 0x1b, 0x00, 0xb4, 0xbe, 0xad, 0xee, 0x2c, 0xb1, 0x57, 0x08, 0xce, 0x41, 0x96, 0xc3, 0x2e, 0x1c, 0xa5, 0x43, 0x5d, 0x28, 0xef,
0xd3, 0x56, 0x5d, 0xa3, 0xac, 0x83, 0xe5, 0xff, 0xa8, 0xfa, 0x30, 0xe1, 0xce, 0xc3, 0x68, 0x8b, 0x78, 0xff, 0xd4, 0xf3, 0x6f, 0xde, 0xfa, 0x2d, 0x66, 0xc3, 0xff, 0xfa, 0x85, 0xf1, 0x25, 0x1a,
0xb8, 0x4d, 0xaa, 0x0b, 0x67, 0xc9, 0xbd, 0x42, 0x78, 0x0e, 0xb2, 0x14, 0x75, 0xe1, 0x38, 0x1d, 0x1c, 0x1c, 0x80, 0xcb, 0x1f, 0x4a, 0x30, 0x9b, 0x76, 0xcc, 0x32, 0x53, 0xfd, 0xfe, 0x3b, 0xe7,
0x6a, 0x43, 0x79, 0xc7, 0xff, 0xa7, 0x5e, 0x70, 0xf3, 0xd6, 0x6d, 0x31, 0x1b, 0xfd, 0xd7, 0x2f, 0x61, 0x28, 0x72, 0x74, 0xe6, 0x95, 0x63, 0xde, 0x89, 0x37, 0x93, 0x8c, 0x79, 0xab, 0xfc, 0xa5,
0x8a, 0x2f, 0xd9, 0xe0, 0xe2, 0x10, 0x5c, 0xfd, 0x58, 0x81, 0xe9, 0xac, 0x63, 0x96, 0xb8, 0xea, 0x04, 0x73, 0xd9, 0xaa, 0x0d, 0x61, 0x2b, 0x71, 0x3d, 0xbe, 0x95, 0xe8, 0xf7, 0xd8, 0x20, 0x5b,
0x0f, 0xdf, 0x39, 0x8f, 0xc3, 0xa0, 0x40, 0xe7, 0x5e, 0x39, 0xe6, 0x9f, 0x78, 0x73, 0xc9, 0x58, 0xef, 0x9c, 0x6d, 0xc5, 0x5e, 0xe6, 0x18, 0x0c, 0xc1, 0xc8, 0xad, 0xb8, 0x91, 0x8b, 0x87, 0x36,
0xb4, 0xaa, 0x5f, 0x2b, 0x30, 0x93, 0xaf, 0x5a, 0x1f, 0xb6, 0x12, 0x37, 0x93, 0x5b, 0x89, 0x6e, 0x32, 0xdb, 0xc0, 0xfa, 0x13, 0x37, 0x6f, 0xcd, 0x1f, 0xf9, 0xec, 0xd6, 0xfc, 0x91, 0x3f, 0xdf,
0x8f, 0x0d, 0xf2, 0xf5, 0x2e, 0xd8, 0x56, 0xec, 0xe5, 0x8e, 0x41, 0x1f, 0x8c, 0xdc, 0x4a, 0x1a, 0x9a, 0x3f, 0xf2, 0xfe, 0xfe, 0xbc, 0x74, 0x73, 0x7f, 0x5e, 0xfa, 0x6c, 0x7f, 0x5e, 0xfa, 0xdb,
0xb9, 0x70, 0x68, 0x23, 0xf3, 0x0d, 0xac, 0x3d, 0x73, 0xfb, 0xce, 0xec, 0x91, 0x2f, 0xee, 0xcc, 0xfe, 0xbc, 0xf4, 0x83, 0x2f, 0xe6, 0x8f, 0x5c, 0x1b, 0x15, 0x98, 0xff, 0x0a, 0x00, 0x00, 0xff,
0x1e, 0xf9, 0xfd, 0x9d, 0xd9, 0x23, 0x1f, 0xee, 0xcf, 0x2a, 0xb7, 0xf7, 0x67, 0x95, 0x2f, 0xf6, 0xff, 0x56, 0x18, 0xbd, 0xf5, 0xb1, 0x3c, 0x00, 0x00,
0x67, 0x95, 0x3f, 0xed, 0xcf, 0x2a, 0xdf, 0xf9, 0x6a, 0xf6, 0xc8, 0x8d, 0x61, 0x89, 0xf9, 0xb7,
0x00, 0x00, 0x00, 0xff, 0xff, 0x67, 0x55, 0x9c, 0xda, 0xfb, 0x3c, 0x00, 0x00,
} }

View File

@ -27,7 +27,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
import "k8s.io/kubernetes/pkg/api/v1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".

View File

@ -1337,56 +1337,54 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 807 bytes of a gzipped FileDescriptorProto // 773 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x94, 0x4d, 0x6f, 0xdc, 0x44, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x94, 0xcb, 0x6e, 0xf3, 0x44,
0x18, 0xc7, 0xd7, 0x49, 0x36, 0x84, 0xe9, 0x6e, 0x54, 0x06, 0x0a, 0x61, 0x25, 0x1c, 0xb4, 0xa7, 0x18, 0x86, 0xe3, 0x26, 0x29, 0x61, 0x9a, 0x54, 0x65, 0xa0, 0x10, 0x22, 0xe1, 0xa2, 0xac, 0x5a,
0x16, 0xd1, 0x31, 0x69, 0x11, 0x0a, 0x1c, 0x2a, 0x6a, 0x36, 0xa2, 0x45, 0x8d, 0x52, 0x39, 0x48, 0x04, 0x63, 0xda, 0x22, 0x54, 0x58, 0x54, 0xd4, 0xa4, 0x82, 0xa2, 0x56, 0xa9, 0x5c, 0x24, 0x24,
0x48, 0x08, 0x24, 0xc6, 0xf6, 0x83, 0x77, 0xba, 0xe3, 0x17, 0xcd, 0x8c, 0x4d, 0xf7, 0xc6, 0x47, 0x04, 0x12, 0x63, 0xfb, 0xc3, 0x99, 0xc6, 0x27, 0x8d, 0xc7, 0xa1, 0xd9, 0x71, 0x09, 0x2c, 0xb8,
0xe0, 0xc0, 0x87, 0x8a, 0xc4, 0xa5, 0x47, 0x84, 0x50, 0x44, 0x16, 0xbe, 0x02, 0x77, 0xe4, 0xf1, 0xa8, 0x4a, 0x6c, 0xba, 0x44, 0x08, 0x55, 0x34, 0x70, 0x0b, 0xec, 0x91, 0xc7, 0x93, 0x83, 0x9b,
0xec, 0xae, 0x5d, 0xef, 0xaa, 0x8b, 0x8a, 0xb8, 0x79, 0x5e, 0x7e, 0xff, 0xff, 0xf3, 0xe6, 0x41, 0x44, 0x0d, 0xea, 0xaf, 0x7f, 0xe7, 0x39, 0x3c, 0xef, 0xfb, 0x9d, 0xc6, 0xe8, 0x93, 0xfe, 0x51,
0x1f, 0x4f, 0x8e, 0x25, 0x61, 0xa9, 0x33, 0xc9, 0x7d, 0x10, 0x09, 0x28, 0x90, 0x4e, 0x36, 0x89, 0x42, 0x58, 0x64, 0xf4, 0x53, 0x1b, 0x78, 0x08, 0x02, 0x12, 0x23, 0xee, 0x7b, 0x06, 0x8d, 0x59,
0x1c, 0x9a, 0x31, 0xe9, 0x64, 0x29, 0x67, 0xc1, 0xd4, 0x29, 0x8e, 0x7c, 0x50, 0xf4, 0xc8, 0x89, 0x62, 0xc4, 0x91, 0xcf, 0x9c, 0xa1, 0x31, 0xd8, 0xb7, 0x41, 0xd0, 0x7d, 0xc3, 0x83, 0x10, 0x38,
0x20, 0x01, 0x41, 0x15, 0x84, 0x24, 0x13, 0xa9, 0x4a, 0xf1, 0xad, 0x0a, 0x25, 0x4b, 0x94, 0x64, 0x15, 0xe0, 0x92, 0x98, 0x47, 0x22, 0xc2, 0x7b, 0x39, 0x4a, 0xa6, 0x28, 0x89, 0xfb, 0x1e, 0xc9,
0x93, 0x88, 0x94, 0x28, 0xa9, 0x50, 0x62, 0xd0, 0xc1, 0xed, 0x88, 0xa9, 0x71, 0xee, 0x93, 0x20, 0x50, 0x92, 0xa3, 0x44, 0xa1, 0xad, 0x0f, 0x3c, 0x26, 0x7a, 0xa9, 0x4d, 0x9c, 0x28, 0x30, 0xbc,
0x8d, 0x9d, 0x28, 0x8d, 0x52, 0x47, 0x2b, 0xf8, 0xf9, 0xf7, 0x7a, 0xa5, 0x17, 0xfa, 0xab, 0x52, 0xc8, 0x8b, 0x0c, 0xa9, 0x60, 0xa7, 0x3f, 0xca, 0x95, 0x5c, 0xc8, 0xaf, 0x5c, 0xb9, 0xf5, 0x91,
0x1e, 0x7c, 0x68, 0x82, 0xa2, 0x19, 0x8b, 0x69, 0x30, 0x66, 0x09, 0x88, 0xe9, 0x32, 0xac, 0x18, 0x0a, 0x8a, 0xc6, 0x2c, 0xa0, 0x4e, 0x8f, 0x85, 0xc0, 0x87, 0xd3, 0xb0, 0x02, 0x10, 0xd4, 0x18,
0x14, 0x75, 0x8a, 0x56, 0x3c, 0x03, 0x67, 0x1d, 0x25, 0xf2, 0x44, 0xb1, 0x18, 0x5a, 0xc0, 0x47, 0xcc, 0xc5, 0xd3, 0x32, 0x96, 0x51, 0x3c, 0x0d, 0x05, 0x0b, 0x60, 0x0e, 0xf8, 0xf8, 0x29, 0x20,
0x2f, 0x02, 0x64, 0x30, 0x86, 0x98, 0xb6, 0xb8, 0xbb, 0xeb, 0xb8, 0x5c, 0x31, 0xee, 0xb0, 0x44, 0x71, 0x7a, 0x10, 0xd0, 0x39, 0xee, 0x70, 0x19, 0x97, 0x0a, 0xe6, 0x1b, 0x2c, 0x14, 0x89, 0xe0,
0x49, 0x25, 0x5a, 0x50, 0x2d, 0x27, 0x09, 0xa2, 0x00, 0xb1, 0x4c, 0x08, 0x9e, 0xd2, 0x38, 0xe3, 0x73, 0xd0, 0x4c, 0x4e, 0x09, 0xf0, 0x01, 0xf0, 0x69, 0x42, 0x70, 0x43, 0x83, 0xd8, 0x87, 0x45,
0xb0, 0x2a, 0xa7, 0x07, 0xb5, 0xf6, 0xdc, 0xa6, 0x51, 0x24, 0x20, 0xa2, 0x2a, 0xad, 0xb1, 0x34, 0x39, 0xbd, 0xbf, 0xb4, 0x3d, 0x0b, 0x6e, 0xb7, 0xff, 0xd0, 0x50, 0xed, 0x74, 0xc0, 0x1c, 0xc1,
0x63, 0x02, 0x22, 0x26, 0x95, 0xa0, 0x8a, 0xa5, 0x89, 0x53, 0x1c, 0x51, 0x9e, 0x8d, 0xdb, 0xdd, 0xa2, 0x10, 0xff, 0x80, 0x6a, 0x59, 0xa5, 0x5c, 0x2a, 0x68, 0x53, 0x7b, 0x57, 0xdb, 0xdd, 0x38,
0x1a, 0xbc, 0xbf, 0xb6, 0xd1, 0x2b, 0x7c, 0x87, 0xbf, 0x59, 0x68, 0xef, 0xa4, 0x60, 0x41, 0xa9, 0xf8, 0x90, 0xa8, 0x8e, 0xcd, 0x06, 0x3e, 0xed, 0x59, 0x76, 0x9b, 0x0c, 0xf6, 0x49, 0xd7, 0xbe,
0x89, 0xbf, 0x43, 0x7b, 0x65, 0xcd, 0x43, 0xaa, 0xe8, 0x81, 0xf5, 0xae, 0x75, 0xf3, 0xda, 0x9d, 0x06, 0x47, 0x5c, 0x80, 0xa0, 0x26, 0xbe, 0xbd, 0xdf, 0x29, 0x8d, 0xee, 0x77, 0xd0, 0x74, 0xcf,
0x0f, 0x88, 0xe9, 0x7d, 0xbd, 0x04, 0xcb, 0xee, 0x97, 0xb7, 0x49, 0x71, 0x44, 0xce, 0xfc, 0x27, 0x9a, 0xa8, 0x62, 0x1f, 0x35, 0x5c, 0xf0, 0x41, 0x40, 0x37, 0xce, 0x1c, 0x93, 0xe6, 0x9a, 0xb4,
0x10, 0xa8, 0x53, 0x50, 0xd4, 0xc5, 0x17, 0x97, 0x87, 0x9d, 0xd9, 0xe5, 0x21, 0x5a, 0xee, 0x79, 0x39, 0x5c, 0xcd, 0xa6, 0x33, 0x8b, 0x9a, 0xaf, 0x8d, 0xee, 0x77, 0x1a, 0x85, 0x2d, 0xab, 0x28,
0x0b, 0x55, 0xcc, 0x51, 0x3f, 0x04, 0x0e, 0x0a, 0xce, 0xb2, 0xd2, 0x51, 0x1e, 0x6c, 0x69, 0x9b, 0xde, 0xfe, 0x6d, 0x0d, 0xbd, 0x7e, 0x19, 0xb9, 0x1d, 0x96, 0xf0, 0x54, 0x6e, 0x99, 0xa9, 0xeb,
0xbb, 0x9b, 0xd9, 0x8c, 0xea, 0xa8, 0xfb, 0xda, 0xec, 0xf2, 0xb0, 0xdf, 0xd8, 0xf2, 0x9a, 0xe2, 0x81, 0x78, 0x09, 0x79, 0xba, 0xa8, 0x92, 0xc4, 0xe0, 0xa8, 0xf4, 0x4c, 0xb2, 0xf2, 0xdc, 0x93,
0xc3, 0x5f, 0xb6, 0xd0, 0xeb, 0x8f, 0xd3, 0x70, 0xc4, 0xa4, 0xc8, 0xf5, 0x96, 0x9b, 0x87, 0x11, 0x05, 0xf1, 0x5e, 0xc5, 0xe0, 0x98, 0x75, 0xe5, 0x57, 0xc9, 0x56, 0x96, 0x54, 0xc7, 0x3e, 0x5a,
0xa8, 0xff, 0x21, 0xcf, 0x10, 0xed, 0xc8, 0x0c, 0x02, 0x93, 0x9e, 0x4b, 0x36, 0xfe, 0x83, 0xc8, 0x4f, 0x04, 0x15, 0x69, 0xd2, 0x2c, 0x4b, 0x9f, 0xce, 0x33, 0x7d, 0xa4, 0x96, 0xb9, 0xa9, 0x9c,
0x8a, 0x78, 0xcf, 0x33, 0x08, 0xdc, 0x9e, 0xf1, 0xdb, 0x29, 0x57, 0x9e, 0x56, 0xc7, 0x1c, 0xed, 0xd6, 0xf3, 0xb5, 0xa5, 0x3c, 0xda, 0x7f, 0x6a, 0xe8, 0xad, 0x05, 0xd4, 0x39, 0x4b, 0x04, 0xfe,
0x4a, 0x45, 0x55, 0x2e, 0x0f, 0xb6, 0xb5, 0xcf, 0xe8, 0x25, 0x7d, 0xb4, 0x96, 0xbb, 0x6f, 0x9c, 0x6e, 0xae, 0xa2, 0x64, 0xb5, 0x8a, 0x66, 0xb4, 0xac, 0xe7, 0x96, 0x72, 0xad, 0x8d, 0x77, 0x66,
0x76, 0xab, 0xb5, 0x67, 0x3c, 0x86, 0xbf, 0x5b, 0xe8, 0xad, 0x15, 0xd4, 0x23, 0x26, 0x15, 0xfe, 0xaa, 0xe9, 0xa0, 0x2a, 0x13, 0x10, 0x64, 0xd3, 0x52, 0xde, 0xdd, 0x38, 0x38, 0x7e, 0x5e, 0x9a,
0xa6, 0x55, 0x51, 0xb2, 0x59, 0x45, 0x4b, 0x5a, 0xd7, 0xf3, 0xba, 0x71, 0xdd, 0x9b, 0xef, 0xd4, 0x66, 0x43, 0x59, 0x55, 0xcf, 0x32, 0x51, 0x2b, 0xd7, 0x6e, 0xff, 0xb3, 0x38, 0xbd, 0xac, 0xdc,
0xaa, 0x19, 0xa0, 0x2e, 0x53, 0x10, 0x97, 0xd3, 0xb2, 0x7d, 0xf3, 0xda, 0x9d, 0x7b, 0x2f, 0x97, 0xf8, 0x1a, 0xd5, 0x03, 0x16, 0x9e, 0x0c, 0x28, 0xf3, 0xa9, 0xed, 0xc3, 0x93, 0x43, 0x93, 0xbd,
0xa6, 0xdb, 0x37, 0x56, 0xdd, 0x87, 0xa5, 0xa8, 0x57, 0x69, 0x0f, 0xff, 0x5a, 0x9d, 0x5e, 0x59, 0x6a, 0x92, 0xbf, 0x6a, 0x72, 0x16, 0x8a, 0x2e, 0xbf, 0x12, 0x9c, 0x85, 0x9e, 0xf9, 0x86, 0x72,
0x6e, 0xfc, 0x04, 0xf5, 0x62, 0x96, 0xdc, 0x2f, 0x28, 0xe3, 0xd4, 0xe7, 0xf0, 0xc2, 0xa1, 0x29, 0xae, 0x5f, 0xcc, 0xa8, 0x59, 0x05, 0x6d, 0xfc, 0x3d, 0xaa, 0x25, 0xe0, 0x83, 0x23, 0x22, 0xfe,
0xdf, 0x07, 0x52, 0xbd, 0x0f, 0xe4, 0x61, 0xa2, 0xce, 0xc4, 0xb9, 0x12, 0x2c, 0x89, 0xdc, 0x37, 0xff, 0x5e, 0xc7, 0x39, 0xb5, 0xc1, 0xbf, 0x52, 0xa8, 0x59, 0xcf, 0x6a, 0x39, 0x5e, 0x59, 0x13,
0x8c, 0x73, 0xef, 0xb4, 0xa6, 0xe6, 0x35, 0xb4, 0xf1, 0xb7, 0x68, 0x4f, 0x02, 0x87, 0x40, 0xa5, 0xc9, 0xf6, 0xbf, 0x15, 0xf4, 0xf6, 0xd2, 0xde, 0xe3, 0xaf, 0x10, 0x8e, 0x6c, 0xf9, 0xb3, 0x71,
0xe2, 0xdf, 0xfd, 0x1d, 0x8f, 0xa8, 0x0f, 0xfc, 0xdc, 0xa0, 0x6e, 0xaf, 0xac, 0xe5, 0x7c, 0xe5, 0xbf, 0xc8, 0xff, 0x14, 0x2c, 0x0a, 0x65, 0xba, 0x65, 0xb3, 0xa5, 0x82, 0xc7, 0xdd, 0xb9, 0x1b,
0x2d, 0x24, 0x87, 0x7f, 0xef, 0xa0, 0xb7, 0xd7, 0xf6, 0x1e, 0x7f, 0x81, 0x70, 0xea, 0xeb, 0x67, 0xd6, 0x02, 0x0a, 0xff, 0xaa, 0xa1, 0x86, 0x9b, 0xdb, 0x80, 0x7b, 0x19, 0xb9, 0xe3, 0xf6, 0x7d,
0x2b, 0xfc, 0xbc, 0x7a, 0x29, 0x58, 0x9a, 0xe8, 0x74, 0xb7, 0xdd, 0x81, 0x09, 0x1e, 0x9f, 0xb5, 0xf3, 0x22, 0xa6, 0x94, 0x74, 0x66, 0x95, 0x4f, 0x43, 0xc1, 0x87, 0xe6, 0xb6, 0x0a, 0xb0, 0x51,
0x6e, 0x78, 0x2b, 0x28, 0xfc, 0xb3, 0x85, 0xfa, 0x61, 0x65, 0x03, 0xe1, 0xe3, 0x34, 0x9c, 0xb7, 0x38, 0xb3, 0x8a, 0x41, 0xe0, 0x0b, 0x84, 0xdd, 0x89, 0x64, 0x72, 0xe2, 0xfb, 0xd1, 0x4f, 0xe0,
0xef, 0xab, 0xff, 0x62, 0x4a, 0xc9, 0xa8, 0xae, 0x7c, 0x92, 0x28, 0x31, 0x75, 0x6f, 0x98, 0x00, 0xca, 0x07, 0x54, 0x35, 0xdf, 0x51, 0x0a, 0xdb, 0x05, 0xdf, 0xf1, 0x25, 0x6b, 0x01, 0x88, 0x8f,
0xfb, 0x8d, 0x33, 0xaf, 0x19, 0x04, 0x3e, 0x45, 0x38, 0x5c, 0x48, 0xca, 0xfb, 0x9c, 0xa7, 0x3f, 0xd1, 0xa6, 0x93, 0x72, 0x0e, 0xa1, 0xf8, 0x12, 0xa8, 0x2f, 0x7a, 0xc3, 0x66, 0x45, 0x4a, 0xbd,
0x40, 0xa8, 0x7f, 0xa0, 0xae, 0xfb, 0x8e, 0x51, 0xb8, 0xd1, 0xf0, 0x9d, 0x5f, 0xf2, 0x56, 0x80, 0xa9, 0xa4, 0x36, 0x3f, 0x2f, 0x9c, 0x5a, 0x8f, 0x6e, 0x67, 0xbc, 0x0b, 0x09, 0xe3, 0xe0, 0x8e,
0xf8, 0x1e, 0xda, 0x0f, 0x72, 0x21, 0x20, 0x51, 0x0f, 0x80, 0x72, 0x35, 0x9e, 0x1e, 0xec, 0x68, 0xf9, 0x6a, 0x91, 0xef, 0x14, 0x4e, 0xad, 0x47, 0xb7, 0xf1, 0x11, 0xaa, 0xc3, 0x4d, 0x0c, 0xce,
0xa9, 0x37, 0x8d, 0xd4, 0xfe, 0x67, 0x8d, 0x53, 0xef, 0xb9, 0xdb, 0x25, 0x1f, 0x82, 0x64, 0x02, 0xb8, 0xc6, 0xeb, 0x92, 0x9e, 0x0c, 0xda, 0xe9, 0xcc, 0x99, 0x55, 0xb8, 0xd9, 0xf2, 0x11, 0x9e,
0xc2, 0x39, 0xdf, 0x6d, 0xf2, 0xa3, 0xc6, 0xa9, 0xf7, 0xdc, 0x6d, 0x7c, 0x8c, 0x7a, 0xf0, 0x34, 0x2f, 0x22, 0xde, 0x42, 0xe5, 0x3e, 0x0c, 0x65, 0xcb, 0x5f, 0xb5, 0xb2, 0x4f, 0xfc, 0x19, 0xaa,
0x83, 0x60, 0x5e, 0xe3, 0x5d, 0x4d, 0x2f, 0x06, 0xed, 0xa4, 0x76, 0xe6, 0x35, 0x6e, 0x0e, 0x38, 0x0e, 0xa8, 0x9f, 0x82, 0x9a, 0xc6, 0xf7, 0x56, 0x9b, 0xc6, 0xaf, 0x59, 0x00, 0x56, 0x0e, 0x7e,
0xc2, 0xed, 0x22, 0xe2, 0xeb, 0x68, 0x7b, 0x02, 0x53, 0xdd, 0xf2, 0x57, 0xbd, 0xf2, 0x13, 0x7f, 0xba, 0x76, 0xa4, 0x99, 0x7b, 0xb7, 0x0f, 0x7a, 0xe9, 0xee, 0x41, 0x2f, 0xfd, 0xfe, 0xa0, 0x97,
0x8a, 0xba, 0x05, 0xe5, 0x39, 0x98, 0x69, 0x7c, 0x6f, 0xb3, 0x69, 0xfc, 0x92, 0xc5, 0xe0, 0x55, 0x7e, 0x1e, 0xe9, 0xda, 0xed, 0x48, 0xd7, 0xee, 0x46, 0xba, 0xf6, 0xd7, 0x48, 0xd7, 0x7e, 0xf9,
0xe0, 0x27, 0x5b, 0xc7, 0x96, 0x7b, 0xeb, 0xe2, 0xca, 0xee, 0x3c, 0xbb, 0xb2, 0x3b, 0xbf, 0x5e, 0x5b, 0x2f, 0x7d, 0xfb, 0x8a, 0x6a, 0xfa, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x1b, 0xe9, 0x2f,
0xd9, 0x9d, 0x1f, 0x67, 0xb6, 0x75, 0x31, 0xb3, 0xad, 0x67, 0x33, 0xdb, 0xfa, 0x63, 0x66, 0x5b, 0xf1, 0x61, 0x08, 0x00, 0x00,
0x3f, 0xfd, 0x69, 0x77, 0xbe, 0x7e, 0xc5, 0x34, 0xfd, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x56,
0x2d, 0x62, 0x87, 0xab, 0x08, 0x00, 0x00,
} }

View File

@ -26,7 +26,6 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto";
import "k8s.io/kubernetes/pkg/api/v1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".

View File

@ -2766,60 +2766,58 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 867 bytes of a gzipped FileDescriptorProto // 847 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x54, 0xbf, 0x6f, 0x23, 0x45, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x54, 0xcf, 0x6f, 0xe3, 0x44,
0x14, 0xf6, 0x24, 0x36, 0xb1, 0x5f, 0x88, 0x42, 0x16, 0x09, 0x2d, 0x29, 0xec, 0xc8, 0x55, 0x04, 0x14, 0xce, 0xb4, 0x09, 0x4d, 0x5e, 0xa9, 0x4a, 0x07, 0x09, 0x99, 0x1e, 0x9c, 0xca, 0xa7, 0x0a,
0xdc, 0x2e, 0x09, 0x07, 0x5c, 0x01, 0xc5, 0x99, 0x02, 0x22, 0x8e, 0x10, 0xcd, 0x89, 0x93, 0x38, 0x16, 0x9b, 0x96, 0x05, 0xf6, 0x00, 0x87, 0x35, 0x07, 0x54, 0xb1, 0x94, 0x6a, 0x56, 0xac, 0xc4,
0x9d, 0x04, 0xe3, 0xf5, 0xbb, 0xf5, 0xe0, 0xfd, 0xa5, 0x99, 0x59, 0x8b, 0x13, 0x42, 0xa2, 0xa4, 0x6a, 0x25, 0x98, 0x38, 0xb3, 0xc9, 0x10, 0xff, 0xd2, 0x8c, 0x1d, 0xb1, 0x42, 0x48, 0x1c, 0x39,
0xe4, 0xaf, 0xa0, 0xa4, 0x40, 0xa2, 0xa4, 0xa2, 0x89, 0xa0, 0xb9, 0x12, 0x1a, 0x8b, 0x98, 0x3f, 0xf2, 0x57, 0x70, 0xe4, 0x80, 0xc4, 0x91, 0x13, 0x97, 0x0a, 0x2e, 0x3d, 0xc2, 0x25, 0xa2, 0xe6,
0x04, 0xb4, 0xe3, 0xd9, 0x1f, 0x61, 0x1d, 0xe5, 0x07, 0x92, 0x25, 0xa4, 0xab, 0xec, 0x7d, 0xef, 0x0f, 0x01, 0x79, 0x3c, 0xfe, 0x51, 0x9c, 0xaa, 0x3f, 0x90, 0x22, 0x21, 0x71, 0x4a, 0xfc, 0xde,
0xfb, 0xbe, 0x79, 0xdf, 0xbc, 0xdd, 0x0f, 0xee, 0x4c, 0xee, 0x48, 0x87, 0xc7, 0xee, 0x24, 0x1d, 0xf7, 0x7d, 0xf3, 0xbe, 0x79, 0xf6, 0x07, 0xf7, 0x66, 0xf7, 0xa4, 0xcd, 0x23, 0x67, 0x96, 0x8e,
0xa2, 0x88, 0x50, 0xa1, 0x74, 0x93, 0x89, 0xef, 0xb2, 0x84, 0x4b, 0x57, 0x0c, 0x99, 0xe7, 0x4e, 0x98, 0x08, 0x59, 0xc2, 0xa4, 0x13, 0xcf, 0x26, 0x0e, 0x8d, 0xb9, 0x74, 0xc4, 0x88, 0x7a, 0xce,
0x0f, 0x58, 0x90, 0x8c, 0xd9, 0x81, 0xeb, 0x63, 0x84, 0x82, 0x29, 0x1c, 0x39, 0x89, 0x88, 0x55, 0xfc, 0x80, 0xfa, 0xf1, 0x94, 0x1e, 0x38, 0x13, 0x16, 0x32, 0x41, 0x13, 0x36, 0xb6, 0x63, 0x11,
0x6c, 0xed, 0x2f, 0x98, 0x4e, 0xc9, 0x74, 0x92, 0x89, 0xef, 0x64, 0x4c, 0x27, 0x63, 0x3a, 0x39, 0x25, 0x11, 0xde, 0x2f, 0x98, 0x76, 0xcd, 0xb4, 0xe3, 0xd9, 0xc4, 0xce, 0x99, 0x76, 0xce, 0xb4,
0x73, 0xf7, 0x96, 0xcf, 0xd5, 0x38, 0x1d, 0x3a, 0x5e, 0x1c, 0xba, 0x7e, 0xec, 0xc7, 0xae, 0x16, 0x4b, 0xe6, 0xee, 0x6b, 0x13, 0x9e, 0x4c, 0xd3, 0x91, 0xed, 0x45, 0x81, 0x33, 0x89, 0x26, 0x91,
0x18, 0xa6, 0x8f, 0xf5, 0x93, 0x7e, 0xd0, 0xff, 0x16, 0xc2, 0xbb, 0xb7, 0xcd, 0x48, 0x2c, 0xe1, 0xa3, 0x04, 0x46, 0xe9, 0x53, 0xf5, 0xa4, 0x1e, 0xd4, 0xbf, 0x42, 0x78, 0xf7, 0xae, 0x1e, 0x89,
0x21, 0xf3, 0xc6, 0x3c, 0x42, 0xf1, 0xa4, 0x1c, 0x2a, 0x44, 0xc5, 0xdc, 0x69, 0x6d, 0x9c, 0x5d, 0xc6, 0x3c, 0xa0, 0xde, 0x94, 0x87, 0x4c, 0x3c, 0xab, 0x87, 0x0a, 0x58, 0x42, 0x9d, 0x79, 0x6b,
0xf7, 0x22, 0x96, 0x48, 0x23, 0xc5, 0x43, 0xac, 0x11, 0xde, 0xba, 0x8c, 0x20, 0xbd, 0x31, 0x86, 0x9c, 0x5d, 0xe7, 0x32, 0x96, 0x48, 0xc3, 0x84, 0x07, 0xac, 0x45, 0x78, 0xeb, 0x2a, 0x82, 0xf4,
0xac, 0xc6, 0x7b, 0xe3, 0x22, 0x5e, 0xaa, 0x78, 0xe0, 0xf2, 0x48, 0x49, 0x25, 0x6a, 0xa4, 0x8a, 0xa6, 0x2c, 0xa0, 0x2d, 0xde, 0x1b, 0x97, 0xf1, 0xd2, 0x84, 0xfb, 0x0e, 0x0f, 0x13, 0x99, 0x88,
0x27, 0x89, 0x62, 0x8a, 0xa2, 0x34, 0x84, 0x5f, 0xb2, 0x30, 0x09, 0x70, 0x99, 0xa7, 0x0f, 0x2a, 0x16, 0xa9, 0xe1, 0x49, 0x32, 0x31, 0x67, 0xa2, 0x36, 0xc4, 0xbe, 0xa0, 0x41, 0xec, 0xb3, 0x65,
0xcb, 0xb9, 0xc5, 0x7c, 0x5f, 0xa0, 0xcf, 0x54, 0x5c, 0xe1, 0xb2, 0x84, 0x0b, 0xf4, 0xb9, 0x54, 0x9e, 0xee, 0x5c, 0xba, 0x9c, 0x25, 0x68, 0xeb, 0x17, 0x04, 0x9b, 0xef, 0xf9, 0xa9, 0x4c, 0x98,
0x82, 0x29, 0x1e, 0x47, 0x17, 0x2e, 0xab, 0xff, 0x2b, 0x81, 0xcd, 0xf7, 0x82, 0x54, 0x2a, 0x14, 0x20, 0x91, 0xcf, 0xf0, 0x67, 0xd0, 0xcf, 0x2f, 0x6b, 0x4c, 0x13, 0x6a, 0xa0, 0x3d, 0xb4, 0xbf,
0x34, 0x0e, 0xd0, 0xfa, 0x1c, 0xda, 0xd9, 0x45, 0x8e, 0x98, 0x62, 0x36, 0xd9, 0x23, 0xfb, 0x9b, 0x79, 0xf8, 0xba, 0xad, 0x77, 0xd6, 0x9c, 0xbd, 0xde, 0x5a, 0x8e, 0xb6, 0xe7, 0x07, 0xf6, 0x47,
0x87, 0xaf, 0x3b, 0x66, 0x9f, 0x55, 0x5f, 0xe5, 0x46, 0x33, 0xb4, 0x33, 0x3d, 0x70, 0x3e, 0x1e, 0xa3, 0xcf, 0x99, 0x97, 0x7c, 0xc8, 0x12, 0xea, 0xe2, 0xd3, 0xc5, 0xb0, 0x93, 0x2d, 0x86, 0x50,
0x7e, 0x81, 0x9e, 0xfa, 0x08, 0x15, 0x1b, 0x58, 0xa7, 0xb3, 0x5e, 0x63, 0x3e, 0xeb, 0x41, 0x59, 0xd7, 0x48, 0xa5, 0x8a, 0x3f, 0x81, 0x9e, 0x48, 0x7d, 0x26, 0x8d, 0xb5, 0xbd, 0xf5, 0xfd, 0xcd,
0xa3, 0x85, 0xaa, 0xf5, 0x29, 0xb4, 0x44, 0x1a, 0xa0, 0xb4, 0xd7, 0xf6, 0xd6, 0xf7, 0x37, 0x0f, 0xc3, 0xbb, 0xf6, 0x75, 0x5f, 0x09, 0xfb, 0x24, 0xf2, 0xb9, 0xf7, 0x8c, 0xa4, 0x3e, 0x73, 0xb7,
0x6f, 0x3b, 0x57, 0x7d, 0x5d, 0x9c, 0x93, 0x38, 0xe0, 0xde, 0x13, 0x9a, 0x06, 0x38, 0xd8, 0x32, 0xf4, 0x11, 0xbd, 0xfc, 0x49, 0x92, 0x42, 0xd1, 0xfa, 0x71, 0x0d, 0x70, 0xc3, 0x8c, 0xcb, 0xc3,
0x47, 0xb4, 0xb2, 0x27, 0x49, 0x17, 0x8a, 0xfd, 0x9f, 0xd6, 0xc0, 0xaa, 0x98, 0x19, 0xf0, 0x68, 0x31, 0x0f, 0x27, 0x2b, 0xf0, 0xf4, 0x29, 0xf4, 0x65, 0xaa, 0x1a, 0xa5, 0xad, 0x83, 0xeb, 0xdb,
0xc4, 0x23, 0x7f, 0x05, 0x9e, 0x3e, 0x83, 0xb6, 0x4c, 0x75, 0x23, 0xb7, 0x75, 0x70, 0x75, 0x5b, 0x7a, 0x58, 0x30, 0xdd, 0x17, 0xf4, 0x11, 0x7d, 0x5d, 0x90, 0xa4, 0x12, 0xc5, 0x4f, 0x60, 0x43,
0xf7, 0x17, 0xcc, 0xc1, 0x0b, 0xe6, 0x88, 0xb6, 0x29, 0x48, 0x5a, 0x88, 0x5a, 0x8f, 0x60, 0x43, 0x44, 0x3e, 0x23, 0xec, 0xa9, 0xb1, 0xae, 0x1c, 0xdc, 0x40, 0x9f, 0x14, 0x44, 0x77, 0x5b, 0xeb,
0xc4, 0x01, 0x52, 0x7c, 0x6c, 0xaf, 0x6b, 0x07, 0xd7, 0xd0, 0xa7, 0x0b, 0xe2, 0x60, 0xdb, 0xe8, 0x6f, 0xe8, 0x02, 0x29, 0x25, 0xad, 0xef, 0x10, 0xbc, 0xdc, 0xbe, 0x37, 0x37, 0xe5, 0xfe, 0x98,
0x6f, 0x98, 0x02, 0xcd, 0x25, 0xfb, 0xdf, 0x13, 0x78, 0xb9, 0x7e, 0x6f, 0x83, 0x94, 0x07, 0x23, 0x09, 0xfc, 0x0d, 0x02, 0xec, 0xb5, 0xba, 0xfa, 0x26, 0xdf, 0xb9, 0xfe, 0x1c, 0x4b, 0x4e, 0xd8,
0x14, 0xd6, 0xb7, 0x04, 0x2c, 0xaf, 0xd6, 0x35, 0x37, 0xf9, 0xce, 0xd5, 0xe7, 0x58, 0x72, 0xc2, 0xd5, 0x23, 0x2d, 0xd9, 0x1a, 0x59, 0x72, 0xa6, 0xf5, 0x3b, 0x82, 0x97, 0xda, 0xd0, 0x07, 0x5c,
0xae, 0x19, 0x69, 0xc9, 0xd6, 0xe8, 0x92, 0x33, 0xfb, 0x7f, 0x10, 0x78, 0xa9, 0x0e, 0xbd, 0xc7, 0x26, 0xf8, 0x49, 0x6b, 0xc9, 0xf6, 0xf5, 0x96, 0x9c, 0xb3, 0xd5, 0x8a, 0xab, 0xfb, 0x2f, 0x2b,
0xa5, 0xb2, 0x1e, 0xd5, 0x96, 0xec, 0x5c, 0x6d, 0xc9, 0x19, 0x5b, 0xaf, 0xb8, 0xb8, 0xff, 0xbc, 0x8d, 0x05, 0x53, 0xe8, 0xf1, 0x84, 0x05, 0xe5, 0x76, 0xff, 0x9d, 0xeb, 0xea, 0xe5, 0x3d, 0xca,
0x52, 0x59, 0x30, 0x83, 0x16, 0x57, 0x18, 0xe6, 0xdb, 0xfd, 0x6f, 0xae, 0x8b, 0x97, 0xf7, 0x28, 0x25, 0x49, 0xa1, 0x6c, 0xfd, 0x8a, 0x60, 0xbb, 0x01, 0x5e, 0x81, 0xa9, 0xc7, 0x17, 0x4d, 0xbd,
0x93, 0xa4, 0x0b, 0xe5, 0xfe, 0x6f, 0x04, 0xb6, 0x2b, 0xe0, 0x15, 0x98, 0x7a, 0x78, 0xde, 0xd4, 0x79, 0x3b, 0x53, 0xcb, 0xdd, 0xfc, 0x85, 0x00, 0xea, 0xef, 0x15, 0x0f, 0xa1, 0x37, 0x67, 0x62,
0x9b, 0x37, 0x33, 0xb5, 0xdc, 0xcd, 0xdf, 0x04, 0xa0, 0xfc, 0x5e, 0xad, 0x1e, 0xb4, 0xa6, 0x28, 0x24, 0x0d, 0xb4, 0xb7, 0xbe, 0x3f, 0x70, 0x07, 0x39, 0xfe, 0x51, 0x5e, 0x20, 0x45, 0x1d, 0xbf,
0x86, 0xd2, 0x26, 0x7b, 0xeb, 0xfb, 0x9d, 0x41, 0x27, 0xc3, 0x3f, 0xc8, 0x0a, 0x74, 0x51, 0xb7, 0x0a, 0x03, 0x1a, 0xf3, 0xf7, 0x45, 0x94, 0xc6, 0xd2, 0x58, 0x57, 0xa0, 0xad, 0x6c, 0x31, 0x1c,
0x5e, 0x85, 0x0e, 0x4b, 0xf8, 0xfb, 0x22, 0x4e, 0x13, 0x69, 0xaf, 0x6b, 0xd0, 0xd6, 0x7c, 0xd6, 0xdc, 0x3f, 0x39, 0x2a, 0x8a, 0xa4, 0xee, 0xe7, 0x60, 0xc1, 0x64, 0x94, 0x0a, 0x8f, 0x49, 0xa3,
0xeb, 0xdc, 0x3d, 0x39, 0x5a, 0x14, 0x69, 0xd9, 0xcf, 0xc0, 0x02, 0x65, 0x9c, 0x0a, 0x0f, 0xa5, 0x5b, 0x83, 0x49, 0x59, 0x24, 0x75, 0x1f, 0xbf, 0x0d, 0x5b, 0xe5, 0xc3, 0x31, 0x0d, 0x98, 0x34,
0xdd, 0x2c, 0xc1, 0x34, 0x2f, 0xd2, 0xb2, 0x6f, 0xbd, 0x0d, 0x5b, 0xf9, 0xc3, 0x31, 0x0b, 0x51, 0x7a, 0x8a, 0xb0, 0x93, 0x2d, 0x86, 0x5b, 0xa4, 0xd9, 0x20, 0x17, 0x71, 0xf8, 0x5d, 0xd8, 0x0e,
0xda, 0x2d, 0x4d, 0xd8, 0x99, 0xcf, 0x7a, 0x5b, 0xb4, 0xda, 0xa0, 0xe7, 0x71, 0xd6, 0xbb, 0xb0, 0xa3, 0xb0, 0x84, 0x7c, 0x4c, 0x1e, 0x48, 0xe3, 0x39, 0x45, 0x7d, 0x31, 0x5b, 0x0c, 0xb7, 0x8f,
0x1d, 0xc5, 0x51, 0x0e, 0xf9, 0x84, 0xde, 0x93, 0xf6, 0x73, 0x9a, 0xfa, 0xe2, 0x7c, 0xd6, 0xdb, 0x2f, 0xb6, 0xc8, 0x3f, 0xb1, 0xd6, 0x57, 0xb0, 0xd3, 0x08, 0x2c, 0xfd, 0x2d, 0x4d, 0x01, 0xe2,
0x3e, 0x3e, 0xdf, 0xa2, 0xff, 0xc6, 0xf6, 0xbf, 0x86, 0x9d, 0x4a, 0x60, 0x99, 0x6f, 0x69, 0x0c, 0xaa, 0xa8, 0x57, 0x7a, 0xbb, 0x04, 0xac, 0x02, 0xa9, 0xae, 0x91, 0x86, 0xb6, 0xf5, 0x33, 0x82,
0x90, 0x14, 0x45, 0xb3, 0xd2, 0x9b, 0x25, 0x60, 0x11, 0x48, 0x65, 0x8d, 0x56, 0xb4, 0xfb, 0xbf, 0xee, 0x7f, 0x3f, 0xd1, 0xbf, 0x5f, 0x83, 0xcd, 0xff, 0xa3, 0xfc, 0x06, 0x51, 0x9e, 0xa7, 0xc8,
0x10, 0x68, 0xfe, 0xff, 0x13, 0xfd, 0x87, 0x35, 0xd8, 0x7c, 0x16, 0xe5, 0xd7, 0x88, 0xf2, 0x2c, 0x6a, 0xa3, 0xf1, 0xf6, 0x29, 0x72, 0x75, 0x26, 0xfe, 0x84, 0xa0, 0xbf, 0xa2, 0x30, 0x7c, 0x78,
0x45, 0x56, 0x1b, 0x8d, 0x37, 0x4f, 0x91, 0xcb, 0x33, 0xf1, 0x67, 0x02, 0xed, 0x15, 0x85, 0xe1, 0xd1, 0x86, 0x7d, 0x43, 0x1b, 0xcb, 0xe7, 0xff, 0x12, 0xca, 0x0d, 0xe1, 0x3b, 0xd0, 0x2f, 0x03,
0xfd, 0xf3, 0x36, 0x9c, 0x6b, 0xda, 0x58, 0x3e, 0xff, 0x57, 0x90, 0x6f, 0xc8, 0x7a, 0x0d, 0xda, 0x4c, 0x4d, 0x3f, 0xa8, 0xa7, 0x29, 0x33, 0x8e, 0x54, 0x08, 0xbc, 0x07, 0xdd, 0x19, 0x0f, 0xc7,
0x79, 0x80, 0xe9, 0xe9, 0x3b, 0xe5, 0x34, 0x79, 0xc6, 0xd1, 0x02, 0x61, 0xed, 0x41, 0x73, 0xc2, 0xc6, 0x9a, 0x42, 0x3e, 0xaf, 0x91, 0xdd, 0x0f, 0x78, 0x38, 0x26, 0xaa, 0x93, 0x23, 0x42, 0x1a,
0xa3, 0x91, 0xbd, 0xa6, 0x91, 0xcf, 0x1b, 0x64, 0xf3, 0x43, 0x1e, 0x8d, 0xa8, 0xee, 0x64, 0x88, 0x30, 0xf5, 0x0e, 0x35, 0x10, 0x79, 0x74, 0x11, 0xd5, 0xb1, 0x7e, 0x40, 0xb0, 0xa1, 0xdf, 0xbf,
0x88, 0x85, 0xa8, 0xdf, 0xa1, 0x0a, 0x22, 0x8b, 0x2e, 0xaa, 0x3b, 0xfd, 0x1f, 0x09, 0x6c, 0x98, 0x4a, 0x0f, 0x5d, 0xaa, 0x77, 0x08, 0x40, 0x63, 0xfe, 0x88, 0x09, 0xc9, 0xa3, 0x50, 0x9f, 0x5b,
0xf7, 0xaf, 0xd0, 0x23, 0x17, 0xea, 0x1d, 0x02, 0xb0, 0x84, 0x3f, 0x40, 0x21, 0x79, 0x1c, 0x99, 0x7d, 0x29, 0xf7, 0x4f, 0x8e, 0x74, 0x87, 0x34, 0x50, 0x57, 0xcf, 0x80, 0x1d, 0x18, 0xe4, 0xbf,
0x73, 0x8b, 0x2f, 0xe5, 0xee, 0xc9, 0x91, 0xe9, 0xd0, 0x0a, 0xea, 0xf2, 0x19, 0x2c, 0x17, 0x3a, 0x32, 0xa6, 0x1e, 0x33, 0xba, 0x0a, 0xb6, 0xa3, 0x61, 0x83, 0xe3, 0xb2, 0x41, 0x6a, 0x8c, 0xfb,
0xd9, 0xaf, 0x4c, 0x98, 0x87, 0x76, 0x53, 0xc3, 0x76, 0x0c, 0xac, 0x73, 0x9c, 0x37, 0x68, 0x89, 0xca, 0xe9, 0xb9, 0xd9, 0x39, 0x3b, 0x37, 0x3b, 0xbf, 0x9d, 0x9b, 0x9d, 0xaf, 0x33, 0x13, 0x9d,
0x19, 0xbc, 0x72, 0x7a, 0xd6, 0x6d, 0x3c, 0x3d, 0xeb, 0x36, 0x7e, 0x3f, 0xeb, 0x36, 0xbe, 0x99, 0x66, 0x26, 0x3a, 0xcb, 0x4c, 0xf4, 0x47, 0x66, 0xa2, 0x6f, 0xff, 0x34, 0x3b, 0x8f, 0xfb, 0xe5,
0x77, 0xc9, 0xe9, 0xbc, 0x4b, 0x9e, 0xce, 0xbb, 0xe4, 0xcf, 0x79, 0x97, 0x7c, 0xf7, 0x57, 0xb7, 0xc5, 0xff, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x53, 0x64, 0x1d, 0x0e, 0x87, 0x0c, 0x00, 0x00,
0xf1, 0xb0, 0x9d, 0x5f, 0xfc, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x61, 0xf1, 0x94, 0x9a, 0xa3,
0x0c, 0x00, 0x00,
} }

View File

@ -26,7 +26,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1alpha1"; option go_package = "v1alpha1";

View File

@ -2766,59 +2766,57 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 854 bytes of a gzipped FileDescriptorProto // 830 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x54, 0xbf, 0x6f, 0x23, 0x45, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x54, 0xbf, 0x8f, 0xe3, 0x44,
0x14, 0xf6, 0x38, 0xb6, 0x62, 0x4f, 0x88, 0x42, 0x06, 0x09, 0x2d, 0x29, 0xec, 0x68, 0x1b, 0x82, 0x14, 0xce, 0x64, 0x13, 0x6d, 0x3c, 0xcb, 0x2a, 0xec, 0x20, 0x21, 0x93, 0xc2, 0x89, 0xdc, 0xb0,
0x20, 0xbb, 0x97, 0xbb, 0x13, 0x87, 0x84, 0x28, 0x58, 0x0a, 0x38, 0x71, 0x84, 0xd3, 0x20, 0x10, 0x88, 0x3b, 0xfb, 0xf6, 0xee, 0xc4, 0x21, 0x21, 0x0a, 0x4c, 0x81, 0x4e, 0x1c, 0xcb, 0x69, 0x10,
0xbf, 0x84, 0x6e, 0xbc, 0x7e, 0xb7, 0x19, 0xbc, 0xbf, 0x34, 0x33, 0x6b, 0x71, 0x82, 0x82, 0x8e, 0x88, 0x5f, 0x42, 0x37, 0x71, 0xe6, 0xbc, 0x43, 0xfc, 0x4b, 0x33, 0xe3, 0x88, 0x13, 0x14, 0x74,
0x96, 0x7f, 0x82, 0xee, 0x3a, 0x5a, 0x2a, 0xaa, 0x40, 0x75, 0xe5, 0x55, 0x16, 0x59, 0xfe, 0x10, 0xb4, 0xfc, 0x13, 0x74, 0xd7, 0xd1, 0x52, 0x51, 0x2d, 0x54, 0x57, 0x6e, 0x15, 0xb1, 0xe6, 0x0f,
0xd0, 0xee, 0xce, 0xfe, 0x30, 0xeb, 0x10, 0x13, 0x24, 0x4b, 0x48, 0x54, 0xf6, 0xbc, 0xf7, 0x7d, 0x01, 0xd9, 0x1e, 0xff, 0x08, 0x4e, 0xd8, 0xb0, 0x48, 0x91, 0x90, 0xa8, 0x92, 0x79, 0xef, 0xfb,
0x6f, 0xde, 0xf7, 0xde, 0xec, 0x87, 0xef, 0xcc, 0x5e, 0x93, 0x16, 0x8f, 0xec, 0x59, 0x32, 0x01, 0xde, 0xbc, 0xef, 0xbd, 0xf1, 0x07, 0xef, 0xcd, 0x5f, 0x17, 0x16, 0x8b, 0xec, 0x79, 0x32, 0xa5,
0x11, 0x82, 0x02, 0x69, 0xc7, 0x33, 0xcf, 0x66, 0x31, 0x97, 0xb6, 0x98, 0x30, 0xd7, 0x9e, 0x9f, 0x3c, 0xa4, 0x92, 0x0a, 0x3b, 0x9e, 0x7b, 0x36, 0x89, 0x99, 0xb0, 0xf9, 0x94, 0xb8, 0xf6, 0xe2,
0x4c, 0x40, 0xb1, 0x13, 0xdb, 0x83, 0x10, 0x04, 0x53, 0x30, 0xb5, 0x62, 0x11, 0xa9, 0x88, 0xbc, 0x64, 0x4a, 0x25, 0x39, 0xb1, 0x3d, 0x1a, 0x52, 0x4e, 0x24, 0x9d, 0x59, 0x31, 0x8f, 0x64, 0x84,
0x58, 0x10, 0xad, 0x9a, 0x68, 0xc5, 0x33, 0xcf, 0xca, 0x88, 0x56, 0x46, 0xb4, 0x34, 0xf1, 0xe0, 0x5e, 0x2e, 0x88, 0x56, 0x4d, 0xb4, 0xe2, 0xb9, 0x67, 0x65, 0x44, 0x2b, 0x23, 0x5a, 0x8a, 0x38,
0xd8, 0xe3, 0xea, 0x2c, 0x99, 0x58, 0x6e, 0x14, 0xd8, 0x5e, 0xe4, 0x45, 0x76, 0xce, 0x9f, 0x24, 0xba, 0xe9, 0x31, 0x79, 0x96, 0x4c, 0x2d, 0x37, 0x0a, 0x6c, 0x2f, 0xf2, 0x22, 0x3b, 0xe7, 0x4f,
0x0f, 0xf3, 0x53, 0x7e, 0xc8, 0xff, 0x15, 0x75, 0x0f, 0x6e, 0xeb, 0x86, 0x58, 0xcc, 0x03, 0xe6, 0x93, 0xc7, 0xf9, 0x29, 0x3f, 0xe4, 0xff, 0x8a, 0xba, 0xa3, 0xbb, 0xaa, 0x21, 0x12, 0xb3, 0x80,
0x9e, 0xf1, 0x10, 0xc4, 0xa3, 0xba, 0xa5, 0x00, 0x14, 0xb3, 0xe7, 0xad, 0x6e, 0x0e, 0xec, 0xcb, 0xb8, 0x67, 0x2c, 0xa4, 0xfc, 0x49, 0xdd, 0x52, 0x40, 0x25, 0xb1, 0x17, 0xad, 0x6e, 0x46, 0xf6,
0x58, 0x22, 0x09, 0x15, 0x0f, 0xa0, 0x45, 0x78, 0xf5, 0x2a, 0x82, 0x74, 0xcf, 0x20, 0x60, 0x2d, 0x26, 0x16, 0x4f, 0x42, 0xc9, 0x02, 0xda, 0x22, 0xbc, 0x76, 0x15, 0x41, 0xb8, 0x67, 0x34, 0x20,
0xde, 0xad, 0xcb, 0x78, 0x89, 0xe2, 0xbe, 0xcd, 0x43, 0x25, 0x95, 0x68, 0x91, 0x1a, 0x9a, 0x24, 0x2d, 0xde, 0x9d, 0x4d, 0xbc, 0x44, 0x32, 0xdf, 0x66, 0xa1, 0x14, 0x92, 0xb7, 0x48, 0x0d, 0x4d,
0x88, 0x39, 0x88, 0x5a, 0x10, 0x7c, 0xc5, 0x82, 0xd8, 0x87, 0x55, 0x9a, 0xde, 0x69, 0xac, 0xe6, 0x82, 0xf2, 0x05, 0xe5, 0xb5, 0x20, 0xfa, 0x15, 0x09, 0x62, 0x9f, 0xae, 0xd3, 0x74, 0x63, 0xe3,
0x98, 0x79, 0x9e, 0x00, 0x8f, 0xa9, 0xa8, 0xc1, 0x65, 0x31, 0x17, 0xe0, 0x71, 0xa9, 0x04, 0x53, 0x6a, 0xd6, 0xa0, 0xcd, 0x5f, 0x00, 0x3c, 0x78, 0xdb, 0x4f, 0x84, 0xa4, 0x1c, 0x47, 0x3e, 0x45,
0x3c, 0x0a, 0xed, 0xf9, 0x09, 0xf3, 0xe3, 0xb3, 0xf6, 0xae, 0xcc, 0x5f, 0x10, 0xde, 0x79, 0xcb, 0x8f, 0xe0, 0x20, 0x1b, 0xd6, 0x8c, 0x48, 0xa2, 0x83, 0x09, 0x38, 0x3e, 0xb8, 0x7d, 0xcb, 0x52,
0x4f, 0xa4, 0x02, 0x41, 0x23, 0x1f, 0xc8, 0x03, 0x3c, 0xc8, 0x06, 0x39, 0x65, 0x8a, 0x19, 0xe8, 0x2b, 0x6b, 0xf6, 0x5e, 0x2f, 0x2d, 0x43, 0x5b, 0x8b, 0x13, 0xeb, 0xfd, 0xe9, 0x97, 0xd4, 0x95,
0x10, 0x1d, 0xed, 0xdc, 0xbc, 0x61, 0xe9, 0x75, 0x36, 0x75, 0xd5, 0x0b, 0xcd, 0xd0, 0xd6, 0xfc, 0xef, 0x51, 0x49, 0x1c, 0x74, 0xbe, 0x1c, 0x77, 0xd2, 0xe5, 0x18, 0xd6, 0x31, 0x5c, 0x55, 0x45,
0xc4, 0x7a, 0x7f, 0xf2, 0x25, 0xb8, 0xea, 0x3d, 0x50, 0xcc, 0x21, 0xe7, 0x8b, 0x71, 0x27, 0x5d, 0x1f, 0xc3, 0x3e, 0x4f, 0x7c, 0x2a, 0xf4, 0xee, 0x64, 0xef, 0xf8, 0xe0, 0xf6, 0x1d, 0x6b, 0xcb,
0x8c, 0x71, 0x1d, 0xa3, 0x55, 0x55, 0xf2, 0x31, 0xee, 0x8b, 0xc4, 0x07, 0x69, 0x74, 0x0f, 0xb7, 0x17, 0x61, 0x3d, 0x8c, 0x7c, 0xe6, 0x3e, 0xc1, 0x89, 0x4f, 0x9d, 0x43, 0x75, 0x43, 0x3f, 0x3b,
0x8e, 0x76, 0x6e, 0xde, 0xb2, 0xd6, 0x7c, 0x2d, 0xd6, 0xfd, 0xc8, 0xe7, 0xee, 0x23, 0x9a, 0xf8, 0x09, 0x5c, 0x14, 0x34, 0x7f, 0xec, 0x42, 0xd4, 0xd0, 0xe2, 0xb0, 0x70, 0xc6, 0x42, 0x6f, 0x07,
0xe0, 0xec, 0xea, 0x1b, 0xfa, 0xd9, 0x49, 0xd2, 0xa2, 0xa0, 0xf9, 0x63, 0x17, 0x93, 0x86, 0x16, 0x92, 0xbe, 0x80, 0x03, 0x91, 0xe4, 0x89, 0x52, 0xd5, 0xad, 0xad, 0x55, 0x7d, 0x50, 0x10, 0x9d,
0x87, 0x87, 0x53, 0x1e, 0x7a, 0x1b, 0x90, 0xf4, 0x05, 0x1e, 0xc8, 0x24, 0x4f, 0x94, 0xaa, 0x6e, 0xe7, 0xd5, 0x0d, 0x03, 0x15, 0x10, 0xb8, 0xaa, 0x89, 0x3e, 0x83, 0xfb, 0x3c, 0xf2, 0x29, 0xa6,
0xac, 0xad, 0xea, 0x83, 0x82, 0xe8, 0x3c, 0xab, 0x6f, 0x18, 0xe8, 0x80, 0xa4, 0x55, 0x4d, 0xf2, 0x8f, 0xf5, 0xbd, 0x55, 0x01, 0x57, 0x96, 0xc7, 0x05, 0xcf, 0x19, 0xaa, 0xf2, 0xfb, 0x2a, 0x80,
0x19, 0xde, 0x16, 0x91, 0x0f, 0x14, 0x1e, 0x1a, 0x5b, 0xcb, 0x02, 0xae, 0x2c, 0x4f, 0x0b, 0x9e, 0xcb, 0x8a, 0xe6, 0x0f, 0x00, 0xbe, 0xd4, 0x9e, 0x9a, 0x93, 0x30, 0x7f, 0x46, 0x39, 0xfa, 0x0e,
0xb3, 0xa7, 0xcb, 0x6f, 0xeb, 0x00, 0x2d, 0x2b, 0x9a, 0x3f, 0x20, 0xfc, 0x42, 0x7b, 0x6a, 0x4e, 0x40, 0xe4, 0xb6, 0xb2, 0x6a, 0x8e, 0x6f, 0x6c, 0xdd, 0xc6, 0x9a, 0x0b, 0x46, 0xaa, 0xa3, 0x35,
0xc2, 0xfd, 0x29, 0x08, 0xf2, 0x1d, 0xc2, 0xc4, 0x6d, 0x65, 0xf5, 0x1c, 0x5f, 0x5f, 0xbb, 0x8d, 0x2b, 0xc3, 0x6b, 0xae, 0x34, 0x2f, 0x00, 0x7c, 0xb1, 0x0d, 0x7d, 0xc0, 0x84, 0x44, 0x9f, 0xb7,
0x15, 0x17, 0x1c, 0xe8, 0x8e, 0x56, 0xac, 0x8c, 0xae, 0xb8, 0xd2, 0x7c, 0x8a, 0xf0, 0xf3, 0x6d, 0x36, 0x6c, 0x6d, 0xb7, 0xe1, 0x8c, 0x9d, 0xef, 0xb7, 0x9a, 0x7e, 0x19, 0x69, 0x6c, 0xf7, 0x11,
0xe8, 0x3d, 0x2e, 0x15, 0xf9, 0xbc, 0xb5, 0x61, 0x6b, 0xbd, 0x0d, 0x67, 0xec, 0x7c, 0xbf, 0xd5, 0xec, 0x33, 0x49, 0x83, 0x72, 0xb5, 0xff, 0x4a, 0x74, 0xf5, 0x70, 0xef, 0x67, 0x15, 0x71, 0x51,
0xf4, 0xcb, 0x48, 0x63, 0xbb, 0x0f, 0x70, 0x9f, 0x2b, 0x08, 0xca, 0xd5, 0xfe, 0x2b, 0xd1, 0xd5, 0xd8, 0xfc, 0x15, 0xc0, 0x61, 0x03, 0xbc, 0x03, 0x4d, 0x9f, 0xac, 0x6a, 0xba, 0x7b, 0x2d, 0x4d,
0xc3, 0xbd, 0x9b, 0x55, 0xa4, 0x45, 0x61, 0xf3, 0x57, 0x84, 0xf7, 0x1a, 0xe0, 0x0d, 0x68, 0xfa, 0xeb, 0xc5, 0xfc, 0x01, 0x20, 0xac, 0x3f, 0x55, 0x34, 0x86, 0xfd, 0x05, 0xe5, 0x53, 0xa1, 0x83,
0x64, 0x59, 0xd3, 0xed, 0x6b, 0x69, 0x5a, 0x2d, 0xe6, 0x0f, 0x84, 0x71, 0xfd, 0xa9, 0x92, 0x31, 0xc9, 0xde, 0xb1, 0xe6, 0x68, 0x19, 0xfe, 0xa3, 0x2c, 0x80, 0x8b, 0x38, 0x7a, 0x15, 0x6a, 0x24,
0xee, 0xcf, 0x41, 0x4c, 0xa4, 0x81, 0x0e, 0xb7, 0x8e, 0x86, 0xce, 0x30, 0xc3, 0x7f, 0x94, 0x05, 0x66, 0xef, 0xf0, 0x28, 0x89, 0x8b, 0x76, 0x34, 0xe7, 0x30, 0x5d, 0x8e, 0xb5, 0xb7, 0x1e, 0xde,
0x68, 0x11, 0x27, 0x2f, 0xe3, 0x21, 0x8b, 0xf9, 0xdb, 0x22, 0x4a, 0xe2, 0xa2, 0x9d, 0xa1, 0xb3, 0x2f, 0x82, 0xb8, 0xce, 0x67, 0x60, 0x4e, 0x45, 0x94, 0x70, 0x97, 0x0a, 0x7d, 0xaf, 0x06, 0xe3,
0x9b, 0x2e, 0xc6, 0xc3, 0x37, 0xef, 0xdf, 0x2d, 0x82, 0xb4, 0xce, 0x67, 0x60, 0x01, 0x32, 0x4a, 0x32, 0x88, 0xeb, 0x3c, 0xba, 0x07, 0x0f, 0xcb, 0xc3, 0x29, 0x09, 0xa8, 0xd0, 0x7b, 0x39, 0xe1,
0x84, 0x0b, 0xd2, 0xd8, 0xaa, 0xc1, 0xb4, 0x0c, 0xd2, 0x3a, 0x4f, 0xee, 0xe0, 0xdd, 0xf2, 0x70, 0x28, 0x5d, 0x8e, 0x0f, 0x71, 0x33, 0x81, 0x57, 0x71, 0xe8, 0x4d, 0x38, 0x0c, 0xa3, 0xb0, 0x84,
0xca, 0x02, 0x90, 0x46, 0x2f, 0x27, 0xec, 0xa7, 0x8b, 0xf1, 0x2e, 0x6d, 0x26, 0xe8, 0x32, 0x8e, 0x7c, 0x88, 0x1f, 0x08, 0xbd, 0x9f, 0x53, 0x5f, 0x48, 0x97, 0xe3, 0xe1, 0xe9, 0x6a, 0x0a, 0xff,
0xbc, 0x81, 0xf7, 0xc2, 0x28, 0x2c, 0x21, 0x1f, 0xd2, 0x7b, 0xd2, 0xe8, 0xe7, 0xd4, 0xe7, 0xd2, 0x15, 0x6b, 0x7e, 0x03, 0x8f, 0x1a, 0x5e, 0xa5, 0x3e, 0x24, 0x0f, 0xc2, 0xb8, 0x0a, 0xaa, 0x8d,
0xc5, 0x78, 0xef, 0x74, 0x39, 0x45, 0xff, 0x8a, 0x35, 0xbf, 0xc1, 0xfb, 0x0d, 0xaf, 0xd2, 0x1f, 0x5e, 0xcb, 0xfb, 0x2a, 0x2b, 0xaa, 0x63, 0xb8, 0x51, 0xda, 0xfc, 0x19, 0xc0, 0xde, 0x7f, 0xde,
0x92, 0x87, 0x71, 0x5c, 0x05, 0xf5, 0x46, 0xaf, 0xe5, 0x7d, 0x95, 0x15, 0xd5, 0x31, 0xda, 0x28, 0xca, 0x9f, 0x76, 0xe1, 0xc1, 0xff, 0x1e, 0xbe, 0xb5, 0x87, 0x67, 0x06, 0xb2, 0x5b, 0x53, 0xbc,
0x6d, 0xfe, 0x8c, 0x70, 0xef, 0x3f, 0x6f, 0xe5, 0x8f, 0xbb, 0x78, 0xe7, 0x7f, 0x0f, 0x5f, 0xdb, 0xb6, 0x81, 0x5c, 0xed, 0x86, 0x3f, 0x01, 0x38, 0xd8, 0x91, 0x0d, 0xe2, 0x55, 0x15, 0x37, 0xff,
0xc3, 0x33, 0x03, 0xd9, 0xac, 0x29, 0x5e, 0xdb, 0x40, 0xae, 0x76, 0xc3, 0x9f, 0x10, 0x1e, 0x6c, 0x99, 0x8a, 0xf5, 0xed, 0x7f, 0x0d, 0xcb, 0xfd, 0xa0, 0x1b, 0x70, 0x50, 0x5a, 0x57, 0xde, 0xbc,
0xc8, 0x06, 0xe9, 0xb2, 0x8a, 0xe3, 0x7f, 0xa6, 0x62, 0x75, 0xfb, 0x5f, 0xe3, 0x72, 0x3f, 0xe4, 0x56, 0x37, 0x53, 0xba, 0x1b, 0xae, 0x10, 0x68, 0x02, 0x7b, 0x73, 0x16, 0xce, 0xf4, 0x6e, 0x8e,
0x15, 0x3c, 0x28, 0xad, 0x2b, 0x6f, 0x7e, 0x58, 0x37, 0x53, 0xba, 0x1b, 0xad, 0x10, 0xe4, 0x10, 0x7c, 0x4e, 0x21, 0x7b, 0xef, 0xb2, 0x70, 0x86, 0xf3, 0x4c, 0x86, 0x08, 0x49, 0x40, 0xf3, 0x07,
0xf7, 0x66, 0x3c, 0x9c, 0x1a, 0xdd, 0x1c, 0xf9, 0x8c, 0x46, 0xf6, 0xde, 0xe5, 0xe1, 0x94, 0xe6, 0xd4, 0x40, 0x64, 0xa6, 0x85, 0xf3, 0x8c, 0xf9, 0x14, 0xc0, 0x7d, 0xf5, 0xf8, 0xaa, 0x7a, 0x60,
0x99, 0x0c, 0x11, 0xb2, 0x00, 0xf2, 0x07, 0xd4, 0x40, 0x64, 0xa6, 0x45, 0xf3, 0x8c, 0xf9, 0x18, 0x63, 0xbd, 0x66, 0x7f, 0xdd, 0x6d, 0xfa, 0xfb, 0xfb, 0xdb, 0x91, 0x0d, 0xb5, 0xec, 0x57, 0xc4,
0xe1, 0x6d, 0xfd, 0xf8, 0xaa, 0x7a, 0xe8, 0xd2, 0x7a, 0xcd, 0xfe, 0xba, 0xeb, 0xf4, 0xf7, 0xf7, 0xc4, 0xa5, 0x7a, 0x2f, 0x87, 0x1d, 0x29, 0x98, 0x76, 0x5a, 0x26, 0x70, 0x8d, 0x71, 0x5e, 0x39,
0xb7, 0x13, 0x1b, 0x0f, 0xb3, 0x5f, 0x19, 0x33, 0x17, 0x8c, 0x5e, 0x0e, 0xdb, 0xd7, 0xb0, 0xe1, 0xbf, 0x34, 0x3a, 0xcf, 0x2e, 0x8d, 0xce, 0xc5, 0xa5, 0xd1, 0xf9, 0x36, 0x35, 0xc0, 0x79, 0x6a,
0x69, 0x99, 0xa0, 0x35, 0xc6, 0x79, 0xe9, 0xfc, 0x62, 0xd4, 0x79, 0x72, 0x31, 0xea, 0x3c, 0xbd, 0x80, 0x67, 0xa9, 0x01, 0x7e, 0x4b, 0x0d, 0xf0, 0xfd, 0xef, 0x46, 0xe7, 0xd3, 0x7d, 0x35, 0xf1,
0x18, 0x75, 0xbe, 0x4d, 0x47, 0xe8, 0x3c, 0x1d, 0xa1, 0x27, 0xe9, 0x08, 0xfd, 0x96, 0x8e, 0xd0, 0x3f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xcc, 0x96, 0xa1, 0xd4, 0x72, 0x0c, 0x00, 0x00,
0xf7, 0xbf, 0x8f, 0x3a, 0x9f, 0x6e, 0xeb, 0x89, 0xff, 0x19, 0x00, 0x00, 0xff, 0xff, 0x08, 0x62,
0x79, 0xcc, 0x8e, 0x0c, 0x00, 0x00,
} }

View File

@ -26,7 +26,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1beta1"; option go_package = "v1beta1";

View File

@ -707,37 +707,36 @@ func init() {
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 509 bytes of a gzipped FileDescriptorProto // 486 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x92, 0xcf, 0x8a, 0x13, 0x41, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x92, 0xcf, 0x8b, 0xd3, 0x40,
0x10, 0xc6, 0x33, 0x09, 0xc1, 0xdd, 0x8e, 0x62, 0x18, 0x3d, 0x84, 0x1c, 0x66, 0xc3, 0x9e, 0xa2, 0x14, 0xc7, 0x33, 0x5d, 0x8a, 0xbb, 0x53, 0xc5, 0x12, 0x3d, 0x94, 0x1e, 0xb2, 0x65, 0x4f, 0x55,
0xb0, 0xdd, 0x66, 0xfd, 0x43, 0x58, 0xf0, 0x12, 0x11, 0x56, 0x50, 0x5c, 0xc6, 0x9b, 0x28, 0x58, 0x74, 0xc6, 0xae, 0x3f, 0x28, 0x0b, 0x5e, 0x2a, 0x82, 0x82, 0xe2, 0x12, 0x6f, 0xa2, 0xe0, 0xa4,
0xc9, 0x96, 0x9d, 0x36, 0x99, 0xe9, 0xa1, 0xbb, 0x66, 0x30, 0xe0, 0xc1, 0x47, 0xf0, 0xb1, 0x72, 0xfb, 0x4c, 0xc7, 0x34, 0x99, 0x30, 0xf3, 0x12, 0x2c, 0x78, 0xf0, 0x4f, 0xf0, 0xcf, 0xea, 0xcd,
0x73, 0x8f, 0x9e, 0x16, 0x13, 0x7d, 0x10, 0x99, 0x3f, 0xee, 0x0c, 0x8e, 0x8b, 0x8b, 0xb7, 0xa9, 0x3d, 0x7a, 0x5a, 0x6c, 0xf4, 0x0f, 0x91, 0xfc, 0x70, 0x13, 0xcc, 0x16, 0x17, 0x6f, 0x99, 0x99,
0xee, 0xfe, 0x7d, 0x55, 0xdf, 0x57, 0xc3, 0x8e, 0x16, 0x63, 0xcb, 0x95, 0x16, 0x8b, 0x78, 0x8a, 0xf7, 0xf9, 0xbe, 0xef, 0xfb, 0xbe, 0xd0, 0xa3, 0x60, 0x6a, 0x98, 0x54, 0x3c, 0x48, 0x3c, 0xd0,
0x26, 0x44, 0x42, 0x2b, 0xa2, 0x85, 0x14, 0x10, 0x29, 0x2b, 0x2c, 0x69, 0x03, 0x12, 0x45, 0x32, 0x11, 0x20, 0x18, 0x1e, 0x07, 0x3e, 0x17, 0xb1, 0x34, 0xdc, 0xa0, 0xd2, 0xc2, 0x07, 0x9e, 0x4e,
0x9a, 0x22, 0xc1, 0x48, 0x48, 0x0c, 0xd1, 0x00, 0xe1, 0x29, 0x8f, 0x8c, 0x26, 0xed, 0xde, 0xcd, 0x3c, 0x40, 0x31, 0xe1, 0x3e, 0x44, 0xa0, 0x05, 0xc2, 0x09, 0x8b, 0xb5, 0x42, 0x65, 0xdf, 0x2e,
0x59, 0x5e, 0xb2, 0x3c, 0x5a, 0x48, 0x9e, 0xb2, 0xbc, 0x60, 0x79, 0xc1, 0xf6, 0x0f, 0xa4, 0xa2, 0x59, 0x56, 0xb3, 0x2c, 0x0e, 0x7c, 0x96, 0xb3, 0xac, 0x62, 0x59, 0xc5, 0x0e, 0xef, 0xfa, 0x12,
0x79, 0x3c, 0xe5, 0x33, 0x1d, 0x08, 0xa9, 0xa5, 0x16, 0x99, 0xc4, 0x34, 0x7e, 0x9f, 0x55, 0x59, 0x17, 0x89, 0xc7, 0xe6, 0x2a, 0xe4, 0xbe, 0xf2, 0x15, 0x2f, 0x24, 0xbc, 0xe4, 0x43, 0x71, 0x2a,
0x91, 0x7d, 0xe5, 0xd2, 0xfd, 0x07, 0xc5, 0x58, 0x10, 0xa9, 0x00, 0x66, 0x73, 0x15, 0xa2, 0x59, 0x0e, 0xc5, 0x57, 0x29, 0x3d, 0x7c, 0x50, 0xd9, 0x12, 0xb1, 0x0c, 0xc5, 0x7c, 0x21, 0x23, 0xd0,
0x95, 0x83, 0x05, 0x48, 0x20, 0x92, 0xda, 0x40, 0x7d, 0x71, 0x19, 0x65, 0xe2, 0x90, 0x54, 0x80, 0xab, 0xda, 0x58, 0x08, 0x28, 0x78, 0xda, 0x32, 0x34, 0xe4, 0xdb, 0x28, 0x9d, 0x44, 0x28, 0x43,
0x35, 0xe0, 0xd1, 0xbf, 0x00, 0x3b, 0x9b, 0x63, 0x00, 0x35, 0xee, 0xfe, 0x65, 0x5c, 0x4c, 0x6a, 0x68, 0x01, 0x8f, 0xfe, 0x05, 0x98, 0xf9, 0x02, 0x42, 0xd1, 0xe2, 0xee, 0x6f, 0xe3, 0x12, 0x94,
0x29, 0x54, 0x48, 0x96, 0x4c, 0x0d, 0xaa, 0x78, 0xb2, 0x68, 0x12, 0x34, 0xa5, 0x21, 0xfc, 0x08, 0x4b, 0x2e, 0x23, 0x34, 0xa8, 0x5b, 0x50, 0x63, 0x26, 0x03, 0x3a, 0x05, 0x5d, 0x0f, 0x04, 0x9f,
0x41, 0xb4, 0xc4, 0xbf, 0x79, 0x3a, 0xae, 0x2c, 0xe8, 0x00, 0xa4, 0x34, 0x28, 0x81, 0x74, 0x85, 0x44, 0x18, 0x2f, 0xe1, 0xa2, 0x99, 0xee, 0x6c, 0x5d, 0xd0, 0x05, 0xd5, 0x07, 0xbf, 0x3a, 0xf4,
0x85, 0x48, 0x19, 0x94, 0xca, 0x92, 0x01, 0x52, 0x3a, 0x14, 0xc9, 0x08, 0x96, 0xd1, 0xbc, 0xbe, 0xea, 0xeb, 0x32, 0xfa, 0x27, 0x4b, 0x61, 0x8c, 0xfd, 0x9e, 0xee, 0xe6, 0x69, 0x9d, 0x08, 0x14,
0xae, 0xfd, 0x9f, 0x4d, 0x76, 0xfd, 0x55, 0xbe, 0x96, 0x27, 0x4b, 0xb0, 0xd6, 0x7d, 0xc7, 0x76, 0x03, 0x32, 0x22, 0xe3, 0xde, 0xe1, 0x3d, 0x56, 0xad, 0xad, 0x69, 0xbe, 0x5e, 0x5c, 0x5e, 0xcd,
0xd2, 0x24, 0x4f, 0x81, 0xa0, 0xe7, 0x0c, 0x9c, 0x61, 0xe7, 0xf0, 0x1e, 0x2f, 0x56, 0x5a, 0x35, 0xd2, 0x09, 0x7b, 0xe5, 0x7d, 0x84, 0x39, 0xbe, 0x04, 0x14, 0x33, 0x7b, 0x7d, 0xb6, 0x6f, 0x65,
0x56, 0x2e, 0x35, 0x7d, 0xcd, 0x93, 0x11, 0x7f, 0x39, 0xfd, 0x80, 0x33, 0x7a, 0x81, 0x04, 0x13, 0x67, 0xfb, 0xb4, 0xbe, 0x73, 0xcf, 0x55, 0xed, 0x87, 0xb4, 0x17, 0x6b, 0x95, 0x4a, 0x23, 0x55,
0x77, 0x7d, 0xbe, 0xd7, 0xd8, 0x9e, 0xef, 0xb1, 0xf2, 0xcc, 0xbf, 0x50, 0x75, 0x1f, 0xb2, 0x4e, 0x04, 0x7a, 0xd0, 0x19, 0x91, 0xf1, 0xde, 0xec, 0x46, 0x85, 0xf4, 0x8e, 0xeb, 0x27, 0xb7, 0x59,
0x64, 0x74, 0xa2, 0xac, 0xd2, 0x21, 0x9a, 0x5e, 0x73, 0xe0, 0x0c, 0x77, 0x27, 0xb7, 0x0a, 0xa4, 0x67, 0x7f, 0xa6, 0x34, 0x16, 0x5a, 0x84, 0x80, 0xa0, 0xcd, 0x60, 0x67, 0xb4, 0x33, 0xee, 0x1d,
0x73, 0x52, 0x5e, 0xf9, 0xd5, 0x77, 0xee, 0x27, 0xc6, 0x22, 0x30, 0x10, 0x20, 0xa1, 0xb1, 0xbd, 0x3e, 0x63, 0x97, 0xff, 0xa3, 0x58, 0x73, 0x4c, 0x76, 0x7c, 0x2e, 0xf5, 0x34, 0x42, 0xbd, 0xaa,
0xd6, 0xa0, 0x35, 0xec, 0x1c, 0x1e, 0xf3, 0xab, 0xff, 0x6d, 0xbc, 0x6a, 0x93, 0x9f, 0x5c, 0x48, 0x2d, 0xd7, 0x0f, 0x6e, 0xa3, 0xdf, 0xf0, 0x31, 0xbd, 0xfe, 0x17, 0x62, 0xf7, 0xe9, 0x4e, 0x00,
0x3d, 0x0d, 0xc9, 0xac, 0xca, 0x91, 0xcb, 0x0b, 0xbf, 0xd2, 0xaf, 0xff, 0x98, 0xdd, 0xfc, 0x03, 0xab, 0x22, 0xa4, 0x3d, 0x37, 0xff, 0xb4, 0x6f, 0xd2, 0x6e, 0x2a, 0x96, 0x09, 0x94, 0x33, 0xb9,
0x71, 0xbb, 0xac, 0xb5, 0xc0, 0x55, 0x16, 0xd2, 0xae, 0x9f, 0x7e, 0xba, 0xb7, 0x59, 0x3b, 0x81, 0xe5, 0xe1, 0xa8, 0x33, 0x25, 0x07, 0xdf, 0x08, 0xed, 0x37, 0xfb, 0xbf, 0x90, 0x06, 0xed, 0xb7,
0x65, 0x8c, 0xb9, 0x27, 0x3f, 0x2f, 0x8e, 0x9a, 0x63, 0x67, 0xff, 0xab, 0xc3, 0xba, 0xd5, 0xfe, 0xad, 0xa8, 0xd9, 0xe5, 0xa2, 0xce, 0xe9, 0x22, 0xe8, 0x7e, 0xe5, 0x7a, 0xf7, 0xcf, 0x4d, 0x23,
0xcf, 0x95, 0x25, 0xf7, 0x4d, 0x2d, 0x6a, 0x7e, 0xb5, 0xa8, 0x53, 0x3a, 0x0b, 0xba, 0x5b, 0x4c, 0xe6, 0x77, 0xb4, 0x2b, 0x11, 0x42, 0x33, 0xe8, 0x14, 0x51, 0x4d, 0xff, 0x37, 0xaa, 0xd9, 0xb5,
0xbd, 0xf3, 0xfb, 0xa4, 0x12, 0xf3, 0x5b, 0xd6, 0x56, 0x84, 0x81, 0xed, 0x35, 0xb3, 0xa8, 0xc6, 0xaa, 0x49, 0xf7, 0x79, 0x2e, 0xe7, 0x96, 0xaa, 0xb3, 0x5b, 0xeb, 0x8d, 0x63, 0x9d, 0x6e, 0x1c,
0xff, 0x1b, 0xd5, 0xe4, 0x46, 0xd1, 0xa4, 0xfd, 0x2c, 0x95, 0xf3, 0x73, 0xd5, 0xc9, 0x9d, 0xf5, 0xeb, 0xfb, 0xc6, 0xb1, 0xbe, 0x64, 0x0e, 0x59, 0x67, 0x0e, 0x39, 0xcd, 0x1c, 0xf2, 0x23, 0x73,
0xc6, 0x6b, 0x9c, 0x6d, 0xbc, 0xc6, 0xb7, 0x8d, 0xd7, 0xf8, 0xbc, 0xf5, 0x9c, 0xf5, 0xd6, 0x73, 0xc8, 0xd7, 0x9f, 0x8e, 0xf5, 0xe6, 0x4a, 0xa5, 0xf6, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x99, 0xdf,
0xce, 0xb6, 0x9e, 0xf3, 0x7d, 0xeb, 0x39, 0x5f, 0x7e, 0x78, 0x8d, 0xd7, 0xd7, 0x0a, 0xb5, 0x5f, 0x66, 0x94, 0x33, 0x04, 0x00, 0x00,
0x01, 0x00, 0x00, 0xff, 0xff, 0x43, 0x0c, 0x4d, 0xd8, 0x4f, 0x04, 0x00, 0x00,
} }

View File

@ -26,7 +26,7 @@ import "k8s.io/apimachinery/pkg/runtime/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto"; import "k8s.io/kubernetes/pkg/api/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1beta1"; option go_package = "v1beta1";

View File

@ -32,7 +32,7 @@ go_library(
"//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/validation:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/validation:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/client/listers/apiregistration/internalversion:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/client/listers/apiregistration/internalversion:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/client/listers/apiregistration/v1alpha1:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/client/listers/apiregistration/v1beta1:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/cmd/server:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/cmd/server:go_default_library",
], ],
) )

View File

@ -1,4 +1,4 @@
apiVersion: apiregistration.k8s.io/v1alpha1 apiVersion: apiregistration.k8s.io/v1beta1
kind: APIService kind: APIService
metadata: metadata:
name: RESOURCE_NAME name: RESOURCE_NAME

View File

@ -47,20 +47,20 @@ PREFIX=k8s.io/kube-aggregator/pkg/apis
INPUT_BASE="--input-base ${PREFIX}" INPUT_BASE="--input-base ${PREFIX}"
INPUT_APIS=( INPUT_APIS=(
apiregistration/ apiregistration/
apiregistration/v1alpha1 apiregistration/v1beta1
) )
INPUT="--input ${INPUT_APIS[@]}" INPUT="--input ${INPUT_APIS[@]}"
CLIENTSET_PATH="--clientset-path k8s.io/kube-aggregator/pkg/client/clientset_generated" CLIENTSET_PATH="--clientset-path k8s.io/kube-aggregator/pkg/client/clientset_generated"
${CLIENTGEN} ${INPUT_BASE} ${INPUT} ${CLIENTSET_PATH} --output-base ${KUBE_ROOT}/vendor ${CLIENTGEN} ${INPUT_BASE} ${INPUT} ${CLIENTSET_PATH} --output-base ${KUBE_ROOT}/vendor
${CLIENTGEN} --clientset-name="clientset" ${INPUT_BASE} --input apiregistration/v1alpha1 ${CLIENTSET_PATH} --output-base ${KUBE_ROOT}/vendor ${CLIENTGEN} --clientset-name="clientset" ${INPUT_BASE} --input apiregistration/v1beta1 ${CLIENTSET_PATH} --output-base ${KUBE_ROOT}/vendor
echo "Building lister-gen" echo "Building lister-gen"
listergen="${PWD}/lister-gen" listergen="${PWD}/lister-gen"
go build -o "${listergen}" ./cmd/libs/go2idl/lister-gen go build -o "${listergen}" ./cmd/libs/go2idl/lister-gen
LISTER_INPUT="--input-dirs k8s.io/kube-aggregator/pkg/apis/apiregistration --input-dirs k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1" LISTER_INPUT="--input-dirs k8s.io/kube-aggregator/pkg/apis/apiregistration --input-dirs k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1"
LISTER_PATH="--output-package k8s.io/kube-aggregator/pkg/client/listers" LISTER_PATH="--output-package k8s.io/kube-aggregator/pkg/client/listers"
${listergen} ${LISTER_INPUT} ${LISTER_PATH} --output-base ${KUBE_ROOT}/vendor ${listergen} ${LISTER_INPUT} ${LISTER_PATH} --output-base ${KUBE_ROOT}/vendor
@ -71,7 +71,7 @@ go build -o "${informergen}" ./cmd/libs/go2idl/informer-gen
${informergen} \ ${informergen} \
--output-base ${KUBE_ROOT}/vendor \ --output-base ${KUBE_ROOT}/vendor \
--input-dirs k8s.io/kube-aggregator/pkg/apis/apiregistration --input-dirs k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1 \ --input-dirs k8s.io/kube-aggregator/pkg/apis/apiregistration --input-dirs k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1 \
--versioned-clientset-package k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset \ --versioned-clientset-package k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset \
--internal-clientset-package k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset \ --internal-clientset-package k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset \
--listers-package k8s.io/kube-aggregator/pkg/client/listers \ --listers-package k8s.io/kube-aggregator/pkg/client/listers \

View File

@ -30,7 +30,7 @@ import (
_ "k8s.io/kube-aggregator/pkg/apis/apiregistration/validation" _ "k8s.io/kube-aggregator/pkg/apis/apiregistration/validation"
_ "k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset" _ "k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset"
_ "k8s.io/kube-aggregator/pkg/client/listers/apiregistration/internalversion" _ "k8s.io/kube-aggregator/pkg/client/listers/apiregistration/internalversion"
_ "k8s.io/kube-aggregator/pkg/client/listers/apiregistration/v1alpha1" _ "k8s.io/kube-aggregator/pkg/client/listers/apiregistration/v1beta1"
) )
func main() { func main() {

View File

@ -17,6 +17,6 @@ go_library(
"//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library", "//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1:go_default_library",
], ],
) )

View File

@ -22,7 +22,7 @@ import (
"k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/util/sets" "k8s.io/apimachinery/pkg/util/sets"
"k8s.io/kube-aggregator/pkg/apis/apiregistration" "k8s.io/kube-aggregator/pkg/apis/apiregistration"
"k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1" "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1"
) )
// Install registers the API group and adds types to a scheme // Install registers the API group and adds types to a scheme
@ -31,12 +31,12 @@ func Install(groupFactoryRegistry announced.APIGroupFactoryRegistry, registry *r
&announced.GroupMetaFactoryArgs{ &announced.GroupMetaFactoryArgs{
GroupName: apiregistration.GroupName, GroupName: apiregistration.GroupName,
RootScopedKinds: sets.NewString("APIService"), RootScopedKinds: sets.NewString("APIService"),
VersionPreferenceOrder: []string{v1alpha1.SchemeGroupVersion.Version}, VersionPreferenceOrder: []string{v1beta1.SchemeGroupVersion.Version},
ImportPrefix: "k8s.io/kube-aggregator/pkg/apis/apiregistration", ImportPrefix: "k8s.io/kube-aggregator/pkg/apis/apiregistration",
AddInternalObjectsToScheme: apiregistration.AddToScheme, AddInternalObjectsToScheme: apiregistration.AddToScheme,
}, },
announced.VersionToSchemeFunc{ announced.VersionToSchemeFunc{
v1alpha1.SchemeGroupVersion.Version: v1alpha1.AddToScheme, v1beta1.SchemeGroupVersion.Version: v1beta1.AddToScheme,
}, },
).Announce(groupFactoryRegistry).RegisterAndEnable(registry, scheme); err != nil { ).Announce(groupFactoryRegistry).RegisterAndEnable(registry, scheme); err != nil {
panic(err) panic(err)

View File

@ -1,22 +0,0 @@
/*
Copyright 2016 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// +k8s:deepcopy-gen=package,register
// +k8s:conversion-gen=k8s.io/kubernetes/vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration
// Package v1alpha1 is the v1alpha1 version of the API.
// +groupName=apiregistration.k8s.io
package v1alpha1 // import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1"

View File

@ -1,213 +0,0 @@
// +build !ignore_autogenerated
/*
Copyright 2017 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// This file was autogenerated by conversion-gen. Do not edit it manually!
package v1alpha1
import (
conversion "k8s.io/apimachinery/pkg/conversion"
runtime "k8s.io/apimachinery/pkg/runtime"
apiregistration "k8s.io/kube-aggregator/pkg/apis/apiregistration"
unsafe "unsafe"
)
func init() {
SchemeBuilder.Register(RegisterConversions)
}
// RegisterConversions adds conversion functions to the given scheme.
// Public to allow building arbitrary schemes.
func RegisterConversions(scheme *runtime.Scheme) error {
return scheme.AddGeneratedConversionFuncs(
Convert_v1alpha1_APIService_To_apiregistration_APIService,
Convert_apiregistration_APIService_To_v1alpha1_APIService,
Convert_v1alpha1_APIServiceCondition_To_apiregistration_APIServiceCondition,
Convert_apiregistration_APIServiceCondition_To_v1alpha1_APIServiceCondition,
Convert_v1alpha1_APIServiceList_To_apiregistration_APIServiceList,
Convert_apiregistration_APIServiceList_To_v1alpha1_APIServiceList,
Convert_v1alpha1_APIServiceSpec_To_apiregistration_APIServiceSpec,
Convert_apiregistration_APIServiceSpec_To_v1alpha1_APIServiceSpec,
Convert_v1alpha1_APIServiceStatus_To_apiregistration_APIServiceStatus,
Convert_apiregistration_APIServiceStatus_To_v1alpha1_APIServiceStatus,
Convert_v1alpha1_ServiceReference_To_apiregistration_ServiceReference,
Convert_apiregistration_ServiceReference_To_v1alpha1_ServiceReference,
)
}
func autoConvert_v1alpha1_APIService_To_apiregistration_APIService(in *APIService, out *apiregistration.APIService, s conversion.Scope) error {
out.ObjectMeta = in.ObjectMeta
if err := Convert_v1alpha1_APIServiceSpec_To_apiregistration_APIServiceSpec(&in.Spec, &out.Spec, s); err != nil {
return err
}
if err := Convert_v1alpha1_APIServiceStatus_To_apiregistration_APIServiceStatus(&in.Status, &out.Status, s); err != nil {
return err
}
return nil
}
// Convert_v1alpha1_APIService_To_apiregistration_APIService is an autogenerated conversion function.
func Convert_v1alpha1_APIService_To_apiregistration_APIService(in *APIService, out *apiregistration.APIService, s conversion.Scope) error {
return autoConvert_v1alpha1_APIService_To_apiregistration_APIService(in, out, s)
}
func autoConvert_apiregistration_APIService_To_v1alpha1_APIService(in *apiregistration.APIService, out *APIService, s conversion.Scope) error {
out.ObjectMeta = in.ObjectMeta
if err := Convert_apiregistration_APIServiceSpec_To_v1alpha1_APIServiceSpec(&in.Spec, &out.Spec, s); err != nil {
return err
}
if err := Convert_apiregistration_APIServiceStatus_To_v1alpha1_APIServiceStatus(&in.Status, &out.Status, s); err != nil {
return err
}
return nil
}
// Convert_apiregistration_APIService_To_v1alpha1_APIService is an autogenerated conversion function.
func Convert_apiregistration_APIService_To_v1alpha1_APIService(in *apiregistration.APIService, out *APIService, s conversion.Scope) error {
return autoConvert_apiregistration_APIService_To_v1alpha1_APIService(in, out, s)
}
func autoConvert_v1alpha1_APIServiceCondition_To_apiregistration_APIServiceCondition(in *APIServiceCondition, out *apiregistration.APIServiceCondition, s conversion.Scope) error {
out.Type = apiregistration.APIServiceConditionType(in.Type)
out.Status = apiregistration.ConditionStatus(in.Status)
out.LastTransitionTime = in.LastTransitionTime
out.Reason = in.Reason
out.Message = in.Message
return nil
}
// Convert_v1alpha1_APIServiceCondition_To_apiregistration_APIServiceCondition is an autogenerated conversion function.
func Convert_v1alpha1_APIServiceCondition_To_apiregistration_APIServiceCondition(in *APIServiceCondition, out *apiregistration.APIServiceCondition, s conversion.Scope) error {
return autoConvert_v1alpha1_APIServiceCondition_To_apiregistration_APIServiceCondition(in, out, s)
}
func autoConvert_apiregistration_APIServiceCondition_To_v1alpha1_APIServiceCondition(in *apiregistration.APIServiceCondition, out *APIServiceCondition, s conversion.Scope) error {
out.Type = APIServiceConditionType(in.Type)
out.Status = ConditionStatus(in.Status)
out.LastTransitionTime = in.LastTransitionTime
out.Reason = in.Reason
out.Message = in.Message
return nil
}
// Convert_apiregistration_APIServiceCondition_To_v1alpha1_APIServiceCondition is an autogenerated conversion function.
func Convert_apiregistration_APIServiceCondition_To_v1alpha1_APIServiceCondition(in *apiregistration.APIServiceCondition, out *APIServiceCondition, s conversion.Scope) error {
return autoConvert_apiregistration_APIServiceCondition_To_v1alpha1_APIServiceCondition(in, out, s)
}
func autoConvert_v1alpha1_APIServiceList_To_apiregistration_APIServiceList(in *APIServiceList, out *apiregistration.APIServiceList, s conversion.Scope) error {
out.ListMeta = in.ListMeta
out.Items = *(*[]apiregistration.APIService)(unsafe.Pointer(&in.Items))
return nil
}
// Convert_v1alpha1_APIServiceList_To_apiregistration_APIServiceList is an autogenerated conversion function.
func Convert_v1alpha1_APIServiceList_To_apiregistration_APIServiceList(in *APIServiceList, out *apiregistration.APIServiceList, s conversion.Scope) error {
return autoConvert_v1alpha1_APIServiceList_To_apiregistration_APIServiceList(in, out, s)
}
func autoConvert_apiregistration_APIServiceList_To_v1alpha1_APIServiceList(in *apiregistration.APIServiceList, out *APIServiceList, s conversion.Scope) error {
out.ListMeta = in.ListMeta
if in.Items == nil {
out.Items = make([]APIService, 0)
} else {
out.Items = *(*[]APIService)(unsafe.Pointer(&in.Items))
}
return nil
}
// Convert_apiregistration_APIServiceList_To_v1alpha1_APIServiceList is an autogenerated conversion function.
func Convert_apiregistration_APIServiceList_To_v1alpha1_APIServiceList(in *apiregistration.APIServiceList, out *APIServiceList, s conversion.Scope) error {
return autoConvert_apiregistration_APIServiceList_To_v1alpha1_APIServiceList(in, out, s)
}
func autoConvert_v1alpha1_APIServiceSpec_To_apiregistration_APIServiceSpec(in *APIServiceSpec, out *apiregistration.APIServiceSpec, s conversion.Scope) error {
out.Service = (*apiregistration.ServiceReference)(unsafe.Pointer(in.Service))
out.Group = in.Group
out.Version = in.Version
out.InsecureSkipTLSVerify = in.InsecureSkipTLSVerify
out.CABundle = *(*[]byte)(unsafe.Pointer(&in.CABundle))
out.Priority = in.Priority
return nil
}
// Convert_v1alpha1_APIServiceSpec_To_apiregistration_APIServiceSpec is an autogenerated conversion function.
func Convert_v1alpha1_APIServiceSpec_To_apiregistration_APIServiceSpec(in *APIServiceSpec, out *apiregistration.APIServiceSpec, s conversion.Scope) error {
return autoConvert_v1alpha1_APIServiceSpec_To_apiregistration_APIServiceSpec(in, out, s)
}
func autoConvert_apiregistration_APIServiceSpec_To_v1alpha1_APIServiceSpec(in *apiregistration.APIServiceSpec, out *APIServiceSpec, s conversion.Scope) error {
out.Service = (*ServiceReference)(unsafe.Pointer(in.Service))
out.Group = in.Group
out.Version = in.Version
out.InsecureSkipTLSVerify = in.InsecureSkipTLSVerify
if in.CABundle == nil {
out.CABundle = make([]byte, 0)
} else {
out.CABundle = *(*[]byte)(unsafe.Pointer(&in.CABundle))
}
out.Priority = in.Priority
return nil
}
// Convert_apiregistration_APIServiceSpec_To_v1alpha1_APIServiceSpec is an autogenerated conversion function.
func Convert_apiregistration_APIServiceSpec_To_v1alpha1_APIServiceSpec(in *apiregistration.APIServiceSpec, out *APIServiceSpec, s conversion.Scope) error {
return autoConvert_apiregistration_APIServiceSpec_To_v1alpha1_APIServiceSpec(in, out, s)
}
func autoConvert_v1alpha1_APIServiceStatus_To_apiregistration_APIServiceStatus(in *APIServiceStatus, out *apiregistration.APIServiceStatus, s conversion.Scope) error {
out.Conditions = *(*[]apiregistration.APIServiceCondition)(unsafe.Pointer(&in.Conditions))
return nil
}
// Convert_v1alpha1_APIServiceStatus_To_apiregistration_APIServiceStatus is an autogenerated conversion function.
func Convert_v1alpha1_APIServiceStatus_To_apiregistration_APIServiceStatus(in *APIServiceStatus, out *apiregistration.APIServiceStatus, s conversion.Scope) error {
return autoConvert_v1alpha1_APIServiceStatus_To_apiregistration_APIServiceStatus(in, out, s)
}
func autoConvert_apiregistration_APIServiceStatus_To_v1alpha1_APIServiceStatus(in *apiregistration.APIServiceStatus, out *APIServiceStatus, s conversion.Scope) error {
out.Conditions = *(*[]APIServiceCondition)(unsafe.Pointer(&in.Conditions))
return nil
}
// Convert_apiregistration_APIServiceStatus_To_v1alpha1_APIServiceStatus is an autogenerated conversion function.
func Convert_apiregistration_APIServiceStatus_To_v1alpha1_APIServiceStatus(in *apiregistration.APIServiceStatus, out *APIServiceStatus, s conversion.Scope) error {
return autoConvert_apiregistration_APIServiceStatus_To_v1alpha1_APIServiceStatus(in, out, s)
}
func autoConvert_v1alpha1_ServiceReference_To_apiregistration_ServiceReference(in *ServiceReference, out *apiregistration.ServiceReference, s conversion.Scope) error {
out.Namespace = in.Namespace
out.Name = in.Name
return nil
}
// Convert_v1alpha1_ServiceReference_To_apiregistration_ServiceReference is an autogenerated conversion function.
func Convert_v1alpha1_ServiceReference_To_apiregistration_ServiceReference(in *ServiceReference, out *apiregistration.ServiceReference, s conversion.Scope) error {
return autoConvert_v1alpha1_ServiceReference_To_apiregistration_ServiceReference(in, out, s)
}
func autoConvert_apiregistration_ServiceReference_To_v1alpha1_ServiceReference(in *apiregistration.ServiceReference, out *ServiceReference, s conversion.Scope) error {
out.Namespace = in.Namespace
out.Name = in.Name
return nil
}
// Convert_apiregistration_ServiceReference_To_v1alpha1_ServiceReference is an autogenerated conversion function.
func Convert_apiregistration_ServiceReference_To_v1alpha1_ServiceReference(in *apiregistration.ServiceReference, out *ServiceReference, s conversion.Scope) error {
return autoConvert_apiregistration_ServiceReference_To_v1alpha1_ServiceReference(in, out, s)
}

View File

@ -13,7 +13,6 @@ go_library(
"doc.go", "doc.go",
"generated.pb.go", "generated.pb.go",
"register.go", "register.go",
"types.generated.go",
"types.go", "types.go",
"zz_generated.conversion.go", "zz_generated.conversion.go",
"zz_generated.deepcopy.go", "zz_generated.deepcopy.go",
@ -21,12 +20,10 @@ go_library(
tags = ["automanaged"], tags = ["automanaged"],
deps = [ deps = [
"//vendor/github.com/gogo/protobuf/proto:go_default_library", "//vendor/github.com/gogo/protobuf/proto:go_default_library",
"//vendor/github.com/ugorji/go/codec:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/conversion:go_default_library", "//vendor/k8s.io/apimachinery/pkg/conversion:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/types:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration:go_default_library",
], ],
) )

View File

@ -0,0 +1,35 @@
/*
Copyright 2016 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// +k8s:deepcopy-gen=package,register
// +k8s:conversion-gen=k8s.io/kubernetes/vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration
// Package v1beta1 contains the API Registration API, which is responsible for
// registering an API `Group`/`Version` with another kubernetes like API server.
// The `APIService` holds information about the other API server in
// `APIServiceSpec` type as well as general `TypeMeta` and `ObjectMeta`. The
// `APIServiceSpec` type have the main configuration needed to do the
// aggregation. Any request coming for specified `Group`/`Version` will be
// directed to the service defined by `ServiceReference` (on port 443) after
// validating the target using provided `CABundle` or skipping validation
// if development flag `InsecureSkipTLSVerify` is set. `Priority` is controlling
// the order of this API group in the overall discovery document.
// The return status is a set of conditions for this aggregation. Currently
// there is only one condition named "Available", if true, it means the
// api/server requests will be redirected to specified API server.
//
// +groupName=apiregistration.k8s.io
package v1beta1 // import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1"

View File

@ -15,14 +15,14 @@ limitations under the License.
*/ */
// Code generated by protoc-gen-gogo. // Code generated by protoc-gen-gogo.
// source: k8s.io/kubernetes/vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto // source: k8s.io/kubernetes/vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1/generated.proto
// DO NOT EDIT! // DO NOT EDIT!
/* /*
Package v1alpha1 is a generated protocol buffer package. Package v1beta1 is a generated protocol buffer package.
It is generated from these files: It is generated from these files:
k8s.io/kubernetes/vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto k8s.io/kubernetes/vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1/generated.proto
It has these top-level messages: It has these top-level messages:
APIService APIService
@ -32,7 +32,7 @@ limitations under the License.
APIServiceStatus APIServiceStatus
ServiceReference ServiceReference
*/ */
package v1alpha1 package v1beta1
import proto "github.com/gogo/protobuf/proto" import proto "github.com/gogo/protobuf/proto"
import fmt "fmt" import fmt "fmt"
@ -79,12 +79,12 @@ func (*ServiceReference) ProtoMessage() {}
func (*ServiceReference) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{5} } func (*ServiceReference) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{5} }
func init() { func init() {
proto.RegisterType((*APIService)(nil), "k8s.io.kube_aggregator.pkg.apis.apiregistration.v1alpha1.APIService") proto.RegisterType((*APIService)(nil), "k8s.io.kube_aggregator.pkg.apis.apiregistration.v1beta1.APIService")
proto.RegisterType((*APIServiceCondition)(nil), "k8s.io.kube_aggregator.pkg.apis.apiregistration.v1alpha1.APIServiceCondition") proto.RegisterType((*APIServiceCondition)(nil), "k8s.io.kube_aggregator.pkg.apis.apiregistration.v1beta1.APIServiceCondition")
proto.RegisterType((*APIServiceList)(nil), "k8s.io.kube_aggregator.pkg.apis.apiregistration.v1alpha1.APIServiceList") proto.RegisterType((*APIServiceList)(nil), "k8s.io.kube_aggregator.pkg.apis.apiregistration.v1beta1.APIServiceList")
proto.RegisterType((*APIServiceSpec)(nil), "k8s.io.kube_aggregator.pkg.apis.apiregistration.v1alpha1.APIServiceSpec") proto.RegisterType((*APIServiceSpec)(nil), "k8s.io.kube_aggregator.pkg.apis.apiregistration.v1beta1.APIServiceSpec")
proto.RegisterType((*APIServiceStatus)(nil), "k8s.io.kube_aggregator.pkg.apis.apiregistration.v1alpha1.APIServiceStatus") proto.RegisterType((*APIServiceStatus)(nil), "k8s.io.kube_aggregator.pkg.apis.apiregistration.v1beta1.APIServiceStatus")
proto.RegisterType((*ServiceReference)(nil), "k8s.io.kube_aggregator.pkg.apis.apiregistration.v1alpha1.ServiceReference") proto.RegisterType((*ServiceReference)(nil), "k8s.io.kube_aggregator.pkg.apis.apiregistration.v1beta1.ServiceReference")
} }
func (m *APIService) Marshal() (dAtA []byte, err error) { func (m *APIService) Marshal() (dAtA []byte, err error) {
size := m.Size() size := m.Size()
@ -1475,61 +1475,60 @@ var (
) )
func init() { func init() {
proto.RegisterFile("k8s.io/kubernetes/vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1/generated.proto", fileDescriptorGenerated) proto.RegisterFile("k8s.io/kubernetes/vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1/generated.proto", fileDescriptorGenerated)
} }
var fileDescriptorGenerated = []byte{ var fileDescriptorGenerated = []byte{
// 819 bytes of a gzipped FileDescriptorProto // 815 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xcf, 0x6f, 0x1b, 0x45, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0x4d, 0x6f, 0x1b, 0x45,
0x14, 0xf6, 0x26, 0xb6, 0xe3, 0x4c, 0x42, 0x1b, 0x06, 0x55, 0x58, 0x96, 0x58, 0x07, 0x23, 0x81, 0x18, 0xf6, 0x3a, 0x4e, 0xe2, 0x4c, 0x42, 0x1b, 0x06, 0x55, 0x58, 0x91, 0x58, 0x07, 0x23, 0x81,
0xa9, 0xe8, 0x2e, 0x29, 0x08, 0x15, 0x71, 0xea, 0x16, 0x09, 0x82, 0x12, 0xa8, 0xc6, 0x51, 0x0f, 0x8b, 0xe8, 0x2e, 0x29, 0x88, 0x0f, 0x71, 0xea, 0xe6, 0x50, 0x59, 0x72, 0xa1, 0x1a, 0x47, 0x3d,
0x08, 0x09, 0xc6, 0xeb, 0x97, 0xf5, 0xd4, 0xde, 0x1f, 0xcc, 0xcc, 0xae, 0xf0, 0xad, 0xfc, 0x07, 0x20, 0x24, 0x3a, 0x5e, 0xbf, 0x59, 0x0f, 0xf6, 0x7e, 0x30, 0x33, 0xbb, 0xc2, 0xb7, 0xfe, 0x04,
0x9c, 0xf8, 0x9b, 0x72, 0x42, 0x3d, 0x96, 0x8b, 0x45, 0xcc, 0x7f, 0xd1, 0x13, 0x9a, 0xd9, 0xd9, 0x2e, 0xfc, 0xa7, 0x1c, 0x38, 0xf4, 0x98, 0x93, 0x45, 0xcc, 0xbf, 0xe8, 0x05, 0x34, 0xb3, 0xb3,
0x1f, 0x8d, 0x5d, 0x11, 0x41, 0x2e, 0x96, 0xe7, 0xbd, 0xf7, 0x7d, 0xdf, 0x7b, 0xf3, 0xbe, 0x1d, 0x1f, 0x8d, 0x5d, 0xb5, 0x8a, 0x72, 0xb1, 0xfc, 0x7e, 0x3c, 0xcf, 0xf3, 0x7e, 0xed, 0xa0, 0xe7,
0x44, 0x67, 0x0f, 0x84, 0xc3, 0x62, 0x77, 0x96, 0x8e, 0x81, 0x47, 0x20, 0x41, 0xb8, 0x19, 0x44, 0xb3, 0xef, 0x84, 0xc3, 0x62, 0x77, 0x96, 0x8e, 0x81, 0x47, 0x20, 0x41, 0xb8, 0x19, 0x44, 0x93,
0x93, 0x98, 0xbb, 0xb5, 0xc4, 0x3d, 0x1a, 0x04, 0x1c, 0x02, 0x2a, 0x63, 0xee, 0x26, 0xb3, 0xc0, 0x98, 0xbb, 0xb5, 0xc0, 0x03, 0x1a, 0x04, 0x1c, 0x02, 0x2a, 0x63, 0xee, 0x26, 0xb3, 0xc0, 0xa5,
0xa5, 0x09, 0x13, 0xea, 0x87, 0x43, 0xc0, 0x84, 0xe4, 0x54, 0xb2, 0x38, 0x72, 0xb3, 0x23, 0x3a, 0x09, 0x13, 0xea, 0x87, 0x43, 0xc0, 0x84, 0xe4, 0x54, 0xb2, 0x38, 0x72, 0xb3, 0x93, 0x31, 0x48,
0x4f, 0xa6, 0xf4, 0xc8, 0x0d, 0x20, 0x02, 0x4e, 0x25, 0x4c, 0x9c, 0x84, 0xc7, 0x32, 0xc6, 0x0f, 0x7a, 0xe2, 0x06, 0x10, 0x01, 0xa7, 0x12, 0x26, 0x4e, 0xc2, 0x63, 0x19, 0xe3, 0x6f, 0x73, 0x22,
0x72, 0x26, 0x47, 0x31, 0xfd, 0x58, 0x31, 0x39, 0xc9, 0x2c, 0x70, 0x14, 0x93, 0x73, 0x85, 0xc9, 0x47, 0x11, 0xfd, 0x5a, 0x11, 0x39, 0xc9, 0x2c, 0x70, 0x14, 0x91, 0x73, 0x8d, 0xc8, 0x31, 0x44,
0x29, 0x98, 0x7a, 0xf7, 0x02, 0x26, 0xa7, 0xe9, 0xd8, 0xf1, 0xe3, 0xd0, 0x0d, 0xe2, 0x20, 0x76, 0x47, 0x0f, 0x02, 0x26, 0xa7, 0xe9, 0xd8, 0xf1, 0xe3, 0xd0, 0x0d, 0xe2, 0x20, 0x76, 0x35, 0xdf,
0x35, 0xe1, 0x38, 0x3d, 0xd7, 0x27, 0x7d, 0xd0, 0xff, 0x72, 0xa1, 0xde, 0xa7, 0xa6, 0x65, 0x9a, 0x38, 0x3d, 0xd7, 0x96, 0x36, 0xf4, 0xbf, 0x5c, 0xe7, 0xe8, 0x6b, 0x53, 0x30, 0x4d, 0x58, 0x48,
0xb0, 0x90, 0xfa, 0x53, 0x16, 0x01, 0x5f, 0x54, 0xfd, 0x86, 0x20, 0xa9, 0x9b, 0xad, 0xb5, 0xd7, 0xfd, 0x29, 0x8b, 0x80, 0x2f, 0xaa, 0x6a, 0x43, 0x90, 0xd4, 0xcd, 0xd6, 0xaa, 0x3b, 0x72, 0xdf,
0x73, 0x5f, 0x87, 0xe2, 0x69, 0x24, 0x59, 0x08, 0x6b, 0x80, 0xcf, 0xfe, 0x0d, 0x20, 0xfc, 0x29, 0x84, 0xe2, 0x69, 0x24, 0x59, 0x08, 0x6b, 0x80, 0x6f, 0xde, 0x06, 0x10, 0xfe, 0x14, 0x42, 0xba,
0x84, 0x74, 0x0d, 0xf7, 0xc9, 0xeb, 0x70, 0xa9, 0x64, 0x73, 0x97, 0x45, 0x52, 0x48, 0xbe, 0x06, 0x86, 0xfb, 0xea, 0x4d, 0xb8, 0x54, 0xb2, 0xb9, 0xcb, 0x22, 0x29, 0x24, 0x5f, 0x03, 0xd5, 0x7a,
0xaa, 0xcd, 0x24, 0x80, 0x67, 0x50, 0x5b, 0x00, 0xfc, 0x42, 0xc3, 0x64, 0x0e, 0x1b, 0x66, 0x1a, 0x12, 0xc0, 0x33, 0xa8, 0x8d, 0x1f, 0xfe, 0xa0, 0x61, 0x32, 0x87, 0x0d, 0x3d, 0xf5, 0xfe, 0x6e,
0xfc, 0xb1, 0x85, 0xd0, 0xc3, 0xc7, 0xc7, 0x23, 0xe0, 0x19, 0xf3, 0x01, 0xff, 0x84, 0x3a, 0x6a, 0x22, 0xf4, 0xe8, 0xe9, 0x60, 0x04, 0x3c, 0x63, 0x3e, 0xe0, 0xe7, 0xa8, 0xad, 0xba, 0x9f, 0x50,
0xfa, 0x09, 0x95, 0xb4, 0x6b, 0x1d, 0x5a, 0xc3, 0xbd, 0xfb, 0x1f, 0x3b, 0x66, 0x29, 0xf5, 0x66, 0x49, 0x3b, 0xd6, 0xb1, 0xd5, 0xdf, 0x7f, 0xf8, 0xa5, 0x63, 0x76, 0x52, 0x2f, 0xa6, 0x5a, 0x88,
0xaa, 0x8d, 0xa8, 0x6a, 0x27, 0x3b, 0x72, 0xbe, 0x1b, 0x3f, 0x05, 0x5f, 0x9e, 0x82, 0xa4, 0x1e, 0xca, 0x76, 0xb2, 0x13, 0xe7, 0xa7, 0xf1, 0x6f, 0xe0, 0xcb, 0x27, 0x20, 0xa9, 0x87, 0x2f, 0x96,
0xbe, 0x58, 0xf6, 0x1b, 0xab, 0x65, 0x1f, 0x55, 0x31, 0x52, 0xb2, 0xe2, 0xa7, 0xa8, 0x29, 0x12, 0xdd, 0xc6, 0x6a, 0xd9, 0x45, 0x95, 0x8f, 0x94, 0xac, 0x98, 0xa1, 0x96, 0x48, 0xc0, 0xef, 0x34,
0xf0, 0xbb, 0x5b, 0x9a, 0xfd, 0x6b, 0xe7, 0xbf, 0xae, 0xdc, 0xa9, 0xba, 0x1e, 0x25, 0xe0, 0x7b, 0x35, 0xfb, 0x63, 0xe7, 0x86, 0x1b, 0x77, 0xaa, 0xa2, 0x47, 0x09, 0xf8, 0xde, 0x81, 0x11, 0x6d,
0xfb, 0x46, 0xb5, 0xa9, 0x4e, 0x44, 0x6b, 0x60, 0x8e, 0xda, 0x42, 0x52, 0x99, 0x8a, 0xee, 0xb6, 0x29, 0x8b, 0x68, 0x09, 0xfc, 0x3b, 0xda, 0x11, 0x92, 0xca, 0x54, 0x74, 0xb6, 0xb4, 0xd8, 0xe0,
0x56, 0xfb, 0xe6, 0x46, 0xd4, 0x34, 0xa3, 0x77, 0xcb, 0xe8, 0xb5, 0xf3, 0x33, 0x31, 0x4a, 0x83, 0x36, 0xc4, 0x34, 0xa1, 0x77, 0xc7, 0xc8, 0xed, 0xe4, 0x36, 0x31, 0x42, 0xbd, 0xcb, 0x26, 0xfa,
0x17, 0x5b, 0xe8, 0xad, 0xaa, 0xf8, 0x51, 0x1c, 0x4d, 0x98, 0x62, 0xc2, 0x5f, 0xa0, 0xa6, 0x5c, 0xa0, 0x4a, 0x3e, 0x8d, 0xa3, 0x09, 0x53, 0x44, 0xf8, 0x07, 0xd4, 0x92, 0x8b, 0x04, 0xf4, 0x4c,
0x24, 0xa0, 0x6f, 0x75, 0xd7, 0xfb, 0xa0, 0xe8, 0xf6, 0x6c, 0x91, 0xc0, 0xcb, 0x65, 0xff, 0xed, 0xf7, 0xbc, 0xcf, 0x8a, 0x62, 0xcf, 0x16, 0x09, 0xbc, 0x5a, 0x76, 0x3f, 0xdc, 0x00, 0x51, 0x21,
0x0d, 0x10, 0x95, 0x22, 0x1a, 0x84, 0x3f, 0x2f, 0x07, 0xd9, 0xd2, 0xf0, 0x77, 0x5f, 0x15, 0x7f, 0xa2, 0x41, 0xf8, 0xfb, 0xb2, 0x8f, 0xa6, 0x86, 0x7f, 0xfc, 0xba, 0xf8, 0xab, 0x65, 0xf7, 0x6e,
0xb9, 0xec, 0xdf, 0x2e, 0x61, 0xaf, 0xf6, 0x83, 0x33, 0x84, 0xe7, 0x54, 0xc8, 0x33, 0x4e, 0x23, 0x09, 0x7b, 0xbd, 0x1e, 0x9c, 0x21, 0x3c, 0xa7, 0x42, 0x9e, 0x71, 0x1a, 0x89, 0x9c, 0x96, 0x85,
0x91, 0xd3, 0xb2, 0x10, 0xcc, 0x7d, 0xdc, 0xbd, 0xde, 0x6e, 0x15, 0xc2, 0xeb, 0x19, 0x49, 0x7c, 0x60, 0xc6, 0xf1, 0xf9, 0xbb, 0x6d, 0x56, 0x21, 0xbc, 0x23, 0x23, 0x89, 0x87, 0x6b, 0x6c, 0x64,
0xb2, 0xc6, 0x46, 0x36, 0x28, 0xe0, 0xf7, 0x51, 0x9b, 0x03, 0x15, 0x71, 0xd4, 0x6d, 0xea, 0x96, 0x83, 0x02, 0xfe, 0x14, 0xed, 0x70, 0xa0, 0x22, 0x8e, 0x3a, 0x2d, 0x5d, 0x72, 0x39, 0x2f, 0xa2,
0xcb, 0xfb, 0x22, 0x3a, 0x4a, 0x4c, 0x16, 0x7f, 0x88, 0x76, 0x42, 0x10, 0x82, 0x06, 0xd0, 0x6d, 0xbd, 0xc4, 0x44, 0xf1, 0x7d, 0xb4, 0x1b, 0x82, 0x10, 0x34, 0x80, 0xce, 0xb6, 0x4e, 0xbc, 0x6b,
0xe9, 0xc2, 0xdb, 0xa6, 0x70, 0xe7, 0x34, 0x0f, 0x93, 0x22, 0x3f, 0xf8, 0xd3, 0x42, 0xb7, 0xaa, 0x12, 0x77, 0x9f, 0xe4, 0x6e, 0x52, 0xc4, 0x7b, 0x97, 0x16, 0xba, 0x53, 0xcd, 0x69, 0xc8, 0x84,
0x7b, 0x3a, 0x61, 0x42, 0xe2, 0x1f, 0xd6, 0xfc, 0xea, 0x5c, 0x6f, 0x26, 0x85, 0xd6, 0x6e, 0x3d, 0xc4, 0xbf, 0xac, 0x5d, 0xab, 0xf3, 0x6e, 0x3d, 0x29, 0xb4, 0xbe, 0xd5, 0x43, 0x23, 0xd7, 0x2e,
0x30, 0x72, 0x9d, 0x22, 0x52, 0xf3, 0x2a, 0x43, 0x2d, 0x26, 0x21, 0x54, 0xb7, 0xbe, 0x3d, 0xdc, 0x3c, 0xb5, 0x4b, 0x9d, 0xa2, 0x6d, 0x26, 0x21, 0x54, 0x53, 0xdf, 0xea, 0xef, 0x3f, 0x3c, 0xbd,
0xbb, 0xff, 0xe5, 0x4d, 0xd8, 0xc7, 0x7b, 0xc3, 0x08, 0xb6, 0x8e, 0x15, 0x35, 0xc9, 0x15, 0x06, 0x85, 0xeb, 0xf1, 0xde, 0x33, 0x7a, 0xdb, 0x03, 0xc5, 0x4c, 0x72, 0x81, 0xde, 0x7f, 0xcd, 0x7a,
0xcf, 0xb6, 0xeb, 0xb3, 0x29, 0x0f, 0xe3, 0x9f, 0xd1, 0x8e, 0xc8, 0x8f, 0x66, 0xb4, 0xff, 0x61, 0x6b, 0xea, 0x82, 0x71, 0x82, 0x76, 0x45, 0x6e, 0x9a, 0xce, 0x6e, 0x7e, 0xbc, 0x86, 0x96, 0xc0,
0x5f, 0xc3, 0x4b, 0xe0, 0x1c, 0x38, 0x44, 0x3e, 0x78, 0x7b, 0xea, 0x86, 0x8b, 0x68, 0xa1, 0x83, 0x39, 0x70, 0x88, 0x7c, 0xf0, 0xf6, 0xd5, 0x7c, 0x0b, 0x6f, 0x21, 0x83, 0x3f, 0x41, 0xdb, 0x01,
0xdf, 0x43, 0xad, 0x80, 0xc7, 0x69, 0x62, 0x6c, 0x56, 0xb6, 0xfa, 0x95, 0x0a, 0x92, 0x3c, 0xa7, 0x8f, 0xd3, 0xc4, 0x1c, 0x59, 0x59, 0xe9, 0x63, 0xe5, 0x24, 0x79, 0x4c, 0xed, 0x2b, 0x03, 0x2e,
0x36, 0x96, 0x01, 0x17, 0x2c, 0x8e, 0xb4, 0x8d, 0x6a, 0x1b, 0x7b, 0x92, 0x87, 0x49, 0x91, 0xc7, 0x58, 0x1c, 0xe9, 0x23, 0xaa, 0xed, 0xeb, 0x59, 0xee, 0x26, 0x45, 0x1c, 0x8f, 0xd0, 0x3d, 0x16,
0x23, 0x74, 0x87, 0x45, 0x02, 0xfc, 0x94, 0xc3, 0x68, 0xc6, 0x92, 0xb3, 0x93, 0xd1, 0x13, 0xe0, 0x09, 0xf0, 0x53, 0x0e, 0xa3, 0x19, 0x4b, 0xce, 0x86, 0xa3, 0x67, 0xc0, 0xd9, 0xf9, 0x42, 0x5f,
0xec, 0x7c, 0xa1, 0x3d, 0xd1, 0xf1, 0xde, 0x31, 0xc0, 0x3b, 0xc7, 0x9b, 0x8a, 0xc8, 0x66, 0x2c, 0x44, 0xdb, 0xfb, 0xc8, 0x00, 0xef, 0x0d, 0x36, 0x25, 0x91, 0xcd, 0x58, 0xdc, 0x47, 0x6d, 0x9f,
0x1e, 0xa2, 0x8e, 0x4f, 0xbd, 0x34, 0x9a, 0xcc, 0x73, 0xcb, 0xec, 0x7b, 0xfb, 0x6a, 0x7f, 0x8f, 0x7a, 0x69, 0x34, 0x99, 0xe7, 0x07, 0x73, 0xe0, 0x1d, 0xa8, 0xed, 0x9d, 0x3e, 0xca, 0x7d, 0xa4,
0x1e, 0xe6, 0x31, 0x52, 0x66, 0xf1, 0x47, 0xa8, 0x93, 0x70, 0x16, 0x73, 0x26, 0x17, 0xdd, 0xf6, 0x8c, 0xe2, 0x2f, 0x50, 0x3b, 0xe1, 0x2c, 0xe6, 0x4c, 0x2e, 0x3a, 0x3b, 0xc7, 0x56, 0x7f, 0xab,
0xa1, 0x35, 0xdc, 0xae, 0xb6, 0xfd, 0xd8, 0xc4, 0x49, 0x59, 0x31, 0xf8, 0xdd, 0x42, 0x07, 0x57, 0xda, 0xf5, 0x53, 0xe3, 0x27, 0x65, 0x46, 0xef, 0x2f, 0x0b, 0x1d, 0x5e, 0xff, 0xc8, 0xf1, 0x0b,
0x3f, 0x73, 0xfc, 0xab, 0x85, 0x90, 0x5f, 0x7c, 0x5a, 0xa2, 0x6b, 0x69, 0x23, 0x9c, 0xde, 0x84, 0x0b, 0x21, 0xbf, 0xf8, 0xb0, 0x44, 0xc7, 0xd2, 0x67, 0x30, 0xbc, 0x85, 0x33, 0x28, 0xbf, 0xd6,
0x11, 0xca, 0x0f, 0xb6, 0x7a, 0x30, 0xcb, 0x90, 0x20, 0x35, 0xd1, 0x01, 0xa0, 0x83, 0xab, 0xfb, 0xea, 0xad, 0x2c, 0x5d, 0x82, 0xd4, 0x34, 0x7b, 0x80, 0x0e, 0xaf, 0xaf, 0x0f, 0xbb, 0x68, 0x2f,
0xc3, 0x2e, 0xda, 0x8d, 0x68, 0x08, 0x22, 0xa1, 0x7e, 0xf1, 0xa6, 0xbc, 0x69, 0x68, 0x76, 0xbf, 0xa2, 0x21, 0x88, 0x84, 0xfa, 0xc5, 0x83, 0xf2, 0xbe, 0xa1, 0xd9, 0xfb, 0xb1, 0x08, 0x90, 0x2a,
0x2d, 0x12, 0xa4, 0xaa, 0xc1, 0x87, 0xa8, 0xa9, 0x0e, 0x66, 0xb3, 0xe5, 0x6b, 0xa9, 0x6a, 0x89, 0x07, 0x1f, 0xa3, 0x96, 0x32, 0xcc, 0x62, 0xcb, 0x97, 0x52, 0xe5, 0x12, 0x1d, 0xf1, 0xee, 0x5f,
0xce, 0x78, 0x77, 0x2f, 0x2e, 0xed, 0xc6, 0xf3, 0x4b, 0xbb, 0xf1, 0xe2, 0xd2, 0x6e, 0x3c, 0x5b, 0x5c, 0xd9, 0x8d, 0x97, 0x57, 0x76, 0xe3, 0xf2, 0xca, 0x6e, 0xbc, 0x58, 0xd9, 0xd6, 0xc5, 0xca,
0xd9, 0xd6, 0xc5, 0xca, 0xb6, 0x9e, 0xaf, 0x6c, 0xeb, 0xaf, 0x95, 0x6d, 0xfd, 0xf6, 0xb7, 0xdd, 0xb6, 0x5e, 0xae, 0x6c, 0xeb, 0x9f, 0x95, 0x6d, 0xfd, 0xf9, 0xaf, 0xdd, 0xf8, 0x79, 0xd7, 0x74,
0xf8, 0xbe, 0x53, 0x8c, 0xf1, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa7, 0x23, 0x85, 0x08, 0x0d, 0xf1, 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1b, 0x3e, 0xbd, 0x0a, 0x05, 0x08, 0x00, 0x00,
0x08, 0x00, 0x00,
} }

View File

@ -19,7 +19,7 @@ limitations under the License.
syntax = 'proto2'; syntax = 'proto2';
package k8s.io.kube_aggregator.pkg.apis.apiregistration.v1alpha1; package k8s.io.kube_aggregator.pkg.apis.apiregistration.v1beta1;
import "k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto"; import "k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto";
import "k8s.io/apimachinery/pkg/runtime/generated.proto"; import "k8s.io/apimachinery/pkg/runtime/generated.proto";
@ -28,7 +28,7 @@ import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto"; import "k8s.io/apiserver/pkg/apis/example/v1/generated.proto";
// Package-wide variables from generator "generated". // Package-wide variables from generator "generated".
option go_package = "v1alpha1"; option go_package = "v1beta1";
// APIService represents a server for a particular GroupVersion. // APIService represents a server for a particular GroupVersion.
// Name must be "version.group". // Name must be "version.group".

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package v1alpha1 package v1beta1
import ( import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@ -25,7 +25,7 @@ import (
const GroupName = "apiregistration.k8s.io" const GroupName = "apiregistration.k8s.io"
// SchemeGroupVersion is group version used to register these objects // SchemeGroupVersion is group version used to register these objects
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1alpha1"} var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1beta1"}
// Resource takes an unqualified resource and returns back a Group qualified GroupResource // Resource takes an unqualified resource and returns back a Group qualified GroupResource
func Resource(resource string) schema.GroupResource { func Resource(resource string) schema.GroupResource {

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package v1alpha1 package v1beta1
import metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" import metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

View File

@ -0,0 +1,213 @@
// +build !ignore_autogenerated
/*
Copyright 2017 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// This file was autogenerated by conversion-gen. Do not edit it manually!
package v1beta1
import (
conversion "k8s.io/apimachinery/pkg/conversion"
runtime "k8s.io/apimachinery/pkg/runtime"
apiregistration "k8s.io/kube-aggregator/pkg/apis/apiregistration"
unsafe "unsafe"
)
func init() {
SchemeBuilder.Register(RegisterConversions)
}
// RegisterConversions adds conversion functions to the given scheme.
// Public to allow building arbitrary schemes.
func RegisterConversions(scheme *runtime.Scheme) error {
return scheme.AddGeneratedConversionFuncs(
Convert_v1beta1_APIService_To_apiregistration_APIService,
Convert_apiregistration_APIService_To_v1beta1_APIService,
Convert_v1beta1_APIServiceCondition_To_apiregistration_APIServiceCondition,
Convert_apiregistration_APIServiceCondition_To_v1beta1_APIServiceCondition,
Convert_v1beta1_APIServiceList_To_apiregistration_APIServiceList,
Convert_apiregistration_APIServiceList_To_v1beta1_APIServiceList,
Convert_v1beta1_APIServiceSpec_To_apiregistration_APIServiceSpec,
Convert_apiregistration_APIServiceSpec_To_v1beta1_APIServiceSpec,
Convert_v1beta1_APIServiceStatus_To_apiregistration_APIServiceStatus,
Convert_apiregistration_APIServiceStatus_To_v1beta1_APIServiceStatus,
Convert_v1beta1_ServiceReference_To_apiregistration_ServiceReference,
Convert_apiregistration_ServiceReference_To_v1beta1_ServiceReference,
)
}
func autoConvert_v1beta1_APIService_To_apiregistration_APIService(in *APIService, out *apiregistration.APIService, s conversion.Scope) error {
out.ObjectMeta = in.ObjectMeta
if err := Convert_v1beta1_APIServiceSpec_To_apiregistration_APIServiceSpec(&in.Spec, &out.Spec, s); err != nil {
return err
}
if err := Convert_v1beta1_APIServiceStatus_To_apiregistration_APIServiceStatus(&in.Status, &out.Status, s); err != nil {
return err
}
return nil
}
// Convert_v1beta1_APIService_To_apiregistration_APIService is an autogenerated conversion function.
func Convert_v1beta1_APIService_To_apiregistration_APIService(in *APIService, out *apiregistration.APIService, s conversion.Scope) error {
return autoConvert_v1beta1_APIService_To_apiregistration_APIService(in, out, s)
}
func autoConvert_apiregistration_APIService_To_v1beta1_APIService(in *apiregistration.APIService, out *APIService, s conversion.Scope) error {
out.ObjectMeta = in.ObjectMeta
if err := Convert_apiregistration_APIServiceSpec_To_v1beta1_APIServiceSpec(&in.Spec, &out.Spec, s); err != nil {
return err
}
if err := Convert_apiregistration_APIServiceStatus_To_v1beta1_APIServiceStatus(&in.Status, &out.Status, s); err != nil {
return err
}
return nil
}
// Convert_apiregistration_APIService_To_v1beta1_APIService is an autogenerated conversion function.
func Convert_apiregistration_APIService_To_v1beta1_APIService(in *apiregistration.APIService, out *APIService, s conversion.Scope) error {
return autoConvert_apiregistration_APIService_To_v1beta1_APIService(in, out, s)
}
func autoConvert_v1beta1_APIServiceCondition_To_apiregistration_APIServiceCondition(in *APIServiceCondition, out *apiregistration.APIServiceCondition, s conversion.Scope) error {
out.Type = apiregistration.APIServiceConditionType(in.Type)
out.Status = apiregistration.ConditionStatus(in.Status)
out.LastTransitionTime = in.LastTransitionTime
out.Reason = in.Reason
out.Message = in.Message
return nil
}
// Convert_v1beta1_APIServiceCondition_To_apiregistration_APIServiceCondition is an autogenerated conversion function.
func Convert_v1beta1_APIServiceCondition_To_apiregistration_APIServiceCondition(in *APIServiceCondition, out *apiregistration.APIServiceCondition, s conversion.Scope) error {
return autoConvert_v1beta1_APIServiceCondition_To_apiregistration_APIServiceCondition(in, out, s)
}
func autoConvert_apiregistration_APIServiceCondition_To_v1beta1_APIServiceCondition(in *apiregistration.APIServiceCondition, out *APIServiceCondition, s conversion.Scope) error {
out.Type = APIServiceConditionType(in.Type)
out.Status = ConditionStatus(in.Status)
out.LastTransitionTime = in.LastTransitionTime
out.Reason = in.Reason
out.Message = in.Message
return nil
}
// Convert_apiregistration_APIServiceCondition_To_v1beta1_APIServiceCondition is an autogenerated conversion function.
func Convert_apiregistration_APIServiceCondition_To_v1beta1_APIServiceCondition(in *apiregistration.APIServiceCondition, out *APIServiceCondition, s conversion.Scope) error {
return autoConvert_apiregistration_APIServiceCondition_To_v1beta1_APIServiceCondition(in, out, s)
}
func autoConvert_v1beta1_APIServiceList_To_apiregistration_APIServiceList(in *APIServiceList, out *apiregistration.APIServiceList, s conversion.Scope) error {
out.ListMeta = in.ListMeta
out.Items = *(*[]apiregistration.APIService)(unsafe.Pointer(&in.Items))
return nil
}
// Convert_v1beta1_APIServiceList_To_apiregistration_APIServiceList is an autogenerated conversion function.
func Convert_v1beta1_APIServiceList_To_apiregistration_APIServiceList(in *APIServiceList, out *apiregistration.APIServiceList, s conversion.Scope) error {
return autoConvert_v1beta1_APIServiceList_To_apiregistration_APIServiceList(in, out, s)
}
func autoConvert_apiregistration_APIServiceList_To_v1beta1_APIServiceList(in *apiregistration.APIServiceList, out *APIServiceList, s conversion.Scope) error {
out.ListMeta = in.ListMeta
if in.Items == nil {
out.Items = make([]APIService, 0)
} else {
out.Items = *(*[]APIService)(unsafe.Pointer(&in.Items))
}
return nil
}
// Convert_apiregistration_APIServiceList_To_v1beta1_APIServiceList is an autogenerated conversion function.
func Convert_apiregistration_APIServiceList_To_v1beta1_APIServiceList(in *apiregistration.APIServiceList, out *APIServiceList, s conversion.Scope) error {
return autoConvert_apiregistration_APIServiceList_To_v1beta1_APIServiceList(in, out, s)
}
func autoConvert_v1beta1_APIServiceSpec_To_apiregistration_APIServiceSpec(in *APIServiceSpec, out *apiregistration.APIServiceSpec, s conversion.Scope) error {
out.Service = (*apiregistration.ServiceReference)(unsafe.Pointer(in.Service))
out.Group = in.Group
out.Version = in.Version
out.InsecureSkipTLSVerify = in.InsecureSkipTLSVerify
out.CABundle = *(*[]byte)(unsafe.Pointer(&in.CABundle))
out.Priority = in.Priority
return nil
}
// Convert_v1beta1_APIServiceSpec_To_apiregistration_APIServiceSpec is an autogenerated conversion function.
func Convert_v1beta1_APIServiceSpec_To_apiregistration_APIServiceSpec(in *APIServiceSpec, out *apiregistration.APIServiceSpec, s conversion.Scope) error {
return autoConvert_v1beta1_APIServiceSpec_To_apiregistration_APIServiceSpec(in, out, s)
}
func autoConvert_apiregistration_APIServiceSpec_To_v1beta1_APIServiceSpec(in *apiregistration.APIServiceSpec, out *APIServiceSpec, s conversion.Scope) error {
out.Service = (*ServiceReference)(unsafe.Pointer(in.Service))
out.Group = in.Group
out.Version = in.Version
out.InsecureSkipTLSVerify = in.InsecureSkipTLSVerify
if in.CABundle == nil {
out.CABundle = make([]byte, 0)
} else {
out.CABundle = *(*[]byte)(unsafe.Pointer(&in.CABundle))
}
out.Priority = in.Priority
return nil
}
// Convert_apiregistration_APIServiceSpec_To_v1beta1_APIServiceSpec is an autogenerated conversion function.
func Convert_apiregistration_APIServiceSpec_To_v1beta1_APIServiceSpec(in *apiregistration.APIServiceSpec, out *APIServiceSpec, s conversion.Scope) error {
return autoConvert_apiregistration_APIServiceSpec_To_v1beta1_APIServiceSpec(in, out, s)
}
func autoConvert_v1beta1_APIServiceStatus_To_apiregistration_APIServiceStatus(in *APIServiceStatus, out *apiregistration.APIServiceStatus, s conversion.Scope) error {
out.Conditions = *(*[]apiregistration.APIServiceCondition)(unsafe.Pointer(&in.Conditions))
return nil
}
// Convert_v1beta1_APIServiceStatus_To_apiregistration_APIServiceStatus is an autogenerated conversion function.
func Convert_v1beta1_APIServiceStatus_To_apiregistration_APIServiceStatus(in *APIServiceStatus, out *apiregistration.APIServiceStatus, s conversion.Scope) error {
return autoConvert_v1beta1_APIServiceStatus_To_apiregistration_APIServiceStatus(in, out, s)
}
func autoConvert_apiregistration_APIServiceStatus_To_v1beta1_APIServiceStatus(in *apiregistration.APIServiceStatus, out *APIServiceStatus, s conversion.Scope) error {
out.Conditions = *(*[]APIServiceCondition)(unsafe.Pointer(&in.Conditions))
return nil
}
// Convert_apiregistration_APIServiceStatus_To_v1beta1_APIServiceStatus is an autogenerated conversion function.
func Convert_apiregistration_APIServiceStatus_To_v1beta1_APIServiceStatus(in *apiregistration.APIServiceStatus, out *APIServiceStatus, s conversion.Scope) error {
return autoConvert_apiregistration_APIServiceStatus_To_v1beta1_APIServiceStatus(in, out, s)
}
func autoConvert_v1beta1_ServiceReference_To_apiregistration_ServiceReference(in *ServiceReference, out *apiregistration.ServiceReference, s conversion.Scope) error {
out.Namespace = in.Namespace
out.Name = in.Name
return nil
}
// Convert_v1beta1_ServiceReference_To_apiregistration_ServiceReference is an autogenerated conversion function.
func Convert_v1beta1_ServiceReference_To_apiregistration_ServiceReference(in *ServiceReference, out *apiregistration.ServiceReference, s conversion.Scope) error {
return autoConvert_v1beta1_ServiceReference_To_apiregistration_ServiceReference(in, out, s)
}
func autoConvert_apiregistration_ServiceReference_To_v1beta1_ServiceReference(in *apiregistration.ServiceReference, out *ServiceReference, s conversion.Scope) error {
out.Namespace = in.Namespace
out.Name = in.Name
return nil
}
// Convert_apiregistration_ServiceReference_To_v1beta1_ServiceReference is an autogenerated conversion function.
func Convert_apiregistration_ServiceReference_To_v1beta1_ServiceReference(in *apiregistration.ServiceReference, out *ServiceReference, s conversion.Scope) error {
return autoConvert_apiregistration_ServiceReference_To_v1beta1_ServiceReference(in, out, s)
}

View File

@ -18,7 +18,7 @@ limitations under the License.
// This file was autogenerated by deepcopy-gen. Do not edit it manually! // This file was autogenerated by deepcopy-gen. Do not edit it manually!
package v1alpha1 package v1beta1
import ( import (
v1 "k8s.io/apimachinery/pkg/apis/meta/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@ -35,16 +35,16 @@ func init() {
// to allow building arbitrary schemes. // to allow building arbitrary schemes.
func RegisterDeepCopies(scheme *runtime.Scheme) error { func RegisterDeepCopies(scheme *runtime.Scheme) error {
return scheme.AddGeneratedDeepCopyFuncs( return scheme.AddGeneratedDeepCopyFuncs(
conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1alpha1_APIService, InType: reflect.TypeOf(&APIService{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1beta1_APIService, InType: reflect.TypeOf(&APIService{})},
conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1alpha1_APIServiceCondition, InType: reflect.TypeOf(&APIServiceCondition{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1beta1_APIServiceCondition, InType: reflect.TypeOf(&APIServiceCondition{})},
conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1alpha1_APIServiceList, InType: reflect.TypeOf(&APIServiceList{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1beta1_APIServiceList, InType: reflect.TypeOf(&APIServiceList{})},
conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1alpha1_APIServiceSpec, InType: reflect.TypeOf(&APIServiceSpec{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1beta1_APIServiceSpec, InType: reflect.TypeOf(&APIServiceSpec{})},
conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1alpha1_APIServiceStatus, InType: reflect.TypeOf(&APIServiceStatus{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1beta1_APIServiceStatus, InType: reflect.TypeOf(&APIServiceStatus{})},
conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1alpha1_ServiceReference, InType: reflect.TypeOf(&ServiceReference{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1beta1_ServiceReference, InType: reflect.TypeOf(&ServiceReference{})},
) )
} }
func DeepCopy_v1alpha1_APIService(in interface{}, out interface{}, c *conversion.Cloner) error { func DeepCopy_v1beta1_APIService(in interface{}, out interface{}, c *conversion.Cloner) error {
{ {
in := in.(*APIService) in := in.(*APIService)
out := out.(*APIService) out := out.(*APIService)
@ -68,7 +68,7 @@ func DeepCopy_v1alpha1_APIService(in interface{}, out interface{}, c *conversion
} }
} }
func DeepCopy_v1alpha1_APIServiceCondition(in interface{}, out interface{}, c *conversion.Cloner) error { func DeepCopy_v1beta1_APIServiceCondition(in interface{}, out interface{}, c *conversion.Cloner) error {
{ {
in := in.(*APIServiceCondition) in := in.(*APIServiceCondition)
out := out.(*APIServiceCondition) out := out.(*APIServiceCondition)
@ -78,7 +78,7 @@ func DeepCopy_v1alpha1_APIServiceCondition(in interface{}, out interface{}, c *c
} }
} }
func DeepCopy_v1alpha1_APIServiceList(in interface{}, out interface{}, c *conversion.Cloner) error { func DeepCopy_v1beta1_APIServiceList(in interface{}, out interface{}, c *conversion.Cloner) error {
{ {
in := in.(*APIServiceList) in := in.(*APIServiceList)
out := out.(*APIServiceList) out := out.(*APIServiceList)
@ -98,7 +98,7 @@ func DeepCopy_v1alpha1_APIServiceList(in interface{}, out interface{}, c *conver
} }
} }
func DeepCopy_v1alpha1_APIServiceSpec(in interface{}, out interface{}, c *conversion.Cloner) error { func DeepCopy_v1beta1_APIServiceSpec(in interface{}, out interface{}, c *conversion.Cloner) error {
{ {
in := in.(*APIServiceSpec) in := in.(*APIServiceSpec)
out := out.(*APIServiceSpec) out := out.(*APIServiceSpec)
@ -117,7 +117,7 @@ func DeepCopy_v1alpha1_APIServiceSpec(in interface{}, out interface{}, c *conver
} }
} }
func DeepCopy_v1alpha1_APIServiceStatus(in interface{}, out interface{}, c *conversion.Cloner) error { func DeepCopy_v1beta1_APIServiceStatus(in interface{}, out interface{}, c *conversion.Cloner) error {
{ {
in := in.(*APIServiceStatus) in := in.(*APIServiceStatus)
out := out.(*APIServiceStatus) out := out.(*APIServiceStatus)
@ -137,7 +137,7 @@ func DeepCopy_v1alpha1_APIServiceStatus(in interface{}, out interface{}, c *conv
} }
} }
func DeepCopy_v1alpha1_ServiceReference(in interface{}, out interface{}, c *conversion.Cloner) error { func DeepCopy_v1beta1_ServiceReference(in interface{}, out interface{}, c *conversion.Cloner) error {
{ {
in := in.(*ServiceReference) in := in.(*ServiceReference)
out := out.(*ServiceReference) out := out.(*ServiceReference)

View File

@ -75,7 +75,7 @@ go_library(
"//vendor/k8s.io/client-go/util/workqueue:go_default_library", "//vendor/k8s.io/client-go/util/workqueue:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/install:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/install:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/client/informers/internalversion:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/client/informers/internalversion:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/client/informers/internalversion/apiregistration/internalversion:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/client/informers/internalversion/apiregistration/internalversion:go_default_library",

View File

@ -36,7 +36,7 @@ import (
"k8s.io/kube-aggregator/pkg/apis/apiregistration" "k8s.io/kube-aggregator/pkg/apis/apiregistration"
"k8s.io/kube-aggregator/pkg/apis/apiregistration/install" "k8s.io/kube-aggregator/pkg/apis/apiregistration/install"
"k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1" "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1"
"k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset" "k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset"
informers "k8s.io/kube-aggregator/pkg/client/informers/internalversion" informers "k8s.io/kube-aggregator/pkg/client/informers/internalversion"
listers "k8s.io/kube-aggregator/pkg/client/listers/apiregistration/internalversion" listers "k8s.io/kube-aggregator/pkg/client/listers/apiregistration/internalversion"
@ -158,12 +158,12 @@ func (c completedConfig) NewWithDelegate(delegationTarget genericapiserver.Deleg
} }
apiGroupInfo := genericapiserver.NewDefaultAPIGroupInfo(apiregistration.GroupName, registry, Scheme, metav1.ParameterCodec, Codecs) apiGroupInfo := genericapiserver.NewDefaultAPIGroupInfo(apiregistration.GroupName, registry, Scheme, metav1.ParameterCodec, Codecs)
apiGroupInfo.GroupMeta.GroupVersion = v1alpha1.SchemeGroupVersion apiGroupInfo.GroupMeta.GroupVersion = v1beta1.SchemeGroupVersion
v1alpha1storage := map[string]rest.Storage{} v1beta1storage := map[string]rest.Storage{}
apiServiceREST := apiservicestorage.NewREST(Scheme, c.GenericConfig.RESTOptionsGetter) apiServiceREST := apiservicestorage.NewREST(Scheme, c.GenericConfig.RESTOptionsGetter)
v1alpha1storage["apiservices"] = apiServiceREST v1beta1storage["apiservices"] = apiServiceREST
v1alpha1storage["apiservices/status"] = apiservicestorage.NewStatusREST(Scheme, apiServiceREST) v1beta1storage["apiservices/status"] = apiservicestorage.NewStatusREST(Scheme, apiServiceREST)
apiGroupInfo.VersionedResourcesStorageMap["v1alpha1"] = v1alpha1storage apiGroupInfo.VersionedResourcesStorageMap["v1beta1"] = v1beta1storage
if err := s.GenericAPIServer.InstallAPIGroup(&apiGroupInfo); err != nil { if err := s.GenericAPIServer.InstallAPIGroup(&apiGroupInfo); err != nil {
return nil, err return nil, err

View File

@ -27,7 +27,7 @@ import (
"k8s.io/apiserver/pkg/endpoints/handlers/responsewriters" "k8s.io/apiserver/pkg/endpoints/handlers/responsewriters"
apiregistrationapi "k8s.io/kube-aggregator/pkg/apis/apiregistration" apiregistrationapi "k8s.io/kube-aggregator/pkg/apis/apiregistration"
apiregistrationv1alpha1api "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1" apiregistrationv1beta1api "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1"
listers "k8s.io/kube-aggregator/pkg/client/listers/apiregistration/internalversion" listers "k8s.io/kube-aggregator/pkg/client/listers/apiregistration/internalversion"
) )
@ -42,13 +42,13 @@ var discoveryGroup = metav1.APIGroup{
Name: apiregistrationapi.GroupName, Name: apiregistrationapi.GroupName,
Versions: []metav1.GroupVersionForDiscovery{ Versions: []metav1.GroupVersionForDiscovery{
{ {
GroupVersion: apiregistrationv1alpha1api.SchemeGroupVersion.String(), GroupVersion: apiregistrationv1beta1api.SchemeGroupVersion.String(),
Version: apiregistrationv1alpha1api.SchemeGroupVersion.Version, Version: apiregistrationv1beta1api.SchemeGroupVersion.Version,
}, },
}, },
PreferredVersion: metav1.GroupVersionForDiscovery{ PreferredVersion: metav1.GroupVersionForDiscovery{
GroupVersion: apiregistrationv1alpha1api.SchemeGroupVersion.String(), GroupVersion: apiregistrationv1beta1api.SchemeGroupVersion.String(),
Version: apiregistrationv1alpha1api.SchemeGroupVersion.Version, Version: apiregistrationv1beta1api.SchemeGroupVersion.Version,
}, },
} }

View File

@ -19,6 +19,6 @@ go_library(
"//vendor/k8s.io/client-go/discovery:go_default_library", "//vendor/k8s.io/client-go/discovery:go_default_library",
"//vendor/k8s.io/client-go/rest:go_default_library", "//vendor/k8s.io/client-go/rest:go_default_library",
"//vendor/k8s.io/client-go/util/flowcontrol:go_default_library", "//vendor/k8s.io/client-go/util/flowcontrol:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1alpha1:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1beta1:go_default_library",
], ],
) )

View File

@ -21,38 +21,38 @@ import (
discovery "k8s.io/client-go/discovery" discovery "k8s.io/client-go/discovery"
rest "k8s.io/client-go/rest" rest "k8s.io/client-go/rest"
flowcontrol "k8s.io/client-go/util/flowcontrol" flowcontrol "k8s.io/client-go/util/flowcontrol"
apiregistrationv1alpha1 "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1alpha1" apiregistrationv1beta1 "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1beta1"
) )
type Interface interface { type Interface interface {
Discovery() discovery.DiscoveryInterface Discovery() discovery.DiscoveryInterface
ApiregistrationV1alpha1() apiregistrationv1alpha1.ApiregistrationV1alpha1Interface ApiregistrationV1beta1() apiregistrationv1beta1.ApiregistrationV1beta1Interface
// Deprecated: please explicitly pick a version if possible. // Deprecated: please explicitly pick a version if possible.
Apiregistration() apiregistrationv1alpha1.ApiregistrationV1alpha1Interface Apiregistration() apiregistrationv1beta1.ApiregistrationV1beta1Interface
} }
// Clientset contains the clients for groups. Each group has exactly one // Clientset contains the clients for groups. Each group has exactly one
// version included in a Clientset. // version included in a Clientset.
type Clientset struct { type Clientset struct {
*discovery.DiscoveryClient *discovery.DiscoveryClient
*apiregistrationv1alpha1.ApiregistrationV1alpha1Client *apiregistrationv1beta1.ApiregistrationV1beta1Client
} }
// ApiregistrationV1alpha1 retrieves the ApiregistrationV1alpha1Client // ApiregistrationV1beta1 retrieves the ApiregistrationV1beta1Client
func (c *Clientset) ApiregistrationV1alpha1() apiregistrationv1alpha1.ApiregistrationV1alpha1Interface { func (c *Clientset) ApiregistrationV1beta1() apiregistrationv1beta1.ApiregistrationV1beta1Interface {
if c == nil { if c == nil {
return nil return nil
} }
return c.ApiregistrationV1alpha1Client return c.ApiregistrationV1beta1Client
} }
// Deprecated: Apiregistration retrieves the default version of ApiregistrationClient. // Deprecated: Apiregistration retrieves the default version of ApiregistrationClient.
// Please explicitly pick a version. // Please explicitly pick a version.
func (c *Clientset) Apiregistration() apiregistrationv1alpha1.ApiregistrationV1alpha1Interface { func (c *Clientset) Apiregistration() apiregistrationv1beta1.ApiregistrationV1beta1Interface {
if c == nil { if c == nil {
return nil return nil
} }
return c.ApiregistrationV1alpha1Client return c.ApiregistrationV1beta1Client
} }
// Discovery retrieves the DiscoveryClient // Discovery retrieves the DiscoveryClient
@ -71,7 +71,7 @@ func NewForConfig(c *rest.Config) (*Clientset, error) {
} }
var cs Clientset var cs Clientset
var err error var err error
cs.ApiregistrationV1alpha1Client, err = apiregistrationv1alpha1.NewForConfig(&configShallowCopy) cs.ApiregistrationV1beta1Client, err = apiregistrationv1beta1.NewForConfig(&configShallowCopy)
if err != nil { if err != nil {
return nil, err return nil, err
} }
@ -88,7 +88,7 @@ func NewForConfig(c *rest.Config) (*Clientset, error) {
// panics if there is an error in the config. // panics if there is an error in the config.
func NewForConfigOrDie(c *rest.Config) *Clientset { func NewForConfigOrDie(c *rest.Config) *Clientset {
var cs Clientset var cs Clientset
cs.ApiregistrationV1alpha1Client = apiregistrationv1alpha1.NewForConfigOrDie(c) cs.ApiregistrationV1beta1Client = apiregistrationv1beta1.NewForConfigOrDie(c)
cs.DiscoveryClient = discovery.NewDiscoveryClientForConfigOrDie(c) cs.DiscoveryClient = discovery.NewDiscoveryClientForConfigOrDie(c)
return &cs return &cs
@ -97,7 +97,7 @@ func NewForConfigOrDie(c *rest.Config) *Clientset {
// New creates a new Clientset for the given RESTClient. // New creates a new Clientset for the given RESTClient.
func New(c rest.Interface) *Clientset { func New(c rest.Interface) *Clientset {
var cs Clientset var cs Clientset
cs.ApiregistrationV1alpha1Client = apiregistrationv1alpha1.New(c) cs.ApiregistrationV1beta1Client = apiregistrationv1beta1.New(c)
cs.DiscoveryClient = discovery.NewDiscoveryClient(c) cs.DiscoveryClient = discovery.NewDiscoveryClient(c)
return &cs return &cs

View File

@ -24,9 +24,9 @@ go_library(
"//vendor/k8s.io/client-go/discovery:go_default_library", "//vendor/k8s.io/client-go/discovery:go_default_library",
"//vendor/k8s.io/client-go/discovery/fake:go_default_library", "//vendor/k8s.io/client-go/discovery/fake:go_default_library",
"//vendor/k8s.io/client-go/testing:go_default_library", "//vendor/k8s.io/client-go/testing:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1alpha1:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1beta1:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1alpha1/fake:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1beta1/fake:go_default_library",
], ],
) )

View File

@ -23,8 +23,8 @@ import (
fakediscovery "k8s.io/client-go/discovery/fake" fakediscovery "k8s.io/client-go/discovery/fake"
"k8s.io/client-go/testing" "k8s.io/client-go/testing"
clientset "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset" clientset "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset"
apiregistrationv1alpha1 "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1alpha1" apiregistrationv1beta1 "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1beta1"
fakeapiregistrationv1alpha1 "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1alpha1/fake" fakeapiregistrationv1beta1 "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1beta1/fake"
) )
// NewSimpleClientset returns a clientset that will respond with the provided objects. // NewSimpleClientset returns a clientset that will respond with the provided objects.
@ -60,12 +60,12 @@ func (c *Clientset) Discovery() discovery.DiscoveryInterface {
var _ clientset.Interface = &Clientset{} var _ clientset.Interface = &Clientset{}
// ApiregistrationV1alpha1 retrieves the ApiregistrationV1alpha1Client // ApiregistrationV1beta1 retrieves the ApiregistrationV1beta1Client
func (c *Clientset) ApiregistrationV1alpha1() apiregistrationv1alpha1.ApiregistrationV1alpha1Interface { func (c *Clientset) ApiregistrationV1beta1() apiregistrationv1beta1.ApiregistrationV1beta1Interface {
return &fakeapiregistrationv1alpha1.FakeApiregistrationV1alpha1{Fake: &c.Fake} return &fakeapiregistrationv1beta1.FakeApiregistrationV1beta1{Fake: &c.Fake}
} }
// Apiregistration retrieves the ApiregistrationV1alpha1Client // Apiregistration retrieves the ApiregistrationV1beta1Client
func (c *Clientset) Apiregistration() apiregistrationv1alpha1.ApiregistrationV1alpha1Interface { func (c *Clientset) Apiregistration() apiregistrationv1beta1.ApiregistrationV1beta1Interface {
return &fakeapiregistrationv1alpha1.FakeApiregistrationV1alpha1{Fake: &c.Fake} return &fakeapiregistrationv1beta1.FakeApiregistrationV1beta1{Fake: &c.Fake}
} }

View File

@ -21,7 +21,7 @@ import (
runtime "k8s.io/apimachinery/pkg/runtime" runtime "k8s.io/apimachinery/pkg/runtime"
schema "k8s.io/apimachinery/pkg/runtime/schema" schema "k8s.io/apimachinery/pkg/runtime/schema"
serializer "k8s.io/apimachinery/pkg/runtime/serializer" serializer "k8s.io/apimachinery/pkg/runtime/serializer"
apiregistrationv1alpha1 "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1" apiregistrationv1beta1 "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1"
) )
var scheme = runtime.NewScheme() var scheme = runtime.NewScheme()
@ -48,6 +48,6 @@ func init() {
// After this, RawExtensions in Kubernetes types will serialize kube-aggregator types // After this, RawExtensions in Kubernetes types will serialize kube-aggregator types
// correctly. // correctly.
func AddToScheme(scheme *runtime.Scheme) { func AddToScheme(scheme *runtime.Scheme) {
apiregistrationv1alpha1.AddToScheme(scheme) apiregistrationv1beta1.AddToScheme(scheme)
} }

View File

@ -19,6 +19,6 @@ go_library(
"//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/runtime/serializer:go_default_library", "//vendor/k8s.io/apimachinery/pkg/runtime/serializer:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1:go_default_library",
], ],
) )

View File

@ -21,7 +21,7 @@ import (
runtime "k8s.io/apimachinery/pkg/runtime" runtime "k8s.io/apimachinery/pkg/runtime"
schema "k8s.io/apimachinery/pkg/runtime/schema" schema "k8s.io/apimachinery/pkg/runtime/schema"
serializer "k8s.io/apimachinery/pkg/runtime/serializer" serializer "k8s.io/apimachinery/pkg/runtime/serializer"
apiregistrationv1alpha1 "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1" apiregistrationv1beta1 "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1"
) )
var Scheme = runtime.NewScheme() var Scheme = runtime.NewScheme()
@ -48,6 +48,6 @@ func init() {
// After this, RawExtensions in Kubernetes types will serialize kube-aggregator types // After this, RawExtensions in Kubernetes types will serialize kube-aggregator types
// correctly. // correctly.
func AddToScheme(scheme *runtime.Scheme) { func AddToScheme(scheme *runtime.Scheme) {
apiregistrationv1alpha1.AddToScheme(scheme) apiregistrationv1beta1.AddToScheme(scheme)
} }

View File

@ -22,7 +22,7 @@ go_library(
"//vendor/k8s.io/apimachinery/pkg/types:go_default_library", "//vendor/k8s.io/apimachinery/pkg/types:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/watch:go_default_library", "//vendor/k8s.io/apimachinery/pkg/watch:go_default_library",
"//vendor/k8s.io/client-go/rest:go_default_library", "//vendor/k8s.io/client-go/rest:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/scheme:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/scheme:go_default_library",
], ],
) )

View File

@ -14,31 +14,31 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package v1alpha1 package v1beta1
import ( import (
serializer "k8s.io/apimachinery/pkg/runtime/serializer" serializer "k8s.io/apimachinery/pkg/runtime/serializer"
rest "k8s.io/client-go/rest" rest "k8s.io/client-go/rest"
v1alpha1 "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1" v1beta1 "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1"
"k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/scheme" "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/scheme"
) )
type ApiregistrationV1alpha1Interface interface { type ApiregistrationV1beta1Interface interface {
RESTClient() rest.Interface RESTClient() rest.Interface
APIServicesGetter APIServicesGetter
} }
// ApiregistrationV1alpha1Client is used to interact with features provided by the apiregistration.k8s.io group. // ApiregistrationV1beta1Client is used to interact with features provided by the apiregistration.k8s.io group.
type ApiregistrationV1alpha1Client struct { type ApiregistrationV1beta1Client struct {
restClient rest.Interface restClient rest.Interface
} }
func (c *ApiregistrationV1alpha1Client) APIServices() APIServiceInterface { func (c *ApiregistrationV1beta1Client) APIServices() APIServiceInterface {
return newAPIServices(c) return newAPIServices(c)
} }
// NewForConfig creates a new ApiregistrationV1alpha1Client for the given config. // NewForConfig creates a new ApiregistrationV1beta1Client for the given config.
func NewForConfig(c *rest.Config) (*ApiregistrationV1alpha1Client, error) { func NewForConfig(c *rest.Config) (*ApiregistrationV1beta1Client, error) {
config := *c config := *c
if err := setConfigDefaults(&config); err != nil { if err := setConfigDefaults(&config); err != nil {
return nil, err return nil, err
@ -47,12 +47,12 @@ func NewForConfig(c *rest.Config) (*ApiregistrationV1alpha1Client, error) {
if err != nil { if err != nil {
return nil, err return nil, err
} }
return &ApiregistrationV1alpha1Client{client}, nil return &ApiregistrationV1beta1Client{client}, nil
} }
// NewForConfigOrDie creates a new ApiregistrationV1alpha1Client for the given config and // NewForConfigOrDie creates a new ApiregistrationV1beta1Client for the given config and
// panics if there is an error in the config. // panics if there is an error in the config.
func NewForConfigOrDie(c *rest.Config) *ApiregistrationV1alpha1Client { func NewForConfigOrDie(c *rest.Config) *ApiregistrationV1beta1Client {
client, err := NewForConfig(c) client, err := NewForConfig(c)
if err != nil { if err != nil {
panic(err) panic(err)
@ -60,13 +60,13 @@ func NewForConfigOrDie(c *rest.Config) *ApiregistrationV1alpha1Client {
return client return client
} }
// New creates a new ApiregistrationV1alpha1Client for the given RESTClient. // New creates a new ApiregistrationV1beta1Client for the given RESTClient.
func New(c rest.Interface) *ApiregistrationV1alpha1Client { func New(c rest.Interface) *ApiregistrationV1beta1Client {
return &ApiregistrationV1alpha1Client{c} return &ApiregistrationV1beta1Client{c}
} }
func setConfigDefaults(config *rest.Config) error { func setConfigDefaults(config *rest.Config) error {
gv := v1alpha1.SchemeGroupVersion gv := v1beta1.SchemeGroupVersion
config.GroupVersion = &gv config.GroupVersion = &gv
config.APIPath = "/apis" config.APIPath = "/apis"
config.NegotiatedSerializer = serializer.DirectCodecFactory{CodecFactory: scheme.Codecs} config.NegotiatedSerializer = serializer.DirectCodecFactory{CodecFactory: scheme.Codecs}
@ -80,7 +80,7 @@ func setConfigDefaults(config *rest.Config) error {
// RESTClient returns a RESTClient that is used to communicate // RESTClient returns a RESTClient that is used to communicate
// with API server by this client implementation. // with API server by this client implementation.
func (c *ApiregistrationV1alpha1Client) RESTClient() rest.Interface { func (c *ApiregistrationV1beta1Client) RESTClient() rest.Interface {
if c == nil { if c == nil {
return nil return nil
} }

View File

@ -14,14 +14,14 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package v1alpha1 package v1beta1
import ( import (
v1 "k8s.io/apimachinery/pkg/apis/meta/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
types "k8s.io/apimachinery/pkg/types" types "k8s.io/apimachinery/pkg/types"
watch "k8s.io/apimachinery/pkg/watch" watch "k8s.io/apimachinery/pkg/watch"
rest "k8s.io/client-go/rest" rest "k8s.io/client-go/rest"
v1alpha1 "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1" v1beta1 "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1"
scheme "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/scheme" scheme "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/scheme"
) )
@ -33,15 +33,15 @@ type APIServicesGetter interface {
// APIServiceInterface has methods to work with APIService resources. // APIServiceInterface has methods to work with APIService resources.
type APIServiceInterface interface { type APIServiceInterface interface {
Create(*v1alpha1.APIService) (*v1alpha1.APIService, error) Create(*v1beta1.APIService) (*v1beta1.APIService, error)
Update(*v1alpha1.APIService) (*v1alpha1.APIService, error) Update(*v1beta1.APIService) (*v1beta1.APIService, error)
UpdateStatus(*v1alpha1.APIService) (*v1alpha1.APIService, error) UpdateStatus(*v1beta1.APIService) (*v1beta1.APIService, error)
Delete(name string, options *v1.DeleteOptions) error Delete(name string, options *v1.DeleteOptions) error
DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
Get(name string, options v1.GetOptions) (*v1alpha1.APIService, error) Get(name string, options v1.GetOptions) (*v1beta1.APIService, error)
List(opts v1.ListOptions) (*v1alpha1.APIServiceList, error) List(opts v1.ListOptions) (*v1beta1.APIServiceList, error)
Watch(opts v1.ListOptions) (watch.Interface, error) Watch(opts v1.ListOptions) (watch.Interface, error)
Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.APIService, err error) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.APIService, err error)
APIServiceExpansion APIServiceExpansion
} }
@ -51,15 +51,15 @@ type aPIServices struct {
} }
// newAPIServices returns a APIServices // newAPIServices returns a APIServices
func newAPIServices(c *ApiregistrationV1alpha1Client) *aPIServices { func newAPIServices(c *ApiregistrationV1beta1Client) *aPIServices {
return &aPIServices{ return &aPIServices{
client: c.RESTClient(), client: c.RESTClient(),
} }
} }
// Create takes the representation of a aPIService and creates it. Returns the server's representation of the aPIService, and an error, if there is any. // Create takes the representation of a aPIService and creates it. Returns the server's representation of the aPIService, and an error, if there is any.
func (c *aPIServices) Create(aPIService *v1alpha1.APIService) (result *v1alpha1.APIService, err error) { func (c *aPIServices) Create(aPIService *v1beta1.APIService) (result *v1beta1.APIService, err error) {
result = &v1alpha1.APIService{} result = &v1beta1.APIService{}
err = c.client.Post(). err = c.client.Post().
Resource("apiservices"). Resource("apiservices").
Body(aPIService). Body(aPIService).
@ -69,8 +69,8 @@ func (c *aPIServices) Create(aPIService *v1alpha1.APIService) (result *v1alpha1.
} }
// Update takes the representation of a aPIService and updates it. Returns the server's representation of the aPIService, and an error, if there is any. // Update takes the representation of a aPIService and updates it. Returns the server's representation of the aPIService, and an error, if there is any.
func (c *aPIServices) Update(aPIService *v1alpha1.APIService) (result *v1alpha1.APIService, err error) { func (c *aPIServices) Update(aPIService *v1beta1.APIService) (result *v1beta1.APIService, err error) {
result = &v1alpha1.APIService{} result = &v1beta1.APIService{}
err = c.client.Put(). err = c.client.Put().
Resource("apiservices"). Resource("apiservices").
Name(aPIService.Name). Name(aPIService.Name).
@ -83,8 +83,8 @@ func (c *aPIServices) Update(aPIService *v1alpha1.APIService) (result *v1alpha1.
// UpdateStatus was generated because the type contains a Status member. // UpdateStatus was generated because the type contains a Status member.
// Add a +genclientstatus=false comment above the type to avoid generating UpdateStatus(). // Add a +genclientstatus=false comment above the type to avoid generating UpdateStatus().
func (c *aPIServices) UpdateStatus(aPIService *v1alpha1.APIService) (result *v1alpha1.APIService, err error) { func (c *aPIServices) UpdateStatus(aPIService *v1beta1.APIService) (result *v1beta1.APIService, err error) {
result = &v1alpha1.APIService{} result = &v1beta1.APIService{}
err = c.client.Put(). err = c.client.Put().
Resource("apiservices"). Resource("apiservices").
Name(aPIService.Name). Name(aPIService.Name).
@ -116,8 +116,8 @@ func (c *aPIServices) DeleteCollection(options *v1.DeleteOptions, listOptions v1
} }
// Get takes name of the aPIService, and returns the corresponding aPIService object, and an error if there is any. // Get takes name of the aPIService, and returns the corresponding aPIService object, and an error if there is any.
func (c *aPIServices) Get(name string, options v1.GetOptions) (result *v1alpha1.APIService, err error) { func (c *aPIServices) Get(name string, options v1.GetOptions) (result *v1beta1.APIService, err error) {
result = &v1alpha1.APIService{} result = &v1beta1.APIService{}
err = c.client.Get(). err = c.client.Get().
Resource("apiservices"). Resource("apiservices").
Name(name). Name(name).
@ -128,8 +128,8 @@ func (c *aPIServices) Get(name string, options v1.GetOptions) (result *v1alpha1.
} }
// List takes label and field selectors, and returns the list of APIServices that match those selectors. // List takes label and field selectors, and returns the list of APIServices that match those selectors.
func (c *aPIServices) List(opts v1.ListOptions) (result *v1alpha1.APIServiceList, err error) { func (c *aPIServices) List(opts v1.ListOptions) (result *v1beta1.APIServiceList, err error) {
result = &v1alpha1.APIServiceList{} result = &v1beta1.APIServiceList{}
err = c.client.Get(). err = c.client.Get().
Resource("apiservices"). Resource("apiservices").
VersionedParams(&opts, scheme.ParameterCodec). VersionedParams(&opts, scheme.ParameterCodec).
@ -148,8 +148,8 @@ func (c *aPIServices) Watch(opts v1.ListOptions) (watch.Interface, error) {
} }
// Patch applies the patch and returns the patched aPIService. // Patch applies the patch and returns the patched aPIService.
func (c *aPIServices) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.APIService, err error) { func (c *aPIServices) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.APIService, err error) {
result = &v1alpha1.APIService{} result = &v1beta1.APIService{}
err = c.client.Patch(pt). err = c.client.Patch(pt).
Resource("apiservices"). Resource("apiservices").
SubResource(subresources...). SubResource(subresources...).

View File

@ -17,4 +17,4 @@ limitations under the License.
// This package is generated by client-gen with custom arguments. // This package is generated by client-gen with custom arguments.
// This package has the automatically generated typed clients. // This package has the automatically generated typed clients.
package v1alpha1 package v1beta1

View File

@ -23,7 +23,7 @@ go_library(
"//vendor/k8s.io/apimachinery/pkg/watch:go_default_library", "//vendor/k8s.io/apimachinery/pkg/watch:go_default_library",
"//vendor/k8s.io/client-go/rest:go_default_library", "//vendor/k8s.io/client-go/rest:go_default_library",
"//vendor/k8s.io/client-go/testing:go_default_library", "//vendor/k8s.io/client-go/testing:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1alpha1:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1:go_default_library",
"//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1alpha1:go_default_library", "//vendor/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1beta1:go_default_library",
], ],
) )

Some files were not shown because too many files have changed in this diff Show More