From c7f739ea7a071dd7dbfd1678989e6e1521c52e5c Mon Sep 17 00:00:00 2001 From: Xinnan Wen Date: Wed, 8 Jan 2020 18:55:28 -0800 Subject: [PATCH] use custom type for k8s intorstring --- .../v1alpha1/istio.operator.v1alpha1.pb.html | 56 +--- operator/v1alpha1/kubernetes.pb.go | 261 +++++++++--------- operator/v1alpha1/kubernetes.proto | 2 +- proto.lock | 10 +- .../operator/v1alpha1/kubernetes_pb2.py | 22 +- 5 files changed, 149 insertions(+), 202 deletions(-) diff --git a/operator/v1alpha1/istio.operator.v1alpha1.pb.html b/operator/v1alpha1/istio.operator.v1alpha1.pb.html index a5e6b17dfa1..73314da92b4 100644 --- a/operator/v1alpha1/istio.operator.v1alpha1.pb.html +++ b/operator/v1alpha1/istio.operator.v1alpha1.pb.html @@ -2,7 +2,7 @@ title: istio.operator.v1alpha1 layout: protoc-gen-docs generator: protoc-gen-docs -number_of_entries: 53 +number_of_entries: 52 ---

Affinity

@@ -2073,7 +2073,7 @@

ServicePort

targetPort -IntOrString +TypeIntOrStringForPB @@ -2605,55 +2605,3 @@

k8s.io.apimachinery.

-

k8s.io.apimachinery.pkg.util.intstr.IntOrString

-
-

IntOrString is a type that can hold an int32 or a string. When used in -JSON or YAML marshalling and unmarshalling, it produces or consumes the -inner type. This allows you to have, for example, a JSON field that can -accept a name or number. -TODO: Rename to Int32OrString

- -

+protobuf=true -+protobuf.options.(gogoproto.goproto_stringer)=false -+k8s:openapi-gen=true

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FieldTypeDescriptionRequired
typeint64 - -No -
intValint32 - -No -
strValstring - -No -
-
diff --git a/operator/v1alpha1/kubernetes.pb.go b/operator/v1alpha1/kubernetes.pb.go index b13e6ee74dc..0b0fa33b226 100644 --- a/operator/v1alpha1/kubernetes.pb.go +++ b/operator/v1alpha1/kubernetes.pb.go @@ -8,7 +8,7 @@ import ( proto "github.com/golang/protobuf/proto" resource "k8s.io/apimachinery/pkg/api/resource" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" - intstr "k8s.io/apimachinery/pkg/util/intstr" + _ "k8s.io/apimachinery/pkg/util/intstr" math "math" ) @@ -1543,14 +1543,14 @@ func (m *ServiceSpec) GetSessionAffinityConfig() *SessionAffinityConfig { } type ServicePort struct { - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - Protocol string `protobuf:"bytes,2,opt,name=protocol,proto3" json:"protocol,omitempty"` - Port int32 `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"` - TargetPort *intstr.IntOrString `protobuf:"bytes,4,opt,name=targetPort,proto3" json:"targetPort,omitempty"` - NodePort int32 `protobuf:"varint,5,opt,name=nodePort,proto3" json:"nodePort,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + Protocol string `protobuf:"bytes,2,opt,name=protocol,proto3" json:"protocol,omitempty"` + Port int32 `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"` + TargetPort *IntOrStringForPB `protobuf:"bytes,4,opt,name=targetPort,proto3" json:"targetPort,omitempty"` + NodePort int32 `protobuf:"varint,5,opt,name=nodePort,proto3" json:"nodePort,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ServicePort) Reset() { *m = ServicePort{} } @@ -1599,12 +1599,6 @@ func (m *ServicePort) GetPort() int32 { return 0 } -func (m *ServicePort) GetTargetPort() *intstr.IntOrString { - if m != nil { - return m.TargetPort - } - return nil -} func (m *ServicePort) GetNodePort() int32 { if m != nil { @@ -1804,123 +1798,122 @@ func init() { func init() { proto.RegisterFile("operator/v1alpha1/kubernetes.proto", fileDescriptor_b13c6c8501de3a11) } var fileDescriptor_b13c6c8501de3a11 = []byte{ - // 1876 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0xcd, 0x6f, 0x1c, 0x49, - 0x15, 0x57, 0xcf, 0xd8, 0xce, 0xcc, 0x1b, 0x3b, 0x76, 0x6a, 0x9d, 0x78, 0x64, 0xad, 0x56, 0x56, - 0x13, 0x82, 0x89, 0x96, 0x9e, 0x7c, 0xac, 0x20, 0x64, 0x25, 0x84, 0xe3, 0xd8, 0x1b, 0x6b, 0xb3, - 0xce, 0x50, 0xe3, 0x24, 0x62, 0xb5, 0x12, 0x2a, 0x77, 0xbf, 0x99, 0x29, 0xdc, 0xd3, 0xd5, 0x54, - 0xd7, 0x78, 0x3d, 0x12, 0x07, 0x2e, 0x1c, 0x91, 0x38, 0x21, 0xc1, 0x15, 0x24, 0x0e, 0x48, 0x1c, - 0xb9, 0xac, 0x10, 0x42, 0xe2, 0x9f, 0xe0, 0xc0, 0x95, 0x3b, 0xff, 0x01, 0xaa, 0xea, 0xae, 0x9e, - 0x9e, 0x8f, 0xb6, 0x3d, 0xe1, 0xb2, 0x07, 0x6e, 0x53, 0xaf, 0xde, 0xfb, 0x55, 0xd5, 0xfb, 0x7e, - 0x3d, 0xe0, 0x8a, 0x18, 0x25, 0x53, 0x42, 0xb6, 0xce, 0x1f, 0xb2, 0x30, 0xee, 0xb3, 0x87, 0xad, - 0xb3, 0xe1, 0x29, 0xca, 0x08, 0x15, 0x26, 0x5e, 0x2c, 0x85, 0x12, 0x64, 0x8b, 0x27, 0x8a, 0x0b, - 0xcf, 0x72, 0x7a, 0x96, 0x73, 0xfb, 0xa3, 0xb3, 0x27, 0x89, 0xc7, 0x45, 0x8b, 0xc5, 0x7c, 0xc0, - 0xfc, 0x3e, 0x8f, 0x50, 0x8e, 0x5a, 0xf1, 0x59, 0x4f, 0x13, 0x92, 0xd6, 0x00, 0x15, 0x6b, 0x9d, - 0x3f, 0x6c, 0xf5, 0x30, 0xd2, 0x82, 0x18, 0xa4, 0x70, 0x97, 0x4a, 0xb5, 0x24, 0x26, 0x62, 0x28, - 0x7d, 0x9c, 0x91, 0x7a, 0x5c, 0x26, 0x35, 0x54, 0x3c, 0x6c, 0xf1, 0x48, 0x25, 0x4a, 0x4e, 0x0b, - 0xb9, 0xbf, 0xad, 0x40, 0x9d, 0x66, 0x88, 0x09, 0x39, 0x84, 0x95, 0x90, 0x0f, 0xb8, 0x4a, 0x9a, - 0xce, 0x4e, 0x75, 0xb7, 0xf1, 0xc8, 0xf3, 0x4a, 0x1e, 0xe6, 0xe5, 0x32, 0xde, 0x4b, 0x23, 0x70, - 0x10, 0x29, 0x39, 0xa2, 0x99, 0x34, 0x79, 0x09, 0x35, 0x89, 0x3f, 0x1b, 0x62, 0xa2, 0x92, 0x66, - 0xc5, 0x20, 0x3d, 0xb8, 0x06, 0x12, 0xcd, 0x44, 0x52, 0xac, 0x1c, 0x61, 0xfb, 0xfb, 0xd0, 0x28, - 0x1c, 0x42, 0x36, 0xa0, 0x7a, 0x86, 0xa3, 0xa6, 0xb3, 0xe3, 0xec, 0xd6, 0xa9, 0xfe, 0x49, 0x36, - 0x61, 0xf9, 0x9c, 0x85, 0x43, 0x6c, 0x56, 0x0c, 0x2d, 0x5d, 0x3c, 0xad, 0x3c, 0x71, 0xb6, 0x3f, - 0x86, 0xb5, 0x09, 0xd4, 0x45, 0x84, 0xdd, 0xff, 0x38, 0x50, 0xdb, 0xeb, 0x76, 0x79, 0xc4, 0xd5, - 0x88, 0x1c, 0xc1, 0x6a, 0x24, 0x02, 0xb4, 0x6b, 0x83, 0xd0, 0x78, 0xf4, 0xcd, 0xd2, 0x67, 0x1d, - 0x17, 0x98, 0xe9, 0x84, 0x28, 0x39, 0x84, 0x46, 0x2c, 0x82, 0x1c, 0xa9, 0x62, 0x90, 0xee, 0x96, - 0x22, 0xb5, 0xc7, 0xbc, 0xb4, 0x28, 0x48, 0x28, 0xac, 0xeb, 0x65, 0xa4, 0x78, 0x8e, 0x55, 0x35, - 0x58, 0xbb, 0x97, 0x62, 0x15, 0xf8, 0xe9, 0x34, 0x80, 0xfb, 0x55, 0x05, 0x56, 0x8b, 0x57, 0x27, - 0xbf, 0x72, 0xc0, 0xd3, 0x96, 0xe0, 0x12, 0x83, 0xe7, 0x43, 0xc9, 0xa3, 0x5e, 0xc7, 0xef, 0x63, - 0x30, 0x0c, 0x79, 0xd4, 0x3b, 0xea, 0x45, 0x22, 0x27, 0x1f, 0x5c, 0xa0, 0x3f, 0x54, 0x5c, 0x44, - 0xd7, 0x52, 0x4d, 0x07, 0x43, 0xf4, 0x95, 0x90, 0x74, 0x41, 0x70, 0xf2, 0x3b, 0x07, 0x5a, 0xb1, - 0xc4, 0x2e, 0xca, 0xeb, 0x5f, 0xe8, 0x2a, 0x17, 0x6c, 0x5b, 0xbc, 0x31, 0xd2, 0x09, 0xca, 0x01, - 0x5d, 0xf4, 0x20, 0xb7, 0x97, 0x2a, 0xcf, 0x3e, 0x8e, 0xbc, 0x85, 0x5b, 0x51, 0x61, 0xad, 0x41, - 0x6d, 0x68, 0x7d, 0xfb, 0x5a, 0xea, 0x31, 0xd7, 0x98, 0xc5, 0x70, 0xff, 0xe1, 0xc0, 0xc6, 0x34, - 0x1f, 0xf9, 0x02, 0x36, 0x06, 0x4c, 0xf9, 0xfd, 0x83, 0x8b, 0x58, 0x62, 0x92, 0x70, 0x11, 0xd9, - 0xc3, 0x1e, 0x5c, 0xcf, 0x16, 0xa9, 0x25, 0x06, 0x18, 0x29, 0x3a, 0x83, 0x44, 0x28, 0x34, 0x0c, - 0xed, 0x90, 0x63, 0x18, 0x5c, 0x1d, 0xd6, 0x65, 0xc0, 0x45, 0x10, 0xf7, 0x27, 0xb0, 0x55, 0xc2, - 0x37, 0x27, 0x50, 0xb7, 0xa1, 0x66, 0x8f, 0xc9, 0x62, 0x35, 0x5f, 0x93, 0x3b, 0xb0, 0x62, 0xe2, - 0x36, 0x69, 0x56, 0x77, 0xaa, 0xbb, 0x75, 0x9a, 0xad, 0xdc, 0xbf, 0x56, 0xa0, 0x51, 0x88, 0x1f, - 0xf2, 0xeb, 0x77, 0xf1, 0xe6, 0xea, 0x95, 0x21, 0x95, 0xc1, 0x1b, 0x6b, 0x7d, 0x1d, 0x1c, 0xfa, - 0x2d, 0xf2, 0x5e, 0x5f, 0x61, 0x30, 0x7d, 0xb7, 0x85, 0x1d, 0xfa, 0xef, 0x15, 0x58, 0x9f, 0xca, - 0x19, 0xff, 0xd7, 0xe1, 0x82, 0x3a, 0xfc, 0xb3, 0x93, 0xea, 0xb0, 0x00, 0x42, 0x7e, 0x0c, 0x6b, - 0x21, 0x3b, 0xc5, 0xd0, 0x7a, 0x7e, 0x96, 0x33, 0x1f, 0x7b, 0x69, 0x0d, 0xf7, 0x8a, 0x35, 0xdc, - 0x8b, 0xcf, 0x7a, 0x9a, 0x90, 0x78, 0xba, 0x5f, 0xf0, 0xce, 0x1f, 0x7a, 0x2f, 0x8b, 0xa2, 0x74, - 0x12, 0x89, 0x7c, 0x00, 0x10, 0xb1, 0x01, 0x26, 0x31, 0xf3, 0x31, 0x0d, 0xd3, 0x3a, 0x2d, 0x50, - 0xc8, 0x0e, 0x34, 0x94, 0x88, 0x45, 0x28, 0x7a, 0xa3, 0x4f, 0x31, 0xad, 0x18, 0x75, 0x5a, 0x24, - 0xb9, 0xbf, 0x74, 0x60, 0xab, 0xe4, 0xf5, 0x3a, 0xd0, 0xbe, 0x34, 0x5b, 0xe6, 0xc6, 0xcb, 0x34, - 0x5b, 0xd9, 0x5a, 0x54, 0x60, 0xcd, 0xea, 0xda, 0xf5, 0x8d, 0x3e, 0x0d, 0xe0, 0xfe, 0x1c, 0xb6, - 0x4a, 0x32, 0x73, 0xe9, 0x35, 0x8e, 0x00, 0x52, 0xf3, 0x60, 0xe4, 0x63, 0x76, 0x83, 0x05, 0x32, - 0x6d, 0x41, 0xd8, 0xfd, 0x53, 0x15, 0x6e, 0x52, 0x64, 0x01, 0x8f, 0x30, 0x49, 0xda, 0x52, 0x9c, - 0x22, 0xf9, 0x1e, 0x2c, 0xe1, 0x05, 0xfa, 0x99, 0xb1, 0xbe, 0x51, 0x8a, 0xab, 0x6d, 0xbf, 0xe7, - 0x6b, 0xe3, 0x53, 0x23, 0x40, 0x7e, 0x08, 0x37, 0xfa, 0x4a, 0xc5, 0x9f, 0xa0, 0xca, 0xee, 0x74, - 0xaf, 0x54, 0xf6, 0xc5, 0xc9, 0x49, 0xfb, 0x13, 0x54, 0x99, 0xb8, 0x15, 0x23, 0x87, 0x50, 0x57, - 0x7e, 0xdc, 0x11, 0xfe, 0x19, 0xaa, 0x2b, 0xab, 0xfc, 0xc9, 0x7e, 0x3b, 0xe5, 0xcc, 0x50, 0xc6, - 0xa2, 0xe4, 0x01, 0xbc, 0xa7, 0x15, 0xcc, 0x59, 0xf8, 0x1c, 0x43, 0x36, 0xea, 0xa0, 0x2f, 0xa2, - 0x20, 0x69, 0x2e, 0x19, 0x2d, 0xce, 0xdb, 0x22, 0xf7, 0xe0, 0xa6, 0xe2, 0x03, 0x14, 0x43, 0x65, - 0x99, 0x97, 0x0d, 0xf3, 0x14, 0x95, 0xdc, 0x85, 0xb5, 0x18, 0x25, 0x17, 0x81, 0x65, 0x5b, 0x31, - 0x6c, 0x93, 0x44, 0x72, 0x1f, 0x36, 0x92, 0xa1, 0xef, 0x63, 0x92, 0x9c, 0xf4, 0x25, 0x26, 0x7d, - 0x11, 0x06, 0xcd, 0x1b, 0x86, 0x71, 0x86, 0xae, 0x79, 0xbb, 0x8c, 0x87, 0x43, 0x89, 0x63, 0xde, - 0x5a, 0xca, 0x3b, 0x4d, 0x77, 0xef, 0x01, 0x8c, 0xb5, 0x4e, 0x9a, 0x70, 0xc3, 0x17, 0x83, 0x01, - 0x8b, 0x02, 0x93, 0x7a, 0xea, 0xd4, 0x2e, 0xdd, 0x7f, 0x3a, 0xb0, 0x36, 0xa1, 0x62, 0x42, 0x60, - 0x29, 0x66, 0xaa, 0x9f, 0x55, 0x1a, 0xf3, 0x9b, 0xec, 0xc1, 0x52, 0x2c, 0xa4, 0x35, 0xd6, 0x77, - 0xca, 0x15, 0x3d, 0x8a, 0xf1, 0x28, 0x52, 0xaf, 0x64, 0x47, 0xe9, 0x98, 0x3f, 0x14, 0xb2, 0xfd, - 0x8c, 0x1a, 0x51, 0x0d, 0xdb, 0x17, 0x89, 0xca, 0xe2, 0xcb, 0xfc, 0xd6, 0x5e, 0x9b, 0xf8, 0x7d, - 0x1c, 0xa0, 0xd1, 0x77, 0x9d, 0x66, 0x2b, 0x72, 0x00, 0x0d, 0x6d, 0xe7, 0x17, 0xc8, 0x02, 0x94, - 0x5a, 0xbf, 0xd5, 0x4b, 0xdd, 0x4b, 0xdf, 0x3f, 0xe5, 0xa5, 0x45, 0x39, 0xf7, 0xbb, 0x00, 0xe3, - 0x2d, 0x7d, 0x01, 0x1d, 0xf5, 0xf6, 0x5d, 0xfa, 0xf7, 0xfc, 0x5e, 0xd7, 0xed, 0xc3, 0xfa, 0x94, - 0xc7, 0xe4, 0x0a, 0x70, 0xfe, 0x77, 0x05, 0x54, 0xc6, 0x0a, 0x70, 0xff, 0xe2, 0xc0, 0x56, 0x5b, - 0x04, 0xcf, 0x79, 0x22, 0x87, 0xb1, 0x3e, 0xe8, 0xd9, 0x30, 0xe8, 0xa1, 0xea, 0xc4, 0xe8, 0x13, - 0x17, 0x56, 0x07, 0x3c, 0xda, 0x3b, 0x67, 0x3c, 0x64, 0xa7, 0x61, 0x7a, 0xef, 0x35, 0x3a, 0x41, - 0x23, 0xaf, 0xa0, 0x96, 0xd8, 0x8c, 0x59, 0x79, 0xf7, 0x8c, 0x99, 0x83, 0x68, 0xe7, 0x1e, 0xb0, - 0x8b, 0xd7, 0x11, 0xcb, 0x8f, 0xad, 0x9a, 0x63, 0xa7, 0xa8, 0xee, 0x2f, 0x1c, 0x20, 0xcf, 0x31, - 0x0e, 0xc5, 0x48, 0x37, 0x27, 0x1d, 0xa5, 0x47, 0xa8, 0xde, 0x48, 0xbf, 0x51, 0x8d, 0xe2, 0x5c, - 0xc7, 0xfa, 0x37, 0x79, 0x03, 0x6b, 0x52, 0x84, 0x3a, 0x53, 0xbd, 0x8e, 0x03, 0xa6, 0x6c, 0x16, - 0xba, 0x64, 0x00, 0x2a, 0x72, 0x8f, 0x0f, 0xa1, 0x93, 0x30, 0xee, 0x57, 0x0e, 0x6c, 0x95, 0xb0, - 0x92, 0xd7, 0x33, 0xcf, 0x78, 0x27, 0xc3, 0x4d, 0x81, 0x90, 0x23, 0xa8, 0x0d, 0xd8, 0x45, 0x67, - 0x28, 0x7b, 0xf8, 0x6e, 0xa1, 0x90, 0x8b, 0xbb, 0x3f, 0x00, 0x78, 0x75, 0xfa, 0x53, 0xf4, 0xd5, - 0x67, 0xa8, 0x58, 0xee, 0x9b, 0xcb, 0x05, 0xdf, 0x7c, 0x1f, 0xea, 0x79, 0x95, 0x32, 0xb9, 0xa3, - 0x4e, 0xc7, 0x04, 0xf7, 0x4b, 0x58, 0x39, 0x88, 0xce, 0xdf, 0xb0, 0x05, 0xfc, 0x9a, 0xec, 0x43, - 0xdd, 0xfc, 0x38, 0x94, 0x62, 0x90, 0xe5, 0xcc, 0xf2, 0xa1, 0x24, 0x45, 0xef, 0x98, 0x51, 0x94, - 0x8e, 0xe5, 0xdc, 0x7f, 0x55, 0x60, 0xb5, 0xb8, 0x47, 0x5e, 0x40, 0xad, 0xab, 0xbb, 0x57, 0x8a, - 0xdd, 0x4c, 0xcb, 0x1f, 0x96, 0x82, 0xa6, 0x4f, 0x36, 0xcd, 0xee, 0xd8, 0xf9, 0xac, 0x34, 0xf9, - 0x1c, 0x36, 0xec, 0x30, 0x7f, 0x68, 0x11, 0x53, 0x35, 0x5f, 0x3d, 0x77, 0x4f, 0x62, 0xce, 0xe0, - 0x90, 0xb7, 0xb0, 0xee, 0x8b, 0xa8, 0xcb, 0x7b, 0x9f, 0xb1, 0xf8, 0x53, 0x1c, 0x69, 0xe8, 0xea, - 0x15, 0x16, 0xdc, 0x2f, 0xf0, 0xe7, 0xc8, 0xd3, 0x28, 0xe4, 0x18, 0x56, 0x13, 0xf4, 0x25, 0xaa, - 0x0c, 0x75, 0xc9, 0xa0, 0xde, 0x2f, 0x45, 0xed, 0x58, 0xe6, 0x1c, 0x72, 0x42, 0xde, 0xed, 0xc0, - 0x7b, 0x73, 0xb4, 0xa4, 0xbb, 0x18, 0x16, 0xf3, 0x37, 0x28, 0x13, 0x3b, 0x51, 0xd6, 0x69, 0x81, - 0xa2, 0xbd, 0xc5, 0xe8, 0xb1, 0xad, 0x53, 0x77, 0x6a, 0xf5, 0x31, 0xc1, 0xfd, 0xbd, 0x03, 0xb7, - 0xe7, 0x6a, 0x4a, 0x57, 0x29, 0x5f, 0x44, 0x8a, 0xe9, 0x3c, 0x71, 0x3c, 0x76, 0xa3, 0x49, 0xa2, - 0x1e, 0x35, 0xac, 0x46, 0xed, 0xa8, 0x61, 0xd7, 0xe4, 0x05, 0xdc, 0x08, 0xf8, 0x39, 0x4f, 0x84, - 0xcc, 0x34, 0xea, 0x5d, 0x96, 0x82, 0x3c, 0x2b, 0xe7, 0xfd, 0x68, 0xc8, 0x22, 0xa5, 0x67, 0x6e, - 0x2b, 0xee, 0xfe, 0xd1, 0x81, 0xcd, 0x79, 0x4a, 0x27, 0x0c, 0x36, 0x43, 0xe1, 0xb3, 0x30, 0x55, - 0x0c, 0xcd, 0xfb, 0x99, 0xab, 0x82, 0xfa, 0xe5, 0x1c, 0x21, 0x3a, 0x17, 0xca, 0x8e, 0x57, 0x95, - 0xa9, 0xf1, 0x4a, 0xe7, 0x64, 0x16, 0x9a, 0x87, 0xd5, 0x68, 0xbe, 0x76, 0xff, 0xe0, 0xc0, 0xad, - 0x19, 0x43, 0x7e, 0xfd, 0xae, 0x79, 0x1f, 0x36, 0xe7, 0x61, 0xcf, 0x4b, 0x19, 0xee, 0xbf, 0x97, - 0xa1, 0xd1, 0x41, 0x79, 0xce, 0x7d, 0x34, 0xe5, 0xe7, 0x29, 0x2c, 0xeb, 0xb2, 0x65, 0x27, 0xe6, - 0xbb, 0x97, 0x38, 0xb4, 0x11, 0x6a, 0x0b, 0xa9, 0x68, 0x2a, 0x42, 0x8e, 0x27, 0xca, 0x92, 0x16, - 0x7f, 0x74, 0x95, 0xb8, 0x3e, 0xd3, 0xb3, 0x9a, 0xcc, 0x3e, 0x78, 0xe5, 0x55, 0xe9, 0x7d, 0xa8, - 0xfb, 0xe1, 0x30, 0x51, 0x28, 0x8f, 0xda, 0x59, 0x03, 0x31, 0x26, 0xe4, 0x45, 0x67, 0xa9, 0x50, - 0x74, 0x76, 0xa0, 0x81, 0x17, 0x0a, 0x65, 0xc4, 0xc2, 0xa3, 0x76, 0xda, 0x41, 0xd4, 0x69, 0x91, - 0x44, 0x76, 0x61, 0x3d, 0x49, 0x47, 0xf9, 0xfc, 0x63, 0xd1, 0x0d, 0x03, 0x30, 0x4d, 0xd6, 0x35, - 0x31, 0x14, 0x2c, 0x78, 0xc6, 0x42, 0x16, 0xf9, 0xe6, 0x0a, 0x35, 0xc3, 0x38, 0x45, 0x25, 0x4f, - 0xa1, 0x59, 0xa4, 0x64, 0xa9, 0x93, 0x45, 0x3d, 0x4c, 0x9a, 0x75, 0x73, 0x81, 0xd2, 0x7d, 0x5d, - 0xec, 0xed, 0xe5, 0x4c, 0x14, 0x82, 0x39, 0x61, 0x82, 0x46, 0x3e, 0x82, 0xdb, 0x76, 0x7d, 0x22, - 0x59, 0xb7, 0xcb, 0xfd, 0xb6, 0x08, 0xb9, 0x3f, 0x6a, 0x36, 0x0c, 0xf3, 0xfc, 0x4d, 0xdd, 0xe0, - 0xf6, 0x91, 0x85, 0xaa, 0xbf, 0xdf, 0x47, 0xff, 0x4c, 0x77, 0xf8, 0xda, 0x52, 0xcd, 0xd5, 0xb4, - 0xc1, 0x9d, 0xb3, 0xa5, 0xdf, 0x11, 0x0f, 0x4f, 0x43, 0x9e, 0xf4, 0x8f, 0x85, 0xd2, 0x1d, 0xff, - 0x68, 0x2f, 0x08, 0x24, 0x26, 0x09, 0x26, 0xcd, 0x35, 0xe3, 0x61, 0xa5, 0xfb, 0x24, 0x80, 0xdb, - 0x53, 0xea, 0x4b, 0x03, 0xba, 0x79, 0xf3, 0x8a, 0x3c, 0xde, 0x99, 0x27, 0x45, 0xe7, 0x83, 0x6d, - 0x7f, 0x0c, 0x6b, 0x13, 0xae, 0xb2, 0xd0, 0x57, 0xcc, 0xbf, 0x39, 0xb9, 0xa3, 0xb7, 0xb3, 0xbe, - 0x6c, 0xa6, 0x7e, 0x6e, 0x43, 0xcd, 0x7c, 0x0e, 0xf6, 0x45, 0x68, 0xf3, 0x9d, 0x5d, 0x9b, 0xfe, - 0x58, 0x6b, 0xb0, 0x6a, 0x34, 0x98, 0xf6, 0x76, 0x6d, 0x00, 0xc5, 0x64, 0x0f, 0x95, 0xd1, 0xed, - 0x52, 0xd6, 0xe0, 0x94, 0xa5, 0xc1, 0xa1, 0xe2, 0xa1, 0x97, 0x7e, 0x7f, 0xf6, 0x0a, 0x2d, 0x02, - 0x2d, 0x60, 0xe8, 0x1b, 0x44, 0xd6, 0x56, 0xe9, 0x7c, 0x91, 0xaf, 0xdd, 0x2f, 0xe0, 0xf6, 0x5c, - 0x75, 0x91, 0x7d, 0xa8, 0xf9, 0x21, 0xc7, 0x48, 0x1d, 0xb5, 0xb3, 0xa4, 0xf3, 0xad, 0xf2, 0xea, - 0x96, 0x31, 0x66, 0x9a, 0xce, 0x05, 0xdd, 0x27, 0x70, 0x73, 0x72, 0x6f, 0xce, 0xc4, 0xe3, 0xcc, - 0x9b, 0x78, 0xdc, 0xdf, 0x38, 0x00, 0x27, 0x22, 0xd4, 0x27, 0xe9, 0x92, 0xb4, 0xd8, 0x17, 0xab, - 0xdc, 0x60, 0xd5, 0x62, 0xcb, 0x72, 0x07, 0x56, 0xb0, 0xdb, 0x45, 0x5f, 0xd9, 0x09, 0x21, 0x5d, - 0x91, 0x0f, 0xe1, 0x96, 0xca, 0x4f, 0x2a, 0xce, 0x61, 0x55, 0x3a, 0xbb, 0xe1, 0xde, 0x81, 0xcd, - 0x79, 0xed, 0xd8, 0xb3, 0x9d, 0xcf, 0x3f, 0x48, 0xd5, 0x93, 0xfe, 0x4b, 0xd0, 0x9a, 0xf9, 0x67, - 0xe3, 0x74, 0xc5, 0x98, 0xfd, 0xf1, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x3f, 0x12, 0xe9, 0x32, - 0xf5, 0x18, 0x00, 0x00, + // 1865 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0xcd, 0x6f, 0x23, 0x49, + 0x15, 0x57, 0xdb, 0xf9, 0xb0, 0x9f, 0x93, 0x49, 0xb6, 0x36, 0x33, 0xb1, 0xa2, 0xd5, 0x2a, 0x6a, + 0x86, 0x21, 0x8c, 0x96, 0xf6, 0x7c, 0xac, 0x60, 0x98, 0x95, 0x10, 0x99, 0x4c, 0xb2, 0x13, 0xed, + 0x4c, 0xc6, 0xb4, 0x33, 0x33, 0x62, 0xb5, 0x12, 0xaa, 0x74, 0x3f, 0xdb, 0x45, 0xda, 0x5d, 0x4d, + 0x55, 0x39, 0x1b, 0x4b, 0x1c, 0xb8, 0x70, 0x44, 0xe2, 0x84, 0x04, 0x57, 0x90, 0x38, 0x20, 0x71, + 0xe4, 0xb2, 0x70, 0x40, 0xe2, 0x9f, 0xe0, 0xc0, 0x95, 0x3b, 0xff, 0x01, 0xaa, 0xea, 0xae, 0x76, + 0xfb, 0xa3, 0xf3, 0xc5, 0x65, 0x0f, 0xdc, 0xba, 0x5e, 0xbd, 0xf7, 0xab, 0xaa, 0xdf, 0x7b, 0xf5, + 0x5e, 0x3d, 0x1b, 0x5c, 0x9e, 0xa0, 0xa0, 0x8a, 0x8b, 0xd6, 0xd9, 0x43, 0x1a, 0x25, 0x7d, 0xfa, + 0xb0, 0x75, 0x3a, 0x3c, 0x41, 0x11, 0xa3, 0x42, 0xe9, 0x25, 0x82, 0x2b, 0x4e, 0x36, 0x99, 0x54, + 0x8c, 0x7b, 0x56, 0xd3, 0xb3, 0x9a, 0x5b, 0x1f, 0x9f, 0x3e, 0x91, 0x1e, 0xe3, 0x2d, 0x9a, 0xb0, + 0x01, 0x0d, 0xfa, 0x2c, 0x46, 0x31, 0x6a, 0x25, 0xa7, 0x3d, 0x2d, 0x90, 0xad, 0x01, 0x2a, 0xda, + 0x3a, 0x7b, 0xd8, 0xea, 0x61, 0xac, 0x0d, 0x31, 0x4c, 0xe1, 0x2e, 0xb4, 0x6a, 0x09, 0x94, 0x7c, + 0x28, 0x02, 0x9c, 0xb1, 0x7a, 0x5c, 0x66, 0x35, 0x54, 0x2c, 0x6a, 0xb1, 0x58, 0x49, 0x25, 0xa6, + 0x8d, 0xdc, 0xdf, 0x56, 0xa0, 0xee, 0x67, 0x88, 0x92, 0x1c, 0xc0, 0x52, 0xc4, 0x06, 0x4c, 0xc9, + 0xa6, 0xb3, 0x5d, 0xdd, 0x69, 0x3c, 0xf2, 0xbc, 0x92, 0x83, 0x79, 0xb9, 0x8d, 0xf7, 0xd2, 0x18, + 0xec, 0xc7, 0x4a, 0x8c, 0xfc, 0xcc, 0x9a, 0xbc, 0x84, 0x9a, 0xc0, 0x9f, 0x0d, 0x51, 0x2a, 0xd9, + 0xac, 0x18, 0xa4, 0x07, 0x57, 0x40, 0xf2, 0x33, 0x93, 0x14, 0x2b, 0x47, 0xd8, 0xfa, 0x3e, 0x34, + 0x0a, 0x8b, 0x90, 0x75, 0xa8, 0x9e, 0xe2, 0xa8, 0xe9, 0x6c, 0x3b, 0x3b, 0x75, 0x5f, 0x7f, 0x92, + 0x0d, 0x58, 0x3c, 0xa3, 0xd1, 0x10, 0x9b, 0x15, 0x23, 0x4b, 0x07, 0x4f, 0x2b, 0x4f, 0x9c, 0xad, + 0x4f, 0x60, 0x75, 0x02, 0xf5, 0x3a, 0xc6, 0xee, 0x7f, 0x1c, 0xa8, 0xed, 0x76, 0xbb, 0x2c, 0x66, + 0x6a, 0x44, 0x0e, 0x61, 0x25, 0xe6, 0x21, 0xda, 0xb1, 0x41, 0x68, 0x3c, 0xfa, 0x66, 0xe9, 0xb1, + 0x8e, 0x0a, 0xca, 0xfe, 0x84, 0x29, 0x39, 0x80, 0x46, 0xc2, 0xc3, 0x1c, 0xa9, 0x62, 0x90, 0xee, + 0x96, 0x22, 0xb5, 0xc7, 0xba, 0x7e, 0xd1, 0x90, 0xf8, 0xb0, 0xa6, 0x87, 0xb1, 0x62, 0x39, 0x56, + 0xd5, 0x60, 0xed, 0x5c, 0x88, 0x55, 0xd0, 0xf7, 0xa7, 0x01, 0xdc, 0xaf, 0x2a, 0xb0, 0x52, 0xdc, + 0x3a, 0xf9, 0x95, 0x03, 0x9e, 0xf6, 0x04, 0x13, 0x18, 0x3e, 0x1f, 0x0a, 0x16, 0xf7, 0x3a, 0x41, + 0x1f, 0xc3, 0x61, 0xc4, 0xe2, 0xde, 0x61, 0x2f, 0xe6, 0xb9, 0x78, 0xff, 0x1c, 0x83, 0xa1, 0x62, + 0x3c, 0xbe, 0x12, 0x35, 0x1d, 0x8c, 0x30, 0x50, 0x5c, 0xf8, 0xd7, 0x04, 0x27, 0xbf, 0x73, 0xa0, + 0x95, 0x08, 0xec, 0xa2, 0xb8, 0xfa, 0x86, 0x2e, 0x0b, 0xc1, 0xb6, 0xc5, 0x1b, 0x23, 0x1d, 0xa3, + 0x18, 0xf8, 0xd7, 0x5d, 0xc8, 0xed, 0xa5, 0xe4, 0xd9, 0xc3, 0x91, 0x77, 0xf0, 0x5e, 0x5c, 0x18, + 0x6b, 0x50, 0x7b, 0xb5, 0xbe, 0x7d, 0x25, 0x7a, 0xcc, 0x36, 0x66, 0x31, 0xdc, 0x7f, 0x38, 0xb0, + 0x3e, 0xad, 0x47, 0xbe, 0x80, 0xf5, 0x01, 0x55, 0x41, 0x7f, 0xff, 0x3c, 0x11, 0x28, 0x25, 0xe3, + 0xb1, 0x5d, 0xec, 0xc1, 0xd5, 0x7c, 0x91, 0x7a, 0x62, 0x80, 0xb1, 0xf2, 0x67, 0x90, 0x88, 0x0f, + 0x0d, 0x23, 0x3b, 0x60, 0x18, 0x85, 0x97, 0x5f, 0xeb, 0x32, 0xe0, 0x22, 0x88, 0xfb, 0x13, 0xd8, + 0x2c, 0xd1, 0x9b, 0x73, 0x51, 0xb7, 0xa0, 0x66, 0x97, 0xc9, 0xee, 0x6a, 0x3e, 0x26, 0x77, 0x60, + 0xc9, 0xdc, 0x5b, 0xd9, 0xac, 0x6e, 0x57, 0x77, 0xea, 0x7e, 0x36, 0x72, 0xff, 0x56, 0x81, 0x46, + 0xe1, 0xfe, 0x90, 0x5f, 0xdf, 0x24, 0x9a, 0xab, 0x97, 0x5e, 0xa9, 0x0c, 0xde, 0x78, 0xeb, 0xeb, + 0x10, 0xd0, 0xef, 0x90, 0xf5, 0xfa, 0x0a, 0xc3, 0xe9, 0xbd, 0x5d, 0x3b, 0xa0, 0xff, 0x5e, 0x81, + 0xb5, 0xa9, 0x9c, 0xf1, 0x7f, 0x0e, 0xaf, 0xc9, 0xe1, 0x9f, 0x9d, 0x94, 0xc3, 0x02, 0x08, 0xf9, + 0x31, 0xac, 0x46, 0xf4, 0x04, 0x23, 0x1b, 0xf9, 0x59, 0xce, 0x7c, 0xec, 0xa5, 0x35, 0xdc, 0x2b, + 0xd6, 0x70, 0x2f, 0x39, 0xed, 0x69, 0x81, 0xf4, 0xf4, 0x7b, 0xc1, 0x3b, 0x7b, 0xe8, 0xbd, 0x2c, + 0x9a, 0xfa, 0x93, 0x48, 0xe4, 0x43, 0x80, 0x98, 0x0e, 0x50, 0x26, 0x34, 0xc0, 0xf4, 0x9a, 0xd6, + 0xfd, 0x82, 0x84, 0x6c, 0x43, 0x43, 0xf1, 0x84, 0x47, 0xbc, 0x37, 0xfa, 0x0c, 0xd3, 0x8a, 0x51, + 0xf7, 0x8b, 0x22, 0xf7, 0x97, 0x0e, 0x6c, 0x96, 0x9c, 0x5e, 0x5f, 0xb4, 0x2f, 0xcd, 0x94, 0xd9, + 0xf1, 0xa2, 0x9f, 0x8d, 0x6c, 0x2d, 0x2a, 0xa8, 0x66, 0x75, 0xed, 0xea, 0x4e, 0x9f, 0x06, 0x70, + 0x7f, 0x0e, 0x9b, 0x25, 0x99, 0xb9, 0x74, 0x1b, 0x87, 0x00, 0xa9, 0x7b, 0x30, 0x0e, 0x30, 0xdb, + 0xc1, 0x35, 0x32, 0x6d, 0xc1, 0xd8, 0xfd, 0x53, 0x15, 0x6e, 0xf9, 0x48, 0x43, 0x16, 0xa3, 0x94, + 0x6d, 0xc1, 0x4f, 0x90, 0x7c, 0x0f, 0x16, 0xf0, 0x1c, 0x83, 0xcc, 0x59, 0xdf, 0x28, 0xc5, 0xd5, + 0xbe, 0xdf, 0x0d, 0xb4, 0xf3, 0x7d, 0x63, 0x40, 0x7e, 0x08, 0xcb, 0x7d, 0xa5, 0x92, 0x4f, 0x51, + 0x65, 0x7b, 0xba, 0x57, 0x6a, 0xfb, 0xe2, 0xf8, 0xb8, 0xfd, 0x29, 0xaa, 0xcc, 0xdc, 0x9a, 0x91, + 0x03, 0xa8, 0xab, 0x20, 0xe9, 0xf0, 0xe0, 0x14, 0xd5, 0xa5, 0x55, 0xfe, 0x78, 0xaf, 0x9d, 0x6a, + 0x66, 0x28, 0x63, 0x53, 0xf2, 0x00, 0xde, 0xd7, 0x04, 0x33, 0x1a, 0x3d, 0xc7, 0x88, 0x8e, 0x3a, + 0x18, 0xf0, 0x38, 0x94, 0xcd, 0x05, 0xc3, 0xe2, 0xbc, 0x29, 0x72, 0x0f, 0x6e, 0x29, 0x36, 0x40, + 0x3e, 0x54, 0x56, 0x79, 0xd1, 0x28, 0x4f, 0x49, 0xc9, 0x5d, 0x58, 0x4d, 0x50, 0x30, 0x1e, 0x5a, + 0xb5, 0x25, 0xa3, 0x36, 0x29, 0x24, 0xf7, 0x61, 0x5d, 0x0e, 0x83, 0x00, 0xa5, 0x3c, 0xee, 0x0b, + 0x94, 0x7d, 0x1e, 0x85, 0xcd, 0x65, 0xa3, 0x38, 0x23, 0xd7, 0xba, 0x5d, 0xca, 0xa2, 0xa1, 0xc0, + 0xb1, 0x6e, 0x2d, 0xd5, 0x9d, 0x96, 0xbb, 0xf7, 0x00, 0xc6, 0xac, 0x93, 0x26, 0x2c, 0x07, 0x7c, + 0x30, 0xa0, 0x71, 0x68, 0x52, 0x4f, 0xdd, 0xb7, 0x43, 0xf7, 0x9f, 0x0e, 0xac, 0x4e, 0x50, 0x4c, + 0x08, 0x2c, 0x24, 0x54, 0xf5, 0xb3, 0x4a, 0x63, 0xbe, 0xc9, 0x2e, 0x2c, 0x24, 0x5c, 0x58, 0x67, + 0x7d, 0xa7, 0x9c, 0xe8, 0x51, 0x82, 0x87, 0xb1, 0x7a, 0x2d, 0x3a, 0x4a, 0xdf, 0xf9, 0x03, 0x2e, + 0xda, 0xcf, 0x7c, 0x63, 0xaa, 0x61, 0xfb, 0x5c, 0xaa, 0xec, 0x7e, 0x99, 0x6f, 0x1d, 0xb5, 0x32, + 0xe8, 0xe3, 0x00, 0x0d, 0xdf, 0x75, 0x3f, 0x1b, 0x91, 0x7d, 0x68, 0x68, 0x3f, 0xbf, 0x40, 0x1a, + 0xa2, 0xd0, 0xfc, 0x56, 0x2f, 0x0c, 0x2f, 0xbd, 0xff, 0x54, 0xd7, 0x2f, 0xda, 0xb9, 0xdf, 0x05, + 0x18, 0x4f, 0xe9, 0x0d, 0xe8, 0x5b, 0x6f, 0xcf, 0xa5, 0xbf, 0xe7, 0xbf, 0x75, 0xdd, 0x3e, 0xac, + 0x4d, 0x45, 0x4c, 0x4e, 0x80, 0xf3, 0xbf, 0x13, 0x50, 0x19, 0x13, 0xe0, 0xfe, 0xc5, 0x81, 0xcd, + 0x36, 0x0f, 0x9f, 0x33, 0x29, 0x86, 0x89, 0x5e, 0xe8, 0xd9, 0x30, 0xec, 0xa1, 0xea, 0x24, 0x18, + 0x10, 0x17, 0x56, 0x06, 0x2c, 0xde, 0x3d, 0xa3, 0x2c, 0xa2, 0x27, 0x51, 0xba, 0xef, 0x55, 0x7f, + 0x42, 0x46, 0x5e, 0x43, 0x4d, 0xda, 0x8c, 0x59, 0xb9, 0x79, 0xc6, 0xcc, 0x41, 0x74, 0x70, 0x0f, + 0xe8, 0xf9, 0x9b, 0x98, 0xe6, 0xcb, 0x56, 0xcd, 0xb2, 0x53, 0x52, 0xf7, 0x17, 0x0e, 0x90, 0xe7, + 0x98, 0x44, 0x7c, 0xa4, 0x1f, 0x27, 0x1d, 0xa5, 0x5b, 0xa8, 0xde, 0x48, 0x9f, 0x51, 0x8d, 0x92, + 0x9c, 0x63, 0xfd, 0x4d, 0xde, 0xc2, 0xaa, 0xe0, 0x91, 0xce, 0x54, 0x6f, 0x92, 0x90, 0x2a, 0x9b, + 0x85, 0x2e, 0x68, 0x80, 0x8a, 0xda, 0xe3, 0x45, 0xfc, 0x49, 0x18, 0xf7, 0x2b, 0x07, 0x36, 0x4b, + 0x54, 0xc9, 0x9b, 0x99, 0x63, 0xdc, 0xc8, 0x71, 0x53, 0x20, 0xe4, 0x10, 0x6a, 0x03, 0x7a, 0xde, + 0x19, 0x8a, 0x1e, 0xde, 0xec, 0x2a, 0xe4, 0xe6, 0xee, 0x0f, 0x00, 0x5e, 0x9f, 0xfc, 0x14, 0x03, + 0xf5, 0x0a, 0x15, 0xcd, 0x63, 0x73, 0xb1, 0x10, 0x9b, 0x1f, 0x40, 0x3d, 0xaf, 0x52, 0x26, 0x77, + 0xd4, 0xfd, 0xb1, 0xc0, 0xfd, 0x12, 0x96, 0xf6, 0xe3, 0xb3, 0xb7, 0xf4, 0x1a, 0x71, 0x4d, 0xf6, + 0xa0, 0x6e, 0x3e, 0x0e, 0x04, 0x1f, 0x64, 0x39, 0xb3, 0xbc, 0x29, 0x49, 0xd1, 0x3b, 0xa6, 0x15, + 0xf5, 0xc7, 0x76, 0xee, 0xbf, 0x2a, 0xb0, 0x52, 0x9c, 0x23, 0x2f, 0xa0, 0xd6, 0xd5, 0xaf, 0x57, + 0x1f, 0xbb, 0x19, 0xcb, 0x1f, 0x95, 0x82, 0xa6, 0x47, 0x36, 0x8f, 0xdd, 0x71, 0xf0, 0x59, 0x6b, + 0xf2, 0x39, 0xac, 0xdb, 0x66, 0xfe, 0xc0, 0x22, 0xa6, 0x34, 0x5f, 0xde, 0x77, 0x4f, 0x62, 0xce, + 0xe0, 0x90, 0x77, 0xb0, 0x16, 0xf0, 0xb8, 0xcb, 0x7a, 0xaf, 0x68, 0xf2, 0x19, 0x8e, 0x34, 0x74, + 0xf5, 0x12, 0x0f, 0xee, 0x15, 0xf4, 0x73, 0xe4, 0x69, 0x14, 0x72, 0x04, 0x2b, 0x12, 0x03, 0x81, + 0x2a, 0x43, 0x5d, 0x30, 0xa8, 0xf7, 0x4b, 0x51, 0x3b, 0x56, 0x39, 0x87, 0x9c, 0xb0, 0x77, 0x3b, + 0xf0, 0xfe, 0x1c, 0x96, 0xf4, 0x2b, 0x86, 0x26, 0xec, 0x2d, 0x0a, 0x69, 0x3b, 0xca, 0xba, 0x5f, + 0x90, 0xe8, 0x68, 0x31, 0x3c, 0xb6, 0x75, 0xea, 0x4e, 0xbd, 0x3e, 0x16, 0xb8, 0xbf, 0x77, 0xe0, + 0xf6, 0x5c, 0xa6, 0x74, 0x95, 0x0a, 0x78, 0xac, 0xa8, 0xce, 0x13, 0x47, 0xe3, 0x30, 0x9a, 0x14, + 0xea, 0x56, 0xc3, 0x32, 0x6a, 0x5b, 0x0d, 0x3b, 0x26, 0x2f, 0x60, 0x39, 0x64, 0x67, 0x4c, 0x72, + 0x91, 0x31, 0xea, 0x5d, 0x94, 0x82, 0x3c, 0x6b, 0xe7, 0xfd, 0x68, 0x48, 0x63, 0xa5, 0x7b, 0x6e, + 0x6b, 0xee, 0xfe, 0xd1, 0x81, 0x8d, 0x79, 0xa4, 0x13, 0x0a, 0x1b, 0x11, 0x0f, 0x68, 0x94, 0x12, + 0xe3, 0xe7, 0xef, 0x99, 0xcb, 0x2e, 0xf5, 0xcb, 0x39, 0x46, 0xfe, 0x5c, 0x28, 0xdb, 0x5e, 0x55, + 0xa6, 0xda, 0x2b, 0x9d, 0x93, 0x69, 0x64, 0x0e, 0x56, 0xf3, 0xf3, 0xb1, 0xfb, 0x07, 0x07, 0xde, + 0x9b, 0x71, 0xe4, 0xd7, 0x6f, 0x9b, 0xf7, 0x61, 0x63, 0x1e, 0xf6, 0xbc, 0x94, 0xe1, 0xfe, 0x7b, + 0x11, 0x1a, 0x1d, 0x14, 0x67, 0x2c, 0x40, 0x53, 0x7e, 0x9e, 0xc2, 0xa2, 0x2e, 0x5b, 0xb6, 0x63, + 0xbe, 0x7b, 0x41, 0x40, 0x1b, 0xa3, 0x36, 0x17, 0xca, 0x4f, 0x4d, 0xc8, 0xd1, 0x44, 0x59, 0xd2, + 0xe6, 0x8f, 0x2e, 0x33, 0xd7, 0x6b, 0x7a, 0x96, 0xc9, 0xec, 0x07, 0xaf, 0xbc, 0x2a, 0x7d, 0x00, + 0xf5, 0x20, 0x1a, 0x4a, 0x85, 0xe2, 0xb0, 0x9d, 0x3d, 0x20, 0xc6, 0x82, 0xbc, 0xe8, 0x2c, 0x14, + 0x8a, 0xce, 0x36, 0x34, 0xf0, 0x5c, 0xa1, 0x88, 0x69, 0x74, 0xd8, 0x4e, 0x5f, 0x10, 0x75, 0xbf, + 0x28, 0x22, 0x3b, 0xb0, 0x26, 0xd3, 0x56, 0x3e, 0xff, 0xb1, 0x68, 0xd9, 0x00, 0x4c, 0x8b, 0x75, + 0x4d, 0x8c, 0x38, 0x0d, 0x9f, 0xd1, 0x88, 0xc6, 0x81, 0xd9, 0x42, 0xcd, 0x28, 0x4e, 0x49, 0xc9, + 0x53, 0x68, 0x16, 0x25, 0x59, 0xea, 0xa4, 0x71, 0x0f, 0x65, 0xb3, 0x6e, 0x36, 0x50, 0x3a, 0xaf, + 0x8b, 0xbd, 0xdd, 0x9c, 0xb9, 0x85, 0x60, 0x56, 0x98, 0x90, 0x91, 0x8f, 0xe1, 0xb6, 0x1d, 0x1f, + 0x0b, 0xda, 0xed, 0xb2, 0xa0, 0xcd, 0x23, 0x16, 0x8c, 0x9a, 0x0d, 0xa3, 0x3c, 0x7f, 0x52, 0x3f, + 0x70, 0xfb, 0x48, 0x23, 0xd5, 0xdf, 0xeb, 0x63, 0x70, 0xaa, 0x5f, 0xf8, 0xda, 0x53, 0xcd, 0x95, + 0xf4, 0x81, 0x3b, 0x67, 0x4a, 0x9f, 0x23, 0x19, 0x9e, 0x44, 0x4c, 0xf6, 0x8f, 0xb8, 0xd2, 0x2f, + 0xfe, 0xd1, 0x6e, 0x18, 0x0a, 0x94, 0x12, 0x65, 0x73, 0xd5, 0x44, 0x58, 0xe9, 0x3c, 0x09, 0xe1, + 0xf6, 0x14, 0x7d, 0xe9, 0x85, 0x6e, 0xde, 0xba, 0x24, 0x8f, 0x77, 0xe6, 0x59, 0xf9, 0xf3, 0xc1, + 0xb6, 0x3e, 0x81, 0xd5, 0x89, 0x50, 0xb9, 0xd6, 0xaf, 0x98, 0x7f, 0x75, 0xf2, 0x40, 0x6f, 0x67, + 0xef, 0xb2, 0x99, 0xfa, 0xb9, 0x05, 0x35, 0xf3, 0x73, 0x70, 0xc0, 0x23, 0x9b, 0xef, 0xec, 0xd8, + 0xbc, 0x8f, 0x35, 0x83, 0x55, 0xc3, 0x60, 0xfa, 0xb6, 0x7b, 0x05, 0xa0, 0xa8, 0xe8, 0xa1, 0x32, + 0xdc, 0x2e, 0xdc, 0xe4, 0x69, 0x50, 0x00, 0xd0, 0xcb, 0xc7, 0xd6, 0x51, 0x69, 0x73, 0x91, 0x8f, + 0xdd, 0x2f, 0xe0, 0xf6, 0x5c, 0xae, 0xc8, 0x1e, 0xd4, 0x82, 0x88, 0x61, 0xac, 0x0e, 0xdb, 0x59, + 0xc6, 0xf9, 0x56, 0x79, 0x69, 0xcb, 0x14, 0x33, 0x9a, 0x73, 0x43, 0xf7, 0x09, 0xdc, 0x9a, 0x9c, + 0x9b, 0xd3, 0xee, 0x38, 0xf3, 0xda, 0x1d, 0xf7, 0x37, 0x0e, 0xc0, 0x31, 0x8f, 0xf4, 0x4a, 0xba, + 0x1e, 0x5d, 0xef, 0xe7, 0xaa, 0xdc, 0x5b, 0xd5, 0xe2, 0x7b, 0xe5, 0x0e, 0x2c, 0x61, 0xb7, 0x8b, + 0x81, 0xb2, 0xed, 0x41, 0x3a, 0x22, 0x1f, 0xc1, 0x7b, 0x2a, 0x5f, 0xa9, 0xd8, 0x84, 0x55, 0xfd, + 0xd9, 0x09, 0xf7, 0x0e, 0x6c, 0xcc, 0x23, 0xfc, 0xd9, 0xf6, 0xe7, 0x1f, 0xa6, 0xf4, 0xa4, 0x7f, + 0x11, 0xb4, 0x66, 0xfe, 0xd6, 0x38, 0x59, 0x32, 0x3e, 0x7f, 0xfc, 0xdf, 0x00, 0x00, 0x00, 0xff, + 0xff, 0x4c, 0x56, 0x90, 0x46, 0xf2, 0x18, 0x00, 0x00, } diff --git a/operator/v1alpha1/kubernetes.proto b/operator/v1alpha1/kubernetes.proto index 93055fa23ee..8079159d7bf 100644 --- a/operator/v1alpha1/kubernetes.proto +++ b/operator/v1alpha1/kubernetes.proto @@ -204,7 +204,7 @@ message ServicePort { string name = 1; string protocol = 2; int32 port = 3; - k8s.io.apimachinery.pkg.util.intstr.IntOrString targetPort = 4; + TypeIntOrStringForPB targetPort = 4; int32 nodePort = 5; } message SessionAffinityConfig { diff --git a/proto.lock b/proto.lock index 4becbdcd57e..65554b480d2 100644 --- a/proto.lock +++ b/proto.lock @@ -12890,7 +12890,13 @@ "value": "/v1/services/{service_name}/configs/{config_id}" }, { - "name": "additional_bindings" + "name": "additional_bindings", + "aggregated": [ + { + "name": "get", + "value": "/v1/services/{service_name}/config" + } + ] } ] } @@ -41981,7 +41987,7 @@ { "id": 4, "name": "targetPort", - "type": "k8s.io.apimachinery.pkg.util.intstr.IntOrString" + "type": "TypeIntOrStringForPB" }, { "id": 5, diff --git a/python/istio_api/operator/v1alpha1/kubernetes_pb2.py b/python/istio_api/operator/v1alpha1/kubernetes_pb2.py index ed8295f5bb9..9c698ab08bb 100644 --- a/python/istio_api/operator/v1alpha1/kubernetes_pb2.py +++ b/python/istio_api/operator/v1alpha1/kubernetes_pb2.py @@ -23,7 +23,7 @@ package='istio.operator.v1alpha1', syntax='proto3', serialized_options=_b('Z\036istio.io/api/operator/v1alpha1'), - serialized_pb=_b('\n\"operator/v1alpha1/kubernetes.proto\x12\x17istio.operator.v1alpha1\x1a\x34k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto\x1a\x34k8s.io/apimachinery/pkg/api/resource/generated.proto\x1a\x33k8s.io/apimachinery/pkg/util/intstr/generated.proto\"\xef\x01\n\tResources\x12>\n\x06limits\x18\x01 \x03(\x0b\x32..istio.operator.v1alpha1.Resources.LimitsEntry\x12\x42\n\x08requests\x18\x02 \x03(\x0b\x32\x30.istio.operator.v1alpha1.Resources.RequestsEntry\x1a-\n\x0bLimitsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a/\n\rRequestsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xc5\x01\n\x08\x41\x66\x66inity\x12;\n\x0cnodeAffinity\x18\x01 \x01(\x0b\x32%.istio.operator.v1alpha1.NodeAffinity\x12\x39\n\x0bpodAffinity\x18\x02 \x01(\x0b\x32$.istio.operator.v1alpha1.PodAffinity\x12\x41\n\x0fpodAntiAffinity\x18\x03 \x01(\x0b\x32(.istio.operator.v1alpha1.PodAntiAffinity\"\xd8\x01\n\x0cNodeAffinity\x12]\n.requiredDuringSchedulingIgnoredDuringExecution\x18\x01 \x01(\x0b\x32%.istio.operator.v1alpha1.NodeSelector\x12i\n/preferredDuringSchedulingIgnoredDuringExecution\x18\x02 \x03(\x0b\x32\x30.istio.operator.v1alpha1.PreferredSchedulingTerm\"T\n\x0cNodeSelector\x12\x44\n\x11nodeSelectorTerms\x18\x01 \x03(\x0b\x32).istio.operator.v1alpha1.NodeSelectorTerm\"\xa5\x01\n\x10NodeSelectorTerm\x12J\n\x10matchExpressions\x18\x01 \x03(\x0b\x32\x30.istio.operator.v1alpha1.NodeSelectorRequirement\x12\x45\n\x0bmatchFields\x18\x02 \x03(\x0b\x32\x30.istio.operator.v1alpha1.NodeSelectorRequirement\"H\n\x17NodeSelectorRequirement\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x10\n\x08operator\x18\x02 \x01(\t\x12\x0e\n\x06values\x18\x03 \x03(\t\"\xda\x01\n\x0bPodAffinity\x12`\n.requiredDuringSchedulingIgnoredDuringExecution\x18\x01 \x03(\x0b\x32(.istio.operator.v1alpha1.PodAffinityTerm\x12i\n/preferredDuringSchedulingIgnoredDuringExecution\x18\x02 \x03(\x0b\x32\x30.istio.operator.v1alpha1.WeightedPodAffinityTerm\"\xde\x01\n\x0fPodAntiAffinity\x12`\n.requiredDuringSchedulingIgnoredDuringExecution\x18\x01 \x03(\x0b\x32(.istio.operator.v1alpha1.PodAffinityTerm\x12i\n/preferredDuringSchedulingIgnoredDuringExecution\x18\x02 \x03(\x0b\x32\x30.istio.operator.v1alpha1.WeightedPodAffinityTerm\"\x86\x01\n\x0fPodAffinityTerm\x12J\n\rlabelSelector\x18\x01 \x01(\x0b\x32\x33.k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector\x12\x12\n\nnamespaces\x18\x02 \x03(\t\x12\x13\n\x0btopologyKey\x18\x03 \x01(\t\"l\n\x17WeightedPodAffinityTerm\x12\x0e\n\x06weight\x18\x01 \x01(\x05\x12\x41\n\x0fpodAffinityTerm\x18\x02 \x01(\x0b\x32(.istio.operator.v1alpha1.PodAffinityTerm\"h\n\x17PreferredSchedulingTerm\x12\x0e\n\x06weight\x18\x01 \x01(\x05\x12=\n\npreference\x18\x02 \x01(\x0b\x32).istio.operator.v1alpha1.NodeSelectorTerm\"\xb9\x02\n\x0eReadinessProbe\x12\x31\n\x04\x65xec\x18\x01 \x01(\x0b\x32#.istio.operator.v1alpha1.ExecAction\x12\x37\n\x07httpGet\x18\x02 \x01(\x0b\x32&.istio.operator.v1alpha1.HTTPGetAction\x12;\n\ttcpSocket\x18\x03 \x01(\x0b\x32(.istio.operator.v1alpha1.TCPSocketAction\x12\x1b\n\x13initialDelaySeconds\x18\x04 \x01(\x05\x12\x16\n\x0etimeoutSeconds\x18\x05 \x01(\x05\x12\x15\n\rperiodSeconds\x18\x06 \x01(\x05\x12\x18\n\x10successThreshold\x18\x07 \x01(\x05\x12\x18\n\x10\x66\x61ilureThreshold\x18\x08 \x01(\x05\"\x1d\n\nExecAction\x12\x0f\n\x07\x63ommand\x18\x01 \x03(\t\"\xb2\x01\n\rHTTPGetAction\x12\x0c\n\x04path\x18\x01 \x01(\t\x12;\n\x04port\x18\x02 \x01(\x0b\x32-.istio.operator.v1alpha1.TypeIntOrStringForPB\x12\x0c\n\x04host\x18\x03 \x01(\t\x12\x0e\n\x06scheme\x18\x04 \x01(\t\x12\x38\n\x0bhttpHeaders\x18\x05 \x03(\x0b\x32#.istio.operator.v1alpha1.HTTPHeader\")\n\nHTTPHeader\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"\\\n\x0fTCPSocketAction\x12;\n\x04port\x18\x01 \x01(\x0b\x32-.istio.operator.v1alpha1.TypeIntOrStringForPB\x12\x0c\n\x04host\x18\x02 \x01(\t\"\x8e\x01\n\x17PodDisruptionBudgetSpec\x12\x14\n\x0cminAvailable\x18\x01 \x01(\r\x12\x45\n\x08selector\x18\x02 \x01(\x0b\x32\x33.k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector\x12\x16\n\x0emaxUnavailable\x18\x03 \x01(\r\"k\n\x12\x44\x65ploymentStrategy\x12\x0c\n\x04type\x18\x01 \x01(\t\x12G\n\rrollingUpdate\x18\x02 \x01(\x0b\x32\x30.istio.operator.v1alpha1.RollingUpdateDeployment\"\xa1\x01\n\x17RollingUpdateDeployment\x12\x45\n\x0emaxUnavailable\x18\x01 \x01(\x0b\x32-.istio.operator.v1alpha1.TypeIntOrStringForPB\x12?\n\x08maxSurge\x18\x02 \x01(\x0b\x32-.istio.operator.v1alpha1.TypeIntOrStringForPB\"-\n\nObjectMeta\x12\x0c\n\x04name\x18\x05 \x01(\t\x12\x11\n\tnamespace\x18\x06 \x01(\t\"_\n\x06\x45nvVar\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\x12\x38\n\tvalueFrom\x18\x03 \x01(\x0b\x32%.istio.operator.v1alpha1.EnvVarSource\"\xa2\x02\n\x0c\x45nvVarSource\x12>\n\x08\x66ieldRef\x18\x01 \x01(\x0b\x32,.istio.operator.v1alpha1.ObjectFieldSelector\x12H\n\x10resourceFieldRef\x18\x02 \x01(\x0b\x32..istio.operator.v1alpha1.ResourceFieldSelector\x12\x46\n\x0f\x63onfigMapKeyRef\x18\x03 \x01(\x0b\x32-.istio.operator.v1alpha1.ConfigMapKeySelector\x12@\n\x0csecretKeyRef\x18\x04 \x01(\x0b\x32*.istio.operator.v1alpha1.SecretKeySelector\"<\n\x13ObjectFieldSelector\x12\x12\n\napiVersion\x18\x01 \x01(\t\x12\x11\n\tfieldPath\x18\x02 \x01(\t\"\x81\x01\n\x15ResourceFieldSelector\x12\x15\n\rcontainerName\x18\x01 \x01(\t\x12\x10\n\x08resource\x18\x02 \x01(\t\x12?\n\x07\x64ivisor\x18\x03 \x01(\x0b\x32..k8s.io.apimachinery.pkg.api.resource.Quantity\"\x82\x01\n\x14\x43onfigMapKeySelector\x12K\n\x14localObjectReference\x18\x01 \x01(\x0b\x32-.istio.operator.v1alpha1.LocalObjectReference\x12\x0b\n\x03key\x18\x02 \x01(\t\x12\x10\n\x08optional\x18\x03 \x01(\x08\"\x7f\n\x11SecretKeySelector\x12K\n\x14localObjectReference\x18\x01 \x01(\x0b\x32-.istio.operator.v1alpha1.LocalObjectReference\x12\x0b\n\x03key\x18\x02 \x01(\t\x12\x10\n\x08optional\x18\x03 \x01(\x08\"$\n\x14LocalObjectReference\x12\x0c\n\x04name\x18\x01 \x01(\t\"\x85\x04\n\x0bServiceSpec\x12\x33\n\x05ports\x18\x01 \x03(\x0b\x32$.istio.operator.v1alpha1.ServicePort\x12\x44\n\x08selector\x18\x02 \x03(\x0b\x32\x32.istio.operator.v1alpha1.ServiceSpec.SelectorEntry\x12\x11\n\tclusterIP\x18\x03 \x01(\t\x12\x0c\n\x04type\x18\x04 \x01(\t\x12\x13\n\x0b\x65xternalIPs\x18\x05 \x03(\t\x12\x17\n\x0fsessionAffinity\x18\x07 \x01(\t\x12\x16\n\x0eloadBalancerIP\x18\x08 \x01(\t\x12 \n\x18loadBalancerSourceRanges\x18\t \x03(\t\x12\x14\n\x0c\x65xternalName\x18\n \x01(\t\x12\x1d\n\x15\x65xternalTrafficPolicy\x18\x0b \x01(\t\x12\x1b\n\x13healthCheckNodePort\x18\x0c \x01(\x05\x12 \n\x18publishNotReadyAddresses\x18\r \x01(\x08\x12M\n\x15sessionAffinityConfig\x18\x0e \x01(\x0b\x32..istio.operator.v1alpha1.SessionAffinityConfig\x1a/\n\rSelectorEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x93\x01\n\x0bServicePort\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x08protocol\x18\x02 \x01(\t\x12\x0c\n\x04port\x18\x03 \x01(\x05\x12\x44\n\ntargetPort\x18\x04 \x01(\x0b\x32\x30.k8s.io.apimachinery.pkg.util.intstr.IntOrString\x12\x10\n\x08nodePort\x18\x05 \x01(\x05\"R\n\x15SessionAffinityConfig\x12\x39\n\x08\x63lientIP\x18\x01 \x01(\x0b\x32\'.istio.operator.v1alpha1.ClientIPConfig\"(\n\x0e\x43lientIPConfig\x12\x16\n\x0etimeoutSeconds\x18\x01 \x01(\x05\"e\n\nToleration\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x10\n\x08operator\x18\x02 \x01(\t\x12\r\n\x05value\x18\x03 \x01(\t\x12\x0e\n\x06\x65\x66\x66\x65\x63t\x18\x04 \x01(\t\x12\x19\n\x11tolerationSeconds\x18\x05 \x01(\x03\"\x16\n\x14TypeIntOrStringForPBB Z\x1eistio.io/api/operator/v1alpha1b\x06proto3') + serialized_pb=_b('\n\"operator/v1alpha1/kubernetes.proto\x12\x17istio.operator.v1alpha1\x1a\x34k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto\x1a\x34k8s.io/apimachinery/pkg/api/resource/generated.proto\x1a\x33k8s.io/apimachinery/pkg/util/intstr/generated.proto\"\xef\x01\n\tResources\x12>\n\x06limits\x18\x01 \x03(\x0b\x32..istio.operator.v1alpha1.Resources.LimitsEntry\x12\x42\n\x08requests\x18\x02 \x03(\x0b\x32\x30.istio.operator.v1alpha1.Resources.RequestsEntry\x1a-\n\x0bLimitsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a/\n\rRequestsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xc5\x01\n\x08\x41\x66\x66inity\x12;\n\x0cnodeAffinity\x18\x01 \x01(\x0b\x32%.istio.operator.v1alpha1.NodeAffinity\x12\x39\n\x0bpodAffinity\x18\x02 \x01(\x0b\x32$.istio.operator.v1alpha1.PodAffinity\x12\x41\n\x0fpodAntiAffinity\x18\x03 \x01(\x0b\x32(.istio.operator.v1alpha1.PodAntiAffinity\"\xd8\x01\n\x0cNodeAffinity\x12]\n.requiredDuringSchedulingIgnoredDuringExecution\x18\x01 \x01(\x0b\x32%.istio.operator.v1alpha1.NodeSelector\x12i\n/preferredDuringSchedulingIgnoredDuringExecution\x18\x02 \x03(\x0b\x32\x30.istio.operator.v1alpha1.PreferredSchedulingTerm\"T\n\x0cNodeSelector\x12\x44\n\x11nodeSelectorTerms\x18\x01 \x03(\x0b\x32).istio.operator.v1alpha1.NodeSelectorTerm\"\xa5\x01\n\x10NodeSelectorTerm\x12J\n\x10matchExpressions\x18\x01 \x03(\x0b\x32\x30.istio.operator.v1alpha1.NodeSelectorRequirement\x12\x45\n\x0bmatchFields\x18\x02 \x03(\x0b\x32\x30.istio.operator.v1alpha1.NodeSelectorRequirement\"H\n\x17NodeSelectorRequirement\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x10\n\x08operator\x18\x02 \x01(\t\x12\x0e\n\x06values\x18\x03 \x03(\t\"\xda\x01\n\x0bPodAffinity\x12`\n.requiredDuringSchedulingIgnoredDuringExecution\x18\x01 \x03(\x0b\x32(.istio.operator.v1alpha1.PodAffinityTerm\x12i\n/preferredDuringSchedulingIgnoredDuringExecution\x18\x02 \x03(\x0b\x32\x30.istio.operator.v1alpha1.WeightedPodAffinityTerm\"\xde\x01\n\x0fPodAntiAffinity\x12`\n.requiredDuringSchedulingIgnoredDuringExecution\x18\x01 \x03(\x0b\x32(.istio.operator.v1alpha1.PodAffinityTerm\x12i\n/preferredDuringSchedulingIgnoredDuringExecution\x18\x02 \x03(\x0b\x32\x30.istio.operator.v1alpha1.WeightedPodAffinityTerm\"\x86\x01\n\x0fPodAffinityTerm\x12J\n\rlabelSelector\x18\x01 \x01(\x0b\x32\x33.k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector\x12\x12\n\nnamespaces\x18\x02 \x03(\t\x12\x13\n\x0btopologyKey\x18\x03 \x01(\t\"l\n\x17WeightedPodAffinityTerm\x12\x0e\n\x06weight\x18\x01 \x01(\x05\x12\x41\n\x0fpodAffinityTerm\x18\x02 \x01(\x0b\x32(.istio.operator.v1alpha1.PodAffinityTerm\"h\n\x17PreferredSchedulingTerm\x12\x0e\n\x06weight\x18\x01 \x01(\x05\x12=\n\npreference\x18\x02 \x01(\x0b\x32).istio.operator.v1alpha1.NodeSelectorTerm\"\xb9\x02\n\x0eReadinessProbe\x12\x31\n\x04\x65xec\x18\x01 \x01(\x0b\x32#.istio.operator.v1alpha1.ExecAction\x12\x37\n\x07httpGet\x18\x02 \x01(\x0b\x32&.istio.operator.v1alpha1.HTTPGetAction\x12;\n\ttcpSocket\x18\x03 \x01(\x0b\x32(.istio.operator.v1alpha1.TCPSocketAction\x12\x1b\n\x13initialDelaySeconds\x18\x04 \x01(\x05\x12\x16\n\x0etimeoutSeconds\x18\x05 \x01(\x05\x12\x15\n\rperiodSeconds\x18\x06 \x01(\x05\x12\x18\n\x10successThreshold\x18\x07 \x01(\x05\x12\x18\n\x10\x66\x61ilureThreshold\x18\x08 \x01(\x05\"\x1d\n\nExecAction\x12\x0f\n\x07\x63ommand\x18\x01 \x03(\t\"\xb2\x01\n\rHTTPGetAction\x12\x0c\n\x04path\x18\x01 \x01(\t\x12;\n\x04port\x18\x02 \x01(\x0b\x32-.istio.operator.v1alpha1.TypeIntOrStringForPB\x12\x0c\n\x04host\x18\x03 \x01(\t\x12\x0e\n\x06scheme\x18\x04 \x01(\t\x12\x38\n\x0bhttpHeaders\x18\x05 \x03(\x0b\x32#.istio.operator.v1alpha1.HTTPHeader\")\n\nHTTPHeader\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"\\\n\x0fTCPSocketAction\x12;\n\x04port\x18\x01 \x01(\x0b\x32-.istio.operator.v1alpha1.TypeIntOrStringForPB\x12\x0c\n\x04host\x18\x02 \x01(\t\"\x8e\x01\n\x17PodDisruptionBudgetSpec\x12\x14\n\x0cminAvailable\x18\x01 \x01(\r\x12\x45\n\x08selector\x18\x02 \x01(\x0b\x32\x33.k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector\x12\x16\n\x0emaxUnavailable\x18\x03 \x01(\r\"k\n\x12\x44\x65ploymentStrategy\x12\x0c\n\x04type\x18\x01 \x01(\t\x12G\n\rrollingUpdate\x18\x02 \x01(\x0b\x32\x30.istio.operator.v1alpha1.RollingUpdateDeployment\"\xa1\x01\n\x17RollingUpdateDeployment\x12\x45\n\x0emaxUnavailable\x18\x01 \x01(\x0b\x32-.istio.operator.v1alpha1.TypeIntOrStringForPB\x12?\n\x08maxSurge\x18\x02 \x01(\x0b\x32-.istio.operator.v1alpha1.TypeIntOrStringForPB\"-\n\nObjectMeta\x12\x0c\n\x04name\x18\x05 \x01(\t\x12\x11\n\tnamespace\x18\x06 \x01(\t\"_\n\x06\x45nvVar\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\x12\x38\n\tvalueFrom\x18\x03 \x01(\x0b\x32%.istio.operator.v1alpha1.EnvVarSource\"\xa2\x02\n\x0c\x45nvVarSource\x12>\n\x08\x66ieldRef\x18\x01 \x01(\x0b\x32,.istio.operator.v1alpha1.ObjectFieldSelector\x12H\n\x10resourceFieldRef\x18\x02 \x01(\x0b\x32..istio.operator.v1alpha1.ResourceFieldSelector\x12\x46\n\x0f\x63onfigMapKeyRef\x18\x03 \x01(\x0b\x32-.istio.operator.v1alpha1.ConfigMapKeySelector\x12@\n\x0csecretKeyRef\x18\x04 \x01(\x0b\x32*.istio.operator.v1alpha1.SecretKeySelector\"<\n\x13ObjectFieldSelector\x12\x12\n\napiVersion\x18\x01 \x01(\t\x12\x11\n\tfieldPath\x18\x02 \x01(\t\"\x81\x01\n\x15ResourceFieldSelector\x12\x15\n\rcontainerName\x18\x01 \x01(\t\x12\x10\n\x08resource\x18\x02 \x01(\t\x12?\n\x07\x64ivisor\x18\x03 \x01(\x0b\x32..k8s.io.apimachinery.pkg.api.resource.Quantity\"\x82\x01\n\x14\x43onfigMapKeySelector\x12K\n\x14localObjectReference\x18\x01 \x01(\x0b\x32-.istio.operator.v1alpha1.LocalObjectReference\x12\x0b\n\x03key\x18\x02 \x01(\t\x12\x10\n\x08optional\x18\x03 \x01(\x08\"\x7f\n\x11SecretKeySelector\x12K\n\x14localObjectReference\x18\x01 \x01(\x0b\x32-.istio.operator.v1alpha1.LocalObjectReference\x12\x0b\n\x03key\x18\x02 \x01(\t\x12\x10\n\x08optional\x18\x03 \x01(\x08\"$\n\x14LocalObjectReference\x12\x0c\n\x04name\x18\x01 \x01(\t\"\x85\x04\n\x0bServiceSpec\x12\x33\n\x05ports\x18\x01 \x03(\x0b\x32$.istio.operator.v1alpha1.ServicePort\x12\x44\n\x08selector\x18\x02 \x03(\x0b\x32\x32.istio.operator.v1alpha1.ServiceSpec.SelectorEntry\x12\x11\n\tclusterIP\x18\x03 \x01(\t\x12\x0c\n\x04type\x18\x04 \x01(\t\x12\x13\n\x0b\x65xternalIPs\x18\x05 \x03(\t\x12\x17\n\x0fsessionAffinity\x18\x07 \x01(\t\x12\x16\n\x0eloadBalancerIP\x18\x08 \x01(\t\x12 \n\x18loadBalancerSourceRanges\x18\t \x03(\t\x12\x14\n\x0c\x65xternalName\x18\n \x01(\t\x12\x1d\n\x15\x65xternalTrafficPolicy\x18\x0b \x01(\t\x12\x1b\n\x13healthCheckNodePort\x18\x0c \x01(\x05\x12 \n\x18publishNotReadyAddresses\x18\r \x01(\x08\x12M\n\x15sessionAffinityConfig\x18\x0e \x01(\x0b\x32..istio.operator.v1alpha1.SessionAffinityConfig\x1a/\n\rSelectorEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x90\x01\n\x0bServicePort\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x08protocol\x18\x02 \x01(\t\x12\x0c\n\x04port\x18\x03 \x01(\x05\x12\x41\n\ntargetPort\x18\x04 \x01(\x0b\x32-.istio.operator.v1alpha1.TypeIntOrStringForPB\x12\x10\n\x08nodePort\x18\x05 \x01(\x05\"R\n\x15SessionAffinityConfig\x12\x39\n\x08\x63lientIP\x18\x01 \x01(\x0b\x32\'.istio.operator.v1alpha1.ClientIPConfig\"(\n\x0e\x43lientIPConfig\x12\x16\n\x0etimeoutSeconds\x18\x01 \x01(\x05\"e\n\nToleration\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x10\n\x08operator\x18\x02 \x01(\t\x12\r\n\x05value\x18\x03 \x01(\t\x12\x0e\n\x06\x65\x66\x66\x65\x63t\x18\x04 \x01(\t\x12\x19\n\x11tolerationSeconds\x18\x05 \x01(\x03\"\x16\n\x14TypeIntOrStringForPBB Z\x1eistio.io/api/operator/v1alpha1b\x06proto3') , dependencies=[k8s_dot_io_dot_apimachinery_dot_pkg_dot_apis_dot_meta_dot_v1_dot_generated__pb2.DESCRIPTOR,k8s_dot_io_dot_apimachinery_dot_pkg_dot_api_dot_resource_dot_generated__pb2.DESCRIPTOR,k8s_dot_io_dot_apimachinery_dot_pkg_dot_util_dot_intstr_dot_generated__pb2.DESCRIPTOR,]) @@ -1449,7 +1449,7 @@ oneofs=[ ], serialized_start=4547, - serialized_end=4694, + serialized_end=4691, ) @@ -1479,8 +1479,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=4696, - serialized_end=4778, + serialized_start=4693, + serialized_end=4775, ) @@ -1510,8 +1510,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=4780, - serialized_end=4820, + serialized_start=4777, + serialized_end=4817, ) @@ -1569,8 +1569,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=4822, - serialized_end=4923, + serialized_start=4819, + serialized_end=4920, ) @@ -1593,8 +1593,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=4925, - serialized_end=4947, + serialized_start=4922, + serialized_end=4944, ) _RESOURCES_LIMITSENTRY.containing_type = _RESOURCES @@ -1638,7 +1638,7 @@ _SERVICESPEC.fields_by_name['ports'].message_type = _SERVICEPORT _SERVICESPEC.fields_by_name['selector'].message_type = _SERVICESPEC_SELECTORENTRY _SERVICESPEC.fields_by_name['sessionAffinityConfig'].message_type = _SESSIONAFFINITYCONFIG -_SERVICEPORT.fields_by_name['targetPort'].message_type = k8s_dot_io_dot_apimachinery_dot_pkg_dot_util_dot_intstr_dot_generated__pb2._INTORSTRING +_SERVICEPORT.fields_by_name['targetPort'].message_type = _TYPEINTORSTRINGFORPB _SESSIONAFFINITYCONFIG.fields_by_name['clientIP'].message_type = _CLIENTIPCONFIG DESCRIPTOR.message_types_by_name['Resources'] = _RESOURCES DESCRIPTOR.message_types_by_name['Affinity'] = _AFFINITY