From 404dbbcfe0db32815b63ef5950e585dc0e7739b0 Mon Sep 17 00:00:00 2001 From: "Khaled Henidak(Kal)" Date: Fri, 31 May 2019 20:46:17 +0000 Subject: [PATCH] cri types changes --- .../pkg/apis/runtime/v1alpha2/api.pb.go | 962 +++++++++++------- .../pkg/apis/runtime/v1alpha2/api.proto | 7 + 2 files changed, 589 insertions(+), 380 deletions(-) diff --git a/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.pb.go b/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.pb.go index 4b410c5d7c5..ad797da2822 100644 --- a/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.pb.go +++ b/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.pb.go @@ -42,6 +42,7 @@ limitations under the License. RemovePodSandboxRequest RemovePodSandboxResponse PodSandboxStatusRequest + PodIP PodSandboxNetworkStatus Namespace LinuxPodSandboxStatus @@ -958,15 +959,33 @@ func (m *PodSandboxStatusRequest) GetVerbose() bool { return false } +// PodIP represents an ip of a Pod +type PodIP struct { + Ip string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"` +} + +func (m *PodIP) Reset() { *m = PodIP{} } +func (*PodIP) ProtoMessage() {} +func (*PodIP) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{18} } + +func (m *PodIP) GetIp() string { + if m != nil { + return m.Ip + } + return "" +} + // PodSandboxNetworkStatus is the status of the network for a PodSandbox. type PodSandboxNetworkStatus struct { // IP address of the PodSandbox. Ip string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"` + // list of additional ips (not including PodSandboxNetworkStatus.Ip) of the PodSandBox + AdditionalIPs []*PodIP `protobuf:"bytes,2,rep,name=additionalIPs" json:"additionalIPs,omitempty"` } func (m *PodSandboxNetworkStatus) Reset() { *m = PodSandboxNetworkStatus{} } func (*PodSandboxNetworkStatus) ProtoMessage() {} -func (*PodSandboxNetworkStatus) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{18} } +func (*PodSandboxNetworkStatus) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{19} } func (m *PodSandboxNetworkStatus) GetIp() string { if m != nil { @@ -975,6 +994,13 @@ func (m *PodSandboxNetworkStatus) GetIp() string { return "" } +func (m *PodSandboxNetworkStatus) GetAdditionalIPs() []*PodIP { + if m != nil { + return m.AdditionalIPs + } + return nil +} + // Namespace contains paths to the namespaces. type Namespace struct { // Namespace options for Linux namespaces. @@ -983,7 +1009,7 @@ type Namespace struct { func (m *Namespace) Reset() { *m = Namespace{} } func (*Namespace) ProtoMessage() {} -func (*Namespace) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{19} } +func (*Namespace) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{20} } func (m *Namespace) GetOptions() *NamespaceOption { if m != nil { @@ -1000,7 +1026,7 @@ type LinuxPodSandboxStatus struct { func (m *LinuxPodSandboxStatus) Reset() { *m = LinuxPodSandboxStatus{} } func (*LinuxPodSandboxStatus) ProtoMessage() {} -func (*LinuxPodSandboxStatus) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{20} } +func (*LinuxPodSandboxStatus) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{21} } func (m *LinuxPodSandboxStatus) GetNamespaces() *Namespace { if m != nil { @@ -1036,7 +1062,7 @@ type PodSandboxStatus struct { func (m *PodSandboxStatus) Reset() { *m = PodSandboxStatus{} } func (*PodSandboxStatus) ProtoMessage() {} -func (*PodSandboxStatus) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{21} } +func (*PodSandboxStatus) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{22} } func (m *PodSandboxStatus) GetId() string { if m != nil { @@ -1113,7 +1139,7 @@ type PodSandboxStatusResponse struct { func (m *PodSandboxStatusResponse) Reset() { *m = PodSandboxStatusResponse{} } func (*PodSandboxStatusResponse) ProtoMessage() {} -func (*PodSandboxStatusResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{22} } +func (*PodSandboxStatusResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{23} } func (m *PodSandboxStatusResponse) GetStatus() *PodSandboxStatus { if m != nil { @@ -1137,7 +1163,7 @@ type PodSandboxStateValue struct { func (m *PodSandboxStateValue) Reset() { *m = PodSandboxStateValue{} } func (*PodSandboxStateValue) ProtoMessage() {} -func (*PodSandboxStateValue) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{23} } +func (*PodSandboxStateValue) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{24} } func (m *PodSandboxStateValue) GetState() PodSandboxState { if m != nil { @@ -1161,7 +1187,7 @@ type PodSandboxFilter struct { func (m *PodSandboxFilter) Reset() { *m = PodSandboxFilter{} } func (*PodSandboxFilter) ProtoMessage() {} -func (*PodSandboxFilter) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{24} } +func (*PodSandboxFilter) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{25} } func (m *PodSandboxFilter) GetId() string { if m != nil { @@ -1191,7 +1217,7 @@ type ListPodSandboxRequest struct { func (m *ListPodSandboxRequest) Reset() { *m = ListPodSandboxRequest{} } func (*ListPodSandboxRequest) ProtoMessage() {} -func (*ListPodSandboxRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{25} } +func (*ListPodSandboxRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{26} } func (m *ListPodSandboxRequest) GetFilter() *PodSandboxFilter { if m != nil { @@ -1223,7 +1249,7 @@ type PodSandbox struct { func (m *PodSandbox) Reset() { *m = PodSandbox{} } func (*PodSandbox) ProtoMessage() {} -func (*PodSandbox) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{26} } +func (*PodSandbox) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{27} } func (m *PodSandbox) GetId() string { if m != nil { @@ -1281,7 +1307,7 @@ type ListPodSandboxResponse struct { func (m *ListPodSandboxResponse) Reset() { *m = ListPodSandboxResponse{} } func (*ListPodSandboxResponse) ProtoMessage() {} -func (*ListPodSandboxResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{27} } +func (*ListPodSandboxResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{28} } func (m *ListPodSandboxResponse) GetItems() []*PodSandbox { if m != nil { @@ -1299,7 +1325,7 @@ type ImageSpec struct { func (m *ImageSpec) Reset() { *m = ImageSpec{} } func (*ImageSpec) ProtoMessage() {} -func (*ImageSpec) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{28} } +func (*ImageSpec) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{29} } func (m *ImageSpec) GetImage() string { if m != nil { @@ -1315,7 +1341,7 @@ type KeyValue struct { func (m *KeyValue) Reset() { *m = KeyValue{} } func (*KeyValue) ProtoMessage() {} -func (*KeyValue) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{29} } +func (*KeyValue) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{30} } func (m *KeyValue) GetKey() string { if m != nil { @@ -1354,7 +1380,7 @@ type LinuxContainerResources struct { func (m *LinuxContainerResources) Reset() { *m = LinuxContainerResources{} } func (*LinuxContainerResources) ProtoMessage() {} -func (*LinuxContainerResources) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{30} } +func (*LinuxContainerResources) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{31} } func (m *LinuxContainerResources) GetCpuPeriod() int64 { if m != nil { @@ -1415,7 +1441,7 @@ type SELinuxOption struct { func (m *SELinuxOption) Reset() { *m = SELinuxOption{} } func (*SELinuxOption) ProtoMessage() {} -func (*SELinuxOption) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{31} } +func (*SELinuxOption) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{32} } func (m *SELinuxOption) GetUser() string { if m != nil { @@ -1455,7 +1481,7 @@ type Capability struct { func (m *Capability) Reset() { *m = Capability{} } func (*Capability) ProtoMessage() {} -func (*Capability) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{32} } +func (*Capability) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{33} } func (m *Capability) GetAddCapabilities() []string { if m != nil { @@ -1542,7 +1568,7 @@ type LinuxContainerSecurityContext struct { func (m *LinuxContainerSecurityContext) Reset() { *m = LinuxContainerSecurityContext{} } func (*LinuxContainerSecurityContext) ProtoMessage() {} func (*LinuxContainerSecurityContext) Descriptor() ([]byte, []int) { - return fileDescriptorApi, []int{33} + return fileDescriptorApi, []int{34} } func (m *LinuxContainerSecurityContext) GetCapabilities() *Capability { @@ -1654,7 +1680,7 @@ type LinuxContainerConfig struct { func (m *LinuxContainerConfig) Reset() { *m = LinuxContainerConfig{} } func (*LinuxContainerConfig) ProtoMessage() {} -func (*LinuxContainerConfig) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{34} } +func (*LinuxContainerConfig) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{35} } func (m *LinuxContainerConfig) GetResources() *LinuxContainerResources { if m != nil { @@ -1683,7 +1709,7 @@ type WindowsContainerSecurityContext struct { func (m *WindowsContainerSecurityContext) Reset() { *m = WindowsContainerSecurityContext{} } func (*WindowsContainerSecurityContext) ProtoMessage() {} func (*WindowsContainerSecurityContext) Descriptor() ([]byte, []int) { - return fileDescriptorApi, []int{35} + return fileDescriptorApi, []int{36} } func (m *WindowsContainerSecurityContext) GetRunAsUsername() string { @@ -1711,7 +1737,7 @@ type WindowsContainerConfig struct { func (m *WindowsContainerConfig) Reset() { *m = WindowsContainerConfig{} } func (*WindowsContainerConfig) ProtoMessage() {} -func (*WindowsContainerConfig) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{36} } +func (*WindowsContainerConfig) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{37} } func (m *WindowsContainerConfig) GetResources() *WindowsContainerResources { if m != nil { @@ -1742,7 +1768,7 @@ type WindowsContainerResources struct { func (m *WindowsContainerResources) Reset() { *m = WindowsContainerResources{} } func (*WindowsContainerResources) ProtoMessage() {} -func (*WindowsContainerResources) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{37} } +func (*WindowsContainerResources) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{38} } func (m *WindowsContainerResources) GetCpuShares() int64 { if m != nil { @@ -1786,7 +1812,7 @@ type ContainerMetadata struct { func (m *ContainerMetadata) Reset() { *m = ContainerMetadata{} } func (*ContainerMetadata) ProtoMessage() {} -func (*ContainerMetadata) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{38} } +func (*ContainerMetadata) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{39} } func (m *ContainerMetadata) GetName() string { if m != nil { @@ -1817,7 +1843,7 @@ type Device struct { func (m *Device) Reset() { *m = Device{} } func (*Device) ProtoMessage() {} -func (*Device) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{39} } +func (*Device) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{40} } func (m *Device) GetContainerPath() string { if m != nil { @@ -1906,7 +1932,7 @@ type ContainerConfig struct { func (m *ContainerConfig) Reset() { *m = ContainerConfig{} } func (*ContainerConfig) ProtoMessage() {} -func (*ContainerConfig) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{40} } +func (*ContainerConfig) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{41} } func (m *ContainerConfig) GetMetadata() *ContainerMetadata { if m != nil { @@ -2034,7 +2060,7 @@ type CreateContainerRequest struct { func (m *CreateContainerRequest) Reset() { *m = CreateContainerRequest{} } func (*CreateContainerRequest) ProtoMessage() {} -func (*CreateContainerRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{41} } +func (*CreateContainerRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{42} } func (m *CreateContainerRequest) GetPodSandboxId() string { if m != nil { @@ -2064,7 +2090,7 @@ type CreateContainerResponse struct { func (m *CreateContainerResponse) Reset() { *m = CreateContainerResponse{} } func (*CreateContainerResponse) ProtoMessage() {} -func (*CreateContainerResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{42} } +func (*CreateContainerResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{43} } func (m *CreateContainerResponse) GetContainerId() string { if m != nil { @@ -2080,7 +2106,7 @@ type StartContainerRequest struct { func (m *StartContainerRequest) Reset() { *m = StartContainerRequest{} } func (*StartContainerRequest) ProtoMessage() {} -func (*StartContainerRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{43} } +func (*StartContainerRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{44} } func (m *StartContainerRequest) GetContainerId() string { if m != nil { @@ -2094,7 +2120,7 @@ type StartContainerResponse struct { func (m *StartContainerResponse) Reset() { *m = StartContainerResponse{} } func (*StartContainerResponse) ProtoMessage() {} -func (*StartContainerResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{44} } +func (*StartContainerResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{45} } type StopContainerRequest struct { // ID of the container to stop. @@ -2106,7 +2132,7 @@ type StopContainerRequest struct { func (m *StopContainerRequest) Reset() { *m = StopContainerRequest{} } func (*StopContainerRequest) ProtoMessage() {} -func (*StopContainerRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{45} } +func (*StopContainerRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{46} } func (m *StopContainerRequest) GetContainerId() string { if m != nil { @@ -2127,7 +2153,7 @@ type StopContainerResponse struct { func (m *StopContainerResponse) Reset() { *m = StopContainerResponse{} } func (*StopContainerResponse) ProtoMessage() {} -func (*StopContainerResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{46} } +func (*StopContainerResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{47} } type RemoveContainerRequest struct { // ID of the container to remove. @@ -2136,7 +2162,7 @@ type RemoveContainerRequest struct { func (m *RemoveContainerRequest) Reset() { *m = RemoveContainerRequest{} } func (*RemoveContainerRequest) ProtoMessage() {} -func (*RemoveContainerRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{47} } +func (*RemoveContainerRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{48} } func (m *RemoveContainerRequest) GetContainerId() string { if m != nil { @@ -2150,7 +2176,7 @@ type RemoveContainerResponse struct { func (m *RemoveContainerResponse) Reset() { *m = RemoveContainerResponse{} } func (*RemoveContainerResponse) ProtoMessage() {} -func (*RemoveContainerResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{48} } +func (*RemoveContainerResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{49} } // ContainerStateValue is the wrapper of ContainerState. type ContainerStateValue struct { @@ -2160,7 +2186,7 @@ type ContainerStateValue struct { func (m *ContainerStateValue) Reset() { *m = ContainerStateValue{} } func (*ContainerStateValue) ProtoMessage() {} -func (*ContainerStateValue) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{49} } +func (*ContainerStateValue) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{50} } func (m *ContainerStateValue) GetState() ContainerState { if m != nil { @@ -2186,7 +2212,7 @@ type ContainerFilter struct { func (m *ContainerFilter) Reset() { *m = ContainerFilter{} } func (*ContainerFilter) ProtoMessage() {} -func (*ContainerFilter) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{50} } +func (*ContainerFilter) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{51} } func (m *ContainerFilter) GetId() string { if m != nil { @@ -2222,7 +2248,7 @@ type ListContainersRequest struct { func (m *ListContainersRequest) Reset() { *m = ListContainersRequest{} } func (*ListContainersRequest) ProtoMessage() {} -func (*ListContainersRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{51} } +func (*ListContainersRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{52} } func (m *ListContainersRequest) GetFilter() *ContainerFilter { if m != nil { @@ -2261,7 +2287,7 @@ type Container struct { func (m *Container) Reset() { *m = Container{} } func (*Container) ProtoMessage() {} -func (*Container) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{52} } +func (*Container) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{53} } func (m *Container) GetId() string { if m != nil { @@ -2333,7 +2359,7 @@ type ListContainersResponse struct { func (m *ListContainersResponse) Reset() { *m = ListContainersResponse{} } func (*ListContainersResponse) ProtoMessage() {} -func (*ListContainersResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{53} } +func (*ListContainersResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{54} } func (m *ListContainersResponse) GetContainers() []*Container { if m != nil { @@ -2351,7 +2377,7 @@ type ContainerStatusRequest struct { func (m *ContainerStatusRequest) Reset() { *m = ContainerStatusRequest{} } func (*ContainerStatusRequest) ProtoMessage() {} -func (*ContainerStatusRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{54} } +func (*ContainerStatusRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{55} } func (m *ContainerStatusRequest) GetContainerId() string { if m != nil { @@ -2408,7 +2434,7 @@ type ContainerStatus struct { func (m *ContainerStatus) Reset() { *m = ContainerStatus{} } func (*ContainerStatus) ProtoMessage() {} -func (*ContainerStatus) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{55} } +func (*ContainerStatus) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{56} } func (m *ContainerStatus) GetId() string { if m != nil { @@ -2527,7 +2553,7 @@ type ContainerStatusResponse struct { func (m *ContainerStatusResponse) Reset() { *m = ContainerStatusResponse{} } func (*ContainerStatusResponse) ProtoMessage() {} -func (*ContainerStatusResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{56} } +func (*ContainerStatusResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{57} } func (m *ContainerStatusResponse) GetStatus() *ContainerStatus { if m != nil { @@ -2553,7 +2579,7 @@ type UpdateContainerResourcesRequest struct { func (m *UpdateContainerResourcesRequest) Reset() { *m = UpdateContainerResourcesRequest{} } func (*UpdateContainerResourcesRequest) ProtoMessage() {} func (*UpdateContainerResourcesRequest) Descriptor() ([]byte, []int) { - return fileDescriptorApi, []int{57} + return fileDescriptorApi, []int{58} } func (m *UpdateContainerResourcesRequest) GetContainerId() string { @@ -2576,7 +2602,7 @@ type UpdateContainerResourcesResponse struct { func (m *UpdateContainerResourcesResponse) Reset() { *m = UpdateContainerResourcesResponse{} } func (*UpdateContainerResourcesResponse) ProtoMessage() {} func (*UpdateContainerResourcesResponse) Descriptor() ([]byte, []int) { - return fileDescriptorApi, []int{58} + return fileDescriptorApi, []int{59} } type ExecSyncRequest struct { @@ -2590,7 +2616,7 @@ type ExecSyncRequest struct { func (m *ExecSyncRequest) Reset() { *m = ExecSyncRequest{} } func (*ExecSyncRequest) ProtoMessage() {} -func (*ExecSyncRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{59} } +func (*ExecSyncRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{60} } func (m *ExecSyncRequest) GetContainerId() string { if m != nil { @@ -2624,7 +2650,7 @@ type ExecSyncResponse struct { func (m *ExecSyncResponse) Reset() { *m = ExecSyncResponse{} } func (*ExecSyncResponse) ProtoMessage() {} -func (*ExecSyncResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{60} } +func (*ExecSyncResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{61} } func (m *ExecSyncResponse) GetStdout() []byte { if m != nil { @@ -2670,7 +2696,7 @@ type ExecRequest struct { func (m *ExecRequest) Reset() { *m = ExecRequest{} } func (*ExecRequest) ProtoMessage() {} -func (*ExecRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{61} } +func (*ExecRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{62} } func (m *ExecRequest) GetContainerId() string { if m != nil { @@ -2721,7 +2747,7 @@ type ExecResponse struct { func (m *ExecResponse) Reset() { *m = ExecResponse{} } func (*ExecResponse) ProtoMessage() {} -func (*ExecResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{62} } +func (*ExecResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{63} } func (m *ExecResponse) GetUrl() string { if m != nil { @@ -2752,7 +2778,7 @@ type AttachRequest struct { func (m *AttachRequest) Reset() { *m = AttachRequest{} } func (*AttachRequest) ProtoMessage() {} -func (*AttachRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{63} } +func (*AttachRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{64} } func (m *AttachRequest) GetContainerId() string { if m != nil { @@ -2796,7 +2822,7 @@ type AttachResponse struct { func (m *AttachResponse) Reset() { *m = AttachResponse{} } func (*AttachResponse) ProtoMessage() {} -func (*AttachResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{64} } +func (*AttachResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{65} } func (m *AttachResponse) GetUrl() string { if m != nil { @@ -2814,7 +2840,7 @@ type PortForwardRequest struct { func (m *PortForwardRequest) Reset() { *m = PortForwardRequest{} } func (*PortForwardRequest) ProtoMessage() {} -func (*PortForwardRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{65} } +func (*PortForwardRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{66} } func (m *PortForwardRequest) GetPodSandboxId() string { if m != nil { @@ -2837,7 +2863,7 @@ type PortForwardResponse struct { func (m *PortForwardResponse) Reset() { *m = PortForwardResponse{} } func (*PortForwardResponse) ProtoMessage() {} -func (*PortForwardResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{66} } +func (*PortForwardResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{67} } func (m *PortForwardResponse) GetUrl() string { if m != nil { @@ -2853,7 +2879,7 @@ type ImageFilter struct { func (m *ImageFilter) Reset() { *m = ImageFilter{} } func (*ImageFilter) ProtoMessage() {} -func (*ImageFilter) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{67} } +func (*ImageFilter) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{68} } func (m *ImageFilter) GetImage() *ImageSpec { if m != nil { @@ -2869,7 +2895,7 @@ type ListImagesRequest struct { func (m *ListImagesRequest) Reset() { *m = ListImagesRequest{} } func (*ListImagesRequest) ProtoMessage() {} -func (*ListImagesRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{68} } +func (*ListImagesRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{69} } func (m *ListImagesRequest) GetFilter() *ImageFilter { if m != nil { @@ -2899,7 +2925,7 @@ type Image struct { func (m *Image) Reset() { *m = Image{} } func (*Image) ProtoMessage() {} -func (*Image) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{69} } +func (*Image) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{70} } func (m *Image) GetId() string { if m != nil { @@ -2950,7 +2976,7 @@ type ListImagesResponse struct { func (m *ListImagesResponse) Reset() { *m = ListImagesResponse{} } func (*ListImagesResponse) ProtoMessage() {} -func (*ListImagesResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{70} } +func (*ListImagesResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{71} } func (m *ListImagesResponse) GetImages() []*Image { if m != nil { @@ -2968,7 +2994,7 @@ type ImageStatusRequest struct { func (m *ImageStatusRequest) Reset() { *m = ImageStatusRequest{} } func (*ImageStatusRequest) ProtoMessage() {} -func (*ImageStatusRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{71} } +func (*ImageStatusRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{72} } func (m *ImageStatusRequest) GetImage() *ImageSpec { if m != nil { @@ -2996,7 +3022,7 @@ type ImageStatusResponse struct { func (m *ImageStatusResponse) Reset() { *m = ImageStatusResponse{} } func (*ImageStatusResponse) ProtoMessage() {} -func (*ImageStatusResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{72} } +func (*ImageStatusResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{73} } func (m *ImageStatusResponse) GetImage() *Image { if m != nil { @@ -3027,7 +3053,7 @@ type AuthConfig struct { func (m *AuthConfig) Reset() { *m = AuthConfig{} } func (*AuthConfig) ProtoMessage() {} -func (*AuthConfig) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{73} } +func (*AuthConfig) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{74} } func (m *AuthConfig) GetUsername() string { if m != nil { @@ -3082,7 +3108,7 @@ type PullImageRequest struct { func (m *PullImageRequest) Reset() { *m = PullImageRequest{} } func (*PullImageRequest) ProtoMessage() {} -func (*PullImageRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{74} } +func (*PullImageRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{75} } func (m *PullImageRequest) GetImage() *ImageSpec { if m != nil { @@ -3113,7 +3139,7 @@ type PullImageResponse struct { func (m *PullImageResponse) Reset() { *m = PullImageResponse{} } func (*PullImageResponse) ProtoMessage() {} -func (*PullImageResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{75} } +func (*PullImageResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{76} } func (m *PullImageResponse) GetImageRef() string { if m != nil { @@ -3129,7 +3155,7 @@ type RemoveImageRequest struct { func (m *RemoveImageRequest) Reset() { *m = RemoveImageRequest{} } func (*RemoveImageRequest) ProtoMessage() {} -func (*RemoveImageRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{76} } +func (*RemoveImageRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{77} } func (m *RemoveImageRequest) GetImage() *ImageSpec { if m != nil { @@ -3143,7 +3169,7 @@ type RemoveImageResponse struct { func (m *RemoveImageResponse) Reset() { *m = RemoveImageResponse{} } func (*RemoveImageResponse) ProtoMessage() {} -func (*RemoveImageResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{77} } +func (*RemoveImageResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{78} } type NetworkConfig struct { // CIDR to use for pod IP addresses. If the CIDR is empty, runtimes @@ -3153,7 +3179,7 @@ type NetworkConfig struct { func (m *NetworkConfig) Reset() { *m = NetworkConfig{} } func (*NetworkConfig) ProtoMessage() {} -func (*NetworkConfig) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{78} } +func (*NetworkConfig) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{79} } func (m *NetworkConfig) GetPodCidr() string { if m != nil { @@ -3168,7 +3194,7 @@ type RuntimeConfig struct { func (m *RuntimeConfig) Reset() { *m = RuntimeConfig{} } func (*RuntimeConfig) ProtoMessage() {} -func (*RuntimeConfig) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{79} } +func (*RuntimeConfig) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{80} } func (m *RuntimeConfig) GetNetworkConfig() *NetworkConfig { if m != nil { @@ -3183,7 +3209,7 @@ type UpdateRuntimeConfigRequest struct { func (m *UpdateRuntimeConfigRequest) Reset() { *m = UpdateRuntimeConfigRequest{} } func (*UpdateRuntimeConfigRequest) ProtoMessage() {} -func (*UpdateRuntimeConfigRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{80} } +func (*UpdateRuntimeConfigRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{81} } func (m *UpdateRuntimeConfigRequest) GetRuntimeConfig() *RuntimeConfig { if m != nil { @@ -3197,7 +3223,7 @@ type UpdateRuntimeConfigResponse struct { func (m *UpdateRuntimeConfigResponse) Reset() { *m = UpdateRuntimeConfigResponse{} } func (*UpdateRuntimeConfigResponse) ProtoMessage() {} -func (*UpdateRuntimeConfigResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{81} } +func (*UpdateRuntimeConfigResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{82} } // RuntimeCondition contains condition information for the runtime. // There are 2 kinds of runtime conditions: @@ -3225,7 +3251,7 @@ type RuntimeCondition struct { func (m *RuntimeCondition) Reset() { *m = RuntimeCondition{} } func (*RuntimeCondition) ProtoMessage() {} -func (*RuntimeCondition) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{82} } +func (*RuntimeCondition) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{83} } func (m *RuntimeCondition) GetType() string { if m != nil { @@ -3263,7 +3289,7 @@ type RuntimeStatus struct { func (m *RuntimeStatus) Reset() { *m = RuntimeStatus{} } func (*RuntimeStatus) ProtoMessage() {} -func (*RuntimeStatus) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{83} } +func (*RuntimeStatus) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{84} } func (m *RuntimeStatus) GetConditions() []*RuntimeCondition { if m != nil { @@ -3279,7 +3305,7 @@ type StatusRequest struct { func (m *StatusRequest) Reset() { *m = StatusRequest{} } func (*StatusRequest) ProtoMessage() {} -func (*StatusRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{84} } +func (*StatusRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{85} } func (m *StatusRequest) GetVerbose() bool { if m != nil { @@ -3300,7 +3326,7 @@ type StatusResponse struct { func (m *StatusResponse) Reset() { *m = StatusResponse{} } func (*StatusResponse) ProtoMessage() {} -func (*StatusResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{85} } +func (*StatusResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{86} } func (m *StatusResponse) GetStatus() *RuntimeStatus { if m != nil { @@ -3321,7 +3347,7 @@ type ImageFsInfoRequest struct { func (m *ImageFsInfoRequest) Reset() { *m = ImageFsInfoRequest{} } func (*ImageFsInfoRequest) ProtoMessage() {} -func (*ImageFsInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{86} } +func (*ImageFsInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{87} } // UInt64Value is the wrapper of uint64. type UInt64Value struct { @@ -3331,7 +3357,7 @@ type UInt64Value struct { func (m *UInt64Value) Reset() { *m = UInt64Value{} } func (*UInt64Value) ProtoMessage() {} -func (*UInt64Value) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{87} } +func (*UInt64Value) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{88} } func (m *UInt64Value) GetValue() uint64 { if m != nil { @@ -3348,7 +3374,7 @@ type FilesystemIdentifier struct { func (m *FilesystemIdentifier) Reset() { *m = FilesystemIdentifier{} } func (*FilesystemIdentifier) ProtoMessage() {} -func (*FilesystemIdentifier) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{88} } +func (*FilesystemIdentifier) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{89} } func (m *FilesystemIdentifier) GetMountpoint() string { if m != nil { @@ -3375,7 +3401,7 @@ type FilesystemUsage struct { func (m *FilesystemUsage) Reset() { *m = FilesystemUsage{} } func (*FilesystemUsage) ProtoMessage() {} -func (*FilesystemUsage) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{89} } +func (*FilesystemUsage) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{90} } func (m *FilesystemUsage) GetTimestamp() int64 { if m != nil { @@ -3412,7 +3438,7 @@ type ImageFsInfoResponse struct { func (m *ImageFsInfoResponse) Reset() { *m = ImageFsInfoResponse{} } func (*ImageFsInfoResponse) ProtoMessage() {} -func (*ImageFsInfoResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{90} } +func (*ImageFsInfoResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{91} } func (m *ImageFsInfoResponse) GetImageFilesystems() []*FilesystemUsage { if m != nil { @@ -3428,7 +3454,7 @@ type ContainerStatsRequest struct { func (m *ContainerStatsRequest) Reset() { *m = ContainerStatsRequest{} } func (*ContainerStatsRequest) ProtoMessage() {} -func (*ContainerStatsRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{91} } +func (*ContainerStatsRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{92} } func (m *ContainerStatsRequest) GetContainerId() string { if m != nil { @@ -3444,7 +3470,7 @@ type ContainerStatsResponse struct { func (m *ContainerStatsResponse) Reset() { *m = ContainerStatsResponse{} } func (*ContainerStatsResponse) ProtoMessage() {} -func (*ContainerStatsResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{92} } +func (*ContainerStatsResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{93} } func (m *ContainerStatsResponse) GetStats() *ContainerStats { if m != nil { @@ -3460,7 +3486,7 @@ type ListContainerStatsRequest struct { func (m *ListContainerStatsRequest) Reset() { *m = ListContainerStatsRequest{} } func (*ListContainerStatsRequest) ProtoMessage() {} -func (*ListContainerStatsRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{93} } +func (*ListContainerStatsRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{94} } func (m *ListContainerStatsRequest) GetFilter() *ContainerStatsFilter { if m != nil { @@ -3484,7 +3510,7 @@ type ContainerStatsFilter struct { func (m *ContainerStatsFilter) Reset() { *m = ContainerStatsFilter{} } func (*ContainerStatsFilter) ProtoMessage() {} -func (*ContainerStatsFilter) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{94} } +func (*ContainerStatsFilter) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{95} } func (m *ContainerStatsFilter) GetId() string { if m != nil { @@ -3514,7 +3540,7 @@ type ListContainerStatsResponse struct { func (m *ListContainerStatsResponse) Reset() { *m = ListContainerStatsResponse{} } func (*ListContainerStatsResponse) ProtoMessage() {} -func (*ListContainerStatsResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{95} } +func (*ListContainerStatsResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{96} } func (m *ListContainerStatsResponse) GetStats() []*ContainerStats { if m != nil { @@ -3540,7 +3566,7 @@ type ContainerAttributes struct { func (m *ContainerAttributes) Reset() { *m = ContainerAttributes{} } func (*ContainerAttributes) ProtoMessage() {} -func (*ContainerAttributes) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{96} } +func (*ContainerAttributes) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{97} } func (m *ContainerAttributes) GetId() string { if m != nil { @@ -3584,7 +3610,7 @@ type ContainerStats struct { func (m *ContainerStats) Reset() { *m = ContainerStats{} } func (*ContainerStats) ProtoMessage() {} -func (*ContainerStats) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{97} } +func (*ContainerStats) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{98} } func (m *ContainerStats) GetAttributes() *ContainerAttributes { if m != nil { @@ -3624,7 +3650,7 @@ type CpuUsage struct { func (m *CpuUsage) Reset() { *m = CpuUsage{} } func (*CpuUsage) ProtoMessage() {} -func (*CpuUsage) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{98} } +func (*CpuUsage) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{99} } func (m *CpuUsage) GetTimestamp() int64 { if m != nil { @@ -3650,7 +3676,7 @@ type MemoryUsage struct { func (m *MemoryUsage) Reset() { *m = MemoryUsage{} } func (*MemoryUsage) ProtoMessage() {} -func (*MemoryUsage) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{99} } +func (*MemoryUsage) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{100} } func (m *MemoryUsage) GetTimestamp() int64 { if m != nil { @@ -3673,7 +3699,7 @@ type ReopenContainerLogRequest struct { func (m *ReopenContainerLogRequest) Reset() { *m = ReopenContainerLogRequest{} } func (*ReopenContainerLogRequest) ProtoMessage() {} -func (*ReopenContainerLogRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{100} } +func (*ReopenContainerLogRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{101} } func (m *ReopenContainerLogRequest) GetContainerId() string { if m != nil { @@ -3687,7 +3713,7 @@ type ReopenContainerLogResponse struct { func (m *ReopenContainerLogResponse) Reset() { *m = ReopenContainerLogResponse{} } func (*ReopenContainerLogResponse) ProtoMessage() {} -func (*ReopenContainerLogResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{101} } +func (*ReopenContainerLogResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{102} } func init() { proto.RegisterType((*VersionRequest)(nil), "runtime.v1alpha2.VersionRequest") @@ -3708,6 +3734,7 @@ func init() { proto.RegisterType((*RemovePodSandboxRequest)(nil), "runtime.v1alpha2.RemovePodSandboxRequest") proto.RegisterType((*RemovePodSandboxResponse)(nil), "runtime.v1alpha2.RemovePodSandboxResponse") proto.RegisterType((*PodSandboxStatusRequest)(nil), "runtime.v1alpha2.PodSandboxStatusRequest") + proto.RegisterType((*PodIP)(nil), "runtime.v1alpha2.PodIP") proto.RegisterType((*PodSandboxNetworkStatus)(nil), "runtime.v1alpha2.PodSandboxNetworkStatus") proto.RegisterType((*Namespace)(nil), "runtime.v1alpha2.Namespace") proto.RegisterType((*LinuxPodSandboxStatus)(nil), "runtime.v1alpha2.LinuxPodSandboxStatus") @@ -5627,6 +5654,30 @@ func (m *PodSandboxStatusRequest) MarshalTo(dAtA []byte) (int, error) { return i, nil } +func (m *PodIP) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *PodIP) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if len(m.Ip) > 0 { + dAtA[i] = 0xa + i++ + i = encodeVarintApi(dAtA, i, uint64(len(m.Ip))) + i += copy(dAtA[i:], m.Ip) + } + return i, nil +} + func (m *PodSandboxNetworkStatus) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -5648,6 +5699,18 @@ func (m *PodSandboxNetworkStatus) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintApi(dAtA, i, uint64(len(m.Ip))) i += copy(dAtA[i:], m.Ip) } + if len(m.AdditionalIPs) > 0 { + for _, msg := range m.AdditionalIPs { + dAtA[i] = 0x12 + i++ + i = encodeVarintApi(dAtA, i, uint64(msg.Size())) + n, err := msg.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n + } + } return i, nil } @@ -9421,6 +9484,16 @@ func (m *PodSandboxStatusRequest) Size() (n int) { return n } +func (m *PodIP) Size() (n int) { + var l int + _ = l + l = len(m.Ip) + if l > 0 { + n += 1 + l + sovApi(uint64(l)) + } + return n +} + func (m *PodSandboxNetworkStatus) Size() (n int) { var l int _ = l @@ -9428,6 +9501,12 @@ func (m *PodSandboxNetworkStatus) Size() (n int) { if l > 0 { n += 1 + l + sovApi(uint64(l)) } + if len(m.AdditionalIPs) > 0 { + for _, e := range m.AdditionalIPs { + l = e.Size() + n += 1 + l + sovApi(uint64(l)) + } + } return n } @@ -11122,12 +11201,23 @@ func (this *PodSandboxStatusRequest) String() string { }, "") return s } +func (this *PodIP) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&PodIP{`, + `Ip:` + fmt.Sprintf("%v", this.Ip) + `,`, + `}`, + }, "") + return s +} func (this *PodSandboxNetworkStatus) String() string { if this == nil { return "nil" } s := strings.Join([]string{`&PodSandboxNetworkStatus{`, `Ip:` + fmt.Sprintf("%v", this.Ip) + `,`, + `AdditionalIPs:` + strings.Replace(fmt.Sprintf("%v", this.AdditionalIPs), "PodIP", "PodIP", 1) + `,`, `}`, }, "") return s @@ -14875,6 +14965,85 @@ func (m *PodSandboxStatusRequest) Unmarshal(dAtA []byte) error { } return nil } +func (m *PodIP) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowApi + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: PodIP: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: PodIP: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Ip", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowApi + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthApi + } + postIndex := iNdEx + intStringLen + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Ip = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipApi(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthApi + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *PodSandboxNetworkStatus) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -14933,6 +15102,37 @@ func (m *PodSandboxNetworkStatus) Unmarshal(dAtA []byte) error { } m.Ip = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AdditionalIPs", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowApi + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthApi + } + postIndex := iNdEx + msglen + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.AdditionalIPs = append(m.AdditionalIPs, &PodIP{}) + if err := m.AdditionalIPs[len(m.AdditionalIPs)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipApi(dAtA[iNdEx:]) @@ -27009,302 +27209,304 @@ var ( func init() { proto.RegisterFile("api.proto", fileDescriptorApi) } var fileDescriptorApi = []byte{ - // 4737 bytes of a gzipped FileDescriptorProto + // 4769 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x5c, 0xcd, 0x6f, 0x1b, 0x49, - 0x76, 0x57, 0x93, 0xfa, 0x20, 0x1f, 0x45, 0x8a, 0x2a, 0xcb, 0x16, 0x4d, 0x8f, 0x35, 0x56, 0xcf, - 0xf8, 0x73, 0xc7, 0xf2, 0x58, 0xb3, 0xeb, 0x89, 0xed, 0x59, 0xdb, 0x34, 0x25, 0xdb, 0xcc, 0xda, - 0x14, 0xd3, 0x94, 0xe6, 0x63, 0x67, 0x80, 0xde, 0x16, 0xbb, 0x44, 0xf5, 0x9a, 0xec, 0xee, 0xe9, - 0x6e, 0xda, 0x56, 0x02, 0x04, 0x0b, 0x2c, 0xb2, 0x87, 0x00, 0x01, 0x72, 0xce, 0x71, 0x73, 0xc8, - 0x21, 0xb7, 0x00, 0x41, 0x0e, 0x39, 0x6d, 0x90, 0xc3, 0x5e, 0x02, 0xe4, 0xb4, 0x48, 0x90, 0x4b, - 0x66, 0x92, 0x5c, 0x02, 0x24, 0xc8, 0x1f, 0x90, 0x43, 0x50, 0x5f, 0xfd, 0xdd, 0xfc, 0xf0, 0x78, - 0x77, 0x36, 0x27, 0x75, 0xbf, 0x7e, 0xef, 0xd5, 0xab, 0x57, 0xaf, 0x5e, 0xbd, 0xfa, 0x55, 0x51, - 0x50, 0xd4, 0x6c, 0x63, 0xcb, 0x76, 0x2c, 0xcf, 0x42, 0x55, 0x67, 0x64, 0x7a, 0xc6, 0x10, 0x6f, - 0xbd, 0xb8, 0xa9, 0x0d, 0xec, 0x63, 0x6d, 0xbb, 0x7e, 0xbd, 0x6f, 0x78, 0xc7, 0xa3, 0xc3, 0xad, - 0x9e, 0x35, 0xbc, 0xd1, 0xb7, 0xfa, 0xd6, 0x0d, 0xca, 0x78, 0x38, 0x3a, 0xa2, 0x6f, 0xf4, 0x85, - 0x3e, 0x31, 0x05, 0xf2, 0x35, 0xa8, 0x7c, 0x8c, 0x1d, 0xd7, 0xb0, 0x4c, 0x05, 0x7f, 0x39, 0xc2, - 0xae, 0x87, 0x6a, 0xb0, 0xf4, 0x82, 0x51, 0x6a, 0xd2, 0x05, 0xe9, 0x4a, 0x51, 0x11, 0xaf, 0xf2, - 0x5f, 0x48, 0xb0, 0xe2, 0x33, 0xbb, 0xb6, 0x65, 0xba, 0x38, 0x9b, 0x1b, 0x6d, 0xc2, 0x32, 0x37, - 0x4e, 0x35, 0xb5, 0x21, 0xae, 0xe5, 0xe8, 0xe7, 0x12, 0xa7, 0xb5, 0xb5, 0x21, 0x46, 0x97, 0x61, - 0x45, 0xb0, 0x08, 0x25, 0x79, 0xca, 0x55, 0xe1, 0x64, 0xde, 0x1a, 0xda, 0x82, 0x53, 0x82, 0x51, - 0xb3, 0x0d, 0x9f, 0x79, 0x9e, 0x32, 0xaf, 0xf2, 0x4f, 0x0d, 0xdb, 0xe0, 0xfc, 0xf2, 0xe7, 0x50, - 0xdc, 0x69, 0x77, 0x9b, 0x96, 0x79, 0x64, 0xf4, 0x89, 0x89, 0x2e, 0x76, 0x88, 0x4c, 0x4d, 0xba, - 0x90, 0x27, 0x26, 0xf2, 0x57, 0x54, 0x87, 0x82, 0x8b, 0x35, 0xa7, 0x77, 0x8c, 0xdd, 0x5a, 0x8e, - 0x7e, 0xf2, 0xdf, 0x89, 0x94, 0x65, 0x7b, 0x86, 0x65, 0xba, 0xb5, 0x3c, 0x93, 0xe2, 0xaf, 0xf2, - 0xcf, 0x25, 0x28, 0x75, 0x2c, 0xc7, 0x7b, 0xa6, 0xd9, 0xb6, 0x61, 0xf6, 0xd1, 0x2d, 0x28, 0x50, - 0x5f, 0xf6, 0xac, 0x01, 0xf5, 0x41, 0x65, 0xbb, 0xbe, 0x15, 0x1f, 0x96, 0xad, 0x0e, 0xe7, 0x50, - 0x7c, 0x5e, 0x74, 0x11, 0x2a, 0x3d, 0xcb, 0xf4, 0x34, 0xc3, 0xc4, 0x8e, 0x6a, 0x5b, 0x8e, 0x47, - 0x5d, 0xb4, 0xa0, 0x94, 0x7d, 0x2a, 0x69, 0x05, 0x9d, 0x83, 0xe2, 0xb1, 0xe5, 0x7a, 0x8c, 0x23, - 0x4f, 0x39, 0x0a, 0x84, 0x40, 0x3f, 0xae, 0xc3, 0x12, 0xfd, 0x68, 0xd8, 0xdc, 0x19, 0x8b, 0xe4, - 0xb5, 0x65, 0xcb, 0xbf, 0x92, 0x60, 0xe1, 0x99, 0x35, 0x32, 0xbd, 0x58, 0x33, 0x9a, 0x77, 0xcc, - 0x07, 0x2a, 0xd4, 0x8c, 0xe6, 0x1d, 0x07, 0xcd, 0x10, 0x0e, 0x36, 0x56, 0xac, 0x19, 0xf2, 0xb1, - 0x0e, 0x05, 0x07, 0x6b, 0xba, 0x65, 0x0e, 0x4e, 0xa8, 0x09, 0x05, 0xc5, 0x7f, 0x27, 0x83, 0xe8, - 0xe2, 0x81, 0x61, 0x8e, 0x5e, 0xa9, 0x0e, 0x1e, 0x68, 0x87, 0x78, 0x40, 0x4d, 0x29, 0x28, 0x15, - 0x4e, 0x56, 0x18, 0x15, 0xed, 0x40, 0xc9, 0x76, 0x2c, 0x5b, 0xeb, 0x6b, 0xc4, 0x8f, 0xb5, 0x05, - 0xea, 0x2a, 0x39, 0xe9, 0x2a, 0x6a, 0x76, 0x27, 0xe0, 0x54, 0xc2, 0x62, 0xf2, 0x5f, 0x49, 0xb0, - 0x42, 0x82, 0xc7, 0xb5, 0xb5, 0x1e, 0xde, 0xa3, 0x43, 0x82, 0x6e, 0xc3, 0x92, 0x89, 0xbd, 0x97, - 0x96, 0xf3, 0x9c, 0x0f, 0xc0, 0xdb, 0x49, 0xad, 0xbe, 0xcc, 0x33, 0x4b, 0xc7, 0x8a, 0xe0, 0x47, - 0x37, 0x21, 0x6f, 0x1b, 0x3a, 0xed, 0xf0, 0x14, 0x62, 0x84, 0x97, 0x88, 0x18, 0x76, 0x8f, 0xfa, - 0x61, 0x1a, 0x11, 0xc3, 0xee, 0xc9, 0x32, 0x40, 0xcb, 0xf4, 0x6e, 0x7d, 0xf7, 0x63, 0x6d, 0x30, - 0xc2, 0x68, 0x0d, 0x16, 0x5e, 0x90, 0x07, 0x6a, 0x6c, 0x5e, 0x61, 0x2f, 0xf2, 0x57, 0x79, 0x38, - 0xf7, 0x94, 0xf8, 0xab, 0xab, 0x99, 0xfa, 0xa1, 0xf5, 0xaa, 0x8b, 0x7b, 0x23, 0xc7, 0xf0, 0x4e, - 0x9a, 0x96, 0xe9, 0xe1, 0x57, 0x1e, 0x6a, 0xc3, 0xaa, 0x29, 0x34, 0xab, 0x22, 0x34, 0x89, 0x86, - 0xd2, 0xf6, 0xe6, 0x18, 0x23, 0x98, 0x8b, 0x94, 0xaa, 0x19, 0x25, 0xb8, 0xe8, 0x49, 0x30, 0x6e, - 0x42, 0x5b, 0x8e, 0x6a, 0x4b, 0xe9, 0x52, 0x77, 0x97, 0x5a, 0xc6, 0x75, 0x89, 0x81, 0x15, 0x9a, - 0x3e, 0x02, 0x32, 0xab, 0x55, 0xcd, 0x55, 0x47, 0x2e, 0x76, 0xa8, 0x63, 0x4a, 0xdb, 0x6f, 0x25, - 0xb5, 0x04, 0x2e, 0x50, 0x8a, 0xce, 0xc8, 0x6c, 0xb8, 0x07, 0x2e, 0x76, 0x68, 0x12, 0xe0, 0xb1, - 0xa4, 0x3a, 0x96, 0xe5, 0x1d, 0xb9, 0x22, 0x7e, 0x04, 0x59, 0xa1, 0x54, 0x74, 0x03, 0x4e, 0xb9, - 0x23, 0xdb, 0x1e, 0xe0, 0x21, 0x36, 0x3d, 0x6d, 0xa0, 0xf6, 0x1d, 0x6b, 0x64, 0xbb, 0xb5, 0x85, - 0x0b, 0xf9, 0x2b, 0x79, 0x05, 0x85, 0x3f, 0x3d, 0xa6, 0x5f, 0xd0, 0x06, 0x80, 0xed, 0x18, 0x2f, - 0x8c, 0x01, 0xee, 0x63, 0xbd, 0xb6, 0x48, 0x95, 0x86, 0x28, 0xe8, 0x7d, 0x58, 0x73, 0x71, 0xaf, - 0x67, 0x0d, 0x6d, 0xd5, 0x76, 0xac, 0x23, 0x63, 0x80, 0x59, 0xf4, 0x2f, 0xd1, 0xe8, 0x47, 0xfc, - 0x5b, 0x87, 0x7d, 0xa2, 0xf3, 0xe0, 0x1e, 0xcd, 0x69, 0xa4, 0xa7, 0xb4, 0xf1, 0x5a, 0x61, 0x8a, - 0xae, 0x02, 0xed, 0x2a, 0x35, 0x49, 0xfe, 0x79, 0x0e, 0x4e, 0x53, 0x4f, 0x76, 0x2c, 0x9d, 0x0f, - 0x33, 0x4f, 0x52, 0xef, 0x40, 0xb9, 0x47, 0x75, 0xaa, 0xb6, 0xe6, 0x60, 0xd3, 0xe3, 0x93, 0x74, - 0x99, 0x11, 0x3b, 0x94, 0x86, 0x3e, 0x85, 0xaa, 0xcb, 0xa3, 0x42, 0xed, 0xb1, 0xb0, 0xe0, 0x63, - 0x76, 0x3d, 0x69, 0xc2, 0x98, 0x58, 0x52, 0x56, 0xdc, 0x44, 0x70, 0x2d, 0xb9, 0x27, 0x6e, 0xcf, - 0x1b, 0xb0, 0x6c, 0x57, 0xda, 0xfe, 0x6e, 0x86, 0xc2, 0xb8, 0xe1, 0x5b, 0x5d, 0x26, 0xb6, 0x6b, - 0x7a, 0xce, 0x89, 0x22, 0x94, 0xd4, 0xef, 0xc0, 0x72, 0xf8, 0x03, 0xaa, 0x42, 0xfe, 0x39, 0x3e, - 0xe1, 0x9d, 0x22, 0x8f, 0xc1, 0x24, 0x60, 0xb9, 0x86, 0xbd, 0xdc, 0xc9, 0xfd, 0x8e, 0x24, 0x3b, - 0x80, 0x82, 0x56, 0x9e, 0x61, 0x4f, 0xd3, 0x35, 0x4f, 0x43, 0x08, 0xe6, 0xe9, 0x32, 0xc2, 0x54, - 0xd0, 0x67, 0xa2, 0x75, 0xc4, 0x27, 0x6f, 0x51, 0x21, 0x8f, 0xe8, 0x2d, 0x28, 0xfa, 0x81, 0xce, - 0xd7, 0x92, 0x80, 0x40, 0x72, 0xba, 0xe6, 0x79, 0x78, 0x68, 0x7b, 0x34, 0xc4, 0xca, 0x8a, 0x78, - 0x95, 0xff, 0x7b, 0x1e, 0xaa, 0x89, 0x31, 0x79, 0x00, 0x85, 0x21, 0x6f, 0x9e, 0x4f, 0xb4, 0x77, - 0x53, 0x12, 0x7b, 0xc2, 0x54, 0xc5, 0x97, 0x22, 0x79, 0x93, 0xe4, 0xd0, 0xd0, 0xfa, 0xe7, 0xbf, - 0x93, 0x11, 0x1f, 0x58, 0x7d, 0x55, 0x37, 0x1c, 0xdc, 0xf3, 0x2c, 0xe7, 0x84, 0x9b, 0xbb, 0x3c, - 0xb0, 0xfa, 0x3b, 0x82, 0x86, 0xee, 0x00, 0xe8, 0xa6, 0x4b, 0x06, 0xfb, 0xc8, 0xe8, 0x53, 0xa3, - 0x4b, 0xdb, 0xe7, 0x92, 0x46, 0xf8, 0x8b, 0x9d, 0x52, 0xd4, 0x4d, 0x97, 0x9b, 0xff, 0x10, 0xca, - 0x64, 0xcd, 0x50, 0x87, 0x6c, 0x9d, 0x62, 0x33, 0xa5, 0xb4, 0x7d, 0x3e, 0xad, 0x0f, 0xfe, 0x6a, - 0xa6, 0x2c, 0xdb, 0xc1, 0x8b, 0x8b, 0x1e, 0xc1, 0x22, 0x4d, 0xde, 0x6e, 0x6d, 0x91, 0x0a, 0x6f, - 0x8d, 0x73, 0x00, 0x8f, 0x88, 0xa7, 0x54, 0x80, 0x05, 0x04, 0x97, 0x46, 0x07, 0x50, 0xd2, 0x4c, - 0xd3, 0xf2, 0x34, 0x96, 0x68, 0x96, 0xa8, 0xb2, 0x0f, 0xa6, 0x50, 0xd6, 0x08, 0xa4, 0x98, 0xc6, - 0xb0, 0x1e, 0xf4, 0x7d, 0x58, 0xa0, 0x99, 0x88, 0x4f, 0xc4, 0xcb, 0x53, 0x06, 0xad, 0xc2, 0xa4, - 0xea, 0xb7, 0xa1, 0x14, 0x32, 0x76, 0x96, 0x20, 0xad, 0xdf, 0x83, 0x6a, 0xdc, 0xb4, 0x99, 0x82, - 0xfc, 0x0f, 0x60, 0x4d, 0x19, 0x99, 0x81, 0x61, 0xa2, 0xfa, 0xba, 0x03, 0x8b, 0x7c, 0xb0, 0x59, - 0xc4, 0xc9, 0x93, 0x7d, 0xa4, 0x70, 0x89, 0x70, 0x39, 0x75, 0xac, 0x99, 0xfa, 0x00, 0x3b, 0xbc, - 0x5d, 0x51, 0x4e, 0x3d, 0x61, 0x54, 0xf9, 0xfb, 0x70, 0x3a, 0xd6, 0x38, 0xaf, 0xe6, 0xde, 0x85, - 0x8a, 0x6d, 0xe9, 0xaa, 0xcb, 0xc8, 0xaa, 0xa1, 0x8b, 0x34, 0x64, 0xfb, 0xbc, 0x2d, 0x9d, 0x88, - 0x77, 0x3d, 0xcb, 0x4e, 0x1a, 0x3f, 0x9d, 0x78, 0x0d, 0xce, 0xc4, 0xc5, 0x59, 0xf3, 0xf2, 0x7d, - 0x58, 0x57, 0xf0, 0xd0, 0x7a, 0x81, 0x5f, 0x57, 0x75, 0x1d, 0x6a, 0x49, 0x05, 0x5c, 0xf9, 0x67, - 0xb0, 0x1e, 0x50, 0xbb, 0x9e, 0xe6, 0x8d, 0xdc, 0x99, 0x94, 0xf3, 0x52, 0xf7, 0xd0, 0x72, 0xd9, - 0x70, 0x16, 0x14, 0xf1, 0x2a, 0x5f, 0x0d, 0xab, 0x6e, 0xb3, 0xca, 0x82, 0xb5, 0x80, 0x2a, 0x90, - 0x33, 0x6c, 0xae, 0x2e, 0x67, 0xd8, 0xf2, 0x13, 0x28, 0xfa, 0x4b, 0x33, 0xba, 0x1b, 0xd4, 0x98, - 0xb9, 0x69, 0x17, 0x72, 0xbf, 0x0c, 0xdd, 0x4f, 0x2c, 0x25, 0xbc, 0xc9, 0xbb, 0x00, 0x7e, 0xca, - 0x13, 0x15, 0xc2, 0xb9, 0x31, 0x8a, 0x95, 0x10, 0xbb, 0xfc, 0xd3, 0x85, 0x70, 0x22, 0x0c, 0x75, - 0x42, 0xf7, 0x3b, 0xa1, 0x47, 0x12, 0x63, 0xee, 0xb5, 0x12, 0xe3, 0x87, 0xb0, 0xe0, 0x7a, 0x9a, - 0x87, 0x79, 0x15, 0xb5, 0x39, 0x4e, 0x9c, 0x18, 0x81, 0x15, 0xc6, 0x8f, 0xce, 0x03, 0xf4, 0x1c, - 0xac, 0x79, 0x58, 0x57, 0x35, 0x96, 0xc5, 0xf3, 0x4a, 0x91, 0x53, 0x1a, 0x1e, 0x6a, 0x06, 0x95, - 0xe0, 0x02, 0x35, 0xec, 0xea, 0x38, 0xcd, 0x91, 0xa1, 0x0a, 0x6a, 0x42, 0x3f, 0xab, 0x2c, 0x4e, - 0x99, 0x55, 0xb8, 0x02, 0x26, 0x15, 0xca, 0x99, 0x4b, 0x93, 0x73, 0x26, 0x13, 0x9d, 0x26, 0x67, - 0x16, 0x26, 0xe7, 0x4c, 0xae, 0x6c, 0x7c, 0xce, 0x4c, 0xc9, 0x12, 0xc5, 0xb4, 0x2c, 0xf1, 0x6d, - 0x66, 0xc7, 0x7f, 0x96, 0xa0, 0x96, 0x9c, 0xac, 0x3c, 0x49, 0xdd, 0x81, 0x45, 0x97, 0x52, 0xa6, - 0x49, 0x91, 0x5c, 0x96, 0x4b, 0xa0, 0x27, 0x30, 0x6f, 0x98, 0x47, 0x16, 0xdd, 0xed, 0xa5, 0x16, - 0x39, 0x59, 0xad, 0x6e, 0xb5, 0xcc, 0x23, 0x8b, 0x79, 0x93, 0x6a, 0xa8, 0x7f, 0x08, 0x45, 0x9f, - 0x34, 0x53, 0xdf, 0xf6, 0x60, 0x2d, 0x16, 0xdb, 0x6c, 0x57, 0xe0, 0x4f, 0x09, 0x69, 0xb6, 0x29, - 0x21, 0xff, 0x24, 0x17, 0x9e, 0xb2, 0x8f, 0x8c, 0x81, 0x87, 0x9d, 0xc4, 0x94, 0xfd, 0x48, 0x68, - 0x67, 0xf3, 0xf5, 0xd2, 0x44, 0xed, 0xac, 0x78, 0xe5, 0xb3, 0xee, 0x0b, 0xa8, 0xd0, 0xa0, 0x54, - 0x5d, 0x3c, 0xa0, 0x95, 0x09, 0xaf, 0x12, 0xbf, 0x37, 0x4e, 0x0d, 0xb3, 0x84, 0x85, 0x76, 0x97, - 0xcb, 0x31, 0x0f, 0x96, 0x07, 0x61, 0x5a, 0xfd, 0x01, 0xa0, 0x24, 0xd3, 0x4c, 0x3e, 0xed, 0x92, - 0x5c, 0x48, 0xb6, 0xc4, 0x29, 0xcb, 0xe9, 0x11, 0x35, 0x63, 0x9a, 0x58, 0x61, 0x06, 0x2b, 0x5c, - 0x42, 0xfe, 0xaf, 0x3c, 0x40, 0xf0, 0xf1, 0xff, 0x51, 0x12, 0x7c, 0xe0, 0x27, 0x20, 0x56, 0xf1, - 0x5d, 0x19, 0xa7, 0x38, 0x35, 0xf5, 0xec, 0x45, 0x53, 0x0f, 0xab, 0xfd, 0xae, 0x8f, 0x55, 0x33, - 0x73, 0xd2, 0x59, 0xfa, 0x6d, 0x4b, 0x3a, 0x4f, 0xe1, 0x4c, 0x3c, 0x88, 0x78, 0xc6, 0xd9, 0x86, - 0x05, 0xc3, 0xc3, 0x43, 0x86, 0x1f, 0xa5, 0xee, 0xf7, 0x42, 0x42, 0x8c, 0x55, 0xde, 0x84, 0x62, - 0x6b, 0xa8, 0xf5, 0x71, 0xd7, 0xc6, 0x3d, 0xd2, 0xa8, 0x41, 0x5e, 0xb8, 0x21, 0xec, 0x45, 0xde, - 0x86, 0xc2, 0x0f, 0xf0, 0x09, 0x9b, 0xfd, 0x53, 0x1a, 0x2a, 0xff, 0x49, 0x0e, 0xd6, 0xe9, 0xea, - 0xd3, 0x14, 0xe8, 0x8d, 0x82, 0x5d, 0x6b, 0xe4, 0xf4, 0xb0, 0x4b, 0xc3, 0xc2, 0x1e, 0xa9, 0x36, - 0x76, 0x0c, 0x4b, 0xe7, 0xe0, 0x42, 0xb1, 0x67, 0x8f, 0x3a, 0x94, 0x80, 0xce, 0x01, 0x79, 0x51, - 0xbf, 0x1c, 0x59, 0x3c, 0x62, 0xf3, 0x4a, 0xa1, 0x67, 0x8f, 0x7e, 0x8f, 0xbc, 0x0b, 0x59, 0xf7, - 0x58, 0x73, 0xb0, 0x4b, 0x03, 0x92, 0xc9, 0x76, 0x29, 0x01, 0xdd, 0x84, 0xd3, 0x43, 0x3c, 0xb4, - 0x9c, 0x13, 0x75, 0x60, 0x0c, 0x0d, 0x4f, 0x35, 0x4c, 0xf5, 0xf0, 0xc4, 0xc3, 0x2e, 0x0f, 0x3e, - 0xc4, 0x3e, 0x3e, 0x25, 0xdf, 0x5a, 0xe6, 0x43, 0xf2, 0x05, 0xc9, 0x50, 0xb6, 0xac, 0xa1, 0xea, - 0xf6, 0x2c, 0x07, 0xab, 0x9a, 0xfe, 0x63, 0xba, 0x20, 0xe7, 0x95, 0x92, 0x65, 0x0d, 0xbb, 0x84, - 0xd6, 0xd0, 0x7f, 0x8c, 0xde, 0x86, 0x52, 0xcf, 0x1e, 0xb9, 0xd8, 0x53, 0xc9, 0x1f, 0xba, 0xde, - 0x16, 0x15, 0x60, 0xa4, 0xa6, 0x3d, 0x72, 0x43, 0x0c, 0x43, 0xe2, 0xff, 0xa5, 0x30, 0xc3, 0x33, - 0xe2, 0x66, 0x0d, 0xca, 0x11, 0x70, 0x82, 0xec, 0x13, 0x29, 0x0a, 0xc1, 0xf7, 0x89, 0xe4, 0x99, - 0xd0, 0x1c, 0x6b, 0x20, 0x3c, 0x49, 0x9f, 0x09, 0xcd, 0x3b, 0xb1, 0xc5, 0x26, 0x91, 0x3e, 0x13, - 0x97, 0x0f, 0xf0, 0x0b, 0x0e, 0x60, 0x15, 0x15, 0xf6, 0x22, 0xeb, 0x00, 0x4d, 0xcd, 0xd6, 0x0e, - 0x8d, 0x81, 0xe1, 0x9d, 0xa0, 0xab, 0x50, 0xd5, 0x74, 0x5d, 0xed, 0x09, 0x8a, 0x81, 0x05, 0xac, - 0xb8, 0xa2, 0xe9, 0x7a, 0x33, 0x44, 0x46, 0xdf, 0x81, 0x55, 0xdd, 0xb1, 0xec, 0x28, 0x2f, 0xc3, - 0x19, 0xab, 0xe4, 0x43, 0x98, 0x59, 0xfe, 0xf7, 0x05, 0x38, 0x1f, 0x1d, 0xd8, 0x38, 0x00, 0xf4, - 0x00, 0x96, 0x63, 0xad, 0x66, 0x80, 0x0f, 0x81, 0xb5, 0x4a, 0x44, 0x22, 0x06, 0x88, 0xe4, 0x12, - 0x80, 0x48, 0x2a, 0xc4, 0x94, 0x7f, 0xa3, 0x10, 0xd3, 0xfc, 0x1b, 0x81, 0x98, 0x16, 0x66, 0x83, - 0x98, 0x2e, 0xd1, 0xec, 0x23, 0xa4, 0xe9, 0x6e, 0x9c, 0x85, 0x5a, 0xd9, 0xe7, 0x31, 0x05, 0x1e, - 0x1d, 0x83, 0xa2, 0x96, 0x66, 0x81, 0xa2, 0x0a, 0x99, 0x50, 0x14, 0x89, 0x1a, 0xdb, 0xd6, 0x9c, - 0xa1, 0xe5, 0x08, 0xac, 0x89, 0x57, 0x5d, 0x2b, 0x82, 0xce, 0x71, 0xa6, 0x4c, 0x54, 0x0a, 0x32, - 0x51, 0xa9, 0x0b, 0xb0, 0x6c, 0x5a, 0xaa, 0x89, 0x5f, 0xaa, 0x64, 0x2c, 0xdd, 0x5a, 0x89, 0x0d, - 0xac, 0x69, 0xb5, 0xf1, 0xcb, 0x0e, 0xa1, 0x24, 0x70, 0xab, 0xe5, 0xd9, 0x70, 0x2b, 0xb4, 0x09, - 0xcb, 0x43, 0xcd, 0x7d, 0x8e, 0x75, 0x6a, 0x8a, 0x5b, 0x2b, 0xd3, 0x20, 0x2e, 0x31, 0x1a, 0xb1, - 0xc1, 0x45, 0x17, 0xc1, 0x77, 0x12, 0x67, 0xaa, 0x50, 0xa6, 0xb2, 0xa0, 0x52, 0x36, 0xf9, 0x6f, - 0x25, 0x58, 0x8b, 0x86, 0x39, 0x47, 0x2b, 0x1e, 0x43, 0xd1, 0x11, 0x99, 0x8c, 0x87, 0xf6, 0xd5, - 0x8c, 0xc2, 0x3b, 0x99, 0xfa, 0x94, 0x40, 0x16, 0xfd, 0x30, 0x13, 0x24, 0xbb, 0x31, 0x49, 0xdf, - 0x24, 0x98, 0x4c, 0x76, 0xe0, 0xed, 0x4f, 0x0c, 0x53, 0xb7, 0x5e, 0xba, 0x99, 0xb3, 0x34, 0x25, - 0xd6, 0xa4, 0x8c, 0x58, 0xeb, 0x39, 0x58, 0xc7, 0xa6, 0x67, 0x68, 0x03, 0xd5, 0xb5, 0x71, 0x4f, - 0x6c, 0xd6, 0x03, 0x32, 0x59, 0x3b, 0xe4, 0x5f, 0x48, 0x70, 0x26, 0xde, 0x28, 0xf7, 0x59, 0x2b, - 0xe9, 0xb3, 0xef, 0x24, 0xfb, 0x18, 0x17, 0x4e, 0xf5, 0xda, 0x17, 0x99, 0x5e, 0xbb, 0x39, 0x59, - 0xe3, 0x44, 0xbf, 0xfd, 0xa5, 0x04, 0x67, 0x33, 0xcd, 0x88, 0xad, 0x3d, 0x52, 0x7c, 0xed, 0xe1, - 0xeb, 0x56, 0xcf, 0x1a, 0x99, 0x5e, 0x68, 0xdd, 0x6a, 0xd2, 0xd3, 0x0d, 0xb6, 0x40, 0xa8, 0x43, - 0xed, 0x95, 0x31, 0x1c, 0x0d, 0xf9, 0xc2, 0x45, 0xd4, 0x3d, 0x63, 0x94, 0xd7, 0x58, 0xb9, 0xe4, - 0x06, 0xac, 0xfa, 0x56, 0x8e, 0xc5, 0x1f, 0x43, 0x78, 0x62, 0x2e, 0x8a, 0x27, 0x9a, 0xb0, 0xb8, - 0x83, 0x5f, 0x18, 0x3d, 0xfc, 0x46, 0x8e, 0x5f, 0x2e, 0x40, 0xc9, 0xc6, 0xce, 0xd0, 0x70, 0x5d, - 0x3f, 0x23, 0x17, 0x95, 0x30, 0x49, 0xfe, 0x8f, 0x45, 0x58, 0x89, 0x47, 0xc7, 0xfd, 0x04, 0x7c, - 0xf9, 0x4e, 0xca, 0x5a, 0x11, 0xef, 0x68, 0xa8, 0x3e, 0xbd, 0x29, 0xaa, 0x96, 0x5c, 0x16, 0x86, - 0xe0, 0x57, 0x38, 0xbc, 0xa4, 0x21, 0x1e, 0xe9, 0x59, 0xc3, 0xa1, 0x66, 0xea, 0xe2, 0xd4, 0x8c, - 0xbf, 0x12, 0xff, 0x69, 0x4e, 0x9f, 0xb8, 0x9d, 0x90, 0xe9, 0x33, 0x19, 0x3c, 0xb2, 0xe1, 0x36, - 0x4c, 0x0a, 0x83, 0xd2, 0xac, 0x5e, 0x54, 0x80, 0x93, 0x76, 0x0c, 0x07, 0x6d, 0xc1, 0x3c, 0x36, - 0x5f, 0x88, 0x02, 0x34, 0xe5, 0x58, 0x4d, 0xd4, 0x4f, 0x0a, 0xe5, 0x43, 0x37, 0x60, 0x71, 0x48, - 0xc2, 0x42, 0x6c, 0xbd, 0xd7, 0x33, 0x4e, 0x97, 0x14, 0xce, 0x86, 0xb6, 0x61, 0x49, 0xa7, 0xe3, - 0x24, 0xf6, 0xd7, 0xb5, 0x14, 0x70, 0x95, 0x32, 0x28, 0x82, 0x11, 0xed, 0xfa, 0xe5, 0x75, 0x31, - 0xab, 0x2e, 0x8e, 0x0d, 0x45, 0x6a, 0x8d, 0xbd, 0x1f, 0xad, 0xb1, 0x81, 0xea, 0xda, 0x9e, 0xac, - 0x6b, 0x7c, 0xa1, 0x7d, 0x16, 0x0a, 0x03, 0xab, 0xcf, 0xc2, 0xa8, 0xc4, 0x0e, 0x64, 0x07, 0x56, - 0x9f, 0x46, 0xd1, 0x1a, 0xd9, 0x6e, 0xe8, 0x86, 0x49, 0xb3, 0x7f, 0x41, 0x61, 0x2f, 0x64, 0xf2, - 0xd1, 0x07, 0xd5, 0x32, 0x7b, 0xb8, 0x56, 0xa6, 0x9f, 0x8a, 0x94, 0xb2, 0x67, 0xf6, 0x68, 0x5d, - 0xea, 0x79, 0x27, 0xb5, 0x0a, 0xa5, 0x93, 0x47, 0xb2, 0x93, 0x64, 0xe8, 0xc8, 0x4a, 0xd6, 0x4e, - 0x32, 0x2d, 0xbf, 0x0b, 0x70, 0xe4, 0x21, 0x2c, 0xbd, 0x64, 0x89, 0xa0, 0x56, 0xa5, 0xf2, 0x57, - 0x26, 0xa7, 0x17, 0xae, 0x41, 0x08, 0x7e, 0x9b, 0x7b, 0x84, 0xbf, 0x97, 0xe0, 0x4c, 0x93, 0x6e, - 0xb4, 0x42, 0x79, 0x6c, 0x16, 0x10, 0xf1, 0xb6, 0x8f, 0xef, 0x66, 0x22, 0x7e, 0xf1, 0x7e, 0x0b, - 0x78, 0xb7, 0x05, 0x15, 0xa1, 0x9c, 0xab, 0xc8, 0x4f, 0x0d, 0x11, 0x97, 0xdd, 0xf0, 0xab, 0xfc, - 0x11, 0xac, 0x27, 0x7a, 0xc1, 0xf7, 0x3a, 0x9b, 0xb0, 0x1c, 0xe4, 0x2b, 0xbf, 0x13, 0x25, 0x9f, - 0xd6, 0xd2, 0xe5, 0x3b, 0x70, 0xba, 0xeb, 0x69, 0x8e, 0x97, 0x70, 0xc1, 0x14, 0xb2, 0x14, 0xfc, - 0x8d, 0xca, 0x72, 0x7c, 0xb6, 0x0b, 0x6b, 0x5d, 0xcf, 0xb2, 0x5f, 0x43, 0x29, 0xc9, 0x3a, 0xa4, - 0xff, 0xd6, 0x48, 0xac, 0x0f, 0xe2, 0x55, 0x5e, 0x67, 0x50, 0x75, 0xb2, 0xb5, 0xbb, 0x70, 0x86, - 0x21, 0xc5, 0xaf, 0xd3, 0x89, 0xb3, 0x02, 0xa7, 0x4e, 0xea, 0x7d, 0x06, 0xa7, 0x82, 0x65, 0x31, - 0x00, 0x77, 0x6e, 0x45, 0xc1, 0x9d, 0x0b, 0x63, 0x46, 0x3d, 0x82, 0xed, 0xfc, 0x79, 0x2e, 0x94, - 0xd7, 0x33, 0xa0, 0x9d, 0xbb, 0x51, 0x68, 0xe7, 0xe2, 0x24, 0xdd, 0x11, 0x64, 0x27, 0x19, 0xb5, - 0xf9, 0x94, 0xa8, 0xfd, 0x3c, 0x81, 0xff, 0xcc, 0x67, 0x01, 0x68, 0x31, 0x6b, 0x7f, 0x23, 0xf0, - 0x8f, 0xc2, 0xe0, 0x1f, 0xbf, 0x69, 0x1f, 0xd8, 0xbf, 0x1d, 0x83, 0x7f, 0x36, 0x27, 0xda, 0xeb, - 0xa3, 0x3f, 0x7f, 0x3d, 0x0f, 0x45, 0xff, 0x5b, 0xc2, 0xe7, 0x49, 0xb7, 0xe5, 0x52, 0xdc, 0x16, - 0x5e, 0x81, 0xf3, 0xdf, 0x68, 0x05, 0x9e, 0x9f, 0x7a, 0x05, 0x3e, 0x07, 0x45, 0xfa, 0xa0, 0x3a, - 0xf8, 0x88, 0xaf, 0xa8, 0x05, 0x4a, 0x50, 0xf0, 0x51, 0x10, 0x86, 0x8b, 0x33, 0x85, 0x61, 0x0c, - 0x70, 0x5a, 0x8a, 0x03, 0x4e, 0xf7, 0xfd, 0x15, 0x91, 0x2d, 0xa2, 0x97, 0xc7, 0xe8, 0x4d, 0x5d, - 0x0b, 0xdb, 0xd1, 0xb5, 0x90, 0xad, 0xab, 0xef, 0x8d, 0xd3, 0x32, 0x76, 0x15, 0xfc, 0x36, 0x57, - 0x88, 0x03, 0x86, 0x22, 0x85, 0x63, 0x91, 0x67, 0xd6, 0xbb, 0x00, 0x7e, 0x12, 0x11, 0x50, 0xd2, - 0xb9, 0x31, 0x7d, 0x54, 0x42, 0xec, 0x44, 0x6d, 0x64, 0x68, 0x82, 0xc3, 0xab, 0xe9, 0xf2, 0x63, - 0xc6, 0xc9, 0xd5, 0xff, 0x2e, 0x84, 0xf2, 0x4b, 0xc6, 0x69, 0xcf, 0xfd, 0x04, 0xd0, 0x39, 0x63, - 0x14, 0xdf, 0x8a, 0xe2, 0x9c, 0xaf, 0x19, 0x75, 0x09, 0x98, 0x93, 0x56, 0x2e, 0x9a, 0xc3, 0x3f, - 0x33, 0x74, 0xa9, 0xc8, 0x29, 0x0d, 0xba, 0x33, 0x38, 0x32, 0x4c, 0xc3, 0x3d, 0x66, 0xdf, 0x17, - 0xd9, 0xce, 0x40, 0x90, 0x1a, 0xf4, 0x62, 0x15, 0x7e, 0x65, 0x78, 0x6a, 0xcf, 0xd2, 0x31, 0x8d, - 0xe9, 0x05, 0xa5, 0x40, 0x08, 0x4d, 0x4b, 0xc7, 0xc1, 0xcc, 0x2b, 0xbc, 0xde, 0xcc, 0x2b, 0xc6, - 0x66, 0xde, 0x19, 0x58, 0x74, 0xb0, 0xe6, 0x5a, 0x26, 0xdf, 0xc7, 0xf3, 0x37, 0x32, 0x34, 0x43, - 0xec, 0xba, 0xa4, 0x25, 0x5e, 0xae, 0xf1, 0xd7, 0x50, 0x99, 0xb9, 0x3c, 0xb1, 0xcc, 0x1c, 0x73, - 0x8a, 0x14, 0x2b, 0x33, 0xcb, 0x13, 0xcb, 0xcc, 0xa9, 0x0e, 0x91, 0x82, 0x42, 0xbb, 0x32, 0x5d, - 0xa1, 0x1d, 0xae, 0x4b, 0x57, 0x22, 0x75, 0xe9, 0xb7, 0x39, 0x59, 0x7f, 0x25, 0xc1, 0x7a, 0x62, - 0x5a, 0xf1, 0xe9, 0x7a, 0x3b, 0x76, 0xcc, 0xb4, 0x39, 0xd1, 0x67, 0xfe, 0x29, 0xd3, 0xe3, 0xc8, - 0x29, 0xd3, 0x07, 0x93, 0x05, 0xdf, 0xf8, 0x21, 0xd3, 0x1f, 0x49, 0xf0, 0xf6, 0x81, 0xad, 0xc7, - 0x2a, 0x3c, 0xbe, 0xed, 0x9f, 0x3e, 0x71, 0xdc, 0x17, 0xb5, 0x7e, 0x6e, 0x56, 0x40, 0x86, 0xc9, - 0xc9, 0x32, 0x5c, 0xc8, 0x36, 0x83, 0x97, 0x4c, 0x3f, 0x82, 0x95, 0xdd, 0x57, 0xb8, 0xd7, 0x3d, - 0x31, 0x7b, 0x33, 0x98, 0x56, 0x85, 0x7c, 0x6f, 0xa8, 0x73, 0x38, 0x95, 0x3c, 0x86, 0xab, 0xc0, - 0x7c, 0xb4, 0x0a, 0x54, 0xa1, 0x1a, 0xb4, 0xc0, 0x87, 0xf7, 0x0c, 0x19, 0x5e, 0x9d, 0x30, 0x13, - 0xe5, 0xcb, 0x0a, 0x7f, 0xe3, 0x74, 0xec, 0xb0, 0xbb, 0x13, 0x8c, 0x8e, 0x1d, 0x27, 0x9a, 0x2d, - 0xf2, 0xd1, 0x6c, 0x21, 0xff, 0x99, 0x04, 0x25, 0xd2, 0xc2, 0x37, 0xb2, 0x9f, 0x6f, 0xb5, 0xf2, - 0xc1, 0x56, 0xcb, 0xdf, 0xb1, 0xcd, 0x87, 0x77, 0x6c, 0x81, 0xe5, 0x0b, 0x94, 0x9c, 0xb4, 0x7c, - 0xd1, 0xa7, 0x63, 0xc7, 0x91, 0x2f, 0xc0, 0x32, 0xb3, 0x8d, 0xf7, 0xbc, 0x0a, 0xf9, 0x91, 0x33, - 0x10, 0x71, 0x34, 0x72, 0x06, 0xf2, 0x1f, 0x4b, 0x50, 0x6e, 0x78, 0x9e, 0xd6, 0x3b, 0x9e, 0xa1, - 0x03, 0xbe, 0x71, 0xb9, 0xb0, 0x71, 0xc9, 0x4e, 0x04, 0xe6, 0xce, 0x67, 0x98, 0xbb, 0x10, 0x31, - 0x57, 0x86, 0x8a, 0xb0, 0x25, 0xd3, 0xe0, 0x36, 0xa0, 0x8e, 0xe5, 0x78, 0x8f, 0x2c, 0xe7, 0xa5, - 0xe6, 0xe8, 0xb3, 0xed, 0xc0, 0x10, 0xcc, 0xf3, 0xcb, 0xb6, 0xf9, 0x2b, 0x0b, 0x0a, 0x7d, 0x96, - 0x2f, 0xc3, 0xa9, 0x88, 0xbe, 0xcc, 0x86, 0x1f, 0x40, 0x89, 0xe6, 0x7d, 0x5e, 0x8a, 0xdf, 0x0c, - 0x9f, 0xeb, 0x4c, 0xb5, 0x4a, 0xc8, 0xbf, 0x0b, 0xab, 0xa4, 0x3e, 0xa0, 0x74, 0x7f, 0x2a, 0x7e, - 0x2f, 0x56, 0xa7, 0x9e, 0xcf, 0x50, 0x14, 0xab, 0x51, 0xff, 0x46, 0x82, 0x05, 0x4a, 0x4f, 0xac, - 0xd9, 0xe7, 0xa0, 0xe8, 0x60, 0xdb, 0x52, 0x3d, 0xad, 0xef, 0x5f, 0x6d, 0x26, 0x84, 0x7d, 0xad, - 0xef, 0xd2, 0x9b, 0xd9, 0xe4, 0xa3, 0x6e, 0xf4, 0xb1, 0xeb, 0x89, 0xfb, 0xcd, 0x25, 0x42, 0xdb, - 0x61, 0x24, 0xe2, 0x24, 0xd7, 0xf8, 0x7d, 0x56, 0x77, 0xce, 0x2b, 0xf4, 0x19, 0x6d, 0xb1, 0xdb, - 0x76, 0xd3, 0x60, 0xef, 0xf4, 0x2e, 0x5e, 0x1d, 0x0a, 0x31, 0xb8, 0xdd, 0x7f, 0x97, 0x77, 0x01, - 0x85, 0xbd, 0xc0, 0xfd, 0x7d, 0x03, 0x16, 0xa9, 0x93, 0x44, 0x75, 0xb4, 0x9e, 0xe1, 0x06, 0x85, - 0xb3, 0xc9, 0x1a, 0x20, 0xe6, 0xe0, 0x48, 0x45, 0x34, 0xfb, 0xa8, 0x8c, 0xa9, 0x90, 0xfe, 0x4e, - 0x82, 0x53, 0x91, 0x36, 0xb8, 0xad, 0xd7, 0xa3, 0x8d, 0x64, 0x9a, 0xca, 0x1b, 0x68, 0x46, 0x96, - 0x84, 0x1b, 0x59, 0x26, 0xfd, 0x9a, 0x96, 0x83, 0x7f, 0x90, 0x00, 0x1a, 0x23, 0xef, 0x98, 0x23, - 0x83, 0xe1, 0x91, 0x91, 0xa2, 0x23, 0x43, 0xbe, 0xd9, 0x9a, 0xeb, 0xbe, 0xb4, 0x1c, 0xb1, 0xa7, - 0xf1, 0xdf, 0x29, 0x86, 0x37, 0xf2, 0x8e, 0xc5, 0x99, 0x19, 0x79, 0x46, 0x17, 0xa1, 0xc2, 0xae, - 0xd3, 0xab, 0x9a, 0xae, 0x3b, 0xd8, 0x75, 0xf9, 0xe1, 0x59, 0x99, 0x51, 0x1b, 0x8c, 0x48, 0xd8, - 0x0c, 0x8a, 0x6a, 0x7b, 0x27, 0xaa, 0x67, 0x3d, 0xc7, 0x26, 0xdf, 0x9b, 0x94, 0x05, 0x75, 0x9f, - 0x10, 0xd9, 0x29, 0x42, 0xdf, 0x70, 0x3d, 0x47, 0xb0, 0x89, 0x83, 0x1a, 0x4e, 0xa5, 0x6c, 0x64, - 0x50, 0xaa, 0x9d, 0xd1, 0x60, 0xc0, 0x5c, 0xfc, 0xfa, 0xc3, 0xfe, 0x3e, 0xef, 0x50, 0x2e, 0x2b, - 0xa6, 0x03, 0xa7, 0xf1, 0xee, 0xbe, 0x41, 0x10, 0xe6, 0x7d, 0x58, 0x0d, 0xf5, 0x81, 0x87, 0x55, - 0xa4, 0x88, 0x94, 0xa2, 0x45, 0xa4, 0xfc, 0x18, 0x10, 0xc3, 0x1d, 0xbe, 0x61, 0xbf, 0xe5, 0xd3, - 0x70, 0x2a, 0xa2, 0x88, 0xaf, 0xc4, 0xd7, 0xa0, 0xcc, 0xaf, 0x44, 0xf1, 0x40, 0x39, 0x0b, 0x05, - 0x92, 0x51, 0x7b, 0x86, 0x2e, 0x0e, 0x54, 0x97, 0x6c, 0x4b, 0x6f, 0x1a, 0xba, 0x23, 0x7f, 0x02, - 0x65, 0x85, 0xb5, 0xc3, 0x79, 0x1f, 0x41, 0x85, 0x5f, 0xa0, 0x52, 0x23, 0x37, 0x18, 0xd3, 0x6e, - 0xc8, 0x87, 0x1b, 0x51, 0xca, 0x66, 0xf8, 0x55, 0xd6, 0xa1, 0xce, 0x4a, 0x86, 0x88, 0x7a, 0xd1, - 0xd9, 0x47, 0x20, 0x6e, 0x0c, 0x4c, 0x6c, 0x25, 0x2a, 0x5f, 0x76, 0xc2, 0xaf, 0xf2, 0x79, 0x38, - 0x97, 0xda, 0x0a, 0xf7, 0x84, 0x0d, 0xd5, 0xe0, 0x83, 0x6e, 0x88, 0x93, 0x65, 0x7a, 0x62, 0x2c, - 0x85, 0x4e, 0x8c, 0xcf, 0xf8, 0x45, 0x62, 0x4e, 0x2c, 0x62, 0xb4, 0x02, 0x0c, 0xca, 0xfd, 0x7c, - 0x56, 0xb9, 0x3f, 0x1f, 0x29, 0xf7, 0xe5, 0xae, 0xef, 0x4f, 0xbe, 0x0d, 0x7b, 0x48, 0xb7, 0x8b, - 0xac, 0x6d, 0x91, 0x10, 0xe5, 0x71, 0xbd, 0x64, 0xac, 0x4a, 0x48, 0x4a, 0xbe, 0x0a, 0xe5, 0x68, - 0x6a, 0x0c, 0xe5, 0x39, 0x29, 0x91, 0xe7, 0x2a, 0xb1, 0x14, 0xf7, 0x61, 0xac, 0x02, 0xce, 0xf6, - 0x71, 0xac, 0xfe, 0xbd, 0x17, 0x49, 0x76, 0xd7, 0x52, 0x0e, 0x7b, 0x7f, 0x4d, 0x79, 0x6e, 0x8d, - 0xaf, 0x07, 0x8f, 0x5c, 0x22, 0xcf, 0x3b, 0x2d, 0xbf, 0x03, 0xa5, 0x83, 0xac, 0x9f, 0x5f, 0xcc, - 0x8b, 0x8b, 0x15, 0xb7, 0x60, 0xed, 0x91, 0x31, 0xc0, 0xee, 0x89, 0xeb, 0xe1, 0x61, 0x8b, 0x26, - 0xa5, 0x23, 0x03, 0x3b, 0x68, 0x03, 0x80, 0x6e, 0x61, 0x6c, 0xcb, 0xf0, 0x6f, 0xe5, 0x87, 0x28, - 0xf2, 0x7f, 0x4a, 0xb0, 0x12, 0x08, 0x1e, 0xd0, 0xad, 0xdb, 0x5b, 0x50, 0x24, 0xfd, 0x75, 0x3d, - 0x6d, 0x68, 0x8b, 0xf3, 0x2c, 0x9f, 0x80, 0xee, 0xc2, 0xc2, 0x91, 0x2b, 0x20, 0xa3, 0x54, 0x00, - 0x3d, 0xcd, 0x10, 0x65, 0xfe, 0xc8, 0x6d, 0xe9, 0xe8, 0x23, 0x80, 0x91, 0x8b, 0x75, 0x7e, 0x86, - 0x95, 0xcf, 0xaa, 0x16, 0x0e, 0xc2, 0x07, 0xe1, 0x44, 0x80, 0xdd, 0xc9, 0xb8, 0x07, 0x25, 0xc3, - 0xb4, 0x74, 0x4c, 0x0f, 0x27, 0x75, 0x8e, 0x2a, 0x4d, 0x10, 0x07, 0x26, 0x71, 0xe0, 0x62, 0x5d, - 0xc6, 0x7c, 0x2d, 0x14, 0xfe, 0xe5, 0x81, 0xd2, 0x86, 0x55, 0x96, 0xb4, 0x8e, 0x7c, 0xc3, 0x45, - 0xc4, 0x6e, 0x8e, 0xeb, 0x1d, 0xf5, 0x96, 0x52, 0x35, 0x78, 0x69, 0x23, 0x44, 0xe5, 0x3b, 0x70, - 0x3a, 0xb2, 0x43, 0x9a, 0x61, 0xcb, 0x22, 0x77, 0x62, 0x40, 0x49, 0x10, 0xce, 0x1c, 0x86, 0x10, - 0xd1, 0x3c, 0x09, 0x86, 0x70, 0x19, 0x0c, 0xe1, 0xca, 0x9f, 0xc3, 0xd9, 0x08, 0xa2, 0x13, 0xb1, - 0xe8, 0x5e, 0xac, 0x72, 0xbb, 0x34, 0x49, 0x6b, 0xac, 0x84, 0xfb, 0x1f, 0x09, 0xd6, 0xd2, 0x18, - 0x5e, 0x13, 0x71, 0xfc, 0x51, 0xc6, 0x45, 0xbd, 0xdb, 0xd3, 0x99, 0xf5, 0x1b, 0x41, 0x6b, 0xf7, - 0xa1, 0x9e, 0xe6, 0xcf, 0xe4, 0x28, 0xe5, 0x67, 0x19, 0xa5, 0x9f, 0xe5, 0x43, 0xc8, 0x7b, 0xc3, - 0xf3, 0x1c, 0xe3, 0x70, 0x44, 0x42, 0xfe, 0x8d, 0xa3, 0x59, 0x2d, 0x1f, 0x97, 0x61, 0xae, 0xbd, - 0x39, 0x46, 0x3c, 0xb0, 0x23, 0x15, 0x9b, 0xf9, 0x34, 0x8a, 0xcd, 0x30, 0x4c, 0xfd, 0xd6, 0x74, - 0xfa, 0x7e, 0x6b, 0x01, 0xd0, 0x9f, 0xe5, 0xa0, 0x12, 0x1d, 0x22, 0xb4, 0x0b, 0xa0, 0xf9, 0x96, - 0xf3, 0x89, 0x72, 0x71, 0xaa, 0x6e, 0x2a, 0x21, 0x41, 0xf4, 0x1e, 0xe4, 0x7b, 0xf6, 0x88, 0x8f, - 0x5a, 0xca, 0x61, 0x70, 0xd3, 0x1e, 0xb1, 0x8c, 0x42, 0xd8, 0xc8, 0x9e, 0x8a, 0x9d, 0xed, 0x67, - 0x67, 0xc9, 0x67, 0xf4, 0x3b, 0x93, 0xe1, 0xcc, 0xe8, 0x09, 0x54, 0x5e, 0x3a, 0x86, 0xa7, 0x1d, - 0x0e, 0xb0, 0x3a, 0xd0, 0x4e, 0xb0, 0xc3, 0xb3, 0xe4, 0x14, 0x89, 0xac, 0x2c, 0x04, 0x9f, 0x12, - 0x39, 0xf9, 0x0f, 0xa1, 0x20, 0x2c, 0x9a, 0xb0, 0x22, 0xec, 0xc3, 0xfa, 0x88, 0xb0, 0xa9, 0xf4, - 0xae, 0x9c, 0xa9, 0x99, 0x96, 0xea, 0x62, 0xb2, 0x8c, 0x8b, 0xdf, 0x05, 0x4c, 0x48, 0xd1, 0x6b, - 0x54, 0xba, 0x69, 0x39, 0xb8, 0xad, 0x99, 0x56, 0x97, 0x89, 0xca, 0x2f, 0xa0, 0x14, 0xea, 0xe0, - 0x04, 0x13, 0x5a, 0xb0, 0x2a, 0x8e, 0xe2, 0x5d, 0xec, 0xf1, 0xe5, 0x65, 0xaa, 0xc6, 0x57, 0xb8, - 0x5c, 0x17, 0x7b, 0xec, 0xfa, 0xc4, 0x3d, 0x38, 0xab, 0x60, 0xcb, 0xc6, 0xa6, 0x3f, 0x9e, 0x4f, - 0xad, 0xfe, 0x0c, 0x19, 0xfc, 0x2d, 0xa8, 0xa7, 0xc9, 0xb3, 0xfc, 0x70, 0xed, 0x12, 0x14, 0xc4, - 0x6f, 0x69, 0xd1, 0x12, 0xe4, 0xf7, 0x9b, 0x9d, 0xea, 0x1c, 0x79, 0x38, 0xd8, 0xe9, 0x54, 0x25, - 0x54, 0x80, 0xf9, 0x6e, 0x73, 0xbf, 0x53, 0xcd, 0x5d, 0x1b, 0x42, 0x35, 0xfe, 0x43, 0x52, 0xb4, - 0x0e, 0xa7, 0x3a, 0xca, 0x5e, 0xa7, 0xf1, 0xb8, 0xb1, 0xdf, 0xda, 0x6b, 0xab, 0x1d, 0xa5, 0xf5, - 0x71, 0x63, 0x7f, 0xb7, 0x3a, 0x87, 0x36, 0xe1, 0x7c, 0xf8, 0xc3, 0x93, 0xbd, 0xee, 0xbe, 0xba, - 0xbf, 0xa7, 0x36, 0xf7, 0xda, 0xfb, 0x8d, 0x56, 0x7b, 0x57, 0xa9, 0x4a, 0xe8, 0x3c, 0x9c, 0x0d, - 0xb3, 0x3c, 0x6c, 0xed, 0xb4, 0x94, 0xdd, 0x26, 0x79, 0x6e, 0x3c, 0xad, 0xe6, 0xae, 0xdd, 0x84, - 0x72, 0xe4, 0x77, 0x9f, 0xc4, 0xa4, 0xce, 0xde, 0x4e, 0x75, 0x0e, 0x95, 0xa1, 0x18, 0xd6, 0x53, - 0x80, 0xf9, 0xf6, 0xde, 0xce, 0x6e, 0x35, 0x77, 0xed, 0x0e, 0xac, 0xc4, 0xee, 0xf7, 0xa2, 0x55, - 0x28, 0x77, 0x1b, 0xed, 0x9d, 0x87, 0x7b, 0x9f, 0xaa, 0xca, 0x6e, 0x63, 0xe7, 0xb3, 0xea, 0x1c, - 0x5a, 0x83, 0xaa, 0x20, 0xb5, 0xf7, 0xf6, 0x19, 0x55, 0xba, 0xf6, 0x3c, 0x36, 0xc7, 0x30, 0x3a, - 0x0d, 0xab, 0x7e, 0x33, 0x6a, 0x53, 0xd9, 0x6d, 0xec, 0xef, 0x92, 0xd6, 0x23, 0x64, 0xe5, 0xa0, - 0xdd, 0x6e, 0xb5, 0x1f, 0x57, 0x25, 0xa2, 0x35, 0x20, 0xef, 0x7e, 0xda, 0x22, 0xcc, 0xb9, 0x28, - 0xf3, 0x41, 0xfb, 0x07, 0xed, 0xbd, 0x4f, 0xda, 0xd5, 0xfc, 0xf6, 0x2f, 0x56, 0xa1, 0x22, 0x0a, - 0x3d, 0xec, 0xd0, 0x5b, 0x2d, 0x1d, 0x58, 0x12, 0xbf, 0xcd, 0x4e, 0xc9, 0xd0, 0xd1, 0x5f, 0x94, - 0xd7, 0x37, 0xc7, 0x70, 0xf0, 0x7a, 0x7b, 0x0e, 0x1d, 0xd2, 0xfa, 0x37, 0x74, 0xdf, 0xfa, 0x52, - 0x6a, 0xb5, 0x99, 0xb8, 0xe2, 0x5d, 0xbf, 0x3c, 0x91, 0xcf, 0x6f, 0x03, 0x93, 0x12, 0x37, 0xfc, - 0xcb, 0x23, 0x74, 0x39, 0xad, 0x36, 0x4d, 0xf9, 0x69, 0x53, 0xfd, 0xca, 0x64, 0x46, 0xbf, 0x99, - 0xe7, 0x50, 0x8d, 0xff, 0x0a, 0x09, 0xa5, 0x40, 0xa7, 0x19, 0x3f, 0x75, 0xaa, 0x5f, 0x9b, 0x86, - 0x35, 0xdc, 0x58, 0xe2, 0xf7, 0x3a, 0x57, 0xa7, 0xf9, 0x5d, 0x43, 0x66, 0x63, 0x59, 0x3f, 0x81, - 0x60, 0x0e, 0x8c, 0x5e, 0x91, 0x46, 0xa9, 0x3f, 0x8e, 0x49, 0xb9, 0x89, 0x9f, 0xe6, 0xc0, 0xf4, - 0xdb, 0xd6, 0xf2, 0x1c, 0x3a, 0x86, 0x95, 0xd8, 0xf5, 0x04, 0x94, 0x22, 0x9e, 0x7e, 0x0f, 0xa3, - 0x7e, 0x75, 0x0a, 0xce, 0x68, 0x44, 0x84, 0xaf, 0x23, 0xa4, 0x47, 0x44, 0xca, 0x65, 0x87, 0xf4, - 0x88, 0x48, 0xbd, 0xd9, 0x40, 0x83, 0x3b, 0x72, 0x0d, 0x21, 0x2d, 0xb8, 0xd3, 0x2e, 0x3f, 0xd4, - 0x2f, 0x4f, 0xe4, 0x0b, 0x3b, 0x2d, 0x76, 0x29, 0x21, 0xcd, 0x69, 0xe9, 0x97, 0x1e, 0xea, 0x57, - 0xa7, 0xe0, 0x8c, 0x47, 0x41, 0x70, 0xc4, 0x99, 0x15, 0x05, 0x89, 0x03, 0xf9, 0xac, 0x28, 0x48, - 0x9e, 0x96, 0xf2, 0x28, 0x88, 0x1d, 0x4d, 0x5e, 0x99, 0xe2, 0x28, 0x25, 0x3b, 0x0a, 0xd2, 0x0f, - 0x5d, 0xe4, 0x39, 0xf4, 0x53, 0x09, 0x6a, 0x59, 0xc7, 0x14, 0x28, 0xa5, 0xbe, 0x9b, 0x70, 0xb2, - 0x52, 0xdf, 0x9e, 0x45, 0xc4, 0xb7, 0xe2, 0x4b, 0x40, 0xc9, 0x75, 0x0f, 0x7d, 0x27, 0x6d, 0x64, - 0x32, 0x56, 0xd7, 0xfa, 0x7b, 0xd3, 0x31, 0xfb, 0x4d, 0x76, 0xa1, 0x20, 0x0e, 0x46, 0x50, 0x4a, - 0x96, 0x8e, 0x1d, 0xcb, 0xd4, 0xe5, 0x71, 0x2c, 0xbe, 0xd2, 0xc7, 0x30, 0x4f, 0xa8, 0xe8, 0x7c, - 0x3a, 0xb7, 0x50, 0xb6, 0x91, 0xf5, 0xd9, 0x57, 0xf4, 0x0c, 0x16, 0xd9, 0x49, 0x00, 0x4a, 0x41, - 0x1e, 0x22, 0xe7, 0x15, 0xf5, 0x0b, 0xd9, 0x0c, 0xbe, 0xba, 0x2f, 0xd8, 0xbf, 0xed, 0xe0, 0x20, - 0x3f, 0x7a, 0x37, 0xfd, 0x77, 0xd0, 0xd1, 0x33, 0x85, 0xfa, 0xc5, 0x09, 0x5c, 0xe1, 0x49, 0x11, - 0xab, 0x7a, 0x2f, 0x4f, 0xdc, 0xba, 0x64, 0x4f, 0x8a, 0xf4, 0xcd, 0x11, 0x0b, 0x92, 0xe4, 0xe6, - 0x29, 0x2d, 0x48, 0x32, 0xb7, 0xac, 0x69, 0x41, 0x92, 0xbd, 0x1f, 0x93, 0xe7, 0x90, 0x07, 0xa7, - 0x52, 0xa0, 0x32, 0xf4, 0x5e, 0x56, 0x90, 0xa7, 0xe1, 0x76, 0xf5, 0xeb, 0x53, 0x72, 0x87, 0x07, - 0x9f, 0x4f, 0xfa, 0xb7, 0xb3, 0xf1, 0xa3, 0xcc, 0xc1, 0x8f, 0x4f, 0xf1, 0xed, 0x7f, 0xc9, 0xc3, - 0x32, 0x83, 0x41, 0x79, 0x05, 0xf3, 0x19, 0x40, 0x70, 0x02, 0x81, 0xde, 0x49, 0xf7, 0x49, 0xe4, - 0x94, 0xa6, 0xfe, 0xee, 0x78, 0xa6, 0x70, 0xa0, 0x85, 0xd0, 0xfc, 0xb4, 0x40, 0x4b, 0x1e, 0x5a, - 0xa4, 0x05, 0x5a, 0xca, 0x91, 0x80, 0x3c, 0x87, 0x3e, 0x86, 0xa2, 0x0f, 0x1b, 0xa3, 0x34, 0xd8, - 0x39, 0x86, 0x8b, 0xd7, 0xdf, 0x19, 0xcb, 0x13, 0xb6, 0x3a, 0x84, 0x09, 0xa7, 0x59, 0x9d, 0xc4, - 0x9e, 0xd3, 0xac, 0x4e, 0x03, 0x96, 0x03, 0x9f, 0x30, 0xe4, 0x28, 0xd3, 0x27, 0x11, 0xe0, 0x2e, - 0xd3, 0x27, 0x51, 0xf8, 0x49, 0x9e, 0x7b, 0x78, 0xe9, 0x97, 0x5f, 0x6d, 0x48, 0xff, 0xf4, 0xd5, - 0xc6, 0xdc, 0x4f, 0xbe, 0xde, 0x90, 0x7e, 0xf9, 0xf5, 0x86, 0xf4, 0x8f, 0x5f, 0x6f, 0x48, 0xff, - 0xfa, 0xf5, 0x86, 0xf4, 0xa7, 0xff, 0xb6, 0x31, 0xf7, 0xc3, 0x82, 0x90, 0x3e, 0x5c, 0xa4, 0xff, - 0x7c, 0xe7, 0x83, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xaa, 0xb3, 0xf4, 0xf2, 0x42, 0x49, 0x00, + 0x76, 0x57, 0x93, 0xa2, 0x44, 0x3e, 0x8a, 0x12, 0x55, 0x96, 0x2d, 0x9a, 0x1e, 0xcb, 0x56, 0x7b, + 0xfc, 0x39, 0x63, 0x79, 0xac, 0x99, 0xf5, 0xc4, 0xf6, 0x8c, 0x6d, 0x5a, 0x92, 0x6d, 0x66, 0x6d, + 0x8a, 0x69, 0x4a, 0xf3, 0xb1, 0x33, 0x40, 0x6f, 0x8b, 0x5d, 0xa2, 0x7a, 0x4d, 0x76, 0xf7, 0x74, + 0x37, 0x6d, 0x2b, 0x01, 0x82, 0x05, 0x16, 0xd9, 0x43, 0x80, 0x00, 0x39, 0xe7, 0xb8, 0x39, 0xe4, + 0x90, 0x5b, 0x80, 0x20, 0x87, 0x9c, 0x36, 0xc8, 0x61, 0x2f, 0x01, 0x72, 0x5a, 0x24, 0xc8, 0x25, + 0x33, 0x49, 0x2e, 0x01, 0x12, 0xe4, 0x0f, 0xc8, 0x21, 0xa8, 0xaf, 0xfe, 0x6e, 0x7e, 0x78, 0xbc, + 0x3b, 0x93, 0x93, 0xba, 0x5f, 0xbf, 0xf7, 0xea, 0xd5, 0xab, 0x57, 0xaf, 0x5e, 0xfd, 0xaa, 0x28, + 0x28, 0x69, 0xb6, 0xb1, 0x61, 0x3b, 0x96, 0x67, 0xa1, 0xaa, 0x33, 0x34, 0x3d, 0x63, 0x80, 0x37, + 0x5e, 0xdc, 0xd4, 0xfa, 0xf6, 0x91, 0xb6, 0x59, 0xbf, 0xde, 0x33, 0xbc, 0xa3, 0xe1, 0xc1, 0x46, + 0xd7, 0x1a, 0xdc, 0xe8, 0x59, 0x3d, 0xeb, 0x06, 0x65, 0x3c, 0x18, 0x1e, 0xd2, 0x37, 0xfa, 0x42, + 0x9f, 0x98, 0x02, 0xf9, 0x1a, 0x2c, 0x7e, 0x82, 0x1d, 0xd7, 0xb0, 0x4c, 0x05, 0x7f, 0x35, 0xc4, + 0xae, 0x87, 0x6a, 0x30, 0xff, 0x82, 0x51, 0x6a, 0xd2, 0x79, 0xe9, 0x4a, 0x49, 0x11, 0xaf, 0xf2, + 0x5f, 0x48, 0xb0, 0xe4, 0x33, 0xbb, 0xb6, 0x65, 0xba, 0x38, 0x9b, 0x1b, 0xad, 0xc3, 0x02, 0x37, + 0x4e, 0x35, 0xb5, 0x01, 0xae, 0xe5, 0xe8, 0xe7, 0x32, 0xa7, 0xb5, 0xb4, 0x01, 0x46, 0x97, 0x61, + 0x49, 0xb0, 0x08, 0x25, 0x79, 0xca, 0xb5, 0xc8, 0xc9, 0xbc, 0x35, 0xb4, 0x01, 0x27, 0x04, 0xa3, + 0x66, 0x1b, 0x3e, 0xf3, 0x2c, 0x65, 0x5e, 0xe6, 0x9f, 0x1a, 0xb6, 0xc1, 0xf9, 0xe5, 0x2f, 0xa0, + 0xb4, 0xdd, 0xea, 0x6c, 0x59, 0xe6, 0xa1, 0xd1, 0x23, 0x26, 0xba, 0xd8, 0x21, 0x32, 0x35, 0xe9, + 0x7c, 0x9e, 0x98, 0xc8, 0x5f, 0x51, 0x1d, 0x8a, 0x2e, 0xd6, 0x9c, 0xee, 0x11, 0x76, 0x6b, 0x39, + 0xfa, 0xc9, 0x7f, 0x27, 0x52, 0x96, 0xed, 0x19, 0x96, 0xe9, 0xd6, 0xf2, 0x4c, 0x8a, 0xbf, 0xca, + 0xbf, 0x90, 0xa0, 0xdc, 0xb6, 0x1c, 0xef, 0x99, 0x66, 0xdb, 0x86, 0xd9, 0x43, 0xb7, 0xa0, 0x48, + 0x7d, 0xd9, 0xb5, 0xfa, 0xd4, 0x07, 0x8b, 0x9b, 0xf5, 0x8d, 0xf8, 0xb0, 0x6c, 0xb4, 0x39, 0x87, + 0xe2, 0xf3, 0xa2, 0x8b, 0xb0, 0xd8, 0xb5, 0x4c, 0x4f, 0x33, 0x4c, 0xec, 0xa8, 0xb6, 0xe5, 0x78, + 0xd4, 0x45, 0x05, 0xa5, 0xe2, 0x53, 0x49, 0x2b, 0xe8, 0x0c, 0x94, 0x8e, 0x2c, 0xd7, 0x63, 0x1c, + 0x79, 0xca, 0x51, 0x24, 0x04, 0xfa, 0x71, 0x15, 0xe6, 0xe9, 0x47, 0xc3, 0xe6, 0xce, 0x98, 0x23, + 0xaf, 0x4d, 0x5b, 0xfe, 0xb5, 0x04, 0x85, 0x67, 0xd6, 0xd0, 0xf4, 0x62, 0xcd, 0x68, 0xde, 0x11, + 0x1f, 0xa8, 0x50, 0x33, 0x9a, 0x77, 0x14, 0x34, 0x43, 0x38, 0xd8, 0x58, 0xb1, 0x66, 0xc8, 0xc7, + 0x3a, 0x14, 0x1d, 0xac, 0xe9, 0x96, 0xd9, 0x3f, 0xa6, 0x26, 0x14, 0x15, 0xff, 0x9d, 0x0c, 0xa2, + 0x8b, 0xfb, 0x86, 0x39, 0x7c, 0xa5, 0x3a, 0xb8, 0xaf, 0x1d, 0xe0, 0x3e, 0x35, 0xa5, 0xa8, 0x2c, + 0x72, 0xb2, 0xc2, 0xa8, 0x68, 0x1b, 0xca, 0xb6, 0x63, 0xd9, 0x5a, 0x4f, 0x23, 0x7e, 0xac, 0x15, + 0xa8, 0xab, 0xe4, 0xa4, 0xab, 0xa8, 0xd9, 0xed, 0x80, 0x53, 0x09, 0x8b, 0xc9, 0x7f, 0x25, 0xc1, + 0x12, 0x09, 0x1e, 0xd7, 0xd6, 0xba, 0x78, 0x97, 0x0e, 0x09, 0xba, 0x0d, 0xf3, 0x26, 0xf6, 0x5e, + 0x5a, 0xce, 0x73, 0x3e, 0x00, 0xe7, 0x92, 0x5a, 0x7d, 0x99, 0x67, 0x96, 0x8e, 0x15, 0xc1, 0x8f, + 0x6e, 0x42, 0xde, 0x36, 0x74, 0xda, 0xe1, 0x09, 0xc4, 0x08, 0x2f, 0x11, 0x31, 0xec, 0x2e, 0xf5, + 0xc3, 0x24, 0x22, 0x86, 0xdd, 0x95, 0x65, 0x80, 0xa6, 0xe9, 0xdd, 0xfa, 0xe0, 0x13, 0xad, 0x3f, + 0xc4, 0x68, 0x05, 0x0a, 0x2f, 0xc8, 0x03, 0x35, 0x36, 0xaf, 0xb0, 0x17, 0xf9, 0xeb, 0x3c, 0x9c, + 0x79, 0x4a, 0xfc, 0xd5, 0xd1, 0x4c, 0xfd, 0xc0, 0x7a, 0xd5, 0xc1, 0xdd, 0xa1, 0x63, 0x78, 0xc7, + 0x5b, 0x96, 0xe9, 0xe1, 0x57, 0x1e, 0x6a, 0xc1, 0xb2, 0x29, 0x34, 0xab, 0x22, 0x34, 0x89, 0x86, + 0xf2, 0xe6, 0xfa, 0x08, 0x23, 0x98, 0x8b, 0x94, 0xaa, 0x19, 0x25, 0xb8, 0xe8, 0x49, 0x30, 0x6e, + 0x42, 0x5b, 0x8e, 0x6a, 0x4b, 0xe9, 0x52, 0x67, 0x87, 0x5a, 0xc6, 0x75, 0x89, 0x81, 0x15, 0x9a, + 0x3e, 0x02, 0x32, 0xab, 0x55, 0xcd, 0x55, 0x87, 0x2e, 0x76, 0xa8, 0x63, 0xca, 0x9b, 0x6f, 0x25, + 0xb5, 0x04, 0x2e, 0x50, 0x4a, 0xce, 0xd0, 0x6c, 0xb8, 0xfb, 0x2e, 0x76, 0x68, 0x12, 0xe0, 0xb1, + 0xa4, 0x3a, 0x96, 0xe5, 0x1d, 0xba, 0x22, 0x7e, 0x04, 0x59, 0xa1, 0x54, 0x74, 0x03, 0x4e, 0xb8, + 0x43, 0xdb, 0xee, 0xe3, 0x01, 0x36, 0x3d, 0xad, 0xaf, 0xf6, 0x1c, 0x6b, 0x68, 0xbb, 0xb5, 0xc2, + 0xf9, 0xfc, 0x95, 0xbc, 0x82, 0xc2, 0x9f, 0x1e, 0xd3, 0x2f, 0x68, 0x0d, 0xc0, 0x76, 0x8c, 0x17, + 0x46, 0x1f, 0xf7, 0xb0, 0x5e, 0x9b, 0xa3, 0x4a, 0x43, 0x14, 0xf4, 0x1e, 0xac, 0xb8, 0xb8, 0xdb, + 0xb5, 0x06, 0xb6, 0x6a, 0x3b, 0xd6, 0xa1, 0xd1, 0xc7, 0x2c, 0xfa, 0xe7, 0x69, 0xf4, 0x23, 0xfe, + 0xad, 0xcd, 0x3e, 0xd1, 0x79, 0x70, 0x8f, 0xe6, 0x34, 0xd2, 0x53, 0xda, 0x78, 0xad, 0x38, 0x41, + 0x57, 0x81, 0x76, 0x95, 0x9a, 0x24, 0xff, 0x22, 0x07, 0x27, 0xa9, 0x27, 0xdb, 0x96, 0xce, 0x87, + 0x99, 0x27, 0xa9, 0x0b, 0x50, 0xe9, 0x52, 0x9d, 0xaa, 0xad, 0x39, 0xd8, 0xf4, 0xf8, 0x24, 0x5d, + 0x60, 0xc4, 0x36, 0xa5, 0xa1, 0xcf, 0xa0, 0xea, 0xf2, 0xa8, 0x50, 0xbb, 0x2c, 0x2c, 0xf8, 0x98, + 0x5d, 0x4f, 0x9a, 0x30, 0x22, 0x96, 0x94, 0x25, 0x37, 0x11, 0x5c, 0xf3, 0xee, 0xb1, 0xdb, 0xf5, + 0xfa, 0x2c, 0xdb, 0x95, 0x37, 0x3f, 0xc8, 0x50, 0x18, 0x37, 0x7c, 0xa3, 0xc3, 0xc4, 0x76, 0x4c, + 0xcf, 0x39, 0x56, 0x84, 0x92, 0xfa, 0x1d, 0x58, 0x08, 0x7f, 0x40, 0x55, 0xc8, 0x3f, 0xc7, 0xc7, + 0xbc, 0x53, 0xe4, 0x31, 0x98, 0x04, 0x2c, 0xd7, 0xb0, 0x97, 0x3b, 0xb9, 0xdf, 0x91, 0x64, 0x07, + 0x50, 0xd0, 0xca, 0x33, 0xec, 0x69, 0xba, 0xe6, 0x69, 0x08, 0xc1, 0x2c, 0x5d, 0x46, 0x98, 0x0a, + 0xfa, 0x4c, 0xb4, 0x0e, 0xf9, 0xe4, 0x2d, 0x29, 0xe4, 0x11, 0xbd, 0x05, 0x25, 0x3f, 0xd0, 0xf9, + 0x5a, 0x12, 0x10, 0x48, 0x4e, 0xd7, 0x3c, 0x0f, 0x0f, 0x6c, 0x8f, 0x86, 0x58, 0x45, 0x11, 0xaf, + 0xf2, 0x7f, 0xcf, 0x42, 0x35, 0x31, 0x26, 0x0f, 0xa0, 0x38, 0xe0, 0xcd, 0xf3, 0x89, 0xf6, 0x76, + 0x4a, 0x62, 0x4f, 0x98, 0xaa, 0xf8, 0x52, 0x24, 0x6f, 0x92, 0x1c, 0x1a, 0x5a, 0xff, 0xfc, 0x77, + 0x32, 0xe2, 0x7d, 0xab, 0xa7, 0xea, 0x86, 0x83, 0xbb, 0x9e, 0xe5, 0x1c, 0x73, 0x73, 0x17, 0xfa, + 0x56, 0x6f, 0x5b, 0xd0, 0xd0, 0x1d, 0x00, 0xdd, 0x74, 0xc9, 0x60, 0x1f, 0x1a, 0x3d, 0x6a, 0x74, + 0x79, 0xf3, 0x4c, 0xd2, 0x08, 0x7f, 0xb1, 0x53, 0x4a, 0xba, 0xe9, 0x72, 0xf3, 0x1f, 0x42, 0x85, + 0xac, 0x19, 0xea, 0x80, 0xad, 0x53, 0x6c, 0xa6, 0x94, 0x37, 0xcf, 0xa6, 0xf5, 0xc1, 0x5f, 0xcd, + 0x94, 0x05, 0x3b, 0x78, 0x71, 0xd1, 0x23, 0x98, 0xa3, 0xc9, 0xdb, 0xad, 0xcd, 0x51, 0xe1, 0x8d, + 0x51, 0x0e, 0xe0, 0x11, 0xf1, 0x94, 0x0a, 0xb0, 0x80, 0xe0, 0xd2, 0x68, 0x1f, 0xca, 0x9a, 0x69, + 0x5a, 0x9e, 0xc6, 0x12, 0xcd, 0x3c, 0x55, 0xf6, 0xfe, 0x04, 0xca, 0x1a, 0x81, 0x14, 0xd3, 0x18, + 0xd6, 0x83, 0x3e, 0x86, 0x02, 0xcd, 0x44, 0x7c, 0x22, 0x5e, 0x9e, 0x30, 0x68, 0x15, 0x26, 0x55, + 0xbf, 0x0d, 0xe5, 0x90, 0xb1, 0xd3, 0x04, 0x69, 0xfd, 0x1e, 0x54, 0xe3, 0xa6, 0x4d, 0x15, 0xe4, + 0x7f, 0x00, 0x2b, 0xca, 0xd0, 0x0c, 0x0c, 0x13, 0xd5, 0xd7, 0x1d, 0x98, 0xe3, 0x83, 0xcd, 0x22, + 0x4e, 0x1e, 0xef, 0x23, 0x85, 0x4b, 0x84, 0xcb, 0xa9, 0x23, 0xcd, 0xd4, 0xfb, 0xd8, 0xe1, 0xed, + 0x8a, 0x72, 0xea, 0x09, 0xa3, 0xca, 0x1f, 0xc3, 0xc9, 0x58, 0xe3, 0xbc, 0x9a, 0x7b, 0x1b, 0x16, + 0x6d, 0x4b, 0x57, 0x5d, 0x46, 0x56, 0x0d, 0x5d, 0xa4, 0x21, 0xdb, 0xe7, 0x6d, 0xea, 0x44, 0xbc, + 0xe3, 0x59, 0x76, 0xd2, 0xf8, 0xc9, 0xc4, 0x6b, 0x70, 0x2a, 0x2e, 0xce, 0x9a, 0x97, 0xef, 0xc3, + 0xaa, 0x82, 0x07, 0xd6, 0x0b, 0xfc, 0xba, 0xaa, 0xeb, 0x50, 0x4b, 0x2a, 0xe0, 0xca, 0x3f, 0x87, + 0xd5, 0x80, 0xda, 0xf1, 0x34, 0x6f, 0xe8, 0x4e, 0xa5, 0x9c, 0x97, 0xba, 0x07, 0x96, 0xcb, 0x86, + 0xb3, 0xa8, 0x88, 0x57, 0x79, 0x15, 0x0a, 0x6d, 0x4b, 0x6f, 0xb6, 0xd1, 0x22, 0xe4, 0x0c, 0x9b, + 0x0b, 0xe7, 0x0c, 0x5b, 0x3e, 0x0a, 0xb7, 0xd9, 0x62, 0x25, 0x07, 0x6b, 0x3a, 0xce, 0x8a, 0x3e, + 0x86, 0x8a, 0xa6, 0xeb, 0x06, 0x09, 0x27, 0xad, 0xdf, 0x6c, 0xb3, 0x82, 0xb4, 0xbc, 0xb9, 0x9a, + 0x3a, 0xfe, 0xcd, 0xb6, 0x12, 0xe5, 0x96, 0x9f, 0x40, 0xc9, 0x5f, 0xf2, 0xd1, 0xdd, 0xa0, 0x76, + 0xcd, 0x4d, 0x5a, 0x20, 0xf8, 0xe5, 0xed, 0x5e, 0x62, 0x89, 0xe2, 0x16, 0xdf, 0x05, 0xf0, 0x53, + 0xa9, 0xa8, 0x3c, 0xce, 0x8c, 0x50, 0xac, 0x84, 0xd8, 0xe5, 0x9f, 0x15, 0xc2, 0x09, 0x36, 0xe4, + 0x03, 0xdd, 0xf7, 0x81, 0x1e, 0x49, 0xb8, 0xb9, 0xd7, 0x4a, 0xb8, 0x1f, 0x42, 0xc1, 0xf5, 0x34, + 0x0f, 0xf3, 0xea, 0x6c, 0x7d, 0x94, 0x38, 0x31, 0x02, 0x2b, 0x8c, 0x1f, 0x9d, 0x05, 0xe8, 0x3a, + 0x58, 0xf3, 0xb0, 0xae, 0x6a, 0x6c, 0x75, 0xc8, 0x2b, 0x25, 0x4e, 0x69, 0x78, 0x68, 0x2b, 0xa8, + 0x30, 0x0b, 0xd4, 0xb0, 0xab, 0xa3, 0x34, 0x47, 0x46, 0x3a, 0xa8, 0x35, 0xfd, 0x6c, 0x35, 0x37, + 0x61, 0xb6, 0xe2, 0x0a, 0x98, 0x54, 0x28, 0x17, 0xcf, 0x8f, 0xcf, 0xc5, 0x4c, 0x74, 0x92, 0x5c, + 0x5c, 0x1c, 0x9f, 0x8b, 0xb9, 0xb2, 0xd1, 0xb9, 0x38, 0x25, 0xfb, 0x94, 0xd2, 0xb2, 0xcf, 0x77, + 0x99, 0x75, 0xff, 0x59, 0x82, 0x5a, 0x32, 0x09, 0xf0, 0xe4, 0x77, 0x07, 0xe6, 0x5c, 0x4a, 0x99, + 0x24, 0xf5, 0x72, 0x59, 0x2e, 0x81, 0x9e, 0xc0, 0xac, 0x61, 0x1e, 0x5a, 0x7c, 0xd2, 0x7e, 0x30, + 0x81, 0x24, 0x6f, 0x75, 0xa3, 0x69, 0x1e, 0x5a, 0xcc, 0x9b, 0x54, 0x43, 0xfd, 0x43, 0x28, 0xf9, + 0xa4, 0xa9, 0xfa, 0xb6, 0x0b, 0x2b, 0xb1, 0xd8, 0x66, 0xbb, 0x0d, 0x7f, 0x4a, 0x48, 0xd3, 0x4d, + 0x09, 0xf9, 0xa7, 0xb9, 0xf0, 0x94, 0x7d, 0x64, 0xf4, 0x3d, 0xec, 0x24, 0xa6, 0xec, 0x47, 0x42, + 0x3b, 0x9b, 0xaf, 0x97, 0xc6, 0x6a, 0x67, 0x45, 0x31, 0x9f, 0x75, 0x5f, 0xc2, 0x22, 0x0d, 0x4a, + 0xd5, 0xc5, 0x7d, 0x5a, 0xf1, 0xf0, 0xea, 0xf3, 0x07, 0xa3, 0xd4, 0x30, 0x4b, 0x58, 0x68, 0x77, + 0xb8, 0x1c, 0xf3, 0x60, 0xa5, 0x1f, 0xa6, 0xd5, 0x1f, 0x00, 0x4a, 0x32, 0x4d, 0xe5, 0xd3, 0x0e, + 0xc9, 0x85, 0x64, 0xab, 0x9d, 0xb2, 0x4c, 0x1f, 0x52, 0x33, 0x26, 0x89, 0x15, 0x66, 0xb0, 0xc2, + 0x25, 0xe4, 0xff, 0xca, 0x03, 0x04, 0x1f, 0xff, 0x1f, 0x25, 0xc1, 0x07, 0x7e, 0x02, 0x62, 0x95, + 0xe4, 0x95, 0x51, 0x8a, 0x53, 0x53, 0xcf, 0x6e, 0x34, 0xf5, 0xb0, 0x9a, 0xf2, 0xfa, 0x48, 0x35, + 0x53, 0x27, 0x9d, 0xf9, 0xef, 0x5b, 0xd2, 0x79, 0x0a, 0xa7, 0xe2, 0x41, 0xc4, 0x33, 0xce, 0x26, + 0x14, 0x0c, 0x0f, 0x0f, 0x18, 0x2e, 0x95, 0xba, 0x8f, 0x0c, 0x09, 0x31, 0x56, 0x79, 0x1d, 0x4a, + 0xcd, 0x81, 0xd6, 0xc3, 0x1d, 0x1b, 0x77, 0x49, 0xa3, 0x06, 0x79, 0xe1, 0x86, 0xb0, 0x17, 0x79, + 0x13, 0x8a, 0x3f, 0xc4, 0xc7, 0x6c, 0xf6, 0x4f, 0x68, 0xa8, 0xfc, 0x27, 0x39, 0x58, 0xa5, 0xab, + 0xcf, 0x96, 0x40, 0x85, 0x14, 0xec, 0x5a, 0x43, 0xa7, 0x8b, 0x5d, 0x1a, 0x16, 0xf6, 0x50, 0xb5, + 0xb1, 0x63, 0x58, 0x3a, 0x07, 0x2d, 0x4a, 0x5d, 0x7b, 0xd8, 0xa6, 0x04, 0x74, 0x06, 0xc8, 0x8b, + 0xfa, 0xd5, 0xd0, 0xe2, 0x11, 0x9b, 0x57, 0x8a, 0x5d, 0x7b, 0xf8, 0x7b, 0xe4, 0x5d, 0xc8, 0xba, + 0x47, 0x9a, 0x83, 0x5d, 0x1a, 0x90, 0x4c, 0xb6, 0x43, 0x09, 0xe8, 0x26, 0x9c, 0x1c, 0xe0, 0x81, + 0xe5, 0x1c, 0xab, 0x7d, 0x63, 0x60, 0x78, 0xaa, 0x61, 0xaa, 0x07, 0xc7, 0x1e, 0x76, 0x79, 0xf0, + 0x21, 0xf6, 0xf1, 0x29, 0xf9, 0xd6, 0x34, 0x1f, 0x92, 0x2f, 0x48, 0x86, 0x8a, 0x65, 0x0d, 0x54, + 0xb7, 0x6b, 0x39, 0x58, 0xd5, 0xf4, 0x9f, 0xd0, 0x05, 0x39, 0xaf, 0x94, 0x2d, 0x6b, 0xd0, 0x21, + 0xb4, 0x86, 0xfe, 0x13, 0x74, 0x0e, 0xca, 0x5d, 0x7b, 0xe8, 0x62, 0x4f, 0x25, 0x7f, 0xe8, 0x7a, + 0x5b, 0x52, 0x80, 0x91, 0xb6, 0xec, 0xa1, 0x1b, 0x62, 0x18, 0x10, 0xff, 0xcf, 0x87, 0x19, 0x9e, + 0x11, 0x37, 0x6b, 0x50, 0x89, 0x80, 0x1e, 0x64, 0xff, 0x49, 0xd1, 0x0d, 0xbe, 0xff, 0x24, 0xcf, + 0x84, 0xe6, 0x58, 0x7d, 0xe1, 0x49, 0xfa, 0x4c, 0x68, 0xde, 0xb1, 0x2d, 0x36, 0x9f, 0xf4, 0x99, + 0xb8, 0xbc, 0x8f, 0x5f, 0x70, 0x60, 0xac, 0xa4, 0xb0, 0x17, 0x59, 0x07, 0xd8, 0xd2, 0x6c, 0xed, + 0xc0, 0xe8, 0x1b, 0xde, 0x31, 0xba, 0x0a, 0x55, 0x4d, 0xd7, 0xd5, 0xae, 0xa0, 0x18, 0x58, 0xc0, + 0x95, 0x4b, 0x9a, 0xae, 0x6f, 0x85, 0xc8, 0xe8, 0x1d, 0x58, 0xd6, 0x1d, 0xcb, 0x8e, 0xf2, 0x32, + 0xfc, 0xb2, 0x4a, 0x3e, 0x84, 0x99, 0xe5, 0x7f, 0x2f, 0xc0, 0xd9, 0xe8, 0xc0, 0xc6, 0x81, 0xa5, + 0x07, 0xb0, 0x10, 0x6b, 0x35, 0x03, 0xd4, 0x08, 0xac, 0x55, 0x22, 0x12, 0x31, 0xa0, 0x25, 0x97, + 0x00, 0x5a, 0x52, 0xa1, 0xab, 0xfc, 0x1b, 0x85, 0xae, 0x66, 0xdf, 0x08, 0x74, 0x55, 0x98, 0x0e, + 0xba, 0xba, 0x44, 0xb3, 0x8f, 0x90, 0xa6, 0xbb, 0x7c, 0x16, 0x6a, 0x15, 0x9f, 0xc7, 0x14, 0x38, + 0x77, 0x0c, 0xe2, 0x9a, 0x9f, 0x06, 0xe2, 0x2a, 0x66, 0x42, 0x5c, 0x24, 0x6a, 0x6c, 0x5b, 0x73, + 0x06, 0x96, 0x23, 0x30, 0x2c, 0x5e, 0x75, 0x2d, 0x09, 0x3a, 0xc7, 0xaf, 0x32, 0xd1, 0x2e, 0xc8, + 0x44, 0xbb, 0xce, 0xc3, 0x82, 0x69, 0xa9, 0x26, 0x7e, 0xa9, 0x92, 0xb1, 0x74, 0x6b, 0x65, 0x36, + 0xb0, 0xa6, 0xd5, 0xc2, 0x2f, 0xdb, 0x84, 0x92, 0xc0, 0xc3, 0x16, 0xa6, 0xc3, 0xc3, 0xd0, 0x3a, + 0x2c, 0x0c, 0x34, 0xf7, 0x39, 0xd6, 0xa9, 0x29, 0x6e, 0xad, 0x42, 0x83, 0xb8, 0xcc, 0x68, 0xc4, + 0x06, 0x17, 0x5d, 0x04, 0xdf, 0x49, 0x9c, 0x69, 0x91, 0x32, 0x55, 0x04, 0x95, 0xb2, 0xc9, 0x7f, + 0x2b, 0xc1, 0x4a, 0x34, 0xcc, 0x39, 0x0a, 0xf2, 0x18, 0x4a, 0x8e, 0xc8, 0x64, 0x3c, 0xb4, 0xaf, + 0x66, 0x14, 0xde, 0xc9, 0xd4, 0xa7, 0x04, 0xb2, 0xe8, 0x47, 0x99, 0xe0, 0xdb, 0x8d, 0x71, 0xfa, + 0xc6, 0xc1, 0x6f, 0xb2, 0x03, 0xe7, 0x3e, 0x35, 0x4c, 0xdd, 0x7a, 0xe9, 0x66, 0xce, 0xd2, 0x94, + 0x58, 0x93, 0x32, 0x62, 0xad, 0xeb, 0x60, 0x1d, 0x9b, 0x9e, 0xa1, 0xf5, 0x55, 0xd7, 0xc6, 0x5d, + 0x01, 0x02, 0x04, 0x64, 0xb2, 0x76, 0xc8, 0xbf, 0x94, 0xe0, 0x54, 0xbc, 0x51, 0xee, 0xb3, 0x66, + 0xd2, 0x67, 0xef, 0x24, 0xfb, 0x18, 0x17, 0x4e, 0xf5, 0xda, 0x97, 0x99, 0x5e, 0xbb, 0x39, 0x5e, + 0xe3, 0x58, 0xbf, 0xfd, 0xa5, 0x04, 0xa7, 0x33, 0xcd, 0x88, 0xad, 0x3d, 0x52, 0x7c, 0xed, 0xe1, + 0xeb, 0x56, 0xd7, 0x1a, 0x9a, 0x5e, 0x68, 0xdd, 0xda, 0xa2, 0xa7, 0x26, 0x6c, 0x81, 0x50, 0x07, + 0xda, 0x2b, 0x63, 0x30, 0x1c, 0xf0, 0x85, 0x8b, 0xa8, 0x7b, 0xc6, 0x28, 0xaf, 0xb1, 0x72, 0xc9, + 0x0d, 0x58, 0xf6, 0xad, 0x1c, 0x89, 0x6b, 0x86, 0x70, 0xca, 0x5c, 0x14, 0xa7, 0x34, 0x61, 0x6e, + 0x1b, 0xbf, 0x30, 0xba, 0xf8, 0x8d, 0x1c, 0xeb, 0x9c, 0x87, 0xb2, 0x8d, 0x9d, 0x81, 0xe1, 0xba, + 0x7e, 0x46, 0x2e, 0x29, 0x61, 0x92, 0xfc, 0x1f, 0x73, 0xb0, 0x14, 0x8f, 0x8e, 0xfb, 0x09, 0x58, + 0xf4, 0x42, 0xca, 0x5a, 0x11, 0xef, 0x68, 0xa8, 0x3e, 0xbd, 0x29, 0xaa, 0x96, 0x5c, 0x16, 0x86, + 0xe0, 0x57, 0x38, 0xbc, 0xa4, 0x21, 0x1e, 0xe9, 0x5a, 0x83, 0x81, 0x66, 0xea, 0xe2, 0x34, 0x8e, + 0xbf, 0x12, 0xff, 0x69, 0x4e, 0x8f, 0xb8, 0x9d, 0x90, 0xe9, 0x33, 0x19, 0x3c, 0xb2, 0xe1, 0x36, + 0x4c, 0x0a, 0xaf, 0xd2, 0xac, 0x5e, 0x52, 0x80, 0x93, 0xb6, 0x0d, 0x07, 0x6d, 0xc0, 0x2c, 0x36, + 0x5f, 0x88, 0x02, 0x34, 0xe5, 0xb8, 0x4e, 0xd4, 0x4f, 0x0a, 0xe5, 0x43, 0x37, 0x60, 0x6e, 0x40, + 0xc2, 0x42, 0x6c, 0xbd, 0x57, 0x33, 0x4e, 0xad, 0x14, 0xce, 0x86, 0x36, 0x61, 0x5e, 0xa7, 0xe3, + 0x24, 0xf6, 0xd7, 0xb5, 0x14, 0xd0, 0x96, 0x32, 0x28, 0x82, 0x11, 0xed, 0xf8, 0xe5, 0x75, 0x29, + 0xab, 0x2e, 0x8e, 0x0d, 0x45, 0x6a, 0x8d, 0xbd, 0x17, 0xad, 0xb1, 0x81, 0xea, 0xda, 0x1c, 0xaf, + 0x6b, 0x74, 0xa1, 0x7d, 0x1a, 0x8a, 0x7d, 0xab, 0xc7, 0xc2, 0xa8, 0xcc, 0x0e, 0x7a, 0xfb, 0x56, + 0x8f, 0x46, 0xd1, 0x0a, 0xd9, 0x6e, 0xe8, 0x86, 0x49, 0xb3, 0x7f, 0x51, 0x61, 0x2f, 0x64, 0xf2, + 0xd1, 0x07, 0xd5, 0x32, 0xbb, 0xb8, 0x56, 0xa1, 0x9f, 0x4a, 0x94, 0xb2, 0x6b, 0x76, 0x69, 0x5d, + 0xea, 0x79, 0xc7, 0xb5, 0x45, 0x4a, 0x27, 0x8f, 0x64, 0x27, 0xc9, 0xd0, 0x91, 0xa5, 0xac, 0x9d, + 0x64, 0x5a, 0x7e, 0x17, 0xe0, 0xc8, 0x43, 0x98, 0x7f, 0xc9, 0x12, 0x41, 0xad, 0x4a, 0xe5, 0xaf, + 0x8c, 0x4f, 0x2f, 0x5c, 0x83, 0x10, 0xfc, 0x2e, 0xf7, 0x08, 0x7f, 0x2f, 0xc1, 0xa9, 0x2d, 0xba, + 0xd1, 0x0a, 0xe5, 0xb1, 0x69, 0xc0, 0xc9, 0xdb, 0x3e, 0x6e, 0x9c, 0x89, 0xf8, 0xc5, 0xfb, 0x2d, + 0x60, 0xe3, 0x26, 0x2c, 0x0a, 0xe5, 0x5c, 0x45, 0x7e, 0x62, 0xe8, 0xb9, 0xe2, 0x86, 0x5f, 0xe5, + 0x8f, 0x60, 0x35, 0xd1, 0x0b, 0xbe, 0xd7, 0x59, 0x87, 0x85, 0x20, 0x5f, 0xf9, 0x9d, 0x28, 0xfb, + 0xb4, 0xa6, 0x2e, 0xdf, 0x81, 0x93, 0x1d, 0x4f, 0x73, 0xbc, 0x84, 0x0b, 0x26, 0x90, 0xa5, 0xa0, + 0x72, 0x54, 0x96, 0xe3, 0xbe, 0x1d, 0x58, 0xe9, 0x78, 0x96, 0xfd, 0x1a, 0x4a, 0x49, 0xd6, 0x21, + 0xfd, 0xb7, 0x86, 0x62, 0x7d, 0x10, 0xaf, 0xf2, 0x2a, 0x83, 0xc0, 0x93, 0xad, 0xdd, 0x85, 0x53, + 0x0c, 0x81, 0x7e, 0x9d, 0x4e, 0x9c, 0x16, 0xf8, 0x77, 0x52, 0xef, 0x33, 0x38, 0x11, 0x2c, 0x8b, + 0x01, 0xb8, 0x73, 0x2b, 0x0a, 0xee, 0x9c, 0x1f, 0x31, 0xea, 0x11, 0x6c, 0xe7, 0xcf, 0x73, 0xa1, + 0xbc, 0x9e, 0x01, 0xed, 0xdc, 0x8d, 0x42, 0x3b, 0x17, 0xc7, 0xe9, 0x8e, 0x20, 0x3b, 0xc9, 0xa8, + 0xcd, 0xa7, 0x44, 0xed, 0x17, 0x09, 0xfc, 0x67, 0x36, 0x0b, 0x40, 0x8b, 0x59, 0xfb, 0x5b, 0x81, + 0x7f, 0x14, 0x06, 0xff, 0xf8, 0x4d, 0xfb, 0x07, 0x06, 0xb7, 0x63, 0xf0, 0xcf, 0xfa, 0x58, 0x7b, + 0x7d, 0xf4, 0xe7, 0xaf, 0x67, 0xa1, 0xe4, 0x7f, 0x4b, 0xf8, 0x3c, 0xe9, 0xb6, 0x5c, 0x8a, 0xdb, + 0xc2, 0x2b, 0x70, 0xfe, 0x5b, 0xad, 0xc0, 0xb3, 0x13, 0xaf, 0xc0, 0x67, 0xa0, 0x44, 0x1f, 0x54, + 0x07, 0x1f, 0xf2, 0x15, 0xb5, 0x48, 0x09, 0x0a, 0x3e, 0x0c, 0xc2, 0x70, 0x6e, 0xaa, 0x30, 0x8c, + 0x01, 0x4e, 0xf3, 0x71, 0xc0, 0xe9, 0xbe, 0xbf, 0x22, 0xb2, 0x45, 0xf4, 0xf2, 0x08, 0xbd, 0xa9, + 0x6b, 0x61, 0x2b, 0xba, 0x16, 0xb2, 0x75, 0xf5, 0xdd, 0x51, 0x5a, 0x46, 0xae, 0x82, 0xdf, 0xe5, + 0x0a, 0xb1, 0xcf, 0x50, 0xa4, 0x70, 0x2c, 0xf2, 0xcc, 0x7a, 0x17, 0xc0, 0x4f, 0x22, 0x02, 0x4a, + 0x3a, 0x33, 0xa2, 0x8f, 0x4a, 0x88, 0x9d, 0xa8, 0x8d, 0x0c, 0x4d, 0x70, 0x28, 0x36, 0x59, 0x7e, + 0xcc, 0x38, 0x11, 0xfb, 0xdf, 0x42, 0x28, 0xbf, 0x64, 0x9c, 0xf6, 0xdc, 0x4f, 0x00, 0x9d, 0x53, + 0x46, 0xf1, 0xad, 0x28, 0xce, 0xf9, 0x9a, 0x51, 0x97, 0x80, 0x39, 0x69, 0xe5, 0xa2, 0x39, 0xfc, + 0x33, 0x43, 0x97, 0x4a, 0x9c, 0xd2, 0xa0, 0x3b, 0x83, 0x43, 0xc3, 0x34, 0xdc, 0x23, 0xf6, 0x7d, + 0x8e, 0xed, 0x0c, 0x04, 0xa9, 0x41, 0x2f, 0x6c, 0xe1, 0x57, 0x86, 0xa7, 0x76, 0x2d, 0x1d, 0xd3, + 0x98, 0x2e, 0x28, 0x45, 0x42, 0xd8, 0xb2, 0x74, 0x1c, 0xcc, 0xbc, 0xe2, 0xeb, 0xcd, 0xbc, 0x52, + 0x6c, 0xe6, 0x9d, 0x82, 0x39, 0x07, 0x6b, 0xae, 0x65, 0xf2, 0x7d, 0x3c, 0x7f, 0x23, 0x43, 0x33, + 0xc0, 0xae, 0x4b, 0x5a, 0xe2, 0xe5, 0x1a, 0x7f, 0x0d, 0x95, 0x99, 0x0b, 0x63, 0xcb, 0xcc, 0x11, + 0xa7, 0x48, 0xb1, 0x32, 0xb3, 0x32, 0xb6, 0xcc, 0x9c, 0xe8, 0x10, 0x29, 0x28, 0xb4, 0x17, 0x27, + 0x2b, 0xb4, 0xc3, 0x75, 0xe9, 0x52, 0xa4, 0x2e, 0xfd, 0x2e, 0x27, 0xeb, 0xaf, 0x25, 0x58, 0x4d, + 0x4c, 0x2b, 0x3e, 0x5d, 0x6f, 0xc7, 0x8e, 0x99, 0xd6, 0xc7, 0xfa, 0xcc, 0x3f, 0x65, 0x7a, 0x1c, + 0x39, 0x65, 0x7a, 0x7f, 0xbc, 0xe0, 0x1b, 0x3f, 0x64, 0xfa, 0x23, 0x09, 0xce, 0xed, 0xdb, 0x7a, + 0xac, 0xc2, 0xe3, 0xdb, 0xfe, 0xc9, 0x13, 0xc7, 0x7d, 0x51, 0xeb, 0xe7, 0xa6, 0x05, 0x64, 0x98, + 0x9c, 0x2c, 0xc3, 0xf9, 0x6c, 0x33, 0x78, 0xc9, 0xf4, 0x63, 0x58, 0xda, 0x79, 0x85, 0xbb, 0x9d, + 0x63, 0xb3, 0x3b, 0x85, 0x69, 0x55, 0xc8, 0x77, 0x07, 0x3a, 0x87, 0x53, 0xc9, 0x63, 0xb8, 0x0a, + 0xcc, 0x47, 0xab, 0x40, 0x15, 0xaa, 0x41, 0x0b, 0x7c, 0x78, 0x4f, 0x91, 0xe1, 0xd5, 0x09, 0x33, + 0x51, 0xbe, 0xa0, 0xf0, 0x37, 0x4e, 0xc7, 0x0e, 0xbb, 0x93, 0xc1, 0xe8, 0xd8, 0x71, 0xa2, 0xd9, + 0x22, 0x1f, 0xcd, 0x16, 0xf2, 0x9f, 0x49, 0x50, 0x26, 0x2d, 0x7c, 0x2b, 0xfb, 0xf9, 0x56, 0x2b, + 0x1f, 0x6c, 0xb5, 0xfc, 0x1d, 0xdb, 0x6c, 0x78, 0xc7, 0x16, 0x58, 0x5e, 0xa0, 0xe4, 0xa4, 0xe5, + 0x73, 0x3e, 0x1d, 0x3b, 0x8e, 0x7c, 0x1e, 0x16, 0x98, 0x6d, 0xbc, 0xe7, 0x55, 0xc8, 0x0f, 0x9d, + 0xbe, 0x88, 0xa3, 0xa1, 0xd3, 0x97, 0xff, 0x58, 0x82, 0x4a, 0xc3, 0xf3, 0xb4, 0xee, 0xd1, 0x14, + 0x1d, 0xf0, 0x8d, 0xcb, 0x85, 0x8d, 0x4b, 0x76, 0x22, 0x30, 0x77, 0x36, 0xc3, 0xdc, 0x42, 0xc4, + 0x5c, 0x19, 0x16, 0x85, 0x2d, 0x99, 0x06, 0xb7, 0x00, 0xb5, 0x2d, 0xc7, 0x7b, 0x64, 0x39, 0x2f, + 0x35, 0x47, 0x9f, 0x6e, 0x07, 0x86, 0x60, 0x96, 0x5f, 0xe2, 0xcd, 0x5f, 0x29, 0x28, 0xf4, 0x59, + 0xbe, 0x0c, 0x27, 0x22, 0xfa, 0x32, 0x1b, 0x7e, 0x00, 0x65, 0x9a, 0xf7, 0x79, 0x29, 0x7e, 0x33, + 0x7c, 0xae, 0x33, 0xd1, 0x2a, 0x21, 0xff, 0x2e, 0x2c, 0x93, 0xfa, 0x80, 0xd2, 0xfd, 0xa9, 0xf8, + 0x83, 0x58, 0x9d, 0x7a, 0x36, 0x43, 0x51, 0xac, 0x46, 0xfd, 0x1b, 0x09, 0x0a, 0x94, 0x9e, 0x58, + 0xb3, 0xcf, 0x40, 0xc9, 0xc1, 0xb6, 0xa5, 0x7a, 0x5a, 0xcf, 0xbf, 0x32, 0x4d, 0x08, 0x7b, 0x5a, + 0xcf, 0xa5, 0x37, 0xbe, 0xc9, 0x47, 0xdd, 0xe8, 0x61, 0xd7, 0x13, 0xf7, 0xa6, 0xcb, 0x84, 0xb6, + 0xcd, 0x48, 0xc4, 0x49, 0xae, 0xf1, 0xfb, 0xac, 0xee, 0x9c, 0x55, 0xe8, 0x33, 0xda, 0x60, 0xb7, + 0xf8, 0x26, 0xc1, 0xde, 0xe9, 0x1d, 0xbf, 0x3a, 0x14, 0x63, 0x70, 0xbb, 0xff, 0x2e, 0xef, 0x00, + 0x0a, 0x7b, 0x81, 0xfb, 0xfb, 0x06, 0xcc, 0x51, 0x27, 0x89, 0xea, 0x68, 0x35, 0xc3, 0x0d, 0x0a, + 0x67, 0x93, 0x35, 0x40, 0xcc, 0xc1, 0x91, 0x8a, 0x68, 0xfa, 0x51, 0x19, 0x51, 0x21, 0xfd, 0x9d, + 0x04, 0x27, 0x22, 0x6d, 0x70, 0x5b, 0xaf, 0x47, 0x1b, 0xc9, 0x34, 0x95, 0x37, 0xb0, 0x15, 0x59, + 0x12, 0x6e, 0x64, 0x99, 0xf4, 0x1b, 0x5a, 0x0e, 0xfe, 0x41, 0x02, 0x68, 0x0c, 0xbd, 0x23, 0x8e, + 0x0c, 0x86, 0x47, 0x46, 0x8a, 0x8e, 0x0c, 0xf9, 0x66, 0x6b, 0xae, 0xfb, 0xd2, 0x72, 0xc4, 0x9e, + 0xc6, 0x7f, 0xa7, 0x18, 0xde, 0xd0, 0x3b, 0x12, 0x67, 0x66, 0xe4, 0x19, 0x5d, 0x84, 0x45, 0x76, + 0x4d, 0x5f, 0xd5, 0x74, 0xdd, 0xc1, 0xae, 0xcb, 0x0f, 0xcf, 0x2a, 0x8c, 0xda, 0x60, 0x44, 0xc2, + 0x66, 0x50, 0x54, 0xdb, 0x3b, 0x56, 0x3d, 0xeb, 0x39, 0x36, 0xf9, 0xde, 0xa4, 0x22, 0xa8, 0x7b, + 0x84, 0xc8, 0x4e, 0x11, 0x7a, 0x86, 0xeb, 0x39, 0x82, 0x4d, 0x1c, 0xd4, 0x70, 0x2a, 0x65, 0x23, + 0x83, 0x52, 0x6d, 0x0f, 0xfb, 0x7d, 0xe6, 0xe2, 0xd7, 0x1f, 0xf6, 0xf7, 0x78, 0x87, 0x72, 0x59, + 0x31, 0x1d, 0x38, 0x8d, 0x77, 0xf7, 0x0d, 0x82, 0x30, 0xef, 0xc1, 0x72, 0xa8, 0x0f, 0x3c, 0xac, + 0x22, 0x45, 0xa4, 0x14, 0x2d, 0x22, 0xe5, 0xc7, 0x80, 0x18, 0xee, 0xf0, 0x2d, 0xfb, 0x2d, 0x9f, + 0x84, 0x13, 0x11, 0x45, 0x7c, 0x25, 0xbe, 0x06, 0x15, 0x7e, 0x25, 0x8a, 0x07, 0xca, 0x69, 0x28, + 0x92, 0x8c, 0xda, 0x35, 0x74, 0x71, 0xa0, 0x3a, 0x6f, 0x5b, 0xfa, 0x96, 0xa1, 0x3b, 0xf2, 0xa7, + 0x50, 0x51, 0x58, 0x3b, 0x9c, 0xf7, 0x11, 0x2c, 0xf2, 0x0b, 0x54, 0x6a, 0xe4, 0x66, 0x64, 0xda, + 0xcd, 0xfb, 0x70, 0x23, 0x4a, 0xc5, 0x0c, 0xbf, 0xca, 0x3a, 0xd4, 0x59, 0xc9, 0x10, 0x51, 0x2f, + 0x3a, 0xfb, 0x08, 0xc4, 0x8d, 0x81, 0xb1, 0xad, 0x44, 0xe5, 0x2b, 0x4e, 0xf8, 0x55, 0x3e, 0x0b, + 0x67, 0x52, 0x5b, 0xe1, 0x9e, 0xb0, 0xa1, 0x1a, 0x7c, 0x60, 0xf7, 0xf7, 0xfc, 0x13, 0x63, 0x29, + 0x74, 0x62, 0x7c, 0xca, 0x2f, 0x12, 0x73, 0x62, 0x11, 0xa3, 0x15, 0x60, 0x50, 0xee, 0xe7, 0xb3, + 0xca, 0xfd, 0xd9, 0x48, 0xb9, 0x2f, 0x77, 0x7c, 0x7f, 0xf2, 0x6d, 0xd8, 0x43, 0xba, 0x5d, 0x64, + 0x6d, 0x8b, 0x84, 0x28, 0x8f, 0xea, 0x25, 0x63, 0x55, 0x42, 0x52, 0xf2, 0x55, 0xa8, 0x44, 0x53, + 0x63, 0x28, 0xcf, 0x49, 0x89, 0x3c, 0xb7, 0x18, 0x4b, 0x71, 0x1f, 0xc6, 0x2a, 0xe0, 0x6c, 0x1f, + 0xc7, 0xea, 0xdf, 0x7b, 0x91, 0x64, 0x77, 0x2d, 0xe5, 0xb0, 0xf7, 0x37, 0x94, 0xe7, 0x56, 0xf8, + 0x7a, 0xf0, 0xc8, 0x25, 0xf2, 0xbc, 0xd3, 0xf2, 0x05, 0x28, 0xef, 0x67, 0xfd, 0xac, 0x63, 0x56, + 0x5c, 0xac, 0xb8, 0x05, 0x2b, 0x8f, 0x8c, 0x3e, 0x76, 0x8f, 0x5d, 0x0f, 0x0f, 0x9a, 0x34, 0x29, + 0x1d, 0x1a, 0xd8, 0x41, 0x6b, 0x00, 0x74, 0x0b, 0x63, 0x5b, 0x86, 0x7f, 0xdb, 0x3f, 0x44, 0x91, + 0xff, 0x53, 0x82, 0xa5, 0x40, 0x70, 0x9f, 0x6e, 0xdd, 0xde, 0x82, 0x12, 0xe9, 0xaf, 0xeb, 0x69, + 0x03, 0x5b, 0x9c, 0x67, 0xf9, 0x04, 0x74, 0x17, 0x0a, 0x87, 0xae, 0x80, 0x8c, 0x52, 0x01, 0xf4, + 0x34, 0x43, 0x94, 0xd9, 0x43, 0xb7, 0xa9, 0xa3, 0x8f, 0x00, 0x86, 0x2e, 0xd6, 0xf9, 0x19, 0x56, + 0x3e, 0xab, 0x5a, 0xd8, 0x0f, 0x1f, 0x84, 0x13, 0x01, 0x76, 0x27, 0xe3, 0x1e, 0x94, 0x0d, 0xd3, + 0xd2, 0x31, 0x3d, 0x9c, 0xd4, 0x39, 0xaa, 0x34, 0x46, 0x1c, 0x98, 0xc4, 0xbe, 0x8b, 0x75, 0x19, + 0xf3, 0xb5, 0x50, 0xf8, 0x97, 0x07, 0x4a, 0x0b, 0x96, 0x59, 0xd2, 0x3a, 0xf4, 0x0d, 0x17, 0x11, + 0xbb, 0x3e, 0xaa, 0x77, 0xd4, 0x5b, 0x4a, 0xd5, 0xe0, 0xa5, 0x8d, 0x10, 0x95, 0xef, 0xc0, 0xc9, + 0xc8, 0x0e, 0x69, 0x8a, 0x2d, 0x8b, 0xdc, 0x8e, 0x01, 0x25, 0x41, 0x38, 0x73, 0x18, 0x42, 0x44, + 0xf3, 0x38, 0x18, 0xc2, 0x65, 0x30, 0x84, 0x2b, 0x7f, 0x01, 0xa7, 0x23, 0x88, 0x4e, 0xc4, 0xa2, + 0x7b, 0xb1, 0xca, 0xed, 0xd2, 0x38, 0xad, 0xb1, 0x12, 0xee, 0x7f, 0x24, 0x58, 0x49, 0x63, 0x78, + 0x4d, 0xc4, 0xf1, 0xc7, 0x19, 0x17, 0xf5, 0x6e, 0x4f, 0x66, 0xd6, 0x6f, 0x05, 0xad, 0xdd, 0x83, + 0x7a, 0x9a, 0x3f, 0x93, 0xa3, 0x94, 0x9f, 0x66, 0x94, 0x7e, 0x9e, 0x0f, 0x21, 0xef, 0x0d, 0xcf, + 0x73, 0x8c, 0x83, 0x21, 0x09, 0xf9, 0x37, 0x8e, 0x66, 0x35, 0x7d, 0x5c, 0x86, 0xb9, 0xf6, 0xe6, + 0x08, 0xf1, 0xc0, 0x8e, 0x54, 0x6c, 0xe6, 0xb3, 0x28, 0x36, 0xc3, 0x30, 0xf5, 0x5b, 0x93, 0xe9, + 0xfb, 0xde, 0x02, 0xa0, 0x3f, 0xcf, 0xc1, 0x62, 0x74, 0x88, 0xd0, 0x0e, 0x80, 0xe6, 0x5b, 0xce, + 0x27, 0xca, 0xc5, 0x89, 0xba, 0xa9, 0x84, 0x04, 0xd1, 0xbb, 0x90, 0xef, 0xda, 0x43, 0x3e, 0x6a, + 0x29, 0x87, 0xc1, 0x5b, 0xf6, 0x90, 0x65, 0x14, 0xc2, 0x46, 0xf6, 0x54, 0xec, 0x6c, 0x3f, 0x3b, + 0x4b, 0x3e, 0xa3, 0xdf, 0x99, 0x0c, 0x67, 0x46, 0x4f, 0x60, 0xf1, 0xa5, 0x63, 0x78, 0xda, 0x41, + 0x1f, 0xab, 0x7d, 0xed, 0x18, 0x3b, 0x3c, 0x4b, 0x4e, 0x90, 0xc8, 0x2a, 0x42, 0xf0, 0x29, 0x91, + 0x93, 0xff, 0x10, 0x8a, 0xc2, 0xa2, 0x31, 0x2b, 0xc2, 0x1e, 0xac, 0x0e, 0x09, 0x9b, 0x4a, 0xef, + 0xca, 0x99, 0x9a, 0x69, 0xa9, 0x2e, 0x26, 0xcb, 0xb8, 0xf8, 0x5d, 0xc0, 0x98, 0x14, 0xbd, 0x42, + 0xa5, 0xb7, 0x2c, 0x07, 0xb7, 0x34, 0xd3, 0xea, 0x30, 0x51, 0xf9, 0x05, 0x94, 0x43, 0x1d, 0x1c, + 0x63, 0x42, 0x13, 0x96, 0xc5, 0x51, 0xbc, 0x8b, 0x3d, 0xbe, 0xbc, 0x4c, 0xd4, 0xf8, 0x12, 0x97, + 0xeb, 0x60, 0x8f, 0x5d, 0x9f, 0xb8, 0x07, 0xa7, 0x15, 0x6c, 0xd9, 0xd8, 0xf4, 0xc7, 0xf3, 0xa9, + 0xd5, 0x9b, 0x22, 0x83, 0xbf, 0x05, 0xf5, 0x34, 0x79, 0x96, 0x1f, 0xae, 0x5d, 0x82, 0xa2, 0xf8, + 0x8d, 0x2e, 0x9a, 0x87, 0xfc, 0xde, 0x56, 0xbb, 0x3a, 0x43, 0x1e, 0xf6, 0xb7, 0xdb, 0x55, 0x09, + 0x15, 0x61, 0xb6, 0xb3, 0xb5, 0xd7, 0xae, 0xe6, 0xae, 0x0d, 0xa0, 0x1a, 0xff, 0x81, 0x2a, 0x5a, + 0x85, 0x13, 0x6d, 0x65, 0xb7, 0xdd, 0x78, 0xdc, 0xd8, 0x6b, 0xee, 0xb6, 0xd4, 0xb6, 0xd2, 0xfc, + 0xa4, 0xb1, 0xb7, 0x53, 0x9d, 0x41, 0xeb, 0x70, 0x36, 0xfc, 0xe1, 0xc9, 0x6e, 0x67, 0x4f, 0xdd, + 0xdb, 0x55, 0xb7, 0x76, 0x5b, 0x7b, 0x8d, 0x66, 0x6b, 0x47, 0xa9, 0x4a, 0xe8, 0x2c, 0x9c, 0x0e, + 0xb3, 0x3c, 0x6c, 0x6e, 0x37, 0x95, 0x9d, 0x2d, 0xf2, 0xdc, 0x78, 0x5a, 0xcd, 0x5d, 0xbb, 0x09, + 0x95, 0xc8, 0xef, 0x49, 0x89, 0x49, 0xed, 0xdd, 0xed, 0xea, 0x0c, 0xaa, 0x40, 0x29, 0xac, 0xa7, + 0x08, 0xb3, 0xad, 0xdd, 0xed, 0x9d, 0x6a, 0xee, 0xda, 0x1d, 0x58, 0x8a, 0xdd, 0xef, 0x45, 0xcb, + 0x50, 0xe9, 0x34, 0x5a, 0xdb, 0x0f, 0x77, 0x3f, 0x53, 0x95, 0x9d, 0xc6, 0xf6, 0xe7, 0xd5, 0x19, + 0xb4, 0x02, 0x55, 0x41, 0x6a, 0xed, 0xee, 0x31, 0xaa, 0x74, 0xed, 0x79, 0x6c, 0x8e, 0x61, 0x74, + 0x12, 0x96, 0xfd, 0x66, 0xd4, 0x2d, 0x65, 0xa7, 0xb1, 0xb7, 0x43, 0x5a, 0x8f, 0x90, 0x95, 0xfd, + 0x56, 0xab, 0xd9, 0x7a, 0x5c, 0x95, 0x88, 0xd6, 0x80, 0xbc, 0xf3, 0x59, 0x93, 0x30, 0xe7, 0xa2, + 0xcc, 0xfb, 0xad, 0x1f, 0xb6, 0x76, 0x3f, 0x6d, 0x55, 0xf3, 0x9b, 0xbf, 0x5c, 0x86, 0x45, 0x51, + 0xe8, 0x61, 0x87, 0xde, 0x6a, 0x69, 0xc3, 0xbc, 0xf8, 0xcd, 0x77, 0x4a, 0x86, 0x8e, 0xfe, 0x52, + 0xbd, 0xbe, 0x3e, 0x82, 0x83, 0xd7, 0xdb, 0x33, 0xe8, 0x80, 0xd6, 0xbf, 0xa1, 0xfb, 0xd6, 0x97, + 0x52, 0xab, 0xcd, 0xc4, 0x15, 0xef, 0xfa, 0xe5, 0xb1, 0x7c, 0x7e, 0x1b, 0x98, 0x94, 0xb8, 0xe1, + 0x5f, 0x34, 0xa1, 0xcb, 0x69, 0xb5, 0x69, 0xca, 0x4f, 0xa6, 0xea, 0x57, 0xc6, 0x33, 0xfa, 0xcd, + 0x3c, 0x87, 0x6a, 0xfc, 0xd7, 0x4d, 0x28, 0x05, 0x3a, 0xcd, 0xf8, 0x09, 0x55, 0xfd, 0xda, 0x24, + 0xac, 0xe1, 0xc6, 0x12, 0xbf, 0xd7, 0xb9, 0x3a, 0xc9, 0xef, 0x1a, 0x32, 0x1b, 0xcb, 0xfa, 0x09, + 0x04, 0x73, 0x60, 0xf4, 0x8a, 0x34, 0x4a, 0xfd, 0x71, 0x4c, 0xca, 0x4d, 0xfc, 0x34, 0x07, 0xa6, + 0xdf, 0xb6, 0x96, 0x67, 0xd0, 0x11, 0x2c, 0xc5, 0xae, 0x27, 0xa0, 0x14, 0xf1, 0xf4, 0x7b, 0x18, + 0xf5, 0xab, 0x13, 0x70, 0x46, 0x23, 0x22, 0x7c, 0x1d, 0x21, 0x3d, 0x22, 0x52, 0x2e, 0x3b, 0xa4, + 0x47, 0x44, 0xea, 0xcd, 0x06, 0x1a, 0xdc, 0x91, 0x6b, 0x08, 0x69, 0xc1, 0x9d, 0x76, 0xf9, 0xa1, + 0x7e, 0x79, 0x2c, 0x5f, 0xd8, 0x69, 0xb1, 0x4b, 0x09, 0x69, 0x4e, 0x4b, 0xbf, 0xf4, 0x50, 0xbf, + 0x3a, 0x01, 0x67, 0x3c, 0x0a, 0x82, 0x23, 0xce, 0xac, 0x28, 0x48, 0x1c, 0xc8, 0x67, 0x45, 0x41, + 0xf2, 0xb4, 0x94, 0x47, 0x41, 0xec, 0x68, 0xf2, 0xca, 0x04, 0x47, 0x29, 0xd9, 0x51, 0x90, 0x7e, + 0xe8, 0x22, 0xcf, 0xa0, 0x9f, 0x49, 0x50, 0xcb, 0x3a, 0xa6, 0x40, 0x29, 0xf5, 0xdd, 0x98, 0x93, + 0x95, 0xfa, 0xe6, 0x34, 0x22, 0xbe, 0x15, 0x5f, 0x01, 0x4a, 0xae, 0x7b, 0xe8, 0x9d, 0xb4, 0x91, + 0xc9, 0x58, 0x5d, 0xeb, 0xef, 0x4e, 0xc6, 0xec, 0x37, 0xd9, 0x81, 0xa2, 0x38, 0x18, 0x41, 0x29, + 0x59, 0x3a, 0x76, 0x2c, 0x53, 0x97, 0x47, 0xb1, 0xf8, 0x4a, 0x1f, 0xc3, 0x2c, 0xa1, 0xa2, 0xb3, + 0xe9, 0xdc, 0x42, 0xd9, 0x5a, 0xd6, 0x67, 0x5f, 0xd1, 0x33, 0x98, 0x63, 0x27, 0x01, 0x28, 0x05, + 0x79, 0x88, 0x9c, 0x57, 0xd4, 0xcf, 0x67, 0x33, 0xf8, 0xea, 0xbe, 0x64, 0xff, 0x0e, 0x84, 0x83, + 0xfc, 0xe8, 0xed, 0xf4, 0xdf, 0x57, 0x47, 0xcf, 0x14, 0xea, 0x17, 0xc7, 0x70, 0x85, 0x27, 0x45, + 0xac, 0xea, 0xbd, 0x3c, 0x76, 0xeb, 0x92, 0x3d, 0x29, 0xd2, 0x37, 0x47, 0x2c, 0x48, 0x92, 0x9b, + 0xa7, 0xb4, 0x20, 0xc9, 0xdc, 0xb2, 0xa6, 0x05, 0x49, 0xf6, 0x7e, 0x4c, 0x9e, 0x41, 0x1e, 0x9c, + 0x48, 0x81, 0xca, 0xd0, 0xbb, 0x59, 0x41, 0x9e, 0x86, 0xdb, 0xd5, 0xaf, 0x4f, 0xc8, 0x1d, 0x1e, + 0x7c, 0x3e, 0xe9, 0xcf, 0x65, 0xe3, 0x47, 0x99, 0x83, 0x1f, 0x9f, 0xe2, 0x9b, 0xff, 0x92, 0x87, + 0x05, 0x06, 0x83, 0xf2, 0x0a, 0xe6, 0x73, 0x80, 0xe0, 0x04, 0x02, 0x5d, 0x48, 0xf7, 0x49, 0xe4, + 0x94, 0xa6, 0xfe, 0xf6, 0x68, 0xa6, 0x70, 0xa0, 0x85, 0xd0, 0xfc, 0xb4, 0x40, 0x4b, 0x1e, 0x5a, + 0xa4, 0x05, 0x5a, 0xca, 0x91, 0x80, 0x3c, 0x83, 0x3e, 0x81, 0x92, 0x0f, 0x1b, 0xa3, 0x34, 0xd8, + 0x39, 0x86, 0x8b, 0xd7, 0x2f, 0x8c, 0xe4, 0x09, 0x5b, 0x1d, 0xc2, 0x84, 0xd3, 0xac, 0x4e, 0x62, + 0xcf, 0x69, 0x56, 0xa7, 0x01, 0xcb, 0x81, 0x4f, 0x18, 0x72, 0x94, 0xe9, 0x93, 0x08, 0x70, 0x97, + 0xe9, 0x93, 0x28, 0xfc, 0x24, 0xcf, 0x3c, 0xbc, 0xf4, 0xab, 0xaf, 0xd7, 0xa4, 0x7f, 0xfa, 0x7a, + 0x6d, 0xe6, 0xa7, 0xdf, 0xac, 0x49, 0xbf, 0xfa, 0x66, 0x4d, 0xfa, 0xc7, 0x6f, 0xd6, 0xa4, 0x7f, + 0xfd, 0x66, 0x4d, 0xfa, 0xd3, 0x7f, 0x5b, 0x9b, 0xf9, 0x51, 0x51, 0x48, 0x1f, 0xcc, 0xd1, 0x7f, + 0xea, 0xf3, 0xfe, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x2b, 0xc2, 0x99, 0xc9, 0x9a, 0x49, 0x00, 0x00, } diff --git a/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.proto b/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.proto index 4564de5e3c3..0290d0f240f 100644 --- a/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.proto +++ b/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.proto @@ -396,10 +396,17 @@ message PodSandboxStatusRequest { bool verbose = 2; } +// PodIP represents an ip of a Pod +message PodIP{ + // an ip is a string representation of an IPv4 or an IPv6 + string ip = 1; +} // PodSandboxNetworkStatus is the status of the network for a PodSandbox. message PodSandboxNetworkStatus { // IP address of the PodSandbox. string ip = 1; + // list of additional ips (not inclusive of PodSandboxNetworkStatus.Ip) of the PodSandBoxNetworkStatus + repeated PodIP additional_ips = 2; } // Namespace contains paths to the namespaces.