isula_image.pb.go 157.5 KB
Newer Older
D
dogsheng 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: isula/isula_image.proto

package isula

import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"

import (
	context "golang.org/x/net/context"
	grpc "google.golang.org/grpc"
)

// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf

// This is a compile-time assertion to ensure that this generated file
// 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

type Protocol int32

const (
	Protocol_TCP Protocol = 0
	Protocol_UDP Protocol = 1
)

var Protocol_name = map[int32]string{
	0: "TCP",
	1: "UDP",
}
var Protocol_value = map[string]int32{
	"TCP": 0,
	"UDP": 1,
}

func (x Protocol) String() string {
	return proto.EnumName(Protocol_name, int32(x))
}
func (Protocol) EnumDescriptor() ([]byte, []int) {
W
WangFengTu 已提交
46
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{0}
D
dogsheng 已提交
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
}

type MountPropagation int32

const (
	// No mount propagation ("private" in Linux terminology).
	MountPropagation_PROPAGATION_PRIVATE MountPropagation = 0
	// Mounts get propagated from the host to the container ("rslave" in Linux).
	MountPropagation_PROPAGATION_HOST_TO_CONTAINER MountPropagation = 1
	// Mounts get propagated from the host to the container and from the
	// container to the host ("rshared" in Linux).
	MountPropagation_PROPAGATION_BIDIRECTIONAL MountPropagation = 2
)

var MountPropagation_name = map[int32]string{
	0: "PROPAGATION_PRIVATE",
	1: "PROPAGATION_HOST_TO_CONTAINER",
	2: "PROPAGATION_BIDIRECTIONAL",
}
var MountPropagation_value = map[string]int32{
	"PROPAGATION_PRIVATE":           0,
	"PROPAGATION_HOST_TO_CONTAINER": 1,
	"PROPAGATION_BIDIRECTIONAL":     2,
}

func (x MountPropagation) String() string {
	return proto.EnumName(MountPropagation_name, int32(x))
}
func (MountPropagation) EnumDescriptor() ([]byte, []int) {
W
WangFengTu 已提交
76
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{1}
D
dogsheng 已提交
77 78 79 80 81 82 83 84 85 86 87 88
}

type HealthCheckRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *HealthCheckRequest) Reset()         { *m = HealthCheckRequest{} }
func (m *HealthCheckRequest) String() string { return proto.CompactTextString(m) }
func (*HealthCheckRequest) ProtoMessage()    {}
func (*HealthCheckRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
89
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{0}
D
dogsheng 已提交
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
}
func (m *HealthCheckRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_HealthCheckRequest.Unmarshal(m, b)
}
func (m *HealthCheckRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_HealthCheckRequest.Marshal(b, m, deterministic)
}
func (dst *HealthCheckRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_HealthCheckRequest.Merge(dst, src)
}
func (m *HealthCheckRequest) XXX_Size() int {
	return xxx_messageInfo_HealthCheckRequest.Size(m)
}
func (m *HealthCheckRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_HealthCheckRequest.DiscardUnknown(m)
}

var xxx_messageInfo_HealthCheckRequest proto.InternalMessageInfo

type HealthCheckResponse struct {
	Errmsg               string   `protobuf:"bytes,1,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,2,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *HealthCheckResponse) Reset()         { *m = HealthCheckResponse{} }
func (m *HealthCheckResponse) String() string { return proto.CompactTextString(m) }
func (*HealthCheckResponse) ProtoMessage()    {}
func (*HealthCheckResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
121
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{1}
D
dogsheng 已提交
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
}
func (m *HealthCheckResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_HealthCheckResponse.Unmarshal(m, b)
}
func (m *HealthCheckResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_HealthCheckResponse.Marshal(b, m, deterministic)
}
func (dst *HealthCheckResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_HealthCheckResponse.Merge(dst, src)
}
func (m *HealthCheckResponse) XXX_Size() int {
	return xxx_messageInfo_HealthCheckResponse.Size(m)
}
func (m *HealthCheckResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_HealthCheckResponse.DiscardUnknown(m)
}

var xxx_messageInfo_HealthCheckResponse proto.InternalMessageInfo

func (m *HealthCheckResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *HealthCheckResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

type LoginRequest struct {
	Server               string   `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	Username             string   `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Password             string   `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *LoginRequest) Reset()         { *m = LoginRequest{} }
func (m *LoginRequest) String() string { return proto.CompactTextString(m) }
func (*LoginRequest) ProtoMessage()    {}
func (*LoginRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
168
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{2}
D
dogsheng 已提交
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220
}
func (m *LoginRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_LoginRequest.Unmarshal(m, b)
}
func (m *LoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_LoginRequest.Marshal(b, m, deterministic)
}
func (dst *LoginRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_LoginRequest.Merge(dst, src)
}
func (m *LoginRequest) XXX_Size() int {
	return xxx_messageInfo_LoginRequest.Size(m)
}
func (m *LoginRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_LoginRequest.DiscardUnknown(m)
}

var xxx_messageInfo_LoginRequest proto.InternalMessageInfo

func (m *LoginRequest) GetServer() string {
	if m != nil {
		return m.Server
	}
	return ""
}

func (m *LoginRequest) GetUsername() string {
	if m != nil {
		return m.Username
	}
	return ""
}

func (m *LoginRequest) GetPassword() string {
	if m != nil {
		return m.Password
	}
	return ""
}

type LoginResponse struct {
	Errmsg               string   `protobuf:"bytes,1,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,2,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *LoginResponse) Reset()         { *m = LoginResponse{} }
func (m *LoginResponse) String() string { return proto.CompactTextString(m) }
func (*LoginResponse) ProtoMessage()    {}
func (*LoginResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
221
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{3}
D
dogsheng 已提交
222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265
}
func (m *LoginResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_LoginResponse.Unmarshal(m, b)
}
func (m *LoginResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_LoginResponse.Marshal(b, m, deterministic)
}
func (dst *LoginResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_LoginResponse.Merge(dst, src)
}
func (m *LoginResponse) XXX_Size() int {
	return xxx_messageInfo_LoginResponse.Size(m)
}
func (m *LoginResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_LoginResponse.DiscardUnknown(m)
}

var xxx_messageInfo_LoginResponse proto.InternalMessageInfo

func (m *LoginResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *LoginResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

type LogoutRequest struct {
	Server               string   `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *LogoutRequest) Reset()         { *m = LogoutRequest{} }
func (m *LogoutRequest) String() string { return proto.CompactTextString(m) }
func (*LogoutRequest) ProtoMessage()    {}
func (*LogoutRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
266
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{4}
D
dogsheng 已提交
267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304
}
func (m *LogoutRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_LogoutRequest.Unmarshal(m, b)
}
func (m *LogoutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_LogoutRequest.Marshal(b, m, deterministic)
}
func (dst *LogoutRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_LogoutRequest.Merge(dst, src)
}
func (m *LogoutRequest) XXX_Size() int {
	return xxx_messageInfo_LogoutRequest.Size(m)
}
func (m *LogoutRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_LogoutRequest.DiscardUnknown(m)
}

var xxx_messageInfo_LogoutRequest proto.InternalMessageInfo

func (m *LogoutRequest) GetServer() string {
	if m != nil {
		return m.Server
	}
	return ""
}

type LogoutResponse struct {
	Errmsg               string   `protobuf:"bytes,1,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,2,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *LogoutResponse) Reset()         { *m = LogoutResponse{} }
func (m *LogoutResponse) String() string { return proto.CompactTextString(m) }
func (*LogoutResponse) ProtoMessage()    {}
func (*LogoutResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
305
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{5}
D
dogsheng 已提交
306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353
}
func (m *LogoutResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_LogoutResponse.Unmarshal(m, b)
}
func (m *LogoutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_LogoutResponse.Marshal(b, m, deterministic)
}
func (dst *LogoutResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_LogoutResponse.Merge(dst, src)
}
func (m *LogoutResponse) XXX_Size() int {
	return xxx_messageInfo_LogoutResponse.Size(m)
}
func (m *LogoutResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_LogoutResponse.DiscardUnknown(m)
}

var xxx_messageInfo_LogoutResponse proto.InternalMessageInfo

func (m *LogoutResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *LogoutResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

type ContainerExportRequest struct {
	NameId               string   `protobuf:"bytes,1,opt,name=name_id,json=nameId,proto3" json:"name_id,omitempty"`
	Output               string   `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
	Uid                  uint32   `protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Gid                  uint32   `protobuf:"varint,4,opt,name=gid,proto3" json:"gid,omitempty"`
	Offset               uint32   `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ContainerExportRequest) Reset()         { *m = ContainerExportRequest{} }
func (m *ContainerExportRequest) String() string { return proto.CompactTextString(m) }
func (*ContainerExportRequest) ProtoMessage()    {}
func (*ContainerExportRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
354
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{6}
D
dogsheng 已提交
355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420
}
func (m *ContainerExportRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ContainerExportRequest.Unmarshal(m, b)
}
func (m *ContainerExportRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ContainerExportRequest.Marshal(b, m, deterministic)
}
func (dst *ContainerExportRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ContainerExportRequest.Merge(dst, src)
}
func (m *ContainerExportRequest) XXX_Size() int {
	return xxx_messageInfo_ContainerExportRequest.Size(m)
}
func (m *ContainerExportRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_ContainerExportRequest.DiscardUnknown(m)
}

var xxx_messageInfo_ContainerExportRequest proto.InternalMessageInfo

func (m *ContainerExportRequest) GetNameId() string {
	if m != nil {
		return m.NameId
	}
	return ""
}

func (m *ContainerExportRequest) GetOutput() string {
	if m != nil {
		return m.Output
	}
	return ""
}

func (m *ContainerExportRequest) GetUid() uint32 {
	if m != nil {
		return m.Uid
	}
	return 0
}

func (m *ContainerExportRequest) GetGid() uint32 {
	if m != nil {
		return m.Gid
	}
	return 0
}

func (m *ContainerExportRequest) GetOffset() uint32 {
	if m != nil {
		return m.Offset
	}
	return 0
}

type ContainerExportResponse struct {
	Errmsg               string   `protobuf:"bytes,1,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,2,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ContainerExportResponse) Reset()         { *m = ContainerExportResponse{} }
func (m *ContainerExportResponse) String() string { return proto.CompactTextString(m) }
func (*ContainerExportResponse) ProtoMessage()    {}
func (*ContainerExportResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
421
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{7}
D
dogsheng 已提交
422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466
}
func (m *ContainerExportResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ContainerExportResponse.Unmarshal(m, b)
}
func (m *ContainerExportResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ContainerExportResponse.Marshal(b, m, deterministic)
}
func (dst *ContainerExportResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ContainerExportResponse.Merge(dst, src)
}
func (m *ContainerExportResponse) XXX_Size() int {
	return xxx_messageInfo_ContainerExportResponse.Size(m)
}
func (m *ContainerExportResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_ContainerExportResponse.DiscardUnknown(m)
}

var xxx_messageInfo_ContainerExportResponse proto.InternalMessageInfo

func (m *ContainerExportResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *ContainerExportResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

type LoadImageRequest struct {
	File                 string   `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Tag                  string   `protobuf:"bytes,2,opt,name=tag,proto3" json:"tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *LoadImageRequest) Reset()         { *m = LoadImageRequest{} }
func (m *LoadImageRequest) String() string { return proto.CompactTextString(m) }
func (*LoadImageRequest) ProtoMessage()    {}
func (*LoadImageRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
467
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{8}
D
dogsheng 已提交
468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513
}
func (m *LoadImageRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_LoadImageRequest.Unmarshal(m, b)
}
func (m *LoadImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_LoadImageRequest.Marshal(b, m, deterministic)
}
func (dst *LoadImageRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_LoadImageRequest.Merge(dst, src)
}
func (m *LoadImageRequest) XXX_Size() int {
	return xxx_messageInfo_LoadImageRequest.Size(m)
}
func (m *LoadImageRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_LoadImageRequest.DiscardUnknown(m)
}

var xxx_messageInfo_LoadImageRequest proto.InternalMessageInfo

func (m *LoadImageRequest) GetFile() string {
	if m != nil {
		return m.File
	}
	return ""
}

func (m *LoadImageRequest) GetTag() string {
	if m != nil {
		return m.Tag
	}
	return ""
}

type LoadImageResponose struct {
	Outmsg               string   `protobuf:"bytes,1,opt,name=outmsg,proto3" json:"outmsg,omitempty"`
	Errmsg               string   `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,3,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *LoadImageResponose) Reset()         { *m = LoadImageResponose{} }
func (m *LoadImageResponose) String() string { return proto.CompactTextString(m) }
func (*LoadImageResponose) ProtoMessage()    {}
func (*LoadImageResponose) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
514
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{9}
D
dogsheng 已提交
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564
}
func (m *LoadImageResponose) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_LoadImageResponose.Unmarshal(m, b)
}
func (m *LoadImageResponose) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_LoadImageResponose.Marshal(b, m, deterministic)
}
func (dst *LoadImageResponose) XXX_Merge(src proto.Message) {
	xxx_messageInfo_LoadImageResponose.Merge(dst, src)
}
func (m *LoadImageResponose) XXX_Size() int {
	return xxx_messageInfo_LoadImageResponose.Size(m)
}
func (m *LoadImageResponose) XXX_DiscardUnknown() {
	xxx_messageInfo_LoadImageResponose.DiscardUnknown(m)
}

var xxx_messageInfo_LoadImageResponose proto.InternalMessageInfo

func (m *LoadImageResponose) GetOutmsg() string {
	if m != nil {
		return m.Outmsg
	}
	return ""
}

func (m *LoadImageResponose) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *LoadImageResponose) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

type GraphdriverStatusRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *GraphdriverStatusRequest) Reset()         { *m = GraphdriverStatusRequest{} }
func (m *GraphdriverStatusRequest) String() string { return proto.CompactTextString(m) }
func (*GraphdriverStatusRequest) ProtoMessage()    {}
func (*GraphdriverStatusRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
565
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{10}
D
dogsheng 已提交
566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585
}
func (m *GraphdriverStatusRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_GraphdriverStatusRequest.Unmarshal(m, b)
}
func (m *GraphdriverStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_GraphdriverStatusRequest.Marshal(b, m, deterministic)
}
func (dst *GraphdriverStatusRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_GraphdriverStatusRequest.Merge(dst, src)
}
func (m *GraphdriverStatusRequest) XXX_Size() int {
	return xxx_messageInfo_GraphdriverStatusRequest.Size(m)
}
func (m *GraphdriverStatusRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_GraphdriverStatusRequest.DiscardUnknown(m)
}

var xxx_messageInfo_GraphdriverStatusRequest proto.InternalMessageInfo

type GraphdriverStatusResponse struct {
W
WangFengTu 已提交
586 587 588
	Status               string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Errmsg               string   `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,3,opt,name=cc,proto3" json:"cc,omitempty"`
D
dogsheng 已提交
589 590 591 592 593 594 595 596 597
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *GraphdriverStatusResponse) Reset()         { *m = GraphdriverStatusResponse{} }
func (m *GraphdriverStatusResponse) String() string { return proto.CompactTextString(m) }
func (*GraphdriverStatusResponse) ProtoMessage()    {}
func (*GraphdriverStatusResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
598
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{11}
D
dogsheng 已提交
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617
}
func (m *GraphdriverStatusResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_GraphdriverStatusResponse.Unmarshal(m, b)
}
func (m *GraphdriverStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_GraphdriverStatusResponse.Marshal(b, m, deterministic)
}
func (dst *GraphdriverStatusResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_GraphdriverStatusResponse.Merge(dst, src)
}
func (m *GraphdriverStatusResponse) XXX_Size() int {
	return xxx_messageInfo_GraphdriverStatusResponse.Size(m)
}
func (m *GraphdriverStatusResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_GraphdriverStatusResponse.DiscardUnknown(m)
}

var xxx_messageInfo_GraphdriverStatusResponse proto.InternalMessageInfo

W
WangFengTu 已提交
618
func (m *GraphdriverStatusResponse) GetStatus() string {
D
dogsheng 已提交
619
	if m != nil {
W
WangFengTu 已提交
620
		return m.Status
D
dogsheng 已提交
621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638
	}
	return ""
}

func (m *GraphdriverStatusResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *GraphdriverStatusResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

639 640 641 642 643 644 645 646 647 648 649
type GraphdriverMetadataRequest struct {
	NameId               string   `protobuf:"bytes,1,opt,name=name_id,json=nameId,proto3" json:"name_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *GraphdriverMetadataRequest) Reset()         { *m = GraphdriverMetadataRequest{} }
func (m *GraphdriverMetadataRequest) String() string { return proto.CompactTextString(m) }
func (*GraphdriverMetadataRequest) ProtoMessage()    {}
func (*GraphdriverMetadataRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
650
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{12}
651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690
}
func (m *GraphdriverMetadataRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_GraphdriverMetadataRequest.Unmarshal(m, b)
}
func (m *GraphdriverMetadataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_GraphdriverMetadataRequest.Marshal(b, m, deterministic)
}
func (dst *GraphdriverMetadataRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_GraphdriverMetadataRequest.Merge(dst, src)
}
func (m *GraphdriverMetadataRequest) XXX_Size() int {
	return xxx_messageInfo_GraphdriverMetadataRequest.Size(m)
}
func (m *GraphdriverMetadataRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_GraphdriverMetadataRequest.DiscardUnknown(m)
}

var xxx_messageInfo_GraphdriverMetadataRequest proto.InternalMessageInfo

func (m *GraphdriverMetadataRequest) GetNameId() string {
	if m != nil {
		return m.NameId
	}
	return ""
}

type GraphdriverMetadataResponse struct {
	Metadata             map[string]string `protobuf:"bytes,1,rep,name=metadata,proto3" json:"metadata,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	Name                 string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Errmsg               string            `protobuf:"bytes,3,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32            `protobuf:"varint,4,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (m *GraphdriverMetadataResponse) Reset()         { *m = GraphdriverMetadataResponse{} }
func (m *GraphdriverMetadataResponse) String() string { return proto.CompactTextString(m) }
func (*GraphdriverMetadataResponse) ProtoMessage()    {}
func (*GraphdriverMetadataResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
691
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{13}
692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738
}
func (m *GraphdriverMetadataResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_GraphdriverMetadataResponse.Unmarshal(m, b)
}
func (m *GraphdriverMetadataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_GraphdriverMetadataResponse.Marshal(b, m, deterministic)
}
func (dst *GraphdriverMetadataResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_GraphdriverMetadataResponse.Merge(dst, src)
}
func (m *GraphdriverMetadataResponse) XXX_Size() int {
	return xxx_messageInfo_GraphdriverMetadataResponse.Size(m)
}
func (m *GraphdriverMetadataResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_GraphdriverMetadataResponse.DiscardUnknown(m)
}

var xxx_messageInfo_GraphdriverMetadataResponse proto.InternalMessageInfo

func (m *GraphdriverMetadataResponse) GetMetadata() map[string]string {
	if m != nil {
		return m.Metadata
	}
	return nil
}

func (m *GraphdriverMetadataResponse) GetName() string {
	if m != nil {
		return m.Name
	}
	return ""
}

func (m *GraphdriverMetadataResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *GraphdriverMetadataResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

D
dogsheng 已提交
739 740 741 742 743 744 745 746 747 748 749
type ContainerFsUsageRequest struct {
	NameId               string   `protobuf:"bytes,1,opt,name=name_id,json=nameId,proto3" json:"name_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ContainerFsUsageRequest) Reset()         { *m = ContainerFsUsageRequest{} }
func (m *ContainerFsUsageRequest) String() string { return proto.CompactTextString(m) }
func (*ContainerFsUsageRequest) ProtoMessage()    {}
func (*ContainerFsUsageRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
750
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{14}
D
dogsheng 已提交
751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789
}
func (m *ContainerFsUsageRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ContainerFsUsageRequest.Unmarshal(m, b)
}
func (m *ContainerFsUsageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ContainerFsUsageRequest.Marshal(b, m, deterministic)
}
func (dst *ContainerFsUsageRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ContainerFsUsageRequest.Merge(dst, src)
}
func (m *ContainerFsUsageRequest) XXX_Size() int {
	return xxx_messageInfo_ContainerFsUsageRequest.Size(m)
}
func (m *ContainerFsUsageRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_ContainerFsUsageRequest.DiscardUnknown(m)
}

var xxx_messageInfo_ContainerFsUsageRequest proto.InternalMessageInfo

func (m *ContainerFsUsageRequest) GetNameId() string {
	if m != nil {
		return m.NameId
	}
	return ""
}

type ContainerFsUsageResponse struct {
	Usage                string   `protobuf:"bytes,1,opt,name=usage,proto3" json:"usage,omitempty"`
	Errmsg               string   `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,3,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ContainerFsUsageResponse) Reset()         { *m = ContainerFsUsageResponse{} }
func (m *ContainerFsUsageResponse) String() string { return proto.CompactTextString(m) }
func (*ContainerFsUsageResponse) ProtoMessage()    {}
func (*ContainerFsUsageResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
790
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{15}
D
dogsheng 已提交
791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842
}
func (m *ContainerFsUsageResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ContainerFsUsageResponse.Unmarshal(m, b)
}
func (m *ContainerFsUsageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ContainerFsUsageResponse.Marshal(b, m, deterministic)
}
func (dst *ContainerFsUsageResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ContainerFsUsageResponse.Merge(dst, src)
}
func (m *ContainerFsUsageResponse) XXX_Size() int {
	return xxx_messageInfo_ContainerFsUsageResponse.Size(m)
}
func (m *ContainerFsUsageResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_ContainerFsUsageResponse.DiscardUnknown(m)
}

var xxx_messageInfo_ContainerFsUsageResponse proto.InternalMessageInfo

func (m *ContainerFsUsageResponse) GetUsage() string {
	if m != nil {
		return m.Usage
	}
	return ""
}

func (m *ContainerFsUsageResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *ContainerFsUsageResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

type ContainerUmountRequest struct {
	NameId               string   `protobuf:"bytes,1,opt,name=name_id,json=nameId,proto3" json:"name_id,omitempty"`
	Force                bool     `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ContainerUmountRequest) Reset()         { *m = ContainerUmountRequest{} }
func (m *ContainerUmountRequest) String() string { return proto.CompactTextString(m) }
func (*ContainerUmountRequest) ProtoMessage()    {}
func (*ContainerUmountRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
843
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{16}
D
dogsheng 已提交
844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888
}
func (m *ContainerUmountRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ContainerUmountRequest.Unmarshal(m, b)
}
func (m *ContainerUmountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ContainerUmountRequest.Marshal(b, m, deterministic)
}
func (dst *ContainerUmountRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ContainerUmountRequest.Merge(dst, src)
}
func (m *ContainerUmountRequest) XXX_Size() int {
	return xxx_messageInfo_ContainerUmountRequest.Size(m)
}
func (m *ContainerUmountRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_ContainerUmountRequest.DiscardUnknown(m)
}

var xxx_messageInfo_ContainerUmountRequest proto.InternalMessageInfo

func (m *ContainerUmountRequest) GetNameId() string {
	if m != nil {
		return m.NameId
	}
	return ""
}

func (m *ContainerUmountRequest) GetForce() bool {
	if m != nil {
		return m.Force
	}
	return false
}

type ContainerUmountResponse struct {
	Errmsg               string   `protobuf:"bytes,1,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,2,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ContainerUmountResponse) Reset()         { *m = ContainerUmountResponse{} }
func (m *ContainerUmountResponse) String() string { return proto.CompactTextString(m) }
func (*ContainerUmountResponse) ProtoMessage()    {}
func (*ContainerUmountResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
889
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{17}
D
dogsheng 已提交
890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933
}
func (m *ContainerUmountResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ContainerUmountResponse.Unmarshal(m, b)
}
func (m *ContainerUmountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ContainerUmountResponse.Marshal(b, m, deterministic)
}
func (dst *ContainerUmountResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ContainerUmountResponse.Merge(dst, src)
}
func (m *ContainerUmountResponse) XXX_Size() int {
	return xxx_messageInfo_ContainerUmountResponse.Size(m)
}
func (m *ContainerUmountResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_ContainerUmountResponse.DiscardUnknown(m)
}

var xxx_messageInfo_ContainerUmountResponse proto.InternalMessageInfo

func (m *ContainerUmountResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *ContainerUmountResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

type ContainerMountRequest struct {
	NameId               string   `protobuf:"bytes,1,opt,name=name_id,json=nameId,proto3" json:"name_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ContainerMountRequest) Reset()         { *m = ContainerMountRequest{} }
func (m *ContainerMountRequest) String() string { return proto.CompactTextString(m) }
func (*ContainerMountRequest) ProtoMessage()    {}
func (*ContainerMountRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
934
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{18}
D
dogsheng 已提交
935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972
}
func (m *ContainerMountRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ContainerMountRequest.Unmarshal(m, b)
}
func (m *ContainerMountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ContainerMountRequest.Marshal(b, m, deterministic)
}
func (dst *ContainerMountRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ContainerMountRequest.Merge(dst, src)
}
func (m *ContainerMountRequest) XXX_Size() int {
	return xxx_messageInfo_ContainerMountRequest.Size(m)
}
func (m *ContainerMountRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_ContainerMountRequest.DiscardUnknown(m)
}

var xxx_messageInfo_ContainerMountRequest proto.InternalMessageInfo

func (m *ContainerMountRequest) GetNameId() string {
	if m != nil {
		return m.NameId
	}
	return ""
}

type ContainerMountResponse struct {
	Errmsg               string   `protobuf:"bytes,1,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,2,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ContainerMountResponse) Reset()         { *m = ContainerMountResponse{} }
func (m *ContainerMountResponse) String() string { return proto.CompactTextString(m) }
func (*ContainerMountResponse) ProtoMessage()    {}
func (*ContainerMountResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
973
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{19}
D
dogsheng 已提交
974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017
}
func (m *ContainerMountResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ContainerMountResponse.Unmarshal(m, b)
}
func (m *ContainerMountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ContainerMountResponse.Marshal(b, m, deterministic)
}
func (dst *ContainerMountResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ContainerMountResponse.Merge(dst, src)
}
func (m *ContainerMountResponse) XXX_Size() int {
	return xxx_messageInfo_ContainerMountResponse.Size(m)
}
func (m *ContainerMountResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_ContainerMountResponse.DiscardUnknown(m)
}

var xxx_messageInfo_ContainerMountResponse proto.InternalMessageInfo

func (m *ContainerMountResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *ContainerMountResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

type ContainerRemoveRequest struct {
	NameId               string   `protobuf:"bytes,1,opt,name=name_id,json=nameId,proto3" json:"name_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ContainerRemoveRequest) Reset()         { *m = ContainerRemoveRequest{} }
func (m *ContainerRemoveRequest) String() string { return proto.CompactTextString(m) }
func (*ContainerRemoveRequest) ProtoMessage()    {}
func (*ContainerRemoveRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1018
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{20}
D
dogsheng 已提交
1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056
}
func (m *ContainerRemoveRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ContainerRemoveRequest.Unmarshal(m, b)
}
func (m *ContainerRemoveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ContainerRemoveRequest.Marshal(b, m, deterministic)
}
func (dst *ContainerRemoveRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ContainerRemoveRequest.Merge(dst, src)
}
func (m *ContainerRemoveRequest) XXX_Size() int {
	return xxx_messageInfo_ContainerRemoveRequest.Size(m)
}
func (m *ContainerRemoveRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_ContainerRemoveRequest.DiscardUnknown(m)
}

var xxx_messageInfo_ContainerRemoveRequest proto.InternalMessageInfo

func (m *ContainerRemoveRequest) GetNameId() string {
	if m != nil {
		return m.NameId
	}
	return ""
}

type ContainerRemoveResponse struct {
	Errmsg               string   `protobuf:"bytes,1,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,2,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ContainerRemoveResponse) Reset()         { *m = ContainerRemoveResponse{} }
func (m *ContainerRemoveResponse) String() string { return proto.CompactTextString(m) }
func (*ContainerRemoveResponse) ProtoMessage()    {}
func (*ContainerRemoveResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1057
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{21}
D
dogsheng 已提交
1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104
}
func (m *ContainerRemoveResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ContainerRemoveResponse.Unmarshal(m, b)
}
func (m *ContainerRemoveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ContainerRemoveResponse.Marshal(b, m, deterministic)
}
func (dst *ContainerRemoveResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ContainerRemoveResponse.Merge(dst, src)
}
func (m *ContainerRemoveResponse) XXX_Size() int {
	return xxx_messageInfo_ContainerRemoveResponse.Size(m)
}
func (m *ContainerRemoveResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_ContainerRemoveResponse.DiscardUnknown(m)
}

var xxx_messageInfo_ContainerRemoveResponse proto.InternalMessageInfo

func (m *ContainerRemoveResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *ContainerRemoveResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

type ContainerPrepareRequest struct {
	Image                string   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Id                   string   `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	StorageOpts          []string `protobuf:"bytes,4,rep,name=storage_opts,json=storageOpts,proto3" json:"storage_opts,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ContainerPrepareRequest) Reset()         { *m = ContainerPrepareRequest{} }
func (m *ContainerPrepareRequest) String() string { return proto.CompactTextString(m) }
func (*ContainerPrepareRequest) ProtoMessage()    {}
func (*ContainerPrepareRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1105
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{22}
D
dogsheng 已提交
1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166
}
func (m *ContainerPrepareRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ContainerPrepareRequest.Unmarshal(m, b)
}
func (m *ContainerPrepareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ContainerPrepareRequest.Marshal(b, m, deterministic)
}
func (dst *ContainerPrepareRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ContainerPrepareRequest.Merge(dst, src)
}
func (m *ContainerPrepareRequest) XXX_Size() int {
	return xxx_messageInfo_ContainerPrepareRequest.Size(m)
}
func (m *ContainerPrepareRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_ContainerPrepareRequest.DiscardUnknown(m)
}

var xxx_messageInfo_ContainerPrepareRequest proto.InternalMessageInfo

func (m *ContainerPrepareRequest) GetImage() string {
	if m != nil {
		return m.Image
	}
	return ""
}

func (m *ContainerPrepareRequest) GetId() string {
	if m != nil {
		return m.Id
	}
	return ""
}

func (m *ContainerPrepareRequest) GetName() string {
	if m != nil {
		return m.Name
	}
	return ""
}

func (m *ContainerPrepareRequest) GetStorageOpts() []string {
	if m != nil {
		return m.StorageOpts
	}
	return nil
}

type ContainerPrepareResponse struct {
	MountPoint           string   `protobuf:"bytes,1,opt,name=mount_point,json=mountPoint,proto3" json:"mount_point,omitempty"`
	ImageConf            string   `protobuf:"bytes,2,opt,name=image_conf,json=imageConf,proto3" json:"image_conf,omitempty"`
	Errmsg               string   `protobuf:"bytes,3,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,4,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ContainerPrepareResponse) Reset()         { *m = ContainerPrepareResponse{} }
func (m *ContainerPrepareResponse) String() string { return proto.CompactTextString(m) }
func (*ContainerPrepareResponse) ProtoMessage()    {}
func (*ContainerPrepareResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1167
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{23}
D
dogsheng 已提交
1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224
}
func (m *ContainerPrepareResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ContainerPrepareResponse.Unmarshal(m, b)
}
func (m *ContainerPrepareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ContainerPrepareResponse.Marshal(b, m, deterministic)
}
func (dst *ContainerPrepareResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ContainerPrepareResponse.Merge(dst, src)
}
func (m *ContainerPrepareResponse) XXX_Size() int {
	return xxx_messageInfo_ContainerPrepareResponse.Size(m)
}
func (m *ContainerPrepareResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_ContainerPrepareResponse.DiscardUnknown(m)
}

var xxx_messageInfo_ContainerPrepareResponse proto.InternalMessageInfo

func (m *ContainerPrepareResponse) GetMountPoint() string {
	if m != nil {
		return m.MountPoint
	}
	return ""
}

func (m *ContainerPrepareResponse) GetImageConf() string {
	if m != nil {
		return m.ImageConf
	}
	return ""
}

func (m *ContainerPrepareResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *ContainerPrepareResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

type ListContainersRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ListContainersRequest) Reset()         { *m = ListContainersRequest{} }
func (m *ListContainersRequest) String() string { return proto.CompactTextString(m) }
func (*ListContainersRequest) ProtoMessage()    {}
func (*ListContainersRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1225
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{24}
D
dogsheng 已提交
1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257
}
func (m *ListContainersRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ListContainersRequest.Unmarshal(m, b)
}
func (m *ListContainersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ListContainersRequest.Marshal(b, m, deterministic)
}
func (dst *ListContainersRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ListContainersRequest.Merge(dst, src)
}
func (m *ListContainersRequest) XXX_Size() int {
	return xxx_messageInfo_ListContainersRequest.Size(m)
}
func (m *ListContainersRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_ListContainersRequest.DiscardUnknown(m)
}

var xxx_messageInfo_ListContainersRequest proto.InternalMessageInfo

type ListContainersResponse struct {
	Containers           map[string]bool `protobuf:"bytes,1,rep,name=containers,proto3" json:"containers,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
	Errmsg               string          `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32          `protobuf:"varint,3,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (m *ListContainersResponse) Reset()         { *m = ListContainersResponse{} }
func (m *ListContainersResponse) String() string { return proto.CompactTextString(m) }
func (*ListContainersResponse) ProtoMessage()    {}
func (*ListContainersResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1258
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{25}
D
dogsheng 已提交
1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316
}
func (m *ListContainersResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ListContainersResponse.Unmarshal(m, b)
}
func (m *ListContainersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ListContainersResponse.Marshal(b, m, deterministic)
}
func (dst *ListContainersResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ListContainersResponse.Merge(dst, src)
}
func (m *ListContainersResponse) XXX_Size() int {
	return xxx_messageInfo_ListContainersResponse.Size(m)
}
func (m *ListContainersResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_ListContainersResponse.DiscardUnknown(m)
}

var xxx_messageInfo_ListContainersResponse proto.InternalMessageInfo

func (m *ListContainersResponse) GetContainers() map[string]bool {
	if m != nil {
		return m.Containers
	}
	return nil
}

func (m *ListContainersResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *ListContainersResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

// DNSConfig specifies the DNS servers and search domains of a sandbox.
type DNSConfig struct {
	// List of DNS servers of the cluster.
	Servers []string `protobuf:"bytes,1,rep,name=servers,proto3" json:"servers,omitempty"`
	// List of DNS search domains of the cluster.
	Searches []string `protobuf:"bytes,2,rep,name=searches,proto3" json:"searches,omitempty"`
	// List of DNS options. See https://linux.die.net/man/5/resolv.conf
	// for all available options.
	Options              []string `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *DNSConfig) Reset()         { *m = DNSConfig{} }
func (m *DNSConfig) String() string { return proto.CompactTextString(m) }
func (*DNSConfig) ProtoMessage()    {}
func (*DNSConfig) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1317
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{26}
D
dogsheng 已提交
1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376
}
func (m *DNSConfig) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_DNSConfig.Unmarshal(m, b)
}
func (m *DNSConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_DNSConfig.Marshal(b, m, deterministic)
}
func (dst *DNSConfig) XXX_Merge(src proto.Message) {
	xxx_messageInfo_DNSConfig.Merge(dst, src)
}
func (m *DNSConfig) XXX_Size() int {
	return xxx_messageInfo_DNSConfig.Size(m)
}
func (m *DNSConfig) XXX_DiscardUnknown() {
	xxx_messageInfo_DNSConfig.DiscardUnknown(m)
}

var xxx_messageInfo_DNSConfig proto.InternalMessageInfo

func (m *DNSConfig) GetServers() []string {
	if m != nil {
		return m.Servers
	}
	return nil
}

func (m *DNSConfig) GetSearches() []string {
	if m != nil {
		return m.Searches
	}
	return nil
}

func (m *DNSConfig) GetOptions() []string {
	if m != nil {
		return m.Options
	}
	return nil
}

// PortMapping specifies the port mapping configurations of a sandbox.
type PortMapping struct {
	// Protocol of the port mapping.
	Protocol Protocol `protobuf:"varint,1,opt,name=protocol,proto3,enum=isula.Protocol" json:"protocol,omitempty"`
	// Port number within the container. Default: 0 (not specified).
	ContainerPort int32 `protobuf:"varint,2,opt,name=container_port,json=containerPort,proto3" json:"container_port,omitempty"`
	// Port number on the host. Default: 0 (not specified).
	HostPort int32 `protobuf:"varint,3,opt,name=host_port,json=hostPort,proto3" json:"host_port,omitempty"`
	// Host IP.
	HostIp               string   `protobuf:"bytes,4,opt,name=host_ip,json=hostIp,proto3" json:"host_ip,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *PortMapping) Reset()         { *m = PortMapping{} }
func (m *PortMapping) String() string { return proto.CompactTextString(m) }
func (*PortMapping) ProtoMessage()    {}
func (*PortMapping) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1377
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{27}
D
dogsheng 已提交
1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445
}
func (m *PortMapping) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_PortMapping.Unmarshal(m, b)
}
func (m *PortMapping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_PortMapping.Marshal(b, m, deterministic)
}
func (dst *PortMapping) XXX_Merge(src proto.Message) {
	xxx_messageInfo_PortMapping.Merge(dst, src)
}
func (m *PortMapping) XXX_Size() int {
	return xxx_messageInfo_PortMapping.Size(m)
}
func (m *PortMapping) XXX_DiscardUnknown() {
	xxx_messageInfo_PortMapping.DiscardUnknown(m)
}

var xxx_messageInfo_PortMapping proto.InternalMessageInfo

func (m *PortMapping) GetProtocol() Protocol {
	if m != nil {
		return m.Protocol
	}
	return Protocol_TCP
}

func (m *PortMapping) GetContainerPort() int32 {
	if m != nil {
		return m.ContainerPort
	}
	return 0
}

func (m *PortMapping) GetHostPort() int32 {
	if m != nil {
		return m.HostPort
	}
	return 0
}

func (m *PortMapping) GetHostIp() string {
	if m != nil {
		return m.HostIp
	}
	return ""
}

// Mount specifies a host volume to mount into a container.
type Mount struct {
	// Path of the mount within the container.
	ContainerPath string `protobuf:"bytes,1,opt,name=container_path,json=containerPath,proto3" json:"container_path,omitempty"`
	// Path of the mount on the host.
	HostPath string `protobuf:"bytes,2,opt,name=host_path,json=hostPath,proto3" json:"host_path,omitempty"`
	// If set, the mount is read-only.
	Readonly bool `protobuf:"varint,3,opt,name=readonly,proto3" json:"readonly,omitempty"`
	// If set, the mount needs SELinux relabeling.
	SelinuxRelabel bool `protobuf:"varint,4,opt,name=selinux_relabel,json=selinuxRelabel,proto3" json:"selinux_relabel,omitempty"`
	// Requested propagation mode.
	Propagation          MountPropagation `protobuf:"varint,5,opt,name=propagation,proto3,enum=isula.MountPropagation" json:"propagation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (m *Mount) Reset()         { *m = Mount{} }
func (m *Mount) String() string { return proto.CompactTextString(m) }
func (*Mount) ProtoMessage()    {}
func (*Mount) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1446
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{28}
D
dogsheng 已提交
1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517
}
func (m *Mount) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_Mount.Unmarshal(m, b)
}
func (m *Mount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_Mount.Marshal(b, m, deterministic)
}
func (dst *Mount) XXX_Merge(src proto.Message) {
	xxx_messageInfo_Mount.Merge(dst, src)
}
func (m *Mount) XXX_Size() int {
	return xxx_messageInfo_Mount.Size(m)
}
func (m *Mount) XXX_DiscardUnknown() {
	xxx_messageInfo_Mount.DiscardUnknown(m)
}

var xxx_messageInfo_Mount proto.InternalMessageInfo

func (m *Mount) GetContainerPath() string {
	if m != nil {
		return m.ContainerPath
	}
	return ""
}

func (m *Mount) GetHostPath() string {
	if m != nil {
		return m.HostPath
	}
	return ""
}

func (m *Mount) GetReadonly() bool {
	if m != nil {
		return m.Readonly
	}
	return false
}

func (m *Mount) GetSelinuxRelabel() bool {
	if m != nil {
		return m.SelinuxRelabel
	}
	return false
}

func (m *Mount) GetPropagation() MountPropagation {
	if m != nil {
		return m.Propagation
	}
	return MountPropagation_PROPAGATION_PRIVATE
}

// NamespaceOption provides options for Linux namespaces.
type NamespaceOption struct {
	// If set, use the host's network namespace.
	HostNetwork bool `protobuf:"varint,1,opt,name=host_network,json=hostNetwork,proto3" json:"host_network,omitempty"`
	// If set, use the host's PID namespace.
	HostPid bool `protobuf:"varint,2,opt,name=host_pid,json=hostPid,proto3" json:"host_pid,omitempty"`
	// If set, use the host's IPC namespace.
	HostIpc              bool     `protobuf:"varint,3,opt,name=host_ipc,json=hostIpc,proto3" json:"host_ipc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *NamespaceOption) Reset()         { *m = NamespaceOption{} }
func (m *NamespaceOption) String() string { return proto.CompactTextString(m) }
func (*NamespaceOption) ProtoMessage()    {}
func (*NamespaceOption) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1518
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{29}
D
dogsheng 已提交
1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571
}
func (m *NamespaceOption) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_NamespaceOption.Unmarshal(m, b)
}
func (m *NamespaceOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_NamespaceOption.Marshal(b, m, deterministic)
}
func (dst *NamespaceOption) XXX_Merge(src proto.Message) {
	xxx_messageInfo_NamespaceOption.Merge(dst, src)
}
func (m *NamespaceOption) XXX_Size() int {
	return xxx_messageInfo_NamespaceOption.Size(m)
}
func (m *NamespaceOption) XXX_DiscardUnknown() {
	xxx_messageInfo_NamespaceOption.DiscardUnknown(m)
}

var xxx_messageInfo_NamespaceOption proto.InternalMessageInfo

func (m *NamespaceOption) GetHostNetwork() bool {
	if m != nil {
		return m.HostNetwork
	}
	return false
}

func (m *NamespaceOption) GetHostPid() bool {
	if m != nil {
		return m.HostPid
	}
	return false
}

func (m *NamespaceOption) GetHostIpc() bool {
	if m != nil {
		return m.HostIpc
	}
	return false
}

// Int64Value is the wrapper of int64.
type Int64Value struct {
	// The value.
	Value                int64    `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *Int64Value) Reset()         { *m = Int64Value{} }
func (m *Int64Value) String() string { return proto.CompactTextString(m) }
func (*Int64Value) ProtoMessage()    {}
func (*Int64Value) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1572
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{30}
D
dogsheng 已提交
1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613
}
func (m *Int64Value) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_Int64Value.Unmarshal(m, b)
}
func (m *Int64Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_Int64Value.Marshal(b, m, deterministic)
}
func (dst *Int64Value) XXX_Merge(src proto.Message) {
	xxx_messageInfo_Int64Value.Merge(dst, src)
}
func (m *Int64Value) XXX_Size() int {
	return xxx_messageInfo_Int64Value.Size(m)
}
func (m *Int64Value) XXX_DiscardUnknown() {
	xxx_messageInfo_Int64Value.DiscardUnknown(m)
}

var xxx_messageInfo_Int64Value proto.InternalMessageInfo

func (m *Int64Value) GetValue() int64 {
	if m != nil {
		return m.Value
	}
	return 0
}

// SELinuxOption are the labels to be applied to the container.
type SELinuxOption struct {
	User                 string   `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Role                 string   `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	Type                 string   `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Level                string   `protobuf:"bytes,4,opt,name=level,proto3" json:"level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *SELinuxOption) Reset()         { *m = SELinuxOption{} }
func (m *SELinuxOption) String() string { return proto.CompactTextString(m) }
func (*SELinuxOption) ProtoMessage()    {}
func (*SELinuxOption) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1614
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{31}
D
dogsheng 已提交
1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701
}
func (m *SELinuxOption) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_SELinuxOption.Unmarshal(m, b)
}
func (m *SELinuxOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_SELinuxOption.Marshal(b, m, deterministic)
}
func (dst *SELinuxOption) XXX_Merge(src proto.Message) {
	xxx_messageInfo_SELinuxOption.Merge(dst, src)
}
func (m *SELinuxOption) XXX_Size() int {
	return xxx_messageInfo_SELinuxOption.Size(m)
}
func (m *SELinuxOption) XXX_DiscardUnknown() {
	xxx_messageInfo_SELinuxOption.DiscardUnknown(m)
}

var xxx_messageInfo_SELinuxOption proto.InternalMessageInfo

func (m *SELinuxOption) GetUser() string {
	if m != nil {
		return m.User
	}
	return ""
}

func (m *SELinuxOption) GetRole() string {
	if m != nil {
		return m.Role
	}
	return ""
}

func (m *SELinuxOption) GetType() string {
	if m != nil {
		return m.Type
	}
	return ""
}

func (m *SELinuxOption) GetLevel() string {
	if m != nil {
		return m.Level
	}
	return ""
}

// LinuxSandboxSecurityContext holds linux security configuration that will be
// applied to a sandbox. Note that:
// 1) It does not apply to containers in the pods.
// 2) It may not be applicable to a PodSandbox which does not contain any running
//    process.
type LinuxSandboxSecurityContext struct {
	// Configurations for the sandbox's namespaces.
	// This will be used only if the PodSandbox uses namespace for isolation.
	NamespaceOptions *NamespaceOption `protobuf:"bytes,1,opt,name=namespace_options,json=namespaceOptions,proto3" json:"namespace_options,omitempty"`
	// Optional SELinux context to be applied.
	SelinuxOptions *SELinuxOption `protobuf:"bytes,2,opt,name=selinux_options,json=selinuxOptions,proto3" json:"selinux_options,omitempty"`
	// UID to run sandbox processes as, when applicable.
	RunAsUser *Int64Value `protobuf:"bytes,3,opt,name=run_as_user,json=runAsUser,proto3" json:"run_as_user,omitempty"`
	// If set, the root filesystem of the sandbox is read-only.
	ReadonlyRootfs bool `protobuf:"varint,4,opt,name=readonly_rootfs,json=readonlyRootfs,proto3" json:"readonly_rootfs,omitempty"`
	// List of groups applied to the first process run in the sandbox, in
	// addition to the sandbox's primary GID.
	SupplementalGroups []int64 `protobuf:"varint,5,rep,packed,name=supplemental_groups,json=supplementalGroups,proto3" json:"supplemental_groups,omitempty"`
	// Indicates whether the sandbox will be asked to run a privileged
	// container. If a privileged container is to be executed within it, this
	// MUST be true.
	// This allows a sandbox to take additional security precautions if no
	// privileged containers are expected to be run.
	Privileged bool `protobuf:"varint,6,opt,name=privileged,proto3" json:"privileged,omitempty"`
	// Seccomp profile for the sandbox, candidate values are:
	// * docker/default: the default profile for the docker container runtime
	// * unconfined: unconfined profile, ie, no seccomp sandboxing
	// * localhost/<full-path-to-profile>: the profile installed on the node.
	//   <full-path-to-profile> is the full path of the profile.
	// Default: "", which is identical with unconfined.
	SeccompProfilePath   string   `protobuf:"bytes,7,opt,name=seccomp_profile_path,json=seccompProfilePath,proto3" json:"seccomp_profile_path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *LinuxSandboxSecurityContext) Reset()         { *m = LinuxSandboxSecurityContext{} }
func (m *LinuxSandboxSecurityContext) String() string { return proto.CompactTextString(m) }
func (*LinuxSandboxSecurityContext) ProtoMessage()    {}
func (*LinuxSandboxSecurityContext) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1702
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{32}
D
dogsheng 已提交
1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790
}
func (m *LinuxSandboxSecurityContext) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_LinuxSandboxSecurityContext.Unmarshal(m, b)
}
func (m *LinuxSandboxSecurityContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_LinuxSandboxSecurityContext.Marshal(b, m, deterministic)
}
func (dst *LinuxSandboxSecurityContext) XXX_Merge(src proto.Message) {
	xxx_messageInfo_LinuxSandboxSecurityContext.Merge(dst, src)
}
func (m *LinuxSandboxSecurityContext) XXX_Size() int {
	return xxx_messageInfo_LinuxSandboxSecurityContext.Size(m)
}
func (m *LinuxSandboxSecurityContext) XXX_DiscardUnknown() {
	xxx_messageInfo_LinuxSandboxSecurityContext.DiscardUnknown(m)
}

var xxx_messageInfo_LinuxSandboxSecurityContext proto.InternalMessageInfo

func (m *LinuxSandboxSecurityContext) GetNamespaceOptions() *NamespaceOption {
	if m != nil {
		return m.NamespaceOptions
	}
	return nil
}

func (m *LinuxSandboxSecurityContext) GetSelinuxOptions() *SELinuxOption {
	if m != nil {
		return m.SelinuxOptions
	}
	return nil
}

func (m *LinuxSandboxSecurityContext) GetRunAsUser() *Int64Value {
	if m != nil {
		return m.RunAsUser
	}
	return nil
}

func (m *LinuxSandboxSecurityContext) GetReadonlyRootfs() bool {
	if m != nil {
		return m.ReadonlyRootfs
	}
	return false
}

func (m *LinuxSandboxSecurityContext) GetSupplementalGroups() []int64 {
	if m != nil {
		return m.SupplementalGroups
	}
	return nil
}

func (m *LinuxSandboxSecurityContext) GetPrivileged() bool {
	if m != nil {
		return m.Privileged
	}
	return false
}

func (m *LinuxSandboxSecurityContext) GetSeccompProfilePath() string {
	if m != nil {
		return m.SeccompProfilePath
	}
	return ""
}

// LinuxPodSandboxConfig holds platform-specific configurations for Linux
// host platforms and Linux-based containers.
type LinuxPodSandboxConfig struct {
	// Parent cgroup of the PodSandbox.
	// The cgroupfs style syntax will be used, but the container runtime can
	// convert it to systemd semantics if needed.
	CgroupParent string `protobuf:"bytes,1,opt,name=cgroup_parent,json=cgroupParent,proto3" json:"cgroup_parent,omitempty"`
	// LinuxSandboxSecurityContext holds sandbox security attributes.
	SecurityContext *LinuxSandboxSecurityContext `protobuf:"bytes,2,opt,name=security_context,json=securityContext,proto3" json:"security_context,omitempty"`
	// Sysctls holds linux sysctls config for the sandbox.
	Sysctls              map[string]string `protobuf:"bytes,3,rep,name=sysctls,proto3" json:"sysctls,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (m *LinuxPodSandboxConfig) Reset()         { *m = LinuxPodSandboxConfig{} }
func (m *LinuxPodSandboxConfig) String() string { return proto.CompactTextString(m) }
func (*LinuxPodSandboxConfig) ProtoMessage()    {}
func (*LinuxPodSandboxConfig) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1791
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{33}
D
dogsheng 已提交
1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853
}
func (m *LinuxPodSandboxConfig) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_LinuxPodSandboxConfig.Unmarshal(m, b)
}
func (m *LinuxPodSandboxConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_LinuxPodSandboxConfig.Marshal(b, m, deterministic)
}
func (dst *LinuxPodSandboxConfig) XXX_Merge(src proto.Message) {
	xxx_messageInfo_LinuxPodSandboxConfig.Merge(dst, src)
}
func (m *LinuxPodSandboxConfig) XXX_Size() int {
	return xxx_messageInfo_LinuxPodSandboxConfig.Size(m)
}
func (m *LinuxPodSandboxConfig) XXX_DiscardUnknown() {
	xxx_messageInfo_LinuxPodSandboxConfig.DiscardUnknown(m)
}

var xxx_messageInfo_LinuxPodSandboxConfig proto.InternalMessageInfo

func (m *LinuxPodSandboxConfig) GetCgroupParent() string {
	if m != nil {
		return m.CgroupParent
	}
	return ""
}

func (m *LinuxPodSandboxConfig) GetSecurityContext() *LinuxSandboxSecurityContext {
	if m != nil {
		return m.SecurityContext
	}
	return nil
}

func (m *LinuxPodSandboxConfig) GetSysctls() map[string]string {
	if m != nil {
		return m.Sysctls
	}
	return nil
}

// PodSandboxMetadata holds all necessary information for building the sandbox name.
// The container runtime is encouraged to expose the metadata associated with the
// PodSandbox in its user interface for better user experience. For example,
// the runtime can construct a unique PodSandboxName based on the metadata.
type PodSandboxMetadata struct {
	// Pod name of the sandbox. Same as the pod name in the PodSpec.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Pod UID of the sandbox. Same as the pod UID in the PodSpec.
	Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// Pod namespace of the sandbox. Same as the pod namespace in the PodSpec.
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Attempt number of creating the sandbox. Default: 0.
	Attempt              uint32   `protobuf:"varint,4,opt,name=attempt,proto3" json:"attempt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *PodSandboxMetadata) Reset()         { *m = PodSandboxMetadata{} }
func (m *PodSandboxMetadata) String() string { return proto.CompactTextString(m) }
func (*PodSandboxMetadata) ProtoMessage()    {}
func (*PodSandboxMetadata) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1854
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{34}
D
dogsheng 已提交
1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961
}
func (m *PodSandboxMetadata) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_PodSandboxMetadata.Unmarshal(m, b)
}
func (m *PodSandboxMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_PodSandboxMetadata.Marshal(b, m, deterministic)
}
func (dst *PodSandboxMetadata) XXX_Merge(src proto.Message) {
	xxx_messageInfo_PodSandboxMetadata.Merge(dst, src)
}
func (m *PodSandboxMetadata) XXX_Size() int {
	return xxx_messageInfo_PodSandboxMetadata.Size(m)
}
func (m *PodSandboxMetadata) XXX_DiscardUnknown() {
	xxx_messageInfo_PodSandboxMetadata.DiscardUnknown(m)
}

var xxx_messageInfo_PodSandboxMetadata proto.InternalMessageInfo

func (m *PodSandboxMetadata) GetName() string {
	if m != nil {
		return m.Name
	}
	return ""
}

func (m *PodSandboxMetadata) GetUid() string {
	if m != nil {
		return m.Uid
	}
	return ""
}

func (m *PodSandboxMetadata) GetNamespace() string {
	if m != nil {
		return m.Namespace
	}
	return ""
}

func (m *PodSandboxMetadata) GetAttempt() uint32 {
	if m != nil {
		return m.Attempt
	}
	return 0
}

// PodSandboxConfig holds all the required and optional fields for creating a
// sandbox.
type PodSandboxConfig struct {
	// Metadata of the sandbox. This information will uniquely identify the
	// sandbox, and the runtime should leverage this to ensure correct
	// operation. The runtime may also use this information to improve UX, such
	// as by constructing a readable name.
	Metadata *PodSandboxMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Hostname of the sandbox.
	Hostname string `protobuf:"bytes,2,opt,name=hostname,proto3" json:"hostname,omitempty"`
	// Path to the directory on the host in which container log files are
	// stored.
	// By default the log of a container going into the LogDirectory will be
	// hooked up to STDOUT and STDERR. However, the LogDirectory may contain
	// binary log files with structured logging data from the individual
	// containers. For example, the files might be newline separated JSON
	// structured logs, systemd-journald journal files, gRPC trace files, etc.
	// E.g.,
	//     PodSandboxConfig.LogDirectory = `/var/log/pods/<podUID>/`
	//     ContainerConfig.LogPath = `containerName_Instance#.log`
	//
	// WARNING: Log management and how kubelet should interface with the
	// container logs are under active discussion in
	// https://issues.k8s.io/24677. There *may* be future change of direction
	// for logging as the discussion carries on.
	LogDirectory string `protobuf:"bytes,3,opt,name=log_directory,json=logDirectory,proto3" json:"log_directory,omitempty"`
	// DNS config for the sandbox.
	DnsConfig *DNSConfig `protobuf:"bytes,4,opt,name=dns_config,json=dnsConfig,proto3" json:"dns_config,omitempty"`
	// Port mappings for the sandbox.
	PortMappings []*PortMapping `protobuf:"bytes,5,rep,name=port_mappings,json=portMappings,proto3" json:"port_mappings,omitempty"`
	// Key-value pairs that may be used to scope and select individual resources.
	Labels map[string]string `protobuf:"bytes,6,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Unstructured key-value map that may be set by the kubelet to store and
	// retrieve arbitrary metadata. This will include any annotations set on a
	// pod through the Kubernetes API.
	//
	// Annotations MUST NOT be altered by the runtime; the annotations stored
	// here MUST be returned in the PodSandboxStatus associated with the pod
	// this PodSandboxConfig creates.
	//
	// In general, in order to preserve a well-defined interface between the
	// kubelet and the container runtime, annotations SHOULD NOT influence
	// runtime behaviour.
	//
	// Annotations can also be useful for runtime authors to experiment with
	// new features that are opaque to the Kubernetes APIs (both user-facing
	// and the CRI). Whenever possible, however, runtime authors SHOULD
	// consider proposing new typed fields for any new features instead.
	Annotations map[string]string `protobuf:"bytes,7,rep,name=annotations,proto3" json:"annotations,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Optional configurations specific to Linux hosts.
	Linux                *LinuxPodSandboxConfig `protobuf:"bytes,8,opt,name=linux,proto3" json:"linux,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (m *PodSandboxConfig) Reset()         { *m = PodSandboxConfig{} }
func (m *PodSandboxConfig) String() string { return proto.CompactTextString(m) }
func (*PodSandboxConfig) ProtoMessage()    {}
func (*PodSandboxConfig) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
1962
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{35}
D
dogsheng 已提交
1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051
}
func (m *PodSandboxConfig) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_PodSandboxConfig.Unmarshal(m, b)
}
func (m *PodSandboxConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_PodSandboxConfig.Marshal(b, m, deterministic)
}
func (dst *PodSandboxConfig) XXX_Merge(src proto.Message) {
	xxx_messageInfo_PodSandboxConfig.Merge(dst, src)
}
func (m *PodSandboxConfig) XXX_Size() int {
	return xxx_messageInfo_PodSandboxConfig.Size(m)
}
func (m *PodSandboxConfig) XXX_DiscardUnknown() {
	xxx_messageInfo_PodSandboxConfig.DiscardUnknown(m)
}

var xxx_messageInfo_PodSandboxConfig proto.InternalMessageInfo

func (m *PodSandboxConfig) GetMetadata() *PodSandboxMetadata {
	if m != nil {
		return m.Metadata
	}
	return nil
}

func (m *PodSandboxConfig) GetHostname() string {
	if m != nil {
		return m.Hostname
	}
	return ""
}

func (m *PodSandboxConfig) GetLogDirectory() string {
	if m != nil {
		return m.LogDirectory
	}
	return ""
}

func (m *PodSandboxConfig) GetDnsConfig() *DNSConfig {
	if m != nil {
		return m.DnsConfig
	}
	return nil
}

func (m *PodSandboxConfig) GetPortMappings() []*PortMapping {
	if m != nil {
		return m.PortMappings
	}
	return nil
}

func (m *PodSandboxConfig) GetLabels() map[string]string {
	if m != nil {
		return m.Labels
	}
	return nil
}

func (m *PodSandboxConfig) GetAnnotations() map[string]string {
	if m != nil {
		return m.Annotations
	}
	return nil
}

func (m *PodSandboxConfig) GetLinux() *LinuxPodSandboxConfig {
	if m != nil {
		return m.Linux
	}
	return nil
}

// ImageSpec is an internal representation of an image.  Currently, it wraps the
// value of a Container's Image field (e.g. imageID or imageDigest), but in the
// future it will include more detailed information about the different image types.
type ImageSpec struct {
	Image                string   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ImageSpec) Reset()         { *m = ImageSpec{} }
func (m *ImageSpec) String() string { return proto.CompactTextString(m) }
func (*ImageSpec) ProtoMessage()    {}
func (*ImageSpec) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2052
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{36}
D
dogsheng 已提交
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090
}
func (m *ImageSpec) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ImageSpec.Unmarshal(m, b)
}
func (m *ImageSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ImageSpec.Marshal(b, m, deterministic)
}
func (dst *ImageSpec) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ImageSpec.Merge(dst, src)
}
func (m *ImageSpec) XXX_Size() int {
	return xxx_messageInfo_ImageSpec.Size(m)
}
func (m *ImageSpec) XXX_DiscardUnknown() {
	xxx_messageInfo_ImageSpec.DiscardUnknown(m)
}

var xxx_messageInfo_ImageSpec proto.InternalMessageInfo

func (m *ImageSpec) GetImage() string {
	if m != nil {
		return m.Image
	}
	return ""
}

type ImageFilter struct {
	// Spec of the image.
	Image                *ImageSpec `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (m *ImageFilter) Reset()         { *m = ImageFilter{} }
func (m *ImageFilter) String() string { return proto.CompactTextString(m) }
func (*ImageFilter) ProtoMessage()    {}
func (*ImageFilter) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2091
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{37}
D
dogsheng 已提交
2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130
}
func (m *ImageFilter) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ImageFilter.Unmarshal(m, b)
}
func (m *ImageFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ImageFilter.Marshal(b, m, deterministic)
}
func (dst *ImageFilter) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ImageFilter.Merge(dst, src)
}
func (m *ImageFilter) XXX_Size() int {
	return xxx_messageInfo_ImageFilter.Size(m)
}
func (m *ImageFilter) XXX_DiscardUnknown() {
	xxx_messageInfo_ImageFilter.DiscardUnknown(m)
}

var xxx_messageInfo_ImageFilter proto.InternalMessageInfo

func (m *ImageFilter) GetImage() *ImageSpec {
	if m != nil {
		return m.Image
	}
	return nil
}

type ListImagesRequest struct {
	// Filter to list images.
	Filter               *ImageFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	Check                bool         `protobuf:"varint,2,opt,name=check,proto3" json:"check,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (m *ListImagesRequest) Reset()         { *m = ListImagesRequest{} }
func (m *ListImagesRequest) String() string { return proto.CompactTextString(m) }
func (*ListImagesRequest) ProtoMessage()    {}
func (*ListImagesRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2131
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{38}
D
dogsheng 已提交
2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164
}
func (m *ListImagesRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ListImagesRequest.Unmarshal(m, b)
}
func (m *ListImagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ListImagesRequest.Marshal(b, m, deterministic)
}
func (dst *ListImagesRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ListImagesRequest.Merge(dst, src)
}
func (m *ListImagesRequest) XXX_Size() int {
	return xxx_messageInfo_ListImagesRequest.Size(m)
}
func (m *ListImagesRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_ListImagesRequest.DiscardUnknown(m)
}

var xxx_messageInfo_ListImagesRequest proto.InternalMessageInfo

func (m *ListImagesRequest) GetFilter() *ImageFilter {
	if m != nil {
		return m.Filter
	}
	return nil
}

func (m *ListImagesRequest) GetCheck() bool {
	if m != nil {
		return m.Check
	}
	return false
}

2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180
type HealthCheck struct {
	Test                 []string `protobuf:"bytes,1,rep,name=test,proto3" json:"test,omitempty"`
	Interval             int64    `protobuf:"varint,2,opt,name=interval,proto3" json:"interval,omitempty"`
	Timeout              int64    `protobuf:"varint,3,opt,name=timeout,proto3" json:"timeout,omitempty"`
	StartPeriod          int64    `protobuf:"varint,4,opt,name=start_period,json=startPeriod,proto3" json:"start_period,omitempty"`
	Retries              int32    `protobuf:"varint,5,opt,name=retries,proto3" json:"retries,omitempty"`
	ExitOnUnhealthy      bool     `protobuf:"varint,6,opt,name=exit_on_unhealthy,json=exitOnUnhealthy,proto3" json:"exit_on_unhealthy,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *HealthCheck) Reset()         { *m = HealthCheck{} }
func (m *HealthCheck) String() string { return proto.CompactTextString(m) }
func (*HealthCheck) ProtoMessage()    {}
func (*HealthCheck) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2181
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{39}
2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242
}
func (m *HealthCheck) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_HealthCheck.Unmarshal(m, b)
}
func (m *HealthCheck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_HealthCheck.Marshal(b, m, deterministic)
}
func (dst *HealthCheck) XXX_Merge(src proto.Message) {
	xxx_messageInfo_HealthCheck.Merge(dst, src)
}
func (m *HealthCheck) XXX_Size() int {
	return xxx_messageInfo_HealthCheck.Size(m)
}
func (m *HealthCheck) XXX_DiscardUnknown() {
	xxx_messageInfo_HealthCheck.DiscardUnknown(m)
}

var xxx_messageInfo_HealthCheck proto.InternalMessageInfo

func (m *HealthCheck) GetTest() []string {
	if m != nil {
		return m.Test
	}
	return nil
}

func (m *HealthCheck) GetInterval() int64 {
	if m != nil {
		return m.Interval
	}
	return 0
}

func (m *HealthCheck) GetTimeout() int64 {
	if m != nil {
		return m.Timeout
	}
	return 0
}

func (m *HealthCheck) GetStartPeriod() int64 {
	if m != nil {
		return m.StartPeriod
	}
	return 0
}

func (m *HealthCheck) GetRetries() int32 {
	if m != nil {
		return m.Retries
	}
	return 0
}

func (m *HealthCheck) GetExitOnUnhealthy() bool {
	if m != nil {
		return m.ExitOnUnhealthy
	}
	return false
}

D
dogsheng 已提交
2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264
// Basic information about a container image.
type Image struct {
	// ID of the image.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Other names by which this image is known.
	RepoTags []string `protobuf:"bytes,2,rep,name=repo_tags,json=repoTags,proto3" json:"repo_tags,omitempty"`
	// Digests by which this image is known.
	RepoDigests []string `protobuf:"bytes,3,rep,name=repo_digests,json=repoDigests,proto3" json:"repo_digests,omitempty"`
	// Size of the image in bytes. Must be > 0.
	Size uint64 `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	// UID that will run the command(s). This is used as a default if no user is
	// specified when creating the container. UID and the following user name
	// are mutually exclusive.
	Uid *Int64Value `protobuf:"bytes,5,opt,name=uid,proto3" json:"uid,omitempty"`
	// User name that will run the command(s). This is used if UID is not set
	// and no user is specified when creating container.
	Username string `protobuf:"bytes,6,opt,name=username,proto3" json:"username,omitempty"`
	// Create time of image
	Created string `protobuf:"bytes,7,opt,name=created,proto3" json:"created,omitempty"`
	// Load time of image
	Loaded string `protobuf:"bytes,8,opt,name=loaded,proto3" json:"loaded,omitempty"`
	// oci image spec
2265 2266 2267 2268 2269 2270
	Spec *ImageSpec `protobuf:"bytes,9,opt,name=spec,proto3" json:"spec,omitempty"`
	// Health check
	Healthcheck          *HealthCheck `protobuf:"bytes,10,opt,name=healthcheck,proto3" json:"healthcheck,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
D
dogsheng 已提交
2271 2272 2273 2274 2275 2276
}

func (m *Image) Reset()         { *m = Image{} }
func (m *Image) String() string { return proto.CompactTextString(m) }
func (*Image) ProtoMessage()    {}
func (*Image) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2277
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{40}
D
dogsheng 已提交
2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359
}
func (m *Image) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_Image.Unmarshal(m, b)
}
func (m *Image) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_Image.Marshal(b, m, deterministic)
}
func (dst *Image) XXX_Merge(src proto.Message) {
	xxx_messageInfo_Image.Merge(dst, src)
}
func (m *Image) XXX_Size() int {
	return xxx_messageInfo_Image.Size(m)
}
func (m *Image) XXX_DiscardUnknown() {
	xxx_messageInfo_Image.DiscardUnknown(m)
}

var xxx_messageInfo_Image proto.InternalMessageInfo

func (m *Image) GetId() string {
	if m != nil {
		return m.Id
	}
	return ""
}

func (m *Image) GetRepoTags() []string {
	if m != nil {
		return m.RepoTags
	}
	return nil
}

func (m *Image) GetRepoDigests() []string {
	if m != nil {
		return m.RepoDigests
	}
	return nil
}

func (m *Image) GetSize() uint64 {
	if m != nil {
		return m.Size
	}
	return 0
}

func (m *Image) GetUid() *Int64Value {
	if m != nil {
		return m.Uid
	}
	return nil
}

func (m *Image) GetUsername() string {
	if m != nil {
		return m.Username
	}
	return ""
}

func (m *Image) GetCreated() string {
	if m != nil {
		return m.Created
	}
	return ""
}

func (m *Image) GetLoaded() string {
	if m != nil {
		return m.Loaded
	}
	return ""
}

func (m *Image) GetSpec() *ImageSpec {
	if m != nil {
		return m.Spec
	}
	return nil
}

2360 2361 2362 2363 2364 2365 2366
func (m *Image) GetHealthcheck() *HealthCheck {
	if m != nil {
		return m.Healthcheck
	}
	return nil
}

D
dogsheng 已提交
2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380
type ListImagesResponse struct {
	// List of images.
	Images               []*Image `protobuf:"bytes,1,rep,name=images,proto3" json:"images,omitempty"`
	Errmsg               string   `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,3,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ListImagesResponse) Reset()         { *m = ListImagesResponse{} }
func (m *ListImagesResponse) String() string { return proto.CompactTextString(m) }
func (*ListImagesResponse) ProtoMessage()    {}
func (*ListImagesResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2381
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{41}
D
dogsheng 已提交
2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435
}
func (m *ListImagesResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ListImagesResponse.Unmarshal(m, b)
}
func (m *ListImagesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ListImagesResponse.Marshal(b, m, deterministic)
}
func (dst *ListImagesResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ListImagesResponse.Merge(dst, src)
}
func (m *ListImagesResponse) XXX_Size() int {
	return xxx_messageInfo_ListImagesResponse.Size(m)
}
func (m *ListImagesResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_ListImagesResponse.DiscardUnknown(m)
}

var xxx_messageInfo_ListImagesResponse proto.InternalMessageInfo

func (m *ListImagesResponse) GetImages() []*Image {
	if m != nil {
		return m.Images
	}
	return nil
}

func (m *ListImagesResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *ListImagesResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

type ImageStatusRequest struct {
	// Spec of the image.
	Image *ImageSpec `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	// Verbose indicates whether to return extra information about the image.
	Verbose              bool     `protobuf:"varint,2,opt,name=verbose,proto3" json:"verbose,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ImageStatusRequest) Reset()         { *m = ImageStatusRequest{} }
func (m *ImageStatusRequest) String() string { return proto.CompactTextString(m) }
func (*ImageStatusRequest) ProtoMessage()    {}
func (*ImageStatusRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2436
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{42}
D
dogsheng 已提交
2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488
}
func (m *ImageStatusRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ImageStatusRequest.Unmarshal(m, b)
}
func (m *ImageStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ImageStatusRequest.Marshal(b, m, deterministic)
}
func (dst *ImageStatusRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ImageStatusRequest.Merge(dst, src)
}
func (m *ImageStatusRequest) XXX_Size() int {
	return xxx_messageInfo_ImageStatusRequest.Size(m)
}
func (m *ImageStatusRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_ImageStatusRequest.DiscardUnknown(m)
}

var xxx_messageInfo_ImageStatusRequest proto.InternalMessageInfo

func (m *ImageStatusRequest) GetImage() *ImageSpec {
	if m != nil {
		return m.Image
	}
	return nil
}

func (m *ImageStatusRequest) GetVerbose() bool {
	if m != nil {
		return m.Verbose
	}
	return false
}

type ImageStatusResponse struct {
	// Status of the image.
	Image *Image `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	// Info is extra information of the Image. The key could be abitrary string, and
	// value should be in json format. The information could include anything useful
	// for debug, e.g. image config for oci image based container runtime.
	// It should only be returned non-empty when Verbose is true.
	Info                 map[string]string `protobuf:"bytes,2,rep,name=info,proto3" json:"info,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	Errmsg               string            `protobuf:"bytes,3,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32            `protobuf:"varint,4,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (m *ImageStatusResponse) Reset()         { *m = ImageStatusResponse{} }
func (m *ImageStatusResponse) String() string { return proto.CompactTextString(m) }
func (*ImageStatusResponse) ProtoMessage()    {}
func (*ImageStatusResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2489
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{43}
D
dogsheng 已提交
2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547
}
func (m *ImageStatusResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ImageStatusResponse.Unmarshal(m, b)
}
func (m *ImageStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ImageStatusResponse.Marshal(b, m, deterministic)
}
func (dst *ImageStatusResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ImageStatusResponse.Merge(dst, src)
}
func (m *ImageStatusResponse) XXX_Size() int {
	return xxx_messageInfo_ImageStatusResponse.Size(m)
}
func (m *ImageStatusResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_ImageStatusResponse.DiscardUnknown(m)
}

var xxx_messageInfo_ImageStatusResponse proto.InternalMessageInfo

func (m *ImageStatusResponse) GetImage() *Image {
	if m != nil {
		return m.Image
	}
	return nil
}

func (m *ImageStatusResponse) GetInfo() map[string]string {
	if m != nil {
		return m.Info
	}
	return nil
}

func (m *ImageStatusResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *ImageStatusResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

type ImageInfoRequest struct {
	Image                *ImageSpec `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (m *ImageInfoRequest) Reset()         { *m = ImageInfoRequest{} }
func (m *ImageInfoRequest) String() string { return proto.CompactTextString(m) }
func (*ImageInfoRequest) ProtoMessage()    {}
func (*ImageInfoRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2548
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{44}
D
dogsheng 已提交
2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587
}
func (m *ImageInfoRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ImageInfoRequest.Unmarshal(m, b)
}
func (m *ImageInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ImageInfoRequest.Marshal(b, m, deterministic)
}
func (dst *ImageInfoRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ImageInfoRequest.Merge(dst, src)
}
func (m *ImageInfoRequest) XXX_Size() int {
	return xxx_messageInfo_ImageInfoRequest.Size(m)
}
func (m *ImageInfoRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_ImageInfoRequest.DiscardUnknown(m)
}

var xxx_messageInfo_ImageInfoRequest proto.InternalMessageInfo

func (m *ImageInfoRequest) GetImage() *ImageSpec {
	if m != nil {
		return m.Image
	}
	return nil
}

type ImageInfoResponse struct {
	Spec                 string   `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	Errmsg               string   `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,3,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ImageInfoResponse) Reset()         { *m = ImageInfoResponse{} }
func (m *ImageInfoResponse) String() string { return proto.CompactTextString(m) }
func (*ImageInfoResponse) ProtoMessage()    {}
func (*ImageInfoResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2588
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{45}
D
dogsheng 已提交
2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648
}
func (m *ImageInfoResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ImageInfoResponse.Unmarshal(m, b)
}
func (m *ImageInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ImageInfoResponse.Marshal(b, m, deterministic)
}
func (dst *ImageInfoResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ImageInfoResponse.Merge(dst, src)
}
func (m *ImageInfoResponse) XXX_Size() int {
	return xxx_messageInfo_ImageInfoResponse.Size(m)
}
func (m *ImageInfoResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_ImageInfoResponse.DiscardUnknown(m)
}

var xxx_messageInfo_ImageInfoResponse proto.InternalMessageInfo

func (m *ImageInfoResponse) GetSpec() string {
	if m != nil {
		return m.Spec
	}
	return ""
}

func (m *ImageInfoResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *ImageInfoResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

// AuthConfig contains authorization information for connecting to a registry.
type AuthConfig struct {
	Username      string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Password      string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	Auth          string `protobuf:"bytes,3,opt,name=auth,proto3" json:"auth,omitempty"`
	ServerAddress string `protobuf:"bytes,4,opt,name=server_address,json=serverAddress,proto3" json:"server_address,omitempty"`
	// IdentityToken is used to authenticate the user and get
	// an access token for the registry.
	IdentityToken string `protobuf:"bytes,5,opt,name=identity_token,json=identityToken,proto3" json:"identity_token,omitempty"`
	// RegistryToken is a bearer token to be sent to a registry
	RegistryToken        string   `protobuf:"bytes,6,opt,name=registry_token,json=registryToken,proto3" json:"registry_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *AuthConfig) Reset()         { *m = AuthConfig{} }
func (m *AuthConfig) String() string { return proto.CompactTextString(m) }
func (*AuthConfig) ProtoMessage()    {}
func (*AuthConfig) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2649
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{46}
D
dogsheng 已提交
2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726
}
func (m *AuthConfig) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_AuthConfig.Unmarshal(m, b)
}
func (m *AuthConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_AuthConfig.Marshal(b, m, deterministic)
}
func (dst *AuthConfig) XXX_Merge(src proto.Message) {
	xxx_messageInfo_AuthConfig.Merge(dst, src)
}
func (m *AuthConfig) XXX_Size() int {
	return xxx_messageInfo_AuthConfig.Size(m)
}
func (m *AuthConfig) XXX_DiscardUnknown() {
	xxx_messageInfo_AuthConfig.DiscardUnknown(m)
}

var xxx_messageInfo_AuthConfig proto.InternalMessageInfo

func (m *AuthConfig) GetUsername() string {
	if m != nil {
		return m.Username
	}
	return ""
}

func (m *AuthConfig) GetPassword() string {
	if m != nil {
		return m.Password
	}
	return ""
}

func (m *AuthConfig) GetAuth() string {
	if m != nil {
		return m.Auth
	}
	return ""
}

func (m *AuthConfig) GetServerAddress() string {
	if m != nil {
		return m.ServerAddress
	}
	return ""
}

func (m *AuthConfig) GetIdentityToken() string {
	if m != nil {
		return m.IdentityToken
	}
	return ""
}

func (m *AuthConfig) GetRegistryToken() string {
	if m != nil {
		return m.RegistryToken
	}
	return ""
}

type PullImageRequest struct {
	// Spec of the image.
	Image *ImageSpec `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	// Authentication configuration for pulling the image.
	Auth *AuthConfig `protobuf:"bytes,2,opt,name=auth,proto3" json:"auth,omitempty"`
	// Config of the PodSandbox, which is used to pull image in PodSandbox context.
	SandboxConfig        *PodSandboxConfig `protobuf:"bytes,3,opt,name=sandbox_config,json=sandboxConfig,proto3" json:"sandbox_config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (m *PullImageRequest) Reset()         { *m = PullImageRequest{} }
func (m *PullImageRequest) String() string { return proto.CompactTextString(m) }
func (*PullImageRequest) ProtoMessage()    {}
func (*PullImageRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2727
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{47}
D
dogsheng 已提交
2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782
}
func (m *PullImageRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_PullImageRequest.Unmarshal(m, b)
}
func (m *PullImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_PullImageRequest.Marshal(b, m, deterministic)
}
func (dst *PullImageRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_PullImageRequest.Merge(dst, src)
}
func (m *PullImageRequest) XXX_Size() int {
	return xxx_messageInfo_PullImageRequest.Size(m)
}
func (m *PullImageRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_PullImageRequest.DiscardUnknown(m)
}

var xxx_messageInfo_PullImageRequest proto.InternalMessageInfo

func (m *PullImageRequest) GetImage() *ImageSpec {
	if m != nil {
		return m.Image
	}
	return nil
}

func (m *PullImageRequest) GetAuth() *AuthConfig {
	if m != nil {
		return m.Auth
	}
	return nil
}

func (m *PullImageRequest) GetSandboxConfig() *PodSandboxConfig {
	if m != nil {
		return m.SandboxConfig
	}
	return nil
}

type PullImageResponse struct {
	// Reference to the image in use. For most runtimes, this should be an
	// image ID or digest.
	ImageRef             string   `protobuf:"bytes,1,opt,name=image_ref,json=imageRef,proto3" json:"image_ref,omitempty"`
	Errmsg               string   `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,3,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *PullImageResponse) Reset()         { *m = PullImageResponse{} }
func (m *PullImageResponse) String() string { return proto.CompactTextString(m) }
func (*PullImageResponse) ProtoMessage()    {}
func (*PullImageResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2783
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{48}
D
dogsheng 已提交
2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836
}
func (m *PullImageResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_PullImageResponse.Unmarshal(m, b)
}
func (m *PullImageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_PullImageResponse.Marshal(b, m, deterministic)
}
func (dst *PullImageResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_PullImageResponse.Merge(dst, src)
}
func (m *PullImageResponse) XXX_Size() int {
	return xxx_messageInfo_PullImageResponse.Size(m)
}
func (m *PullImageResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_PullImageResponse.DiscardUnknown(m)
}

var xxx_messageInfo_PullImageResponse proto.InternalMessageInfo

func (m *PullImageResponse) GetImageRef() string {
	if m != nil {
		return m.ImageRef
	}
	return ""
}

func (m *PullImageResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *PullImageResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

type RemoveImageRequest struct {
	// Spec of the image to remove.
	Image                *ImageSpec `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Force                bool       `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (m *RemoveImageRequest) Reset()         { *m = RemoveImageRequest{} }
func (m *RemoveImageRequest) String() string { return proto.CompactTextString(m) }
func (*RemoveImageRequest) ProtoMessage()    {}
func (*RemoveImageRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2837
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{49}
D
dogsheng 已提交
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882
}
func (m *RemoveImageRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_RemoveImageRequest.Unmarshal(m, b)
}
func (m *RemoveImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_RemoveImageRequest.Marshal(b, m, deterministic)
}
func (dst *RemoveImageRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_RemoveImageRequest.Merge(dst, src)
}
func (m *RemoveImageRequest) XXX_Size() int {
	return xxx_messageInfo_RemoveImageRequest.Size(m)
}
func (m *RemoveImageRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_RemoveImageRequest.DiscardUnknown(m)
}

var xxx_messageInfo_RemoveImageRequest proto.InternalMessageInfo

func (m *RemoveImageRequest) GetImage() *ImageSpec {
	if m != nil {
		return m.Image
	}
	return nil
}

func (m *RemoveImageRequest) GetForce() bool {
	if m != nil {
		return m.Force
	}
	return false
}

type RemoveImageResponse struct {
	Errmsg               string   `protobuf:"bytes,1,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,2,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *RemoveImageResponse) Reset()         { *m = RemoveImageResponse{} }
func (m *RemoveImageResponse) String() string { return proto.CompactTextString(m) }
func (*RemoveImageResponse) ProtoMessage()    {}
func (*RemoveImageResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2883
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{50}
D
dogsheng 已提交
2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926
}
func (m *RemoveImageResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_RemoveImageResponse.Unmarshal(m, b)
}
func (m *RemoveImageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_RemoveImageResponse.Marshal(b, m, deterministic)
}
func (dst *RemoveImageResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_RemoveImageResponse.Merge(dst, src)
}
func (m *RemoveImageResponse) XXX_Size() int {
	return xxx_messageInfo_RemoveImageResponse.Size(m)
}
func (m *RemoveImageResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_RemoveImageResponse.DiscardUnknown(m)
}

var xxx_messageInfo_RemoveImageResponse proto.InternalMessageInfo

func (m *RemoveImageResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *RemoveImageResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

type ImageFsInfoRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *ImageFsInfoRequest) Reset()         { *m = ImageFsInfoRequest{} }
func (m *ImageFsInfoRequest) String() string { return proto.CompactTextString(m) }
func (*ImageFsInfoRequest) ProtoMessage()    {}
func (*ImageFsInfoRequest) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2927
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{51}
D
dogsheng 已提交
2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959
}
func (m *ImageFsInfoRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ImageFsInfoRequest.Unmarshal(m, b)
}
func (m *ImageFsInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ImageFsInfoRequest.Marshal(b, m, deterministic)
}
func (dst *ImageFsInfoRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ImageFsInfoRequest.Merge(dst, src)
}
func (m *ImageFsInfoRequest) XXX_Size() int {
	return xxx_messageInfo_ImageFsInfoRequest.Size(m)
}
func (m *ImageFsInfoRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_ImageFsInfoRequest.DiscardUnknown(m)
}

var xxx_messageInfo_ImageFsInfoRequest proto.InternalMessageInfo

// UInt64Value is the wrapper of uint64.
type UInt64Value struct {
	// The value.
	Value                uint64   `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *UInt64Value) Reset()         { *m = UInt64Value{} }
func (m *UInt64Value) String() string { return proto.CompactTextString(m) }
func (*UInt64Value) ProtoMessage()    {}
func (*UInt64Value) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
2960
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{52}
D
dogsheng 已提交
2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999
}
func (m *UInt64Value) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_UInt64Value.Unmarshal(m, b)
}
func (m *UInt64Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_UInt64Value.Marshal(b, m, deterministic)
}
func (dst *UInt64Value) XXX_Merge(src proto.Message) {
	xxx_messageInfo_UInt64Value.Merge(dst, src)
}
func (m *UInt64Value) XXX_Size() int {
	return xxx_messageInfo_UInt64Value.Size(m)
}
func (m *UInt64Value) XXX_DiscardUnknown() {
	xxx_messageInfo_UInt64Value.DiscardUnknown(m)
}

var xxx_messageInfo_UInt64Value proto.InternalMessageInfo

func (m *UInt64Value) GetValue() uint64 {
	if m != nil {
		return m.Value
	}
	return 0
}

// StorageIdentifier uniquely identify the storage..
type StorageIdentifier struct {
	// UUID of the device.
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *StorageIdentifier) Reset()         { *m = StorageIdentifier{} }
func (m *StorageIdentifier) String() string { return proto.CompactTextString(m) }
func (*StorageIdentifier) ProtoMessage()    {}
func (*StorageIdentifier) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
3000
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{53}
D
dogsheng 已提交
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049
}
func (m *StorageIdentifier) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_StorageIdentifier.Unmarshal(m, b)
}
func (m *StorageIdentifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_StorageIdentifier.Marshal(b, m, deterministic)
}
func (dst *StorageIdentifier) XXX_Merge(src proto.Message) {
	xxx_messageInfo_StorageIdentifier.Merge(dst, src)
}
func (m *StorageIdentifier) XXX_Size() int {
	return xxx_messageInfo_StorageIdentifier.Size(m)
}
func (m *StorageIdentifier) XXX_DiscardUnknown() {
	xxx_messageInfo_StorageIdentifier.DiscardUnknown(m)
}

var xxx_messageInfo_StorageIdentifier proto.InternalMessageInfo

func (m *StorageIdentifier) GetUuid() string {
	if m != nil {
		return m.Uuid
	}
	return ""
}

// FilesystemUsage provides the filesystem usage information.
type FilesystemUsage struct {
	// Timestamp in nanoseconds at which the information were collected. Must be > 0.
	Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// The underlying storage of the filesystem.
	StorageId *StorageIdentifier `protobuf:"bytes,2,opt,name=storage_id,json=storageId,proto3" json:"storage_id,omitempty"`
	// UsedBytes represents the bytes used for images on the filesystem.
	// This may differ from the total bytes used on the filesystem and may not
	// equal CapacityBytes - AvailableBytes.
	UsedBytes *UInt64Value `protobuf:"bytes,3,opt,name=used_bytes,json=usedBytes,proto3" json:"used_bytes,omitempty"`
	// InodesUsed represents the inodes used by the images.
	// This may not equal InodesCapacity - InodesAvailable because the underlying
	// filesystem may also be used for purposes other than storing images.
	InodesUsed           *UInt64Value `protobuf:"bytes,4,opt,name=inodes_used,json=inodesUsed,proto3" json:"inodes_used,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (m *FilesystemUsage) Reset()         { *m = FilesystemUsage{} }
func (m *FilesystemUsage) String() string { return proto.CompactTextString(m) }
func (*FilesystemUsage) ProtoMessage()    {}
func (*FilesystemUsage) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
3050
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{54}
D
dogsheng 已提交
3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111
}
func (m *FilesystemUsage) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_FilesystemUsage.Unmarshal(m, b)
}
func (m *FilesystemUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_FilesystemUsage.Marshal(b, m, deterministic)
}
func (dst *FilesystemUsage) XXX_Merge(src proto.Message) {
	xxx_messageInfo_FilesystemUsage.Merge(dst, src)
}
func (m *FilesystemUsage) XXX_Size() int {
	return xxx_messageInfo_FilesystemUsage.Size(m)
}
func (m *FilesystemUsage) XXX_DiscardUnknown() {
	xxx_messageInfo_FilesystemUsage.DiscardUnknown(m)
}

var xxx_messageInfo_FilesystemUsage proto.InternalMessageInfo

func (m *FilesystemUsage) GetTimestamp() int64 {
	if m != nil {
		return m.Timestamp
	}
	return 0
}

func (m *FilesystemUsage) GetStorageId() *StorageIdentifier {
	if m != nil {
		return m.StorageId
	}
	return nil
}

func (m *FilesystemUsage) GetUsedBytes() *UInt64Value {
	if m != nil {
		return m.UsedBytes
	}
	return nil
}

func (m *FilesystemUsage) GetInodesUsed() *UInt64Value {
	if m != nil {
		return m.InodesUsed
	}
	return nil
}

type ImageFsInfoResponse struct {
	// Information of image filesystem(s).
	ImageFilesystems     []*FilesystemUsage `protobuf:"bytes,1,rep,name=image_filesystems,json=imageFilesystems,proto3" json:"image_filesystems,omitempty"`
	Errmsg               string             `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32             `protobuf:"varint,3,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (m *ImageFsInfoResponse) Reset()         { *m = ImageFsInfoResponse{} }
func (m *ImageFsInfoResponse) String() string { return proto.CompactTextString(m) }
func (*ImageFsInfoResponse) ProtoMessage()    {}
func (*ImageFsInfoResponse) Descriptor() ([]byte, []int) {
W
WangFengTu 已提交
3112
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{55}
D
dogsheng 已提交
3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152
}
func (m *ImageFsInfoResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ImageFsInfoResponse.Unmarshal(m, b)
}
func (m *ImageFsInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ImageFsInfoResponse.Marshal(b, m, deterministic)
}
func (dst *ImageFsInfoResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ImageFsInfoResponse.Merge(dst, src)
}
func (m *ImageFsInfoResponse) XXX_Size() int {
	return xxx_messageInfo_ImageFsInfoResponse.Size(m)
}
func (m *ImageFsInfoResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_ImageFsInfoResponse.DiscardUnknown(m)
}

var xxx_messageInfo_ImageFsInfoResponse proto.InternalMessageInfo

func (m *ImageFsInfoResponse) GetImageFilesystems() []*FilesystemUsage {
	if m != nil {
		return m.ImageFilesystems
	}
	return nil
}

func (m *ImageFsInfoResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *ImageFsInfoResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

W
WangFengTu 已提交
3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244
type TagImageRequest struct {
	SrcName              *ImageSpec `protobuf:"bytes,1,opt,name=srcName,proto3" json:"srcName,omitempty"`
	DestName             *ImageSpec `protobuf:"bytes,2,opt,name=destName,proto3" json:"destName,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (m *TagImageRequest) Reset()         { *m = TagImageRequest{} }
func (m *TagImageRequest) String() string { return proto.CompactTextString(m) }
func (*TagImageRequest) ProtoMessage()    {}
func (*TagImageRequest) Descriptor() ([]byte, []int) {
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{56}
}
func (m *TagImageRequest) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_TagImageRequest.Unmarshal(m, b)
}
func (m *TagImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_TagImageRequest.Marshal(b, m, deterministic)
}
func (dst *TagImageRequest) XXX_Merge(src proto.Message) {
	xxx_messageInfo_TagImageRequest.Merge(dst, src)
}
func (m *TagImageRequest) XXX_Size() int {
	return xxx_messageInfo_TagImageRequest.Size(m)
}
func (m *TagImageRequest) XXX_DiscardUnknown() {
	xxx_messageInfo_TagImageRequest.DiscardUnknown(m)
}

var xxx_messageInfo_TagImageRequest proto.InternalMessageInfo

func (m *TagImageRequest) GetSrcName() *ImageSpec {
	if m != nil {
		return m.SrcName
	}
	return nil
}

func (m *TagImageRequest) GetDestName() *ImageSpec {
	if m != nil {
		return m.DestName
	}
	return nil
}

type TagImageResponse struct {
	Errmsg               string   `protobuf:"bytes,1,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Cc                   uint32   `protobuf:"varint,2,opt,name=cc,proto3" json:"cc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *TagImageResponse) Reset()         { *m = TagImageResponse{} }
func (m *TagImageResponse) String() string { return proto.CompactTextString(m) }
func (*TagImageResponse) ProtoMessage()    {}
func (*TagImageResponse) Descriptor() ([]byte, []int) {
	return fileDescriptor_isula_image_d11549ceb17c7287, []int{57}
}
func (m *TagImageResponse) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_TagImageResponse.Unmarshal(m, b)
}
func (m *TagImageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_TagImageResponse.Marshal(b, m, deterministic)
}
func (dst *TagImageResponse) XXX_Merge(src proto.Message) {
	xxx_messageInfo_TagImageResponse.Merge(dst, src)
}
func (m *TagImageResponse) XXX_Size() int {
	return xxx_messageInfo_TagImageResponse.Size(m)
}
func (m *TagImageResponse) XXX_DiscardUnknown() {
	xxx_messageInfo_TagImageResponse.DiscardUnknown(m)
}

var xxx_messageInfo_TagImageResponse proto.InternalMessageInfo

func (m *TagImageResponse) GetErrmsg() string {
	if m != nil {
		return m.Errmsg
	}
	return ""
}

func (m *TagImageResponse) GetCc() uint32 {
	if m != nil {
		return m.Cc
	}
	return 0
}

D
dogsheng 已提交
3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257
func init() {
	proto.RegisterType((*HealthCheckRequest)(nil), "isula.HealthCheckRequest")
	proto.RegisterType((*HealthCheckResponse)(nil), "isula.HealthCheckResponse")
	proto.RegisterType((*LoginRequest)(nil), "isula.LoginRequest")
	proto.RegisterType((*LoginResponse)(nil), "isula.LoginResponse")
	proto.RegisterType((*LogoutRequest)(nil), "isula.LogoutRequest")
	proto.RegisterType((*LogoutResponse)(nil), "isula.LogoutResponse")
	proto.RegisterType((*ContainerExportRequest)(nil), "isula.ContainerExportRequest")
	proto.RegisterType((*ContainerExportResponse)(nil), "isula.ContainerExportResponse")
	proto.RegisterType((*LoadImageRequest)(nil), "isula.LoadImageRequest")
	proto.RegisterType((*LoadImageResponose)(nil), "isula.LoadImageResponose")
	proto.RegisterType((*GraphdriverStatusRequest)(nil), "isula.GraphdriverStatusRequest")
	proto.RegisterType((*GraphdriverStatusResponse)(nil), "isula.GraphdriverStatusResponse")
3258 3259 3260
	proto.RegisterType((*GraphdriverMetadataRequest)(nil), "isula.GraphdriverMetadataRequest")
	proto.RegisterType((*GraphdriverMetadataResponse)(nil), "isula.GraphdriverMetadataResponse")
	proto.RegisterMapType((map[string]string)(nil), "isula.GraphdriverMetadataResponse.MetadataEntry")
D
dogsheng 已提交
3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289
	proto.RegisterType((*ContainerFsUsageRequest)(nil), "isula.ContainerFsUsageRequest")
	proto.RegisterType((*ContainerFsUsageResponse)(nil), "isula.ContainerFsUsageResponse")
	proto.RegisterType((*ContainerUmountRequest)(nil), "isula.ContainerUmountRequest")
	proto.RegisterType((*ContainerUmountResponse)(nil), "isula.ContainerUmountResponse")
	proto.RegisterType((*ContainerMountRequest)(nil), "isula.ContainerMountRequest")
	proto.RegisterType((*ContainerMountResponse)(nil), "isula.ContainerMountResponse")
	proto.RegisterType((*ContainerRemoveRequest)(nil), "isula.ContainerRemoveRequest")
	proto.RegisterType((*ContainerRemoveResponse)(nil), "isula.ContainerRemoveResponse")
	proto.RegisterType((*ContainerPrepareRequest)(nil), "isula.ContainerPrepareRequest")
	proto.RegisterType((*ContainerPrepareResponse)(nil), "isula.ContainerPrepareResponse")
	proto.RegisterType((*ListContainersRequest)(nil), "isula.ListContainersRequest")
	proto.RegisterType((*ListContainersResponse)(nil), "isula.ListContainersResponse")
	proto.RegisterMapType((map[string]bool)(nil), "isula.ListContainersResponse.ContainersEntry")
	proto.RegisterType((*DNSConfig)(nil), "isula.DNSConfig")
	proto.RegisterType((*PortMapping)(nil), "isula.PortMapping")
	proto.RegisterType((*Mount)(nil), "isula.Mount")
	proto.RegisterType((*NamespaceOption)(nil), "isula.NamespaceOption")
	proto.RegisterType((*Int64Value)(nil), "isula.Int64Value")
	proto.RegisterType((*SELinuxOption)(nil), "isula.SELinuxOption")
	proto.RegisterType((*LinuxSandboxSecurityContext)(nil), "isula.LinuxSandboxSecurityContext")
	proto.RegisterType((*LinuxPodSandboxConfig)(nil), "isula.LinuxPodSandboxConfig")
	proto.RegisterMapType((map[string]string)(nil), "isula.LinuxPodSandboxConfig.SysctlsEntry")
	proto.RegisterType((*PodSandboxMetadata)(nil), "isula.PodSandboxMetadata")
	proto.RegisterType((*PodSandboxConfig)(nil), "isula.PodSandboxConfig")
	proto.RegisterMapType((map[string]string)(nil), "isula.PodSandboxConfig.AnnotationsEntry")
	proto.RegisterMapType((map[string]string)(nil), "isula.PodSandboxConfig.LabelsEntry")
	proto.RegisterType((*ImageSpec)(nil), "isula.ImageSpec")
	proto.RegisterType((*ImageFilter)(nil), "isula.ImageFilter")
	proto.RegisterType((*ListImagesRequest)(nil), "isula.ListImagesRequest")
3290
	proto.RegisterType((*HealthCheck)(nil), "isula.HealthCheck")
D
dogsheng 已提交
3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307
	proto.RegisterType((*Image)(nil), "isula.Image")
	proto.RegisterType((*ListImagesResponse)(nil), "isula.ListImagesResponse")
	proto.RegisterType((*ImageStatusRequest)(nil), "isula.ImageStatusRequest")
	proto.RegisterType((*ImageStatusResponse)(nil), "isula.ImageStatusResponse")
	proto.RegisterMapType((map[string]string)(nil), "isula.ImageStatusResponse.InfoEntry")
	proto.RegisterType((*ImageInfoRequest)(nil), "isula.ImageInfoRequest")
	proto.RegisterType((*ImageInfoResponse)(nil), "isula.ImageInfoResponse")
	proto.RegisterType((*AuthConfig)(nil), "isula.AuthConfig")
	proto.RegisterType((*PullImageRequest)(nil), "isula.PullImageRequest")
	proto.RegisterType((*PullImageResponse)(nil), "isula.PullImageResponse")
	proto.RegisterType((*RemoveImageRequest)(nil), "isula.RemoveImageRequest")
	proto.RegisterType((*RemoveImageResponse)(nil), "isula.RemoveImageResponse")
	proto.RegisterType((*ImageFsInfoRequest)(nil), "isula.ImageFsInfoRequest")
	proto.RegisterType((*UInt64Value)(nil), "isula.UInt64Value")
	proto.RegisterType((*StorageIdentifier)(nil), "isula.StorageIdentifier")
	proto.RegisterType((*FilesystemUsage)(nil), "isula.FilesystemUsage")
	proto.RegisterType((*ImageFsInfoResponse)(nil), "isula.ImageFsInfoResponse")
W
WangFengTu 已提交
3308 3309
	proto.RegisterType((*TagImageRequest)(nil), "isula.TagImageRequest")
	proto.RegisterType((*TagImageResponse)(nil), "isula.TagImageResponse")
D
dogsheng 已提交
3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360
	proto.RegisterEnum("isula.Protocol", Protocol_name, Protocol_value)
	proto.RegisterEnum("isula.MountPropagation", MountPropagation_name, MountPropagation_value)
}

// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConn

// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion4

// ImageServiceClient is the client API for ImageService service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type ImageServiceClient interface {
	// ListImages lists existing images.
	ListImages(ctx context.Context, in *ListImagesRequest, opts ...grpc.CallOption) (*ListImagesResponse, error)
	// ImageStatus returns the status of the image. If the image is not
	// present, returns a response with ImageStatusResponse.Image set to
	// nil.
	ImageStatus(ctx context.Context, in *ImageStatusRequest, opts ...grpc.CallOption) (*ImageStatusResponse, error)
	//  Get image information
	ImageInfo(ctx context.Context, in *ImageInfoRequest, opts ...grpc.CallOption) (*ImageInfoResponse, error)
	// PullImage pulls an image with authentication config.
	PullImage(ctx context.Context, in *PullImageRequest, opts ...grpc.CallOption) (*PullImageResponse, error)
	// RemoveImage removes the image.
	// This call is idempotent, and must not return an error if the image has
	// already been removed.
	RemoveImage(ctx context.Context, in *RemoveImageRequest, opts ...grpc.CallOption) (*RemoveImageResponse, error)
	// ImageFSInfo returns information of the filesystem that is used to store images.
	ImageFsInfo(ctx context.Context, in *ImageFsInfoRequest, opts ...grpc.CallOption) (*ImageFsInfoResponse, error)
	// Load image from file
	LoadImage(ctx context.Context, in *LoadImageRequest, opts ...grpc.CallOption) (*LoadImageResponose, error)
	// isulad image services
	// get all Container rootfs
	ListContainers(ctx context.Context, in *ListContainersRequest, opts ...grpc.CallOption) (*ListContainersResponse, error)
	// create rootfs for container
	ContainerPrepare(ctx context.Context, in *ContainerPrepareRequest, opts ...grpc.CallOption) (*ContainerPrepareResponse, error)
	// remove rootfs of container
	ContainerRemove(ctx context.Context, in *ContainerRemoveRequest, opts ...grpc.CallOption) (*ContainerRemoveResponse, error)
	// mount rwlayer for container
	ContainerMount(ctx context.Context, in *ContainerMountRequest, opts ...grpc.CallOption) (*ContainerMountResponse, error)
	// umount rwlayer of container
	ContainerUmount(ctx context.Context, in *ContainerUmountRequest, opts ...grpc.CallOption) (*ContainerUmountResponse, error)
	// export container rootfs
	ContainerExport(ctx context.Context, in *ContainerExportRequest, opts ...grpc.CallOption) (*ContainerExportResponse, error)
	// get filesystem usage of container
	ContainerFsUsage(ctx context.Context, in *ContainerFsUsageRequest, opts ...grpc.CallOption) (*ContainerFsUsageResponse, error)
	// get status of graphdriver
	GraphdriverStatus(ctx context.Context, in *GraphdriverStatusRequest, opts ...grpc.CallOption) (*GraphdriverStatusResponse, error)
3361 3362
	// get metadata of graphdriver
	GraphdriverMetadata(ctx context.Context, in *GraphdriverMetadataRequest, opts ...grpc.CallOption) (*GraphdriverMetadataResponse, error)
D
dogsheng 已提交
3363 3364 3365 3366 3367 3368
	// login registry
	Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginResponse, error)
	// logout registry
	Logout(ctx context.Context, in *LogoutRequest, opts ...grpc.CallOption) (*LogoutResponse, error)
	// health check service
	HealthCheck(ctx context.Context, in *HealthCheckRequest, opts ...grpc.CallOption) (*HealthCheckResponse, error)
W
WangFengTu 已提交
3369 3370
	// Add a tag to the image
	TagImage(ctx context.Context, in *TagImageRequest, opts ...grpc.CallOption) (*TagImageResponse, error)
D
dogsheng 已提交
3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515
}

type imageServiceClient struct {
	cc *grpc.ClientConn
}

func NewImageServiceClient(cc *grpc.ClientConn) ImageServiceClient {
	return &imageServiceClient{cc}
}

func (c *imageServiceClient) ListImages(ctx context.Context, in *ListImagesRequest, opts ...grpc.CallOption) (*ListImagesResponse, error) {
	out := new(ListImagesResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/ListImages", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) ImageStatus(ctx context.Context, in *ImageStatusRequest, opts ...grpc.CallOption) (*ImageStatusResponse, error) {
	out := new(ImageStatusResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/ImageStatus", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) ImageInfo(ctx context.Context, in *ImageInfoRequest, opts ...grpc.CallOption) (*ImageInfoResponse, error) {
	out := new(ImageInfoResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/ImageInfo", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) PullImage(ctx context.Context, in *PullImageRequest, opts ...grpc.CallOption) (*PullImageResponse, error) {
	out := new(PullImageResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/PullImage", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) RemoveImage(ctx context.Context, in *RemoveImageRequest, opts ...grpc.CallOption) (*RemoveImageResponse, error) {
	out := new(RemoveImageResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/RemoveImage", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) ImageFsInfo(ctx context.Context, in *ImageFsInfoRequest, opts ...grpc.CallOption) (*ImageFsInfoResponse, error) {
	out := new(ImageFsInfoResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/ImageFsInfo", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) LoadImage(ctx context.Context, in *LoadImageRequest, opts ...grpc.CallOption) (*LoadImageResponose, error) {
	out := new(LoadImageResponose)
	err := c.cc.Invoke(ctx, "/isula.ImageService/LoadImage", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) ListContainers(ctx context.Context, in *ListContainersRequest, opts ...grpc.CallOption) (*ListContainersResponse, error) {
	out := new(ListContainersResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/ListContainers", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) ContainerPrepare(ctx context.Context, in *ContainerPrepareRequest, opts ...grpc.CallOption) (*ContainerPrepareResponse, error) {
	out := new(ContainerPrepareResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/ContainerPrepare", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) ContainerRemove(ctx context.Context, in *ContainerRemoveRequest, opts ...grpc.CallOption) (*ContainerRemoveResponse, error) {
	out := new(ContainerRemoveResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/ContainerRemove", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) ContainerMount(ctx context.Context, in *ContainerMountRequest, opts ...grpc.CallOption) (*ContainerMountResponse, error) {
	out := new(ContainerMountResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/ContainerMount", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) ContainerUmount(ctx context.Context, in *ContainerUmountRequest, opts ...grpc.CallOption) (*ContainerUmountResponse, error) {
	out := new(ContainerUmountResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/ContainerUmount", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) ContainerExport(ctx context.Context, in *ContainerExportRequest, opts ...grpc.CallOption) (*ContainerExportResponse, error) {
	out := new(ContainerExportResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/ContainerExport", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) ContainerFsUsage(ctx context.Context, in *ContainerFsUsageRequest, opts ...grpc.CallOption) (*ContainerFsUsageResponse, error) {
	out := new(ContainerFsUsageResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/ContainerFsUsage", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) GraphdriverStatus(ctx context.Context, in *GraphdriverStatusRequest, opts ...grpc.CallOption) (*GraphdriverStatusResponse, error) {
	out := new(GraphdriverStatusResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/GraphdriverStatus", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

3516 3517 3518 3519 3520 3521 3522 3523 3524
func (c *imageServiceClient) GraphdriverMetadata(ctx context.Context, in *GraphdriverMetadataRequest, opts ...grpc.CallOption) (*GraphdriverMetadataResponse, error) {
	out := new(GraphdriverMetadataResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/GraphdriverMetadata", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

D
dogsheng 已提交
3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551
func (c *imageServiceClient) Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginResponse, error) {
	out := new(LoginResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/Login", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) Logout(ctx context.Context, in *LogoutRequest, opts ...grpc.CallOption) (*LogoutResponse, error) {
	out := new(LogoutResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/Logout", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

func (c *imageServiceClient) HealthCheck(ctx context.Context, in *HealthCheckRequest, opts ...grpc.CallOption) (*HealthCheckResponse, error) {
	out := new(HealthCheckResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/HealthCheck", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

W
WangFengTu 已提交
3552 3553 3554 3555 3556 3557 3558 3559 3560
func (c *imageServiceClient) TagImage(ctx context.Context, in *TagImageRequest, opts ...grpc.CallOption) (*TagImageResponse, error) {
	out := new(TagImageResponse)
	err := c.cc.Invoke(ctx, "/isula.ImageService/TagImage", in, out, opts...)
	if err != nil {
		return nil, err
	}
	return out, nil
}

D
dogsheng 已提交
3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597
// ImageServiceServer is the server API for ImageService service.
type ImageServiceServer interface {
	// ListImages lists existing images.
	ListImages(context.Context, *ListImagesRequest) (*ListImagesResponse, error)
	// ImageStatus returns the status of the image. If the image is not
	// present, returns a response with ImageStatusResponse.Image set to
	// nil.
	ImageStatus(context.Context, *ImageStatusRequest) (*ImageStatusResponse, error)
	//  Get image information
	ImageInfo(context.Context, *ImageInfoRequest) (*ImageInfoResponse, error)
	// PullImage pulls an image with authentication config.
	PullImage(context.Context, *PullImageRequest) (*PullImageResponse, error)
	// RemoveImage removes the image.
	// This call is idempotent, and must not return an error if the image has
	// already been removed.
	RemoveImage(context.Context, *RemoveImageRequest) (*RemoveImageResponse, error)
	// ImageFSInfo returns information of the filesystem that is used to store images.
	ImageFsInfo(context.Context, *ImageFsInfoRequest) (*ImageFsInfoResponse, error)
	// Load image from file
	LoadImage(context.Context, *LoadImageRequest) (*LoadImageResponose, error)
	// isulad image services
	// get all Container rootfs
	ListContainers(context.Context, *ListContainersRequest) (*ListContainersResponse, error)
	// create rootfs for container
	ContainerPrepare(context.Context, *ContainerPrepareRequest) (*ContainerPrepareResponse, error)
	// remove rootfs of container
	ContainerRemove(context.Context, *ContainerRemoveRequest) (*ContainerRemoveResponse, error)
	// mount rwlayer for container
	ContainerMount(context.Context, *ContainerMountRequest) (*ContainerMountResponse, error)
	// umount rwlayer of container
	ContainerUmount(context.Context, *ContainerUmountRequest) (*ContainerUmountResponse, error)
	// export container rootfs
	ContainerExport(context.Context, *ContainerExportRequest) (*ContainerExportResponse, error)
	// get filesystem usage of container
	ContainerFsUsage(context.Context, *ContainerFsUsageRequest) (*ContainerFsUsageResponse, error)
	// get status of graphdriver
	GraphdriverStatus(context.Context, *GraphdriverStatusRequest) (*GraphdriverStatusResponse, error)
3598 3599
	// get metadata of graphdriver
	GraphdriverMetadata(context.Context, *GraphdriverMetadataRequest) (*GraphdriverMetadataResponse, error)
D
dogsheng 已提交
3600 3601 3602 3603 3604 3605
	// login registry
	Login(context.Context, *LoginRequest) (*LoginResponse, error)
	// logout registry
	Logout(context.Context, *LogoutRequest) (*LogoutResponse, error)
	// health check service
	HealthCheck(context.Context, *HealthCheckRequest) (*HealthCheckResponse, error)
W
WangFengTu 已提交
3606 3607
	// Add a tag to the image
	TagImage(context.Context, *TagImageRequest) (*TagImageResponse, error)
D
dogsheng 已提交
3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883
}

func RegisterImageServiceServer(s *grpc.Server, srv ImageServiceServer) {
	s.RegisterService(&_ImageService_serviceDesc, srv)
}

func _ImageService_ListImages_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(ListImagesRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).ListImages(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/ListImages",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).ListImages(ctx, req.(*ListImagesRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_ImageStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(ImageStatusRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).ImageStatus(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/ImageStatus",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).ImageStatus(ctx, req.(*ImageStatusRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_ImageInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(ImageInfoRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).ImageInfo(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/ImageInfo",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).ImageInfo(ctx, req.(*ImageInfoRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_PullImage_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(PullImageRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).PullImage(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/PullImage",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).PullImage(ctx, req.(*PullImageRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_RemoveImage_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(RemoveImageRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).RemoveImage(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/RemoveImage",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).RemoveImage(ctx, req.(*RemoveImageRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_ImageFsInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(ImageFsInfoRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).ImageFsInfo(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/ImageFsInfo",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).ImageFsInfo(ctx, req.(*ImageFsInfoRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_LoadImage_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(LoadImageRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).LoadImage(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/LoadImage",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).LoadImage(ctx, req.(*LoadImageRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_ListContainers_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(ListContainersRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).ListContainers(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/ListContainers",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).ListContainers(ctx, req.(*ListContainersRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_ContainerPrepare_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(ContainerPrepareRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).ContainerPrepare(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/ContainerPrepare",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).ContainerPrepare(ctx, req.(*ContainerPrepareRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_ContainerRemove_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(ContainerRemoveRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).ContainerRemove(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/ContainerRemove",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).ContainerRemove(ctx, req.(*ContainerRemoveRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_ContainerMount_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(ContainerMountRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).ContainerMount(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/ContainerMount",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).ContainerMount(ctx, req.(*ContainerMountRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_ContainerUmount_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(ContainerUmountRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).ContainerUmount(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/ContainerUmount",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).ContainerUmount(ctx, req.(*ContainerUmountRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_ContainerExport_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(ContainerExportRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).ContainerExport(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/ContainerExport",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).ContainerExport(ctx, req.(*ContainerExportRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_ContainerFsUsage_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(ContainerFsUsageRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).ContainerFsUsage(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/ContainerFsUsage",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).ContainerFsUsage(ctx, req.(*ContainerFsUsageRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_GraphdriverStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(GraphdriverStatusRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).GraphdriverStatus(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/GraphdriverStatus",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).GraphdriverStatus(ctx, req.(*GraphdriverStatusRequest))
	}
	return interceptor(ctx, in, info, handler)
}

3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901
func _ImageService_GraphdriverMetadata_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(GraphdriverMetadataRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).GraphdriverMetadata(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/GraphdriverMetadata",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).GraphdriverMetadata(ctx, req.(*GraphdriverMetadataRequest))
	}
	return interceptor(ctx, in, info, handler)
}

D
dogsheng 已提交
3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955
func _ImageService_Login_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(LoginRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).Login(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/Login",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).Login(ctx, req.(*LoginRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_Logout_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(LogoutRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).Logout(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/Logout",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).Logout(ctx, req.(*LogoutRequest))
	}
	return interceptor(ctx, in, info, handler)
}

func _ImageService_HealthCheck_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(HealthCheckRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).HealthCheck(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/HealthCheck",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).HealthCheck(ctx, req.(*HealthCheckRequest))
	}
	return interceptor(ctx, in, info, handler)
}

W
WangFengTu 已提交
3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973
func _ImageService_TagImage_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
	in := new(TagImageRequest)
	if err := dec(in); err != nil {
		return nil, err
	}
	if interceptor == nil {
		return srv.(ImageServiceServer).TagImage(ctx, in)
	}
	info := &grpc.UnaryServerInfo{
		Server:     srv,
		FullMethod: "/isula.ImageService/TagImage",
	}
	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
		return srv.(ImageServiceServer).TagImage(ctx, req.(*TagImageRequest))
	}
	return interceptor(ctx, in, info, handler)
}

D
dogsheng 已提交
3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037
var _ImageService_serviceDesc = grpc.ServiceDesc{
	ServiceName: "isula.ImageService",
	HandlerType: (*ImageServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListImages",
			Handler:    _ImageService_ListImages_Handler,
		},
		{
			MethodName: "ImageStatus",
			Handler:    _ImageService_ImageStatus_Handler,
		},
		{
			MethodName: "ImageInfo",
			Handler:    _ImageService_ImageInfo_Handler,
		},
		{
			MethodName: "PullImage",
			Handler:    _ImageService_PullImage_Handler,
		},
		{
			MethodName: "RemoveImage",
			Handler:    _ImageService_RemoveImage_Handler,
		},
		{
			MethodName: "ImageFsInfo",
			Handler:    _ImageService_ImageFsInfo_Handler,
		},
		{
			MethodName: "LoadImage",
			Handler:    _ImageService_LoadImage_Handler,
		},
		{
			MethodName: "ListContainers",
			Handler:    _ImageService_ListContainers_Handler,
		},
		{
			MethodName: "ContainerPrepare",
			Handler:    _ImageService_ContainerPrepare_Handler,
		},
		{
			MethodName: "ContainerRemove",
			Handler:    _ImageService_ContainerRemove_Handler,
		},
		{
			MethodName: "ContainerMount",
			Handler:    _ImageService_ContainerMount_Handler,
		},
		{
			MethodName: "ContainerUmount",
			Handler:    _ImageService_ContainerUmount_Handler,
		},
		{
			MethodName: "ContainerExport",
			Handler:    _ImageService_ContainerExport_Handler,
		},
		{
			MethodName: "ContainerFsUsage",
			Handler:    _ImageService_ContainerFsUsage_Handler,
		},
		{
			MethodName: "GraphdriverStatus",
			Handler:    _ImageService_GraphdriverStatus_Handler,
		},
4038 4039 4040 4041
		{
			MethodName: "GraphdriverMetadata",
			Handler:    _ImageService_GraphdriverMetadata_Handler,
		},
D
dogsheng 已提交
4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053
		{
			MethodName: "Login",
			Handler:    _ImageService_Login_Handler,
		},
		{
			MethodName: "Logout",
			Handler:    _ImageService_Logout_Handler,
		},
		{
			MethodName: "HealthCheck",
			Handler:    _ImageService_HealthCheck_Handler,
		},
W
WangFengTu 已提交
4054 4055 4056 4057
		{
			MethodName: "TagImage",
			Handler:    _ImageService_TagImage_Handler,
		},
D
dogsheng 已提交
4058 4059 4060 4061 4062 4063
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "isula/isula_image.proto",
}

func init() {
W
WangFengTu 已提交
4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239
	proto.RegisterFile("isula/isula_image.proto", fileDescriptor_isula_image_d11549ceb17c7287)
}

var fileDescriptor_isula_image_d11549ceb17c7287 = []byte{
	// 2725 bytes of a gzipped FileDescriptorProto
	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x19, 0xcb, 0x72, 0x1b, 0xc7,
	0x91, 0x00, 0x08, 0x12, 0x68, 0xf0, 0x01, 0x0e, 0x69, 0x11, 0x84, 0x24, 0x5b, 0x5a, 0xd9, 0x91,
	0xa2, 0x24, 0xb4, 0x4d, 0xdb, 0x91, 0x6c, 0x97, 0x5c, 0xa6, 0xa9, 0x87, 0x99, 0xe2, 0x03, 0xb5,
	0x24, 0x5d, 0xae, 0x72, 0x95, 0xb7, 0x56, 0xbb, 0x03, 0x70, 0x23, 0x60, 0x67, 0x33, 0x33, 0x4b,
	0x8b, 0x39, 0xa5, 0x5c, 0x95, 0x5b, 0xee, 0x39, 0xe7, 0x9e, 0x2f, 0xc8, 0x29, 0xf7, 0x54, 0x52,
	0x39, 0xe4, 0x13, 0x72, 0xce, 0x37, 0xa4, 0xe6, 0x89, 0x59, 0x3c, 0x44, 0xc2, 0x97, 0xad, 0xed,
	0x9e, 0xee, 0x9e, 0x9e, 0x7e, 0x4d, 0xcf, 0x0c, 0x6c, 0x26, 0x2c, 0xef, 0x87, 0xef, 0xcb, 0x6f,
	0x90, 0x0c, 0xc2, 0x1e, 0xde, 0xce, 0x28, 0xe1, 0x04, 0x55, 0x25, 0xca, 0xdb, 0x00, 0xf4, 0x35,
	0x0e, 0xfb, 0xfc, 0x7c, 0xef, 0x1c, 0x47, 0xaf, 0x7c, 0xfc, 0xbb, 0x1c, 0x33, 0xee, 0x3d, 0x81,
	0xf5, 0x02, 0x96, 0x65, 0x24, 0x65, 0x18, 0xdd, 0x80, 0x05, 0x4c, 0xe9, 0x80, 0xf5, 0x5a, 0xa5,
	0x3b, 0xa5, 0x07, 0x75, 0x5f, 0x43, 0x68, 0x05, 0xca, 0x51, 0xd4, 0x2a, 0xdf, 0x29, 0x3d, 0x58,
	0xf6, 0xcb, 0x51, 0xe4, 0x7d, 0x0f, 0x4b, 0x07, 0xa4, 0x97, 0xa4, 0x5a, 0x9c, 0xe0, 0x63, 0x98,
	0x5e, 0x60, 0x6a, 0xf8, 0x14, 0x84, 0xda, 0x50, 0xcb, 0x19, 0xa6, 0x69, 0x38, 0xc0, 0x92, 0xbb,
	0xee, 0x5b, 0x58, 0x8c, 0x65, 0x21, 0x63, 0x3f, 0x10, 0x1a, 0xb7, 0x2a, 0x6a, 0xcc, 0xc0, 0xde,
	0x23, 0x58, 0xd6, 0xf2, 0x67, 0x54, 0xec, 0xbe, 0x64, 0x24, 0x39, 0xbf, 0x42, 0x33, 0xef, 0x31,
	0xac, 0x18, 0xc2, 0x19, 0xa7, 0xf8, 0x63, 0x09, 0x6e, 0xec, 0x91, 0x94, 0x87, 0x49, 0x8a, 0xe9,
	0xb3, 0xd7, 0x19, 0xa1, 0x76, 0xb2, 0x4d, 0x58, 0x14, 0x4b, 0x0b, 0x92, 0xd8, 0xc8, 0x10, 0xe0,
	0x7e, 0x2c, 0x64, 0x93, 0x9c, 0x67, 0x39, 0xd7, 0x56, 0xd0, 0x10, 0x6a, 0x42, 0x25, 0x4f, 0xd4,
	0xf2, 0x97, 0x7d, 0xf1, 0x2b, 0x30, 0xbd, 0x24, 0x6e, 0xcd, 0x2b, 0x4c, 0x2f, 0x51, 0xbc, 0xdd,
	0x2e, 0xc3, 0xbc, 0x55, 0x95, 0x48, 0x0d, 0x79, 0xbb, 0xb0, 0x39, 0xa6, 0xc6, 0x8c, 0x4b, 0x79,
	0x0c, 0xcd, 0x03, 0x12, 0xc6, 0xfb, 0x22, 0x6a, 0xcc, 0x1a, 0x10, 0xcc, 0x77, 0x93, 0x3e, 0xd6,
	0x9c, 0xf2, 0x5f, 0x28, 0xc5, 0xc3, 0x9e, 0xd6, 0x5d, 0xfc, 0x7a, 0xa7, 0x80, 0x1c, 0x4e, 0x31,
	0x2d, 0x51, 0xf3, 0x92, 0x9c, 0x3b, 0xf3, 0x2a, 0xc8, 0xd1, 0xa7, 0x3c, 0x41, 0x9f, 0x8a, 0xd5,
	0xa7, 0x0d, 0xad, 0x17, 0x34, 0xcc, 0xce, 0x63, 0x9a, 0x5c, 0x60, 0x7a, 0xc2, 0x43, 0x9e, 0x33,
	0x13, 0xb1, 0xdf, 0xc1, 0xd6, 0x84, 0xb1, 0xe1, 0x82, 0x99, 0xc4, 0x58, 0x2f, 0x4b, 0xe8, 0xda,
	0x13, 0x7f, 0x02, 0x6d, 0x47, 0xf8, 0x21, 0xe6, 0x61, 0x1c, 0xf2, 0xf0, 0x2a, 0xb7, 0x7a, 0xff,
	0x2d, 0xc1, 0xcd, 0x89, 0x7c, 0x5a, 0xad, 0x03, 0xa8, 0x0d, 0x34, 0xae, 0x55, 0xba, 0x53, 0x79,
	0xd0, 0xd8, 0xf9, 0x60, 0x5b, 0x66, 0xe5, 0xf6, 0x1b, 0xb8, 0xb6, 0x0d, 0xe2, 0x59, 0xca, 0xe9,
	0xa5, 0x6f, 0x25, 0x08, 0xcf, 0x38, 0x89, 0x24, 0xff, 0x9d, 0x05, 0x56, 0x26, 0x2c, 0x70, 0xde,
	0x2c, 0xb0, 0xfd, 0x39, 0x2c, 0x17, 0xc4, 0x0a, 0x97, 0xbe, 0xc2, 0x97, 0x7a, 0x3d, 0xe2, 0x17,
	0x6d, 0x40, 0xf5, 0x22, 0xec, 0xe7, 0x46, 0xbe, 0x02, 0x3e, 0x2b, 0x3f, 0x2e, 0x79, 0x3b, 0x4e,
	0xa4, 0x3d, 0x67, 0x67, 0xcc, 0x89, 0x96, 0xa9, 0xa6, 0xf9, 0x16, 0x5a, 0xe3, 0x3c, 0xda, 0x2c,
	0x1b, 0x50, 0xcd, 0x05, 0x42, 0xb3, 0x28, 0xe0, 0xda, 0xbe, 0x7a, 0xe1, 0xa4, 0xdf, 0xd9, 0x80,
	0xe4, 0xe9, 0xd5, 0xe9, 0xb7, 0x01, 0xd5, 0x2e, 0xa1, 0x91, 0x5a, 0x5a, 0xcd, 0x57, 0x40, 0x21,
	0x81, 0x8c, 0xa0, 0x19, 0x13, 0xe8, 0x03, 0x78, 0xcb, 0x8a, 0x38, 0xbc, 0x8e, 0x2a, 0xde, 0x97,
	0x8e, 0xf6, 0x87, 0x3f, 0x69, 0xce, 0x0f, 0x1d, 0x09, 0x3e, 0x1e, 0x90, 0x8b, 0xab, 0x9d, 0xe1,
	0xae, 0xd4, 0xb0, 0xcc, 0x38, 0xeb, 0x85, 0x23, 0xa2, 0x43, 0x71, 0x16, 0x52, 0x3b, 0xed, 0x06,
	0x54, 0xe5, 0xbe, 0x63, 0xdc, 0x29, 0x01, 0x21, 0x20, 0x89, 0xb5, 0x2b, 0xcb, 0x49, 0x6c, 0xa3,
	0xb7, 0xe2, 0x44, 0xef, 0x5d, 0x58, 0x62, 0x9c, 0xd0, 0xb0, 0x87, 0x03, 0x92, 0x71, 0xd6, 0x9a,
	0xbf, 0x53, 0x79, 0x50, 0xf7, 0x1b, 0x1a, 0x77, 0x9c, 0x71, 0xe6, 0xfd, 0x58, 0x72, 0x02, 0xc9,
	0x4e, 0xac, 0x95, 0x7f, 0x07, 0x1a, 0xd2, 0x6f, 0x41, 0x46, 0x92, 0x94, 0xeb, 0xf9, 0x41, 0xa2,
	0x3a, 0x02, 0x83, 0x6e, 0x03, 0x48, 0x6d, 0x82, 0x88, 0xa4, 0x5d, 0xad, 0x4c, 0x5d, 0x62, 0xf6,
	0x48, 0xda, 0xbd, 0x6e, 0xf6, 0x78, 0x9b, 0xf0, 0xd6, 0x41, 0xc2, 0xb8, 0xd5, 0xc3, 0x16, 0xa5,
	0x7f, 0x95, 0xe0, 0xc6, 0xe8, 0x88, 0xd6, 0xed, 0x10, 0x20, 0xb2, 0x58, 0x9d, 0xfd, 0xbf, 0xd2,
	0xd9, 0x3f, 0x99, 0x65, 0x7b, 0x88, 0x52, 0xa9, 0xef, 0x08, 0xb8, 0x6e, 0x76, 0xb4, 0x9f, 0xc0,
	0xea, 0x88, 0x98, 0xab, 0x52, 0xbd, 0xe6, 0xa6, 0xfa, 0x77, 0x50, 0x7f, 0x7a, 0x74, 0x22, 0x8c,
	0x93, 0xf4, 0x50, 0x0b, 0x16, 0xd5, 0x6e, 0xa9, 0xf4, 0xaf, 0xfb, 0x06, 0x14, 0x7b, 0x37, 0xc3,
	0x21, 0x8d, 0xce, 0x31, 0x6b, 0x95, 0xe5, 0x90, 0x85, 0x05, 0x17, 0xc9, 0x78, 0x42, 0x52, 0xd6,
	0xaa, 0x28, 0x2e, 0x0d, 0x7a, 0x7f, 0x2e, 0x41, 0xa3, 0x43, 0x28, 0x3f, 0x0c, 0xb3, 0x2c, 0x49,
	0x7b, 0xe8, 0x17, 0x50, 0x93, 0xad, 0x4a, 0x44, 0xfa, 0x52, 0xbb, 0x95, 0x9d, 0x55, 0x6d, 0xa0,
	0x8e, 0x46, 0xfb, 0x96, 0x00, 0xbd, 0x07, 0x2b, 0xd6, 0x1c, 0x81, 0xd8, 0xed, 0xa4, 0xf2, 0x55,
	0x7f, 0xd9, 0x62, 0x85, 0x68, 0x74, 0x13, 0xea, 0xe7, 0x84, 0x71, 0x45, 0x51, 0x91, 0x14, 0x35,
	0x81, 0x90, 0x83, 0x9b, 0xb0, 0x28, 0x07, 0x93, 0x4c, 0x3a, 0xb7, 0xee, 0x2f, 0x08, 0x70, 0x3f,
	0xf3, 0xfe, 0x51, 0x82, 0xaa, 0xcc, 0xc6, 0x91, 0x69, 0x42, 0x7e, 0xae, 0xed, 0xe6, 0x4c, 0x13,
	0xf2, 0xf3, 0xe1, 0x34, 0x82, 0x42, 0x77, 0x36, 0x72, 0x1a, 0x31, 0xd8, 0x86, 0x1a, 0xc5, 0x61,
	0x4c, 0xd2, 0xfe, 0xa5, 0x54, 0xa1, 0xe6, 0x5b, 0x18, 0xdd, 0x87, 0x55, 0x86, 0xfb, 0x49, 0x9a,
	0xbf, 0x0e, 0x28, 0xee, 0x87, 0x2f, 0x71, 0x5f, 0xaa, 0x52, 0xf3, 0x57, 0x34, 0xda, 0x57, 0x58,
	0xf4, 0x29, 0x34, 0x32, 0x4a, 0xb2, 0xb0, 0x17, 0x0a, 0xe3, 0xc9, 0xbd, 0x7f, 0x65, 0x67, 0x53,
	0xdb, 0x47, 0xea, 0xda, 0x19, 0x0e, 0xfb, 0x2e, 0xad, 0xf7, 0x5b, 0x58, 0x3d, 0x0a, 0x07, 0x98,
	0x65, 0x61, 0x24, 0x92, 0x28, 0x21, 0xa9, 0xc8, 0x34, 0xa9, 0x6f, 0x8a, 0xf9, 0x0f, 0x84, 0xbe,
	0x92, 0x8b, 0xaa, 0xf9, 0x0d, 0x81, 0x3b, 0x52, 0x28, 0xb4, 0x05, 0x35, 0xb5, 0x24, 0x9d, 0xb6,
	0x35, 0x5f, 0x1a, 0xab, 0x93, 0xc4, 0x76, 0x28, 0xc9, 0x22, 0xbd, 0xa0, 0x45, 0x65, 0xb8, 0xc8,
	0xf3, 0x00, 0xf6, 0x53, 0xfe, 0xeb, 0x8f, 0xbf, 0x11, 0x21, 0x34, 0x0c, 0x2c, 0x21, 0xbf, 0xa2,
	0x03, 0xcb, 0x0b, 0x61, 0xf9, 0xe4, 0xd9, 0x81, 0x58, 0x9c, 0xd6, 0x06, 0xc1, 0xbc, 0x68, 0x03,
	0x4d, 0x8f, 0x21, 0xfe, 0x05, 0x8e, 0x92, 0xbe, 0xdd, 0xdd, 0xc4, 0xbf, 0xc0, 0xf1, 0xcb, 0xcc,
	0xd6, 0x0c, 0xf1, 0x2f, 0xa6, 0xe8, 0xe3, 0x0b, 0x6d, 0xb6, 0xba, 0xaf, 0x00, 0xef, 0x0f, 0x15,
	0xb8, 0x29, 0x67, 0x38, 0x09, 0xd3, 0xf8, 0x25, 0x79, 0x7d, 0x82, 0xa3, 0x9c, 0x26, 0xfc, 0x52,
	0xe4, 0x02, 0x7e, 0xcd, 0xd1, 0x1e, 0xac, 0xa5, 0xc6, 0x24, 0x81, 0x09, 0x4f, 0x31, 0x7d, 0x63,
	0xe7, 0x86, 0xb6, 0xe9, 0x88, 0xc9, 0xfc, 0x66, 0x5a, 0x44, 0x30, 0xf4, 0x64, 0xe8, 0x3b, 0x23,
	0xa2, 0x2c, 0x45, 0x6c, 0x68, 0x11, 0x85, 0x55, 0x5a, 0x8f, 0x1a, 0xf6, 0x0f, 0xa1, 0x41, 0xf3,
	0x34, 0x08, 0x59, 0x20, 0x17, 0x5f, 0x91, 0xac, 0x6b, 0x9a, 0x75, 0x68, 0x44, 0xbf, 0x4e, 0xf3,
	0x74, 0x97, 0x9d, 0x09, 0xa3, 0xdc, 0x87, 0x55, 0x13, 0x39, 0x01, 0x25, 0x84, 0x77, 0x99, 0x89,
	0x16, 0x83, 0xf6, 0x25, 0x16, 0xbd, 0x0f, 0xeb, 0x2c, 0xcf, 0xb2, 0x3e, 0x1e, 0xe0, 0x94, 0x87,
	0xfd, 0xa0, 0x47, 0x49, 0x9e, 0xb1, 0x56, 0xf5, 0x4e, 0xe5, 0x41, 0xc5, 0x47, 0xee, 0xd0, 0x0b,
	0x39, 0x82, 0xde, 0x06, 0xc8, 0x68, 0x72, 0x91, 0xf4, 0x71, 0x0f, 0xc7, 0xad, 0x05, 0x29, 0xd4,
	0xc1, 0xa0, 0x0f, 0x60, 0x83, 0xe1, 0x28, 0x22, 0x83, 0x2c, 0xc8, 0x28, 0x11, 0x5d, 0xa0, 0x8a,
	0xf5, 0x45, 0x69, 0x75, 0xa4, 0xc7, 0x3a, 0x6a, 0x48, 0x44, 0xbd, 0xf7, 0xa7, 0xb2, 0xa8, 0x92,
	0x69, 0xfe, 0xba, 0x43, 0x62, 0xed, 0x05, 0x5d, 0x47, 0xee, 0xc1, 0x72, 0x24, 0x15, 0x0a, 0x44,
	0xf5, 0xb6, 0x85, 0x7a, 0x49, 0x21, 0x3b, 0x12, 0x87, 0x0e, 0xa1, 0xc9, 0xb4, 0xd3, 0x44, 0xb5,
	0x16, 0x5e, 0xd3, 0xd6, 0xf5, 0x6c, 0xd5, 0x9c, 0xea, 0x5f, 0x7f, 0x95, 0x8d, 0x39, 0x7c, 0x91,
	0x5d, 0xb2, 0x88, 0xf7, 0x55, 0x15, 0x6a, 0xec, 0xfc, 0xdc, 0x95, 0x32, 0xaa, 0xe2, 0xf6, 0x89,
	0xa2, 0x55, 0x75, 0xd7, 0x70, 0xb6, 0x3f, 0x83, 0x25, 0x77, 0x60, 0xa6, 0xa6, 0x89, 0x02, 0x1a,
	0xce, 0x72, 0x38, 0xda, 0xc3, 0x95, 0x9c, 0x5d, 0x50, 0x1f, 0x02, 0x74, 0x77, 0x2d, 0x0e, 0x01,
	0xb7, 0xa0, 0x6e, 0x83, 0x4f, 0x07, 0xff, 0x10, 0x21, 0x0a, 0x6c, 0xc8, 0x39, 0x1e, 0x64, 0x5c,
	0x6f, 0x51, 0x06, 0xf4, 0xfe, 0x3a, 0x0f, 0xcd, 0x31, 0xeb, 0x7f, 0x52, 0x68, 0x42, 0x85, 0x41,
	0xb7, 0x4c, 0x95, 0x1d, 0xd3, 0xcf, 0xe9, 0x36, 0xdb, 0x2a, 0xe7, 0xdd, 0xa3, 0x9b, 0x81, 0x85,
	0x43, 0xfb, 0xa4, 0x17, 0xc4, 0x09, 0xc5, 0x11, 0x27, 0xf4, 0x52, 0xeb, 0xb8, 0xd4, 0x27, 0xbd,
	0xa7, 0x06, 0x87, 0xde, 0x07, 0x88, 0x53, 0x26, 0x77, 0xde, 0xa4, 0x27, 0x35, 0x6d, 0xec, 0x34,
	0xf5, 0xcc, 0x76, 0x8f, 0xf1, 0xeb, 0x71, 0xca, 0xb4, 0xa2, 0x8f, 0x60, 0x59, 0x54, 0xed, 0x60,
	0xa0, 0xb6, 0x07, 0x15, 0xbd, 0x8d, 0x1d, 0x64, 0xb5, 0xb5, 0x3b, 0x87, 0xbf, 0x94, 0x0d, 0x01,
	0x86, 0x3e, 0x87, 0x05, 0x59, 0x33, 0x59, 0x6b, 0x41, 0x72, 0xdc, 0x1b, 0x5b, 0x9f, 0xf6, 0xf2,
	0x81, 0xa4, 0x52, 0x4e, 0xd6, 0x2c, 0xe8, 0x37, 0xd0, 0x08, 0xd3, 0x94, 0xf0, 0x50, 0x25, 0xf4,
	0xa2, 0x94, 0xf0, 0x60, 0x9a, 0x84, 0xdd, 0x21, 0xa9, 0x12, 0xe3, 0x32, 0xa3, 0x1d, 0xa8, 0xca,
	0x8c, 0x6f, 0xd5, 0xe4, 0x6a, 0x6f, 0xbd, 0x29, 0xe4, 0x7c, 0x45, 0xda, 0xfe, 0x14, 0x1a, 0x8e,
	0x5a, 0xb3, 0x84, 0x58, 0xfb, 0x0b, 0x68, 0x8e, 0xea, 0x33, 0x53, 0x88, 0xde, 0x85, 0xba, 0x3c,
	0xc0, 0x9d, 0x64, 0x38, 0x9a, 0xdc, 0xc5, 0x79, 0x9f, 0x40, 0x43, 0x92, 0x3c, 0x4f, 0xfa, 0x1c,
	0x53, 0xf4, 0x33, 0x97, 0x68, 0xe8, 0x4e, 0x2b, 0xc5, 0xb0, 0x9d, 0xc1, 0x9a, 0xe8, 0x71, 0x24,
	0xde, 0x34, 0x4b, 0xe8, 0x21, 0x2c, 0x74, 0xa5, 0x18, 0xcd, 0x8d, 0x5c, 0x6e, 0x35, 0x81, 0xaf,
	0x29, 0x84, 0x36, 0xd1, 0x39, 0x8e, 0x5e, 0x99, 0x0e, 0x45, 0x02, 0xde, 0xdf, 0x4b, 0xd0, 0x70,
	0xae, 0x2d, 0xe4, 0xfe, 0x80, 0x19, 0xd7, 0xdd, 0x89, 0xfc, 0x17, 0x71, 0x9b, 0xa4, 0x1c, 0xd3,
	0x8b, 0xb0, 0x2f, 0x99, 0x2b, 0xbe, 0x85, 0x45, 0xe6, 0xf0, 0x64, 0x80, 0x49, 0xae, 0x5a, 0x83,
	0x8a, 0x6f, 0x40, 0xd5, 0x89, 0x86, 0x94, 0x07, 0x19, 0xa6, 0x09, 0x51, 0xe7, 0xef, 0x8a, 0xe8,
	0x44, 0x43, 0xca, 0x3b, 0x12, 0x25, 0x98, 0x29, 0xe6, 0x34, 0xc1, 0x4c, 0x6e, 0xc6, 0x55, 0xdf,
	0x80, 0xe8, 0x21, 0xac, 0xe1, 0xd7, 0x09, 0x0f, 0x48, 0x1a, 0xe4, 0xe9, 0xb9, 0xd4, 0xef, 0x52,
	0x97, 0xd4, 0x55, 0x31, 0x70, 0x9c, 0x9e, 0x19, 0xb4, 0xf7, 0xb7, 0x32, 0x54, 0xf7, 0x9d, 0x06,
	0xb9, 0x64, 0x1b, 0xe4, 0x9b, 0x50, 0xa7, 0x38, 0x23, 0x01, 0x0f, 0x7b, 0xb6, 0xa9, 0x12, 0x88,
	0xd3, 0xb0, 0xc7, 0x84, 0x7e, 0x72, 0x30, 0x4e, 0x7a, 0x98, 0x71, 0xd3, 0x59, 0x35, 0x04, 0xee,
	0xa9, 0x42, 0x09, 0x63, 0xb0, 0xe4, 0xf7, 0x58, 0xaa, 0x3e, 0xef, 0xcb, 0x7f, 0x74, 0x4f, 0x95,
	0x96, 0xea, 0xb4, 0xad, 0x46, 0x56, 0x1b, 0xf7, 0x92, 0x66, 0x61, 0xe4, 0x92, 0xa6, 0x05, 0x8b,
	0x11, 0xc5, 0x21, 0xc7, 0xb1, 0xae, 0xfc, 0x06, 0x14, 0x0d, 0x69, 0x9f, 0x84, 0x31, 0x8e, 0x65,
	0xb0, 0xd7, 0x7d, 0x0d, 0xa1, 0x77, 0x61, 0x9e, 0x65, 0x38, 0x6a, 0xd5, 0xa7, 0x44, 0x88, 0x1c,
	0x45, 0x1f, 0x43, 0x43, 0x59, 0x44, 0x79, 0x19, 0x0a, 0x01, 0xe1, 0xde, 0x4c, 0xb9, 0x64, 0xde,
	0x4b, 0x40, 0x6e, 0x58, 0xe9, 0x4e, 0xfb, 0x5d, 0x58, 0x90, 0x51, 0x67, 0xba, 0xec, 0x25, 0x77,
	0x4e, 0x5f, 0x8f, 0x5d, 0xfb, 0x78, 0xf9, 0x0d, 0x20, 0xa5, 0xac, 0x7b, 0xfb, 0x70, 0xdd, 0xc0,
	0x17, 0xf6, 0xba, 0xc0, 0xf4, 0x25, 0x61, 0xa6, 0xb7, 0x36, 0xa0, 0xf7, 0x9f, 0x12, 0xac, 0x17,
	0x04, 0x6b, 0xed, 0xbd, 0xa2, 0xe4, 0xa2, 0xf2, 0x5a, 0xea, 0x63, 0x98, 0x4f, 0xd2, 0x2e, 0x91,
	0x51, 0xd1, 0xd8, 0x79, 0xb7, 0x30, 0x79, 0x41, 0xda, 0xf6, 0x7e, 0xda, 0x25, 0xaa, 0x30, 0x49,
	0x8e, 0x6b, 0xdf, 0x0f, 0x3c, 0x82, 0xba, 0x65, 0x9d, 0xa9, 0x86, 0x7c, 0x06, 0x4d, 0xa9, 0x87,
	0xe0, 0x9e, 0xd1, 0x58, 0xde, 0x31, 0xac, 0x39, 0xbc, 0xda, 0x1e, 0x48, 0xc7, 0x8f, 0xde, 0x21,
	0x65, 0xb4, 0x5c, 0xd7, 0x77, 0xff, 0x2c, 0x01, 0xec, 0xe6, 0xfc, 0x5c, 0x6f, 0x28, 0x6e, 0x60,
	0x97, 0xde, 0x70, 0xfb, 0x58, 0x2e, 0xde, 0x3e, 0x0a, 0x15, 0xc2, 0x9c, 0x9f, 0x9b, 0xb6, 0x53,
	0xfc, 0x8b, 0x73, 0x81, 0x3a, 0xfc, 0x04, 0x61, 0x1c, 0x53, 0xcc, 0x98, 0xee, 0x3f, 0x97, 0x15,
	0x76, 0x57, 0x21, 0x05, 0x59, 0x12, 0xe3, 0x94, 0x8b, 0x2e, 0x86, 0x93, 0x57, 0x58, 0x35, 0xee,
	0x75, 0x7f, 0xd9, 0x60, 0x4f, 0x05, 0x52, 0x90, 0x51, 0xdc, 0x4b, 0x18, 0xa7, 0x86, 0x4c, 0x25,
	0xde, 0xb2, 0xc1, 0x4a, 0x32, 0xef, 0x2f, 0x25, 0x68, 0x76, 0xf2, 0x7e, 0xbf, 0x70, 0x41, 0x77,
	0xdd, 0x50, 0x7c, 0x4f, 0xaf, 0xa2, 0x5c, 0x48, 0xfe, 0xa1, 0x79, 0xf4, 0xc2, 0xbe, 0x80, 0x15,
	0xa6, 0xf6, 0x25, 0xb3, 0x55, 0xab, 0xc6, 0x74, 0x73, 0xca, 0x16, 0xe8, 0x2f, 0x33, 0x17, 0xf4,
	0xbe, 0x85, 0x35, 0x47, 0x45, 0xed, 0xc4, 0x9b, 0xa0, 0x4e, 0xd9, 0x01, 0xc5, 0x5d, 0x63, 0xfa,
	0x44, 0x51, 0x74, 0xaf, 0xed, 0x4d, 0x1f, 0x90, 0xba, 0xac, 0xf8, 0x49, 0xcb, 0x9f, 0x7c, 0xe7,
	0xf3, 0x04, 0xd6, 0x0b, 0x32, 0x67, 0xbc, 0x05, 0xd9, 0xd0, 0xc5, 0xe1, 0x39, 0x73, 0xe2, 0xdd,
	0xbb, 0x07, 0x8d, 0xb3, 0x69, 0x87, 0xa0, 0x79, 0x73, 0x08, 0xba, 0x0f, 0x6b, 0x27, 0xea, 0x5e,
	0x63, 0x5f, 0x86, 0x42, 0x37, 0x51, 0x87, 0x9e, 0x3c, 0xb7, 0xbb, 0x80, 0xfc, 0xf7, 0xfe, 0x5d,
	0x82, 0xd5, 0xe7, 0x49, 0x1f, 0xb3, 0x4b, 0xc6, 0xf1, 0x40, 0xde, 0x9c, 0x89, 0x86, 0x50, 0xec,
	0x54, 0x8c, 0x87, 0x83, 0x4c, 0x9f, 0xad, 0x86, 0x08, 0xf4, 0x08, 0xc0, 0x5c, 0xa3, 0xe8, 0x3e,
	0xb2, 0xb1, 0xd3, 0x32, 0x47, 0x92, 0xd1, 0x39, 0xfd, 0x3a, 0x33, 0x28, 0xf4, 0x21, 0x40, 0xce,
	0x70, 0x1c, 0xbc, 0xbc, 0xe4, 0x98, 0x69, 0xbf, 0x9b, 0x22, 0x7c, 0xe6, 0x9e, 0x48, 0x04, 0xd5,
	0x57, 0x82, 0x08, 0x7d, 0x04, 0x8d, 0x24, 0x25, 0x31, 0x96, 0x87, 0x98, 0x58, 0xb7, 0x75, 0x93,
	0x78, 0x40, 0x91, 0x9d, 0x31, 0x1c, 0x7b, 0x3f, 0x9a, 0xda, 0x67, 0xec, 0xa6, 0xcd, 0xbe, 0x07,
	0x6b, 0x2a, 0x4c, 0xba, 0x76, 0xbd, 0xa6, 0x88, 0x9b, 0x53, 0xd9, 0x88, 0x25, 0xfc, 0x66, 0xa2,
	0xbb, 0x05, 0x43, 0x7f, 0xed, 0x70, 0x7a, 0x05, 0xab, 0xa7, 0x61, 0xaf, 0x10, 0x4b, 0x0f, 0x61,
	0x91, 0xd1, 0xe8, 0xc8, 0xd4, 0x87, 0x49, 0xd1, 0x64, 0x08, 0xd0, 0x2f, 0xa1, 0x16, 0x63, 0xc6,
	0x8f, 0x4c, 0x3f, 0x3c, 0x89, 0xd8, 0x52, 0x88, 0xb2, 0x38, 0x9c, 0x6c, 0xb6, 0x20, 0x7b, 0x78,
	0x0b, 0x6a, 0xe6, 0xfe, 0x03, 0x2d, 0x42, 0xe5, 0x74, 0xaf, 0xd3, 0x9c, 0x13, 0x3f, 0x67, 0x4f,
	0x3b, 0xcd, 0xd2, 0xc3, 0x01, 0x34, 0x47, 0x4f, 0xff, 0x68, 0x13, 0xd6, 0x3b, 0xfe, 0x71, 0x67,
	0xf7, 0xc5, 0xee, 0xe9, 0xfe, 0xf1, 0x51, 0xd0, 0xf1, 0xf7, 0xbf, 0xd9, 0x3d, 0x7d, 0xd6, 0x9c,
	0x43, 0x77, 0xe1, 0xb6, 0x3b, 0xf0, 0xf5, 0xf1, 0xc9, 0x69, 0x70, 0x7a, 0x1c, 0xec, 0x1d, 0x1f,
	0x9d, 0xee, 0xee, 0x1f, 0x3d, 0xf3, 0x9b, 0x25, 0x74, 0x1b, 0xb6, 0x5c, 0x92, 0xaf, 0xf6, 0x9f,
	0xee, 0xfb, 0xcf, 0xf6, 0xc4, 0xff, 0xee, 0x41, 0xb3, 0xbc, 0xf3, 0xbf, 0x06, 0x2c, 0xa9, 0x05,
	0x62, 0x7a, 0x91, 0x44, 0xc2, 0x67, 0x30, 0xdc, 0x83, 0x51, 0xcb, 0xb9, 0xd1, 0x2a, 0x74, 0x7b,
	0xed, 0xad, 0x09, 0x23, 0xca, 0x10, 0xde, 0x1c, 0x7a, 0xae, 0xdb, 0x4a, 0xb5, 0x7b, 0xa1, 0xad,
	0x49, 0x3b, 0x9a, 0x12, 0xd3, 0x9e, 0xbe, 0xd9, 0x79, 0x73, 0xe8, 0x4b, 0xdd, 0xc1, 0x8a, 0xa8,
	0x42, 0x9b, 0x2e, 0xa9, 0x93, 0x9f, 0xed, 0xd6, 0xf8, 0x80, 0x2b, 0xc1, 0x96, 0x2f, 0x2b, 0x61,
	0xb4, 0xe6, 0x5a, 0x09, 0x63, 0x95, 0x4e, 0xad, 0xc5, 0x29, 0x29, 0x76, 0x2d, 0xe3, 0xa5, 0xcb,
	0xae, 0x65, 0x42, 0x05, 0x72, 0x6c, 0xa2, 0x72, 0xa4, 0x68, 0x93, 0x42, 0xbd, 0x29, 0xda, 0xa4,
	0x98, 0x52, 0xde, 0x1c, 0xda, 0x85, 0xba, 0x7d, 0x9a, 0xb1, 0x2b, 0x1a, 0x7d, 0xe6, 0x19, 0xba,
	0x67, 0xec, 0x15, 0xc7, 0x9b, 0x43, 0xc7, 0xb0, 0x52, 0xbc, 0xa2, 0x44, 0xb7, 0xa6, 0xdc, 0x5c,
	0x2a, 0x61, 0xb7, 0xdf, 0x78, 0xaf, 0xe9, 0xcd, 0xa1, 0x33, 0x68, 0x8e, 0x5e, 0xe2, 0xa2, 0xb7,
	0x35, 0xd3, 0x94, 0x6b, 0xe5, 0xf6, 0x3b, 0x53, 0xc7, 0xad, 0x58, 0xdf, 0xb9, 0xec, 0x54, 0x46,
	0x45, 0xb7, 0x47, 0xb9, 0x0a, 0x57, 0xe4, 0xed, 0xb7, 0xa7, 0x0d, 0x5b, 0x99, 0xc7, 0xb0, 0x52,
	0xbc, 0xa0, 0xb7, 0x6b, 0x9f, 0x78, 0xd3, 0xdf, 0xbe, 0x3d, 0x65, 0x74, 0xa2, 0x92, 0xea, 0x99,
	0x61, 0x5c, 0xc9, 0xc2, 0x3b, 0xc6, 0xb8, 0x92, 0xc5, 0xd7, 0x89, 0x11, 0x99, 0xea, 0xed, 0x6f,
	0x5c, 0x66, 0xe1, 0x69, 0x72, 0x5c, 0x66, 0xf1, 0xc9, 0x70, 0xc4, 0x47, 0xfa, 0xc5, 0x66, 0xdc,
	0x47, 0xc5, 0xe7, 0x9f, 0x71, 0x1f, 0x8d, 0x3c, 0xf5, 0x78, 0x73, 0xe8, 0x5b, 0x58, 0x1b, 0x7b,
	0xb7, 0x43, 0xef, 0x8c, 0x3f, 0x83, 0x15, 0xd3, 0xfe, 0xce, 0x74, 0x02, 0x2b, 0xf9, 0x7b, 0x58,
	0x9f, 0xf0, 0x8c, 0x86, 0xee, 0xbe, 0xe9, 0x89, 0x4d, 0x49, 0xf7, 0xae, 0x7e, 0x85, 0xf3, 0xe6,
	0xd0, 0xc7, 0x50, 0x95, 0x8f, 0xd0, 0x68, 0xdd, 0xe6, 0xca, 0xf0, 0xc9, 0xbb, 0xbd, 0x51, 0x44,
	0x5a, 0xae, 0x47, 0xb0, 0xa0, 0x1e, 0x96, 0x91, 0x43, 0x31, 0x7c, 0x90, 0x6e, 0xbf, 0x35, 0x82,
	0x75, 0xf3, 0xdf, 0x3d, 0xdb, 0x6e, 0x4d, 0x38, 0x0c, 0x8d, 0xe4, 0xff, 0x84, 0x17, 0x7c, 0x6f,
	0x0e, 0x3d, 0x81, 0x9a, 0xd9, 0x7a, 0x90, 0xd9, 0x45, 0x47, 0x36, 0xbe, 0xf6, 0xe6, 0x18, 0xde,
	0xb0, 0xbf, 0x5c, 0x90, 0x37, 0xee, 0x1f, 0xfd, 0x3f, 0x00, 0x00, 0xff, 0xff, 0xe1, 0xa3, 0x16,
	0x75, 0x58, 0x20, 0x00, 0x00,
D
dogsheng 已提交
4240
}