|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
|
// Code generated by protoc-gen-go.
|
|
|
|
|
// source: hapi/services/tiller.proto
|
|
|
|
|
// DO NOT EDIT!
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
Package services is a generated protocol buffer package.
|
|
|
|
@ -15,6 +16,8 @@ It has these top-level messages:
|
|
|
|
|
GetReleaseStatusResponse
|
|
|
|
|
GetReleaseContentRequest
|
|
|
|
|
GetReleaseContentResponse
|
|
|
|
|
GetReleaseLogsRequest
|
|
|
|
|
GetReleaseLogsResponse
|
|
|
|
|
UpdateReleaseRequest
|
|
|
|
|
UpdateReleaseResponse
|
|
|
|
|
RollbackReleaseRequest
|
|
|
|
@ -38,6 +41,7 @@ import math "math"
|
|
|
|
|
import hapi_chart3 "k8s.io/helm/pkg/proto/hapi/chart"
|
|
|
|
|
import hapi_chart "k8s.io/helm/pkg/proto/hapi/chart"
|
|
|
|
|
import hapi_release5 "k8s.io/helm/pkg/proto/hapi/release"
|
|
|
|
|
import hapi_release6 "k8s.io/helm/pkg/proto/hapi/release"
|
|
|
|
|
import hapi_release4 "k8s.io/helm/pkg/proto/hapi/release"
|
|
|
|
|
import hapi_release1 "k8s.io/helm/pkg/proto/hapi/release"
|
|
|
|
|
import hapi_release3 "k8s.io/helm/pkg/proto/hapi/release"
|
|
|
|
@ -350,6 +354,38 @@ func (m *GetReleaseContentResponse) GetRelease() *hapi_release5.Release {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type GetReleaseLogsRequest struct {
|
|
|
|
|
Subscription *hapi_release6.LogSubscription `protobuf:"bytes,1,opt,name=subscription" json:"subscription,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *GetReleaseLogsRequest) Reset() { *m = GetReleaseLogsRequest{} }
|
|
|
|
|
func (m *GetReleaseLogsRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GetReleaseLogsRequest) ProtoMessage() {}
|
|
|
|
|
func (*GetReleaseLogsRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
|
|
|
|
|
|
|
|
|
|
func (m *GetReleaseLogsRequest) GetSubscription() *hapi_release6.LogSubscription {
|
|
|
|
|
if m != nil {
|
|
|
|
|
return m.Subscription
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type GetReleaseLogsResponse struct {
|
|
|
|
|
Log *hapi_release6.Log `protobuf:"bytes,1,opt,name=log" json:"log,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *GetReleaseLogsResponse) Reset() { *m = GetReleaseLogsResponse{} }
|
|
|
|
|
func (m *GetReleaseLogsResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GetReleaseLogsResponse) ProtoMessage() {}
|
|
|
|
|
func (*GetReleaseLogsResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
|
|
|
|
|
|
|
|
|
|
func (m *GetReleaseLogsResponse) GetLog() *hapi_release6.Log {
|
|
|
|
|
if m != nil {
|
|
|
|
|
return m.Log
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// UpdateReleaseRequest updates a release.
|
|
|
|
|
type UpdateReleaseRequest struct {
|
|
|
|
|
// The name of the release
|
|
|
|
@ -381,7 +417,7 @@ type UpdateReleaseRequest struct {
|
|
|
|
|
func (m *UpdateReleaseRequest) Reset() { *m = UpdateReleaseRequest{} }
|
|
|
|
|
func (m *UpdateReleaseRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*UpdateReleaseRequest) ProtoMessage() {}
|
|
|
|
|
func (*UpdateReleaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
|
|
|
|
|
func (*UpdateReleaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} }
|
|
|
|
|
|
|
|
|
|
func (m *UpdateReleaseRequest) GetName() string {
|
|
|
|
|
if m != nil {
|
|
|
|
@ -468,7 +504,7 @@ type UpdateReleaseResponse struct {
|
|
|
|
|
func (m *UpdateReleaseResponse) Reset() { *m = UpdateReleaseResponse{} }
|
|
|
|
|
func (m *UpdateReleaseResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*UpdateReleaseResponse) ProtoMessage() {}
|
|
|
|
|
func (*UpdateReleaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
|
|
|
|
|
func (*UpdateReleaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{10} }
|
|
|
|
|
|
|
|
|
|
func (m *UpdateReleaseResponse) GetRelease() *hapi_release5.Release {
|
|
|
|
|
if m != nil {
|
|
|
|
@ -500,7 +536,7 @@ type RollbackReleaseRequest struct {
|
|
|
|
|
func (m *RollbackReleaseRequest) Reset() { *m = RollbackReleaseRequest{} }
|
|
|
|
|
func (m *RollbackReleaseRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*RollbackReleaseRequest) ProtoMessage() {}
|
|
|
|
|
func (*RollbackReleaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} }
|
|
|
|
|
func (*RollbackReleaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{11} }
|
|
|
|
|
|
|
|
|
|
func (m *RollbackReleaseRequest) GetName() string {
|
|
|
|
|
if m != nil {
|
|
|
|
@ -566,7 +602,7 @@ type RollbackReleaseResponse struct {
|
|
|
|
|
func (m *RollbackReleaseResponse) Reset() { *m = RollbackReleaseResponse{} }
|
|
|
|
|
func (m *RollbackReleaseResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*RollbackReleaseResponse) ProtoMessage() {}
|
|
|
|
|
func (*RollbackReleaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{10} }
|
|
|
|
|
func (*RollbackReleaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{12} }
|
|
|
|
|
|
|
|
|
|
func (m *RollbackReleaseResponse) GetRelease() *hapi_release5.Release {
|
|
|
|
|
if m != nil {
|
|
|
|
@ -605,7 +641,7 @@ type InstallReleaseRequest struct {
|
|
|
|
|
func (m *InstallReleaseRequest) Reset() { *m = InstallReleaseRequest{} }
|
|
|
|
|
func (m *InstallReleaseRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*InstallReleaseRequest) ProtoMessage() {}
|
|
|
|
|
func (*InstallReleaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{11} }
|
|
|
|
|
func (*InstallReleaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{13} }
|
|
|
|
|
|
|
|
|
|
func (m *InstallReleaseRequest) GetChart() *hapi_chart3.Chart {
|
|
|
|
|
if m != nil {
|
|
|
|
@ -678,7 +714,7 @@ type InstallReleaseResponse struct {
|
|
|
|
|
func (m *InstallReleaseResponse) Reset() { *m = InstallReleaseResponse{} }
|
|
|
|
|
func (m *InstallReleaseResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*InstallReleaseResponse) ProtoMessage() {}
|
|
|
|
|
func (*InstallReleaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{12} }
|
|
|
|
|
func (*InstallReleaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{14} }
|
|
|
|
|
|
|
|
|
|
func (m *InstallReleaseResponse) GetRelease() *hapi_release5.Release {
|
|
|
|
|
if m != nil {
|
|
|
|
@ -702,7 +738,7 @@ type UninstallReleaseRequest struct {
|
|
|
|
|
func (m *UninstallReleaseRequest) Reset() { *m = UninstallReleaseRequest{} }
|
|
|
|
|
func (m *UninstallReleaseRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*UninstallReleaseRequest) ProtoMessage() {}
|
|
|
|
|
func (*UninstallReleaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{13} }
|
|
|
|
|
func (*UninstallReleaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{15} }
|
|
|
|
|
|
|
|
|
|
func (m *UninstallReleaseRequest) GetName() string {
|
|
|
|
|
if m != nil {
|
|
|
|
@ -743,7 +779,7 @@ type UninstallReleaseResponse struct {
|
|
|
|
|
func (m *UninstallReleaseResponse) Reset() { *m = UninstallReleaseResponse{} }
|
|
|
|
|
func (m *UninstallReleaseResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*UninstallReleaseResponse) ProtoMessage() {}
|
|
|
|
|
func (*UninstallReleaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{14} }
|
|
|
|
|
func (*UninstallReleaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{16} }
|
|
|
|
|
|
|
|
|
|
func (m *UninstallReleaseResponse) GetRelease() *hapi_release5.Release {
|
|
|
|
|
if m != nil {
|
|
|
|
@ -766,7 +802,7 @@ type GetVersionRequest struct {
|
|
|
|
|
func (m *GetVersionRequest) Reset() { *m = GetVersionRequest{} }
|
|
|
|
|
func (m *GetVersionRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GetVersionRequest) ProtoMessage() {}
|
|
|
|
|
func (*GetVersionRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{15} }
|
|
|
|
|
func (*GetVersionRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{17} }
|
|
|
|
|
|
|
|
|
|
type GetVersionResponse struct {
|
|
|
|
|
Version *hapi_version.Version `protobuf:"bytes,1,opt,name=Version" json:"Version,omitempty"`
|
|
|
|
@ -775,7 +811,7 @@ type GetVersionResponse struct {
|
|
|
|
|
func (m *GetVersionResponse) Reset() { *m = GetVersionResponse{} }
|
|
|
|
|
func (m *GetVersionResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GetVersionResponse) ProtoMessage() {}
|
|
|
|
|
func (*GetVersionResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{16} }
|
|
|
|
|
func (*GetVersionResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18} }
|
|
|
|
|
|
|
|
|
|
func (m *GetVersionResponse) GetVersion() *hapi_version.Version {
|
|
|
|
|
if m != nil {
|
|
|
|
@ -795,7 +831,7 @@ type GetHistoryRequest struct {
|
|
|
|
|
func (m *GetHistoryRequest) Reset() { *m = GetHistoryRequest{} }
|
|
|
|
|
func (m *GetHistoryRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GetHistoryRequest) ProtoMessage() {}
|
|
|
|
|
func (*GetHistoryRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{17} }
|
|
|
|
|
func (*GetHistoryRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{19} }
|
|
|
|
|
|
|
|
|
|
func (m *GetHistoryRequest) GetName() string {
|
|
|
|
|
if m != nil {
|
|
|
|
@ -819,7 +855,7 @@ type GetHistoryResponse struct {
|
|
|
|
|
func (m *GetHistoryResponse) Reset() { *m = GetHistoryResponse{} }
|
|
|
|
|
func (m *GetHistoryResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GetHistoryResponse) ProtoMessage() {}
|
|
|
|
|
func (*GetHistoryResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18} }
|
|
|
|
|
func (*GetHistoryResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{20} }
|
|
|
|
|
|
|
|
|
|
func (m *GetHistoryResponse) GetReleases() []*hapi_release5.Release {
|
|
|
|
|
if m != nil {
|
|
|
|
@ -841,7 +877,7 @@ type TestReleaseRequest struct {
|
|
|
|
|
func (m *TestReleaseRequest) Reset() { *m = TestReleaseRequest{} }
|
|
|
|
|
func (m *TestReleaseRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*TestReleaseRequest) ProtoMessage() {}
|
|
|
|
|
func (*TestReleaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{19} }
|
|
|
|
|
func (*TestReleaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{21} }
|
|
|
|
|
|
|
|
|
|
func (m *TestReleaseRequest) GetName() string {
|
|
|
|
|
if m != nil {
|
|
|
|
@ -873,7 +909,7 @@ type TestReleaseResponse struct {
|
|
|
|
|
func (m *TestReleaseResponse) Reset() { *m = TestReleaseResponse{} }
|
|
|
|
|
func (m *TestReleaseResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*TestReleaseResponse) ProtoMessage() {}
|
|
|
|
|
func (*TestReleaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{20} }
|
|
|
|
|
func (*TestReleaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{22} }
|
|
|
|
|
|
|
|
|
|
func (m *TestReleaseResponse) GetMsg() string {
|
|
|
|
|
if m != nil {
|
|
|
|
@ -897,6 +933,8 @@ func init() {
|
|
|
|
|
proto.RegisterType((*GetReleaseStatusResponse)(nil), "hapi.services.tiller.GetReleaseStatusResponse")
|
|
|
|
|
proto.RegisterType((*GetReleaseContentRequest)(nil), "hapi.services.tiller.GetReleaseContentRequest")
|
|
|
|
|
proto.RegisterType((*GetReleaseContentResponse)(nil), "hapi.services.tiller.GetReleaseContentResponse")
|
|
|
|
|
proto.RegisterType((*GetReleaseLogsRequest)(nil), "hapi.services.tiller.GetReleaseLogsRequest")
|
|
|
|
|
proto.RegisterType((*GetReleaseLogsResponse)(nil), "hapi.services.tiller.GetReleaseLogsResponse")
|
|
|
|
|
proto.RegisterType((*UpdateReleaseRequest)(nil), "hapi.services.tiller.UpdateReleaseRequest")
|
|
|
|
|
proto.RegisterType((*UpdateReleaseResponse)(nil), "hapi.services.tiller.UpdateReleaseResponse")
|
|
|
|
|
proto.RegisterType((*RollbackReleaseRequest)(nil), "hapi.services.tiller.RollbackReleaseRequest")
|
|
|
|
@ -935,6 +973,8 @@ type ReleaseServiceClient interface {
|
|
|
|
|
GetReleaseStatus(ctx context.Context, in *GetReleaseStatusRequest, opts ...grpc.CallOption) (*GetReleaseStatusResponse, error)
|
|
|
|
|
// GetReleaseContent retrieves the release content (chart + value) for the specified release.
|
|
|
|
|
GetReleaseContent(ctx context.Context, in *GetReleaseContentRequest, opts ...grpc.CallOption) (*GetReleaseContentResponse, error)
|
|
|
|
|
// GetReleaseLogs returns a stream of logging information from the release
|
|
|
|
|
GetReleaseLogs(ctx context.Context, opts ...grpc.CallOption) (ReleaseService_GetReleaseLogsClient, error)
|
|
|
|
|
// UpdateRelease updates release content.
|
|
|
|
|
UpdateRelease(ctx context.Context, in *UpdateReleaseRequest, opts ...grpc.CallOption) (*UpdateReleaseResponse, error)
|
|
|
|
|
// InstallRelease requests installation of a chart as a new release.
|
|
|
|
@ -1011,6 +1051,37 @@ func (c *releaseServiceClient) GetReleaseContent(ctx context.Context, in *GetRel
|
|
|
|
|
return out, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (c *releaseServiceClient) GetReleaseLogs(ctx context.Context, opts ...grpc.CallOption) (ReleaseService_GetReleaseLogsClient, error) {
|
|
|
|
|
stream, err := grpc.NewClientStream(ctx, &_ReleaseService_serviceDesc.Streams[1], c.cc, "/hapi.services.tiller.ReleaseService/GetReleaseLogs", opts...)
|
|
|
|
|
if err != nil {
|
|
|
|
|
return nil, err
|
|
|
|
|
}
|
|
|
|
|
x := &releaseServiceGetReleaseLogsClient{stream}
|
|
|
|
|
return x, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ReleaseService_GetReleaseLogsClient interface {
|
|
|
|
|
Send(*GetReleaseLogsRequest) error
|
|
|
|
|
Recv() (*GetReleaseLogsResponse, error)
|
|
|
|
|
grpc.ClientStream
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type releaseServiceGetReleaseLogsClient struct {
|
|
|
|
|
grpc.ClientStream
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *releaseServiceGetReleaseLogsClient) Send(m *GetReleaseLogsRequest) error {
|
|
|
|
|
return x.ClientStream.SendMsg(m)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *releaseServiceGetReleaseLogsClient) Recv() (*GetReleaseLogsResponse, error) {
|
|
|
|
|
m := new(GetReleaseLogsResponse)
|
|
|
|
|
if err := x.ClientStream.RecvMsg(m); err != nil {
|
|
|
|
|
return nil, err
|
|
|
|
|
}
|
|
|
|
|
return m, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (c *releaseServiceClient) UpdateRelease(ctx context.Context, in *UpdateReleaseRequest, opts ...grpc.CallOption) (*UpdateReleaseResponse, error) {
|
|
|
|
|
out := new(UpdateReleaseResponse)
|
|
|
|
|
err := grpc.Invoke(ctx, "/hapi.services.tiller.ReleaseService/UpdateRelease", in, out, c.cc, opts...)
|
|
|
|
@ -1066,7 +1137,7 @@ func (c *releaseServiceClient) GetHistory(ctx context.Context, in *GetHistoryReq
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (c *releaseServiceClient) RunReleaseTest(ctx context.Context, in *TestReleaseRequest, opts ...grpc.CallOption) (ReleaseService_RunReleaseTestClient, error) {
|
|
|
|
|
stream, err := grpc.NewClientStream(ctx, &_ReleaseService_serviceDesc.Streams[1], c.cc, "/hapi.services.tiller.ReleaseService/RunReleaseTest", opts...)
|
|
|
|
|
stream, err := grpc.NewClientStream(ctx, &_ReleaseService_serviceDesc.Streams[2], c.cc, "/hapi.services.tiller.ReleaseService/RunReleaseTest", opts...)
|
|
|
|
|
if err != nil {
|
|
|
|
|
return nil, err
|
|
|
|
|
}
|
|
|
|
@ -1117,6 +1188,8 @@ type ReleaseServiceServer interface {
|
|
|
|
|
GetReleaseStatus(context.Context, *GetReleaseStatusRequest) (*GetReleaseStatusResponse, error)
|
|
|
|
|
// GetReleaseContent retrieves the release content (chart + value) for the specified release.
|
|
|
|
|
GetReleaseContent(context.Context, *GetReleaseContentRequest) (*GetReleaseContentResponse, error)
|
|
|
|
|
// GetReleaseLogs returns a stream of logging information from the release
|
|
|
|
|
GetReleaseLogs(ReleaseService_GetReleaseLogsServer) error
|
|
|
|
|
// UpdateRelease updates release content.
|
|
|
|
|
UpdateRelease(context.Context, *UpdateReleaseRequest) (*UpdateReleaseResponse, error)
|
|
|
|
|
// InstallRelease requests installation of a chart as a new release.
|
|
|
|
@ -1194,6 +1267,32 @@ func _ReleaseService_GetReleaseContent_Handler(srv interface{}, ctx context.Cont
|
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func _ReleaseService_GetReleaseLogs_Handler(srv interface{}, stream grpc.ServerStream) error {
|
|
|
|
|
return srv.(ReleaseServiceServer).GetReleaseLogs(&releaseServiceGetReleaseLogsServer{stream})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ReleaseService_GetReleaseLogsServer interface {
|
|
|
|
|
Send(*GetReleaseLogsResponse) error
|
|
|
|
|
Recv() (*GetReleaseLogsRequest, error)
|
|
|
|
|
grpc.ServerStream
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type releaseServiceGetReleaseLogsServer struct {
|
|
|
|
|
grpc.ServerStream
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *releaseServiceGetReleaseLogsServer) Send(m *GetReleaseLogsResponse) error {
|
|
|
|
|
return x.ServerStream.SendMsg(m)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *releaseServiceGetReleaseLogsServer) Recv() (*GetReleaseLogsRequest, error) {
|
|
|
|
|
m := new(GetReleaseLogsRequest)
|
|
|
|
|
if err := x.ServerStream.RecvMsg(m); err != nil {
|
|
|
|
|
return nil, err
|
|
|
|
|
}
|
|
|
|
|
return m, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func _ReleaseService_UpdateRelease_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
|
in := new(UpdateReleaseRequest)
|
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
@ -1374,6 +1473,12 @@ var _ReleaseService_serviceDesc = grpc.ServiceDesc{
|
|
|
|
|
Handler: _ReleaseService_ListReleases_Handler,
|
|
|
|
|
ServerStreams: true,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
StreamName: "GetReleaseLogs",
|
|
|
|
|
Handler: _ReleaseService_GetReleaseLogs_Handler,
|
|
|
|
|
ServerStreams: true,
|
|
|
|
|
ClientStreams: true,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
StreamName: "RunReleaseTest",
|
|
|
|
|
Handler: _ReleaseService_RunReleaseTest_Handler,
|
|
|
|
@ -1386,82 +1491,87 @@ var _ReleaseService_serviceDesc = grpc.ServiceDesc{
|
|
|
|
|
func init() { proto.RegisterFile("hapi/services/tiller.proto", fileDescriptor0) }
|
|
|
|
|
|
|
|
|
|
var fileDescriptor0 = []byte{
|
|
|
|
|
// 1217 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x57, 0xdd, 0x6e, 0xe3, 0xc4,
|
|
|
|
|
0x17, 0xaf, 0xf3, 0x9d, 0x93, 0x36, 0xff, 0x74, 0x9a, 0xb6, 0xae, 0xff, 0x0b, 0x2a, 0x46, 0xb0,
|
|
|
|
|
0xd9, 0x85, 0x4d, 0x21, 0x70, 0x83, 0x84, 0x90, 0xba, 0xdd, 0xa8, 0x2d, 0x94, 0xae, 0xe4, 0x6c,
|
|
|
|
|
0x17, 0x09, 0x01, 0x91, 0x9b, 0x4c, 0x5a, 0xb3, 0x8e, 0x27, 0x78, 0xc6, 0x65, 0x7b, 0xcb, 0x1d,
|
|
|
|
|
0x8f, 0xc2, 0x5b, 0xf0, 0x1e, 0x5c, 0xc2, 0x83, 0x20, 0xcf, 0x87, 0xeb, 0x49, 0xed, 0xd6, 0xf4,
|
|
|
|
|
0x26, 0x9e, 0x99, 0xf3, 0xfd, 0x3b, 0x67, 0xce, 0x9c, 0x80, 0x75, 0xe9, 0x2e, 0xbc, 0x3d, 0x8a,
|
|
|
|
|
0xc3, 0x2b, 0x6f, 0x82, 0xe9, 0x1e, 0xf3, 0x7c, 0x1f, 0x87, 0xfd, 0x45, 0x48, 0x18, 0x41, 0xdd,
|
|
|
|
|
0x98, 0xd6, 0x57, 0xb4, 0xbe, 0xa0, 0x59, 0x5b, 0x5c, 0x62, 0x72, 0xe9, 0x86, 0x4c, 0xfc, 0x0a,
|
|
|
|
|
0x6e, 0x6b, 0x3b, 0x7d, 0x4e, 0x82, 0x99, 0x77, 0x21, 0x09, 0xc2, 0x44, 0x88, 0x7d, 0xec, 0x52,
|
|
|
|
|
0xac, 0xbe, 0x9a, 0x90, 0xa2, 0x79, 0xc1, 0x8c, 0x48, 0xc2, 0xff, 0x35, 0x02, 0xc3, 0x94, 0x8d,
|
|
|
|
|
0xc3, 0x28, 0x90, 0xc4, 0x1d, 0x8d, 0x48, 0x99, 0xcb, 0x22, 0xaa, 0x19, 0xbb, 0xc2, 0x21, 0xf5,
|
|
|
|
|
0x48, 0xa0, 0xbe, 0x82, 0x66, 0xff, 0x59, 0x82, 0x8d, 0x13, 0x8f, 0x32, 0x47, 0x08, 0x52, 0x07,
|
|
|
|
|
0xff, 0x12, 0x61, 0xca, 0x50, 0x17, 0xaa, 0xbe, 0x37, 0xf7, 0x98, 0x69, 0xec, 0x1a, 0xbd, 0xb2,
|
|
|
|
|
0x23, 0x36, 0x68, 0x0b, 0x6a, 0x64, 0x36, 0xa3, 0x98, 0x99, 0xa5, 0x5d, 0xa3, 0xd7, 0x74, 0xe4,
|
|
|
|
|
0x0e, 0x7d, 0x05, 0x75, 0x4a, 0x42, 0x36, 0x3e, 0xbf, 0x36, 0xcb, 0xbb, 0x46, 0xaf, 0x3d, 0xf8,
|
|
|
|
|
0xa0, 0x9f, 0x85, 0x53, 0x3f, 0xb6, 0x34, 0x22, 0x21, 0xeb, 0xc7, 0x3f, 0xcf, 0xaf, 0x9d, 0x1a,
|
|
|
|
|
0xe5, 0xdf, 0x58, 0xef, 0xcc, 0xf3, 0x19, 0x0e, 0xcd, 0x8a, 0xd0, 0x2b, 0x76, 0xe8, 0x10, 0x80,
|
|
|
|
|
0xeb, 0x25, 0xe1, 0x14, 0x87, 0x66, 0x95, 0xab, 0xee, 0x15, 0x50, 0xfd, 0x32, 0xe6, 0x77, 0x9a,
|
|
|
|
|
0x54, 0x2d, 0xd1, 0x97, 0xb0, 0x2a, 0x20, 0x19, 0x4f, 0xc8, 0x14, 0x53, 0xb3, 0xb6, 0x5b, 0xee,
|
|
|
|
|
0xb5, 0x07, 0x3b, 0x42, 0x95, 0x82, 0x7f, 0x24, 0x40, 0x3b, 0x20, 0x53, 0xec, 0xb4, 0x04, 0x7b,
|
|
|
|
|
0xbc, 0xa6, 0xe8, 0x11, 0x34, 0x03, 0x77, 0x8e, 0xe9, 0xc2, 0x9d, 0x60, 0xb3, 0xce, 0x3d, 0xbc,
|
|
|
|
|
0x39, 0xb0, 0x7f, 0x82, 0x86, 0x32, 0x6e, 0x0f, 0xa0, 0x26, 0x42, 0x43, 0x2d, 0xa8, 0x9f, 0x9d,
|
|
|
|
|
0x7e, 0x73, 0xfa, 0xf2, 0xbb, 0xd3, 0xce, 0x0a, 0x6a, 0x40, 0xe5, 0x74, 0xff, 0xdb, 0x61, 0xc7,
|
|
|
|
|
0x40, 0xeb, 0xb0, 0x76, 0xb2, 0x3f, 0x7a, 0x35, 0x76, 0x86, 0x27, 0xc3, 0xfd, 0xd1, 0xf0, 0x45,
|
|
|
|
|
0xa7, 0x64, 0xbf, 0x0b, 0xcd, 0xc4, 0x67, 0x54, 0x87, 0xf2, 0xfe, 0xe8, 0x40, 0x88, 0xbc, 0x18,
|
|
|
|
|
0x8e, 0x0e, 0x3a, 0x86, 0xfd, 0xbb, 0x01, 0x5d, 0x3d, 0x45, 0x74, 0x41, 0x02, 0x8a, 0xe3, 0x1c,
|
|
|
|
|
0x4d, 0x48, 0x14, 0x24, 0x39, 0xe2, 0x1b, 0x84, 0xa0, 0x12, 0xe0, 0xb7, 0x2a, 0x43, 0x7c, 0x1d,
|
|
|
|
|
0x73, 0x32, 0xc2, 0x5c, 0x9f, 0x67, 0xa7, 0xec, 0x88, 0x0d, 0xfa, 0x14, 0x1a, 0x32, 0x74, 0x6a,
|
|
|
|
|
0x56, 0x76, 0xcb, 0xbd, 0xd6, 0x60, 0x53, 0x07, 0x44, 0x5a, 0x74, 0x12, 0x36, 0xfb, 0x10, 0xb6,
|
|
|
|
|
0x0f, 0xb1, 0xf2, 0x44, 0xe0, 0xa5, 0x2a, 0x26, 0xb6, 0xeb, 0xce, 0x31, 0x77, 0x26, 0xb6, 0xeb,
|
|
|
|
|
0xce, 0x31, 0x32, 0xa1, 0x2e, 0xcb, 0x8d, 0xbb, 0x53, 0x75, 0xd4, 0xd6, 0x66, 0x60, 0xde, 0x56,
|
|
|
|
|
0x24, 0xe3, 0xca, 0xd2, 0xf4, 0x21, 0x54, 0xe2, 0x9b, 0xc0, 0xd5, 0xb4, 0x06, 0x48, 0xf7, 0xf3,
|
|
|
|
|
0x38, 0x98, 0x11, 0x87, 0xd3, 0xf5, 0x54, 0x95, 0x97, 0x53, 0x75, 0x94, 0xb6, 0x7a, 0x40, 0x02,
|
|
|
|
|
0x86, 0x03, 0xf6, 0x30, 0xff, 0x4f, 0x60, 0x27, 0x43, 0x93, 0x0c, 0x60, 0x0f, 0xea, 0xd2, 0x35,
|
|
|
|
|
0xae, 0x2d, 0x17, 0x57, 0xc5, 0x65, 0xff, 0x5d, 0x82, 0xee, 0xd9, 0x62, 0xea, 0x32, 0xac, 0x48,
|
|
|
|
|
0x77, 0x38, 0xf5, 0x18, 0xaa, 0xbc, 0xa3, 0x48, 0x2c, 0xd6, 0x85, 0x6e, 0xd1, 0x76, 0x0e, 0xe2,
|
|
|
|
|
0x5f, 0x47, 0xd0, 0xd1, 0x53, 0xa8, 0x5d, 0xb9, 0x7e, 0x84, 0x29, 0x07, 0x22, 0x41, 0x4d, 0x72,
|
|
|
|
|
0xf2, 0x76, 0xe4, 0x48, 0x0e, 0xb4, 0x0d, 0xf5, 0x69, 0x78, 0x1d, 0xf7, 0x13, 0x7e, 0x05, 0x1b,
|
|
|
|
|
0x4e, 0x6d, 0x1a, 0x5e, 0x3b, 0x51, 0x80, 0xde, 0x87, 0xb5, 0xa9, 0x47, 0xdd, 0x73, 0x1f, 0x8f,
|
|
|
|
|
0x2f, 0x09, 0x79, 0x43, 0xf9, 0x2d, 0x6c, 0x38, 0xab, 0xf2, 0xf0, 0x28, 0x3e, 0x43, 0x56, 0x5c,
|
|
|
|
|
0x49, 0x93, 0x10, 0xbb, 0x0c, 0x9b, 0x35, 0x4e, 0x4f, 0xf6, 0x31, 0x86, 0xcc, 0x9b, 0x63, 0x12,
|
|
|
|
|
0x31, 0x7e, 0x75, 0xca, 0x8e, 0xda, 0xa2, 0xf7, 0x60, 0x35, 0xc4, 0x14, 0xb3, 0xb1, 0xf4, 0xb2,
|
|
|
|
|
0xc1, 0x25, 0x5b, 0xfc, 0xec, 0xb5, 0x70, 0x0b, 0x41, 0xe5, 0x57, 0xd7, 0x63, 0x66, 0x93, 0x93,
|
|
|
|
|
0xf8, 0x5a, 0x88, 0x45, 0x14, 0x2b, 0x31, 0x50, 0x62, 0x11, 0xc5, 0x52, 0xac, 0x0b, 0xd5, 0x19,
|
|
|
|
|
0x09, 0x27, 0xd8, 0x6c, 0x71, 0x9a, 0xd8, 0xd8, 0x47, 0xb0, 0xb9, 0x04, 0xf2, 0x43, 0xf3, 0xf5,
|
|
|
|
|
0x8f, 0x01, 0x5b, 0x0e, 0xf1, 0xfd, 0x73, 0x77, 0xf2, 0xa6, 0x40, 0xc6, 0x52, 0xe0, 0x96, 0xee,
|
|
|
|
|
0x06, 0xb7, 0x9c, 0x01, 0x6e, 0xaa, 0x08, 0x2b, 0x5a, 0x11, 0x6a, 0xb0, 0x57, 0xf3, 0x61, 0xaf,
|
|
|
|
|
0xe9, 0xb0, 0x2b, 0x4c, 0xeb, 0x29, 0x4c, 0x13, 0xc0, 0x1a, 0x69, 0xc0, 0xbe, 0x86, 0xed, 0x5b,
|
|
|
|
|
0x51, 0x3e, 0x14, 0xb2, 0x3f, 0x4a, 0xb0, 0x79, 0x1c, 0x50, 0xe6, 0xfa, 0xfe, 0x12, 0x62, 0x49,
|
|
|
|
|
0x3d, 0x1b, 0x85, 0xeb, 0xb9, 0xf4, 0x5f, 0xea, 0xb9, 0xac, 0x41, 0xae, 0xf2, 0x53, 0x49, 0xe5,
|
|
|
|
|
0xa7, 0x50, 0x8d, 0x6b, 0x9d, 0xa5, 0xb6, 0xd4, 0x59, 0xd0, 0x3b, 0x00, 0xa2, 0x28, 0xb9, 0x72,
|
|
|
|
|
0x01, 0x6d, 0x93, 0x9f, 0x9c, 0xca, 0x46, 0xa2, 0xb2, 0xd1, 0xc8, 0xce, 0x46, 0xaa, 0xc2, 0xed,
|
|
|
|
|
0x63, 0xd8, 0x5a, 0x86, 0xea, 0xa1, 0xb0, 0xff, 0x66, 0xc0, 0xf6, 0x59, 0xe0, 0x65, 0x02, 0x9f,
|
|
|
|
|
0x55, 0xaa, 0xb7, 0xa0, 0x28, 0x65, 0x40, 0xd1, 0x85, 0xea, 0x22, 0x0a, 0x2f, 0xb0, 0x84, 0x56,
|
|
|
|
|
0x6c, 0xd2, 0x31, 0x56, 0xb4, 0x18, 0xed, 0x31, 0x98, 0xb7, 0x7d, 0x78, 0x60, 0x44, 0xb1, 0xd7,
|
|
|
|
|
0xc9, 0x4b, 0xd0, 0x14, 0x5d, 0xdf, 0xde, 0x80, 0xf5, 0x43, 0xcc, 0x5e, 0x8b, 0x6b, 0x21, 0xc3,
|
|
|
|
|
0xb3, 0x87, 0x80, 0xd2, 0x87, 0x37, 0xf6, 0xe4, 0x91, 0x6e, 0x4f, 0x8d, 0x45, 0x8a, 0x5f, 0x71,
|
|
|
|
|
0xd9, 0x5f, 0x70, 0xdd, 0x47, 0x1e, 0x65, 0x24, 0xbc, 0xbe, 0x0b, 0xba, 0x0e, 0x94, 0xe7, 0xee,
|
|
|
|
|
0x5b, 0xf9, 0x50, 0xc4, 0x4b, 0xfb, 0x90, 0x7b, 0x90, 0x88, 0x4a, 0x0f, 0xd2, 0xcf, 0xae, 0x51,
|
|
|
|
|
0xec, 0xd9, 0xfd, 0x01, 0xd0, 0x2b, 0x9c, 0x4c, 0x00, 0xf7, 0xbc, 0x58, 0x2a, 0x09, 0x25, 0xbd,
|
|
|
|
|
0xd0, 0x4c, 0xa8, 0x4f, 0x7c, 0xec, 0x06, 0xd1, 0x42, 0xa6, 0x4d, 0x6d, 0xed, 0x1f, 0x61, 0x43,
|
|
|
|
|
0xd3, 0x2e, 0xfd, 0x8c, 0xe3, 0xa1, 0x17, 0x52, 0x7b, 0xbc, 0x44, 0x9f, 0x43, 0x4d, 0x8c, 0x45,
|
|
|
|
|
0x5c, 0x77, 0x7b, 0xf0, 0x48, 0xf7, 0x9b, 0x2b, 0x89, 0x02, 0x39, 0x47, 0x39, 0x92, 0x77, 0xf0,
|
|
|
|
|
0x57, 0x03, 0xda, 0xea, 0xa1, 0x17, 0x43, 0x1b, 0xf2, 0x60, 0x35, 0x3d, 0xd1, 0xa0, 0x27, 0xf9,
|
|
|
|
|
0x33, 0xdd, 0xd2, 0x60, 0x6a, 0x3d, 0x2d, 0xc2, 0x2a, 0x22, 0xb0, 0x57, 0x3e, 0x31, 0x10, 0x85,
|
|
|
|
|
0xce, 0xf2, 0xa0, 0x81, 0x9e, 0x65, 0xeb, 0xc8, 0x99, 0x6c, 0xac, 0x7e, 0x51, 0x76, 0x65, 0x16,
|
|
|
|
|
0x5d, 0xf1, 0x9a, 0xd1, 0xa7, 0x03, 0x74, 0xaf, 0x1a, 0x7d, 0x20, 0xb1, 0xf6, 0x0a, 0xf3, 0x27,
|
|
|
|
|
0x76, 0x7f, 0x86, 0x35, 0xed, 0x85, 0x43, 0x39, 0x68, 0x65, 0xcd, 0x1a, 0xd6, 0x47, 0x85, 0x78,
|
|
|
|
|
0x13, 0x5b, 0x73, 0x68, 0xeb, 0x4d, 0x0a, 0xe5, 0x28, 0xc8, 0xec, 0xfa, 0xd6, 0xc7, 0xc5, 0x98,
|
|
|
|
|
0x13, 0x73, 0x14, 0x3a, 0xcb, 0x3d, 0x24, 0x2f, 0x8f, 0x39, 0xfd, 0x2e, 0x2f, 0x8f, 0x79, 0xad,
|
|
|
|
|
0xc9, 0x5e, 0x41, 0x2e, 0xc0, 0x4d, 0x0b, 0x41, 0x8f, 0x73, 0x13, 0xa2, 0x77, 0x1e, 0xab, 0x77,
|
|
|
|
|
0x3f, 0x63, 0x62, 0x62, 0x01, 0xff, 0x5b, 0x7a, 0x63, 0x51, 0x0e, 0x34, 0xd9, 0x03, 0x87, 0xf5,
|
|
|
|
|
0xac, 0x20, 0xf7, 0x52, 0x50, 0xb2, 0x2b, 0xdd, 0x11, 0x94, 0xde, 0xf2, 0xee, 0x08, 0x6a, 0xa9,
|
|
|
|
|
0xc1, 0xd9, 0x2b, 0xc8, 0x83, 0xb6, 0x13, 0x05, 0xd2, 0x74, 0xdc, 0x16, 0x50, 0x8e, 0xf4, 0xed,
|
|
|
|
|
0xae, 0x66, 0x3d, 0x29, 0xc0, 0x79, 0x73, 0xbf, 0x9f, 0xc3, 0xf7, 0x0d, 0xc5, 0x7a, 0x5e, 0xe3,
|
|
|
|
|
0xff, 0x69, 0x3f, 0xfb, 0x37, 0x00, 0x00, 0xff, 0xff, 0xf3, 0x7c, 0x9c, 0x49, 0xc1, 0x0f, 0x00,
|
|
|
|
|
0x00,
|
|
|
|
|
// 1303 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x57, 0xef, 0x72, 0xdb, 0x44,
|
|
|
|
|
0x10, 0x8f, 0xfc, 0xdf, 0x9b, 0xd4, 0xa4, 0xd7, 0xfc, 0x51, 0x4d, 0xcb, 0x04, 0x75, 0xa0, 0x6e,
|
|
|
|
|
0x4b, 0x9d, 0x62, 0xf8, 0xc2, 0x0c, 0x30, 0x93, 0xa6, 0x99, 0xa4, 0x10, 0xd2, 0x19, 0xb9, 0x2d,
|
|
|
|
|
0x33, 0x1d, 0xc0, 0xa3, 0xd8, 0x67, 0x47, 0x54, 0xd6, 0xb9, 0xba, 0x53, 0x68, 0xbe, 0xf2, 0x8d,
|
|
|
|
|
0x47, 0xe1, 0x2d, 0x78, 0x02, 0x5e, 0x02, 0x1e, 0x84, 0xb9, 0x7f, 0x8a, 0x4e, 0x91, 0x12, 0x91,
|
|
|
|
|
0x2f, 0x96, 0xee, 0x76, 0xef, 0xb7, 0xbb, 0xbf, 0x5d, 0xed, 0xad, 0xa1, 0x7b, 0xe2, 0x2d, 0xfc,
|
|
|
|
|
0x6d, 0x8a, 0xa3, 0x53, 0x7f, 0x8c, 0xe9, 0x36, 0xf3, 0x83, 0x00, 0x47, 0xfd, 0x45, 0x44, 0x18,
|
|
|
|
|
0x41, 0x6b, 0x5c, 0xd6, 0xd7, 0xb2, 0xbe, 0x94, 0x75, 0x37, 0xc4, 0x89, 0xf1, 0x89, 0x17, 0x31,
|
|
|
|
|
0xf9, 0x2b, 0xb5, 0xbb, 0x9b, 0xe9, 0x7d, 0x12, 0x4e, 0xfd, 0x99, 0x12, 0x48, 0x13, 0x11, 0x0e,
|
|
|
|
|
0xb0, 0x47, 0xb1, 0x7e, 0x2a, 0xd9, 0x86, 0x21, 0x0b, 0xc8, 0xcc, 0x00, 0xd3, 0xfb, 0x7e, 0x38,
|
|
|
|
|
0x25, 0x4a, 0xf0, 0xa1, 0x21, 0x60, 0x98, 0xb2, 0x51, 0x14, 0x87, 0x4a, 0x78, 0xdb, 0x10, 0x52,
|
|
|
|
|
0xe6, 0xb1, 0x98, 0x1a, 0x4e, 0x9c, 0xe2, 0x88, 0xfa, 0x24, 0xd4, 0x4f, 0x29, 0x73, 0xfe, 0xaa,
|
|
|
|
|
0xc0, 0xad, 0x43, 0x9f, 0x32, 0x57, 0x1e, 0xa4, 0x2e, 0x7e, 0x17, 0x63, 0xca, 0xd0, 0x1a, 0xd4,
|
|
|
|
|
0x03, 0x7f, 0xee, 0x33, 0xdb, 0xda, 0xb2, 0x7a, 0x55, 0x57, 0x2e, 0xd0, 0x06, 0x34, 0xc8, 0x74,
|
|
|
|
|
0x4a, 0x31, 0xb3, 0x2b, 0x5b, 0x56, 0xaf, 0xed, 0xaa, 0x15, 0xfa, 0x16, 0x9a, 0x94, 0x44, 0x6c,
|
|
|
|
|
0x74, 0x7c, 0x66, 0x57, 0xb7, 0xac, 0x5e, 0x67, 0xf0, 0x49, 0x3f, 0x8f, 0xbf, 0x3e, 0xb7, 0x34,
|
|
|
|
|
0x24, 0x11, 0xeb, 0xf3, 0x9f, 0xa7, 0x67, 0x6e, 0x83, 0x8a, 0x27, 0xc7, 0x9d, 0xfa, 0x01, 0xc3,
|
|
|
|
|
0x91, 0x5d, 0x93, 0xb8, 0x72, 0x85, 0xf6, 0x01, 0x04, 0x2e, 0x89, 0x26, 0x38, 0xb2, 0xeb, 0x02,
|
|
|
|
|
0xba, 0x57, 0x02, 0xfa, 0x05, 0xd7, 0x77, 0xdb, 0x54, 0xbf, 0xa2, 0xaf, 0x61, 0x45, 0x52, 0x32,
|
|
|
|
|
0x1a, 0x93, 0x09, 0xa6, 0x76, 0x63, 0xab, 0xda, 0xeb, 0x0c, 0x6e, 0x4b, 0x28, 0x9d, 0x96, 0xa1,
|
|
|
|
|
0x24, 0x6d, 0x97, 0x4c, 0xb0, 0xbb, 0x2c, 0xd5, 0xf9, 0x3b, 0x45, 0x77, 0xa0, 0x1d, 0x7a, 0x73,
|
|
|
|
|
0x4c, 0x17, 0xde, 0x18, 0xdb, 0x4d, 0xe1, 0xe1, 0xf9, 0x86, 0xf3, 0x0b, 0xb4, 0xb4, 0x71, 0x67,
|
|
|
|
|
0x00, 0x0d, 0x19, 0x1a, 0x5a, 0x86, 0xe6, 0xab, 0xa3, 0xef, 0x8f, 0x5e, 0xfc, 0x78, 0xb4, 0xba,
|
|
|
|
|
0x84, 0x5a, 0x50, 0x3b, 0xda, 0xf9, 0x61, 0x6f, 0xd5, 0x42, 0x37, 0xe1, 0xc6, 0xe1, 0xce, 0xf0,
|
|
|
|
|
0xe5, 0xc8, 0xdd, 0x3b, 0xdc, 0xdb, 0x19, 0xee, 0x3d, 0x5b, 0xad, 0x38, 0x1f, 0x41, 0x3b, 0xf1,
|
|
|
|
|
0x19, 0x35, 0xa1, 0xba, 0x33, 0xdc, 0x95, 0x47, 0x9e, 0xed, 0x0d, 0x77, 0x57, 0x2d, 0xe7, 0x0f,
|
|
|
|
|
0x0b, 0xd6, 0xcc, 0x14, 0xd1, 0x05, 0x09, 0x29, 0xe6, 0x39, 0x1a, 0x93, 0x38, 0x4c, 0x72, 0x24,
|
|
|
|
|
0x16, 0x08, 0x41, 0x2d, 0xc4, 0xef, 0x75, 0x86, 0xc4, 0x3b, 0xd7, 0x64, 0x84, 0x79, 0x81, 0xc8,
|
|
|
|
|
0x4e, 0xd5, 0x95, 0x0b, 0xf4, 0x39, 0xb4, 0x54, 0xe8, 0xd4, 0xae, 0x6d, 0x55, 0x7b, 0xcb, 0x83,
|
|
|
|
|
0x75, 0x93, 0x10, 0x65, 0xd1, 0x4d, 0xd4, 0x9c, 0x7d, 0xd8, 0xdc, 0xc7, 0xda, 0x13, 0xc9, 0x97,
|
|
|
|
|
0xae, 0x18, 0x6e, 0xd7, 0x9b, 0x63, 0xe1, 0x0c, 0xb7, 0xeb, 0xcd, 0x31, 0xb2, 0xa1, 0xa9, 0xca,
|
|
|
|
|
0x4d, 0xb8, 0x53, 0x77, 0xf5, 0xd2, 0x61, 0x60, 0x5f, 0x04, 0x52, 0x71, 0xe5, 0x21, 0x7d, 0x0a,
|
|
|
|
|
0x35, 0xfe, 0x25, 0x08, 0x98, 0xe5, 0x01, 0x32, 0xfd, 0x7c, 0x1e, 0x4e, 0x89, 0x2b, 0xe4, 0x66,
|
|
|
|
|
0xaa, 0xaa, 0xd9, 0x54, 0x1d, 0xa4, 0xad, 0xee, 0x92, 0x90, 0xe1, 0x90, 0x5d, 0xcf, 0xff, 0x43,
|
|
|
|
|
0xb8, 0x9d, 0x83, 0xa4, 0x02, 0xd8, 0x86, 0xa6, 0x72, 0x4d, 0xa0, 0x15, 0xf2, 0xaa, 0xb5, 0x9c,
|
|
|
|
|
0x37, 0xb0, 0x7e, 0x8e, 0x76, 0x48, 0x66, 0x09, 0xa9, 0x3b, 0xb0, 0x42, 0xe3, 0x63, 0x3a, 0x8e,
|
|
|
|
|
0xfc, 0x05, 0xe3, 0x5e, 0x48, 0xb8, 0xbb, 0x26, 0xdc, 0x21, 0x99, 0x0d, 0x53, 0x4a, 0xae, 0x71,
|
|
|
|
|
0xc4, 0xf9, 0x06, 0x36, 0xb2, 0xd8, 0xca, 0xcd, 0x7b, 0x50, 0x0d, 0xc8, 0x4c, 0x61, 0xde, 0xbc,
|
|
|
|
|
0x80, 0xe9, 0x72, 0xa9, 0xf3, 0x4f, 0x05, 0xd6, 0x5e, 0x2d, 0x26, 0x1e, 0xc3, 0xda, 0xeb, 0x4b,
|
|
|
|
|
0xf8, 0xba, 0x0f, 0x75, 0xd1, 0x04, 0x55, 0x9a, 0x14, 0xa6, 0xec, 0x94, 0xbb, 0xfc, 0xd7, 0x95,
|
|
|
|
|
0x72, 0xf4, 0x10, 0x1a, 0xa7, 0x5e, 0x10, 0x63, 0x2a, 0x72, 0x94, 0x24, 0x54, 0x69, 0x8a, 0x0e,
|
|
|
|
|
0xea, 0x2a, 0x0d, 0xb4, 0x09, 0xcd, 0x49, 0x74, 0xc6, 0x5b, 0x9d, 0xe8, 0x0e, 0x2d, 0xb7, 0x31,
|
|
|
|
|
0x89, 0xce, 0xdc, 0x38, 0x44, 0xf7, 0xe0, 0xc6, 0xc4, 0xa7, 0xde, 0x71, 0x80, 0x47, 0x27, 0x84,
|
|
|
|
|
0xbc, 0xa5, 0xa2, 0x41, 0xb4, 0xdc, 0x15, 0xb5, 0x79, 0xc0, 0xf7, 0x50, 0x97, 0x17, 0xf9, 0x38,
|
|
|
|
|
0xc2, 0x1e, 0xc3, 0x76, 0x43, 0xc8, 0x93, 0x35, 0x4f, 0x2f, 0xf3, 0xe7, 0x98, 0xc4, 0x4c, 0x7c,
|
|
|
|
|
0xd5, 0x55, 0x57, 0x2f, 0xd1, 0xc7, 0xb0, 0x12, 0x61, 0x8a, 0xd9, 0x48, 0x79, 0xd9, 0x12, 0x27,
|
|
|
|
|
0x97, 0xc5, 0xde, 0x6b, 0xe9, 0x16, 0x82, 0xda, 0x6f, 0x9e, 0xcf, 0xec, 0xb6, 0x10, 0x89, 0x77,
|
|
|
|
|
0x79, 0x2c, 0xa6, 0x58, 0x1f, 0x03, 0x7d, 0x2c, 0xa6, 0x58, 0x1d, 0x5b, 0x83, 0xfa, 0x94, 0x44,
|
|
|
|
|
0x63, 0x6c, 0x2f, 0x0b, 0x99, 0x5c, 0x38, 0x07, 0xb0, 0x9e, 0x21, 0xf9, 0xba, 0xa5, 0xf4, 0xaf,
|
|
|
|
|
0x05, 0x1b, 0x2e, 0x09, 0x82, 0x63, 0x6f, 0xfc, 0xb6, 0x44, 0xc6, 0x52, 0xe4, 0x56, 0x2e, 0x27,
|
|
|
|
|
0xb7, 0x9a, 0x43, 0x6e, 0xea, 0xfb, 0xa8, 0x19, 0xdf, 0x87, 0x41, 0x7b, 0xbd, 0x98, 0xf6, 0x86,
|
|
|
|
|
0x49, 0xbb, 0xe6, 0xb4, 0x99, 0xe2, 0x34, 0x21, 0xac, 0x95, 0x26, 0xec, 0x3b, 0xd8, 0xbc, 0x10,
|
|
|
|
|
0xe5, 0x75, 0x29, 0xfb, 0xb3, 0x02, 0xeb, 0xcf, 0x43, 0xca, 0xbc, 0x20, 0xc8, 0x30, 0x96, 0xd4,
|
|
|
|
|
0xb3, 0x55, 0xba, 0x9e, 0x2b, 0xff, 0xa7, 0x9e, 0xab, 0x06, 0xe5, 0x3a, 0x3f, 0xb5, 0x54, 0x7e,
|
|
|
|
|
0x4a, 0xd5, 0xb8, 0xd1, 0xf4, 0x1a, 0x99, 0xa6, 0x87, 0xee, 0x02, 0xc8, 0xa2, 0x14, 0xe0, 0x92,
|
|
|
|
|
0xda, 0xb6, 0xd8, 0x39, 0x52, 0x3d, 0x4e, 0x67, 0xa3, 0x95, 0x9f, 0x8d, 0x54, 0x85, 0x3b, 0xcf,
|
|
|
|
|
0x61, 0x23, 0x4b, 0xd5, 0x75, 0x69, 0xff, 0xdd, 0x82, 0xcd, 0x57, 0xa1, 0x9f, 0x4b, 0x7c, 0x5e,
|
|
|
|
|
0xa9, 0x5e, 0xa0, 0xa2, 0x92, 0x43, 0xc5, 0x1a, 0xd4, 0x17, 0x71, 0x34, 0xc3, 0x8a, 0x5a, 0xb9,
|
|
|
|
|
0x48, 0xc7, 0x58, 0x33, 0x62, 0x74, 0x46, 0x60, 0x5f, 0xf4, 0xe1, 0x9a, 0x11, 0x71, 0xaf, 0x93,
|
|
|
|
|
0x4b, 0xaa, 0x2d, 0x2f, 0x24, 0xe7, 0x16, 0xdc, 0xdc, 0xc7, 0xec, 0xb5, 0xfc, 0x2c, 0x54, 0x78,
|
|
|
|
|
0xce, 0x1e, 0xa0, 0xf4, 0xe6, 0xb9, 0x3d, 0xb5, 0x65, 0xda, 0xd3, 0x13, 0x9b, 0xd6, 0xd7, 0x5a,
|
|
|
|
|
0xce, 0x57, 0x02, 0xfb, 0xc0, 0xa7, 0x8c, 0x44, 0x67, 0x97, 0x51, 0xb7, 0x0a, 0xd5, 0xb9, 0xf7,
|
|
|
|
|
0x5e, 0xdd, 0x61, 0xfc, 0xd5, 0xd9, 0x17, 0x1e, 0x24, 0x47, 0x95, 0x07, 0xe9, 0x89, 0xc0, 0x2a,
|
|
|
|
|
0x37, 0x11, 0xfc, 0x04, 0xe8, 0x25, 0x4e, 0x86, 0x93, 0x2b, 0x2e, 0x53, 0x9d, 0x84, 0x8a, 0x59,
|
|
|
|
|
0x68, 0x36, 0x34, 0xc7, 0x01, 0xf6, 0xc2, 0x78, 0xa1, 0xd2, 0xa6, 0x97, 0xce, 0xcf, 0x70, 0xcb,
|
|
|
|
|
0x40, 0x57, 0x7e, 0xf2, 0x78, 0xe8, 0x4c, 0xa1, 0xf3, 0x57, 0xf4, 0x25, 0x34, 0xe4, 0xc4, 0x26,
|
|
|
|
|
0xb0, 0x3b, 0x83, 0x3b, 0xa6, 0xdf, 0x02, 0x24, 0x0e, 0xd5, 0x88, 0xe7, 0x2a, 0xdd, 0xc1, 0xdf,
|
|
|
|
|
0x6d, 0xe8, 0xe8, 0x19, 0x44, 0xce, 0x93, 0xc8, 0x87, 0x95, 0xf4, 0xb0, 0x85, 0x1e, 0x14, 0x8f,
|
|
|
|
|
0x9b, 0x99, 0x99, 0xb9, 0xfb, 0xb0, 0x8c, 0xaa, 0x8c, 0xc0, 0x59, 0x7a, 0x62, 0x21, 0x0a, 0xab,
|
|
|
|
|
0xd9, 0x19, 0x08, 0x3d, 0xce, 0xc7, 0x28, 0x18, 0xba, 0xba, 0xfd, 0xb2, 0xea, 0xda, 0x2c, 0x3a,
|
|
|
|
|
0x15, 0x35, 0x63, 0x0e, 0x2e, 0xe8, 0x4a, 0x18, 0x73, 0x56, 0xea, 0x6e, 0x97, 0xd6, 0x4f, 0xec,
|
|
|
|
|
0xbe, 0x83, 0x8e, 0x39, 0x86, 0xa0, 0x47, 0x57, 0x81, 0xa4, 0x06, 0xa1, 0xee, 0x67, 0xe5, 0x94,
|
|
|
|
|
0xb5, 0xb9, 0x9e, 0xf5, 0xc4, 0x42, 0xbf, 0xc2, 0x0d, 0xe3, 0x52, 0x45, 0x05, 0x09, 0xca, 0x1b,
|
|
|
|
|
0x6f, 0xba, 0x8f, 0x4a, 0xe9, 0x26, 0xe1, 0xcd, 0xa1, 0x63, 0xf6, 0xc5, 0xa2, 0xf0, 0x72, 0x2f,
|
|
|
|
|
0x9a, 0xa2, 0xf0, 0xf2, 0x5b, 0xad, 0xb3, 0xc4, 0x4b, 0x27, 0xdb, 0xb6, 0x8a, 0x4a, 0xa7, 0xa0,
|
|
|
|
|
0xc5, 0x16, 0x95, 0x4e, 0x51, 0x37, 0x74, 0x96, 0x90, 0x07, 0x70, 0xde, 0xb5, 0xd0, 0xfd, 0xc2,
|
|
|
|
|
0x8c, 0x98, 0xcd, 0xae, 0xdb, 0xbb, 0x5a, 0x31, 0x31, 0xb1, 0x80, 0x0f, 0x32, 0xd7, 0x3a, 0x2a,
|
|
|
|
|
0xa0, 0x26, 0x7f, 0xc6, 0xe9, 0x3e, 0x2e, 0xa9, 0x9d, 0x09, 0x4a, 0x35, 0xc2, 0x4b, 0x82, 0x32,
|
|
|
|
|
0xbb, 0xec, 0x25, 0x41, 0x65, 0x7a, 0xaa, 0xb3, 0x84, 0x7c, 0xe8, 0xb8, 0x71, 0xa8, 0x4c, 0xf3,
|
|
|
|
|
0x4e, 0x84, 0x0a, 0x4e, 0x5f, 0x6c, 0xa4, 0xdd, 0x07, 0x25, 0x34, 0xcf, 0x5b, 0xca, 0x53, 0x78,
|
|
|
|
|
0xd3, 0xd2, 0xaa, 0xc7, 0x0d, 0xf1, 0x0f, 0xff, 0x8b, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x21,
|
|
|
|
|
0xdc, 0x0b, 0xff, 0xe7, 0x10, 0x00, 0x00,
|
|
|
|
|
}
|
|
|
|
|