Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
a8145d6f
Commit
a8145d6f
authored
Mar 22, 2019
by
Timofey Kirillov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate proto files for `--cleanup-on-fail` option
Signed-off-by:
Timofey Kirillov
<
timofey.kirillov@flant.com
>
parent
faa5fd0b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
172 additions
and
135 deletions
+172
-135
status.pb.go
pkg/proto/hapi/release/status.pb.go
+1
-1
rudder.pb.go
pkg/proto/hapi/rudder/rudder.pb.go
+68
-51
tiller.pb.go
pkg/proto/hapi/services/tiller.pb.go
+103
-83
No files found.
pkg/proto/hapi/release/status.pb.go
View file @
a8145d6f
...
@@ -20,7 +20,7 @@ const (
...
@@ -20,7 +20,7 @@ const (
Status_UNKNOWN
Status_Code
=
0
Status_UNKNOWN
Status_Code
=
0
// Status_DEPLOYED indicates that the release has been pushed to Kubernetes.
// Status_DEPLOYED indicates that the release has been pushed to Kubernetes.
Status_DEPLOYED
Status_Code
=
1
Status_DEPLOYED
Status_Code
=
1
// Status_DELETED indicates that a release has been deleted from Kuber
m
etes.
// Status_DELETED indicates that a release has been deleted from Kuber
n
etes.
Status_DELETED
Status_Code
=
2
Status_DELETED
Status_Code
=
2
// Status_SUPERSEDED indicates that this release object is outdated and a newer one exists.
// Status_SUPERSEDED indicates that this release object is outdated and a newer one exists.
Status_SUPERSEDED
Status_Code
=
3
Status_SUPERSEDED
Status_Code
=
3
...
...
pkg/proto/hapi/rudder/rudder.pb.go
View file @
a8145d6f
...
@@ -214,12 +214,13 @@ func (m *DeleteReleaseResponse) GetResult() *Result {
...
@@ -214,12 +214,13 @@ func (m *DeleteReleaseResponse) GetResult() *Result {
}
}
type
UpgradeReleaseRequest
struct
{
type
UpgradeReleaseRequest
struct
{
Current
*
hapi_release5
.
Release
`protobuf:"bytes,1,opt,name=current" json:"current,omitempty"`
Current
*
hapi_release5
.
Release
`protobuf:"bytes,1,opt,name=current" json:"current,omitempty"`
Target
*
hapi_release5
.
Release
`protobuf:"bytes,2,opt,name=target" json:"target,omitempty"`
Target
*
hapi_release5
.
Release
`protobuf:"bytes,2,opt,name=target" json:"target,omitempty"`
Timeout
int64
`protobuf:"varint,3,opt,name=Timeout" json:"Timeout,omitempty"`
Timeout
int64
`protobuf:"varint,3,opt,name=Timeout" json:"Timeout,omitempty"`
Wait
bool
`protobuf:"varint,4,opt,name=Wait" json:"Wait,omitempty"`
Wait
bool
`protobuf:"varint,4,opt,name=Wait" json:"Wait,omitempty"`
Recreate
bool
`protobuf:"varint,5,opt,name=Recreate" json:"Recreate,omitempty"`
Recreate
bool
`protobuf:"varint,5,opt,name=Recreate" json:"Recreate,omitempty"`
Force
bool
`protobuf:"varint,6,opt,name=Force" json:"Force,omitempty"`
Force
bool
`protobuf:"varint,6,opt,name=Force" json:"Force,omitempty"`
CleanupOnFail
bool
`protobuf:"varint,7,opt,name=CleanupOnFail" json:"CleanupOnFail,omitempty"`
}
}
func
(
m
*
UpgradeReleaseRequest
)
Reset
()
{
*
m
=
UpgradeReleaseRequest
{}
}
func
(
m
*
UpgradeReleaseRequest
)
Reset
()
{
*
m
=
UpgradeReleaseRequest
{}
}
...
@@ -269,6 +270,13 @@ func (m *UpgradeReleaseRequest) GetForce() bool {
...
@@ -269,6 +270,13 @@ func (m *UpgradeReleaseRequest) GetForce() bool {
return
false
return
false
}
}
func
(
m
*
UpgradeReleaseRequest
)
GetCleanupOnFail
()
bool
{
if
m
!=
nil
{
return
m
.
CleanupOnFail
}
return
false
}
type
UpgradeReleaseResponse
struct
{
type
UpgradeReleaseResponse
struct
{
Release
*
hapi_release5
.
Release
`protobuf:"bytes,1,opt,name=release" json:"release,omitempty"`
Release
*
hapi_release5
.
Release
`protobuf:"bytes,1,opt,name=release" json:"release,omitempty"`
Result
*
Result
`protobuf:"bytes,2,opt,name=result" json:"result,omitempty"`
Result
*
Result
`protobuf:"bytes,2,opt,name=result" json:"result,omitempty"`
...
@@ -294,12 +302,13 @@ func (m *UpgradeReleaseResponse) GetResult() *Result {
...
@@ -294,12 +302,13 @@ func (m *UpgradeReleaseResponse) GetResult() *Result {
}
}
type
RollbackReleaseRequest
struct
{
type
RollbackReleaseRequest
struct
{
Current
*
hapi_release5
.
Release
`protobuf:"bytes,1,opt,name=current" json:"current,omitempty"`
Current
*
hapi_release5
.
Release
`protobuf:"bytes,1,opt,name=current" json:"current,omitempty"`
Target
*
hapi_release5
.
Release
`protobuf:"bytes,2,opt,name=target" json:"target,omitempty"`
Target
*
hapi_release5
.
Release
`protobuf:"bytes,2,opt,name=target" json:"target,omitempty"`
Timeout
int64
`protobuf:"varint,3,opt,name=Timeout" json:"Timeout,omitempty"`
Timeout
int64
`protobuf:"varint,3,opt,name=Timeout" json:"Timeout,omitempty"`
Wait
bool
`protobuf:"varint,4,opt,name=Wait" json:"Wait,omitempty"`
Wait
bool
`protobuf:"varint,4,opt,name=Wait" json:"Wait,omitempty"`
Recreate
bool
`protobuf:"varint,5,opt,name=Recreate" json:"Recreate,omitempty"`
Recreate
bool
`protobuf:"varint,5,opt,name=Recreate" json:"Recreate,omitempty"`
Force
bool
`protobuf:"varint,6,opt,name=Force" json:"Force,omitempty"`
Force
bool
`protobuf:"varint,6,opt,name=Force" json:"Force,omitempty"`
CleanupOnFail
bool
`protobuf:"varint,7,opt,name=CleanupOnFail" json:"CleanupOnFail,omitempty"`
}
}
func
(
m
*
RollbackReleaseRequest
)
Reset
()
{
*
m
=
RollbackReleaseRequest
{}
}
func
(
m
*
RollbackReleaseRequest
)
Reset
()
{
*
m
=
RollbackReleaseRequest
{}
}
...
@@ -349,6 +358,13 @@ func (m *RollbackReleaseRequest) GetForce() bool {
...
@@ -349,6 +358,13 @@ func (m *RollbackReleaseRequest) GetForce() bool {
return
false
return
false
}
}
func
(
m
*
RollbackReleaseRequest
)
GetCleanupOnFail
()
bool
{
if
m
!=
nil
{
return
m
.
CleanupOnFail
}
return
false
}
type
RollbackReleaseResponse
struct
{
type
RollbackReleaseResponse
struct
{
Release
*
hapi_release5
.
Release
`protobuf:"bytes,1,opt,name=release" json:"release,omitempty"`
Release
*
hapi_release5
.
Release
`protobuf:"bytes,1,opt,name=release" json:"release,omitempty"`
Result
*
Result
`protobuf:"bytes,2,opt,name=result" json:"result,omitempty"`
Result
*
Result
`protobuf:"bytes,2,opt,name=result" json:"result,omitempty"`
...
@@ -680,43 +696,44 @@ var _ReleaseModuleService_serviceDesc = grpc.ServiceDesc{
...
@@ -680,43 +696,44 @@ var _ReleaseModuleService_serviceDesc = grpc.ServiceDesc{
func
init
()
{
proto
.
RegisterFile
(
"hapi/rudder/rudder.proto"
,
fileDescriptor0
)
}
func
init
()
{
proto
.
RegisterFile
(
"hapi/rudder/rudder.proto"
,
fileDescriptor0
)
}
var
fileDescriptor0
=
[]
byte
{
var
fileDescriptor0
=
[]
byte
{
// 597 bytes of a gzipped FileDescriptorProto
// 615 bytes of a gzipped FileDescriptorProto
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x02
,
0xff
,
0xdc
,
0x56
,
0x5f
,
0x8f
,
0xd2
,
0x4e
,
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x02
,
0xff
,
0xe4
,
0x56
,
0x4d
,
0x6f
,
0xd3
,
0x40
,
0x14
,
0xa5
,
0xb0
,
0x14
,
0xb8
,
0x64
,
0x7f
,
0x3f
,
0x32
,
0xa1
,
0xd0
,
0x34
,
0x3e
,
0x90
,
0x3e
,
0x18
,
0x10
,
0x8d
,
0x9b
,
0xc6
,
0x69
,
0xa6
,
0x2a
,
0x44
,
0xab
,
0xba
,
0xb5
,
0x2c
,
0x0e
,
0x91
,
0x85
,
0x50
,
0xe2
,
0xba
,
0x25
,
0x41
,
0x1f
,
0x7d
,
0x51
,
0x96
,
0xfd
,
0x13
,
0x23
,
0x9b
,
0x0c
,
0xe2
,
0x26
,
0xbe
,
0x44
,
0xa9
,
0x2b
,
0x15
,
0x8e
,
0x5c
,
0x20
,
0xfd
,
0x14
,
0x22
,
0x95
,
0x36
,
0x84
,
0x4a
,
0xdc
,
0xb6
,
0x75
,
0xe1
,
0x82
,
0xd5
,
0xd2
,
0xd6
,
0xe9
,
0x74
,
0x1f
,
0xd5
,
0x4f
,
0xe3
,
0x57
,
0xd2
,
0x8f
,
0x63
,
0xc9
,
0x24
,
0x18
,
0x36
,
0xb6
,
0x59
,
0xaf
,
0x7b
,
0x04
,
0x7e
,
0x0d
,
0xff
,
0x12
,
0x84
,
0xec
,
0xb5
,
0xda
,
0x69
,
0x89
,
0xad
,
0xd3
,
0x88
,
0x6b
,
0xc2
,
0x83
,
0x4f
,
0x9d
,
0xe9
,
0x3d
,
0xdc
,
0x39
,
0xe7
,
0x23
,
0x6c
,
0xd6
,
0x22
,
0x14
,
0x29
,
0x17
,
0x4e
,
0xde
,
0xd9
,
0x79
,
0x9d
,
0x9d
,
0xf7
,
0x76
,
0xf6
,
0xf4
,
0xce
,
0x09
,
0xa0
,
0xbf
,
0xb3
,
0x03
,
0x67
,
0xc4
,
0xa2
,
0xd5
,
0x0a
,
0x59
,
0xfa
,
0xb0
,
0x02
,
0x35
,
0x60
,
0xbf
,
0x67
,
0x91
,
0x7f
,
0x24
,
0x92
,
0xe9
,
0x14
,
0x45
,
0xfe
,
0xf1
,
0x22
,
0x11
,
0xca
,
0xe6
,
0x73
,
0x9f
,
0x74
,
0xe3
,
0x8a
,
0x15
,
0x22
,
0xbb
,
0x73
,
0x96
,
0x18
,
0x5a
,
0xa2
,
0x66
,
0xf4
,
0x90
,
0xec
,
0xa6
,
0x19
,
0x2f
,
0x46
,
0x71
,
0xeb
,
0x4f
,
0x30
,
0xf6
,
0x54
,
0xce
,
0xd9
,
0x57
,
0x78
,
0x05
,
0x1e
,
0x5d
,
0xb4
,
0x43
,
0x1c
,
0x39
,
0xde
,
0xda
,
0x17
,
0x70
,
0xc3
,
0xc8
,
0x15
,
0xd2
,
0xa7
,
0xe4
,
0xc8
,
0x62
,
0x3c
,
0xf2
,
0x83
,
0x59
,
0xa8
,
0xe0
,
0x8e
,
0x53
,
0x4a
,
0xe4
,
0x5f
,
0x95
,
0x73
,
0xa8
,
0x99
,
0x2e
,
0xa8
,
0x14
,
0xc3
,
0xc8
,
0xe5
,
0x84
,
0xc0
,
0x51
,
0xfc
,
0x1b
,
0x5d
,
0x19
,
0x28
,
0x39
,
0x98
,
0x14
,
0xe3
,
0x84
,
0x4b
,
0x42
,
0x60
,
0x33
,
0xfd
,
0x1b
,
0xdb
,
0xe8
,
0x19
,
0xfd
,
0x0e
,
0xc3
,
0x16
,
0x4d
,
0xd6
,
0xa4
,
0x03
,
0x35
,
0xd7
,
0xdf
,
0xe8
,
0xd5
,
0x41
,
0x6d
,
0xd8
,
0xa2
,
0xf1
,
0xcd
,
0xd6
,
0xa4
,
0x0b
,
0x4d
,
0x1e
,
0xce
,
0xed
,
0x8d
,
0x5e
,
0xb3
,
0xdf
,
0xa1
,
0xe9
,
0xd2
,
0x7d
,
0xd2
,
0x7c
,
0x06
,
0xea
,
0x9c
,
0xdb
,
0x3c
,
0x0a
,
0x49
,
0x1b
,
0x1a
,
0x8b
,
0xd9
,
0xcb
,
0xd9
,
0xf5
,
0x0e
,
0xe6
,
0x48
,
0x32
,
0x99
,
0xc4
,
0x64
,
0x1b
,
0xda
,
0xe3
,
0xe1
,
0xab
,
0xe1
,
0xd5
,
0xf5
,
0xb0
,
0xcd
,
0xac
,
0x53
,
0x89
,
0x37
,
0xf3
,
0xc5
,
0x64
,
0x32
,
0x9d
,
0xcf
,
0x3b
,
0x0a
,
0x39
,
0x86
,
0xd6
,
0xdb
,
0x48
,
0x83
,
0xd1
,
0x78
,
0x30
,
0x38
,
0x1d
,
0x8d
,
0xba
,
0x06
,
0xd9
,
0x81
,
0xce
,
0x78
,
0x38
,
0x62
,
0x36
,
0xb9
,
0x7c
,
0x3e
,
0xbb
,
0x98
,
0x9e
,
0x75
,
0xaa
,
0xa4
,
0x05
,
0xf5
,
0x29
,
0xa5
,
0xd7
,
0xb8
,
0x78
,
0x31
,
0x3c
,
0x3f
,
0x3d
,
0xe9
,
0x6e
,
0x90
,
0x0e
,
0xb4
,
0x4e
,
0x29
,
0xbd
,
0xa2
,
0xdd
,
0xb4
,
0x53
,
0x33
,
0xfb
,
0xa0
,
0xbd
,
0x41
,
0x16
,
0x3a
,
0xbe
,
0x47
,
0x05
,
0x0b
,
0x8a
,
0x1f
,
0x23
,
0xa6
,
0xbb
,
0x0f
,
0xd6
,
0x5b
,
0x14
,
0xb1
,
0x1f
,
0x06
,
0x54
,
0x75
,
0x41
,
0xf1
,
0x53
,
0x82
,
0xb1
,
0x0c
,
0xb9
,
0x79
,
0x0e
,
0xbd
,
0x62
,
0x21
,
0x0c
,
0x7c
,
0x2f
,
0xc4
,
0x98
,
0x96
,
0x67
,
0x6f
,
0x31
,
0x74
,
0xcf
,
0x60
,
0xaf
,
0x9a
,
0x88
,
0xa3
,
0x30
,
0x88
,
0x31
,
0x6d
,
0x2b
,
0x60
,
0x0b
,
0x2c
,
0xda
,
0xa3
,
0x15
,
0xaf
,
0x89
,
0x0e
,
0x8d
,
0x3b
,
0x81
,
0xd6
,
0xab
,
0xc9
,
0xeb
,
0x6c
,
0x6b
,
0x5e
,
0x82
,
0x4a
,
0xd7
,
0xc4
,
0x86
,
0xf6
,
0xad
,
0x42
,
0xdb
,
0x1b
,
0xd9
,
0x76
,
0x11
,
0xba
,
0x17
,
0x60
,
0x5d
,
0x76
,
0xe5
,
0x85
,
0xdc
,
0x76
,
0xdd
,
0xfc
,
0x01
,
0x64
,
0x04
,
0x8d
,
0x54
,
0x78
,
0xd2
,
0xa9
,
0x3d
,
0x06
,
0xb1
,
0x64
,
0x9c
,
0x97
,
0x0f
,
0x20
,
0x47
,
0xd0
,
0xce
,
0x89
,
0x67
,
0x95
,
0xb6
,
0x8f
,
0x2d
,
0xd6
,
0xac
,
0xc4
,
0xc4
,
0xcc
,
0x8d
,
0x0c
,
0x9e
,
0xa1
,
0xcc
,
0xcf
,
0xd0
,
0x2b
,
0x76
,
0x4a
,
0x19
,
0x2f
,
0x13
,
0xb1
,
0x50
,
0xa3
,
0x80
,
0x17
,
0x28
,
0xf7
,
0x0b
,
0xec
,
0x55
,
0x2b
,
0xe5
,
0x1d
,
0xfd
,
0xfd
,
0x69
,
0x2b
,
0xf2
,
0x14
,
0x54
,
0x96
,
0x78
,
0x9c
,
0xb0
,
0x6d
,
0x8f
,
0x1f
,
0x58
,
0xb2
,
0xef
,
0x6d
,
0x29
,
0xf2
,
0x0c
,
0x4c
,
0x91
,
0x69
,
0x9c
,
0x75
,
0xbb
,
0x7d
,
0xfc
,
0xc0
,
0xd3
,
0xdd
,
0x9f
,
0x67
,
0x89
,
0xef
,
0x40
,
0x53
,
0xac
,
0x79
,
0x01
,
0xdd
,
0x33
,
0x74
,
0x91
,
0xe3
,
0xdf
,
0x2a
,
0xf9
,
0xa7
,
0xee
,
0x81
,
0xe6
,
0x58
,
0xf7
,
0x1c
,
0x76
,
0x4f
,
0x90
,
0xa3
,
0xc4
,
0x7f
,
0x65
,
0xf2
,
0x19
,
0x04
,
0x5a
,
0xa1
,
0xd1
,
0x61
,
0x85
,
0x7c
,
0x53
,
0x40
,
0x5b
,
0x04
,
0x1b
,
0x66
,
0xaf
,
0x24
,
0x52
,
0xac
,
0x4a
,
0xa1
,
0xf5
,
0x12
,
0xf9
,
0x6e
,
0x80
,
0x35
,
0x8e
,
0xe6
,
0x82
,
0x4d
,
0x35
,
0x54
,
0x26
,
0x96
,
0x11
,
0x63
,
0xe8
,
0xf1
,
0xdf
,
0x10
,
0x48
,
0x51
,
0xe4
,
0x14
,
0x54
,
0x6e
,
0xb3
,
0x0d
,
0x66
,
0x89
,
0x10
,
0x18
,
0xc8
,
0x3f
,
0x34
,
0x90
,
0xa3
,
0xc8
,
0x21
,
0x98
,
0x92
,
0x89
,
0x39
,
0x16
,
0x0d
,
0x04
,
0x4a
,
0xf0
,
0x29
,
0x28
,
0x9e
,
0x93
,
0xd7
,
0xce
,
0x16
,
0xfd
,
0x88
,
0xeb
,
0xb5
,
0x81
,
0x32
,
0xd4
,
0xe0
,
0x73
,
0x50
,
0x3a
,
0x27
,
0x6f
,
0xfc
,
0x05
,
0x86
,
0x89
,
0xb4
,
0x9b
,
0x3d
,
0xa3
,
0xdf
,
0xac
,
0xd1
,
0x6c
,
0x1b
,
0x4f
,
0xd5
,
0x8d
,
0xed
,
0x70
,
0xfd
,
0x68
,
0xa0
,
0x0c
,
0x9b
,
0x34
,
0x59
,
0xa4
,
0x45
,
0x98
,
0x4e
,
0xd5
,
0x35
,
0xf3
,
0xa5
,
0xbd
,
0xd9
,
0x33
,
0xfa
,
0x5b
,
0x34
,
0x5b
,
0x13
,
0x13
,
0x03
,
0x9a
,
0x14
,
0x97
,
0x0c
,
0x6d
,
0x8e
,
0x7a
,
0x3d
,
0x79
,
0xbf
,
0xdb
,
0x93
,
0x2e
,
0xd4
,
0x07
,
0xb6
,
0x28
,
0x4e
,
0x04
,
0x32
,
0x89
,
0x76
,
0x2b
,
0xdb
,
0x5f
,
0xc6
,
0x64
,
0x17
,
0x5a
,
0x67
,
0xcf
,
0x7d
,
0xb6
,
0x44
,
0x5d
,
0x4d
,
0x0a
,
0x62
,
0x13
,
0xcf
,
0x48
,
0x51
,
0xd8
,
0x61
,
0xad
,
0xfd
,
0xa1
,
0x98
,
0xa0
,
0x6d
,
0x66
,
0x09
,
0x15
,
0x90
,
0x87
,
0xb0
,
0x33
,
0xe0
,
0xc8
,
0x82
,
0x24
,
0xba
,
0xae
,
0x40
,
0x8f
,
0xfa
,
0xae
,
0x7b
,
0x6b
,
0x2f
,
0x3f
,
0xfc
,
0x63
,
0xde
,
0x7e
,
0x51
,
0xa0
,
0xff
,
0x0a
,
0xce
,
0x98
,
0xcf
,
0xed
,
0x76
,
0x96
,
0x2d
,
0x6f
,
0xa6
,
0x93
,
0x54
,
0xa5
,
0xbf
,
0xde
,
0x0b
,
0x8b
,
0xb4
,
0x83
,
0xdf
,
0xc0
,
0xb4
,
0x93
,
0x88
,
0xbc
,
0x7b
,
0xdf
,
0xc0
,
0x00
,
0xb4
,
0x42
,
0xa3
,
0xf8
,
0x61
,
0xc0
,
0x1e
,
0x0d
,
0x39
,
0xbf
,
0x61
,
0x93
,
0x8f
,
0xff
,
0xe5
,
0x0d
,
0x7c
,
0x35
,
0x60
,
0xfb
,
0x0a
,
0x79
,
0x98
,
0x86
,
0xb4
,
0x90
,
0x41
,
0xf2
,
0xe8
,
0x2b
,
0x6f
,
0xed
,
0x8b
,
0xe0
,
0x1e
,
0xff
,
0x37
,
0x01
,
0xd6
,
0xfe
,
0x9a
,
0xf3
,
0x4a
,
0xca
,
0x3e
,
0xef
,
0xfc
,
0x9a
,
0x23
,
0xb0
,
0x2a
,
0x7f
,
0xad
,
0xef
,
0xb8
,
0xbf
,
0xf2
,
0x57
,
0x91
,
0x8b
,
0x73
,
0x21
,
0x95
,
0xac
,
0xa1
,
0x91
,
0x06
,
0x85
,
0xee
,
0x4a
,
0xe4
,
0x51
,
0x6e
,
0xf8
,
0x8a
,
0x06
,
0x29
,
0xa3
,
0x2f
,
0x83
,
0x59
,
0xa8
,
0xfe
,
0x2d
,
0x39
,
0x91
,
0x9b
,
0x20
,
0x0d
,
0x68
,
0xe3
,
0xf1
,
0x7e
,
0x60
,
0xa1
,
0xcb
,
0xac
,
0x90
,
0x2d
,
0x09
,
0x1c
,
0x7f
,
0x6b
,
0x2d
,
0x7b
,
0x7f
,
0x1d
,
0x4e
,
0x13
,
0x8e
,
0x23
,
0x45
,
0x95
,
0xcc
,
0xa0
,
0xfc
,
0x97
,
0x8f
,
0xcf
,
0xb2
,
0xe3
,
0xa4
,
0x71
,
0x5d
,
0x76
,
0x9c
,
0x3c
,
0x91
,
0xcd
,
0x0a
,
0x79
,
0x9d
,
0x9b
,
0x36
,
0x39
,
0xd0
,
0x8b
,
0xa0
,
0x35
,
0x7b
,
0xe7
,
0xc9
,
0x6a
,
0x60
,
0xc5
,
0xcb
,
0x6d
,
0x0f
,
0xc7
,
0xb9
,
0x8c
,
0x23
,
0x8f
,
0xe4
,
0x0d
,
0x64
,
0x89
,
0x6a
,
0x9c
,
0xec
,
0x85
,
0xdd
,
0x9d
,
0x90
,
0x05
,
0xdc
,
0x2b
,
0x5b
,
0x71
,
0xdd
,
0x71
,
0x5a
,
0xeb
,
0xaf
,
0x3b
,
0x4e
,
0xef
,
0xee
,
0x6e
,
0x15
,
0xc0
,
0xff
,
0x85
,
0xc1
,
0x24
,
0x25
,
0x74
,
0xe5
,
0x57
,
0xd3
,
0x38
,
0xdd
,
0x13
,
0xfd
,
0xb3
,
0x83
,
0x7c
,
0x80
,
0x9d
,
0x92
,
0x5f
,
0x92
,
0xc7
,
0xfa
,
0x02
,
0x3a
,
0x77
,
0x76
,
0x0e
,
0x56
,
0xc2
,
0x99
,
0xf9
,
0x9c
,
0x29
,
0x33
,
0x53
,
0x1a
,
0xb3
,
0x65
,
0x66
,
0xca
,
0xa3
,
0x4b
,
0x98
,
0x99
,
0x1b
,
0x2e
,
0xcf
,
0x8a
,
0xe0
,
0x7e
,
0x65
,
0x30
,
0x49
,
0x4d
,
0xbb
,
0xfa
,
0x07
,
0xec
,
0x1c
,
0xae
,
0x88
,
0xd7
,
0x32
,
0x33
,
0x65
,
0x97
,
0xa3
,
0xcc
,
0x4c
,
0xe9
,
0xfc
,
0x9b
,
0x95
,
0x17
,
0xcd
,
0xb7
,
0xaa
,
0xfe
,
0x55
,
0xcc
,
0xb2
,
0x1b
,
0xd5
,
0x89
,
0xa9
,
0xb5
,
0xec
,
0x3a
,
0x31
,
0xf5
,
0x06
,
0xa7
,
0xc4
,
0x40
,
0xdc
,
0xaa
,
0xc9
,
0x1f
,
0x92
,
0x27
,
0x3f
,
0x02
,
0x00
,
0x00
,
0xff
,
0xff
,
0xb6
,
0xa5
,
0x37
,
0x2c
,
0x8d
,
0x6b
,
0x9d
,
0x98
,
0xba
,
0xc7
,
0x51
,
0x27
,
0xa6
,
0x76
,
0xfe
,
0xdd
,
0xc6
,
0xcb
,
0xad
,
0x75
,
0xf7
,
0x08
,
0x00
,
0x00
,
0x77
,
0xa6
,
0x42
,
0xdc
,
0x98
,
0xd9
,
0x8f
,
0x9b
,
0xa7
,
0x3f
,
0x03
,
0x00
,
0x00
,
0xff
,
0xff
,
0xe2
,
0x9e
,
0x21
,
0x0d
,
0x43
,
0x09
,
0x00
,
0x00
,
}
}
pkg/proto/hapi/services/tiller.pb.go
View file @
a8145d6f
...
@@ -383,6 +383,8 @@ type UpdateReleaseRequest struct {
...
@@ -383,6 +383,8 @@ type UpdateReleaseRequest struct {
Description
string
`protobuf:"bytes,12,opt,name=description" json:"description,omitempty"`
Description
string
`protobuf:"bytes,12,opt,name=description" json:"description,omitempty"`
// Render subchart notes if enabled
// Render subchart notes if enabled
SubNotes
bool
`protobuf:"varint,13,opt,name=subNotes" json:"subNotes,omitempty"`
SubNotes
bool
`protobuf:"varint,13,opt,name=subNotes" json:"subNotes,omitempty"`
// Allow deletion of new resources created in this update when update failed
CleanupOnFail
bool
`protobuf:"varint,14,opt,name=cleanup_on_fail,json=cleanupOnFail" json:"cleanup_on_fail,omitempty"`
}
}
func
(
m
*
UpdateReleaseRequest
)
Reset
()
{
*
m
=
UpdateReleaseRequest
{}
}
func
(
m
*
UpdateReleaseRequest
)
Reset
()
{
*
m
=
UpdateReleaseRequest
{}
}
...
@@ -481,6 +483,13 @@ func (m *UpdateReleaseRequest) GetSubNotes() bool {
...
@@ -481,6 +483,13 @@ func (m *UpdateReleaseRequest) GetSubNotes() bool {
return
false
return
false
}
}
func
(
m
*
UpdateReleaseRequest
)
GetCleanupOnFail
()
bool
{
if
m
!=
nil
{
return
m
.
CleanupOnFail
}
return
false
}
// UpdateReleaseResponse is the response to an update request.
// UpdateReleaseResponse is the response to an update request.
type
UpdateReleaseResponse
struct
{
type
UpdateReleaseResponse
struct
{
Release
*
hapi_release5
.
Release
`protobuf:"bytes,1,opt,name=release" json:"release,omitempty"`
Release
*
hapi_release5
.
Release
`protobuf:"bytes,1,opt,name=release" json:"release,omitempty"`
...
@@ -518,6 +527,8 @@ type RollbackReleaseRequest struct {
...
@@ -518,6 +527,8 @@ type RollbackReleaseRequest struct {
Force
bool
`protobuf:"varint,8,opt,name=force" json:"force,omitempty"`
Force
bool
`protobuf:"varint,8,opt,name=force" json:"force,omitempty"`
// Description, if set, will set the description for the rollback
// Description, if set, will set the description for the rollback
Description
string
`protobuf:"bytes,9,opt,name=description" json:"description,omitempty"`
Description
string
`protobuf:"bytes,9,opt,name=description" json:"description,omitempty"`
// Allow deletion of new resources created in this rollback when rollback failed
CleanupOnFail
bool
`protobuf:"varint,10,opt,name=cleanup_on_fail,json=cleanupOnFail" json:"cleanup_on_fail,omitempty"`
}
}
func
(
m
*
RollbackReleaseRequest
)
Reset
()
{
*
m
=
RollbackReleaseRequest
{}
}
func
(
m
*
RollbackReleaseRequest
)
Reset
()
{
*
m
=
RollbackReleaseRequest
{}
}
...
@@ -588,6 +599,13 @@ func (m *RollbackReleaseRequest) GetDescription() string {
...
@@ -588,6 +599,13 @@ func (m *RollbackReleaseRequest) GetDescription() string {
return
""
return
""
}
}
func
(
m
*
RollbackReleaseRequest
)
GetCleanupOnFail
()
bool
{
if
m
!=
nil
{
return
m
.
CleanupOnFail
}
return
false
}
// RollbackReleaseResponse is the response to an update request.
// RollbackReleaseResponse is the response to an update request.
type
RollbackReleaseResponse
struct
{
type
RollbackReleaseResponse
struct
{
Release
*
hapi_release5
.
Release
`protobuf:"bytes,1,opt,name=release" json:"release,omitempty"`
Release
*
hapi_release5
.
Release
`protobuf:"bytes,1,opt,name=release" json:"release,omitempty"`
...
@@ -1441,87 +1459,89 @@ var _ReleaseService_serviceDesc = grpc.ServiceDesc{
...
@@ -1441,87 +1459,89 @@ var _ReleaseService_serviceDesc = grpc.ServiceDesc{
func
init
()
{
proto
.
RegisterFile
(
"hapi/services/tiller.proto"
,
fileDescriptor0
)
}
func
init
()
{
proto
.
RegisterFile
(
"hapi/services/tiller.proto"
,
fileDescriptor0
)
}
var
fileDescriptor0
=
[]
byte
{
var
fileDescriptor0
=
[]
byte
{
// 1308 bytes of a gzipped FileDescriptorProto
// 1337 bytes of a gzipped FileDescriptorProto
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x02
,
0xff
,
0x9c
,
0x57
,
0xed
,
0x6e
,
0x1b
,
0x45
,
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x02
,
0xff
,
0x9c
,
0x58
,
0xdd
,
0x72
,
0xdb
,
0x44
,
0x17
,
0x8e
,
0xbd
,
0xfe
,
0x3c
,
0x4e
,
0xfc
,
0xba
,
0xd3
,
0x34
,
0xd9
,
0xee
,
0x5b
,
0x50
,
0x58
,
0x04
,
0x14
,
0x8e
,
0x2d
,
0xff
,
0x1e
,
0x27
,
0xae
,
0xbb
,
0x4d
,
0x13
,
0xd5
,
0x14
,
0x26
,
0x88
,
0xa1
,
0x75
,
0x75
,
0x0b
,
0x75
,
0xc0
,
0xf0
,
0x07
,
0x09
,
0x21
,
0xa5
,
0xae
,
0x95
,
0x14
,
0x82
,
0x2b
,
0xad
,
0xdb
,
0x0b
,
0x75
,
0x20
,
0x70
,
0xc3
,
0x0c
,
0xc3
,
0x4c
,
0xea
,
0x86
,
0xa4
,
0x10
,
0xd2
,
0x19
,
0xb9
,
0x2d
,
0x22
,
0x21
,
0x21
,
0x6b
,
0x63
,
0x8f
,
0xdb
,
0xa5
,
0xeb
,
0x5d
,
0xb3
,
0x33
,
0x1b
,
0x9a
,
0x1b
,
0x40
,
0x33
,
0xcc
,
0x30
,
0x1e
,
0xc5
,
0x5e
,
0xb7
,
0xa2
,
0xb2
,
0xd6
,
0x68
,
0x57
,
0xa1
,
0x79
,
0x04
,
0x2e
,
0xe2
,
0x27
,
0x97
,
0x80
,
0xc4
,
0x85
,
0x70
,
0x1f
,
0xdc
,
0x0c
,
0x9a
,
0xaf
,
0xcd
,
0xce
,
0x7a
,
0xd7
,
0x79
,
0x07
,
0xae
,
0x79
,
0x06
,
0x6e
,
0x79
,
0x06
,
0x5e
,
0x86
,
0xd9
,
0x3f
,
0x45
,
0x2b
,
0x4b
,
0xae
,
0x5d
,
0xf2
,
0x27
,
0xde
,
0x99
,
0x73
,
0xe6
,
0x7c
,
0x3c
,
0xcf
,
0x9c
,
0x33
,
0x27
,
0x60
,
0xbd
,
0x76
,
0xc8
,
0x4d
,
0xac
,
0xdd
,
0x73
,
0xf6
,
0xfc
,
0x7c
,
0xdf
,
0x9e
,
0xb3
,
0x67
,
0x02
,
0xfd
,
0xd7
,
0xde
,
0xd7
,
0xde
,
0x31
,
0xc1
,
0xd1
,
0xa5
,
0x37
,
0xc7
,
0xe4
,
0x98
,
0x7a
,
0xbe
,
0x8f
,
0xa3
,
0xc1
,
0x3a
,
0xd2
,
0xdf
,
0xa7
,
0x38
,
0xba
,
0xf0
,
0xa7
,
0x98
,
0xee
,
0x33
,
0x3f
,
0x08
,
0x70
,
0x34
,
0x5c
,
0x46
,
0x0a
,
0x69
,
0x88
,
0xf6
,
0x99
,
0x6c
,
0xa0
,
0x64
,
0x03
,
0x21
,
0xb3
,
0x0e
,
0xf8
,
0x89
,
0xf9
,
0x6b
,
0x84
,
0x11
,
0xb4
,
0xcd
,
0x65
,
0x43
,
0x2d
,
0x1b
,
0x4a
,
0x59
,
0x7f
,
0x47
,
0x9c
,
0x98
,
0xbe
,
0xf6
,
0x37
,
0xa2
,
0xe2
,
0xaf
,
0xd0
,
0xb6
,
0x0e
,
0xd3
,
0xfb
,
0x61
,
0xb0
,
0xf4
,
0x5e
,
0x49
,
0x81
,
0x70
,
0x22
,
0x26
,
0xff
,
0x4a
,
0xed
,
0xfe
,
0x6e
,
0x7a
,
0x9f
,
0x84
,
0x73
,
0xff
,
0x95
,
0x12
,
0x48
,
0x17
,
0x11
,
0x61
,
0x1f
,
0xbb
,
0x04
,
0xab
,
0x5f
,
0xed
,
0x90
,
0x92
,
0x79
,
0xc1
,
0x32
,
0x94
,
0x82
,
0xff
,
0x11
,
0x0e
,
0xb0
,
0x47
,
0xb1
,
0xfe
,
0x35
,
0x0e
,
0x69
,
0x99
,
0x1f
,
0xce
,
0x89
,
0x12
,
0xbc
,
0x67
,
0x6b
,
0x02
,
0x8a
,
0x09
,
0x9d
,
0x45
,
0x71
,
0x20
,
0x85
,
0x77
,
0x35
,
0x21
,
0xa1
,
0x2e
,
0x8d
,
0x89
,
0x08
,
0x18
,
0xa6
,
0x6c
,
0x12
,
0xc5
,
0xa1
,
0x12
,
0xde
,
0x31
,
0x84
,
0x94
,
0x79
,
0x2c
,
0xa6
,
0x86
,
0xe6
,
0xec
,
0x12
,
0x47
,
0xc4
,
0x0b
,
0x03
,
0xf5
,
0x2b
,
0x64
,
0xf6
,
0xdf
,
0x55
,
0xb8
,
0x7d
,
0xee
,
0xb3
,
0x0b
,
0x1c
,
0x51
,
0x9f
,
0x84
,
0xfa
,
0x57
,
0xca
,
0x9c
,
0xbf
,
0xab
,
0x70
,
0xeb
,
0xd4
,
0xa7
,
0x11
,
0xea
,
0x88
,
0x83
,
0xc4
,
0xc1
,
0xbf
,
0xc4
,
0x98
,
0x50
,
0xb4
,
0x0f
,
0x75
,
0xdf
,
0x5b
,
0x79
,
0xcc
,
0x95
,
0x07
,
0xa9
,
0x8b
,
0x7f
,
0x8d
,
0x31
,
0x65
,
0x68
,
0x1b
,
0xea
,
0x81
,
0xbf
,
0xf0
,
0x99
,
0xd4
,
0xac
,
0x1c
,
0x55
,
0xfa
,
0x86
,
0x23
,
0x16
,
0xe8
,
0x00
,
0x1a
,
0xe1
,
0x72
,
0x49
,
0x30
,
0x35
,
0x5d
,
0xd9
,
0xab
,
0x0c
,
0x2c
,
0x57
,
0x2e
,
0xd0
,
0x0e
,
0x34
,
0xc8
,
0x7c
,
0x4e
,
0x31
,
0xb3
,
0xab
,
0xab
,
0x47
,
0x95
,
0x7e
,
0xdb
,
0x91
,
0x2b
,
0xf4
,
0x0d
,
0x34
,
0x49
,
0x18
,
0xd1
,
0xd9
,
0xc5
,
0x95
,
0x7b
,
0x95
,
0x41
,
0xdb
,
0x55
,
0x2b
,
0xf4
,
0x0d
,
0x34
,
0x29
,
0x89
,
0xd8
,
0xe4
,
0xfc
,
0xd2
,
0xb6
,
0x69
,
0x1c
,
0x55
,
0xfa
,
0xdd
,
0xe1
,
0x47
,
0x83
,
0x3c
,
0x9c
,
0x06
,
0xcc
,
0xd3
,
0x34
,
0x8c
,
0xe8
,
0xf6
,
0x2a
,
0x83
,
0xee
,
0xc1
,
0xc7
,
0xc3
,
0x3c
,
0x9c
,
0x86
,
0xdc
,
0xd3
,
0x98
,
0x44
,
0x6c
,
0xc8
,
0x80
,
0xfd
,
0x79
,
0x7c
,
0xe5
,
0x34
,
0x08
,
0xff
,
0x65
,
0x76
,
0x97
,
0x9e
,
0x4f
,
0x71
,
0x64
,
0xd6
,
0xff
,
0x3c
,
0xbe
,
0x74
,
0x1b
,
0x54
,
0xfc
,
0x72
,
0xbb
,
0x73
,
0x3f
,
0x60
,
0x38
,
0xb2
,
0x6b
,
0xd2
,
0x84
,
0x5d
,
0xb1
,
0x42
,
0xa7
,
0x00
,
0xdc
,
0x6e
,
0x18
,
0x2d
,
0x70
,
0x64
,
0xd6
,
0xb9
,
0xe9
,
0x7e
,
0xae
,
0x5c
,
0xa1
,
0x63
,
0x00
,
0x61
,
0x97
,
0x44
,
0x33
,
0x1c
,
0xd9
,
0x75
,
0x61
,
0x7a
,
0x50
,
0xc2
,
0x09
,
0xd3
,
0xcf
,
0x98
,
0xbe
,
0xd3
,
0x26
,
0xea
,
0x13
,
0x7d
,
0x0d
,
0xbb
,
0x02
,
0x92
,
0xd9
,
0x3c
,
0xf4
,
0x33
,
0xae
,
0xef
,
0xb6
,
0xa9
,
0xfe
,
0x44
,
0x5f
,
0xc3
,
0xa6
,
0x84
,
0x64
,
0x32
,
0x25
,
0x33
,
0x5c
,
0x60
,
0x62
,
0x36
,
0x8e
,
0x8c
,
0x7e
,
0x77
,
0x78
,
0x57
,
0x98
,
0x52
,
0xf0
,
0x4f
,
0x05
,
0x68
,
0x4c
,
0xed
,
0xc6
,
0x9e
,
0x35
,
0xe8
,
0x1e
,
0xdc
,
0x91
,
0xa6
,
0x34
,
0xfc
,
0x63
,
0x09
,
0xda
,
0x88
,
0xa3
,
0x70
,
0x81
,
0x9d
,
0x8e
,
0x50
,
0x67
,
0xdf
,
0x04
,
0xdd
,
0x83
,
0x76
,
0xe0
,
0xae
,
0x30
,
0x59
,
0xcc
,
0xb0
,
0xdb
,
0x91
,
0xea
,
0xfc
,
0x9b
,
0xa2
,
0xbb
,
0xd0
,
0x0e
,
0xbd
,
0x05
,
0xa6
,
0x4b
,
0x6f
,
0xbb
,
0x73
,
0x6c
,
0x36
,
0x79
,
0x84
,
0xd7
,
0x1b
,
0x76
,
0x00
,
0x2d
,
0xe5
,
0xdc
,
0x7e
,
0x0c
,
0x0d
,
0x8a
,
0xed
,
0xa6
,
0x88
,
0xf0
,
0x6a
,
0xc3
,
0x09
,
0xa1
,
0xa5
,
0x9d
,
0x3b
,
0x8f
,
0xa1
,
0x21
,
0x53
,
0x91
,
0x1a
,
0xea
,
0x40
,
0xf3
,
0xc5
,
0xe4
,
0xbb
,
0xc9
,
0xb3
,
0x1f
,
0x26
,
0xbd
,
0x1d
,
0xd4
,
0x82
,
0x43
,
0x1d
,
0x68
,
0xbe
,
0x38
,
0xfb
,
0xfe
,
0xec
,
0xd9
,
0x8f
,
0x67
,
0xbd
,
0x0d
,
0xd4
,
0x82
,
0xda
,
0xda
,
0xe4
,
0xe4
,
0xfb
,
0x71
,
0xaf
,
0x82
,
0x6e
,
0xc1
,
0xde
,
0xf9
,
0xc9
,
0xf4
,
0xf9
,
0xcc
,
0x19
,
0xd9
,
0xe1
,
0x0f
,
0x47
,
0xbd
,
0x0a
,
0xba
,
0x09
,
0x5b
,
0xa7
,
0x87
,
0xe3
,
0xe7
,
0x13
,
0xf7
,
0xe8
,
0x9f
,
0x8f
,
0x4f
,
0xa6
,
0xe3
,
0x27
,
0xbd
,
0x2a
,
0xea
,
0x02
,
0x8c
,
0xce
,
0x4e
,
0x9c
,
0xe7
,
0x33
,
0xf4
,
0xe8
,
0x70
,
0x7c
,
0xf4
,
0xa4
,
0x57
,
0x45
,
0x5d
,
0x80
,
0xd1
,
0xc9
,
0xa1
,
0xfb
,
0x7c
,
0x22
,
0xae
,
0x62
,
0xd8
,
0xef
,
0x43
,
0x3b
,
0xc9
,
0x01
,
0x35
,
0xc1
,
0x38
,
0x99
,
0x8e
,
0x84
,
0x89
,
0x27
,
0x54
,
0x2c
,
0xe7
,
0x03
,
0x68
,
0x27
,
0x39
,
0xa0
,
0x26
,
0x58
,
0x87
,
0xe3
,
0x91
,
0x34
,
0xf1
,
0xe4
,
0xe3
,
0xe9
,
0xa8
,
0x57
,
0xb1
,
0x7f
,
0xaf
,
0xc0
,
0xbe
,
0x4e
,
0x19
,
0x59
,
0x87
,
0x01
,
0xc1
,
0x8c
,
0x68
,
0x3c
,
0xea
,
0x55
,
0x9c
,
0xdf
,
0x2b
,
0xb0
,
0x6d
,
0x52
,
0x46
,
0x97
,
0x24
,
0xa4
,
0x98
,
0x73
,
0xb3
,
0x79
,
0x18
,
0x07
,
0x09
,
0x67
,
0x7c
,
0x81
,
0x10
,
0xd4
,
0x02
,
0xfc
,
0x56
,
0x31
,
0xc6
,
0xbf
,
0x36
,
0x25
,
0x71
,
0x98
,
0x70
,
0x26
,
0x16
,
0x08
,
0x41
,
0x2d
,
0xc4
,
0x6f
,
0x35
,
0x63
,
0xe2
,
0x9b
,
0x99
,
0x26
,
0x0d
,
0xa9
,
0xeb
,
0x73
,
0xb6
,
0x0c
,
0x47
,
0x2c
,
0xd0
,
0xe7
,
0xd0
,
0x92
,
0x50
,
0x10
,
0x6b
,
0x32
,
0xc2
,
0xbc
,
0x40
,
0xb0
,
0x65
,
0xb9
,
0x72
,
0x81
,
0x3e
,
0x87
,
0x96
,
0x82
,
0x82
,
0xda
,
0xb3
,
0x76
,
0x64
,
0xf4
,
0x3b
,
0xc3
,
0x3b
,
0x3a
,
0x40
,
0xd2
,
0xa3
,
0x93
,
0xa8
,
0xd9
,
0xa7
,
0x70
,
0xb5
,
0x3d
,
0x6b
,
0xd0
,
0x39
,
0xb8
,
0x6d
,
0x02
,
0xa4
,
0x3c
,
0xba
,
0x89
,
0x9a
,
0x73
,
0x0c
,
0xbb
,
0x78
,
0x8a
,
0x55
,
0x24
,
0x02
,
0x3f
,
0x75
,
0x83
,
0x98
,
0x5f
,
0x77
,
0x85
,
0x79
,
0x30
,
0xcc
,
0xaf
,
0xc7
,
0x58
,
0x47
,
0x22
,
0xf1
,
0xd3
,
0x37
,
0x88
,
0xfb
,
0xf5
,
0x16
,
0x58
,
0x04
,
0xc3
,
0xfd
,
0x7a
,
0xbb
,
0xc2
,
0xc8
,
0x84
,
0xa6
,
0xbc
,
0x7e
,
0x3c
,
0x9c
,
0xba
,
0xa3
,
0x96
,
0x36
,
0x05
,
0x73
,
0xd3
,
0x0b
,
0x8c
,
0x6c
,
0x68
,
0xaa
,
0xeb
,
0x27
,
0xc2
,
0xa9
,
0xbb
,
0x7a
,
0xe9
,
0x30
,
0xb0
,
0x57
,
0x0d
,
0x90
,
0xcc
,
0x2b
,
0xcf
,
0xd2
,
0xc7
,
0x50
,
0x63
,
0x95
,
0xc1
,
0xcd
,
0x74
,
0x86
,
0x48
,
0x8f
,
0xf3
,
0xa9
,
0xbc
,
0xf2
,
0x2c
,
0xdd
,
0x83
,
0x1a
,
0xaf
,
0x0c
,
0x61
,
0xa6
,
0x73
,
0x80
,
0xcc
,
0x38
,
0x9f
,
0x69
,
0xb0
,
0x0c
,
0x1d
,
0x2e
,
0xd7
,
0xa9
,
0x33
,
0xb2
,
0xd4
,
0x9d
,
0xa5
,
0xbd
,
0x8e
,
0xc2
,
0x80
,
0x86
,
0x73
,
0xe2
,
0x0a
,
0xb9
,
0x49
,
0x9d
,
0x95
,
0xa5
,
0xee
,
0x24
,
0xed
,
0x75
,
0x44
,
0x42
,
0x86
,
0xe2
,
0x80
,
0xde
,
0x2c
,
0xfe
,
0x73
,
0xb8
,
0x9b
,
0x63
,
0x49
,
0x26
,
0x70
,
0x0c
,
0x4d
,
0x19
,
0x1a
,
0x43
,
0x76
,
0xbd
,
0xf8
,
0x4f
,
0xe1
,
0x4e
,
0x8e
,
0x25
,
0x95
,
0xc0
,
0x3e
,
0x34
,
0x55
,
0x68
,
0xc2
,
0xb7
,
0x56
,
0x88
,
0xab
,
0xd2
,
0xb2
,
0xff
,
0x34
,
0x60
,
0xff
,
0xc5
,
0x7a
,
0xe1
,
0x52
,
0xac
,
0x44
,
0x5a
,
0x21
,
0xae
,
0x5a
,
0xcb
,
0xf9
,
0xc7
,
0x82
,
0xed
,
0x17
,
0xcb
,
0x99
,
0xc7
,
0xb0
,
0x16
,
0xad
,
0x5b
,
0x82
,
0xba
,
0x0f
,
0x75
,
0xde
,
0x61
,
0x24
,
0x16
,
0xb7
,
0x84
,
0x6d
,
0xd1
,
0x86
,
0x46
,
0xec
,
0x09
,
0xea
,
0x3e
,
0xd4
,
0x45
,
0x87
,
0x51
,
0x58
,
0xdc
,
0x94
,
0xb6
,
0x65
,
0x1b
,
0x1a
,
0xf1
,
0xbf
,
0xaf
,
0x23
,
0xe4
,
0xe8
,
0x21
,
0x34
,
0x2e
,
0x5d
,
0x3f
,
0xc6
,
0x84
,
0x03
,
0x91
,
0xa0
,
0x26
,
0x35
,
0xae
,
0x94
,
0xa3
,
0x87
,
0xd0
,
0xb8
,
0xf0
,
0x82
,
0x18
,
0x53
,
0x01
,
0x44
,
0x82
,
0x9a
,
0xd2
,
0x14
,
0x79
,
0x7b
,
0x72
,
0xa4
,
0x06
,
0x3a
,
0x84
,
0xe6
,
0x22
,
0xba
,
0x62
,
0xfd
,
0x85
,
0x97
,
0x64
,
0xcb
,
0xed
,
0xc9
,
0x55
,
0x1a
,
0x68
,
0x17
,
0x9a
,
0xb3
,
0xe8
,
0x92
,
0xf7
,
0x17
,
0x51
,
0x92
,
0x2d
,
0xb7
,
0x69
,
0x2c
,
0xa2
,
0x2b
,
0x27
,
0x0e
,
0xd0
,
0x87
,
0xb0
,
0xb7
,
0xf0
,
0x88
,
0x7b
,
0xe1
,
0xe3
,
0xd9
,
0x31
,
0x8b
,
0x2e
,
0xdd
,
0x38
,
0x44
,
0x1f
,
0xc1
,
0xd6
,
0xcc
,
0xa7
,
0xde
,
0x79
,
0x80
,
0x27
,
0xaf
,
0xeb
,
0x30
,
0x7c
,
0x43
,
0x78
,
0x55
,
0xb6
,
0x9c
,
0x5d
,
0xb9
,
0x79
,
0xc6
,
0xf6
,
0x90
,
0xc5
,
0x6e
,
0x09
,
0x79
,
0x43
,
0x45
,
0x55
,
0xb6
,
0xdc
,
0x4d
,
0xb5
,
0x79
,
0xc2
,
0xf7
,
0x50
,
0x9f
,
0xdf
,
0xa4
,
0xd2
,
0x3c
,
0xc2
,
0x2e
,
0xc5
,
0x66
,
0x83
,
0xcb
,
0x93
,
0x35
,
0xc3
,
0x90
,
0x7a
,
0x2b
,
0x1c
,
0xc6
,
0x69
,
0x84
,
0x3d
,
0x86
,
0xed
,
0x86
,
0x90
,
0x27
,
0x6b
,
0x8e
,
0x21
,
0xf3
,
0x17
,
0x98
,
0xc4
,
0x4c
,
0x94
,
0x97
,
0x92
,
0xe1
,
0xa8
,
0x25
,
0xfa
,
0x00
,
0x76
,
0x23
,
0x4c
,
0x30
,
0x9d
,
0xc9
,
0x28
,
0x5b
,
0x94
,
0x92
,
0xe5
,
0xea
,
0x25
,
0xfa
,
0x10
,
0x36
,
0x23
,
0x4c
,
0x31
,
0x9b
,
0xa8
,
0x28
,
0x5b
,
0xe2
,
0xfc
,
0x64
,
0x87
,
0xef
,
0xbd
,
0x14
,
0x61
,
0x21
,
0xa8
,
0xfd
,
0xea
,
0x7a
,
0xd4
,
0x6c
,
0x73
,
0x11
,
0x64
,
0x47
,
0xec
,
0xbd
,
0x94
,
0x61
,
0x21
,
0xa8
,
0xfd
,
0xe6
,
0xf9
,
0xcc
,
0x6e
,
0x0b
,
0x91
,
0xf8
,
0xff
,
0x16
,
0xc7
,
0x62
,
0x82
,
0xd5
,
0x31
,
0x50
,
0xc7
,
0x62
,
0x82
,
0xe5
,
0xb1
,
0x7d
,
0xa8
,
0x2f
,
0x96
,
0xc7
,
0x62
,
0x8a
,
0xf5
,
0x31
,
0xd0
,
0xc7
,
0x62
,
0x8a
,
0xd5
,
0xb1
,
0x6d
,
0xa8
,
0xcf
,
0x49
,
0xc3
,
0x68
,
0x8e
,
0xcd
,
0x0e
,
0x97
,
0x89
,
0x05
,
0x3a
,
0x82
,
0xce
,
0x02
,
0x93
,
0x79
,
0xe4
,
0xad
,
0x34
,
0xc5
,
0x76
,
0x47
,
0xc8
,
0xe4
,
0x02
,
0xed
,
0x41
,
0x67
,
0x86
,
0xe9
,
0x34
,
0xf2
,
0x97
,
0x8c
,
0x29
,
0x63
,
0x74
,
0x97
,
0x63
,
0x9a
,
0xde
,
0x62
,
0x79
,
0x90
,
0xf8
,
0x62
,
0x12
,
0x52
,
0x4c
,
0xcc
,
0x33
,
0xba
,
0x29
,
0x30
,
0x4d
,
0x6f
,
0xf1
,
0x3c
,
0x68
,
0x7c
,
0x7e
,
0x46
,
0x18
,
0xa6
,
0xf6
,
0x96
,
0x3d
,
0x91
,
0x87
,
0x5a
,
0xdb
,
0x67
,
0x70
,
0x27
,
0x43
,
0xd1
,
0x4d
,
0xd9
,
0xfe
,
0xad
,
0x0a
,
0x07
,
0xcc
,
0x43
,
0xaf
,
0xd1
,
0x3d
,
0xb8
,
0x31
,
0x0d
,
0xb0
,
0x17
,
0xc6
,
0xcb
,
0x09
,
0x09
,
0x27
,
0x73
,
0x4e
,
0xe8
,
0xfb
,
0x17
,
0xee
,
0xfc
,
0x4d
,
0x09
,
0xbe
,
0x53
,
0xd4
,
0x54
,
0xb7
,
0x53
,
0x63
,
0xe4
,
0xcf
,
0x0f
,
0xec
,
0xae
,
0x50
,
0xd9
,
0x52
,
0xdb
,
0xcf
,
0xc2
,
0x6f
,
0x3d
,
0x3f
,
0x70
,
0x4e
,
0xe0
,
0x50
,
0x93
,
0xba
,
0xc2
,
0x35
,
0xed
,
0x0a
,
0x6b
,
0xa4
,
0xd5
,
0x8b
,
0x49
,
0x6b
,
0xe8
,
0xa4
,
0x29
,
0x76
,
0x86
,
0xca
,
0xeb
,
0xde
,
0x8a
,
0xbf
,
0xaa
,
0xb0
,
0xe3
,
0x92
,
0x20
,
0x38
,
0xf7
,
0xa6
,
0x6f
,
0x46
,
0x9a
,
0x29
,
0x46
,
0x12
,
0xb8
,
0x5b
,
0x5b
,
0xe0
,
0x6e
,
0x6f
,
0xc0
,
0x6d
,
0x7f
,
0x0b
,
0x87
,
0x4a
,
0xdc
,
0x8b
,
0x14
,
0x85
,
0xd5
,
0xf5
,
0x14
,
0x5a
,
0x39
,
0x14
,
0xa6
,
0xae
,
0x7a
,
0xcd
,
0xb8
,
0x1b
,
0x38
,
0xdc
,
0x14
,
0xd4
,
0x3f
,
0x0c
,
0xb8
,
0xf3
,
0x34
,
0x20
,
0xd4
,
0xf5
,
0xfd
,
0x0c
,
0xa6
,
0xea
,
0x06
,
0xb9
,
0xf5
,
0x62
,
0x72
,
0x1b
,
0x26
,
0xb9
,
0x9a
,
0xb9
,
0x66
,
0x8a
,
0xb9
,
0x84
,
0x96
,
0x49
,
0xbd
,
0x54
,
0x4a
,
0xd7
,
0x4b
,
0xf5
,
0xbf
,
0xd4
,
0x8b
,
0xa1
,
0x91
,
0xa2
,
0x18
,
0xac
,
0xa5
,
0xd6
,
0x1a
,
0x5a
,
0xda
,
0xab
,
0xb4
,
0xe4
,
0x40
,
0x0f
,
0x79
,
0xd0
,
0x7f
,
0x07
,
0xbb
,
0x2b
,
0x78
,
0x18
,
0x2c
,
0x55
,
0x43
,
0x5a
,
0xe7
,
0x6a
,
0x64
,
0x3a
,
0x17
,
0x7a
,
0x0f
,
0x40
,
0x5c
,
0x7a
,
0x6e
,
0x5d
,
0x17
,
0xfc
,
0x3f
,
0x2c
,
0xb8
,
0xfd
,
0x34
,
0xa4
,
0xcc
,
0x0b
,
0x82
,
0x0c
,
0xf6
,
0x49
,
0xfd
,
0x5c
,
0x80
,
0xdf
,
0xe6
,
0x3b
,
0x13
,
0xd9
,
0xa8
,
0x14
,
0x5f
,
0xad
,
0x7c
,
0xbe
,
0xd2
,
0x15
,
0xd4
,
0x55
,
0x4a
,
0xd7
,
0x5f
,
0xf5
,
0xff
,
0xd4
,
0x9f
,
0x65
,
0x90
,
0xa7
,
0x99
,
0xae
,
0xa5
,
0x98
,
0x2e
,
0x87
,
0x9e
,
0x8a
,
0x67
,
0x1e
,
0x2d
,
0x78
,
0x4c
,
0xb2
,
0x8a
,
0xba
,
0x72
,
0x7f
,
0x14
,
0x2d
,
0x58
,
0x55
,
0x93
,
0x46
,
0x27
,
0x6c
,
0x64
,
0x3a
,
0x21
,
0x7a
,
0x1f
,
0x40
,
0x16
,
0x91
,
0x30
,
0x2e
,
0x49
,
0x54
,
0x59
,
0x0e
,
0x3b
,
0xdb
,
0x4b
,
0x66
,
0x37
,
0x53
,
0x32
,
0x4f
,
0xe1
,
0x20
,
0x4b
,
0xc9
,
0x4d
,
0x6a
,
0x8b
,
0x9d
,
0x33
,
0xd5
,
0xf8
,
0x34
,
0xaf
,
0xad
,
0x7c
,
0x5e
,
0xd3
,
0x15
,
0x39
,
0x80
,
0x9e
,
0xe9
,
0xfd
,
0xab
,
0x02
,
0x87
,
0x2f
,
0x02
,
0x2f
,
0x97
,
0xe0
,
0xbc
,
0xa2
,
0xd9
,
0x80
,
0xbc
,
0x9a
,
0x8e
,
0x67
,
0x1a
,
0xcd
,
0x44
,
0x4c
,
0x8a
,
0xa0
,
0xae
,
0xda
,
0x1f
,
0x45
,
0x33
,
0x1e
,
0x55
,
0x96
,
0x03
,
0xf9
,
0x3e
,
0xd4
,
0xd7
,
0x71
,
0xf4
,
0x0a
,
0x4b
,
0x0a
,
0xc5
,
0x22
,
0x8d
,
0x65
,
0x4d
,
0xc7
,
0xeb
,
0xce
,
0xfa
,
0x12
,
0xdc
,
0x34
,
0x4b
,
0xd0
,
0x79
,
0x0a
,
0x3b
,
0x59
,
0x4a
,
0xae
,
0x4b
,
0xef
,
0x32
,
0x83
,
0x46
,
0x7d
,
0xf3
,
0x46
,
0xcf
,
0xc0
,
0xdc
,
0x8c
,
0xf2
,
0x86
,
0x39
,
0xb3
,
0xbc
,
0x92
,
0x9f
,
0x15
,
0xd8
,
0x7d
,
0x11
,
0xfa
,
0xb9
,
0x04
,
0xe7
,
0x15
,
0xd7
,
0x0a
,
0xe4
,
0xd5
,
0x1c
,
0xc8
,
0x37
,
0xaf
,
0x2d
,
0xde
,
0x37
,
0xfb
,
0x36
,
0xdc
,
0x3a
,
0xc5
,
0xf4
,
0xa5
,
0x28
,
0x61
,
0x09
,
0x80
,
0xb7
,
0xa1
,
0xbe
,
0x8c
,
0xa3
,
0x57
,
0x58
,
0x51
,
0x28
,
0x17
,
0x69
,
0x2c
,
0x6b
,
0x26
,
0x96
,
0x19
,
0x3d
,
0x06
,
0x94
,
0xde
,
0xbc
,
0xf6
,
0x27
,
0xb7
,
0x74
,
0x7f
,
0x6a
,
0x20
,
0x54
,
0xfa
,
0x4a
,
0xcb
,
0x34
,
0xea
,
0x2b
,
0x68
,
0x38
,
0x13
,
0xb0
,
0x57
,
0xa3
,
0xbc
,
0x66
,
0xce
,
0x3c
,
0xaf
,
0xe4
,
0x0d
,
0xfe
,
0x8a
,
0xdb
,
0x3e
,
0xf3
,
0x08
,
0x0d
,
0xa3
,
0xab
,
0x6d
,
0xe0
,
0xf6
,
0xc0
,
0x58
,
0xb9
,
0x6f
,
0x6d
,
0xcb
,
0xf7
,
0xd2
,
0xb9
,
0x05
,
0x37
,
0x8f
,
0x31
,
0x7b
,
0x29
,
0x4b
,
0x5d
,
0x01
,
0xe0
,
0x1c
,
0xe5
,
0x93
,
0xc8
,
0x3e
,
0xed
,
0x53
,
0x1e
,
0x41
,
0x72
,
0x54
,
0x46
,
0x90
,
0x1e
,
0x30
,
0x2a
,
0xe5
,
0x01
,
0x4a
,
0x6f
,
0x5e
,
0xf9
,
0x53
,
0x5b
,
0xa6
,
0x3f
,
0x3d
,
0x60
,
0x6a
,
0x7d
,
0xad
,
0xe5
,
0x7c
,
0x06
,
0x8c
,
0xb7
,
0x80
,
0x9e
,
0xe3
,
0x64
,
0xd6
,
0x79
,
0xc7
,
0xdb
,
0xac
,
0x68
,
0xaa
,
0xea
,
0x34
,
0x25
,
0x6c
,
0x9f
,
0xf8
,
0x94
,
0x91
,
0xe8
,
0x72
,
0x1d
,
0xb8
,
0x3d
,
0xb0
,
0x16
,
0xde
,
0x5b
,
0xf5
,
0x99
,
0xd0
,
0x9c
,
0xfb
,
0xd8
,
0x0d
,
0xe2
,
0xb5
,
0x24
,
0x56
,
0x2d
,
0xd9
,
0x65
,
0x5d
,
0xbb
,
0x91
,
0xc4
,
0xf2
,
0x4f
,
0xe7
,
0x58
,
0x44
,
0x90
,
0x1c
,
0x55
,
0x11
,
0xa4
,
0x07
,
0x96
,
0x4a
,
0xb9
,
0x81
,
0xeb
,
0xfb
,
0xd8
,
0x97
,
0xcf
,
0x5c
,
0xb2
,
0xb6
,
0x7f
,
0x82
,
0xdb
,
0x9a
,
0x67
,
0x99
,
0x03
,
0xcb
,
0xe5
,
0x2d
,
0xa0
,
0xe7
,
0x38
,
0x99
,
0x9d
,
0xde
,
0xf1
,
0xd6
,
0x6b
,
0x9a
,
0xaa
,
0x26
,
0x4d
,
0x36
,
0x95
,
0xbc
,
0x92
,
0x9e
,
0xd9
,
0x27
,
0xfa
,
0x12
,
0x1a
,
0x62
,
0x58
,
0xe4
,
0x7e
,
0xbb
,
0xc3
,
0x7b
,
0x34
,
0x55
,
0x9f
,
0x51
,
0xc4
,
0xea
,
0x25
,
0xbf
,
0xac
,
0x4b
,
0x2f
,
0xf2
,
0x82
,
0x00
,
0x07
,
0xea
,
0x7a
,
0x4e
,
0xdc
,
0x48
,
0x1c
,
0xc8
,
0xe9
,
0xd2
,
0x91
,
0xba
,
0xc3
,
0x7f
,
0x5a
,
0xd0
,
0x55
,
0xe3
,
0xd9
,
0x4c
,
0xd6
,
0xce
,
0xcf
,
0x70
,
0xcb
,
0xf0
,
0xac
,
0x72
,
0xe0
,
0xb9
,
0xd2
,
0x57
,
0xca
,
0x33
,
0x8e
,
0x18
,
0x65
,
0x91
,
0x07
,
0xbb
,
0xe9
,
0xb9
,
0x0e
,
0x3d
,
0x28
,
0x9e
,
0x74
,
0x33
,
0xe3
,
0xba
,
0xff
,
0x44
,
0x5f
,
0x42
,
0x43
,
0x0e
,
0x9f
,
0xc2
,
0x6f
,
0xf7
,
0xe0
,
0xae
,
0x99
,
0x93
,
0x30
,
0x12
,
0xf5
,
0xb0
,
0x8c
,
0xaa
,
0xc8
,
0xc0
,
0xde
,
0xf9
,
0xac
,
0x82
,
0x08
,
0xf4
,
0xb2
,
0xe3
,
0x16
,
0x7a
,
0x87
,
0x6a
,
0x5a
,
0x75
,
0x95
,
0xee
,
0xc1
,
0xbf
,
0x2d
,
0xe8
,
0xea
,
0xf1
,
0x49
,
0x8e
,
0xc6
,
0xc8
,
0x94
,
0x6f
,
0xa3
,
0x60
,
0xbe
,
0xb3
,
0x06
,
0x65
,
0xd5
,
0x95
,
0x5b
,
0x74
,
0xc9
,
0xef
,
0x93
,
0x3e
,
0x87
,
0xcd
,
0xf4
,
0x9c
,
0x88
,
0x1e
,
0x14
,
0x4f
,
0xce
,
0x99
,
0xf1
,
0xbf
,
0xff
,
0xb0
,
0x8c
,
0xaa
,
0x23
,
0xa1
,
0x77
,
0x9a
,
0xd1
,
0xc7
,
0x32
,
0xeb
,
0xb8
,
0xb4
,
0x7e
,
0xe2
,
0xf7
,
0x67
,
0xd8
,
0xd3
,
0xcc
,
0xc0
,
0xd9
,
0xf8
,
0xac
,
0x82
,
0x28
,
0xf4
,
0xb2
,
0xe3
,
0x1b
,
0x7a
,
0x94
,
0x6f
,
0xa3
,
0x60
,
0x5e
,
0x6a
,
0x54
,
0x80
,
0x56
,
0xde
,
0xc4
,
0x65
,
0x7d
,
0x52
,
0x4a
,
0x37
,
0xf1
,
0xb5
,
0x82
,
0xae
,
0x5e
,
0xec
,
0x0f
,
0xcb
,
0xaa
,
0x6b
,
0xb7
,
0xe8
,
0x42
,
0xdc
,
0x27
,
0x73
,
0xe6
,
0x42
,
0xef
,
0x34
,
0xde
,
0xe2
,
0x50
,
0x81
,
0x81
,
0xdc
,
0xb7
,
0xc9
,
0xfa
,
0xb4
,
0x9c
,
0x72
,
0xe2
,
0x8e
,
0x40
,
0x2f
,
0x63
,
0x8e
,
0x79
,
0xfd
,
0xfd
,
0xd2
,
0xfa
,
0x89
,
0xdf
,
0x5f
,
0x60
,
0xcb
,
0x78
,
0xd1
,
0x51
,
0x01
,
0xdb
,
0x5f
,
0x8a
,
0x78
,
0x2c
,
0xe8
,
0x96
,
0x45
,
0x3c
,
0x16
,
0xb5
,
0x2d
,
0x7b
,
0x07
,
0xb9
,
0x00
,
0x5a
,
0x79
,
0x13
,
0x5c
,
0xff
,
0x93
,
0x52
,
0xba
,
0x89
,
0xaf
,
0x05
,
0x74
,
0xcd
,
0x16
,
0x87
,
0x0a
,
0xd7
,
0xed
,
0x05
,
0xdd
,
0x2f
,
0x24
,
0x44
,
0xef
,
0x4a
,
0x56
,
0xff
,
0xdd
,
0x8a
,
0x89
,
0x8b
,
0x35
,
0x0c
,
0xe4
,
0xbe
,
0x4d
,
0xfd
,
0x4f
,
0xcb
,
0x29
,
0x27
,
0xee
,
0x28
,
0xf4
,
0xb2
,
0xfd
,
0xa5
,
0x88
,
0xfc
,
0x2f
,
0x33
,
0x09
,
0xa0
,
0x02
,
0x68
,
0xf2
,
0x07
,
0x27
,
0xeb
,
0x51
,
0x49
,
0xed
,
0x4c
,
0x52
,
0xc7
,
0x82
,
0x6e
,
0x59
,
0xc4
,
0x63
,
0x51
,
0xdb
,
0x72
,
0x36
,
0x90
,
0x07
,
0x70
,
0xd5
,
0x5e
,
0xd0
,
0xb2
,
0x63
,
0x6d
,
0x49
,
0x4a
,
0x6f
,
0x87
,
0x5b
,
0x92
,
0xca
,
0x34
,
0x3f
,
0x7b
,
0x07
,
0x79
,
0xd0
,
0xfd
,
0x42
,
0x42
,
0xcc
,
0xae
,
0xd4
,
0x1f
,
0xbc
,
0x5b
,
0x31
,
0x71
,
0xb1
,
0x84
,
0x1b
,
0x99
,
0x49
,
0x75
,
0xe2
,
0x40
,
0xba
,
0x66
,
0x6d
,
0x01
,
0x15
,
0x9c
,
0xde
,
0xec
,
0x78
,
0xd6
,
0x83
,
0x12
,
0x9a
,
0x00
,
0x15
,
0x40
,
0x93
,
0x3f
,
0x60
,
0xf5
,
0x1f
,
0x95
,
0xd4
,
0xce
,
0x24
,
0xa5
,
0x3a
,
0xd6
,
0x9a
,
0xd7
,
0xf5
,
0xfd
,
0x18
,
0x7e
,
0x6c
,
0x29
,
0xd5
,
0x8b
,
0x06
,
0xff
,
0x4f
,
0xff
,
0x8b
,
0x7f
,
0x03
,
0xa4
,
0xcc
,
0x76
,
0xb8
,
0x26
,
0xa9
,
0x4c
,
0xf3
,
0x73
,
0x36
,
0x90
,
0x0f
,
0x5d
,
0x37
,
0x0e
,
0x95
,
0x00
,
0x00
,
0xff
,
0xff
,
0x30
,
0x18
,
0x95
,
0x9c
,
0xd7
,
0x10
,
0x00
,
0x00
,
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
,
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment