Bumping k8s dependencies to 1.13
This commit is contained in:
214
vendor/google.golang.org/appengine/internal/system/system_service.pb.go
generated
vendored
214
vendor/google.golang.org/appengine/internal/system/system_service.pb.go
generated
vendored
@@ -1,20 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// source: google.golang.org/appengine/internal/system/system_service.proto
|
||||
|
||||
/*
|
||||
Package system is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
google.golang.org/appengine/internal/system/system_service.proto
|
||||
|
||||
It has these top-level messages:
|
||||
SystemServiceError
|
||||
SystemStat
|
||||
GetSystemStatsRequest
|
||||
GetSystemStatsResponse
|
||||
StartBackgroundRequestRequest
|
||||
StartBackgroundRequestResponse
|
||||
*/
|
||||
package system
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
@@ -71,17 +57,38 @@ func (x *SystemServiceError_ErrorCode) UnmarshalJSON(data []byte) error {
|
||||
return nil
|
||||
}
|
||||
func (SystemServiceError_ErrorCode) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor0, []int{0, 0}
|
||||
return fileDescriptor_system_service_ccf41ec210fc59eb, []int{0, 0}
|
||||
}
|
||||
|
||||
type SystemServiceError struct {
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *SystemServiceError) Reset() { *m = SystemServiceError{} }
|
||||
func (m *SystemServiceError) String() string { return proto.CompactTextString(m) }
|
||||
func (*SystemServiceError) ProtoMessage() {}
|
||||
func (*SystemServiceError) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
||||
func (m *SystemServiceError) Reset() { *m = SystemServiceError{} }
|
||||
func (m *SystemServiceError) String() string { return proto.CompactTextString(m) }
|
||||
func (*SystemServiceError) ProtoMessage() {}
|
||||
func (*SystemServiceError) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_system_service_ccf41ec210fc59eb, []int{0}
|
||||
}
|
||||
func (m *SystemServiceError) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_SystemServiceError.Unmarshal(m, b)
|
||||
}
|
||||
func (m *SystemServiceError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_SystemServiceError.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *SystemServiceError) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_SystemServiceError.Merge(dst, src)
|
||||
}
|
||||
func (m *SystemServiceError) XXX_Size() int {
|
||||
return xxx_messageInfo_SystemServiceError.Size(m)
|
||||
}
|
||||
func (m *SystemServiceError) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_SystemServiceError.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_SystemServiceError proto.InternalMessageInfo
|
||||
|
||||
type SystemStat struct {
|
||||
// Instaneous value of this stat.
|
||||
@@ -92,15 +99,36 @@ type SystemStat struct {
|
||||
// Total value, if the stat accumulates over time.
|
||||
Total *float64 `protobuf:"fixed64,2,opt,name=total" json:"total,omitempty"`
|
||||
// Rate over time, if this stat accumulates.
|
||||
Rate1M *float64 `protobuf:"fixed64,5,opt,name=rate1m" json:"rate1m,omitempty"`
|
||||
Rate10M *float64 `protobuf:"fixed64,6,opt,name=rate10m" json:"rate10m,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Rate1M *float64 `protobuf:"fixed64,5,opt,name=rate1m" json:"rate1m,omitempty"`
|
||||
Rate10M *float64 `protobuf:"fixed64,6,opt,name=rate10m" json:"rate10m,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *SystemStat) Reset() { *m = SystemStat{} }
|
||||
func (m *SystemStat) String() string { return proto.CompactTextString(m) }
|
||||
func (*SystemStat) ProtoMessage() {}
|
||||
func (*SystemStat) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
||||
func (m *SystemStat) Reset() { *m = SystemStat{} }
|
||||
func (m *SystemStat) String() string { return proto.CompactTextString(m) }
|
||||
func (*SystemStat) ProtoMessage() {}
|
||||
func (*SystemStat) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_system_service_ccf41ec210fc59eb, []int{1}
|
||||
}
|
||||
func (m *SystemStat) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_SystemStat.Unmarshal(m, b)
|
||||
}
|
||||
func (m *SystemStat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_SystemStat.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *SystemStat) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_SystemStat.Merge(dst, src)
|
||||
}
|
||||
func (m *SystemStat) XXX_Size() int {
|
||||
return xxx_messageInfo_SystemStat.Size(m)
|
||||
}
|
||||
func (m *SystemStat) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_SystemStat.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_SystemStat proto.InternalMessageInfo
|
||||
|
||||
func (m *SystemStat) GetCurrent() float64 {
|
||||
if m != nil && m.Current != nil {
|
||||
@@ -145,26 +173,68 @@ func (m *SystemStat) GetRate10M() float64 {
|
||||
}
|
||||
|
||||
type GetSystemStatsRequest struct {
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *GetSystemStatsRequest) Reset() { *m = GetSystemStatsRequest{} }
|
||||
func (m *GetSystemStatsRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*GetSystemStatsRequest) ProtoMessage() {}
|
||||
func (*GetSystemStatsRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
|
||||
func (m *GetSystemStatsRequest) Reset() { *m = GetSystemStatsRequest{} }
|
||||
func (m *GetSystemStatsRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*GetSystemStatsRequest) ProtoMessage() {}
|
||||
func (*GetSystemStatsRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_system_service_ccf41ec210fc59eb, []int{2}
|
||||
}
|
||||
func (m *GetSystemStatsRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_GetSystemStatsRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *GetSystemStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_GetSystemStatsRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *GetSystemStatsRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_GetSystemStatsRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *GetSystemStatsRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_GetSystemStatsRequest.Size(m)
|
||||
}
|
||||
func (m *GetSystemStatsRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_GetSystemStatsRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_GetSystemStatsRequest proto.InternalMessageInfo
|
||||
|
||||
type GetSystemStatsResponse struct {
|
||||
// CPU used by this instance, in mcycles.
|
||||
Cpu *SystemStat `protobuf:"bytes,1,opt,name=cpu" json:"cpu,omitempty"`
|
||||
// Physical memory (RAM) used by this instance, in megabytes.
|
||||
Memory *SystemStat `protobuf:"bytes,2,opt,name=memory" json:"memory,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Memory *SystemStat `protobuf:"bytes,2,opt,name=memory" json:"memory,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *GetSystemStatsResponse) Reset() { *m = GetSystemStatsResponse{} }
|
||||
func (m *GetSystemStatsResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*GetSystemStatsResponse) ProtoMessage() {}
|
||||
func (*GetSystemStatsResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
|
||||
func (m *GetSystemStatsResponse) Reset() { *m = GetSystemStatsResponse{} }
|
||||
func (m *GetSystemStatsResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*GetSystemStatsResponse) ProtoMessage() {}
|
||||
func (*GetSystemStatsResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_system_service_ccf41ec210fc59eb, []int{3}
|
||||
}
|
||||
func (m *GetSystemStatsResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_GetSystemStatsResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *GetSystemStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_GetSystemStatsResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *GetSystemStatsResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_GetSystemStatsResponse.Merge(dst, src)
|
||||
}
|
||||
func (m *GetSystemStatsResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_GetSystemStatsResponse.Size(m)
|
||||
}
|
||||
func (m *GetSystemStatsResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_GetSystemStatsResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_GetSystemStatsResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *GetSystemStatsResponse) GetCpu() *SystemStat {
|
||||
if m != nil {
|
||||
@@ -181,25 +251,67 @@ func (m *GetSystemStatsResponse) GetMemory() *SystemStat {
|
||||
}
|
||||
|
||||
type StartBackgroundRequestRequest struct {
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *StartBackgroundRequestRequest) Reset() { *m = StartBackgroundRequestRequest{} }
|
||||
func (m *StartBackgroundRequestRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*StartBackgroundRequestRequest) ProtoMessage() {}
|
||||
func (*StartBackgroundRequestRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
|
||||
func (m *StartBackgroundRequestRequest) Reset() { *m = StartBackgroundRequestRequest{} }
|
||||
func (m *StartBackgroundRequestRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*StartBackgroundRequestRequest) ProtoMessage() {}
|
||||
func (*StartBackgroundRequestRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_system_service_ccf41ec210fc59eb, []int{4}
|
||||
}
|
||||
func (m *StartBackgroundRequestRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_StartBackgroundRequestRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *StartBackgroundRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_StartBackgroundRequestRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *StartBackgroundRequestRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_StartBackgroundRequestRequest.Merge(dst, src)
|
||||
}
|
||||
func (m *StartBackgroundRequestRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_StartBackgroundRequestRequest.Size(m)
|
||||
}
|
||||
func (m *StartBackgroundRequestRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_StartBackgroundRequestRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_StartBackgroundRequestRequest proto.InternalMessageInfo
|
||||
|
||||
type StartBackgroundRequestResponse struct {
|
||||
// Every /_ah/background request will have an X-AppEngine-BackgroundRequest
|
||||
// header, whose value will be equal to this parameter, the request_id.
|
||||
RequestId *string `protobuf:"bytes,1,opt,name=request_id,json=requestId" json:"request_id,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
RequestId *string `protobuf:"bytes,1,opt,name=request_id,json=requestId" json:"request_id,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *StartBackgroundRequestResponse) Reset() { *m = StartBackgroundRequestResponse{} }
|
||||
func (m *StartBackgroundRequestResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*StartBackgroundRequestResponse) ProtoMessage() {}
|
||||
func (*StartBackgroundRequestResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} }
|
||||
func (m *StartBackgroundRequestResponse) Reset() { *m = StartBackgroundRequestResponse{} }
|
||||
func (m *StartBackgroundRequestResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*StartBackgroundRequestResponse) ProtoMessage() {}
|
||||
func (*StartBackgroundRequestResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_system_service_ccf41ec210fc59eb, []int{5}
|
||||
}
|
||||
func (m *StartBackgroundRequestResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_StartBackgroundRequestResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *StartBackgroundRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_StartBackgroundRequestResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *StartBackgroundRequestResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_StartBackgroundRequestResponse.Merge(dst, src)
|
||||
}
|
||||
func (m *StartBackgroundRequestResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_StartBackgroundRequestResponse.Size(m)
|
||||
}
|
||||
func (m *StartBackgroundRequestResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_StartBackgroundRequestResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_StartBackgroundRequestResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *StartBackgroundRequestResponse) GetRequestId() string {
|
||||
if m != nil && m.RequestId != nil {
|
||||
@@ -218,10 +330,10 @@ func init() {
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterFile("google.golang.org/appengine/internal/system/system_service.proto", fileDescriptor0)
|
||||
proto.RegisterFile("google.golang.org/appengine/internal/system/system_service.proto", fileDescriptor_system_service_ccf41ec210fc59eb)
|
||||
}
|
||||
|
||||
var fileDescriptor0 = []byte{
|
||||
var fileDescriptor_system_service_ccf41ec210fc59eb = []byte{
|
||||
// 377 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0x4f, 0x8f, 0x93, 0x40,
|
||||
0x18, 0xc6, 0xa5, 0x75, 0x51, 0x5e, 0xa3, 0xc1, 0xc9, 0xee, 0xca, 0xc1, 0x5d, 0x0d, 0x17, 0xbd,
|
||||
|
Reference in New Issue
Block a user