Documentation
¶
Index ¶
- type Compute
- func (*Compute) Descriptor() ([]byte, []int)
- func (m *Compute) GetAnnotations() map[string]string
- func (m *Compute) GetLimitCpuMilliCore() uint32
- func (m *Compute) GetLimitMemoryBytes() uint64
- func (m *Compute) GetRequestCpuMilliCore() uint32
- func (m *Compute) GetRequestMemoryBytes() uint64
- func (*Compute) ProtoMessage()
- func (m *Compute) Reset()
- func (m *Compute) String() string
- func (m *Compute) XXX_DiscardUnknown()
- func (m *Compute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Compute) XXX_Merge(src proto.Message)
- func (m *Compute) XXX_Size() int
- func (m *Compute) XXX_Unmarshal(b []byte) error
- type NetworkInterface
- func (*NetworkInterface) Descriptor() ([]byte, []int)
- func (m *NetworkInterface) GetAnnotations() map[string]string
- func (m *NetworkInterface) GetHardwareAddress() string
- func (m *NetworkInterface) GetIpv4Address() string
- func (m *NetworkInterface) GetIpv6Address() string
- func (*NetworkInterface) ProtoMessage()
- func (m *NetworkInterface) Reset()
- func (m *NetworkInterface) String() string
- func (m *NetworkInterface) XXX_DiscardUnknown()
- func (m *NetworkInterface) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkInterface) XXX_Merge(src proto.Message)
- func (m *NetworkInterface) XXX_Size() int
- func (m *NetworkInterface) XXX_Unmarshal(b []byte) error
- type Storage
- func (*Storage) Descriptor() ([]byte, []int)
- func (m *Storage) GetAnnotations() map[string]string
- func (m *Storage) GetLimitBytes() uint64
- func (m *Storage) GetRequestBytes() uint64
- func (*Storage) ProtoMessage()
- func (m *Storage) Reset()
- func (m *Storage) String() string
- func (m *Storage) XXX_DiscardUnknown()
- func (m *Storage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Storage) XXX_Merge(src proto.Message)
- func (m *Storage) XXX_Size() int
- func (m *Storage) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compute ¶
type Compute struct {
Annotations map[string]string `` /* 163-byte string literal not displayed */
RequestCpuMilliCore uint32 `protobuf:"varint,2,opt,name=request_cpu_milli_core,json=requestCpuMilliCore,proto3" json:"request_cpu_milli_core,omitempty"`
LimitCpuMilliCore uint32 `protobuf:"varint,3,opt,name=limit_cpu_milli_core,json=limitCpuMilliCore,proto3" json:"limit_cpu_milli_core,omitempty"`
RequestMemoryBytes uint64 `protobuf:"varint,4,opt,name=request_memory_bytes,json=requestMemoryBytes,proto3" json:"request_memory_bytes,omitempty"`
LimitMemoryBytes uint64 `protobuf:"varint,5,opt,name=limit_memory_bytes,json=limitMemoryBytes,proto3" json:"limit_memory_bytes,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*Compute) Descriptor ¶
func (*Compute) GetAnnotations ¶
func (*Compute) GetLimitCpuMilliCore ¶
func (*Compute) GetLimitMemoryBytes ¶
func (*Compute) GetRequestCpuMilliCore ¶
func (*Compute) GetRequestMemoryBytes ¶
func (*Compute) ProtoMessage ¶
func (*Compute) ProtoMessage()
func (*Compute) XXX_DiscardUnknown ¶
func (m *Compute) XXX_DiscardUnknown()
func (*Compute) XXX_Marshal ¶
func (*Compute) XXX_Unmarshal ¶
type NetworkInterface ¶
type NetworkInterface struct {
Annotations map[string]string `` /* 163-byte string literal not displayed */
HardwareAddress string `protobuf:"bytes,2,opt,name=hardware_address,json=hardwareAddress,proto3" json:"hardware_address,omitempty"`
Ipv4Address string `protobuf:"bytes,3,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
Ipv6Address string `protobuf:"bytes,4,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*NetworkInterface) Descriptor ¶
func (*NetworkInterface) Descriptor() ([]byte, []int)
func (*NetworkInterface) GetAnnotations ¶
func (m *NetworkInterface) GetAnnotations() map[string]string
func (*NetworkInterface) GetHardwareAddress ¶
func (m *NetworkInterface) GetHardwareAddress() string
func (*NetworkInterface) GetIpv4Address ¶
func (m *NetworkInterface) GetIpv4Address() string
func (*NetworkInterface) GetIpv6Address ¶
func (m *NetworkInterface) GetIpv6Address() string
func (*NetworkInterface) ProtoMessage ¶
func (*NetworkInterface) ProtoMessage()
func (*NetworkInterface) Reset ¶
func (m *NetworkInterface) Reset()
func (*NetworkInterface) String ¶
func (m *NetworkInterface) String() string
func (*NetworkInterface) XXX_DiscardUnknown ¶
func (m *NetworkInterface) XXX_DiscardUnknown()
func (*NetworkInterface) XXX_Marshal ¶
func (m *NetworkInterface) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkInterface) XXX_Merge ¶
func (m *NetworkInterface) XXX_Merge(src proto.Message)
func (*NetworkInterface) XXX_Size ¶
func (m *NetworkInterface) XXX_Size() int
func (*NetworkInterface) XXX_Unmarshal ¶
func (m *NetworkInterface) XXX_Unmarshal(b []byte) error
type Storage ¶
type Storage struct {
Annotations map[string]string `` /* 163-byte string literal not displayed */
RequestBytes uint64 `protobuf:"varint,2,opt,name=request_bytes,json=requestBytes,proto3" json:"request_bytes,omitempty"`
LimitBytes uint64 `protobuf:"varint,3,opt,name=limit_bytes,json=limitBytes,proto3" json:"limit_bytes,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*Storage) Descriptor ¶
func (*Storage) GetAnnotations ¶
func (*Storage) GetLimitBytes ¶
func (*Storage) GetRequestBytes ¶
func (*Storage) ProtoMessage ¶
func (*Storage) ProtoMessage()
func (*Storage) XXX_DiscardUnknown ¶
func (m *Storage) XXX_DiscardUnknown()
func (*Storage) XXX_Marshal ¶
func (*Storage) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.