|
|
|
@ -3,16 +3,17 @@
|
|
|
|
|
|
|
|
|
|
package services
|
|
|
|
|
|
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
|
|
|
import fmt "fmt"
|
|
|
|
|
import math "math"
|
|
|
|
|
import chart "k8s.io/helm/pkg/proto/hapi/chart"
|
|
|
|
|
import release "k8s.io/helm/pkg/proto/hapi/release"
|
|
|
|
|
import version "k8s.io/helm/pkg/proto/hapi/version"
|
|
|
|
|
|
|
|
|
|
import (
|
|
|
|
|
context "golang.org/x/net/context"
|
|
|
|
|
context "context"
|
|
|
|
|
fmt "fmt"
|
|
|
|
|
proto "github.com/golang/protobuf/proto"
|
|
|
|
|
grpc "google.golang.org/grpc"
|
|
|
|
|
codes "google.golang.org/grpc/codes"
|
|
|
|
|
status "google.golang.org/grpc/status"
|
|
|
|
|
chart "k8s.io/helm/pkg/proto/hapi/chart"
|
|
|
|
|
release "k8s.io/helm/pkg/proto/hapi/release"
|
|
|
|
|
version "k8s.io/helm/pkg/proto/hapi/version"
|
|
|
|
|
math "math"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
@ -24,7 +25,7 @@ var _ = math.Inf
|
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
|
|
// proto package needs to be updated.
|
|
|
|
|
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
|
|
|
|
|
|
// SortBy defines sort operations.
|
|
|
|
|
type ListSort_SortBy int32
|
|
|
|
@ -42,6 +43,7 @@ var ListSort_SortBy_name = map[int32]string{
|
|
|
|
|
2: "LAST_RELEASED",
|
|
|
|
|
3: "CHART_NAME",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var ListSort_SortBy_value = map[string]int32{
|
|
|
|
|
"UNKNOWN": 0,
|
|
|
|
|
"NAME": 1,
|
|
|
|
@ -52,8 +54,9 @@ var ListSort_SortBy_value = map[string]int32{
|
|
|
|
|
func (x ListSort_SortBy) String() string {
|
|
|
|
|
return proto.EnumName(ListSort_SortBy_name, int32(x))
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (ListSort_SortBy) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{1, 0}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{1, 0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// SortOrder defines sort orders to augment sorting operations.
|
|
|
|
@ -68,6 +71,7 @@ var ListSort_SortOrder_name = map[int32]string{
|
|
|
|
|
0: "ASC",
|
|
|
|
|
1: "DESC",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var ListSort_SortOrder_value = map[string]int32{
|
|
|
|
|
"ASC": 0,
|
|
|
|
|
"DESC": 1,
|
|
|
|
@ -76,8 +80,9 @@ var ListSort_SortOrder_value = map[string]int32{
|
|
|
|
|
func (x ListSort_SortOrder) String() string {
|
|
|
|
|
return proto.EnumName(ListSort_SortOrder_name, int32(x))
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (ListSort_SortOrder) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{1, 1}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{1, 1}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// ListReleasesRequest requests a list of releases.
|
|
|
|
@ -114,16 +119,17 @@ func (m *ListReleasesRequest) Reset() { *m = ListReleasesRequest{} }
|
|
|
|
|
func (m *ListReleasesRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*ListReleasesRequest) ProtoMessage() {}
|
|
|
|
|
func (*ListReleasesRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{0}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *ListReleasesRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_ListReleasesRequest.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *ListReleasesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_ListReleasesRequest.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *ListReleasesRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_ListReleasesRequest.Merge(dst, src)
|
|
|
|
|
func (m *ListReleasesRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_ListReleasesRequest.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *ListReleasesRequest) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_ListReleasesRequest.Size(m)
|
|
|
|
@ -194,16 +200,17 @@ func (m *ListSort) Reset() { *m = ListSort{} }
|
|
|
|
|
func (m *ListSort) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*ListSort) ProtoMessage() {}
|
|
|
|
|
func (*ListSort) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{1}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{1}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *ListSort) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_ListSort.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *ListSort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_ListSort.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *ListSort) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_ListSort.Merge(dst, src)
|
|
|
|
|
func (m *ListSort) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_ListSort.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *ListSort) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_ListSort.Size(m)
|
|
|
|
@ -234,16 +241,17 @@ func (m *ListReleasesResponse) Reset() { *m = ListReleasesResponse{} }
|
|
|
|
|
func (m *ListReleasesResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*ListReleasesResponse) ProtoMessage() {}
|
|
|
|
|
func (*ListReleasesResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{2}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{2}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *ListReleasesResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_ListReleasesResponse.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *ListReleasesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_ListReleasesResponse.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *ListReleasesResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_ListReleasesResponse.Merge(dst, src)
|
|
|
|
|
func (m *ListReleasesResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_ListReleasesResponse.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *ListReleasesResponse) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_ListReleasesResponse.Size(m)
|
|
|
|
@ -297,16 +305,17 @@ func (m *GetReleaseStatusRequest) Reset() { *m = GetReleaseStatusRequest
|
|
|
|
|
func (m *GetReleaseStatusRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GetReleaseStatusRequest) ProtoMessage() {}
|
|
|
|
|
func (*GetReleaseStatusRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{3}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{3}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *GetReleaseStatusRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_GetReleaseStatusRequest.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetReleaseStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_GetReleaseStatusRequest.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *GetReleaseStatusRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetReleaseStatusRequest.Merge(dst, src)
|
|
|
|
|
func (m *GetReleaseStatusRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetReleaseStatusRequest.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetReleaseStatusRequest) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_GetReleaseStatusRequest.Size(m)
|
|
|
|
@ -348,16 +357,17 @@ func (m *GetReleaseStatusResponse) Reset() { *m = GetReleaseStatusRespon
|
|
|
|
|
func (m *GetReleaseStatusResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GetReleaseStatusResponse) ProtoMessage() {}
|
|
|
|
|
func (*GetReleaseStatusResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{4}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{4}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *GetReleaseStatusResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_GetReleaseStatusResponse.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetReleaseStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_GetReleaseStatusResponse.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *GetReleaseStatusResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetReleaseStatusResponse.Merge(dst, src)
|
|
|
|
|
func (m *GetReleaseStatusResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetReleaseStatusResponse.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetReleaseStatusResponse) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_GetReleaseStatusResponse.Size(m)
|
|
|
|
@ -404,16 +414,17 @@ func (m *GetReleaseContentRequest) Reset() { *m = GetReleaseContentReque
|
|
|
|
|
func (m *GetReleaseContentRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GetReleaseContentRequest) ProtoMessage() {}
|
|
|
|
|
func (*GetReleaseContentRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{5}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{5}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *GetReleaseContentRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_GetReleaseContentRequest.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetReleaseContentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_GetReleaseContentRequest.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *GetReleaseContentRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetReleaseContentRequest.Merge(dst, src)
|
|
|
|
|
func (m *GetReleaseContentRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetReleaseContentRequest.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetReleaseContentRequest) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_GetReleaseContentRequest.Size(m)
|
|
|
|
@ -451,16 +462,17 @@ func (m *GetReleaseContentResponse) Reset() { *m = GetReleaseContentResp
|
|
|
|
|
func (m *GetReleaseContentResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GetReleaseContentResponse) ProtoMessage() {}
|
|
|
|
|
func (*GetReleaseContentResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{6}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{6}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *GetReleaseContentResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_GetReleaseContentResponse.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetReleaseContentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_GetReleaseContentResponse.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *GetReleaseContentResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetReleaseContentResponse.Merge(dst, src)
|
|
|
|
|
func (m *GetReleaseContentResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetReleaseContentResponse.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetReleaseContentResponse) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_GetReleaseContentResponse.Size(m)
|
|
|
|
@ -519,16 +531,17 @@ func (m *UpdateReleaseRequest) Reset() { *m = UpdateReleaseRequest{} }
|
|
|
|
|
func (m *UpdateReleaseRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*UpdateReleaseRequest) ProtoMessage() {}
|
|
|
|
|
func (*UpdateReleaseRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{7}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{7}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *UpdateReleaseRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_UpdateReleaseRequest.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *UpdateReleaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_UpdateReleaseRequest.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *UpdateReleaseRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_UpdateReleaseRequest.Merge(dst, src)
|
|
|
|
|
func (m *UpdateReleaseRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_UpdateReleaseRequest.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *UpdateReleaseRequest) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_UpdateReleaseRequest.Size(m)
|
|
|
|
@ -649,16 +662,17 @@ func (m *UpdateReleaseResponse) Reset() { *m = UpdateReleaseResponse{} }
|
|
|
|
|
func (m *UpdateReleaseResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*UpdateReleaseResponse) ProtoMessage() {}
|
|
|
|
|
func (*UpdateReleaseResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{8}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{8}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *UpdateReleaseResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_UpdateReleaseResponse.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *UpdateReleaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_UpdateReleaseResponse.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *UpdateReleaseResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_UpdateReleaseResponse.Merge(dst, src)
|
|
|
|
|
func (m *UpdateReleaseResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_UpdateReleaseResponse.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *UpdateReleaseResponse) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_UpdateReleaseResponse.Size(m)
|
|
|
|
@ -707,16 +721,17 @@ func (m *RollbackReleaseRequest) Reset() { *m = RollbackReleaseRequest{}
|
|
|
|
|
func (m *RollbackReleaseRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*RollbackReleaseRequest) ProtoMessage() {}
|
|
|
|
|
func (*RollbackReleaseRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{9}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{9}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *RollbackReleaseRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_RollbackReleaseRequest.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *RollbackReleaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_RollbackReleaseRequest.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *RollbackReleaseRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_RollbackReleaseRequest.Merge(dst, src)
|
|
|
|
|
func (m *RollbackReleaseRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_RollbackReleaseRequest.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *RollbackReleaseRequest) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_RollbackReleaseRequest.Size(m)
|
|
|
|
@ -809,16 +824,17 @@ func (m *RollbackReleaseResponse) Reset() { *m = RollbackReleaseResponse
|
|
|
|
|
func (m *RollbackReleaseResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*RollbackReleaseResponse) ProtoMessage() {}
|
|
|
|
|
func (*RollbackReleaseResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{10}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{10}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *RollbackReleaseResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_RollbackReleaseResponse.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *RollbackReleaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_RollbackReleaseResponse.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *RollbackReleaseResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_RollbackReleaseResponse.Merge(dst, src)
|
|
|
|
|
func (m *RollbackReleaseResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_RollbackReleaseResponse.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *RollbackReleaseResponse) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_RollbackReleaseResponse.Size(m)
|
|
|
|
@ -874,16 +890,17 @@ func (m *InstallReleaseRequest) Reset() { *m = InstallReleaseRequest{} }
|
|
|
|
|
func (m *InstallReleaseRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*InstallReleaseRequest) ProtoMessage() {}
|
|
|
|
|
func (*InstallReleaseRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{11}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{11}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *InstallReleaseRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_InstallReleaseRequest.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *InstallReleaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_InstallReleaseRequest.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *InstallReleaseRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_InstallReleaseRequest.Merge(dst, src)
|
|
|
|
|
func (m *InstallReleaseRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_InstallReleaseRequest.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *InstallReleaseRequest) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_InstallReleaseRequest.Size(m)
|
|
|
|
@ -990,16 +1007,17 @@ func (m *InstallReleaseResponse) Reset() { *m = InstallReleaseResponse{}
|
|
|
|
|
func (m *InstallReleaseResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*InstallReleaseResponse) ProtoMessage() {}
|
|
|
|
|
func (*InstallReleaseResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{12}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{12}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *InstallReleaseResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_InstallReleaseResponse.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *InstallReleaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_InstallReleaseResponse.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *InstallReleaseResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_InstallReleaseResponse.Merge(dst, src)
|
|
|
|
|
func (m *InstallReleaseResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_InstallReleaseResponse.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *InstallReleaseResponse) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_InstallReleaseResponse.Size(m)
|
|
|
|
@ -1038,16 +1056,17 @@ func (m *UninstallReleaseRequest) Reset() { *m = UninstallReleaseRequest
|
|
|
|
|
func (m *UninstallReleaseRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*UninstallReleaseRequest) ProtoMessage() {}
|
|
|
|
|
func (*UninstallReleaseRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{13}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{13}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *UninstallReleaseRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_UninstallReleaseRequest.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *UninstallReleaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_UninstallReleaseRequest.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *UninstallReleaseRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_UninstallReleaseRequest.Merge(dst, src)
|
|
|
|
|
func (m *UninstallReleaseRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_UninstallReleaseRequest.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *UninstallReleaseRequest) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_UninstallReleaseRequest.Size(m)
|
|
|
|
@ -1108,16 +1127,17 @@ func (m *UninstallReleaseResponse) Reset() { *m = UninstallReleaseRespon
|
|
|
|
|
func (m *UninstallReleaseResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*UninstallReleaseResponse) ProtoMessage() {}
|
|
|
|
|
func (*UninstallReleaseResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{14}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{14}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *UninstallReleaseResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_UninstallReleaseResponse.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *UninstallReleaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_UninstallReleaseResponse.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *UninstallReleaseResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_UninstallReleaseResponse.Merge(dst, src)
|
|
|
|
|
func (m *UninstallReleaseResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_UninstallReleaseResponse.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *UninstallReleaseResponse) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_UninstallReleaseResponse.Size(m)
|
|
|
|
@ -1153,16 +1173,17 @@ func (m *GetVersionRequest) Reset() { *m = GetVersionRequest{} }
|
|
|
|
|
func (m *GetVersionRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GetVersionRequest) ProtoMessage() {}
|
|
|
|
|
func (*GetVersionRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{15}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{15}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *GetVersionRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_GetVersionRequest.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_GetVersionRequest.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *GetVersionRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetVersionRequest.Merge(dst, src)
|
|
|
|
|
func (m *GetVersionRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetVersionRequest.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetVersionRequest) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_GetVersionRequest.Size(m)
|
|
|
|
@ -1184,16 +1205,17 @@ func (m *GetVersionResponse) Reset() { *m = GetVersionResponse{} }
|
|
|
|
|
func (m *GetVersionResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GetVersionResponse) ProtoMessage() {}
|
|
|
|
|
func (*GetVersionResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{16}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{16}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *GetVersionResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_GetVersionResponse.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_GetVersionResponse.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *GetVersionResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetVersionResponse.Merge(dst, src)
|
|
|
|
|
func (m *GetVersionResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetVersionResponse.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetVersionResponse) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_GetVersionResponse.Size(m)
|
|
|
|
@ -1226,16 +1248,17 @@ func (m *GetHistoryRequest) Reset() { *m = GetHistoryRequest{} }
|
|
|
|
|
func (m *GetHistoryRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GetHistoryRequest) ProtoMessage() {}
|
|
|
|
|
func (*GetHistoryRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{17}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{17}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *GetHistoryRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_GetHistoryRequest.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_GetHistoryRequest.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *GetHistoryRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetHistoryRequest.Merge(dst, src)
|
|
|
|
|
func (m *GetHistoryRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetHistoryRequest.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetHistoryRequest) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_GetHistoryRequest.Size(m)
|
|
|
|
@ -1272,16 +1295,17 @@ func (m *GetHistoryResponse) Reset() { *m = GetHistoryResponse{} }
|
|
|
|
|
func (m *GetHistoryResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GetHistoryResponse) ProtoMessage() {}
|
|
|
|
|
func (*GetHistoryResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{18}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{18}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *GetHistoryResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_GetHistoryResponse.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_GetHistoryResponse.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *GetHistoryResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetHistoryResponse.Merge(dst, src)
|
|
|
|
|
func (m *GetHistoryResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GetHistoryResponse.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *GetHistoryResponse) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_GetHistoryResponse.Size(m)
|
|
|
|
@ -1318,16 +1342,17 @@ func (m *TestReleaseRequest) Reset() { *m = TestReleaseRequest{} }
|
|
|
|
|
func (m *TestReleaseRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*TestReleaseRequest) ProtoMessage() {}
|
|
|
|
|
func (*TestReleaseRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{19}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{19}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *TestReleaseRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_TestReleaseRequest.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *TestReleaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_TestReleaseRequest.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *TestReleaseRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_TestReleaseRequest.Merge(dst, src)
|
|
|
|
|
func (m *TestReleaseRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_TestReleaseRequest.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *TestReleaseRequest) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_TestReleaseRequest.Size(m)
|
|
|
|
@ -1379,16 +1404,17 @@ func (m *TestReleaseResponse) Reset() { *m = TestReleaseResponse{} }
|
|
|
|
|
func (m *TestReleaseResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*TestReleaseResponse) ProtoMessage() {}
|
|
|
|
|
func (*TestReleaseResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_tiller_bb72ee4a42494734, []int{20}
|
|
|
|
|
return fileDescriptor_e6984838a3fcd043, []int{20}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *TestReleaseResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_TestReleaseResponse.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *TestReleaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_TestReleaseResponse.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *TestReleaseResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_TestReleaseResponse.Merge(dst, src)
|
|
|
|
|
func (m *TestReleaseResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_TestReleaseResponse.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *TestReleaseResponse) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_TestReleaseResponse.Size(m)
|
|
|
|
@ -1414,6 +1440,8 @@ func (m *TestReleaseResponse) GetStatus() release.TestRun_Status {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
|
proto.RegisterEnum("hapi.services.tiller.ListSort_SortBy", ListSort_SortBy_name, ListSort_SortBy_value)
|
|
|
|
|
proto.RegisterEnum("hapi.services.tiller.ListSort_SortOrder", ListSort_SortOrder_name, ListSort_SortOrder_value)
|
|
|
|
|
proto.RegisterType((*ListReleasesRequest)(nil), "hapi.services.tiller.ListReleasesRequest")
|
|
|
|
|
proto.RegisterType((*ListSort)(nil), "hapi.services.tiller.ListSort")
|
|
|
|
|
proto.RegisterType((*ListReleasesResponse)(nil), "hapi.services.tiller.ListReleasesResponse")
|
|
|
|
@ -1435,8 +1463,96 @@ func init() {
|
|
|
|
|
proto.RegisterType((*GetHistoryResponse)(nil), "hapi.services.tiller.GetHistoryResponse")
|
|
|
|
|
proto.RegisterType((*TestReleaseRequest)(nil), "hapi.services.tiller.TestReleaseRequest")
|
|
|
|
|
proto.RegisterType((*TestReleaseResponse)(nil), "hapi.services.tiller.TestReleaseResponse")
|
|
|
|
|
proto.RegisterEnum("hapi.services.tiller.ListSort_SortBy", ListSort_SortBy_name, ListSort_SortBy_value)
|
|
|
|
|
proto.RegisterEnum("hapi.services.tiller.ListSort_SortOrder", ListSort_SortOrder_name, ListSort_SortOrder_value)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() { proto.RegisterFile("hapi/services/tiller.proto", fileDescriptor_e6984838a3fcd043) }
|
|
|
|
|
|
|
|
|
|
var fileDescriptor_e6984838a3fcd043 = []byte{
|
|
|
|
|
// 1337 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x58, 0xdd, 0x72, 0xdb, 0x44,
|
|
|
|
|
0x14, 0x8e, 0x2d, 0xff, 0x1e, 0x27, 0xae, 0xbb, 0x4d, 0x13, 0xd5, 0x14, 0x26, 0x88, 0xa1, 0x75,
|
|
|
|
|
0x0b, 0x75, 0x20, 0x70, 0xc3, 0x0c, 0xc3, 0x4c, 0xea, 0x86, 0xa4, 0x10, 0xd2, 0x19, 0xb9, 0x2d,
|
|
|
|
|
0x33, 0xcc, 0x30, 0x1e, 0xc5, 0x5e, 0xb7, 0xa2, 0xb2, 0xd6, 0x68, 0x57, 0xa1, 0x79, 0x04, 0x2e,
|
|
|
|
|
0x79, 0x07, 0xae, 0x79, 0x06, 0x6e, 0x79, 0x06, 0x5e, 0x86, 0xd9, 0x3f, 0x45, 0x2b, 0x4b, 0xae,
|
|
|
|
|
0xc8, 0x4d, 0xac, 0xdd, 0x73, 0xf6, 0xfc, 0x7c, 0xdf, 0x9e, 0xb3, 0x67, 0x02, 0xfd, 0xd7, 0xde,
|
|
|
|
|
0xd2, 0xdf, 0xa7, 0x38, 0xba, 0xf0, 0xa7, 0x98, 0xee, 0x33, 0x3f, 0x08, 0x70, 0x34, 0x5c, 0x46,
|
|
|
|
|
0x84, 0x11, 0xb4, 0xcd, 0x65, 0x43, 0x2d, 0x1b, 0x4a, 0x59, 0x7f, 0x47, 0x9c, 0x98, 0xbe, 0xf6,
|
|
|
|
|
0x22, 0x26, 0xff, 0x4a, 0xed, 0xfe, 0x6e, 0x7a, 0x9f, 0x84, 0x73, 0xff, 0x95, 0x12, 0x48, 0x17,
|
|
|
|
|
0x11, 0x0e, 0xb0, 0x47, 0xb1, 0xfe, 0x35, 0x0e, 0x69, 0x99, 0x1f, 0xce, 0x89, 0x12, 0xbc, 0x67,
|
|
|
|
|
0x08, 0x18, 0xa6, 0x6c, 0x12, 0xc5, 0xa1, 0x12, 0xde, 0x31, 0x84, 0x94, 0x79, 0x2c, 0xa6, 0x86,
|
|
|
|
|
0xb3, 0x0b, 0x1c, 0x51, 0x9f, 0x84, 0xfa, 0x57, 0xca, 0x9c, 0xbf, 0xab, 0x70, 0xeb, 0xd4, 0xa7,
|
|
|
|
|
0xcc, 0x95, 0x07, 0xa9, 0x8b, 0x7f, 0x8d, 0x31, 0x65, 0x68, 0x1b, 0xea, 0x81, 0xbf, 0xf0, 0x99,
|
|
|
|
|
0x5d, 0xd9, 0xab, 0x0c, 0x2c, 0x57, 0x2e, 0xd0, 0x0e, 0x34, 0xc8, 0x7c, 0x4e, 0x31, 0xb3, 0xab,
|
|
|
|
|
0x7b, 0x95, 0x41, 0xdb, 0x55, 0x2b, 0xf4, 0x0d, 0x34, 0x29, 0x89, 0xd8, 0xe4, 0xfc, 0xd2, 0xb6,
|
|
|
|
|
0xf6, 0x2a, 0x83, 0xee, 0xc1, 0xc7, 0xc3, 0x3c, 0x9c, 0x86, 0xdc, 0xd3, 0x98, 0x44, 0x6c, 0xc8,
|
|
|
|
|
0xff, 0x3c, 0xbe, 0x74, 0x1b, 0x54, 0xfc, 0x72, 0xbb, 0x73, 0x3f, 0x60, 0x38, 0xb2, 0x6b, 0xd2,
|
|
|
|
|
0xae, 0x5c, 0xa1, 0x63, 0x00, 0x61, 0x97, 0x44, 0x33, 0x1c, 0xd9, 0x75, 0x61, 0x7a, 0x50, 0xc2,
|
|
|
|
|
0xf4, 0x33, 0xae, 0xef, 0xb6, 0xa9, 0xfe, 0x44, 0x5f, 0xc3, 0xa6, 0x84, 0x64, 0x32, 0x25, 0x33,
|
|
|
|
|
0x4c, 0xed, 0xc6, 0x9e, 0x35, 0xe8, 0x1e, 0xdc, 0x91, 0xa6, 0x34, 0xfc, 0x63, 0x09, 0xda, 0x88,
|
|
|
|
|
0xcc, 0xb0, 0xdb, 0x91, 0xea, 0xfc, 0x9b, 0xa2, 0xbb, 0xd0, 0x0e, 0xbd, 0x05, 0xa6, 0x4b, 0x6f,
|
|
|
|
|
0x8a, 0xed, 0xa6, 0x88, 0xf0, 0x6a, 0xc3, 0x09, 0xa1, 0xa5, 0x9d, 0x3b, 0x8f, 0xa1, 0x21, 0x53,
|
|
|
|
|
0x43, 0x1d, 0x68, 0xbe, 0x38, 0xfb, 0xfe, 0xec, 0xd9, 0x8f, 0x67, 0xbd, 0x0d, 0xd4, 0x82, 0xda,
|
|
|
|
|
0xd9, 0xe1, 0x0f, 0x47, 0xbd, 0x0a, 0xba, 0x09, 0x5b, 0xa7, 0x87, 0xe3, 0xe7, 0x13, 0xf7, 0xe8,
|
|
|
|
|
0xf4, 0xe8, 0x70, 0x7c, 0xf4, 0xa4, 0x57, 0x45, 0x5d, 0x80, 0xd1, 0xc9, 0xa1, 0xfb, 0x7c, 0x22,
|
|
|
|
|
0x54, 0x2c, 0xe7, 0x03, 0x68, 0x27, 0x39, 0xa0, 0x26, 0x58, 0x87, 0xe3, 0x91, 0x34, 0xf1, 0xe4,
|
|
|
|
|
0x68, 0x3c, 0xea, 0x55, 0x9c, 0xdf, 0x2b, 0xb0, 0x6d, 0x52, 0x46, 0x97, 0x24, 0xa4, 0x98, 0x73,
|
|
|
|
|
0x36, 0x25, 0x71, 0x98, 0x70, 0x26, 0x16, 0x08, 0x41, 0x2d, 0xc4, 0x6f, 0x35, 0x63, 0xe2, 0x9b,
|
|
|
|
|
0x6b, 0x32, 0xc2, 0xbc, 0x40, 0xb0, 0x65, 0xb9, 0x72, 0x81, 0x3e, 0x87, 0x96, 0x82, 0x82, 0xda,
|
|
|
|
|
0xb5, 0x3d, 0x6b, 0xd0, 0x39, 0xb8, 0x6d, 0x02, 0xa4, 0x3c, 0xba, 0x89, 0x9a, 0x73, 0x0c, 0xbb,
|
|
|
|
|
0xc7, 0x58, 0x47, 0x22, 0xf1, 0xd3, 0x37, 0x88, 0xfb, 0xf5, 0x16, 0x58, 0x04, 0xc3, 0xfd, 0x7a,
|
|
|
|
|
0x0b, 0x8c, 0x6c, 0x68, 0xaa, 0xeb, 0x27, 0xc2, 0xa9, 0xbb, 0x7a, 0xe9, 0x30, 0xb0, 0x57, 0x0d,
|
|
|
|
|
0xa9, 0xbc, 0xf2, 0x2c, 0xdd, 0x83, 0x1a, 0xaf, 0x0c, 0x61, 0xa6, 0x73, 0x80, 0xcc, 0x38, 0x9f,
|
|
|
|
|
0x86, 0x73, 0xe2, 0x0a, 0xb9, 0x49, 0x9d, 0x95, 0xa5, 0xee, 0x24, 0xed, 0x75, 0x44, 0x42, 0x86,
|
|
|
|
|
0x43, 0x76, 0xbd, 0xf8, 0x4f, 0xe1, 0x4e, 0x8e, 0x25, 0x95, 0xc0, 0x3e, 0x34, 0x55, 0x68, 0xc2,
|
|
|
|
|
0x5a, 0x21, 0xae, 0x5a, 0xcb, 0xf9, 0xc7, 0x82, 0xed, 0x17, 0xcb, 0x99, 0xc7, 0xb0, 0x16, 0xad,
|
|
|
|
|
0x09, 0xea, 0x3e, 0xd4, 0x45, 0x87, 0x51, 0x58, 0xdc, 0x94, 0xb6, 0x65, 0x1b, 0x1a, 0xf1, 0xbf,
|
|
|
|
|
0xae, 0x94, 0xa3, 0x87, 0xd0, 0xb8, 0xf0, 0x82, 0x18, 0x53, 0x01, 0x44, 0x82, 0x9a, 0xd2, 0x14,
|
|
|
|
|
0xed, 0xc9, 0x55, 0x1a, 0x68, 0x17, 0x9a, 0xb3, 0xe8, 0x92, 0xf7, 0x17, 0x51, 0x92, 0x2d, 0xb7,
|
|
|
|
|
0x31, 0x8b, 0x2e, 0xdd, 0x38, 0x44, 0x1f, 0xc1, 0xd6, 0xcc, 0xa7, 0xde, 0x79, 0x80, 0x27, 0xaf,
|
|
|
|
|
0x09, 0x79, 0x43, 0x45, 0x55, 0xb6, 0xdc, 0x4d, 0xb5, 0x79, 0xc2, 0xf7, 0x50, 0x9f, 0xdf, 0xa4,
|
|
|
|
|
0x69, 0x84, 0x3d, 0x86, 0xed, 0x86, 0x90, 0x27, 0x6b, 0x8e, 0x21, 0xf3, 0x17, 0x98, 0xc4, 0x4c,
|
|
|
|
|
0x94, 0x92, 0xe5, 0xea, 0x25, 0xfa, 0x10, 0x36, 0x23, 0x4c, 0x31, 0x9b, 0xa8, 0x28, 0x5b, 0xe2,
|
|
|
|
|
0x64, 0x47, 0xec, 0xbd, 0x94, 0x61, 0x21, 0xa8, 0xfd, 0xe6, 0xf9, 0xcc, 0x6e, 0x0b, 0x91, 0xf8,
|
|
|
|
|
0x96, 0xc7, 0x62, 0x8a, 0xf5, 0x31, 0xd0, 0xc7, 0x62, 0x8a, 0xd5, 0xb1, 0x6d, 0xa8, 0xcf, 0x49,
|
|
|
|
|
0x34, 0xc5, 0x76, 0x47, 0xc8, 0xe4, 0x02, 0xed, 0x41, 0x67, 0x86, 0xe9, 0x34, 0xf2, 0x97, 0x8c,
|
|
|
|
|
0x33, 0xba, 0x29, 0x30, 0x4d, 0x6f, 0xf1, 0x3c, 0x68, 0x7c, 0x7e, 0x46, 0x18, 0xa6, 0xf6, 0x96,
|
|
|
|
|
0xcc, 0x43, 0xaf, 0xd1, 0x3d, 0xb8, 0x31, 0x0d, 0xb0, 0x17, 0xc6, 0xcb, 0x09, 0x09, 0x27, 0x73,
|
|
|
|
|
0xcf, 0x0f, 0xec, 0xae, 0x50, 0xd9, 0x52, 0xdb, 0xcf, 0xc2, 0x6f, 0x3d, 0x3f, 0x70, 0x4e, 0xe0,
|
|
|
|
|
0x76, 0x86, 0xca, 0xeb, 0xde, 0x8a, 0xbf, 0xaa, 0xb0, 0xe3, 0x92, 0x20, 0x38, 0xf7, 0xa6, 0x6f,
|
|
|
|
|
0x4a, 0xdc, 0x8b, 0x14, 0x85, 0xd5, 0xf5, 0x14, 0x5a, 0x39, 0x14, 0xa6, 0xae, 0x7a, 0xcd, 0xb8,
|
|
|
|
|
0xea, 0x06, 0xb9, 0xf5, 0x62, 0x72, 0x1b, 0x26, 0xb9, 0x9a, 0xb9, 0x66, 0x8a, 0xb9, 0x84, 0x96,
|
|
|
|
|
0xd6, 0x1a, 0x5a, 0xda, 0xab, 0xb4, 0xe4, 0x40, 0x0f, 0x79, 0xd0, 0x7f, 0x07, 0xbb, 0x2b, 0x78,
|
|
|
|
|
0x5d, 0x17, 0xfc, 0x3f, 0x2c, 0xb8, 0xfd, 0x34, 0xa4, 0xcc, 0x0b, 0x82, 0x0c, 0xf6, 0x49, 0xfd,
|
|
|
|
|
0x55, 0x4a, 0xd7, 0x5f, 0xf5, 0xff, 0xd4, 0x9f, 0x65, 0x90, 0xa7, 0x99, 0xae, 0xa5, 0x98, 0x2e,
|
|
|
|
|
0x55, 0x93, 0x46, 0x27, 0x6c, 0x64, 0x3a, 0x21, 0x7a, 0x1f, 0x40, 0x16, 0x91, 0x30, 0x2e, 0x49,
|
|
|
|
|
0x6a, 0x8b, 0x9d, 0x33, 0xd5, 0xf8, 0x34, 0xaf, 0xad, 0x7c, 0x5e, 0xd3, 0x15, 0x39, 0x80, 0x9e,
|
|
|
|
|
0x8e, 0x67, 0x1a, 0xcd, 0x44, 0x4c, 0x8a, 0xa0, 0xae, 0xda, 0x1f, 0x45, 0x33, 0x1e, 0x55, 0x96,
|
|
|
|
|
0xeb, 0xce, 0xfa, 0x12, 0xdc, 0x34, 0x4b, 0xd0, 0x79, 0x0a, 0x3b, 0x59, 0x4a, 0xae, 0x4b, 0xef,
|
|
|
|
|
0x9f, 0x15, 0xd8, 0x7d, 0x11, 0xfa, 0xb9, 0x04, 0xe7, 0x15, 0xd7, 0x0a, 0xe4, 0xd5, 0x1c, 0xc8,
|
|
|
|
|
0xb7, 0xa1, 0xbe, 0x8c, 0xa3, 0x57, 0x58, 0x51, 0x28, 0x17, 0x69, 0x2c, 0x6b, 0x26, 0x96, 0x19,
|
|
|
|
|
0x34, 0xea, 0x2b, 0x68, 0x38, 0x13, 0xb0, 0x57, 0xa3, 0xbc, 0x66, 0xce, 0x3c, 0xaf, 0xe4, 0x0d,
|
|
|
|
|
0x6d, 0xcb, 0xf7, 0xd2, 0xb9, 0x05, 0x37, 0x8f, 0x31, 0x7b, 0x29, 0x4b, 0x5d, 0x01, 0xe0, 0x1c,
|
|
|
|
|
0x01, 0x4a, 0x6f, 0x5e, 0xf9, 0x53, 0x5b, 0xa6, 0x3f, 0x3d, 0x60, 0x6a, 0x7d, 0xad, 0xe5, 0x7c,
|
|
|
|
|
0x25, 0x6c, 0x9f, 0xf8, 0x94, 0x91, 0xe8, 0x72, 0x1d, 0xb8, 0x3d, 0xb0, 0x16, 0xde, 0x5b, 0xf5,
|
|
|
|
|
0xc4, 0xf2, 0x4f, 0xe7, 0x58, 0x44, 0x90, 0x1c, 0x55, 0x11, 0xa4, 0x07, 0x96, 0x4a, 0xb9, 0x81,
|
|
|
|
|
0xe5, 0x2d, 0xa0, 0xe7, 0x38, 0x99, 0x9d, 0xde, 0xf1, 0xd6, 0x6b, 0x9a, 0xaa, 0x26, 0x4d, 0x36,
|
|
|
|
|
0x34, 0x55, 0x9f, 0x51, 0xc4, 0xea, 0x25, 0xbf, 0xac, 0x4b, 0x2f, 0xf2, 0x82, 0x00, 0x07, 0xea,
|
|
|
|
|
0xd9, 0x4c, 0xd6, 0xce, 0xcf, 0x70, 0xcb, 0xf0, 0xac, 0x72, 0xe0, 0xb9, 0xd2, 0x57, 0xca, 0x33,
|
|
|
|
|
0xff, 0x44, 0x5f, 0x42, 0x43, 0x0e, 0x9f, 0xc2, 0x6f, 0xf7, 0xe0, 0xae, 0x99, 0x93, 0x30, 0x12,
|
|
|
|
|
0x87, 0x6a, 0x5a, 0x75, 0x95, 0xee, 0xc1, 0xbf, 0x2d, 0xe8, 0xea, 0xf1, 0x49, 0x8e, 0xc6, 0xc8,
|
|
|
|
|
0x87, 0xcd, 0xf4, 0x9c, 0x88, 0x1e, 0x14, 0x4f, 0xce, 0x99, 0xf1, 0xbf, 0xff, 0xb0, 0x8c, 0xaa,
|
|
|
|
|
0xcc, 0xc0, 0xd9, 0xf8, 0xac, 0x82, 0x28, 0xf4, 0xb2, 0xe3, 0x1b, 0x7a, 0x94, 0x6f, 0xa3, 0x60,
|
|
|
|
|
0x5e, 0xec, 0x0f, 0xcb, 0xaa, 0x6b, 0xb7, 0xe8, 0x42, 0xdc, 0x27, 0x73, 0xe6, 0x42, 0xef, 0x34,
|
|
|
|
|
0x63, 0x8e, 0x79, 0xfd, 0xfd, 0xd2, 0xfa, 0x89, 0xdf, 0x5f, 0x60, 0xcb, 0x78, 0xd1, 0x51, 0x01,
|
|
|
|
|
0x5a, 0x79, 0x13, 0x5c, 0xff, 0x93, 0x52, 0xba, 0x89, 0xaf, 0x05, 0x74, 0xcd, 0x16, 0x87, 0x0a,
|
|
|
|
|
0x0c, 0xe4, 0xbe, 0x4d, 0xfd, 0x4f, 0xcb, 0x29, 0x27, 0xee, 0x28, 0xf4, 0xb2, 0xfd, 0xa5, 0x88,
|
|
|
|
|
0xc7, 0x82, 0x6e, 0x59, 0xc4, 0x63, 0x51, 0xdb, 0x72, 0x36, 0x90, 0x07, 0x70, 0xd5, 0x5e, 0xd0,
|
|
|
|
|
0xfd, 0x42, 0x42, 0xcc, 0xae, 0xd4, 0x1f, 0xbc, 0x5b, 0x31, 0x71, 0xb1, 0x84, 0x1b, 0x99, 0x49,
|
|
|
|
|
0x00, 0x15, 0x40, 0x93, 0x3f, 0x60, 0xf5, 0x1f, 0x95, 0xd4, 0xce, 0x24, 0xa5, 0x3a, 0xd6, 0x9a,
|
|
|
|
|
0xa4, 0xcc, 0x76, 0xb8, 0x26, 0xa9, 0x4c, 0xf3, 0x73, 0x36, 0x90, 0x0f, 0x5d, 0x37, 0x0e, 0x95,
|
|
|
|
|
0x6b, 0xde, 0x16, 0x50, 0xc1, 0xe9, 0xd5, 0x8e, 0xd7, 0x7f, 0x50, 0x42, 0xf3, 0xaa, 0xbe, 0x1f,
|
|
|
|
|
0xc3, 0x4f, 0x2d, 0xad, 0x7a, 0xde, 0x10, 0xff, 0x39, 0xf8, 0xe2, 0xbf, 0x00, 0x00, 0x00, 0xff,
|
|
|
|
|
0xff, 0x20, 0xcd, 0x9e, 0x3a, 0x27, 0x11, 0x00, 0x00,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
@ -1647,6 +1763,41 @@ type ReleaseServiceServer interface {
|
|
|
|
|
RunReleaseTest(*TestReleaseRequest, ReleaseService_RunReleaseTestServer) error
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// UnimplementedReleaseServiceServer can be embedded to have forward compatible implementations.
|
|
|
|
|
type UnimplementedReleaseServiceServer struct {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*UnimplementedReleaseServiceServer) ListReleases(req *ListReleasesRequest, srv ReleaseService_ListReleasesServer) error {
|
|
|
|
|
return status.Errorf(codes.Unimplemented, "method ListReleases not implemented")
|
|
|
|
|
}
|
|
|
|
|
func (*UnimplementedReleaseServiceServer) GetReleaseStatus(ctx context.Context, req *GetReleaseStatusRequest) (*GetReleaseStatusResponse, error) {
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetReleaseStatus not implemented")
|
|
|
|
|
}
|
|
|
|
|
func (*UnimplementedReleaseServiceServer) GetReleaseContent(ctx context.Context, req *GetReleaseContentRequest) (*GetReleaseContentResponse, error) {
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetReleaseContent not implemented")
|
|
|
|
|
}
|
|
|
|
|
func (*UnimplementedReleaseServiceServer) UpdateRelease(ctx context.Context, req *UpdateReleaseRequest) (*UpdateReleaseResponse, error) {
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method UpdateRelease not implemented")
|
|
|
|
|
}
|
|
|
|
|
func (*UnimplementedReleaseServiceServer) InstallRelease(ctx context.Context, req *InstallReleaseRequest) (*InstallReleaseResponse, error) {
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method InstallRelease not implemented")
|
|
|
|
|
}
|
|
|
|
|
func (*UnimplementedReleaseServiceServer) UninstallRelease(ctx context.Context, req *UninstallReleaseRequest) (*UninstallReleaseResponse, error) {
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method UninstallRelease not implemented")
|
|
|
|
|
}
|
|
|
|
|
func (*UnimplementedReleaseServiceServer) GetVersion(ctx context.Context, req *GetVersionRequest) (*GetVersionResponse, error) {
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetVersion not implemented")
|
|
|
|
|
}
|
|
|
|
|
func (*UnimplementedReleaseServiceServer) RollbackRelease(ctx context.Context, req *RollbackReleaseRequest) (*RollbackReleaseResponse, error) {
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method RollbackRelease not implemented")
|
|
|
|
|
}
|
|
|
|
|
func (*UnimplementedReleaseServiceServer) GetHistory(ctx context.Context, req *GetHistoryRequest) (*GetHistoryResponse, error) {
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetHistory not implemented")
|
|
|
|
|
}
|
|
|
|
|
func (*UnimplementedReleaseServiceServer) RunReleaseTest(req *TestReleaseRequest, srv ReleaseService_RunReleaseTestServer) error {
|
|
|
|
|
return status.Errorf(codes.Unimplemented, "method RunReleaseTest not implemented")
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func RegisterReleaseServiceServer(s *grpc.Server, srv ReleaseServiceServer) {
|
|
|
|
|
s.RegisterService(&_ReleaseService_serviceDesc, srv)
|
|
|
|
|
}
|
|
|
|
@ -1888,93 +2039,3 @@ var _ReleaseService_serviceDesc = grpc.ServiceDesc{
|
|
|
|
|
},
|
|
|
|
|
Metadata: "hapi/services/tiller.proto",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() { proto.RegisterFile("hapi/services/tiller.proto", fileDescriptor_tiller_bb72ee4a42494734) }
|
|
|
|
|
|
|
|
|
|
var fileDescriptor_tiller_bb72ee4a42494734 = []byte{
|
|
|
|
|
// 1337 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x58, 0xdd, 0x72, 0xdb, 0x44,
|
|
|
|
|
0x14, 0x8e, 0x2d, 0xff, 0x1e, 0x27, 0xae, 0xbb, 0x4d, 0x13, 0xd5, 0x14, 0x26, 0x88, 0xa1, 0x75,
|
|
|
|
|
0x0b, 0x75, 0x20, 0x70, 0xc3, 0x0c, 0xc3, 0x4c, 0xea, 0x86, 0xa4, 0x10, 0xd2, 0x19, 0xb9, 0x2d,
|
|
|
|
|
0x33, 0xcc, 0x30, 0x1e, 0xc5, 0x5e, 0xb7, 0xa2, 0xb2, 0xd6, 0x68, 0x57, 0xa1, 0x79, 0x04, 0x2e,
|
|
|
|
|
0x79, 0x07, 0xae, 0x79, 0x06, 0x6e, 0x79, 0x06, 0x5e, 0x86, 0xd9, 0x3f, 0x45, 0x2b, 0x4b, 0xae,
|
|
|
|
|
0xc8, 0x4d, 0xac, 0xdd, 0x73, 0xf6, 0xfc, 0x7c, 0xdf, 0x9e, 0xb3, 0x67, 0x02, 0xfd, 0xd7, 0xde,
|
|
|
|
|
0xd2, 0xdf, 0xa7, 0x38, 0xba, 0xf0, 0xa7, 0x98, 0xee, 0x33, 0x3f, 0x08, 0x70, 0x34, 0x5c, 0x46,
|
|
|
|
|
0x84, 0x11, 0xb4, 0xcd, 0x65, 0x43, 0x2d, 0x1b, 0x4a, 0x59, 0x7f, 0x47, 0x9c, 0x98, 0xbe, 0xf6,
|
|
|
|
|
0x22, 0x26, 0xff, 0x4a, 0xed, 0xfe, 0x6e, 0x7a, 0x9f, 0x84, 0x73, 0xff, 0x95, 0x12, 0x48, 0x17,
|
|
|
|
|
0x11, 0x0e, 0xb0, 0x47, 0xb1, 0xfe, 0x35, 0x0e, 0x69, 0x99, 0x1f, 0xce, 0x89, 0x12, 0xbc, 0x67,
|
|
|
|
|
0x08, 0x18, 0xa6, 0x6c, 0x12, 0xc5, 0xa1, 0x12, 0xde, 0x31, 0x84, 0x94, 0x79, 0x2c, 0xa6, 0x86,
|
|
|
|
|
0xb3, 0x0b, 0x1c, 0x51, 0x9f, 0x84, 0xfa, 0x57, 0xca, 0x9c, 0xbf, 0xab, 0x70, 0xeb, 0xd4, 0xa7,
|
|
|
|
|
0xcc, 0x95, 0x07, 0xa9, 0x8b, 0x7f, 0x8d, 0x31, 0x65, 0x68, 0x1b, 0xea, 0x81, 0xbf, 0xf0, 0x99,
|
|
|
|
|
0x5d, 0xd9, 0xab, 0x0c, 0x2c, 0x57, 0x2e, 0xd0, 0x0e, 0x34, 0xc8, 0x7c, 0x4e, 0x31, 0xb3, 0xab,
|
|
|
|
|
0x7b, 0x95, 0x41, 0xdb, 0x55, 0x2b, 0xf4, 0x0d, 0x34, 0x29, 0x89, 0xd8, 0xe4, 0xfc, 0xd2, 0xb6,
|
|
|
|
|
0xf6, 0x2a, 0x83, 0xee, 0xc1, 0xc7, 0xc3, 0x3c, 0x9c, 0x86, 0xdc, 0xd3, 0x98, 0x44, 0x6c, 0xc8,
|
|
|
|
|
0xff, 0x3c, 0xbe, 0x74, 0x1b, 0x54, 0xfc, 0x72, 0xbb, 0x73, 0x3f, 0x60, 0x38, 0xb2, 0x6b, 0xd2,
|
|
|
|
|
0xae, 0x5c, 0xa1, 0x63, 0x00, 0x61, 0x97, 0x44, 0x33, 0x1c, 0xd9, 0x75, 0x61, 0x7a, 0x50, 0xc2,
|
|
|
|
|
0xf4, 0x33, 0xae, 0xef, 0xb6, 0xa9, 0xfe, 0x44, 0x5f, 0xc3, 0xa6, 0x84, 0x64, 0x32, 0x25, 0x33,
|
|
|
|
|
0x4c, 0xed, 0xc6, 0x9e, 0x35, 0xe8, 0x1e, 0xdc, 0x91, 0xa6, 0x34, 0xfc, 0x63, 0x09, 0xda, 0x88,
|
|
|
|
|
0xcc, 0xb0, 0xdb, 0x91, 0xea, 0xfc, 0x9b, 0xa2, 0xbb, 0xd0, 0x0e, 0xbd, 0x05, 0xa6, 0x4b, 0x6f,
|
|
|
|
|
0x8a, 0xed, 0xa6, 0x88, 0xf0, 0x6a, 0xc3, 0x09, 0xa1, 0xa5, 0x9d, 0x3b, 0x8f, 0xa1, 0x21, 0x53,
|
|
|
|
|
0x43, 0x1d, 0x68, 0xbe, 0x38, 0xfb, 0xfe, 0xec, 0xd9, 0x8f, 0x67, 0xbd, 0x0d, 0xd4, 0x82, 0xda,
|
|
|
|
|
0xd9, 0xe1, 0x0f, 0x47, 0xbd, 0x0a, 0xba, 0x09, 0x5b, 0xa7, 0x87, 0xe3, 0xe7, 0x13, 0xf7, 0xe8,
|
|
|
|
|
0xf4, 0xe8, 0x70, 0x7c, 0xf4, 0xa4, 0x57, 0x45, 0x5d, 0x80, 0xd1, 0xc9, 0xa1, 0xfb, 0x7c, 0x22,
|
|
|
|
|
0x54, 0x2c, 0xe7, 0x03, 0x68, 0x27, 0x39, 0xa0, 0x26, 0x58, 0x87, 0xe3, 0x91, 0x34, 0xf1, 0xe4,
|
|
|
|
|
0x68, 0x3c, 0xea, 0x55, 0x9c, 0xdf, 0x2b, 0xb0, 0x6d, 0x52, 0x46, 0x97, 0x24, 0xa4, 0x98, 0x73,
|
|
|
|
|
0x36, 0x25, 0x71, 0x98, 0x70, 0x26, 0x16, 0x08, 0x41, 0x2d, 0xc4, 0x6f, 0x35, 0x63, 0xe2, 0x9b,
|
|
|
|
|
0x6b, 0x32, 0xc2, 0xbc, 0x40, 0xb0, 0x65, 0xb9, 0x72, 0x81, 0x3e, 0x87, 0x96, 0x82, 0x82, 0xda,
|
|
|
|
|
0xb5, 0x3d, 0x6b, 0xd0, 0x39, 0xb8, 0x6d, 0x02, 0xa4, 0x3c, 0xba, 0x89, 0x9a, 0x73, 0x0c, 0xbb,
|
|
|
|
|
0xc7, 0x58, 0x47, 0x22, 0xf1, 0xd3, 0x37, 0x88, 0xfb, 0xf5, 0x16, 0x58, 0x04, 0xc3, 0xfd, 0x7a,
|
|
|
|
|
0x0b, 0x8c, 0x6c, 0x68, 0xaa, 0xeb, 0x27, 0xc2, 0xa9, 0xbb, 0x7a, 0xe9, 0x30, 0xb0, 0x57, 0x0d,
|
|
|
|
|
0xa9, 0xbc, 0xf2, 0x2c, 0xdd, 0x83, 0x1a, 0xaf, 0x0c, 0x61, 0xa6, 0x73, 0x80, 0xcc, 0x38, 0x9f,
|
|
|
|
|
0x86, 0x73, 0xe2, 0x0a, 0xb9, 0x49, 0x9d, 0x95, 0xa5, 0xee, 0x24, 0xed, 0x75, 0x44, 0x42, 0x86,
|
|
|
|
|
0x43, 0x76, 0xbd, 0xf8, 0x4f, 0xe1, 0x4e, 0x8e, 0x25, 0x95, 0xc0, 0x3e, 0x34, 0x55, 0x68, 0xc2,
|
|
|
|
|
0x5a, 0x21, 0xae, 0x5a, 0xcb, 0xf9, 0xc7, 0x82, 0xed, 0x17, 0xcb, 0x99, 0xc7, 0xb0, 0x16, 0xad,
|
|
|
|
|
0x09, 0xea, 0x3e, 0xd4, 0x45, 0x87, 0x51, 0x58, 0xdc, 0x94, 0xb6, 0x65, 0x1b, 0x1a, 0xf1, 0xbf,
|
|
|
|
|
0xae, 0x94, 0xa3, 0x87, 0xd0, 0xb8, 0xf0, 0x82, 0x18, 0x53, 0x01, 0x44, 0x82, 0x9a, 0xd2, 0x14,
|
|
|
|
|
0xed, 0xc9, 0x55, 0x1a, 0x68, 0x17, 0x9a, 0xb3, 0xe8, 0x92, 0xf7, 0x17, 0x51, 0x92, 0x2d, 0xb7,
|
|
|
|
|
0x31, 0x8b, 0x2e, 0xdd, 0x38, 0x44, 0x1f, 0xc1, 0xd6, 0xcc, 0xa7, 0xde, 0x79, 0x80, 0x27, 0xaf,
|
|
|
|
|
0x09, 0x79, 0x43, 0x45, 0x55, 0xb6, 0xdc, 0x4d, 0xb5, 0x79, 0xc2, 0xf7, 0x50, 0x9f, 0xdf, 0xa4,
|
|
|
|
|
0x69, 0x84, 0x3d, 0x86, 0xed, 0x86, 0x90, 0x27, 0x6b, 0x8e, 0x21, 0xf3, 0x17, 0x98, 0xc4, 0x4c,
|
|
|
|
|
0x94, 0x92, 0xe5, 0xea, 0x25, 0xfa, 0x10, 0x36, 0x23, 0x4c, 0x31, 0x9b, 0xa8, 0x28, 0x5b, 0xe2,
|
|
|
|
|
0x64, 0x47, 0xec, 0xbd, 0x94, 0x61, 0x21, 0xa8, 0xfd, 0xe6, 0xf9, 0xcc, 0x6e, 0x0b, 0x91, 0xf8,
|
|
|
|
|
0x96, 0xc7, 0x62, 0x8a, 0xf5, 0x31, 0xd0, 0xc7, 0x62, 0x8a, 0xd5, 0xb1, 0x6d, 0xa8, 0xcf, 0x49,
|
|
|
|
|
0x34, 0xc5, 0x76, 0x47, 0xc8, 0xe4, 0x02, 0xed, 0x41, 0x67, 0x86, 0xe9, 0x34, 0xf2, 0x97, 0x8c,
|
|
|
|
|
0x33, 0xba, 0x29, 0x30, 0x4d, 0x6f, 0xf1, 0x3c, 0x68, 0x7c, 0x7e, 0x46, 0x18, 0xa6, 0xf6, 0x96,
|
|
|
|
|
0xcc, 0x43, 0xaf, 0xd1, 0x3d, 0xb8, 0x31, 0x0d, 0xb0, 0x17, 0xc6, 0xcb, 0x09, 0x09, 0x27, 0x73,
|
|
|
|
|
0xcf, 0x0f, 0xec, 0xae, 0x50, 0xd9, 0x52, 0xdb, 0xcf, 0xc2, 0x6f, 0x3d, 0x3f, 0x70, 0x4e, 0xe0,
|
|
|
|
|
0x76, 0x86, 0xca, 0xeb, 0xde, 0x8a, 0xbf, 0xaa, 0xb0, 0xe3, 0x92, 0x20, 0x38, 0xf7, 0xa6, 0x6f,
|
|
|
|
|
0x4a, 0xdc, 0x8b, 0x14, 0x85, 0xd5, 0xf5, 0x14, 0x5a, 0x39, 0x14, 0xa6, 0xae, 0x7a, 0xcd, 0xb8,
|
|
|
|
|
0xea, 0x06, 0xb9, 0xf5, 0x62, 0x72, 0x1b, 0x26, 0xb9, 0x9a, 0xb9, 0x66, 0x8a, 0xb9, 0x84, 0x96,
|
|
|
|
|
0xd6, 0x1a, 0x5a, 0xda, 0xab, 0xb4, 0xe4, 0x40, 0x0f, 0x79, 0xd0, 0x7f, 0x07, 0xbb, 0x2b, 0x78,
|
|
|
|
|
0x5d, 0x17, 0xfc, 0x3f, 0x2c, 0xb8, 0xfd, 0x34, 0xa4, 0xcc, 0x0b, 0x82, 0x0c, 0xf6, 0x49, 0xfd,
|
|
|
|
|
0x55, 0x4a, 0xd7, 0x5f, 0xf5, 0xff, 0xd4, 0x9f, 0x65, 0x90, 0xa7, 0x99, 0xae, 0xa5, 0x98, 0x2e,
|
|
|
|
|
0x55, 0x93, 0x46, 0x27, 0x6c, 0x64, 0x3a, 0x21, 0x7a, 0x1f, 0x40, 0x16, 0x91, 0x30, 0x2e, 0x49,
|
|
|
|
|
0x6a, 0x8b, 0x9d, 0x33, 0xd5, 0xf8, 0x34, 0xaf, 0xad, 0x7c, 0x5e, 0xd3, 0x15, 0x39, 0x80, 0x9e,
|
|
|
|
|
0x8e, 0x67, 0x1a, 0xcd, 0x44, 0x4c, 0x8a, 0xa0, 0xae, 0xda, 0x1f, 0x45, 0x33, 0x1e, 0x55, 0x96,
|
|
|
|
|
0xeb, 0xce, 0xfa, 0x12, 0xdc, 0x34, 0x4b, 0xd0, 0x79, 0x0a, 0x3b, 0x59, 0x4a, 0xae, 0x4b, 0xef,
|
|
|
|
|
0x9f, 0x15, 0xd8, 0x7d, 0x11, 0xfa, 0xb9, 0x04, 0xe7, 0x15, 0xd7, 0x0a, 0xe4, 0xd5, 0x1c, 0xc8,
|
|
|
|
|
0xb7, 0xa1, 0xbe, 0x8c, 0xa3, 0x57, 0x58, 0x51, 0x28, 0x17, 0x69, 0x2c, 0x6b, 0x26, 0x96, 0x19,
|
|
|
|
|
0x34, 0xea, 0x2b, 0x68, 0x38, 0x13, 0xb0, 0x57, 0xa3, 0xbc, 0x66, 0xce, 0x3c, 0xaf, 0xe4, 0x0d,
|
|
|
|
|
0x6d, 0xcb, 0xf7, 0xd2, 0xb9, 0x05, 0x37, 0x8f, 0x31, 0x7b, 0x29, 0x4b, 0x5d, 0x01, 0xe0, 0x1c,
|
|
|
|
|
0x01, 0x4a, 0x6f, 0x5e, 0xf9, 0x53, 0x5b, 0xa6, 0x3f, 0x3d, 0x60, 0x6a, 0x7d, 0xad, 0xe5, 0x7c,
|
|
|
|
|
0x25, 0x6c, 0x9f, 0xf8, 0x94, 0x91, 0xe8, 0x72, 0x1d, 0xb8, 0x3d, 0xb0, 0x16, 0xde, 0x5b, 0xf5,
|
|
|
|
|
0xc4, 0xf2, 0x4f, 0xe7, 0x58, 0x44, 0x90, 0x1c, 0x55, 0x11, 0xa4, 0x07, 0x96, 0x4a, 0xb9, 0x81,
|
|
|
|
|
0xe5, 0x2d, 0xa0, 0xe7, 0x38, 0x99, 0x9d, 0xde, 0xf1, 0xd6, 0x6b, 0x9a, 0xaa, 0x26, 0x4d, 0x36,
|
|
|
|
|
0x34, 0x55, 0x9f, 0x51, 0xc4, 0xea, 0x25, 0xbf, 0xac, 0x4b, 0x2f, 0xf2, 0x82, 0x00, 0x07, 0xea,
|
|
|
|
|
0xd9, 0x4c, 0xd6, 0xce, 0xcf, 0x70, 0xcb, 0xf0, 0xac, 0x72, 0xe0, 0xb9, 0xd2, 0x57, 0xca, 0x33,
|
|
|
|
|
0xff, 0x44, 0x5f, 0x42, 0x43, 0x0e, 0x9f, 0xc2, 0x6f, 0xf7, 0xe0, 0xae, 0x99, 0x93, 0x30, 0x12,
|
|
|
|
|
0x87, 0x6a, 0x5a, 0x75, 0x95, 0xee, 0xc1, 0xbf, 0x2d, 0xe8, 0xea, 0xf1, 0x49, 0x8e, 0xc6, 0xc8,
|
|
|
|
|
0x87, 0xcd, 0xf4, 0x9c, 0x88, 0x1e, 0x14, 0x4f, 0xce, 0x99, 0xf1, 0xbf, 0xff, 0xb0, 0x8c, 0xaa,
|
|
|
|
|
0xcc, 0xc0, 0xd9, 0xf8, 0xac, 0x82, 0x28, 0xf4, 0xb2, 0xe3, 0x1b, 0x7a, 0x94, 0x6f, 0xa3, 0x60,
|
|
|
|
|
0x5e, 0xec, 0x0f, 0xcb, 0xaa, 0x6b, 0xb7, 0xe8, 0x42, 0xdc, 0x27, 0x73, 0xe6, 0x42, 0xef, 0x34,
|
|
|
|
|
0x63, 0x8e, 0x79, 0xfd, 0xfd, 0xd2, 0xfa, 0x89, 0xdf, 0x5f, 0x60, 0xcb, 0x78, 0xd1, 0x51, 0x01,
|
|
|
|
|
0x5a, 0x79, 0x13, 0x5c, 0xff, 0x93, 0x52, 0xba, 0x89, 0xaf, 0x05, 0x74, 0xcd, 0x16, 0x87, 0x0a,
|
|
|
|
|
0x0c, 0xe4, 0xbe, 0x4d, 0xfd, 0x4f, 0xcb, 0x29, 0x27, 0xee, 0x28, 0xf4, 0xb2, 0xfd, 0xa5, 0x88,
|
|
|
|
|
0xc7, 0x82, 0x6e, 0x59, 0xc4, 0x63, 0x51, 0xdb, 0x72, 0x36, 0x90, 0x07, 0x70, 0xd5, 0x5e, 0xd0,
|
|
|
|
|
0xfd, 0x42, 0x42, 0xcc, 0xae, 0xd4, 0x1f, 0xbc, 0x5b, 0x31, 0x71, 0xb1, 0x84, 0x1b, 0x99, 0x49,
|
|
|
|
|
0x00, 0x15, 0x40, 0x93, 0x3f, 0x60, 0xf5, 0x1f, 0x95, 0xd4, 0xce, 0x24, 0xa5, 0x3a, 0xd6, 0x9a,
|
|
|
|
|
0xa4, 0xcc, 0x76, 0xb8, 0x26, 0xa9, 0x4c, 0xf3, 0x73, 0x36, 0x90, 0x0f, 0x5d, 0x37, 0x0e, 0x95,
|
|
|
|
|
0x6b, 0xde, 0x16, 0x50, 0xc1, 0xe9, 0xd5, 0x8e, 0xd7, 0x7f, 0x50, 0x42, 0xf3, 0xaa, 0xbe, 0x1f,
|
|
|
|
|
0xc3, 0x4f, 0x2d, 0xad, 0x7a, 0xde, 0x10, 0xff, 0x39, 0xf8, 0xe2, 0xbf, 0x00, 0x00, 0x00, 0xff,
|
|
|
|
|
0xff, 0x20, 0xcd, 0x9e, 0x3a, 0x27, 0x11, 0x00, 0x00,
|
|
|
|
|
}
|
|
|
|
|