machine

package
v0.1.23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2026 License: MPL-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ImageService_List_FullMethodName   = "/machine.ImageService/List"
	ImageService_Pull_FullMethodName   = "/machine.ImageService/Pull"
	ImageService_Import_FullMethodName = "/machine.ImageService/Import"
	ImageService_Remove_FullMethodName = "/machine.ImageService/Remove"
)
View Source
const (
	MachineService_ApplyConfiguration_FullMethodName          = "/machine.MachineService/ApplyConfiguration"
	MachineService_Bootstrap_FullMethodName                   = "/machine.MachineService/Bootstrap"
	MachineService_Containers_FullMethodName                  = "/machine.MachineService/Containers"
	MachineService_Copy_FullMethodName                        = "/machine.MachineService/Copy"
	MachineService_CPUFreqStats_FullMethodName                = "/machine.MachineService/CPUFreqStats"
	MachineService_CPUInfo_FullMethodName                     = "/machine.MachineService/CPUInfo"
	MachineService_DiskStats_FullMethodName                   = "/machine.MachineService/DiskStats"
	MachineService_Dmesg_FullMethodName                       = "/machine.MachineService/Dmesg"
	MachineService_Events_FullMethodName                      = "/machine.MachineService/Events"
	MachineService_Hostname_FullMethodName                    = "/machine.MachineService/Hostname"
	MachineService_NomadConfig_FullMethodName                 = "/machine.MachineService/NomadConfig"
	MachineService_ConsulConfig_FullMethodName                = "/machine.MachineService/ConsulConfig"
	MachineService_OpenBaoConfig_FullMethodName               = "/machine.MachineService/OpenBaoConfig"
	MachineService_List_FullMethodName                        = "/machine.MachineService/List"
	MachineService_DiskUsage_FullMethodName                   = "/machine.MachineService/DiskUsage"
	MachineService_LoadAvg_FullMethodName                     = "/machine.MachineService/LoadAvg"
	MachineService_Logs_FullMethodName                        = "/machine.MachineService/Logs"
	MachineService_LogsContainers_FullMethodName              = "/machine.MachineService/LogsContainers"
	MachineService_Memory_FullMethodName                      = "/machine.MachineService/Memory"
	MachineService_Mounts_FullMethodName                      = "/machine.MachineService/Mounts"
	MachineService_NetworkDeviceStats_FullMethodName          = "/machine.MachineService/NetworkDeviceStats"
	MachineService_Processes_FullMethodName                   = "/machine.MachineService/Processes"
	MachineService_Read_FullMethodName                        = "/machine.MachineService/Read"
	MachineService_Reboot_FullMethodName                      = "/machine.MachineService/Reboot"
	MachineService_Restart_FullMethodName                     = "/machine.MachineService/Restart"
	MachineService_Rollback_FullMethodName                    = "/machine.MachineService/Rollback"
	MachineService_Reset_FullMethodName                       = "/machine.MachineService/Reset"
	MachineService_ServiceList_FullMethodName                 = "/machine.MachineService/ServiceList"
	MachineService_ServiceRestart_FullMethodName              = "/machine.MachineService/ServiceRestart"
	MachineService_ServiceStart_FullMethodName                = "/machine.MachineService/ServiceStart"
	MachineService_ServiceStop_FullMethodName                 = "/machine.MachineService/ServiceStop"
	MachineService_Shutdown_FullMethodName                    = "/machine.MachineService/Shutdown"
	MachineService_Stats_FullMethodName                       = "/machine.MachineService/Stats"
	MachineService_SystemStat_FullMethodName                  = "/machine.MachineService/SystemStat"
	MachineService_Upgrade_FullMethodName                     = "/machine.MachineService/Upgrade"
	MachineService_Version_FullMethodName                     = "/machine.MachineService/Version"
	MachineService_GenerateClientConfiguration_FullMethodName = "/machine.MachineService/GenerateClientConfiguration"
	MachineService_PacketCapture_FullMethodName               = "/machine.MachineService/PacketCapture"
	MachineService_Netstat_FullMethodName                     = "/machine.MachineService/Netstat"
	MachineService_MetaWrite_FullMethodName                   = "/machine.MachineService/MetaWrite"
	MachineService_MetaDelete_FullMethodName                  = "/machine.MachineService/MetaDelete"
	MachineService_ImageList_FullMethodName                   = "/machine.MachineService/ImageList"
	MachineService_ImagePull_FullMethodName                   = "/machine.MachineService/ImagePull"
)
View Source
const (
	DebugService_ContainerRun_FullMethodName = "/machine.DebugService/ContainerRun"
)

Variables

View Source
var (
	DebugContainerRunRequestSpec_Profile_name = map[int32]string{
		0: "PROFILE_UNSPECIFIED",
		1: "PROFILE_PRIVILEGED",
	}
	DebugContainerRunRequestSpec_Profile_value = map[string]int32{
		"PROFILE_UNSPECIFIED": 0,
		"PROFILE_PRIVILEGED":  1,
	}
)

Enum value maps for DebugContainerRunRequestSpec_Profile.

View Source
var (
	ImageServicePullLayerProgress_Status_name = map[int32]string{
		0: "DOWNLOADING",
		1: "DOWNLOAD_COMPLETE",
		2: "EXTRACTING",
		3: "EXTRACT_COMPLETE",
		4: "ALREADY_EXISTS",
	}
	ImageServicePullLayerProgress_Status_value = map[string]int32{
		"DOWNLOADING":       0,
		"DOWNLOAD_COMPLETE": 1,
		"EXTRACTING":        2,
		"EXTRACT_COMPLETE":  3,
		"ALREADY_EXISTS":    4,
	}
)

Enum value maps for ImageServicePullLayerProgress_Status.

View Source
var (
	ApplyConfigurationRequest_Mode_name = map[int32]string{
		0: "REBOOT",
		1: "AUTO",
		2: "NO_REBOOT",
		3: "STAGED",
		4: "TRY",
	}
	ApplyConfigurationRequest_Mode_value = map[string]int32{
		"REBOOT":    0,
		"AUTO":      1,
		"NO_REBOOT": 2,
		"STAGED":    3,
		"TRY":       4,
	}
)

Enum value maps for ApplyConfigurationRequest_Mode.

View Source
var (
	RebootRequest_Mode_name = map[int32]string{
		0: "DEFAULT",
		1: "POWERCYCLE",
		2: "FORCE",
	}
	RebootRequest_Mode_value = map[string]int32{
		"DEFAULT":    0,
		"POWERCYCLE": 1,
		"FORCE":      2,
	}
)

Enum value maps for RebootRequest_Mode.

View Source
var (
	SequenceEvent_Action_name = map[int32]string{
		0: "NOOP",
		1: "START",
		2: "STOP",
	}
	SequenceEvent_Action_value = map[string]int32{
		"NOOP":  0,
		"START": 1,
		"STOP":  2,
	}
)

Enum value maps for SequenceEvent_Action.

View Source
var (
	PhaseEvent_Action_name = map[int32]string{
		0: "START",
		1: "STOP",
	}
	PhaseEvent_Action_value = map[string]int32{
		"START": 0,
		"STOP":  1,
	}
)

Enum value maps for PhaseEvent_Action.

View Source
var (
	TaskEvent_Action_name = map[int32]string{
		0: "START",
		1: "STOP",
	}
	TaskEvent_Action_value = map[string]int32{
		"START": 0,
		"STOP":  1,
	}
)

Enum value maps for TaskEvent_Action.

View Source
var (
	ServiceStateEvent_Action_name = map[int32]string{
		0: "INITIALIZED",
		1: "PREPARING",
		2: "WAITING",
		3: "RUNNING",
		4: "STOPPING",
		5: "FINISHED",
		6: "FAILED",
		7: "SKIPPED",
		8: "STARTING",
	}
	ServiceStateEvent_Action_value = map[string]int32{
		"INITIALIZED": 0,
		"PREPARING":   1,
		"WAITING":     2,
		"RUNNING":     3,
		"STOPPING":    4,
		"FINISHED":    5,
		"FAILED":      6,
		"SKIPPED":     7,
		"STARTING":    8,
	}
)

Enum value maps for ServiceStateEvent_Action.

View Source
var (
	MachineStatusEvent_MachineStage_name = map[int32]string{
		0: "UNKNOWN",
		1: "BOOTING",
		2: "INSTALLING",
		3: "MAINTENANCE",
		4: "RUNNING",
		5: "REBOOTING",
		6: "SHUTTING_DOWN",
		7: "RESETTING",
		8: "UPGRADING",
	}
	MachineStatusEvent_MachineStage_value = map[string]int32{
		"UNKNOWN":       0,
		"BOOTING":       1,
		"INSTALLING":    2,
		"MAINTENANCE":   3,
		"RUNNING":       4,
		"REBOOTING":     5,
		"SHUTTING_DOWN": 6,
		"RESETTING":     7,
		"UPGRADING":     8,
	}
)

Enum value maps for MachineStatusEvent_MachineStage.

View Source
var (
	ResetRequest_WipeMode_name = map[int32]string{
		0: "ALL",
		1: "SYSTEM_DISK",
		2: "USER_DISKS",
	}
	ResetRequest_WipeMode_value = map[string]int32{
		"ALL":         0,
		"SYSTEM_DISK": 1,
		"USER_DISKS":  2,
	}
)

Enum value maps for ResetRequest_WipeMode.

View Source
var (
	UpgradeRequest_RebootMode_name = map[int32]string{
		0: "DEFAULT",
		1: "POWERCYCLE",
	}
	UpgradeRequest_RebootMode_value = map[string]int32{
		"DEFAULT":    0,
		"POWERCYCLE": 1,
	}
)

Enum value maps for UpgradeRequest_RebootMode.

View Source
var (
	ListRequest_Type_name = map[int32]string{
		0: "REGULAR",
		1: "DIRECTORY",
		2: "SYMLINK",
	}
	ListRequest_Type_value = map[string]int32{
		"REGULAR":   0,
		"DIRECTORY": 1,
		"SYMLINK":   2,
	}
)

Enum value maps for ListRequest_Type.

View Source
var (
	MachineConfig_MachineType_name = map[int32]string{
		0: "TYPE_UNKNOWN",
		1: "TYPE_INIT",
		2: "TYPE_CONTROL_PLANE",
		3: "TYPE_WORKER",
	}
	MachineConfig_MachineType_value = map[string]int32{
		"TYPE_UNKNOWN":       0,
		"TYPE_INIT":          1,
		"TYPE_CONTROL_PLANE": 2,
		"TYPE_WORKER":        3,
	}
)

Enum value maps for MachineConfig_MachineType.

View Source
var (
	NetstatRequest_Filter_name = map[int32]string{
		0: "ALL",
		1: "CONNECTED",
		2: "LISTENING",
	}
	NetstatRequest_Filter_value = map[string]int32{
		"ALL":       0,
		"CONNECTED": 1,
		"LISTENING": 2,
	}
)

Enum value maps for NetstatRequest_Filter.

View Source
var (
	ConnectRecord_State_name = map[int32]string{
		0:  "RESERVED",
		1:  "ESTABLISHED",
		2:  "SYN_SENT",
		3:  "SYN_RECV",
		4:  "FIN_WAIT1",
		5:  "FIN_WAIT2",
		6:  "TIME_WAIT",
		7:  "CLOSE",
		8:  "CLOSEWAIT",
		9:  "LASTACK",
		10: "LISTEN",
		11: "CLOSING",
	}
	ConnectRecord_State_value = map[string]int32{
		"RESERVED":    0,
		"ESTABLISHED": 1,
		"SYN_SENT":    2,
		"SYN_RECV":    3,
		"FIN_WAIT1":   4,
		"FIN_WAIT2":   5,
		"TIME_WAIT":   6,
		"CLOSE":       7,
		"CLOSEWAIT":   8,
		"LASTACK":     9,
		"LISTEN":      10,
		"CLOSING":     11,
	}
)

Enum value maps for ConnectRecord_State.

View Source
var (
	ConnectRecord_TimerActive_name = map[int32]string{
		0: "OFF",
		1: "ON",
		2: "KEEPALIVE",
		3: "TIMEWAIT",
		4: "PROBE",
	}
	ConnectRecord_TimerActive_value = map[string]int32{
		"OFF":       0,
		"ON":        1,
		"KEEPALIVE": 2,
		"TIMEWAIT":  3,
		"PROBE":     4,
	}
)

Enum value maps for ConnectRecord_TimerActive.

View Source
var DebugService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "machine.DebugService",
	HandlerType: (*DebugServiceServer)(nil),
	Methods:     []grpc.MethodDesc{},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "ContainerRun",
			Handler:       _DebugService_ContainerRun_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
	},
	Metadata: "machine/debug.proto",
}

DebugService_ServiceDesc is the grpc.ServiceDesc for DebugService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_machine_debug_proto protoreflect.FileDescriptor
View Source
var File_machine_image_proto protoreflect.FileDescriptor
View Source
var File_machine_machine_proto protoreflect.FileDescriptor
View Source
var ImageService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "machine.ImageService",
	HandlerType: (*ImageServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Remove",
			Handler:    _ImageService_Remove_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "List",
			Handler:       _ImageService_List_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "Pull",
			Handler:       _ImageService_Pull_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "Import",
			Handler:       _ImageService_Import_Handler,
			ClientStreams: true,
		},
	},
	Metadata: "machine/image.proto",
}

ImageService_ServiceDesc is the grpc.ServiceDesc for ImageService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var MachineService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "machine.MachineService",
	HandlerType: (*MachineServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ApplyConfiguration",
			Handler:    _MachineService_ApplyConfiguration_Handler,
		},
		{
			MethodName: "Bootstrap",
			Handler:    _MachineService_Bootstrap_Handler,
		},
		{
			MethodName: "Containers",
			Handler:    _MachineService_Containers_Handler,
		},
		{
			MethodName: "CPUFreqStats",
			Handler:    _MachineService_CPUFreqStats_Handler,
		},
		{
			MethodName: "CPUInfo",
			Handler:    _MachineService_CPUInfo_Handler,
		},
		{
			MethodName: "DiskStats",
			Handler:    _MachineService_DiskStats_Handler,
		},
		{
			MethodName: "Hostname",
			Handler:    _MachineService_Hostname_Handler,
		},
		{
			MethodName: "LoadAvg",
			Handler:    _MachineService_LoadAvg_Handler,
		},
		{
			MethodName: "LogsContainers",
			Handler:    _MachineService_LogsContainers_Handler,
		},
		{
			MethodName: "Memory",
			Handler:    _MachineService_Memory_Handler,
		},
		{
			MethodName: "Mounts",
			Handler:    _MachineService_Mounts_Handler,
		},
		{
			MethodName: "NetworkDeviceStats",
			Handler:    _MachineService_NetworkDeviceStats_Handler,
		},
		{
			MethodName: "Processes",
			Handler:    _MachineService_Processes_Handler,
		},
		{
			MethodName: "Reboot",
			Handler:    _MachineService_Reboot_Handler,
		},
		{
			MethodName: "Restart",
			Handler:    _MachineService_Restart_Handler,
		},
		{
			MethodName: "Rollback",
			Handler:    _MachineService_Rollback_Handler,
		},
		{
			MethodName: "Reset",
			Handler:    _MachineService_Reset_Handler,
		},
		{
			MethodName: "ServiceList",
			Handler:    _MachineService_ServiceList_Handler,
		},
		{
			MethodName: "ServiceRestart",
			Handler:    _MachineService_ServiceRestart_Handler,
		},
		{
			MethodName: "ServiceStart",
			Handler:    _MachineService_ServiceStart_Handler,
		},
		{
			MethodName: "ServiceStop",
			Handler:    _MachineService_ServiceStop_Handler,
		},
		{
			MethodName: "Shutdown",
			Handler:    _MachineService_Shutdown_Handler,
		},
		{
			MethodName: "Stats",
			Handler:    _MachineService_Stats_Handler,
		},
		{
			MethodName: "SystemStat",
			Handler:    _MachineService_SystemStat_Handler,
		},
		{
			MethodName: "Upgrade",
			Handler:    _MachineService_Upgrade_Handler,
		},
		{
			MethodName: "Version",
			Handler:    _MachineService_Version_Handler,
		},
		{
			MethodName: "GenerateClientConfiguration",
			Handler:    _MachineService_GenerateClientConfiguration_Handler,
		},
		{
			MethodName: "Netstat",
			Handler:    _MachineService_Netstat_Handler,
		},
		{
			MethodName: "MetaWrite",
			Handler:    _MachineService_MetaWrite_Handler,
		},
		{
			MethodName: "MetaDelete",
			Handler:    _MachineService_MetaDelete_Handler,
		},
		{
			MethodName: "ImagePull",
			Handler:    _MachineService_ImagePull_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "Copy",
			Handler:       _MachineService_Copy_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "Dmesg",
			Handler:       _MachineService_Dmesg_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "Events",
			Handler:       _MachineService_Events_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "NomadConfig",
			Handler:       _MachineService_NomadConfig_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ConsulConfig",
			Handler:       _MachineService_ConsulConfig_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "OpenBaoConfig",
			Handler:       _MachineService_OpenBaoConfig_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "List",
			Handler:       _MachineService_List_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "DiskUsage",
			Handler:       _MachineService_DiskUsage_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "Logs",
			Handler:       _MachineService_Logs_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "Read",
			Handler:       _MachineService_Read_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "PacketCapture",
			Handler:       _MachineService_PacketCapture_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ImageList",
			Handler:       _MachineService_ImageList_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "machine/machine.proto",
}

MachineService_ServiceDesc is the grpc.ServiceDesc for MachineService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterDebugServiceServer

func RegisterDebugServiceServer(s grpc.ServiceRegistrar, srv DebugServiceServer)

func RegisterImageServiceServer

func RegisterImageServiceServer(s grpc.ServiceRegistrar, srv ImageServiceServer)

func RegisterMachineServiceServer

func RegisterMachineServiceServer(s grpc.ServiceRegistrar, srv MachineServiceServer)

Types

type AddressEvent

type AddressEvent struct {
	Hostname  string   `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Addresses []string `protobuf:"bytes,2,rep,name=addresses,proto3" json:"addresses,omitempty"`
	// contains filtered or unexported fields
}

AddressEvent reports node endpoints aggregated from endpoint discovery and network.Hostname.

func (*AddressEvent) Descriptor deprecated

func (*AddressEvent) Descriptor() ([]byte, []int)

Deprecated: Use AddressEvent.ProtoReflect.Descriptor instead.

func (*AddressEvent) GetAddresses

func (x *AddressEvent) GetAddresses() []string

func (*AddressEvent) GetHostname

func (x *AddressEvent) GetHostname() string

func (*AddressEvent) MarshalToSizedBufferVT

func (m *AddressEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AddressEvent) MarshalToVT

func (m *AddressEvent) MarshalToVT(dAtA []byte) (int, error)

func (*AddressEvent) MarshalVT

func (m *AddressEvent) MarshalVT() (dAtA []byte, err error)

func (*AddressEvent) ProtoMessage

func (*AddressEvent) ProtoMessage()

func (*AddressEvent) ProtoReflect

func (x *AddressEvent) ProtoReflect() protoreflect.Message

func (*AddressEvent) Reset

func (x *AddressEvent) Reset()

func (*AddressEvent) SizeVT

func (m *AddressEvent) SizeVT() (n int)

func (*AddressEvent) String

func (x *AddressEvent) String() string

func (*AddressEvent) UnmarshalVT

func (m *AddressEvent) UnmarshalVT(dAtA []byte) error

type ApplyConfiguration

type ApplyConfiguration struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Configuration validation warnings.
	Warnings []string `protobuf:"bytes,2,rep,name=warnings,proto3" json:"warnings,omitempty"`
	// States which mode was actually chosen.
	Mode ApplyConfigurationRequest_Mode `protobuf:"varint,3,opt,name=mode,proto3,enum=machine.ApplyConfigurationRequest_Mode" json:"mode,omitempty"`
	// Human-readable message explaining the result of the apply configuration call.
	ModeDetails string `protobuf:"bytes,4,opt,name=mode_details,json=modeDetails,proto3" json:"mode_details,omitempty"`
	// contains filtered or unexported fields
}

ApplyConfigurationResponse describes the response to a configuration request.

func (*ApplyConfiguration) Descriptor deprecated

func (*ApplyConfiguration) Descriptor() ([]byte, []int)

Deprecated: Use ApplyConfiguration.ProtoReflect.Descriptor instead.

func (*ApplyConfiguration) GetMetadata

func (x *ApplyConfiguration) GetMetadata() *common.Metadata

func (*ApplyConfiguration) GetMode

func (*ApplyConfiguration) GetModeDetails

func (x *ApplyConfiguration) GetModeDetails() string

func (*ApplyConfiguration) GetWarnings

func (x *ApplyConfiguration) GetWarnings() []string

func (*ApplyConfiguration) MarshalToSizedBufferVT

func (m *ApplyConfiguration) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ApplyConfiguration) MarshalToVT

func (m *ApplyConfiguration) MarshalToVT(dAtA []byte) (int, error)

func (*ApplyConfiguration) MarshalVT

func (m *ApplyConfiguration) MarshalVT() (dAtA []byte, err error)

func (*ApplyConfiguration) ProtoMessage

func (*ApplyConfiguration) ProtoMessage()

func (*ApplyConfiguration) ProtoReflect

func (x *ApplyConfiguration) ProtoReflect() protoreflect.Message

func (*ApplyConfiguration) Reset

func (x *ApplyConfiguration) Reset()

func (*ApplyConfiguration) SizeVT

func (m *ApplyConfiguration) SizeVT() (n int)

func (*ApplyConfiguration) String

func (x *ApplyConfiguration) String() string

func (*ApplyConfiguration) UnmarshalVT

func (m *ApplyConfiguration) UnmarshalVT(dAtA []byte) error

type ApplyConfigurationRequest

type ApplyConfigurationRequest struct {
	Data           []byte                         `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	Mode           ApplyConfigurationRequest_Mode `protobuf:"varint,4,opt,name=mode,proto3,enum=machine.ApplyConfigurationRequest_Mode" json:"mode,omitempty"`
	DryRun         bool                           `protobuf:"varint,5,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"`
	TryModeTimeout *durationpb.Duration           `protobuf:"bytes,6,opt,name=try_mode_timeout,json=tryModeTimeout,proto3" json:"try_mode_timeout,omitempty"`
	// contains filtered or unexported fields
}

rpc applyConfiguration ApplyConfiguration describes a request to assert a new configuration upon a node.

func (*ApplyConfigurationRequest) Descriptor deprecated

func (*ApplyConfigurationRequest) Descriptor() ([]byte, []int)

Deprecated: Use ApplyConfigurationRequest.ProtoReflect.Descriptor instead.

func (*ApplyConfigurationRequest) GetData

func (x *ApplyConfigurationRequest) GetData() []byte

func (*ApplyConfigurationRequest) GetDryRun

func (x *ApplyConfigurationRequest) GetDryRun() bool

func (*ApplyConfigurationRequest) GetMode

func (*ApplyConfigurationRequest) GetTryModeTimeout

func (x *ApplyConfigurationRequest) GetTryModeTimeout() *durationpb.Duration

func (*ApplyConfigurationRequest) MarshalToSizedBufferVT

func (m *ApplyConfigurationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ApplyConfigurationRequest) MarshalToVT

func (m *ApplyConfigurationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ApplyConfigurationRequest) MarshalVT

func (m *ApplyConfigurationRequest) MarshalVT() (dAtA []byte, err error)

func (*ApplyConfigurationRequest) ProtoMessage

func (*ApplyConfigurationRequest) ProtoMessage()

func (*ApplyConfigurationRequest) ProtoReflect

func (*ApplyConfigurationRequest) Reset

func (x *ApplyConfigurationRequest) Reset()

func (*ApplyConfigurationRequest) SizeVT

func (m *ApplyConfigurationRequest) SizeVT() (n int)

func (*ApplyConfigurationRequest) String

func (x *ApplyConfigurationRequest) String() string

func (*ApplyConfigurationRequest) UnmarshalVT

func (m *ApplyConfigurationRequest) UnmarshalVT(dAtA []byte) error

type ApplyConfigurationRequest_Mode

type ApplyConfigurationRequest_Mode int32
const (
	ApplyConfigurationRequest_REBOOT    ApplyConfigurationRequest_Mode = 0
	ApplyConfigurationRequest_AUTO      ApplyConfigurationRequest_Mode = 1
	ApplyConfigurationRequest_NO_REBOOT ApplyConfigurationRequest_Mode = 2
	ApplyConfigurationRequest_STAGED    ApplyConfigurationRequest_Mode = 3
	ApplyConfigurationRequest_TRY       ApplyConfigurationRequest_Mode = 4
)

func (ApplyConfigurationRequest_Mode) Descriptor

func (ApplyConfigurationRequest_Mode) Enum

func (ApplyConfigurationRequest_Mode) EnumDescriptor deprecated

func (ApplyConfigurationRequest_Mode) EnumDescriptor() ([]byte, []int)

Deprecated: Use ApplyConfigurationRequest_Mode.Descriptor instead.

func (ApplyConfigurationRequest_Mode) Number

func (ApplyConfigurationRequest_Mode) String

func (ApplyConfigurationRequest_Mode) Type

type ApplyConfigurationResponse

type ApplyConfigurationResponse struct {
	Messages []*ApplyConfiguration `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyConfigurationResponse) Descriptor deprecated

func (*ApplyConfigurationResponse) Descriptor() ([]byte, []int)

Deprecated: Use ApplyConfigurationResponse.ProtoReflect.Descriptor instead.

func (*ApplyConfigurationResponse) GetMessages

func (x *ApplyConfigurationResponse) GetMessages() []*ApplyConfiguration

func (*ApplyConfigurationResponse) MarshalToSizedBufferVT

func (m *ApplyConfigurationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ApplyConfigurationResponse) MarshalToVT

func (m *ApplyConfigurationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ApplyConfigurationResponse) MarshalVT

func (m *ApplyConfigurationResponse) MarshalVT() (dAtA []byte, err error)

func (*ApplyConfigurationResponse) ProtoMessage

func (*ApplyConfigurationResponse) ProtoMessage()

func (*ApplyConfigurationResponse) ProtoReflect

func (*ApplyConfigurationResponse) Reset

func (x *ApplyConfigurationResponse) Reset()

func (*ApplyConfigurationResponse) SizeVT

func (m *ApplyConfigurationResponse) SizeVT() (n int)

func (*ApplyConfigurationResponse) String

func (x *ApplyConfigurationResponse) String() string

func (*ApplyConfigurationResponse) UnmarshalVT

func (m *ApplyConfigurationResponse) UnmarshalVT(dAtA []byte) error

type BPFInstruction

type BPFInstruction struct {
	Op uint32 `protobuf:"varint,1,opt,name=op,proto3" json:"op,omitempty"`
	Jt uint32 `protobuf:"varint,2,opt,name=jt,proto3" json:"jt,omitempty"`
	Jf uint32 `protobuf:"varint,3,opt,name=jf,proto3" json:"jf,omitempty"`
	K  uint32 `protobuf:"varint,4,opt,name=k,proto3" json:"k,omitempty"`
	// contains filtered or unexported fields
}

func (*BPFInstruction) Descriptor deprecated

func (*BPFInstruction) Descriptor() ([]byte, []int)

Deprecated: Use BPFInstruction.ProtoReflect.Descriptor instead.

func (*BPFInstruction) GetJf

func (x *BPFInstruction) GetJf() uint32

func (*BPFInstruction) GetJt

func (x *BPFInstruction) GetJt() uint32

func (*BPFInstruction) GetK

func (x *BPFInstruction) GetK() uint32

func (*BPFInstruction) GetOp

func (x *BPFInstruction) GetOp() uint32

func (*BPFInstruction) MarshalToSizedBufferVT

func (m *BPFInstruction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BPFInstruction) MarshalToVT

func (m *BPFInstruction) MarshalToVT(dAtA []byte) (int, error)

func (*BPFInstruction) MarshalVT

func (m *BPFInstruction) MarshalVT() (dAtA []byte, err error)

func (*BPFInstruction) ProtoMessage

func (*BPFInstruction) ProtoMessage()

func (*BPFInstruction) ProtoReflect

func (x *BPFInstruction) ProtoReflect() protoreflect.Message

func (*BPFInstruction) Reset

func (x *BPFInstruction) Reset()

func (*BPFInstruction) SizeVT

func (m *BPFInstruction) SizeVT() (n int)

func (*BPFInstruction) String

func (x *BPFInstruction) String() string

func (*BPFInstruction) UnmarshalVT

func (m *BPFInstruction) UnmarshalVT(dAtA []byte) error

type Bootstrap

type Bootstrap struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

The bootstrap message containing the bootstrap status.

func (*Bootstrap) Descriptor deprecated

func (*Bootstrap) Descriptor() ([]byte, []int)

Deprecated: Use Bootstrap.ProtoReflect.Descriptor instead.

func (*Bootstrap) GetMetadata

func (x *Bootstrap) GetMetadata() *common.Metadata

func (*Bootstrap) MarshalToSizedBufferVT

func (m *Bootstrap) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Bootstrap) MarshalToVT

func (m *Bootstrap) MarshalToVT(dAtA []byte) (int, error)

func (*Bootstrap) MarshalVT

func (m *Bootstrap) MarshalVT() (dAtA []byte, err error)

func (*Bootstrap) ProtoMessage

func (*Bootstrap) ProtoMessage()

func (*Bootstrap) ProtoReflect

func (x *Bootstrap) ProtoReflect() protoreflect.Message

func (*Bootstrap) Reset

func (x *Bootstrap) Reset()

func (*Bootstrap) SizeVT

func (m *Bootstrap) SizeVT() (n int)

func (*Bootstrap) String

func (x *Bootstrap) String() string

func (*Bootstrap) UnmarshalVT

func (m *Bootstrap) UnmarshalVT(dAtA []byte) error

type BootstrapRequest

type BootstrapRequest struct {

	// Skip hash check on the snapshot.
	// Enable this when recovering from data directory copy to skip integrity check.
	RecoverSkipHashCheck bool `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

rpc Bootstrap

func (*BootstrapRequest) Descriptor deprecated

func (*BootstrapRequest) Descriptor() ([]byte, []int)

Deprecated: Use BootstrapRequest.ProtoReflect.Descriptor instead.

func (*BootstrapRequest) GetRecoverSkipHashCheck

func (x *BootstrapRequest) GetRecoverSkipHashCheck() bool

func (*BootstrapRequest) MarshalToSizedBufferVT

func (m *BootstrapRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BootstrapRequest) MarshalToVT

func (m *BootstrapRequest) MarshalToVT(dAtA []byte) (int, error)

func (*BootstrapRequest) MarshalVT

func (m *BootstrapRequest) MarshalVT() (dAtA []byte, err error)

func (*BootstrapRequest) ProtoMessage

func (*BootstrapRequest) ProtoMessage()

func (*BootstrapRequest) ProtoReflect

func (x *BootstrapRequest) ProtoReflect() protoreflect.Message

func (*BootstrapRequest) Reset

func (x *BootstrapRequest) Reset()

func (*BootstrapRequest) SizeVT

func (m *BootstrapRequest) SizeVT() (n int)

func (*BootstrapRequest) String

func (x *BootstrapRequest) String() string

func (*BootstrapRequest) UnmarshalVT

func (m *BootstrapRequest) UnmarshalVT(dAtA []byte) error

type BootstrapResponse

type BootstrapResponse struct {
	Messages []*Bootstrap `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*BootstrapResponse) Descriptor deprecated

func (*BootstrapResponse) Descriptor() ([]byte, []int)

Deprecated: Use BootstrapResponse.ProtoReflect.Descriptor instead.

func (*BootstrapResponse) GetMessages

func (x *BootstrapResponse) GetMessages() []*Bootstrap

func (*BootstrapResponse) MarshalToSizedBufferVT

func (m *BootstrapResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BootstrapResponse) MarshalToVT

func (m *BootstrapResponse) MarshalToVT(dAtA []byte) (int, error)

func (*BootstrapResponse) MarshalVT

func (m *BootstrapResponse) MarshalVT() (dAtA []byte, err error)

func (*BootstrapResponse) ProtoMessage

func (*BootstrapResponse) ProtoMessage()

func (*BootstrapResponse) ProtoReflect

func (x *BootstrapResponse) ProtoReflect() protoreflect.Message

func (*BootstrapResponse) Reset

func (x *BootstrapResponse) Reset()

func (*BootstrapResponse) SizeVT

func (m *BootstrapResponse) SizeVT() (n int)

func (*BootstrapResponse) String

func (x *BootstrapResponse) String() string

func (*BootstrapResponse) UnmarshalVT

func (m *BootstrapResponse) UnmarshalVT(dAtA []byte) error

type CPUFreqStats

type CPUFreqStats struct {
	CurrentFrequency uint64 `protobuf:"varint,1,opt,name=current_frequency,json=currentFrequency,proto3" json:"current_frequency,omitempty"`
	MinimumFrequency uint64 `protobuf:"varint,2,opt,name=minimum_frequency,json=minimumFrequency,proto3" json:"minimum_frequency,omitempty"`
	MaximumFrequency uint64 `protobuf:"varint,3,opt,name=maximum_frequency,json=maximumFrequency,proto3" json:"maximum_frequency,omitempty"`
	Governor         string `protobuf:"bytes,4,opt,name=governor,proto3" json:"governor,omitempty"`
	// contains filtered or unexported fields
}

func (*CPUFreqStats) Descriptor deprecated

func (*CPUFreqStats) Descriptor() ([]byte, []int)

Deprecated: Use CPUFreqStats.ProtoReflect.Descriptor instead.

func (*CPUFreqStats) GetCurrentFrequency

func (x *CPUFreqStats) GetCurrentFrequency() uint64

func (*CPUFreqStats) GetGovernor

func (x *CPUFreqStats) GetGovernor() string

func (*CPUFreqStats) GetMaximumFrequency

func (x *CPUFreqStats) GetMaximumFrequency() uint64

func (*CPUFreqStats) GetMinimumFrequency

func (x *CPUFreqStats) GetMinimumFrequency() uint64

func (*CPUFreqStats) MarshalToSizedBufferVT

func (m *CPUFreqStats) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CPUFreqStats) MarshalToVT

func (m *CPUFreqStats) MarshalToVT(dAtA []byte) (int, error)

func (*CPUFreqStats) MarshalVT

func (m *CPUFreqStats) MarshalVT() (dAtA []byte, err error)

func (*CPUFreqStats) ProtoMessage

func (*CPUFreqStats) ProtoMessage()

func (*CPUFreqStats) ProtoReflect

func (x *CPUFreqStats) ProtoReflect() protoreflect.Message

func (*CPUFreqStats) Reset

func (x *CPUFreqStats) Reset()

func (*CPUFreqStats) SizeVT

func (m *CPUFreqStats) SizeVT() (n int)

func (*CPUFreqStats) String

func (x *CPUFreqStats) String() string

func (*CPUFreqStats) UnmarshalVT

func (m *CPUFreqStats) UnmarshalVT(dAtA []byte) error

type CPUFreqStatsResponse

type CPUFreqStatsResponse struct {
	Messages []*CPUsFreqStats `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*CPUFreqStatsResponse) Descriptor deprecated

func (*CPUFreqStatsResponse) Descriptor() ([]byte, []int)

Deprecated: Use CPUFreqStatsResponse.ProtoReflect.Descriptor instead.

func (*CPUFreqStatsResponse) GetMessages

func (x *CPUFreqStatsResponse) GetMessages() []*CPUsFreqStats

func (*CPUFreqStatsResponse) MarshalToSizedBufferVT

func (m *CPUFreqStatsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CPUFreqStatsResponse) MarshalToVT

func (m *CPUFreqStatsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CPUFreqStatsResponse) MarshalVT

func (m *CPUFreqStatsResponse) MarshalVT() (dAtA []byte, err error)

func (*CPUFreqStatsResponse) ProtoMessage

func (*CPUFreqStatsResponse) ProtoMessage()

func (*CPUFreqStatsResponse) ProtoReflect

func (x *CPUFreqStatsResponse) ProtoReflect() protoreflect.Message

func (*CPUFreqStatsResponse) Reset

func (x *CPUFreqStatsResponse) Reset()

func (*CPUFreqStatsResponse) SizeVT

func (m *CPUFreqStatsResponse) SizeVT() (n int)

func (*CPUFreqStatsResponse) String

func (x *CPUFreqStatsResponse) String() string

func (*CPUFreqStatsResponse) UnmarshalVT

func (m *CPUFreqStatsResponse) UnmarshalVT(dAtA []byte) error

type CPUInfo

type CPUInfo struct {
	Processor       uint32   `protobuf:"varint,1,opt,name=processor,proto3" json:"processor,omitempty"`
	VendorId        string   `protobuf:"bytes,2,opt,name=vendor_id,json=vendorId,proto3" json:"vendor_id,omitempty"`
	CpuFamily       string   `protobuf:"bytes,3,opt,name=cpu_family,json=cpuFamily,proto3" json:"cpu_family,omitempty"`
	Model           string   `protobuf:"bytes,4,opt,name=model,proto3" json:"model,omitempty"`
	ModelName       string   `protobuf:"bytes,5,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	Stepping        string   `protobuf:"bytes,6,opt,name=stepping,proto3" json:"stepping,omitempty"`
	Microcode       string   `protobuf:"bytes,7,opt,name=microcode,proto3" json:"microcode,omitempty"`
	CpuMhz          float64  `protobuf:"fixed64,8,opt,name=cpu_mhz,json=cpuMhz,proto3" json:"cpu_mhz,omitempty"`
	CacheSize       string   `protobuf:"bytes,9,opt,name=cache_size,json=cacheSize,proto3" json:"cache_size,omitempty"`
	PhysicalId      string   `protobuf:"bytes,10,opt,name=physical_id,json=physicalId,proto3" json:"physical_id,omitempty"`
	Siblings        uint32   `protobuf:"varint,11,opt,name=siblings,proto3" json:"siblings,omitempty"`
	CoreId          string   `protobuf:"bytes,12,opt,name=core_id,json=coreId,proto3" json:"core_id,omitempty"`
	CpuCores        uint32   `protobuf:"varint,13,opt,name=cpu_cores,json=cpuCores,proto3" json:"cpu_cores,omitempty"`
	ApicId          string   `protobuf:"bytes,14,opt,name=apic_id,json=apicId,proto3" json:"apic_id,omitempty"`
	InitialApicId   string   `protobuf:"bytes,15,opt,name=initial_apic_id,json=initialApicId,proto3" json:"initial_apic_id,omitempty"`
	Fpu             string   `protobuf:"bytes,16,opt,name=fpu,proto3" json:"fpu,omitempty"`
	FpuException    string   `protobuf:"bytes,17,opt,name=fpu_exception,json=fpuException,proto3" json:"fpu_exception,omitempty"`
	CpuIdLevel      uint32   `protobuf:"varint,18,opt,name=cpu_id_level,json=cpuIdLevel,proto3" json:"cpu_id_level,omitempty"`
	Wp              string   `protobuf:"bytes,19,opt,name=wp,proto3" json:"wp,omitempty"`
	Flags           []string `protobuf:"bytes,20,rep,name=flags,proto3" json:"flags,omitempty"`
	Bugs            []string `protobuf:"bytes,21,rep,name=bugs,proto3" json:"bugs,omitempty"`
	BogoMips        float64  `protobuf:"fixed64,22,opt,name=bogo_mips,json=bogoMips,proto3" json:"bogo_mips,omitempty"`
	ClFlushSize     uint32   `protobuf:"varint,23,opt,name=cl_flush_size,json=clFlushSize,proto3" json:"cl_flush_size,omitempty"`
	CacheAlignment  uint32   `protobuf:"varint,24,opt,name=cache_alignment,json=cacheAlignment,proto3" json:"cache_alignment,omitempty"`
	AddressSizes    string   `protobuf:"bytes,25,opt,name=address_sizes,json=addressSizes,proto3" json:"address_sizes,omitempty"`
	PowerManagement string   `protobuf:"bytes,26,opt,name=power_management,json=powerManagement,proto3" json:"power_management,omitempty"`
	// contains filtered or unexported fields
}

func (*CPUInfo) Descriptor deprecated

func (*CPUInfo) Descriptor() ([]byte, []int)

Deprecated: Use CPUInfo.ProtoReflect.Descriptor instead.

func (*CPUInfo) GetAddressSizes

func (x *CPUInfo) GetAddressSizes() string

func (*CPUInfo) GetApicId

func (x *CPUInfo) GetApicId() string

func (*CPUInfo) GetBogoMips

func (x *CPUInfo) GetBogoMips() float64

func (*CPUInfo) GetBugs

func (x *CPUInfo) GetBugs() []string

func (*CPUInfo) GetCacheAlignment

func (x *CPUInfo) GetCacheAlignment() uint32

func (*CPUInfo) GetCacheSize

func (x *CPUInfo) GetCacheSize() string

func (*CPUInfo) GetClFlushSize

func (x *CPUInfo) GetClFlushSize() uint32

func (*CPUInfo) GetCoreId

func (x *CPUInfo) GetCoreId() string

func (*CPUInfo) GetCpuCores

func (x *CPUInfo) GetCpuCores() uint32

func (*CPUInfo) GetCpuFamily

func (x *CPUInfo) GetCpuFamily() string

func (*CPUInfo) GetCpuIdLevel

func (x *CPUInfo) GetCpuIdLevel() uint32

func (*CPUInfo) GetCpuMhz

func (x *CPUInfo) GetCpuMhz() float64

func (*CPUInfo) GetFlags

func (x *CPUInfo) GetFlags() []string

func (*CPUInfo) GetFpu

func (x *CPUInfo) GetFpu() string

func (*CPUInfo) GetFpuException

func (x *CPUInfo) GetFpuException() string

func (*CPUInfo) GetInitialApicId

func (x *CPUInfo) GetInitialApicId() string

func (*CPUInfo) GetMicrocode

func (x *CPUInfo) GetMicrocode() string

func (*CPUInfo) GetModel

func (x *CPUInfo) GetModel() string

func (*CPUInfo) GetModelName

func (x *CPUInfo) GetModelName() string

func (*CPUInfo) GetPhysicalId

func (x *CPUInfo) GetPhysicalId() string

func (*CPUInfo) GetPowerManagement

func (x *CPUInfo) GetPowerManagement() string

func (*CPUInfo) GetProcessor

func (x *CPUInfo) GetProcessor() uint32

func (*CPUInfo) GetSiblings

func (x *CPUInfo) GetSiblings() uint32

func (*CPUInfo) GetStepping

func (x *CPUInfo) GetStepping() string

func (*CPUInfo) GetVendorId

func (x *CPUInfo) GetVendorId() string

func (*CPUInfo) GetWp

func (x *CPUInfo) GetWp() string

func (*CPUInfo) MarshalToSizedBufferVT

func (m *CPUInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CPUInfo) MarshalToVT

func (m *CPUInfo) MarshalToVT(dAtA []byte) (int, error)

func (*CPUInfo) MarshalVT

func (m *CPUInfo) MarshalVT() (dAtA []byte, err error)

func (*CPUInfo) ProtoMessage

func (*CPUInfo) ProtoMessage()

func (*CPUInfo) ProtoReflect

func (x *CPUInfo) ProtoReflect() protoreflect.Message

func (*CPUInfo) Reset

func (x *CPUInfo) Reset()

func (*CPUInfo) SizeVT

func (m *CPUInfo) SizeVT() (n int)

func (*CPUInfo) String

func (x *CPUInfo) String() string

func (*CPUInfo) UnmarshalVT

func (m *CPUInfo) UnmarshalVT(dAtA []byte) error

type CPUInfoResponse

type CPUInfoResponse struct {
	Messages []*CPUsInfo `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*CPUInfoResponse) Descriptor deprecated

func (*CPUInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use CPUInfoResponse.ProtoReflect.Descriptor instead.

func (*CPUInfoResponse) GetMessages

func (x *CPUInfoResponse) GetMessages() []*CPUsInfo

func (*CPUInfoResponse) MarshalToSizedBufferVT

func (m *CPUInfoResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CPUInfoResponse) MarshalToVT

func (m *CPUInfoResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CPUInfoResponse) MarshalVT

func (m *CPUInfoResponse) MarshalVT() (dAtA []byte, err error)

func (*CPUInfoResponse) ProtoMessage

func (*CPUInfoResponse) ProtoMessage()

func (*CPUInfoResponse) ProtoReflect

func (x *CPUInfoResponse) ProtoReflect() protoreflect.Message

func (*CPUInfoResponse) Reset

func (x *CPUInfoResponse) Reset()

func (*CPUInfoResponse) SizeVT

func (m *CPUInfoResponse) SizeVT() (n int)

func (*CPUInfoResponse) String

func (x *CPUInfoResponse) String() string

func (*CPUInfoResponse) UnmarshalVT

func (m *CPUInfoResponse) UnmarshalVT(dAtA []byte) error

type CPUStat

type CPUStat struct {
	User      float64 `protobuf:"fixed64,1,opt,name=user,proto3" json:"user,omitempty"`
	Nice      float64 `protobuf:"fixed64,2,opt,name=nice,proto3" json:"nice,omitempty"`
	System    float64 `protobuf:"fixed64,3,opt,name=system,proto3" json:"system,omitempty"`
	Idle      float64 `protobuf:"fixed64,4,opt,name=idle,proto3" json:"idle,omitempty"`
	Iowait    float64 `protobuf:"fixed64,5,opt,name=iowait,proto3" json:"iowait,omitempty"`
	Irq       float64 `protobuf:"fixed64,6,opt,name=irq,proto3" json:"irq,omitempty"`
	SoftIrq   float64 `protobuf:"fixed64,7,opt,name=soft_irq,json=softIrq,proto3" json:"soft_irq,omitempty"`
	Steal     float64 `protobuf:"fixed64,8,opt,name=steal,proto3" json:"steal,omitempty"`
	Guest     float64 `protobuf:"fixed64,9,opt,name=guest,proto3" json:"guest,omitempty"`
	GuestNice float64 `protobuf:"fixed64,10,opt,name=guest_nice,json=guestNice,proto3" json:"guest_nice,omitempty"`
	// contains filtered or unexported fields
}

func (*CPUStat) Descriptor deprecated

func (*CPUStat) Descriptor() ([]byte, []int)

Deprecated: Use CPUStat.ProtoReflect.Descriptor instead.

func (*CPUStat) GetGuest

func (x *CPUStat) GetGuest() float64

func (*CPUStat) GetGuestNice

func (x *CPUStat) GetGuestNice() float64

func (*CPUStat) GetIdle

func (x *CPUStat) GetIdle() float64

func (*CPUStat) GetIowait

func (x *CPUStat) GetIowait() float64

func (*CPUStat) GetIrq

func (x *CPUStat) GetIrq() float64

func (*CPUStat) GetNice

func (x *CPUStat) GetNice() float64

func (*CPUStat) GetSoftIrq

func (x *CPUStat) GetSoftIrq() float64

func (*CPUStat) GetSteal

func (x *CPUStat) GetSteal() float64

func (*CPUStat) GetSystem

func (x *CPUStat) GetSystem() float64

func (*CPUStat) GetUser

func (x *CPUStat) GetUser() float64

func (*CPUStat) MarshalToSizedBufferVT

func (m *CPUStat) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CPUStat) MarshalToVT

func (m *CPUStat) MarshalToVT(dAtA []byte) (int, error)

func (*CPUStat) MarshalVT

func (m *CPUStat) MarshalVT() (dAtA []byte, err error)

func (*CPUStat) ProtoMessage

func (*CPUStat) ProtoMessage()

func (*CPUStat) ProtoReflect

func (x *CPUStat) ProtoReflect() protoreflect.Message

func (*CPUStat) Reset

func (x *CPUStat) Reset()

func (*CPUStat) SizeVT

func (m *CPUStat) SizeVT() (n int)

func (*CPUStat) String

func (x *CPUStat) String() string

func (*CPUStat) UnmarshalVT

func (m *CPUStat) UnmarshalVT(dAtA []byte) error

type CPUsFreqStats

type CPUsFreqStats struct {
	Metadata     *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CpuFreqStats []*CPUFreqStats  `protobuf:"bytes,2,rep,name=cpu_freq_stats,json=cpuFreqStats,proto3" json:"cpu_freq_stats,omitempty"`
	// contains filtered or unexported fields
}

func (*CPUsFreqStats) Descriptor deprecated

func (*CPUsFreqStats) Descriptor() ([]byte, []int)

Deprecated: Use CPUsFreqStats.ProtoReflect.Descriptor instead.

func (*CPUsFreqStats) GetCpuFreqStats

func (x *CPUsFreqStats) GetCpuFreqStats() []*CPUFreqStats

func (*CPUsFreqStats) GetMetadata

func (x *CPUsFreqStats) GetMetadata() *common.Metadata

func (*CPUsFreqStats) MarshalToSizedBufferVT

func (m *CPUsFreqStats) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CPUsFreqStats) MarshalToVT

func (m *CPUsFreqStats) MarshalToVT(dAtA []byte) (int, error)

func (*CPUsFreqStats) MarshalVT

func (m *CPUsFreqStats) MarshalVT() (dAtA []byte, err error)

func (*CPUsFreqStats) ProtoMessage

func (*CPUsFreqStats) ProtoMessage()

func (*CPUsFreqStats) ProtoReflect

func (x *CPUsFreqStats) ProtoReflect() protoreflect.Message

func (*CPUsFreqStats) Reset

func (x *CPUsFreqStats) Reset()

func (*CPUsFreqStats) SizeVT

func (m *CPUsFreqStats) SizeVT() (n int)

func (*CPUsFreqStats) String

func (x *CPUsFreqStats) String() string

func (*CPUsFreqStats) UnmarshalVT

func (m *CPUsFreqStats) UnmarshalVT(dAtA []byte) error

type CPUsInfo

type CPUsInfo struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CpuInfo  []*CPUInfo       `protobuf:"bytes,2,rep,name=cpu_info,json=cpuInfo,proto3" json:"cpu_info,omitempty"`
	// contains filtered or unexported fields
}

func (*CPUsInfo) Descriptor deprecated

func (*CPUsInfo) Descriptor() ([]byte, []int)

Deprecated: Use CPUsInfo.ProtoReflect.Descriptor instead.

func (*CPUsInfo) GetCpuInfo

func (x *CPUsInfo) GetCpuInfo() []*CPUInfo

func (*CPUsInfo) GetMetadata

func (x *CPUsInfo) GetMetadata() *common.Metadata

func (*CPUsInfo) MarshalToSizedBufferVT

func (m *CPUsInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CPUsInfo) MarshalToVT

func (m *CPUsInfo) MarshalToVT(dAtA []byte) (int, error)

func (*CPUsInfo) MarshalVT

func (m *CPUsInfo) MarshalVT() (dAtA []byte, err error)

func (*CPUsInfo) ProtoMessage

func (*CPUsInfo) ProtoMessage()

func (*CPUsInfo) ProtoReflect

func (x *CPUsInfo) ProtoReflect() protoreflect.Message

func (*CPUsInfo) Reset

func (x *CPUsInfo) Reset()

func (*CPUsInfo) SizeVT

func (m *CPUsInfo) SizeVT() (n int)

func (*CPUsInfo) String

func (x *CPUsInfo) String() string

func (*CPUsInfo) UnmarshalVT

func (m *CPUsInfo) UnmarshalVT(dAtA []byte) error

type ConfigLoadErrorEvent

type ConfigLoadErrorEvent struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

ConfigLoadErrorEvent is reported when the config loading has failed.

func (*ConfigLoadErrorEvent) Descriptor deprecated

func (*ConfigLoadErrorEvent) Descriptor() ([]byte, []int)

Deprecated: Use ConfigLoadErrorEvent.ProtoReflect.Descriptor instead.

func (*ConfigLoadErrorEvent) GetError

func (x *ConfigLoadErrorEvent) GetError() string

func (*ConfigLoadErrorEvent) MarshalToSizedBufferVT

func (m *ConfigLoadErrorEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConfigLoadErrorEvent) MarshalToVT

func (m *ConfigLoadErrorEvent) MarshalToVT(dAtA []byte) (int, error)

func (*ConfigLoadErrorEvent) MarshalVT

func (m *ConfigLoadErrorEvent) MarshalVT() (dAtA []byte, err error)

func (*ConfigLoadErrorEvent) ProtoMessage

func (*ConfigLoadErrorEvent) ProtoMessage()

func (*ConfigLoadErrorEvent) ProtoReflect

func (x *ConfigLoadErrorEvent) ProtoReflect() protoreflect.Message

func (*ConfigLoadErrorEvent) Reset

func (x *ConfigLoadErrorEvent) Reset()

func (*ConfigLoadErrorEvent) SizeVT

func (m *ConfigLoadErrorEvent) SizeVT() (n int)

func (*ConfigLoadErrorEvent) String

func (x *ConfigLoadErrorEvent) String() string

func (*ConfigLoadErrorEvent) UnmarshalVT

func (m *ConfigLoadErrorEvent) UnmarshalVT(dAtA []byte) error

type ConfigValidationErrorEvent

type ConfigValidationErrorEvent struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

ConfigValidationErrorEvent is reported when config validation has failed.

func (*ConfigValidationErrorEvent) Descriptor deprecated

func (*ConfigValidationErrorEvent) Descriptor() ([]byte, []int)

Deprecated: Use ConfigValidationErrorEvent.ProtoReflect.Descriptor instead.

func (*ConfigValidationErrorEvent) GetError

func (x *ConfigValidationErrorEvent) GetError() string

func (*ConfigValidationErrorEvent) MarshalToSizedBufferVT

func (m *ConfigValidationErrorEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConfigValidationErrorEvent) MarshalToVT

func (m *ConfigValidationErrorEvent) MarshalToVT(dAtA []byte) (int, error)

func (*ConfigValidationErrorEvent) MarshalVT

func (m *ConfigValidationErrorEvent) MarshalVT() (dAtA []byte, err error)

func (*ConfigValidationErrorEvent) ProtoMessage

func (*ConfigValidationErrorEvent) ProtoMessage()

func (*ConfigValidationErrorEvent) ProtoReflect

func (*ConfigValidationErrorEvent) Reset

func (x *ConfigValidationErrorEvent) Reset()

func (*ConfigValidationErrorEvent) SizeVT

func (m *ConfigValidationErrorEvent) SizeVT() (n int)

func (*ConfigValidationErrorEvent) String

func (x *ConfigValidationErrorEvent) String() string

func (*ConfigValidationErrorEvent) UnmarshalVT

func (m *ConfigValidationErrorEvent) UnmarshalVT(dAtA []byte) error

type ConnectRecord

type ConnectRecord struct {
	L4Proto    string                    `protobuf:"bytes,1,opt,name=l4proto,proto3" json:"l4proto,omitempty"`
	Localip    string                    `protobuf:"bytes,2,opt,name=localip,proto3" json:"localip,omitempty"`
	Localport  uint32                    `protobuf:"varint,3,opt,name=localport,proto3" json:"localport,omitempty"`
	Remoteip   string                    `protobuf:"bytes,4,opt,name=remoteip,proto3" json:"remoteip,omitempty"`
	Remoteport uint32                    `protobuf:"varint,5,opt,name=remoteport,proto3" json:"remoteport,omitempty"`
	State      ConnectRecord_State       `protobuf:"varint,6,opt,name=state,proto3,enum=machine.ConnectRecord_State" json:"state,omitempty"`
	Txqueue    uint64                    `protobuf:"varint,7,opt,name=txqueue,proto3" json:"txqueue,omitempty"`
	Rxqueue    uint64                    `protobuf:"varint,8,opt,name=rxqueue,proto3" json:"rxqueue,omitempty"`
	Tr         ConnectRecord_TimerActive `protobuf:"varint,9,opt,name=tr,proto3,enum=machine.ConnectRecord_TimerActive" json:"tr,omitempty"`
	Timerwhen  uint64                    `protobuf:"varint,10,opt,name=timerwhen,proto3" json:"timerwhen,omitempty"`
	Retrnsmt   uint64                    `protobuf:"varint,11,opt,name=retrnsmt,proto3" json:"retrnsmt,omitempty"`
	Uid        uint32                    `protobuf:"varint,12,opt,name=uid,proto3" json:"uid,omitempty"`
	Timeout    uint64                    `protobuf:"varint,13,opt,name=timeout,proto3" json:"timeout,omitempty"`
	Inode      uint64                    `protobuf:"varint,14,opt,name=inode,proto3" json:"inode,omitempty"`
	Ref        uint64                    `protobuf:"varint,15,opt,name=ref,proto3" json:"ref,omitempty"`
	Pointer    uint64                    `protobuf:"varint,16,opt,name=pointer,proto3" json:"pointer,omitempty"`
	Process    *ConnectRecord_Process    `protobuf:"bytes,17,opt,name=process,proto3" json:"process,omitempty"`
	Netns      string                    `protobuf:"bytes,18,opt,name=netns,proto3" json:"netns,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectRecord) Descriptor deprecated

func (*ConnectRecord) Descriptor() ([]byte, []int)

Deprecated: Use ConnectRecord.ProtoReflect.Descriptor instead.

func (*ConnectRecord) GetInode

func (x *ConnectRecord) GetInode() uint64

func (*ConnectRecord) GetL4Proto

func (x *ConnectRecord) GetL4Proto() string

func (*ConnectRecord) GetLocalip

func (x *ConnectRecord) GetLocalip() string

func (*ConnectRecord) GetLocalport

func (x *ConnectRecord) GetLocalport() uint32

func (*ConnectRecord) GetNetns

func (x *ConnectRecord) GetNetns() string

func (*ConnectRecord) GetPointer

func (x *ConnectRecord) GetPointer() uint64

func (*ConnectRecord) GetProcess

func (x *ConnectRecord) GetProcess() *ConnectRecord_Process

func (*ConnectRecord) GetRef

func (x *ConnectRecord) GetRef() uint64

func (*ConnectRecord) GetRemoteip

func (x *ConnectRecord) GetRemoteip() string

func (*ConnectRecord) GetRemoteport

func (x *ConnectRecord) GetRemoteport() uint32

func (*ConnectRecord) GetRetrnsmt

func (x *ConnectRecord) GetRetrnsmt() uint64

func (*ConnectRecord) GetRxqueue

func (x *ConnectRecord) GetRxqueue() uint64

func (*ConnectRecord) GetState

func (x *ConnectRecord) GetState() ConnectRecord_State

func (*ConnectRecord) GetTimeout

func (x *ConnectRecord) GetTimeout() uint64

func (*ConnectRecord) GetTimerwhen

func (x *ConnectRecord) GetTimerwhen() uint64

func (*ConnectRecord) GetTr

func (*ConnectRecord) GetTxqueue

func (x *ConnectRecord) GetTxqueue() uint64

func (*ConnectRecord) GetUid

func (x *ConnectRecord) GetUid() uint32

func (*ConnectRecord) MarshalToSizedBufferVT

func (m *ConnectRecord) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConnectRecord) MarshalToVT

func (m *ConnectRecord) MarshalToVT(dAtA []byte) (int, error)

func (*ConnectRecord) MarshalVT

func (m *ConnectRecord) MarshalVT() (dAtA []byte, err error)

func (*ConnectRecord) ProtoMessage

func (*ConnectRecord) ProtoMessage()

func (*ConnectRecord) ProtoReflect

func (x *ConnectRecord) ProtoReflect() protoreflect.Message

func (*ConnectRecord) Reset

func (x *ConnectRecord) Reset()

func (*ConnectRecord) SizeVT

func (m *ConnectRecord) SizeVT() (n int)

func (*ConnectRecord) String

func (x *ConnectRecord) String() string

func (*ConnectRecord) UnmarshalVT

func (m *ConnectRecord) UnmarshalVT(dAtA []byte) error

type ConnectRecord_Process

type ConnectRecord_Process struct {
	Pid  uint32 `protobuf:"varint,1,opt,name=pid,proto3" json:"pid,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectRecord_Process) Descriptor deprecated

func (*ConnectRecord_Process) Descriptor() ([]byte, []int)

Deprecated: Use ConnectRecord_Process.ProtoReflect.Descriptor instead.

func (*ConnectRecord_Process) GetName

func (x *ConnectRecord_Process) GetName() string

func (*ConnectRecord_Process) GetPid

func (x *ConnectRecord_Process) GetPid() uint32

func (*ConnectRecord_Process) MarshalToSizedBufferVT

func (m *ConnectRecord_Process) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConnectRecord_Process) MarshalToVT

func (m *ConnectRecord_Process) MarshalToVT(dAtA []byte) (int, error)

func (*ConnectRecord_Process) MarshalVT

func (m *ConnectRecord_Process) MarshalVT() (dAtA []byte, err error)

func (*ConnectRecord_Process) ProtoMessage

func (*ConnectRecord_Process) ProtoMessage()

func (*ConnectRecord_Process) ProtoReflect

func (x *ConnectRecord_Process) ProtoReflect() protoreflect.Message

func (*ConnectRecord_Process) Reset

func (x *ConnectRecord_Process) Reset()

func (*ConnectRecord_Process) SizeVT

func (m *ConnectRecord_Process) SizeVT() (n int)

func (*ConnectRecord_Process) String

func (x *ConnectRecord_Process) String() string

func (*ConnectRecord_Process) UnmarshalVT

func (m *ConnectRecord_Process) UnmarshalVT(dAtA []byte) error

type ConnectRecord_State

type ConnectRecord_State int32
const (
	ConnectRecord_RESERVED    ConnectRecord_State = 0
	ConnectRecord_ESTABLISHED ConnectRecord_State = 1
	ConnectRecord_SYN_SENT    ConnectRecord_State = 2
	ConnectRecord_SYN_RECV    ConnectRecord_State = 3
	ConnectRecord_FIN_WAIT1   ConnectRecord_State = 4
	ConnectRecord_FIN_WAIT2   ConnectRecord_State = 5
	ConnectRecord_TIME_WAIT   ConnectRecord_State = 6
	ConnectRecord_CLOSE       ConnectRecord_State = 7
	ConnectRecord_CLOSEWAIT   ConnectRecord_State = 8
	ConnectRecord_LASTACK     ConnectRecord_State = 9
	ConnectRecord_LISTEN      ConnectRecord_State = 10
	ConnectRecord_CLOSING     ConnectRecord_State = 11
)

func (ConnectRecord_State) Descriptor

func (ConnectRecord_State) Enum

func (ConnectRecord_State) EnumDescriptor deprecated

func (ConnectRecord_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConnectRecord_State.Descriptor instead.

func (ConnectRecord_State) Number

func (ConnectRecord_State) String

func (x ConnectRecord_State) String() string

func (ConnectRecord_State) Type

type ConnectRecord_TimerActive

type ConnectRecord_TimerActive int32
const (
	ConnectRecord_OFF       ConnectRecord_TimerActive = 0
	ConnectRecord_ON        ConnectRecord_TimerActive = 1
	ConnectRecord_KEEPALIVE ConnectRecord_TimerActive = 2
	ConnectRecord_TIMEWAIT  ConnectRecord_TimerActive = 3
	ConnectRecord_PROBE     ConnectRecord_TimerActive = 4
)

func (ConnectRecord_TimerActive) Descriptor

func (ConnectRecord_TimerActive) Enum

func (ConnectRecord_TimerActive) EnumDescriptor deprecated

func (ConnectRecord_TimerActive) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConnectRecord_TimerActive.Descriptor instead.

func (ConnectRecord_TimerActive) Number

func (ConnectRecord_TimerActive) String

func (x ConnectRecord_TimerActive) String() string

func (ConnectRecord_TimerActive) Type

type Container

type Container struct {
	Metadata   *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Containers []*ContainerInfo `protobuf:"bytes,2,rep,name=containers,proto3" json:"containers,omitempty"`
	// contains filtered or unexported fields
}

The messages message containing the requested containers.

func (*Container) Descriptor deprecated

func (*Container) Descriptor() ([]byte, []int)

Deprecated: Use Container.ProtoReflect.Descriptor instead.

func (*Container) GetContainers

func (x *Container) GetContainers() []*ContainerInfo

func (*Container) GetMetadata

func (x *Container) GetMetadata() *common.Metadata

func (*Container) MarshalToSizedBufferVT

func (m *Container) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Container) MarshalToVT

func (m *Container) MarshalToVT(dAtA []byte) (int, error)

func (*Container) MarshalVT

func (m *Container) MarshalVT() (dAtA []byte, err error)

func (*Container) ProtoMessage

func (*Container) ProtoMessage()

func (*Container) ProtoReflect

func (x *Container) ProtoReflect() protoreflect.Message

func (*Container) Reset

func (x *Container) Reset()

func (*Container) SizeVT

func (m *Container) SizeVT() (n int)

func (*Container) String

func (x *Container) String() string

func (*Container) UnmarshalVT

func (m *Container) UnmarshalVT(dAtA []byte) error

type ContainerInfo

type ContainerInfo struct {
	Namespace        string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Id               string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Uid              string `protobuf:"bytes,10,opt,name=uid,proto3" json:"uid,omitempty"`
	InternalId       string `protobuf:"bytes,9,opt,name=internal_id,json=internalId,proto3" json:"internal_id,omitempty"`
	Image            string `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"`
	Pid              uint32 `protobuf:"varint,4,opt,name=pid,proto3" json:"pid,omitempty"`
	Status           string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	PodId            string `protobuf:"bytes,6,opt,name=pod_id,json=podId,proto3" json:"pod_id,omitempty"`
	Name             string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	NetworkNamespace string `protobuf:"bytes,8,opt,name=network_namespace,json=networkNamespace,proto3" json:"network_namespace,omitempty"`
	// contains filtered or unexported fields
}

The messages message containing the requested containers.

func (*ContainerInfo) Descriptor deprecated

func (*ContainerInfo) Descriptor() ([]byte, []int)

Deprecated: Use ContainerInfo.ProtoReflect.Descriptor instead.

func (*ContainerInfo) GetId

func (x *ContainerInfo) GetId() string

func (*ContainerInfo) GetImage

func (x *ContainerInfo) GetImage() string

func (*ContainerInfo) GetInternalId

func (x *ContainerInfo) GetInternalId() string

func (*ContainerInfo) GetName

func (x *ContainerInfo) GetName() string

func (*ContainerInfo) GetNamespace

func (x *ContainerInfo) GetNamespace() string

func (*ContainerInfo) GetNetworkNamespace

func (x *ContainerInfo) GetNetworkNamespace() string

func (*ContainerInfo) GetPid

func (x *ContainerInfo) GetPid() uint32

func (*ContainerInfo) GetPodId

func (x *ContainerInfo) GetPodId() string

func (*ContainerInfo) GetStatus

func (x *ContainerInfo) GetStatus() string

func (*ContainerInfo) GetUid

func (x *ContainerInfo) GetUid() string

func (*ContainerInfo) MarshalToSizedBufferVT

func (m *ContainerInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ContainerInfo) MarshalToVT

func (m *ContainerInfo) MarshalToVT(dAtA []byte) (int, error)

func (*ContainerInfo) MarshalVT

func (m *ContainerInfo) MarshalVT() (dAtA []byte, err error)

func (*ContainerInfo) ProtoMessage

func (*ContainerInfo) ProtoMessage()

func (*ContainerInfo) ProtoReflect

func (x *ContainerInfo) ProtoReflect() protoreflect.Message

func (*ContainerInfo) Reset

func (x *ContainerInfo) Reset()

func (*ContainerInfo) SizeVT

func (m *ContainerInfo) SizeVT() (n int)

func (*ContainerInfo) String

func (x *ContainerInfo) String() string

func (*ContainerInfo) UnmarshalVT

func (m *ContainerInfo) UnmarshalVT(dAtA []byte) error

type ContainersRequest

type ContainersRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Driver selects the runtime backend.
	Driver common.ContainerDriver `protobuf:"varint,2,opt,name=driver,proto3,enum=common.ContainerDriver" json:"driver,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainersRequest) Descriptor deprecated

func (*ContainersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ContainersRequest.ProtoReflect.Descriptor instead.

func (*ContainersRequest) GetDriver

func (x *ContainersRequest) GetDriver() common.ContainerDriver

func (*ContainersRequest) GetNamespace

func (x *ContainersRequest) GetNamespace() string

func (*ContainersRequest) MarshalToSizedBufferVT

func (m *ContainersRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ContainersRequest) MarshalToVT

func (m *ContainersRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ContainersRequest) MarshalVT

func (m *ContainersRequest) MarshalVT() (dAtA []byte, err error)

func (*ContainersRequest) ProtoMessage

func (*ContainersRequest) ProtoMessage()

func (*ContainersRequest) ProtoReflect

func (x *ContainersRequest) ProtoReflect() protoreflect.Message

func (*ContainersRequest) Reset

func (x *ContainersRequest) Reset()

func (*ContainersRequest) SizeVT

func (m *ContainersRequest) SizeVT() (n int)

func (*ContainersRequest) String

func (x *ContainersRequest) String() string

func (*ContainersRequest) UnmarshalVT

func (m *ContainersRequest) UnmarshalVT(dAtA []byte) error

type ContainersResponse

type ContainersResponse struct {
	Messages []*Container `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainersResponse) Descriptor deprecated

func (*ContainersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ContainersResponse.ProtoReflect.Descriptor instead.

func (*ContainersResponse) GetMessages

func (x *ContainersResponse) GetMessages() []*Container

func (*ContainersResponse) MarshalToSizedBufferVT

func (m *ContainersResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ContainersResponse) MarshalToVT

func (m *ContainersResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ContainersResponse) MarshalVT

func (m *ContainersResponse) MarshalVT() (dAtA []byte, err error)

func (*ContainersResponse) ProtoMessage

func (*ContainersResponse) ProtoMessage()

func (*ContainersResponse) ProtoReflect

func (x *ContainersResponse) ProtoReflect() protoreflect.Message

func (*ContainersResponse) Reset

func (x *ContainersResponse) Reset()

func (*ContainersResponse) SizeVT

func (m *ContainersResponse) SizeVT() (n int)

func (*ContainersResponse) String

func (x *ContainersResponse) String() string

func (*ContainersResponse) UnmarshalVT

func (m *ContainersResponse) UnmarshalVT(dAtA []byte) error

type CopyRequest

type CopyRequest struct {

	// Root path to start copying data out, it might be either a file or directory
	RootPath string `protobuf:"bytes,1,opt,name=root_path,json=rootPath,proto3" json:"root_path,omitempty"`
	// contains filtered or unexported fields
}

CopyRequest describes a request to copy data out of a Chubo OS node.

Copy produces .tar.gz archive which is streamed back to the caller

func (*CopyRequest) Descriptor deprecated

func (*CopyRequest) Descriptor() ([]byte, []int)

Deprecated: Use CopyRequest.ProtoReflect.Descriptor instead.

func (*CopyRequest) GetRootPath

func (x *CopyRequest) GetRootPath() string

func (*CopyRequest) MarshalToSizedBufferVT

func (m *CopyRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CopyRequest) MarshalToVT

func (m *CopyRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CopyRequest) MarshalVT

func (m *CopyRequest) MarshalVT() (dAtA []byte, err error)

func (*CopyRequest) ProtoMessage

func (*CopyRequest) ProtoMessage()

func (*CopyRequest) ProtoReflect

func (x *CopyRequest) ProtoReflect() protoreflect.Message

func (*CopyRequest) Reset

func (x *CopyRequest) Reset()

func (*CopyRequest) SizeVT

func (m *CopyRequest) SizeVT() (n int)

func (*CopyRequest) String

func (x *CopyRequest) String() string

func (*CopyRequest) UnmarshalVT

func (m *CopyRequest) UnmarshalVT(dAtA []byte) error

type DebugContainerRunRequest

type DebugContainerRunRequest struct {

	// Types that are valid to be assigned to Request:
	//
	//	*DebugContainerRunRequest_Spec
	//	*DebugContainerRunRequest_StdinData
	//	*DebugContainerRunRequest_Signal
	//	*DebugContainerRunRequest_TermResize
	Request isDebugContainerRunRequest_Request `protobuf_oneof:"request"`
	// contains filtered or unexported fields
}

func (*DebugContainerRunRequest) Descriptor deprecated

func (*DebugContainerRunRequest) Descriptor() ([]byte, []int)

Deprecated: Use DebugContainerRunRequest.ProtoReflect.Descriptor instead.

func (*DebugContainerRunRequest) GetRequest

func (x *DebugContainerRunRequest) GetRequest() isDebugContainerRunRequest_Request

func (*DebugContainerRunRequest) GetSignal

func (x *DebugContainerRunRequest) GetSignal() int32

func (*DebugContainerRunRequest) GetSpec

func (*DebugContainerRunRequest) GetStdinData

func (x *DebugContainerRunRequest) GetStdinData() []byte

func (*DebugContainerRunRequest) GetTermResize

func (*DebugContainerRunRequest) MarshalToSizedBufferVT

func (m *DebugContainerRunRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DebugContainerRunRequest) MarshalToVT

func (m *DebugContainerRunRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DebugContainerRunRequest) MarshalVT

func (m *DebugContainerRunRequest) MarshalVT() (dAtA []byte, err error)

func (*DebugContainerRunRequest) ProtoMessage

func (*DebugContainerRunRequest) ProtoMessage()

func (*DebugContainerRunRequest) ProtoReflect

func (x *DebugContainerRunRequest) ProtoReflect() protoreflect.Message

func (*DebugContainerRunRequest) Reset

func (x *DebugContainerRunRequest) Reset()

func (*DebugContainerRunRequest) SizeVT

func (m *DebugContainerRunRequest) SizeVT() (n int)

func (*DebugContainerRunRequest) String

func (x *DebugContainerRunRequest) String() string

func (*DebugContainerRunRequest) UnmarshalVT

func (m *DebugContainerRunRequest) UnmarshalVT(dAtA []byte) error

type DebugContainerRunRequestSpec

type DebugContainerRunRequestSpec struct {
	Containerd *common.ContainerdInstance           `protobuf:"bytes,1,opt,name=containerd,proto3" json:"containerd,omitempty"`
	ImageName  string                               `protobuf:"bytes,2,opt,name=image_name,json=imageName,proto3" json:"image_name,omitempty"`
	Args       []string                             `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
	Env        map[string]string                    `` /* 133-byte string literal not displayed */
	Profile    DebugContainerRunRequestSpec_Profile `protobuf:"varint,5,opt,name=profile,proto3,enum=machine.DebugContainerRunRequestSpec_Profile" json:"profile,omitempty"`
	Tty        bool                                 `protobuf:"varint,6,opt,name=tty,proto3" json:"tty,omitempty"`
	// contains filtered or unexported fields
}

func (*DebugContainerRunRequestSpec) Descriptor deprecated

func (*DebugContainerRunRequestSpec) Descriptor() ([]byte, []int)

Deprecated: Use DebugContainerRunRequestSpec.ProtoReflect.Descriptor instead.

func (*DebugContainerRunRequestSpec) GetArgs

func (x *DebugContainerRunRequestSpec) GetArgs() []string

func (*DebugContainerRunRequestSpec) GetContainerd

func (*DebugContainerRunRequestSpec) GetEnv

func (x *DebugContainerRunRequestSpec) GetEnv() map[string]string

func (*DebugContainerRunRequestSpec) GetImageName

func (x *DebugContainerRunRequestSpec) GetImageName() string

func (*DebugContainerRunRequestSpec) GetProfile

func (*DebugContainerRunRequestSpec) GetTty

func (x *DebugContainerRunRequestSpec) GetTty() bool

func (*DebugContainerRunRequestSpec) MarshalToSizedBufferVT

func (m *DebugContainerRunRequestSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DebugContainerRunRequestSpec) MarshalToVT

func (m *DebugContainerRunRequestSpec) MarshalToVT(dAtA []byte) (int, error)

func (*DebugContainerRunRequestSpec) MarshalVT

func (m *DebugContainerRunRequestSpec) MarshalVT() (dAtA []byte, err error)

func (*DebugContainerRunRequestSpec) ProtoMessage

func (*DebugContainerRunRequestSpec) ProtoMessage()

func (*DebugContainerRunRequestSpec) ProtoReflect

func (*DebugContainerRunRequestSpec) Reset

func (x *DebugContainerRunRequestSpec) Reset()

func (*DebugContainerRunRequestSpec) SizeVT

func (m *DebugContainerRunRequestSpec) SizeVT() (n int)

func (*DebugContainerRunRequestSpec) String

func (*DebugContainerRunRequestSpec) UnmarshalVT

func (m *DebugContainerRunRequestSpec) UnmarshalVT(dAtA []byte) error

type DebugContainerRunRequestSpec_Profile

type DebugContainerRunRequestSpec_Profile int32
const (
	DebugContainerRunRequestSpec_PROFILE_UNSPECIFIED DebugContainerRunRequestSpec_Profile = 0
	DebugContainerRunRequestSpec_PROFILE_PRIVILEGED  DebugContainerRunRequestSpec_Profile = 1
)

func (DebugContainerRunRequestSpec_Profile) Descriptor

func (DebugContainerRunRequestSpec_Profile) Enum

func (DebugContainerRunRequestSpec_Profile) EnumDescriptor deprecated

func (DebugContainerRunRequestSpec_Profile) EnumDescriptor() ([]byte, []int)

Deprecated: Use DebugContainerRunRequestSpec_Profile.Descriptor instead.

func (DebugContainerRunRequestSpec_Profile) Number

func (DebugContainerRunRequestSpec_Profile) String

func (DebugContainerRunRequestSpec_Profile) Type

type DebugContainerRunRequest_Signal

type DebugContainerRunRequest_Signal struct {
	Signal int32 `protobuf:"varint,3,opt,name=signal,proto3,oneof"`
}

func (*DebugContainerRunRequest_Signal) MarshalToSizedBufferVT

func (m *DebugContainerRunRequest_Signal) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DebugContainerRunRequest_Signal) MarshalToVT

func (m *DebugContainerRunRequest_Signal) MarshalToVT(dAtA []byte) (int, error)

func (*DebugContainerRunRequest_Signal) SizeVT

func (m *DebugContainerRunRequest_Signal) SizeVT() (n int)

type DebugContainerRunRequest_Spec

type DebugContainerRunRequest_Spec struct {
	// 1. send the container spec
	Spec *DebugContainerRunRequestSpec `protobuf:"bytes,1,opt,name=spec,proto3,oneof"`
}

func (*DebugContainerRunRequest_Spec) MarshalToSizedBufferVT

func (m *DebugContainerRunRequest_Spec) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DebugContainerRunRequest_Spec) MarshalToVT

func (m *DebugContainerRunRequest_Spec) MarshalToVT(dAtA []byte) (int, error)

func (*DebugContainerRunRequest_Spec) SizeVT

func (m *DebugContainerRunRequest_Spec) SizeVT() (n int)

type DebugContainerRunRequest_StdinData

type DebugContainerRunRequest_StdinData struct {
	// 2. send either of the three below to interact with the running container
	StdinData []byte `protobuf:"bytes,2,opt,name=stdin_data,json=stdinData,proto3,oneof"`
}

func (*DebugContainerRunRequest_StdinData) MarshalToSizedBufferVT

func (m *DebugContainerRunRequest_StdinData) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DebugContainerRunRequest_StdinData) MarshalToVT

func (m *DebugContainerRunRequest_StdinData) MarshalToVT(dAtA []byte) (int, error)

func (*DebugContainerRunRequest_StdinData) SizeVT

func (m *DebugContainerRunRequest_StdinData) SizeVT() (n int)

type DebugContainerRunRequest_TermResize

type DebugContainerRunRequest_TermResize struct {
	TermResize *DebugContainerTerminalResize `protobuf:"bytes,4,opt,name=term_resize,json=termResize,proto3,oneof"`
}

func (*DebugContainerRunRequest_TermResize) MarshalToSizedBufferVT

func (m *DebugContainerRunRequest_TermResize) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DebugContainerRunRequest_TermResize) MarshalToVT

func (m *DebugContainerRunRequest_TermResize) MarshalToVT(dAtA []byte) (int, error)

func (*DebugContainerRunRequest_TermResize) SizeVT

func (m *DebugContainerRunRequest_TermResize) SizeVT() (n int)

type DebugContainerRunResponse

type DebugContainerRunResponse struct {

	// Types that are valid to be assigned to Resp:
	//
	//	*DebugContainerRunResponse_StdoutData
	//	*DebugContainerRunResponse_ExitCode
	Resp isDebugContainerRunResponse_Resp `protobuf_oneof:"resp"`
	// contains filtered or unexported fields
}

func (*DebugContainerRunResponse) Descriptor deprecated

func (*DebugContainerRunResponse) Descriptor() ([]byte, []int)

Deprecated: Use DebugContainerRunResponse.ProtoReflect.Descriptor instead.

func (*DebugContainerRunResponse) GetExitCode

func (x *DebugContainerRunResponse) GetExitCode() int32

func (*DebugContainerRunResponse) GetResp

func (x *DebugContainerRunResponse) GetResp() isDebugContainerRunResponse_Resp

func (*DebugContainerRunResponse) GetStdoutData

func (x *DebugContainerRunResponse) GetStdoutData() []byte

func (*DebugContainerRunResponse) MarshalToSizedBufferVT

func (m *DebugContainerRunResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DebugContainerRunResponse) MarshalToVT

func (m *DebugContainerRunResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DebugContainerRunResponse) MarshalVT

func (m *DebugContainerRunResponse) MarshalVT() (dAtA []byte, err error)

func (*DebugContainerRunResponse) ProtoMessage

func (*DebugContainerRunResponse) ProtoMessage()

func (*DebugContainerRunResponse) ProtoReflect

func (*DebugContainerRunResponse) Reset

func (x *DebugContainerRunResponse) Reset()

func (*DebugContainerRunResponse) SizeVT

func (m *DebugContainerRunResponse) SizeVT() (n int)

func (*DebugContainerRunResponse) String

func (x *DebugContainerRunResponse) String() string

func (*DebugContainerRunResponse) UnmarshalVT

func (m *DebugContainerRunResponse) UnmarshalVT(dAtA []byte) error

type DebugContainerRunResponse_ExitCode

type DebugContainerRunResponse_ExitCode struct {
	ExitCode int32 `protobuf:"varint,3,opt,name=exit_code,json=exitCode,proto3,oneof"`
}

func (*DebugContainerRunResponse_ExitCode) MarshalToSizedBufferVT

func (m *DebugContainerRunResponse_ExitCode) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DebugContainerRunResponse_ExitCode) MarshalToVT

func (m *DebugContainerRunResponse_ExitCode) MarshalToVT(dAtA []byte) (int, error)

func (*DebugContainerRunResponse_ExitCode) SizeVT

func (m *DebugContainerRunResponse_ExitCode) SizeVT() (n int)

type DebugContainerRunResponse_StdoutData

type DebugContainerRunResponse_StdoutData struct {
	StdoutData []byte `protobuf:"bytes,2,opt,name=stdout_data,json=stdoutData,proto3,oneof"`
}

func (*DebugContainerRunResponse_StdoutData) MarshalToSizedBufferVT

func (m *DebugContainerRunResponse_StdoutData) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DebugContainerRunResponse_StdoutData) MarshalToVT

func (m *DebugContainerRunResponse_StdoutData) MarshalToVT(dAtA []byte) (int, error)

func (*DebugContainerRunResponse_StdoutData) SizeVT

func (m *DebugContainerRunResponse_StdoutData) SizeVT() (n int)

type DebugContainerTerminalResize

type DebugContainerTerminalResize struct {
	Width  int32 `protobuf:"varint,1,opt,name=width,proto3" json:"width,omitempty"`
	Height int32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*DebugContainerTerminalResize) Descriptor deprecated

func (*DebugContainerTerminalResize) Descriptor() ([]byte, []int)

Deprecated: Use DebugContainerTerminalResize.ProtoReflect.Descriptor instead.

func (*DebugContainerTerminalResize) GetHeight

func (x *DebugContainerTerminalResize) GetHeight() int32

func (*DebugContainerTerminalResize) GetWidth

func (x *DebugContainerTerminalResize) GetWidth() int32

func (*DebugContainerTerminalResize) MarshalToSizedBufferVT

func (m *DebugContainerTerminalResize) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DebugContainerTerminalResize) MarshalToVT

func (m *DebugContainerTerminalResize) MarshalToVT(dAtA []byte) (int, error)

func (*DebugContainerTerminalResize) MarshalVT

func (m *DebugContainerTerminalResize) MarshalVT() (dAtA []byte, err error)

func (*DebugContainerTerminalResize) ProtoMessage

func (*DebugContainerTerminalResize) ProtoMessage()

func (*DebugContainerTerminalResize) ProtoReflect

func (*DebugContainerTerminalResize) Reset

func (x *DebugContainerTerminalResize) Reset()

func (*DebugContainerTerminalResize) SizeVT

func (m *DebugContainerTerminalResize) SizeVT() (n int)

func (*DebugContainerTerminalResize) String

func (*DebugContainerTerminalResize) UnmarshalVT

func (m *DebugContainerTerminalResize) UnmarshalVT(dAtA []byte) error

type DebugServiceClient

type DebugServiceClient interface {
	// ContainerRun runs a debug container, attaches to it, and streams I/O.
	ContainerRun(ctx context.Context, opts ...grpc.CallOption) (grpc.BidiStreamingClient[DebugContainerRunRequest, DebugContainerRunResponse], error)
}

DebugServiceClient is the client API for DebugService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

DebugService provides debugging and inspection capabilities for a Chubo OS node.

type DebugServiceServer

type DebugServiceServer interface {
	// ContainerRun runs a debug container, attaches to it, and streams I/O.
	ContainerRun(grpc.BidiStreamingServer[DebugContainerRunRequest, DebugContainerRunResponse]) error
	// contains filtered or unexported methods
}

DebugServiceServer is the server API for DebugService service. All implementations must embed UnimplementedDebugServiceServer for forward compatibility.

DebugService provides debugging and inspection capabilities for a Chubo OS node.

type DebugService_ContainerRunClient

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type DebugService_ContainerRunServer

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type DiskStat

type DiskStat struct {
	Name             string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ReadCompleted    uint64 `protobuf:"varint,2,opt,name=read_completed,json=readCompleted,proto3" json:"read_completed,omitempty"`
	ReadMerged       uint64 `protobuf:"varint,3,opt,name=read_merged,json=readMerged,proto3" json:"read_merged,omitempty"`
	ReadSectors      uint64 `protobuf:"varint,4,opt,name=read_sectors,json=readSectors,proto3" json:"read_sectors,omitempty"`
	ReadTimeMs       uint64 `protobuf:"varint,5,opt,name=read_time_ms,json=readTimeMs,proto3" json:"read_time_ms,omitempty"`
	WriteCompleted   uint64 `protobuf:"varint,6,opt,name=write_completed,json=writeCompleted,proto3" json:"write_completed,omitempty"`
	WriteMerged      uint64 `protobuf:"varint,7,opt,name=write_merged,json=writeMerged,proto3" json:"write_merged,omitempty"`
	WriteSectors     uint64 `protobuf:"varint,8,opt,name=write_sectors,json=writeSectors,proto3" json:"write_sectors,omitempty"`
	WriteTimeMs      uint64 `protobuf:"varint,9,opt,name=write_time_ms,json=writeTimeMs,proto3" json:"write_time_ms,omitempty"`
	IoInProgress     uint64 `protobuf:"varint,10,opt,name=io_in_progress,json=ioInProgress,proto3" json:"io_in_progress,omitempty"`
	IoTimeMs         uint64 `protobuf:"varint,11,opt,name=io_time_ms,json=ioTimeMs,proto3" json:"io_time_ms,omitempty"`
	IoTimeWeightedMs uint64 `protobuf:"varint,12,opt,name=io_time_weighted_ms,json=ioTimeWeightedMs,proto3" json:"io_time_weighted_ms,omitempty"`
	DiscardCompleted uint64 `protobuf:"varint,13,opt,name=discard_completed,json=discardCompleted,proto3" json:"discard_completed,omitempty"`
	DiscardMerged    uint64 `protobuf:"varint,14,opt,name=discard_merged,json=discardMerged,proto3" json:"discard_merged,omitempty"`
	DiscardSectors   uint64 `protobuf:"varint,15,opt,name=discard_sectors,json=discardSectors,proto3" json:"discard_sectors,omitempty"`
	DiscardTimeMs    uint64 `protobuf:"varint,16,opt,name=discard_time_ms,json=discardTimeMs,proto3" json:"discard_time_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*DiskStat) Descriptor deprecated

func (*DiskStat) Descriptor() ([]byte, []int)

Deprecated: Use DiskStat.ProtoReflect.Descriptor instead.

func (*DiskStat) GetDiscardCompleted

func (x *DiskStat) GetDiscardCompleted() uint64

func (*DiskStat) GetDiscardMerged

func (x *DiskStat) GetDiscardMerged() uint64

func (*DiskStat) GetDiscardSectors

func (x *DiskStat) GetDiscardSectors() uint64

func (*DiskStat) GetDiscardTimeMs

func (x *DiskStat) GetDiscardTimeMs() uint64

func (*DiskStat) GetIoInProgress

func (x *DiskStat) GetIoInProgress() uint64

func (*DiskStat) GetIoTimeMs

func (x *DiskStat) GetIoTimeMs() uint64

func (*DiskStat) GetIoTimeWeightedMs

func (x *DiskStat) GetIoTimeWeightedMs() uint64

func (*DiskStat) GetName

func (x *DiskStat) GetName() string

func (*DiskStat) GetReadCompleted

func (x *DiskStat) GetReadCompleted() uint64

func (*DiskStat) GetReadMerged

func (x *DiskStat) GetReadMerged() uint64

func (*DiskStat) GetReadSectors

func (x *DiskStat) GetReadSectors() uint64

func (*DiskStat) GetReadTimeMs

func (x *DiskStat) GetReadTimeMs() uint64

func (*DiskStat) GetWriteCompleted

func (x *DiskStat) GetWriteCompleted() uint64

func (*DiskStat) GetWriteMerged

func (x *DiskStat) GetWriteMerged() uint64

func (*DiskStat) GetWriteSectors

func (x *DiskStat) GetWriteSectors() uint64

func (*DiskStat) GetWriteTimeMs

func (x *DiskStat) GetWriteTimeMs() uint64

func (*DiskStat) MarshalToSizedBufferVT

func (m *DiskStat) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DiskStat) MarshalToVT

func (m *DiskStat) MarshalToVT(dAtA []byte) (int, error)

func (*DiskStat) MarshalVT

func (m *DiskStat) MarshalVT() (dAtA []byte, err error)

func (*DiskStat) ProtoMessage

func (*DiskStat) ProtoMessage()

func (*DiskStat) ProtoReflect

func (x *DiskStat) ProtoReflect() protoreflect.Message

func (*DiskStat) Reset

func (x *DiskStat) Reset()

func (*DiskStat) SizeVT

func (m *DiskStat) SizeVT() (n int)

func (*DiskStat) String

func (x *DiskStat) String() string

func (*DiskStat) UnmarshalVT

func (m *DiskStat) UnmarshalVT(dAtA []byte) error

type DiskStats

type DiskStats struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Total    *DiskStat        `protobuf:"bytes,2,opt,name=total,proto3" json:"total,omitempty"`
	Devices  []*DiskStat      `protobuf:"bytes,3,rep,name=devices,proto3" json:"devices,omitempty"`
	// contains filtered or unexported fields
}

func (*DiskStats) Descriptor deprecated

func (*DiskStats) Descriptor() ([]byte, []int)

Deprecated: Use DiskStats.ProtoReflect.Descriptor instead.

func (*DiskStats) GetDevices

func (x *DiskStats) GetDevices() []*DiskStat

func (*DiskStats) GetMetadata

func (x *DiskStats) GetMetadata() *common.Metadata

func (*DiskStats) GetTotal

func (x *DiskStats) GetTotal() *DiskStat

func (*DiskStats) MarshalToSizedBufferVT

func (m *DiskStats) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DiskStats) MarshalToVT

func (m *DiskStats) MarshalToVT(dAtA []byte) (int, error)

func (*DiskStats) MarshalVT

func (m *DiskStats) MarshalVT() (dAtA []byte, err error)

func (*DiskStats) ProtoMessage

func (*DiskStats) ProtoMessage()

func (*DiskStats) ProtoReflect

func (x *DiskStats) ProtoReflect() protoreflect.Message

func (*DiskStats) Reset

func (x *DiskStats) Reset()

func (*DiskStats) SizeVT

func (m *DiskStats) SizeVT() (n int)

func (*DiskStats) String

func (x *DiskStats) String() string

func (*DiskStats) UnmarshalVT

func (m *DiskStats) UnmarshalVT(dAtA []byte) error

type DiskStatsResponse

type DiskStatsResponse struct {
	Messages []*DiskStats `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*DiskStatsResponse) Descriptor deprecated

func (*DiskStatsResponse) Descriptor() ([]byte, []int)

Deprecated: Use DiskStatsResponse.ProtoReflect.Descriptor instead.

func (*DiskStatsResponse) GetMessages

func (x *DiskStatsResponse) GetMessages() []*DiskStats

func (*DiskStatsResponse) MarshalToSizedBufferVT

func (m *DiskStatsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DiskStatsResponse) MarshalToVT

func (m *DiskStatsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DiskStatsResponse) MarshalVT

func (m *DiskStatsResponse) MarshalVT() (dAtA []byte, err error)

func (*DiskStatsResponse) ProtoMessage

func (*DiskStatsResponse) ProtoMessage()

func (*DiskStatsResponse) ProtoReflect

func (x *DiskStatsResponse) ProtoReflect() protoreflect.Message

func (*DiskStatsResponse) Reset

func (x *DiskStatsResponse) Reset()

func (*DiskStatsResponse) SizeVT

func (m *DiskStatsResponse) SizeVT() (n int)

func (*DiskStatsResponse) String

func (x *DiskStatsResponse) String() string

func (*DiskStatsResponse) UnmarshalVT

func (m *DiskStatsResponse) UnmarshalVT(dAtA []byte) error

type DiskUsageInfo

type DiskUsageInfo struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Name is the name (including prefixed path) of the file or directory
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Size indicates the number of bytes contained within the file
	Size int64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	// Error describes any error encountered while trying to read the file
	// information.
	Error string `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	// RelativeName is the name of the file or directory relative to the RootPath
	RelativeName string `protobuf:"bytes,5,opt,name=relative_name,json=relativeName,proto3" json:"relative_name,omitempty"`
	// contains filtered or unexported fields
}

DiskUsageInfo describes a file or directory's information for du command

func (*DiskUsageInfo) Descriptor deprecated

func (*DiskUsageInfo) Descriptor() ([]byte, []int)

Deprecated: Use DiskUsageInfo.ProtoReflect.Descriptor instead.

func (*DiskUsageInfo) GetError

func (x *DiskUsageInfo) GetError() string

func (*DiskUsageInfo) GetMetadata

func (x *DiskUsageInfo) GetMetadata() *common.Metadata

func (*DiskUsageInfo) GetName

func (x *DiskUsageInfo) GetName() string

func (*DiskUsageInfo) GetRelativeName

func (x *DiskUsageInfo) GetRelativeName() string

func (*DiskUsageInfo) GetSize

func (x *DiskUsageInfo) GetSize() int64

func (*DiskUsageInfo) MarshalToSizedBufferVT

func (m *DiskUsageInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DiskUsageInfo) MarshalToVT

func (m *DiskUsageInfo) MarshalToVT(dAtA []byte) (int, error)

func (*DiskUsageInfo) MarshalVT

func (m *DiskUsageInfo) MarshalVT() (dAtA []byte, err error)

func (*DiskUsageInfo) ProtoMessage

func (*DiskUsageInfo) ProtoMessage()

func (*DiskUsageInfo) ProtoReflect

func (x *DiskUsageInfo) ProtoReflect() protoreflect.Message

func (*DiskUsageInfo) Reset

func (x *DiskUsageInfo) Reset()

func (*DiskUsageInfo) SizeVT

func (m *DiskUsageInfo) SizeVT() (n int)

func (*DiskUsageInfo) String

func (x *DiskUsageInfo) String() string

func (*DiskUsageInfo) UnmarshalVT

func (m *DiskUsageInfo) UnmarshalVT(dAtA []byte) error

type DiskUsageRequest

type DiskUsageRequest struct {

	// RecursionDepth indicates how many levels of subdirectories should be
	// recursed. The default (0) indicates that no limit should be enforced.
	RecursionDepth int32 `protobuf:"varint,1,opt,name=recursion_depth,json=recursionDepth,proto3" json:"recursion_depth,omitempty"`
	// All write sizes for all files, not just directories.
	All bool `protobuf:"varint,2,opt,name=all,proto3" json:"all,omitempty"`
	// Threshold exclude entries smaller than SIZE if positive,
	// or entries greater than SIZE if negative.
	Threshold int64 `protobuf:"varint,3,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// DiskUsagePaths is the list of directories to calculate disk usage for.
	Paths []string `protobuf:"bytes,4,rep,name=paths,proto3" json:"paths,omitempty"`
	// contains filtered or unexported fields
}

DiskUsageRequest describes a request to list disk usage of directories and regular files

func (*DiskUsageRequest) Descriptor deprecated

func (*DiskUsageRequest) Descriptor() ([]byte, []int)

Deprecated: Use DiskUsageRequest.ProtoReflect.Descriptor instead.

func (*DiskUsageRequest) GetAll

func (x *DiskUsageRequest) GetAll() bool

func (*DiskUsageRequest) GetPaths

func (x *DiskUsageRequest) GetPaths() []string

func (*DiskUsageRequest) GetRecursionDepth

func (x *DiskUsageRequest) GetRecursionDepth() int32

func (*DiskUsageRequest) GetThreshold

func (x *DiskUsageRequest) GetThreshold() int64

func (*DiskUsageRequest) MarshalToSizedBufferVT

func (m *DiskUsageRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DiskUsageRequest) MarshalToVT

func (m *DiskUsageRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DiskUsageRequest) MarshalVT

func (m *DiskUsageRequest) MarshalVT() (dAtA []byte, err error)

func (*DiskUsageRequest) ProtoMessage

func (*DiskUsageRequest) ProtoMessage()

func (*DiskUsageRequest) ProtoReflect

func (x *DiskUsageRequest) ProtoReflect() protoreflect.Message

func (*DiskUsageRequest) Reset

func (x *DiskUsageRequest) Reset()

func (*DiskUsageRequest) SizeVT

func (m *DiskUsageRequest) SizeVT() (n int)

func (*DiskUsageRequest) String

func (x *DiskUsageRequest) String() string

func (*DiskUsageRequest) UnmarshalVT

func (m *DiskUsageRequest) UnmarshalVT(dAtA []byte) error

type DmesgRequest

type DmesgRequest struct {
	Follow bool `protobuf:"varint,1,opt,name=follow,proto3" json:"follow,omitempty"`
	Tail   bool `protobuf:"varint,2,opt,name=tail,proto3" json:"tail,omitempty"`
	// contains filtered or unexported fields
}

dmesg

func (*DmesgRequest) Descriptor deprecated

func (*DmesgRequest) Descriptor() ([]byte, []int)

Deprecated: Use DmesgRequest.ProtoReflect.Descriptor instead.

func (*DmesgRequest) GetFollow

func (x *DmesgRequest) GetFollow() bool

func (*DmesgRequest) GetTail

func (x *DmesgRequest) GetTail() bool

func (*DmesgRequest) MarshalToSizedBufferVT

func (m *DmesgRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DmesgRequest) MarshalToVT

func (m *DmesgRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DmesgRequest) MarshalVT

func (m *DmesgRequest) MarshalVT() (dAtA []byte, err error)

func (*DmesgRequest) ProtoMessage

func (*DmesgRequest) ProtoMessage()

func (*DmesgRequest) ProtoReflect

func (x *DmesgRequest) ProtoReflect() protoreflect.Message

func (*DmesgRequest) Reset

func (x *DmesgRequest) Reset()

func (*DmesgRequest) SizeVT

func (m *DmesgRequest) SizeVT() (n int)

func (*DmesgRequest) String

func (x *DmesgRequest) String() string

func (*DmesgRequest) UnmarshalVT

func (m *DmesgRequest) UnmarshalVT(dAtA []byte) error

type Event

type Event struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Data     *anypb.Any       `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Id       string           `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	ActorId  string           `protobuf:"bytes,4,opt,name=actor_id,json=actorId,proto3" json:"actor_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated

func (*Event) Descriptor() ([]byte, []int)

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetActorId

func (x *Event) GetActorId() string

func (*Event) GetData

func (x *Event) GetData() *anypb.Any

func (*Event) GetId

func (x *Event) GetId() string

func (*Event) GetMetadata

func (x *Event) GetMetadata() *common.Metadata

func (*Event) MarshalToSizedBufferVT

func (m *Event) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Event) MarshalToVT

func (m *Event) MarshalToVT(dAtA []byte) (int, error)

func (*Event) MarshalVT

func (m *Event) MarshalVT() (dAtA []byte, err error)

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

func (x *Event) ProtoReflect() protoreflect.Message

func (*Event) Reset

func (x *Event) Reset()

func (*Event) SizeVT

func (m *Event) SizeVT() (n int)

func (*Event) String

func (x *Event) String() string

func (*Event) UnmarshalVT

func (m *Event) UnmarshalVT(dAtA []byte) error

type EventsRequest

type EventsRequest struct {
	TailEvents  int32  `protobuf:"varint,1,opt,name=tail_events,json=tailEvents,proto3" json:"tail_events,omitempty"`
	TailId      string `protobuf:"bytes,2,opt,name=tail_id,json=tailId,proto3" json:"tail_id,omitempty"`
	TailSeconds int32  `protobuf:"varint,3,opt,name=tail_seconds,json=tailSeconds,proto3" json:"tail_seconds,omitempty"`
	WithActorId string `protobuf:"bytes,4,opt,name=with_actor_id,json=withActorId,proto3" json:"with_actor_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EventsRequest) Descriptor deprecated

func (*EventsRequest) Descriptor() ([]byte, []int)

Deprecated: Use EventsRequest.ProtoReflect.Descriptor instead.

func (*EventsRequest) GetTailEvents

func (x *EventsRequest) GetTailEvents() int32

func (*EventsRequest) GetTailId

func (x *EventsRequest) GetTailId() string

func (*EventsRequest) GetTailSeconds

func (x *EventsRequest) GetTailSeconds() int32

func (*EventsRequest) GetWithActorId

func (x *EventsRequest) GetWithActorId() string

func (*EventsRequest) MarshalToSizedBufferVT

func (m *EventsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventsRequest) MarshalToVT

func (m *EventsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*EventsRequest) MarshalVT

func (m *EventsRequest) MarshalVT() (dAtA []byte, err error)

func (*EventsRequest) ProtoMessage

func (*EventsRequest) ProtoMessage()

func (*EventsRequest) ProtoReflect

func (x *EventsRequest) ProtoReflect() protoreflect.Message

func (*EventsRequest) Reset

func (x *EventsRequest) Reset()

func (*EventsRequest) SizeVT

func (m *EventsRequest) SizeVT() (n int)

func (*EventsRequest) String

func (x *EventsRequest) String() string

func (*EventsRequest) UnmarshalVT

func (m *EventsRequest) UnmarshalVT(dAtA []byte) error

type FeaturesInfo

type FeaturesInfo struct {

	// RBAC is true if role-based access control is enabled.
	Rbac bool `protobuf:"varint,1,opt,name=rbac,proto3" json:"rbac,omitempty"`
	// contains filtered or unexported fields
}

FeaturesInfo describes individual OS features that can be switched on or off.

func (*FeaturesInfo) Descriptor deprecated

func (*FeaturesInfo) Descriptor() ([]byte, []int)

Deprecated: Use FeaturesInfo.ProtoReflect.Descriptor instead.

func (*FeaturesInfo) GetRbac

func (x *FeaturesInfo) GetRbac() bool

func (*FeaturesInfo) MarshalToSizedBufferVT

func (m *FeaturesInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FeaturesInfo) MarshalToVT

func (m *FeaturesInfo) MarshalToVT(dAtA []byte) (int, error)

func (*FeaturesInfo) MarshalVT

func (m *FeaturesInfo) MarshalVT() (dAtA []byte, err error)

func (*FeaturesInfo) ProtoMessage

func (*FeaturesInfo) ProtoMessage()

func (*FeaturesInfo) ProtoReflect

func (x *FeaturesInfo) ProtoReflect() protoreflect.Message

func (*FeaturesInfo) Reset

func (x *FeaturesInfo) Reset()

func (*FeaturesInfo) SizeVT

func (m *FeaturesInfo) SizeVT() (n int)

func (*FeaturesInfo) String

func (x *FeaturesInfo) String() string

func (*FeaturesInfo) UnmarshalVT

func (m *FeaturesInfo) UnmarshalVT(dAtA []byte) error

type FileInfo

type FileInfo struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Name is the name (including prefixed path) of the file or directory
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Size indicates the number of bytes contained within the file
	Size int64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	// Mode is the bitmap of UNIX mode/permission flags of the file
	Mode uint32 `protobuf:"varint,4,opt,name=mode,proto3" json:"mode,omitempty"`
	// Modified indicates the UNIX timestamp at which the file was last modified
	Modified int64 `protobuf:"varint,5,opt,name=modified,proto3" json:"modified,omitempty"`
	// IsDir indicates that the file is a directory
	IsDir bool `protobuf:"varint,6,opt,name=is_dir,json=isDir,proto3" json:"is_dir,omitempty"`
	// Error describes any error encountered while trying to read the file
	// information.
	Error string `protobuf:"bytes,7,opt,name=error,proto3" json:"error,omitempty"`
	// Link is filled with symlink target
	Link string `protobuf:"bytes,8,opt,name=link,proto3" json:"link,omitempty"`
	// RelativeName is the name of the file or directory relative to the RootPath
	RelativeName string `protobuf:"bytes,9,opt,name=relative_name,json=relativeName,proto3" json:"relative_name,omitempty"`
	// Owner uid
	Uid uint32 `protobuf:"varint,10,opt,name=uid,proto3" json:"uid,omitempty"`
	// Owner gid
	Gid uint32 `protobuf:"varint,11,opt,name=gid,proto3" json:"gid,omitempty"`
	// Extended attributes (if present and requested)
	Xattrs []*Xattr `protobuf:"bytes,12,rep,name=xattrs,proto3" json:"xattrs,omitempty"`
	// contains filtered or unexported fields
}

FileInfo describes a file or directory's information

func (*FileInfo) Descriptor deprecated

func (*FileInfo) Descriptor() ([]byte, []int)

Deprecated: Use FileInfo.ProtoReflect.Descriptor instead.

func (*FileInfo) GetError

func (x *FileInfo) GetError() string

func (*FileInfo) GetGid

func (x *FileInfo) GetGid() uint32

func (*FileInfo) GetIsDir

func (x *FileInfo) GetIsDir() bool
func (x *FileInfo) GetLink() string

func (*FileInfo) GetMetadata

func (x *FileInfo) GetMetadata() *common.Metadata

func (*FileInfo) GetMode

func (x *FileInfo) GetMode() uint32

func (*FileInfo) GetModified

func (x *FileInfo) GetModified() int64

func (*FileInfo) GetName

func (x *FileInfo) GetName() string

func (*FileInfo) GetRelativeName

func (x *FileInfo) GetRelativeName() string

func (*FileInfo) GetSize

func (x *FileInfo) GetSize() int64

func (*FileInfo) GetUid

func (x *FileInfo) GetUid() uint32

func (*FileInfo) GetXattrs

func (x *FileInfo) GetXattrs() []*Xattr

func (*FileInfo) MarshalToSizedBufferVT

func (m *FileInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FileInfo) MarshalToVT

func (m *FileInfo) MarshalToVT(dAtA []byte) (int, error)

func (*FileInfo) MarshalVT

func (m *FileInfo) MarshalVT() (dAtA []byte, err error)

func (*FileInfo) ProtoMessage

func (*FileInfo) ProtoMessage()

func (*FileInfo) ProtoReflect

func (x *FileInfo) ProtoReflect() protoreflect.Message

func (*FileInfo) Reset

func (x *FileInfo) Reset()

func (*FileInfo) SizeVT

func (m *FileInfo) SizeVT() (n int)

func (*FileInfo) String

func (x *FileInfo) String() string

func (*FileInfo) UnmarshalVT

func (m *FileInfo) UnmarshalVT(dAtA []byte) error

type GenerateClientConfiguration

type GenerateClientConfiguration struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// PEM-encoded CA certificate.
	Ca []byte `protobuf:"bytes,2,opt,name=ca,proto3" json:"ca,omitempty"`
	// PEM-encoded generated client certificate.
	Crt []byte `protobuf:"bytes,3,opt,name=crt,proto3" json:"crt,omitempty"`
	// PEM-encoded generated client key.
	Key []byte `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty"`
	// Client configuration content (legacy field name: talosconfig).
	Talosconfig []byte `protobuf:"bytes,5,opt,name=talosconfig,proto3" json:"talosconfig,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateClientConfiguration) Descriptor deprecated

func (*GenerateClientConfiguration) Descriptor() ([]byte, []int)

Deprecated: Use GenerateClientConfiguration.ProtoReflect.Descriptor instead.

func (*GenerateClientConfiguration) GetCa

func (x *GenerateClientConfiguration) GetCa() []byte

func (*GenerateClientConfiguration) GetCrt

func (x *GenerateClientConfiguration) GetCrt() []byte

func (*GenerateClientConfiguration) GetKey

func (x *GenerateClientConfiguration) GetKey() []byte

func (*GenerateClientConfiguration) GetMetadata

func (x *GenerateClientConfiguration) GetMetadata() *common.Metadata

func (*GenerateClientConfiguration) GetTalosconfig

func (x *GenerateClientConfiguration) GetTalosconfig() []byte

func (*GenerateClientConfiguration) MarshalToSizedBufferVT

func (m *GenerateClientConfiguration) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GenerateClientConfiguration) MarshalToVT

func (m *GenerateClientConfiguration) MarshalToVT(dAtA []byte) (int, error)

func (*GenerateClientConfiguration) MarshalVT

func (m *GenerateClientConfiguration) MarshalVT() (dAtA []byte, err error)

func (*GenerateClientConfiguration) ProtoMessage

func (*GenerateClientConfiguration) ProtoMessage()

func (*GenerateClientConfiguration) ProtoReflect

func (*GenerateClientConfiguration) Reset

func (x *GenerateClientConfiguration) Reset()

func (*GenerateClientConfiguration) SizeVT

func (m *GenerateClientConfiguration) SizeVT() (n int)

func (*GenerateClientConfiguration) String

func (x *GenerateClientConfiguration) String() string

func (*GenerateClientConfiguration) UnmarshalVT

func (m *GenerateClientConfiguration) UnmarshalVT(dAtA []byte) error

type GenerateClientConfigurationRequest

type GenerateClientConfigurationRequest struct {

	// Roles in the generated client certificate.
	Roles []string `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// Client certificate TTL.
	CrtTtl *durationpb.Duration `protobuf:"bytes,2,opt,name=crt_ttl,json=crtTtl,proto3" json:"crt_ttl,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateClientConfigurationRequest) Descriptor deprecated

func (*GenerateClientConfigurationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GenerateClientConfigurationRequest.ProtoReflect.Descriptor instead.

func (*GenerateClientConfigurationRequest) GetCrtTtl

func (*GenerateClientConfigurationRequest) GetRoles

func (*GenerateClientConfigurationRequest) MarshalToSizedBufferVT

func (m *GenerateClientConfigurationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GenerateClientConfigurationRequest) MarshalToVT

func (m *GenerateClientConfigurationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GenerateClientConfigurationRequest) MarshalVT

func (m *GenerateClientConfigurationRequest) MarshalVT() (dAtA []byte, err error)

func (*GenerateClientConfigurationRequest) ProtoMessage

func (*GenerateClientConfigurationRequest) ProtoMessage()

func (*GenerateClientConfigurationRequest) ProtoReflect

func (*GenerateClientConfigurationRequest) Reset

func (*GenerateClientConfigurationRequest) SizeVT

func (m *GenerateClientConfigurationRequest) SizeVT() (n int)

func (*GenerateClientConfigurationRequest) String

func (*GenerateClientConfigurationRequest) UnmarshalVT

func (m *GenerateClientConfigurationRequest) UnmarshalVT(dAtA []byte) error

type GenerateClientConfigurationResponse

type GenerateClientConfigurationResponse struct {
	Messages []*GenerateClientConfiguration `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateClientConfigurationResponse) Descriptor deprecated

func (*GenerateClientConfigurationResponse) Descriptor() ([]byte, []int)

Deprecated: Use GenerateClientConfigurationResponse.ProtoReflect.Descriptor instead.

func (*GenerateClientConfigurationResponse) GetMessages

func (*GenerateClientConfigurationResponse) MarshalToSizedBufferVT

func (m *GenerateClientConfigurationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GenerateClientConfigurationResponse) MarshalToVT

func (m *GenerateClientConfigurationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GenerateClientConfigurationResponse) MarshalVT

func (m *GenerateClientConfigurationResponse) MarshalVT() (dAtA []byte, err error)

func (*GenerateClientConfigurationResponse) ProtoMessage

func (*GenerateClientConfigurationResponse) ProtoMessage()

func (*GenerateClientConfigurationResponse) ProtoReflect

func (*GenerateClientConfigurationResponse) Reset

func (*GenerateClientConfigurationResponse) SizeVT

func (m *GenerateClientConfigurationResponse) SizeVT() (n int)

func (*GenerateClientConfigurationResponse) String

func (*GenerateClientConfigurationResponse) UnmarshalVT

func (m *GenerateClientConfigurationResponse) UnmarshalVT(dAtA []byte) error

type Hostname

type Hostname struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Hostname string           `protobuf:"bytes,2,opt,name=hostname,proto3" json:"hostname,omitempty"`
	// contains filtered or unexported fields
}

func (*Hostname) Descriptor deprecated

func (*Hostname) Descriptor() ([]byte, []int)

Deprecated: Use Hostname.ProtoReflect.Descriptor instead.

func (*Hostname) GetHostname

func (x *Hostname) GetHostname() string

func (*Hostname) GetMetadata

func (x *Hostname) GetMetadata() *common.Metadata

func (*Hostname) MarshalToSizedBufferVT

func (m *Hostname) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Hostname) MarshalToVT

func (m *Hostname) MarshalToVT(dAtA []byte) (int, error)

func (*Hostname) MarshalVT

func (m *Hostname) MarshalVT() (dAtA []byte, err error)

func (*Hostname) ProtoMessage

func (*Hostname) ProtoMessage()

func (*Hostname) ProtoReflect

func (x *Hostname) ProtoReflect() protoreflect.Message

func (*Hostname) Reset

func (x *Hostname) Reset()

func (*Hostname) SizeVT

func (m *Hostname) SizeVT() (n int)

func (*Hostname) String

func (x *Hostname) String() string

func (*Hostname) UnmarshalVT

func (m *Hostname) UnmarshalVT(dAtA []byte) error

type HostnameResponse

type HostnameResponse struct {
	Messages []*Hostname `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*HostnameResponse) Descriptor deprecated

func (*HostnameResponse) Descriptor() ([]byte, []int)

Deprecated: Use HostnameResponse.ProtoReflect.Descriptor instead.

func (*HostnameResponse) GetMessages

func (x *HostnameResponse) GetMessages() []*Hostname

func (*HostnameResponse) MarshalToSizedBufferVT

func (m *HostnameResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*HostnameResponse) MarshalToVT

func (m *HostnameResponse) MarshalToVT(dAtA []byte) (int, error)

func (*HostnameResponse) MarshalVT

func (m *HostnameResponse) MarshalVT() (dAtA []byte, err error)

func (*HostnameResponse) ProtoMessage

func (*HostnameResponse) ProtoMessage()

func (*HostnameResponse) ProtoReflect

func (x *HostnameResponse) ProtoReflect() protoreflect.Message

func (*HostnameResponse) Reset

func (x *HostnameResponse) Reset()

func (*HostnameResponse) SizeVT

func (m *HostnameResponse) SizeVT() (n int)

func (*HostnameResponse) String

func (x *HostnameResponse) String() string

func (*HostnameResponse) UnmarshalVT

func (m *HostnameResponse) UnmarshalVT(dAtA []byte) error

type ImageListRequest

type ImageListRequest struct {

	// Containerd namespace to use.
	Namespace common.ContainerdNamespace `protobuf:"varint,1,opt,name=namespace,proto3,enum=common.ContainerdNamespace" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageListRequest) Descriptor deprecated

func (*ImageListRequest) Descriptor() ([]byte, []int)

Deprecated: Use ImageListRequest.ProtoReflect.Descriptor instead.

func (*ImageListRequest) GetNamespace

func (x *ImageListRequest) GetNamespace() common.ContainerdNamespace

func (*ImageListRequest) MarshalToSizedBufferVT

func (m *ImageListRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageListRequest) MarshalToVT

func (m *ImageListRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ImageListRequest) MarshalVT

func (m *ImageListRequest) MarshalVT() (dAtA []byte, err error)

func (*ImageListRequest) ProtoMessage

func (*ImageListRequest) ProtoMessage()

func (*ImageListRequest) ProtoReflect

func (x *ImageListRequest) ProtoReflect() protoreflect.Message

func (*ImageListRequest) Reset

func (x *ImageListRequest) Reset()

func (*ImageListRequest) SizeVT

func (m *ImageListRequest) SizeVT() (n int)

func (*ImageListRequest) String

func (x *ImageListRequest) String() string

func (*ImageListRequest) UnmarshalVT

func (m *ImageListRequest) UnmarshalVT(dAtA []byte) error

type ImageListResponse

type ImageListResponse struct {
	Metadata  *common.Metadata       `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Digest    string                 `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"`
	Size      int64                  `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageListResponse) Descriptor deprecated

func (*ImageListResponse) Descriptor() ([]byte, []int)

Deprecated: Use ImageListResponse.ProtoReflect.Descriptor instead.

func (*ImageListResponse) GetCreatedAt

func (x *ImageListResponse) GetCreatedAt() *timestamppb.Timestamp

func (*ImageListResponse) GetDigest

func (x *ImageListResponse) GetDigest() string

func (*ImageListResponse) GetMetadata

func (x *ImageListResponse) GetMetadata() *common.Metadata

func (*ImageListResponse) GetName

func (x *ImageListResponse) GetName() string

func (*ImageListResponse) GetSize

func (x *ImageListResponse) GetSize() int64

func (*ImageListResponse) MarshalToSizedBufferVT

func (m *ImageListResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageListResponse) MarshalToVT

func (m *ImageListResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ImageListResponse) MarshalVT

func (m *ImageListResponse) MarshalVT() (dAtA []byte, err error)

func (*ImageListResponse) ProtoMessage

func (*ImageListResponse) ProtoMessage()

func (*ImageListResponse) ProtoReflect

func (x *ImageListResponse) ProtoReflect() protoreflect.Message

func (*ImageListResponse) Reset

func (x *ImageListResponse) Reset()

func (*ImageListResponse) SizeVT

func (m *ImageListResponse) SizeVT() (n int)

func (*ImageListResponse) String

func (x *ImageListResponse) String() string

func (*ImageListResponse) UnmarshalVT

func (m *ImageListResponse) UnmarshalVT(dAtA []byte) error

type ImagePull

type ImagePull struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ImagePull) Descriptor deprecated

func (*ImagePull) Descriptor() ([]byte, []int)

Deprecated: Use ImagePull.ProtoReflect.Descriptor instead.

func (*ImagePull) GetMetadata

func (x *ImagePull) GetMetadata() *common.Metadata

func (*ImagePull) MarshalToSizedBufferVT

func (m *ImagePull) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImagePull) MarshalToVT

func (m *ImagePull) MarshalToVT(dAtA []byte) (int, error)

func (*ImagePull) MarshalVT

func (m *ImagePull) MarshalVT() (dAtA []byte, err error)

func (*ImagePull) ProtoMessage

func (*ImagePull) ProtoMessage()

func (*ImagePull) ProtoReflect

func (x *ImagePull) ProtoReflect() protoreflect.Message

func (*ImagePull) Reset

func (x *ImagePull) Reset()

func (*ImagePull) SizeVT

func (m *ImagePull) SizeVT() (n int)

func (*ImagePull) String

func (x *ImagePull) String() string

func (*ImagePull) UnmarshalVT

func (m *ImagePull) UnmarshalVT(dAtA []byte) error

type ImagePullRequest

type ImagePullRequest struct {

	// Containerd namespace to use.
	Namespace common.ContainerdNamespace `protobuf:"varint,1,opt,name=namespace,proto3,enum=common.ContainerdNamespace" json:"namespace,omitempty"`
	// Image reference to pull.
	Reference string `protobuf:"bytes,2,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

func (*ImagePullRequest) Descriptor deprecated

func (*ImagePullRequest) Descriptor() ([]byte, []int)

Deprecated: Use ImagePullRequest.ProtoReflect.Descriptor instead.

func (*ImagePullRequest) GetNamespace

func (x *ImagePullRequest) GetNamespace() common.ContainerdNamespace

func (*ImagePullRequest) GetReference

func (x *ImagePullRequest) GetReference() string

func (*ImagePullRequest) MarshalToSizedBufferVT

func (m *ImagePullRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImagePullRequest) MarshalToVT

func (m *ImagePullRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ImagePullRequest) MarshalVT

func (m *ImagePullRequest) MarshalVT() (dAtA []byte, err error)

func (*ImagePullRequest) ProtoMessage

func (*ImagePullRequest) ProtoMessage()

func (*ImagePullRequest) ProtoReflect

func (x *ImagePullRequest) ProtoReflect() protoreflect.Message

func (*ImagePullRequest) Reset

func (x *ImagePullRequest) Reset()

func (*ImagePullRequest) SizeVT

func (m *ImagePullRequest) SizeVT() (n int)

func (*ImagePullRequest) String

func (x *ImagePullRequest) String() string

func (*ImagePullRequest) UnmarshalVT

func (m *ImagePullRequest) UnmarshalVT(dAtA []byte) error

type ImagePullResponse

type ImagePullResponse struct {
	Messages []*ImagePull `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*ImagePullResponse) Descriptor deprecated

func (*ImagePullResponse) Descriptor() ([]byte, []int)

Deprecated: Use ImagePullResponse.ProtoReflect.Descriptor instead.

func (*ImagePullResponse) GetMessages

func (x *ImagePullResponse) GetMessages() []*ImagePull

func (*ImagePullResponse) MarshalToSizedBufferVT

func (m *ImagePullResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImagePullResponse) MarshalToVT

func (m *ImagePullResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ImagePullResponse) MarshalVT

func (m *ImagePullResponse) MarshalVT() (dAtA []byte, err error)

func (*ImagePullResponse) ProtoMessage

func (*ImagePullResponse) ProtoMessage()

func (*ImagePullResponse) ProtoReflect

func (x *ImagePullResponse) ProtoReflect() protoreflect.Message

func (*ImagePullResponse) Reset

func (x *ImagePullResponse) Reset()

func (*ImagePullResponse) SizeVT

func (m *ImagePullResponse) SizeVT() (n int)

func (*ImagePullResponse) String

func (x *ImagePullResponse) String() string

func (*ImagePullResponse) UnmarshalVT

func (m *ImagePullResponse) UnmarshalVT(dAtA []byte) error

type ImageServiceClient

type ImageServiceClient interface {
	// List images in the containerd.
	List(ctx context.Context, in *ImageServiceListRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[ImageServiceListResponse], error)
	// Pull an image into the containerd.
	Pull(ctx context.Context, in *ImageServicePullRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[ImageServicePullResponse], error)
	// Import an image from a stream (tarball).
	Import(ctx context.Context, opts ...grpc.CallOption) (grpc.ClientStreamingClient[ImageServiceImportRequest, ImageServiceImportResponse], error)
	// Remove an image from the containerd.
	Remove(ctx context.Context, in *ImageServiceRemoveRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

ImageServiceClient is the client API for ImageService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

The machine service definition.

type ImageServiceImportRequest

type ImageServiceImportRequest struct {

	// Types that are valid to be assigned to Request:
	//
	//	*ImageServiceImportRequest_Containerd
	//	*ImageServiceImportRequest_ImageChunk
	Request isImageServiceImportRequest_Request `protobuf_oneof:"request"`
	// contains filtered or unexported fields
}

func (*ImageServiceImportRequest) Descriptor deprecated

func (*ImageServiceImportRequest) Descriptor() ([]byte, []int)

Deprecated: Use ImageServiceImportRequest.ProtoReflect.Descriptor instead.

func (*ImageServiceImportRequest) GetContainerd

func (*ImageServiceImportRequest) GetImageChunk

func (x *ImageServiceImportRequest) GetImageChunk() *common.Data

func (*ImageServiceImportRequest) GetRequest

func (x *ImageServiceImportRequest) GetRequest() isImageServiceImportRequest_Request

func (*ImageServiceImportRequest) MarshalToSizedBufferVT

func (m *ImageServiceImportRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageServiceImportRequest) MarshalToVT

func (m *ImageServiceImportRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ImageServiceImportRequest) MarshalVT

func (m *ImageServiceImportRequest) MarshalVT() (dAtA []byte, err error)

func (*ImageServiceImportRequest) ProtoMessage

func (*ImageServiceImportRequest) ProtoMessage()

func (*ImageServiceImportRequest) ProtoReflect

func (*ImageServiceImportRequest) Reset

func (x *ImageServiceImportRequest) Reset()

func (*ImageServiceImportRequest) SizeVT

func (m *ImageServiceImportRequest) SizeVT() (n int)

func (*ImageServiceImportRequest) String

func (x *ImageServiceImportRequest) String() string

func (*ImageServiceImportRequest) UnmarshalVT

func (m *ImageServiceImportRequest) UnmarshalVT(dAtA []byte) error

type ImageServiceImportRequest_Containerd

type ImageServiceImportRequest_Containerd struct {
	// Containerd instance to use.
	Containerd *common.ContainerdInstance `protobuf:"bytes,1,opt,name=containerd,proto3,oneof"`
}

func (*ImageServiceImportRequest_Containerd) MarshalToSizedBufferVT

func (m *ImageServiceImportRequest_Containerd) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageServiceImportRequest_Containerd) MarshalToVT

func (m *ImageServiceImportRequest_Containerd) MarshalToVT(dAtA []byte) (int, error)

func (*ImageServiceImportRequest_Containerd) SizeVT

func (m *ImageServiceImportRequest_Containerd) SizeVT() (n int)

type ImageServiceImportRequest_ImageChunk

type ImageServiceImportRequest_ImageChunk struct {
	// Chunk of the image tarball.
	ImageChunk *common.Data `protobuf:"bytes,2,opt,name=image_chunk,json=imageChunk,proto3,oneof"`
}

func (*ImageServiceImportRequest_ImageChunk) MarshalToSizedBufferVT

func (m *ImageServiceImportRequest_ImageChunk) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageServiceImportRequest_ImageChunk) MarshalToVT

func (m *ImageServiceImportRequest_ImageChunk) MarshalToVT(dAtA []byte) (int, error)

func (*ImageServiceImportRequest_ImageChunk) SizeVT

func (m *ImageServiceImportRequest_ImageChunk) SizeVT() (n int)

type ImageServiceImportResponse

type ImageServiceImportResponse struct {

	// Name of the imported image.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageServiceImportResponse) Descriptor deprecated

func (*ImageServiceImportResponse) Descriptor() ([]byte, []int)

Deprecated: Use ImageServiceImportResponse.ProtoReflect.Descriptor instead.

func (*ImageServiceImportResponse) GetName

func (x *ImageServiceImportResponse) GetName() string

func (*ImageServiceImportResponse) MarshalToSizedBufferVT

func (m *ImageServiceImportResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageServiceImportResponse) MarshalToVT

func (m *ImageServiceImportResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ImageServiceImportResponse) MarshalVT

func (m *ImageServiceImportResponse) MarshalVT() (dAtA []byte, err error)

func (*ImageServiceImportResponse) ProtoMessage

func (*ImageServiceImportResponse) ProtoMessage()

func (*ImageServiceImportResponse) ProtoReflect

func (*ImageServiceImportResponse) Reset

func (x *ImageServiceImportResponse) Reset()

func (*ImageServiceImportResponse) SizeVT

func (m *ImageServiceImportResponse) SizeVT() (n int)

func (*ImageServiceImportResponse) String

func (x *ImageServiceImportResponse) String() string

func (*ImageServiceImportResponse) UnmarshalVT

func (m *ImageServiceImportResponse) UnmarshalVT(dAtA []byte) error

type ImageServiceListRequest

type ImageServiceListRequest struct {
	Containerd *common.ContainerdInstance `protobuf:"bytes,1,opt,name=containerd,proto3" json:"containerd,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageServiceListRequest) Descriptor deprecated

func (*ImageServiceListRequest) Descriptor() ([]byte, []int)

Deprecated: Use ImageServiceListRequest.ProtoReflect.Descriptor instead.

func (*ImageServiceListRequest) GetContainerd

func (*ImageServiceListRequest) MarshalToSizedBufferVT

func (m *ImageServiceListRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageServiceListRequest) MarshalToVT

func (m *ImageServiceListRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ImageServiceListRequest) MarshalVT

func (m *ImageServiceListRequest) MarshalVT() (dAtA []byte, err error)

func (*ImageServiceListRequest) ProtoMessage

func (*ImageServiceListRequest) ProtoMessage()

func (*ImageServiceListRequest) ProtoReflect

func (x *ImageServiceListRequest) ProtoReflect() protoreflect.Message

func (*ImageServiceListRequest) Reset

func (x *ImageServiceListRequest) Reset()

func (*ImageServiceListRequest) SizeVT

func (m *ImageServiceListRequest) SizeVT() (n int)

func (*ImageServiceListRequest) String

func (x *ImageServiceListRequest) String() string

func (*ImageServiceListRequest) UnmarshalVT

func (m *ImageServiceListRequest) UnmarshalVT(dAtA []byte) error

type ImageServiceListResponse

type ImageServiceListResponse struct {
	Name      string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Digest    string                 `protobuf:"bytes,2,opt,name=digest,proto3" json:"digest,omitempty"`
	Size      int64                  `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageServiceListResponse) Descriptor deprecated

func (*ImageServiceListResponse) Descriptor() ([]byte, []int)

Deprecated: Use ImageServiceListResponse.ProtoReflect.Descriptor instead.

func (*ImageServiceListResponse) GetCreatedAt

func (x *ImageServiceListResponse) GetCreatedAt() *timestamppb.Timestamp

func (*ImageServiceListResponse) GetDigest

func (x *ImageServiceListResponse) GetDigest() string

func (*ImageServiceListResponse) GetName

func (x *ImageServiceListResponse) GetName() string

func (*ImageServiceListResponse) GetSize

func (x *ImageServiceListResponse) GetSize() int64

func (*ImageServiceListResponse) MarshalToSizedBufferVT

func (m *ImageServiceListResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageServiceListResponse) MarshalToVT

func (m *ImageServiceListResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ImageServiceListResponse) MarshalVT

func (m *ImageServiceListResponse) MarshalVT() (dAtA []byte, err error)

func (*ImageServiceListResponse) ProtoMessage

func (*ImageServiceListResponse) ProtoMessage()

func (*ImageServiceListResponse) ProtoReflect

func (x *ImageServiceListResponse) ProtoReflect() protoreflect.Message

func (*ImageServiceListResponse) Reset

func (x *ImageServiceListResponse) Reset()

func (*ImageServiceListResponse) SizeVT

func (m *ImageServiceListResponse) SizeVT() (n int)

func (*ImageServiceListResponse) String

func (x *ImageServiceListResponse) String() string

func (*ImageServiceListResponse) UnmarshalVT

func (m *ImageServiceListResponse) UnmarshalVT(dAtA []byte) error

type ImageServicePullLayerProgress

type ImageServicePullLayerProgress struct {
	Status  ImageServicePullLayerProgress_Status `protobuf:"varint,1,opt,name=status,proto3,enum=machine.ImageServicePullLayerProgress_Status" json:"status,omitempty"`
	Elapsed *durationpb.Duration                 `protobuf:"bytes,2,opt,name=elapsed,proto3" json:"elapsed,omitempty"`
	Offset  int64                                `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Total   int64                                `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageServicePullLayerProgress) Descriptor deprecated

func (*ImageServicePullLayerProgress) Descriptor() ([]byte, []int)

Deprecated: Use ImageServicePullLayerProgress.ProtoReflect.Descriptor instead.

func (*ImageServicePullLayerProgress) GetElapsed

func (*ImageServicePullLayerProgress) GetOffset

func (x *ImageServicePullLayerProgress) GetOffset() int64

func (*ImageServicePullLayerProgress) GetStatus

func (*ImageServicePullLayerProgress) GetTotal

func (x *ImageServicePullLayerProgress) GetTotal() int64

func (*ImageServicePullLayerProgress) MarshalToSizedBufferVT

func (m *ImageServicePullLayerProgress) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageServicePullLayerProgress) MarshalToVT

func (m *ImageServicePullLayerProgress) MarshalToVT(dAtA []byte) (int, error)

func (*ImageServicePullLayerProgress) MarshalVT

func (m *ImageServicePullLayerProgress) MarshalVT() (dAtA []byte, err error)

func (*ImageServicePullLayerProgress) ProtoMessage

func (*ImageServicePullLayerProgress) ProtoMessage()

func (*ImageServicePullLayerProgress) ProtoReflect

func (*ImageServicePullLayerProgress) Reset

func (x *ImageServicePullLayerProgress) Reset()

func (*ImageServicePullLayerProgress) SizeVT

func (m *ImageServicePullLayerProgress) SizeVT() (n int)

func (*ImageServicePullLayerProgress) String

func (*ImageServicePullLayerProgress) UnmarshalVT

func (m *ImageServicePullLayerProgress) UnmarshalVT(dAtA []byte) error

type ImageServicePullLayerProgress_Status

type ImageServicePullLayerProgress_Status int32
const (
	// Keep this in sync with ImagePullLayerProgress.Status.
	ImageServicePullLayerProgress_DOWNLOADING       ImageServicePullLayerProgress_Status = 0
	ImageServicePullLayerProgress_DOWNLOAD_COMPLETE ImageServicePullLayerProgress_Status = 1
	ImageServicePullLayerProgress_EXTRACTING        ImageServicePullLayerProgress_Status = 2
	ImageServicePullLayerProgress_EXTRACT_COMPLETE  ImageServicePullLayerProgress_Status = 3
	ImageServicePullLayerProgress_ALREADY_EXISTS    ImageServicePullLayerProgress_Status = 4
)

func (ImageServicePullLayerProgress_Status) Descriptor

func (ImageServicePullLayerProgress_Status) Enum

func (ImageServicePullLayerProgress_Status) EnumDescriptor deprecated

func (ImageServicePullLayerProgress_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use ImageServicePullLayerProgress_Status.Descriptor instead.

func (ImageServicePullLayerProgress_Status) Number

func (ImageServicePullLayerProgress_Status) String

func (ImageServicePullLayerProgress_Status) Type

type ImageServicePullProgress

type ImageServicePullProgress struct {
	LayerId  string                         `protobuf:"bytes,1,opt,name=layer_id,json=layerId,proto3" json:"layer_id,omitempty"`
	Progress *ImageServicePullLayerProgress `protobuf:"bytes,2,opt,name=progress,proto3" json:"progress,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageServicePullProgress) Descriptor deprecated

func (*ImageServicePullProgress) Descriptor() ([]byte, []int)

Deprecated: Use ImageServicePullProgress.ProtoReflect.Descriptor instead.

func (*ImageServicePullProgress) GetLayerId

func (x *ImageServicePullProgress) GetLayerId() string

func (*ImageServicePullProgress) GetProgress

func (*ImageServicePullProgress) MarshalToSizedBufferVT

func (m *ImageServicePullProgress) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageServicePullProgress) MarshalToVT

func (m *ImageServicePullProgress) MarshalToVT(dAtA []byte) (int, error)

func (*ImageServicePullProgress) MarshalVT

func (m *ImageServicePullProgress) MarshalVT() (dAtA []byte, err error)

func (*ImageServicePullProgress) ProtoMessage

func (*ImageServicePullProgress) ProtoMessage()

func (*ImageServicePullProgress) ProtoReflect

func (x *ImageServicePullProgress) ProtoReflect() protoreflect.Message

func (*ImageServicePullProgress) Reset

func (x *ImageServicePullProgress) Reset()

func (*ImageServicePullProgress) SizeVT

func (m *ImageServicePullProgress) SizeVT() (n int)

func (*ImageServicePullProgress) String

func (x *ImageServicePullProgress) String() string

func (*ImageServicePullProgress) UnmarshalVT

func (m *ImageServicePullProgress) UnmarshalVT(dAtA []byte) error

type ImageServicePullRequest

type ImageServicePullRequest struct {
	Containerd *common.ContainerdInstance `protobuf:"bytes,1,opt,name=containerd,proto3" json:"containerd,omitempty"`
	// Image reference to pull.
	ImageRef string `protobuf:"bytes,3,opt,name=image_ref,json=imageRef,proto3" json:"image_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageServicePullRequest) Descriptor deprecated

func (*ImageServicePullRequest) Descriptor() ([]byte, []int)

Deprecated: Use ImageServicePullRequest.ProtoReflect.Descriptor instead.

func (*ImageServicePullRequest) GetContainerd

func (*ImageServicePullRequest) GetImageRef

func (x *ImageServicePullRequest) GetImageRef() string

func (*ImageServicePullRequest) MarshalToSizedBufferVT

func (m *ImageServicePullRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageServicePullRequest) MarshalToVT

func (m *ImageServicePullRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ImageServicePullRequest) MarshalVT

func (m *ImageServicePullRequest) MarshalVT() (dAtA []byte, err error)

func (*ImageServicePullRequest) ProtoMessage

func (*ImageServicePullRequest) ProtoMessage()

func (*ImageServicePullRequest) ProtoReflect

func (x *ImageServicePullRequest) ProtoReflect() protoreflect.Message

func (*ImageServicePullRequest) Reset

func (x *ImageServicePullRequest) Reset()

func (*ImageServicePullRequest) SizeVT

func (m *ImageServicePullRequest) SizeVT() (n int)

func (*ImageServicePullRequest) String

func (x *ImageServicePullRequest) String() string

func (*ImageServicePullRequest) UnmarshalVT

func (m *ImageServicePullRequest) UnmarshalVT(dAtA []byte) error

type ImageServicePullResponse

type ImageServicePullResponse struct {

	// Types that are valid to be assigned to Response:
	//
	//	*ImageServicePullResponse_Name
	//	*ImageServicePullResponse_PullProgress
	Response isImageServicePullResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*ImageServicePullResponse) Descriptor deprecated

func (*ImageServicePullResponse) Descriptor() ([]byte, []int)

Deprecated: Use ImageServicePullResponse.ProtoReflect.Descriptor instead.

func (*ImageServicePullResponse) GetName

func (x *ImageServicePullResponse) GetName() string

func (*ImageServicePullResponse) GetPullProgress

func (x *ImageServicePullResponse) GetPullProgress() *ImageServicePullProgress

func (*ImageServicePullResponse) GetResponse

func (x *ImageServicePullResponse) GetResponse() isImageServicePullResponse_Response

func (*ImageServicePullResponse) MarshalToSizedBufferVT

func (m *ImageServicePullResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageServicePullResponse) MarshalToVT

func (m *ImageServicePullResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ImageServicePullResponse) MarshalVT

func (m *ImageServicePullResponse) MarshalVT() (dAtA []byte, err error)

func (*ImageServicePullResponse) ProtoMessage

func (*ImageServicePullResponse) ProtoMessage()

func (*ImageServicePullResponse) ProtoReflect

func (x *ImageServicePullResponse) ProtoReflect() protoreflect.Message

func (*ImageServicePullResponse) Reset

func (x *ImageServicePullResponse) Reset()

func (*ImageServicePullResponse) SizeVT

func (m *ImageServicePullResponse) SizeVT() (n int)

func (*ImageServicePullResponse) String

func (x *ImageServicePullResponse) String() string

func (*ImageServicePullResponse) UnmarshalVT

func (m *ImageServicePullResponse) UnmarshalVT(dAtA []byte) error

type ImageServicePullResponse_Name

type ImageServicePullResponse_Name struct {
	// Name of the pulled image (when done).
	Name string `protobuf:"bytes,1,opt,name=name,proto3,oneof"`
}

func (*ImageServicePullResponse_Name) MarshalToSizedBufferVT

func (m *ImageServicePullResponse_Name) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageServicePullResponse_Name) MarshalToVT

func (m *ImageServicePullResponse_Name) MarshalToVT(dAtA []byte) (int, error)

func (*ImageServicePullResponse_Name) SizeVT

func (m *ImageServicePullResponse_Name) SizeVT() (n int)

type ImageServicePullResponse_PullProgress

type ImageServicePullResponse_PullProgress struct {
	// Progress of the image pull (intermediate updates).
	PullProgress *ImageServicePullProgress `protobuf:"bytes,2,opt,name=pull_progress,json=pullProgress,proto3,oneof"`
}

func (*ImageServicePullResponse_PullProgress) MarshalToSizedBufferVT

func (m *ImageServicePullResponse_PullProgress) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageServicePullResponse_PullProgress) MarshalToVT

func (m *ImageServicePullResponse_PullProgress) MarshalToVT(dAtA []byte) (int, error)

func (*ImageServicePullResponse_PullProgress) SizeVT

type ImageServiceRemoveRequest

type ImageServiceRemoveRequest struct {
	Containerd *common.ContainerdInstance `protobuf:"bytes,1,opt,name=containerd,proto3" json:"containerd,omitempty"`
	// Image reference to remove.
	ImageRef string `protobuf:"bytes,2,opt,name=image_ref,json=imageRef,proto3" json:"image_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageServiceRemoveRequest) Descriptor deprecated

func (*ImageServiceRemoveRequest) Descriptor() ([]byte, []int)

Deprecated: Use ImageServiceRemoveRequest.ProtoReflect.Descriptor instead.

func (*ImageServiceRemoveRequest) GetContainerd

func (*ImageServiceRemoveRequest) GetImageRef

func (x *ImageServiceRemoveRequest) GetImageRef() string

func (*ImageServiceRemoveRequest) MarshalToSizedBufferVT

func (m *ImageServiceRemoveRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ImageServiceRemoveRequest) MarshalToVT

func (m *ImageServiceRemoveRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ImageServiceRemoveRequest) MarshalVT

func (m *ImageServiceRemoveRequest) MarshalVT() (dAtA []byte, err error)

func (*ImageServiceRemoveRequest) ProtoMessage

func (*ImageServiceRemoveRequest) ProtoMessage()

func (*ImageServiceRemoveRequest) ProtoReflect

func (*ImageServiceRemoveRequest) Reset

func (x *ImageServiceRemoveRequest) Reset()

func (*ImageServiceRemoveRequest) SizeVT

func (m *ImageServiceRemoveRequest) SizeVT() (n int)

func (*ImageServiceRemoveRequest) String

func (x *ImageServiceRemoveRequest) String() string

func (*ImageServiceRemoveRequest) UnmarshalVT

func (m *ImageServiceRemoveRequest) UnmarshalVT(dAtA []byte) error

type ImageServiceServer

type ImageServiceServer interface {
	// List images in the containerd.
	List(*ImageServiceListRequest, grpc.ServerStreamingServer[ImageServiceListResponse]) error
	// Pull an image into the containerd.
	Pull(*ImageServicePullRequest, grpc.ServerStreamingServer[ImageServicePullResponse]) error
	// Import an image from a stream (tarball).
	Import(grpc.ClientStreamingServer[ImageServiceImportRequest, ImageServiceImportResponse]) error
	// Remove an image from the containerd.
	Remove(context.Context, *ImageServiceRemoveRequest) (*emptypb.Empty, error)
	// contains filtered or unexported methods
}

ImageServiceServer is the server API for ImageService service. All implementations must embed UnimplementedImageServiceServer for forward compatibility.

The machine service definition.

type ImageService_ImportClient

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type ImageService_ImportServer

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type ImageService_ListClient

type ImageService_ListClient = grpc.ServerStreamingClient[ImageServiceListResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type ImageService_ListServer

type ImageService_ListServer = grpc.ServerStreamingServer[ImageServiceListResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type ImageService_PullClient

type ImageService_PullClient = grpc.ServerStreamingClient[ImageServicePullResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type ImageService_PullServer

type ImageService_PullServer = grpc.ServerStreamingServer[ImageServicePullResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type ListRequest

type ListRequest struct {

	// Root indicates the root directory for the list. If not indicated, '/' is
	// presumed.
	Root string `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty"`
	// Recurse indicates that subdirectories should be recursed.
	Recurse bool `protobuf:"varint,2,opt,name=recurse,proto3" json:"recurse,omitempty"`
	// RecursionDepth indicates how many levels of subdirectories should be
	// recursed. The default (0) indicates that no limit should be enforced.
	RecursionDepth int32 `protobuf:"varint,3,opt,name=recursion_depth,json=recursionDepth,proto3" json:"recursion_depth,omitempty"`
	// Types indicates what file type should be returned. If not indicated,
	// all files will be returned.
	Types []ListRequest_Type `protobuf:"varint,4,rep,packed,name=types,proto3,enum=machine.ListRequest_Type" json:"types,omitempty"`
	// Report xattrs
	ReportXattrs bool `protobuf:"varint,5,opt,name=report_xattrs,json=reportXattrs,proto3" json:"report_xattrs,omitempty"`
	// contains filtered or unexported fields
}

ListRequest describes a request to list the contents of a directory.

func (*ListRequest) Descriptor deprecated

func (*ListRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.

func (*ListRequest) GetRecurse

func (x *ListRequest) GetRecurse() bool

func (*ListRequest) GetRecursionDepth

func (x *ListRequest) GetRecursionDepth() int32

func (*ListRequest) GetReportXattrs

func (x *ListRequest) GetReportXattrs() bool

func (*ListRequest) GetRoot

func (x *ListRequest) GetRoot() string

func (*ListRequest) GetTypes

func (x *ListRequest) GetTypes() []ListRequest_Type

func (*ListRequest) MarshalToSizedBufferVT

func (m *ListRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListRequest) MarshalToVT

func (m *ListRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ListRequest) MarshalVT

func (m *ListRequest) MarshalVT() (dAtA []byte, err error)

func (*ListRequest) ProtoMessage

func (*ListRequest) ProtoMessage()

func (*ListRequest) ProtoReflect

func (x *ListRequest) ProtoReflect() protoreflect.Message

func (*ListRequest) Reset

func (x *ListRequest) Reset()

func (*ListRequest) SizeVT

func (m *ListRequest) SizeVT() (n int)

func (*ListRequest) String

func (x *ListRequest) String() string

func (*ListRequest) UnmarshalVT

func (m *ListRequest) UnmarshalVT(dAtA []byte) error

type ListRequest_Type

type ListRequest_Type int32

File type.

const (
	// Regular file (not directory, symlink, etc).
	ListRequest_REGULAR ListRequest_Type = 0
	// Directory.
	ListRequest_DIRECTORY ListRequest_Type = 1
	// Symbolic link.
	ListRequest_SYMLINK ListRequest_Type = 2
)

func (ListRequest_Type) Descriptor

func (ListRequest_Type) Enum

func (ListRequest_Type) EnumDescriptor deprecated

func (ListRequest_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListRequest_Type.Descriptor instead.

func (ListRequest_Type) Number

func (ListRequest_Type) String

func (x ListRequest_Type) String() string

func (ListRequest_Type) Type

type LoadAvg

type LoadAvg struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Load1    float64          `protobuf:"fixed64,2,opt,name=load1,proto3" json:"load1,omitempty"`
	Load5    float64          `protobuf:"fixed64,3,opt,name=load5,proto3" json:"load5,omitempty"`
	Load15   float64          `protobuf:"fixed64,4,opt,name=load15,proto3" json:"load15,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadAvg) Descriptor deprecated

func (*LoadAvg) Descriptor() ([]byte, []int)

Deprecated: Use LoadAvg.ProtoReflect.Descriptor instead.

func (*LoadAvg) GetLoad1

func (x *LoadAvg) GetLoad1() float64

func (*LoadAvg) GetLoad5

func (x *LoadAvg) GetLoad5() float64

func (*LoadAvg) GetLoad15

func (x *LoadAvg) GetLoad15() float64

func (*LoadAvg) GetMetadata

func (x *LoadAvg) GetMetadata() *common.Metadata

func (*LoadAvg) MarshalToSizedBufferVT

func (m *LoadAvg) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LoadAvg) MarshalToVT

func (m *LoadAvg) MarshalToVT(dAtA []byte) (int, error)

func (*LoadAvg) MarshalVT

func (m *LoadAvg) MarshalVT() (dAtA []byte, err error)

func (*LoadAvg) ProtoMessage

func (*LoadAvg) ProtoMessage()

func (*LoadAvg) ProtoReflect

func (x *LoadAvg) ProtoReflect() protoreflect.Message

func (*LoadAvg) Reset

func (x *LoadAvg) Reset()

func (*LoadAvg) SizeVT

func (m *LoadAvg) SizeVT() (n int)

func (*LoadAvg) String

func (x *LoadAvg) String() string

func (*LoadAvg) UnmarshalVT

func (m *LoadAvg) UnmarshalVT(dAtA []byte) error

type LoadAvgResponse

type LoadAvgResponse struct {
	Messages []*LoadAvg `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadAvgResponse) Descriptor deprecated

func (*LoadAvgResponse) Descriptor() ([]byte, []int)

Deprecated: Use LoadAvgResponse.ProtoReflect.Descriptor instead.

func (*LoadAvgResponse) GetMessages

func (x *LoadAvgResponse) GetMessages() []*LoadAvg

func (*LoadAvgResponse) MarshalToSizedBufferVT

func (m *LoadAvgResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LoadAvgResponse) MarshalToVT

func (m *LoadAvgResponse) MarshalToVT(dAtA []byte) (int, error)

func (*LoadAvgResponse) MarshalVT

func (m *LoadAvgResponse) MarshalVT() (dAtA []byte, err error)

func (*LoadAvgResponse) ProtoMessage

func (*LoadAvgResponse) ProtoMessage()

func (*LoadAvgResponse) ProtoReflect

func (x *LoadAvgResponse) ProtoReflect() protoreflect.Message

func (*LoadAvgResponse) Reset

func (x *LoadAvgResponse) Reset()

func (*LoadAvgResponse) SizeVT

func (m *LoadAvgResponse) SizeVT() (n int)

func (*LoadAvgResponse) String

func (x *LoadAvgResponse) String() string

func (*LoadAvgResponse) UnmarshalVT

func (m *LoadAvgResponse) UnmarshalVT(dAtA []byte) error

type LogsContainer

type LogsContainer struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Ids      []string         `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

LogsContainer describes all available registered log containers.

func (*LogsContainer) Descriptor deprecated

func (*LogsContainer) Descriptor() ([]byte, []int)

Deprecated: Use LogsContainer.ProtoReflect.Descriptor instead.

func (*LogsContainer) GetIds

func (x *LogsContainer) GetIds() []string

func (*LogsContainer) GetMetadata

func (x *LogsContainer) GetMetadata() *common.Metadata

func (*LogsContainer) MarshalToSizedBufferVT

func (m *LogsContainer) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LogsContainer) MarshalToVT

func (m *LogsContainer) MarshalToVT(dAtA []byte) (int, error)

func (*LogsContainer) MarshalVT

func (m *LogsContainer) MarshalVT() (dAtA []byte, err error)

func (*LogsContainer) ProtoMessage

func (*LogsContainer) ProtoMessage()

func (*LogsContainer) ProtoReflect

func (x *LogsContainer) ProtoReflect() protoreflect.Message

func (*LogsContainer) Reset

func (x *LogsContainer) Reset()

func (*LogsContainer) SizeVT

func (m *LogsContainer) SizeVT() (n int)

func (*LogsContainer) String

func (x *LogsContainer) String() string

func (*LogsContainer) UnmarshalVT

func (m *LogsContainer) UnmarshalVT(dAtA []byte) error

type LogsContainersResponse

type LogsContainersResponse struct {
	Messages []*LogsContainer `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*LogsContainersResponse) Descriptor deprecated

func (*LogsContainersResponse) Descriptor() ([]byte, []int)

Deprecated: Use LogsContainersResponse.ProtoReflect.Descriptor instead.

func (*LogsContainersResponse) GetMessages

func (x *LogsContainersResponse) GetMessages() []*LogsContainer

func (*LogsContainersResponse) MarshalToSizedBufferVT

func (m *LogsContainersResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LogsContainersResponse) MarshalToVT

func (m *LogsContainersResponse) MarshalToVT(dAtA []byte) (int, error)

func (*LogsContainersResponse) MarshalVT

func (m *LogsContainersResponse) MarshalVT() (dAtA []byte, err error)

func (*LogsContainersResponse) ProtoMessage

func (*LogsContainersResponse) ProtoMessage()

func (*LogsContainersResponse) ProtoReflect

func (x *LogsContainersResponse) ProtoReflect() protoreflect.Message

func (*LogsContainersResponse) Reset

func (x *LogsContainersResponse) Reset()

func (*LogsContainersResponse) SizeVT

func (m *LogsContainersResponse) SizeVT() (n int)

func (*LogsContainersResponse) String

func (x *LogsContainersResponse) String() string

func (*LogsContainersResponse) UnmarshalVT

func (m *LogsContainersResponse) UnmarshalVT(dAtA []byte) error

type LogsRequest

type LogsRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Id        string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Driver selects the runtime backend.
	Driver    common.ContainerDriver `protobuf:"varint,3,opt,name=driver,proto3,enum=common.ContainerDriver" json:"driver,omitempty"`
	Follow    bool                   `protobuf:"varint,4,opt,name=follow,proto3" json:"follow,omitempty"`
	TailLines int32                  `protobuf:"varint,5,opt,name=tail_lines,json=tailLines,proto3" json:"tail_lines,omitempty"`
	// contains filtered or unexported fields
}

rpc logs The request message containing the process name.

func (*LogsRequest) Descriptor deprecated

func (*LogsRequest) Descriptor() ([]byte, []int)

Deprecated: Use LogsRequest.ProtoReflect.Descriptor instead.

func (*LogsRequest) GetDriver

func (x *LogsRequest) GetDriver() common.ContainerDriver

func (*LogsRequest) GetFollow

func (x *LogsRequest) GetFollow() bool

func (*LogsRequest) GetId

func (x *LogsRequest) GetId() string

func (*LogsRequest) GetNamespace

func (x *LogsRequest) GetNamespace() string

func (*LogsRequest) GetTailLines

func (x *LogsRequest) GetTailLines() int32

func (*LogsRequest) MarshalToSizedBufferVT

func (m *LogsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LogsRequest) MarshalToVT

func (m *LogsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*LogsRequest) MarshalVT

func (m *LogsRequest) MarshalVT() (dAtA []byte, err error)

func (*LogsRequest) ProtoMessage

func (*LogsRequest) ProtoMessage()

func (*LogsRequest) ProtoReflect

func (x *LogsRequest) ProtoReflect() protoreflect.Message

func (*LogsRequest) Reset

func (x *LogsRequest) Reset()

func (*LogsRequest) SizeVT

func (m *LogsRequest) SizeVT() (n int)

func (*LogsRequest) String

func (x *LogsRequest) String() string

func (*LogsRequest) UnmarshalVT

func (m *LogsRequest) UnmarshalVT(dAtA []byte) error

type MachineConfig

type MachineConfig struct {
	Type MachineConfig_MachineType `protobuf:"varint,1,opt,name=type,proto3,enum=machine.MachineConfig_MachineType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*MachineConfig) Descriptor deprecated

func (*MachineConfig) Descriptor() ([]byte, []int)

Deprecated: Use MachineConfig.ProtoReflect.Descriptor instead.

func (*MachineConfig) GetType

func (*MachineConfig) MarshalToSizedBufferVT

func (m *MachineConfig) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MachineConfig) MarshalToVT

func (m *MachineConfig) MarshalToVT(dAtA []byte) (int, error)

func (*MachineConfig) MarshalVT

func (m *MachineConfig) MarshalVT() (dAtA []byte, err error)

func (*MachineConfig) ProtoMessage

func (*MachineConfig) ProtoMessage()

func (*MachineConfig) ProtoReflect

func (x *MachineConfig) ProtoReflect() protoreflect.Message

func (*MachineConfig) Reset

func (x *MachineConfig) Reset()

func (*MachineConfig) SizeVT

func (m *MachineConfig) SizeVT() (n int)

func (*MachineConfig) String

func (x *MachineConfig) String() string

func (*MachineConfig) UnmarshalVT

func (m *MachineConfig) UnmarshalVT(dAtA []byte) error

type MachineConfig_MachineType

type MachineConfig_MachineType int32
const (
	MachineConfig_TYPE_UNKNOWN       MachineConfig_MachineType = 0
	MachineConfig_TYPE_INIT          MachineConfig_MachineType = 1
	MachineConfig_TYPE_CONTROL_PLANE MachineConfig_MachineType = 2
	MachineConfig_TYPE_WORKER        MachineConfig_MachineType = 3
)

func (MachineConfig_MachineType) Descriptor

func (MachineConfig_MachineType) Enum

func (MachineConfig_MachineType) EnumDescriptor deprecated

func (MachineConfig_MachineType) EnumDescriptor() ([]byte, []int)

Deprecated: Use MachineConfig_MachineType.Descriptor instead.

func (MachineConfig_MachineType) Number

func (MachineConfig_MachineType) String

func (x MachineConfig_MachineType) String() string

func (MachineConfig_MachineType) Type

type MachineServiceClient

type MachineServiceClient interface {
	ApplyConfiguration(ctx context.Context, in *ApplyConfigurationRequest, opts ...grpc.CallOption) (*ApplyConfigurationResponse, error)
	// Bootstrap method starts control plane bootstrap flow.
	Bootstrap(ctx context.Context, in *BootstrapRequest, opts ...grpc.CallOption) (*BootstrapResponse, error)
	Containers(ctx context.Context, in *ContainersRequest, opts ...grpc.CallOption) (*ContainersResponse, error)
	Copy(ctx context.Context, in *CopyRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[common.Data], error)
	CPUFreqStats(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*CPUFreqStatsResponse, error)
	CPUInfo(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*CPUInfoResponse, error)
	DiskStats(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*DiskStatsResponse, error)
	Dmesg(ctx context.Context, in *DmesgRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[common.Data], error)
	Events(ctx context.Context, in *EventsRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[Event], error)
	Hostname(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*HostnameResponse, error)
	// NomadConfig downloads a Nomad CLI client configuration bundle (returned as a .tar.gz stream).
	NomadConfig(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (grpc.ServerStreamingClient[common.Data], error)
	// ConsulConfig downloads a Consul CLI client configuration bundle (returned as a .tar.gz stream).
	ConsulConfig(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (grpc.ServerStreamingClient[common.Data], error)
	// OpenBaoConfig downloads an OpenBao/Vault CLI client configuration bundle (returned as a .tar.gz stream).
	OpenBaoConfig(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (grpc.ServerStreamingClient[common.Data], error)
	List(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[FileInfo], error)
	DiskUsage(ctx context.Context, in *DiskUsageRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[DiskUsageInfo], error)
	LoadAvg(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*LoadAvgResponse, error)
	Logs(ctx context.Context, in *LogsRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[common.Data], error)
	LogsContainers(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*LogsContainersResponse, error)
	Memory(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*MemoryResponse, error)
	Mounts(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*MountsResponse, error)
	NetworkDeviceStats(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*NetworkDeviceStatsResponse, error)
	Processes(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ProcessesResponse, error)
	Read(ctx context.Context, in *ReadRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[common.Data], error)
	Reboot(ctx context.Context, in *RebootRequest, opts ...grpc.CallOption) (*RebootResponse, error)
	Restart(ctx context.Context, in *RestartRequest, opts ...grpc.CallOption) (*RestartResponse, error)
	Rollback(ctx context.Context, in *RollbackRequest, opts ...grpc.CallOption) (*RollbackResponse, error)
	Reset(ctx context.Context, in *ResetRequest, opts ...grpc.CallOption) (*ResetResponse, error)
	ServiceList(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ServiceListResponse, error)
	ServiceRestart(ctx context.Context, in *ServiceRestartRequest, opts ...grpc.CallOption) (*ServiceRestartResponse, error)
	ServiceStart(ctx context.Context, in *ServiceStartRequest, opts ...grpc.CallOption) (*ServiceStartResponse, error)
	ServiceStop(ctx context.Context, in *ServiceStopRequest, opts ...grpc.CallOption) (*ServiceStopResponse, error)
	Shutdown(ctx context.Context, in *ShutdownRequest, opts ...grpc.CallOption) (*ShutdownResponse, error)
	Stats(ctx context.Context, in *StatsRequest, opts ...grpc.CallOption) (*StatsResponse, error)
	SystemStat(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*SystemStatResponse, error)
	Upgrade(ctx context.Context, in *UpgradeRequest, opts ...grpc.CallOption) (*UpgradeResponse, error)
	Version(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*VersionResponse, error)
	// GenerateClientConfiguration generates chuboctl client configuration.
	GenerateClientConfiguration(ctx context.Context, in *GenerateClientConfigurationRequest, opts ...grpc.CallOption) (*GenerateClientConfigurationResponse, error)
	// PacketCapture performs packet capture and streams back pcap file.
	PacketCapture(ctx context.Context, in *PacketCaptureRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[common.Data], error)
	// Netstat provides information about network connections.
	Netstat(ctx context.Context, in *NetstatRequest, opts ...grpc.CallOption) (*NetstatResponse, error)
	// MetaWrite writes a META key-value pair.
	MetaWrite(ctx context.Context, in *MetaWriteRequest, opts ...grpc.CallOption) (*MetaWriteResponse, error)
	// MetaDelete deletes a META key.
	MetaDelete(ctx context.Context, in *MetaDeleteRequest, opts ...grpc.CallOption) (*MetaDeleteResponse, error)
	// Deprecated: Do not use.
	// ImageList lists images in the CRI.
	//
	// Use ImageService List RPC instead.
	ImageList(ctx context.Context, in *ImageListRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[ImageListResponse], error)
	// Deprecated: Do not use.
	// ImagePull pulls an image into the CRI.
	//
	// Use ImageService Pull RPC instead.
	ImagePull(ctx context.Context, in *ImagePullRequest, opts ...grpc.CallOption) (*ImagePullResponse, error)
}

MachineServiceClient is the client API for MachineService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

The machine service definition.

type MachineServiceServer

type MachineServiceServer interface {
	ApplyConfiguration(context.Context, *ApplyConfigurationRequest) (*ApplyConfigurationResponse, error)
	// Bootstrap method starts control plane bootstrap flow.
	Bootstrap(context.Context, *BootstrapRequest) (*BootstrapResponse, error)
	Containers(context.Context, *ContainersRequest) (*ContainersResponse, error)
	Copy(*CopyRequest, grpc.ServerStreamingServer[common.Data]) error
	CPUFreqStats(context.Context, *emptypb.Empty) (*CPUFreqStatsResponse, error)
	CPUInfo(context.Context, *emptypb.Empty) (*CPUInfoResponse, error)
	DiskStats(context.Context, *emptypb.Empty) (*DiskStatsResponse, error)
	Dmesg(*DmesgRequest, grpc.ServerStreamingServer[common.Data]) error
	Events(*EventsRequest, grpc.ServerStreamingServer[Event]) error
	Hostname(context.Context, *emptypb.Empty) (*HostnameResponse, error)
	// NomadConfig downloads a Nomad CLI client configuration bundle (returned as a .tar.gz stream).
	NomadConfig(*emptypb.Empty, grpc.ServerStreamingServer[common.Data]) error
	// ConsulConfig downloads a Consul CLI client configuration bundle (returned as a .tar.gz stream).
	ConsulConfig(*emptypb.Empty, grpc.ServerStreamingServer[common.Data]) error
	// OpenBaoConfig downloads an OpenBao/Vault CLI client configuration bundle (returned as a .tar.gz stream).
	OpenBaoConfig(*emptypb.Empty, grpc.ServerStreamingServer[common.Data]) error
	List(*ListRequest, grpc.ServerStreamingServer[FileInfo]) error
	DiskUsage(*DiskUsageRequest, grpc.ServerStreamingServer[DiskUsageInfo]) error
	LoadAvg(context.Context, *emptypb.Empty) (*LoadAvgResponse, error)
	Logs(*LogsRequest, grpc.ServerStreamingServer[common.Data]) error
	LogsContainers(context.Context, *emptypb.Empty) (*LogsContainersResponse, error)
	Memory(context.Context, *emptypb.Empty) (*MemoryResponse, error)
	Mounts(context.Context, *emptypb.Empty) (*MountsResponse, error)
	NetworkDeviceStats(context.Context, *emptypb.Empty) (*NetworkDeviceStatsResponse, error)
	Processes(context.Context, *emptypb.Empty) (*ProcessesResponse, error)
	Read(*ReadRequest, grpc.ServerStreamingServer[common.Data]) error
	Reboot(context.Context, *RebootRequest) (*RebootResponse, error)
	Restart(context.Context, *RestartRequest) (*RestartResponse, error)
	Rollback(context.Context, *RollbackRequest) (*RollbackResponse, error)
	Reset(context.Context, *ResetRequest) (*ResetResponse, error)
	ServiceList(context.Context, *emptypb.Empty) (*ServiceListResponse, error)
	ServiceRestart(context.Context, *ServiceRestartRequest) (*ServiceRestartResponse, error)
	ServiceStart(context.Context, *ServiceStartRequest) (*ServiceStartResponse, error)
	ServiceStop(context.Context, *ServiceStopRequest) (*ServiceStopResponse, error)
	Shutdown(context.Context, *ShutdownRequest) (*ShutdownResponse, error)
	Stats(context.Context, *StatsRequest) (*StatsResponse, error)
	SystemStat(context.Context, *emptypb.Empty) (*SystemStatResponse, error)
	Upgrade(context.Context, *UpgradeRequest) (*UpgradeResponse, error)
	Version(context.Context, *emptypb.Empty) (*VersionResponse, error)
	// GenerateClientConfiguration generates chuboctl client configuration.
	GenerateClientConfiguration(context.Context, *GenerateClientConfigurationRequest) (*GenerateClientConfigurationResponse, error)
	// PacketCapture performs packet capture and streams back pcap file.
	PacketCapture(*PacketCaptureRequest, grpc.ServerStreamingServer[common.Data]) error
	// Netstat provides information about network connections.
	Netstat(context.Context, *NetstatRequest) (*NetstatResponse, error)
	// MetaWrite writes a META key-value pair.
	MetaWrite(context.Context, *MetaWriteRequest) (*MetaWriteResponse, error)
	// MetaDelete deletes a META key.
	MetaDelete(context.Context, *MetaDeleteRequest) (*MetaDeleteResponse, error)
	// Deprecated: Do not use.
	// ImageList lists images in the CRI.
	//
	// Use ImageService List RPC instead.
	ImageList(*ImageListRequest, grpc.ServerStreamingServer[ImageListResponse]) error
	// Deprecated: Do not use.
	// ImagePull pulls an image into the CRI.
	//
	// Use ImageService Pull RPC instead.
	ImagePull(context.Context, *ImagePullRequest) (*ImagePullResponse, error)
	// contains filtered or unexported methods
}

MachineServiceServer is the server API for MachineService service. All implementations must embed UnimplementedMachineServiceServer for forward compatibility.

The machine service definition.

type MachineService_ConsulConfigClient

type MachineService_ConsulConfigClient = grpc.ServerStreamingClient[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_ConsulConfigServer

type MachineService_ConsulConfigServer = grpc.ServerStreamingServer[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_CopyClient

type MachineService_CopyClient = grpc.ServerStreamingClient[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_CopyServer

type MachineService_CopyServer = grpc.ServerStreamingServer[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_DiskUsageClient

type MachineService_DiskUsageClient = grpc.ServerStreamingClient[DiskUsageInfo]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_DiskUsageServer

type MachineService_DiskUsageServer = grpc.ServerStreamingServer[DiskUsageInfo]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_DmesgClient

type MachineService_DmesgClient = grpc.ServerStreamingClient[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_DmesgServer

type MachineService_DmesgServer = grpc.ServerStreamingServer[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_EventsClient

type MachineService_EventsClient = grpc.ServerStreamingClient[Event]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_EventsServer

type MachineService_EventsServer = grpc.ServerStreamingServer[Event]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_ImageListClient

type MachineService_ImageListClient = grpc.ServerStreamingClient[ImageListResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_ImageListServer

type MachineService_ImageListServer = grpc.ServerStreamingServer[ImageListResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_ListClient

type MachineService_ListClient = grpc.ServerStreamingClient[FileInfo]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_ListServer

type MachineService_ListServer = grpc.ServerStreamingServer[FileInfo]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_LogsClient

type MachineService_LogsClient = grpc.ServerStreamingClient[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_LogsServer

type MachineService_LogsServer = grpc.ServerStreamingServer[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_NomadConfigClient

type MachineService_NomadConfigClient = grpc.ServerStreamingClient[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_NomadConfigServer

type MachineService_NomadConfigServer = grpc.ServerStreamingServer[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_OpenBaoConfigClient

type MachineService_OpenBaoConfigClient = grpc.ServerStreamingClient[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_OpenBaoConfigServer

type MachineService_OpenBaoConfigServer = grpc.ServerStreamingServer[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_PacketCaptureClient

type MachineService_PacketCaptureClient = grpc.ServerStreamingClient[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_PacketCaptureServer

type MachineService_PacketCaptureServer = grpc.ServerStreamingServer[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_ReadClient

type MachineService_ReadClient = grpc.ServerStreamingClient[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineService_ReadServer

type MachineService_ReadServer = grpc.ServerStreamingServer[common.Data]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type MachineStatusEvent

type MachineStatusEvent struct {
	Stage  MachineStatusEvent_MachineStage   `protobuf:"varint,1,opt,name=stage,proto3,enum=machine.MachineStatusEvent_MachineStage" json:"stage,omitempty"`
	Status *MachineStatusEvent_MachineStatus `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

MachineStatusEvent reports changes to the MachineStatus resource.

func (*MachineStatusEvent) Descriptor deprecated

func (*MachineStatusEvent) Descriptor() ([]byte, []int)

Deprecated: Use MachineStatusEvent.ProtoReflect.Descriptor instead.

func (*MachineStatusEvent) GetStage

func (*MachineStatusEvent) GetStatus

func (*MachineStatusEvent) MarshalToSizedBufferVT

func (m *MachineStatusEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MachineStatusEvent) MarshalToVT

func (m *MachineStatusEvent) MarshalToVT(dAtA []byte) (int, error)

func (*MachineStatusEvent) MarshalVT

func (m *MachineStatusEvent) MarshalVT() (dAtA []byte, err error)

func (*MachineStatusEvent) ProtoMessage

func (*MachineStatusEvent) ProtoMessage()

func (*MachineStatusEvent) ProtoReflect

func (x *MachineStatusEvent) ProtoReflect() protoreflect.Message

func (*MachineStatusEvent) Reset

func (x *MachineStatusEvent) Reset()

func (*MachineStatusEvent) SizeVT

func (m *MachineStatusEvent) SizeVT() (n int)

func (*MachineStatusEvent) String

func (x *MachineStatusEvent) String() string

func (*MachineStatusEvent) UnmarshalVT

func (m *MachineStatusEvent) UnmarshalVT(dAtA []byte) error

type MachineStatusEvent_MachineStage

type MachineStatusEvent_MachineStage int32
const (
	MachineStatusEvent_UNKNOWN       MachineStatusEvent_MachineStage = 0
	MachineStatusEvent_BOOTING       MachineStatusEvent_MachineStage = 1
	MachineStatusEvent_INSTALLING    MachineStatusEvent_MachineStage = 2
	MachineStatusEvent_MAINTENANCE   MachineStatusEvent_MachineStage = 3
	MachineStatusEvent_RUNNING       MachineStatusEvent_MachineStage = 4
	MachineStatusEvent_REBOOTING     MachineStatusEvent_MachineStage = 5
	MachineStatusEvent_SHUTTING_DOWN MachineStatusEvent_MachineStage = 6
	MachineStatusEvent_RESETTING     MachineStatusEvent_MachineStage = 7
	MachineStatusEvent_UPGRADING     MachineStatusEvent_MachineStage = 8
)

func (MachineStatusEvent_MachineStage) Descriptor

func (MachineStatusEvent_MachineStage) Enum

func (MachineStatusEvent_MachineStage) EnumDescriptor deprecated

func (MachineStatusEvent_MachineStage) EnumDescriptor() ([]byte, []int)

Deprecated: Use MachineStatusEvent_MachineStage.Descriptor instead.

func (MachineStatusEvent_MachineStage) Number

func (MachineStatusEvent_MachineStage) String

func (MachineStatusEvent_MachineStage) Type

type MachineStatusEvent_MachineStatus

type MachineStatusEvent_MachineStatus struct {
	Ready           bool                                               `protobuf:"varint,1,opt,name=ready,proto3" json:"ready,omitempty"`
	UnmetConditions []*MachineStatusEvent_MachineStatus_UnmetCondition `protobuf:"bytes,2,rep,name=unmet_conditions,json=unmetConditions,proto3" json:"unmet_conditions,omitempty"`
	// contains filtered or unexported fields
}

func (*MachineStatusEvent_MachineStatus) Descriptor deprecated

func (*MachineStatusEvent_MachineStatus) Descriptor() ([]byte, []int)

Deprecated: Use MachineStatusEvent_MachineStatus.ProtoReflect.Descriptor instead.

func (*MachineStatusEvent_MachineStatus) GetReady

func (x *MachineStatusEvent_MachineStatus) GetReady() bool

func (*MachineStatusEvent_MachineStatus) GetUnmetConditions

func (*MachineStatusEvent_MachineStatus) MarshalToSizedBufferVT

func (m *MachineStatusEvent_MachineStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MachineStatusEvent_MachineStatus) MarshalToVT

func (m *MachineStatusEvent_MachineStatus) MarshalToVT(dAtA []byte) (int, error)

func (*MachineStatusEvent_MachineStatus) MarshalVT

func (m *MachineStatusEvent_MachineStatus) MarshalVT() (dAtA []byte, err error)

func (*MachineStatusEvent_MachineStatus) ProtoMessage

func (*MachineStatusEvent_MachineStatus) ProtoMessage()

func (*MachineStatusEvent_MachineStatus) ProtoReflect

func (*MachineStatusEvent_MachineStatus) Reset

func (*MachineStatusEvent_MachineStatus) SizeVT

func (m *MachineStatusEvent_MachineStatus) SizeVT() (n int)

func (*MachineStatusEvent_MachineStatus) String

func (*MachineStatusEvent_MachineStatus) UnmarshalVT

func (m *MachineStatusEvent_MachineStatus) UnmarshalVT(dAtA []byte) error

type MachineStatusEvent_MachineStatus_UnmetCondition

type MachineStatusEvent_MachineStatus_UnmetCondition struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*MachineStatusEvent_MachineStatus_UnmetCondition) Descriptor deprecated

Deprecated: Use MachineStatusEvent_MachineStatus_UnmetCondition.ProtoReflect.Descriptor instead.

func (*MachineStatusEvent_MachineStatus_UnmetCondition) GetName

func (*MachineStatusEvent_MachineStatus_UnmetCondition) GetReason

func (*MachineStatusEvent_MachineStatus_UnmetCondition) MarshalToSizedBufferVT

func (m *MachineStatusEvent_MachineStatus_UnmetCondition) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MachineStatusEvent_MachineStatus_UnmetCondition) MarshalToVT

func (*MachineStatusEvent_MachineStatus_UnmetCondition) MarshalVT

func (m *MachineStatusEvent_MachineStatus_UnmetCondition) MarshalVT() (dAtA []byte, err error)

func (*MachineStatusEvent_MachineStatus_UnmetCondition) ProtoMessage

func (*MachineStatusEvent_MachineStatus_UnmetCondition) ProtoReflect

func (*MachineStatusEvent_MachineStatus_UnmetCondition) Reset

func (*MachineStatusEvent_MachineStatus_UnmetCondition) SizeVT

func (*MachineStatusEvent_MachineStatus_UnmetCondition) String

func (*MachineStatusEvent_MachineStatus_UnmetCondition) UnmarshalVT

type MemInfo

type MemInfo struct {
	Memtotal          uint64 `protobuf:"varint,1,opt,name=memtotal,proto3" json:"memtotal,omitempty"`
	Memfree           uint64 `protobuf:"varint,2,opt,name=memfree,proto3" json:"memfree,omitempty"`
	Memavailable      uint64 `protobuf:"varint,3,opt,name=memavailable,proto3" json:"memavailable,omitempty"`
	Buffers           uint64 `protobuf:"varint,4,opt,name=buffers,proto3" json:"buffers,omitempty"`
	Cached            uint64 `protobuf:"varint,5,opt,name=cached,proto3" json:"cached,omitempty"`
	Swapcached        uint64 `protobuf:"varint,6,opt,name=swapcached,proto3" json:"swapcached,omitempty"`
	Active            uint64 `protobuf:"varint,7,opt,name=active,proto3" json:"active,omitempty"`
	Inactive          uint64 `protobuf:"varint,8,opt,name=inactive,proto3" json:"inactive,omitempty"`
	Activeanon        uint64 `protobuf:"varint,9,opt,name=activeanon,proto3" json:"activeanon,omitempty"`
	Inactiveanon      uint64 `protobuf:"varint,10,opt,name=inactiveanon,proto3" json:"inactiveanon,omitempty"`
	Activefile        uint64 `protobuf:"varint,11,opt,name=activefile,proto3" json:"activefile,omitempty"`
	Inactivefile      uint64 `protobuf:"varint,12,opt,name=inactivefile,proto3" json:"inactivefile,omitempty"`
	Unevictable       uint64 `protobuf:"varint,13,opt,name=unevictable,proto3" json:"unevictable,omitempty"`
	Mlocked           uint64 `protobuf:"varint,14,opt,name=mlocked,proto3" json:"mlocked,omitempty"`
	Swaptotal         uint64 `protobuf:"varint,15,opt,name=swaptotal,proto3" json:"swaptotal,omitempty"`
	Swapfree          uint64 `protobuf:"varint,16,opt,name=swapfree,proto3" json:"swapfree,omitempty"`
	Dirty             uint64 `protobuf:"varint,17,opt,name=dirty,proto3" json:"dirty,omitempty"`
	Writeback         uint64 `protobuf:"varint,18,opt,name=writeback,proto3" json:"writeback,omitempty"`
	Anonpages         uint64 `protobuf:"varint,19,opt,name=anonpages,proto3" json:"anonpages,omitempty"`
	Mapped            uint64 `protobuf:"varint,20,opt,name=mapped,proto3" json:"mapped,omitempty"`
	Shmem             uint64 `protobuf:"varint,21,opt,name=shmem,proto3" json:"shmem,omitempty"`
	Slab              uint64 `protobuf:"varint,22,opt,name=slab,proto3" json:"slab,omitempty"`
	Sreclaimable      uint64 `protobuf:"varint,23,opt,name=sreclaimable,proto3" json:"sreclaimable,omitempty"`
	Sunreclaim        uint64 `protobuf:"varint,24,opt,name=sunreclaim,proto3" json:"sunreclaim,omitempty"`
	Kernelstack       uint64 `protobuf:"varint,25,opt,name=kernelstack,proto3" json:"kernelstack,omitempty"`
	Pagetables        uint64 `protobuf:"varint,26,opt,name=pagetables,proto3" json:"pagetables,omitempty"`
	Nfsunstable       uint64 `protobuf:"varint,27,opt,name=nfsunstable,proto3" json:"nfsunstable,omitempty"`
	Bounce            uint64 `protobuf:"varint,28,opt,name=bounce,proto3" json:"bounce,omitempty"`
	Writebacktmp      uint64 `protobuf:"varint,29,opt,name=writebacktmp,proto3" json:"writebacktmp,omitempty"`
	Commitlimit       uint64 `protobuf:"varint,30,opt,name=commitlimit,proto3" json:"commitlimit,omitempty"`
	Committedas       uint64 `protobuf:"varint,31,opt,name=committedas,proto3" json:"committedas,omitempty"`
	Vmalloctotal      uint64 `protobuf:"varint,32,opt,name=vmalloctotal,proto3" json:"vmalloctotal,omitempty"`
	Vmallocused       uint64 `protobuf:"varint,33,opt,name=vmallocused,proto3" json:"vmallocused,omitempty"`
	Vmallocchunk      uint64 `protobuf:"varint,34,opt,name=vmallocchunk,proto3" json:"vmallocchunk,omitempty"`
	Hardwarecorrupted uint64 `protobuf:"varint,35,opt,name=hardwarecorrupted,proto3" json:"hardwarecorrupted,omitempty"`
	Anonhugepages     uint64 `protobuf:"varint,36,opt,name=anonhugepages,proto3" json:"anonhugepages,omitempty"`
	Shmemhugepages    uint64 `protobuf:"varint,37,opt,name=shmemhugepages,proto3" json:"shmemhugepages,omitempty"`
	Shmempmdmapped    uint64 `protobuf:"varint,38,opt,name=shmempmdmapped,proto3" json:"shmempmdmapped,omitempty"`
	Cmatotal          uint64 `protobuf:"varint,39,opt,name=cmatotal,proto3" json:"cmatotal,omitempty"`
	Cmafree           uint64 `protobuf:"varint,40,opt,name=cmafree,proto3" json:"cmafree,omitempty"`
	Hugepagestotal    uint64 `protobuf:"varint,41,opt,name=hugepagestotal,proto3" json:"hugepagestotal,omitempty"`
	Hugepagesfree     uint64 `protobuf:"varint,42,opt,name=hugepagesfree,proto3" json:"hugepagesfree,omitempty"`
	Hugepagesrsvd     uint64 `protobuf:"varint,43,opt,name=hugepagesrsvd,proto3" json:"hugepagesrsvd,omitempty"`
	Hugepagessurp     uint64 `protobuf:"varint,44,opt,name=hugepagessurp,proto3" json:"hugepagessurp,omitempty"`
	Hugepagesize      uint64 `protobuf:"varint,45,opt,name=hugepagesize,proto3" json:"hugepagesize,omitempty"`
	Directmap4K       uint64 `protobuf:"varint,46,opt,name=directmap4k,proto3" json:"directmap4k,omitempty"`
	Directmap2M       uint64 `protobuf:"varint,47,opt,name=directmap2m,proto3" json:"directmap2m,omitempty"`
	Directmap1G       uint64 `protobuf:"varint,48,opt,name=directmap1g,proto3" json:"directmap1g,omitempty"`
	// contains filtered or unexported fields
}

func (*MemInfo) Descriptor deprecated

func (*MemInfo) Descriptor() ([]byte, []int)

Deprecated: Use MemInfo.ProtoReflect.Descriptor instead.

func (*MemInfo) GetActive

func (x *MemInfo) GetActive() uint64

func (*MemInfo) GetActiveanon

func (x *MemInfo) GetActiveanon() uint64

func (*MemInfo) GetActivefile

func (x *MemInfo) GetActivefile() uint64

func (*MemInfo) GetAnonhugepages

func (x *MemInfo) GetAnonhugepages() uint64

func (*MemInfo) GetAnonpages

func (x *MemInfo) GetAnonpages() uint64

func (*MemInfo) GetBounce

func (x *MemInfo) GetBounce() uint64

func (*MemInfo) GetBuffers

func (x *MemInfo) GetBuffers() uint64

func (*MemInfo) GetCached

func (x *MemInfo) GetCached() uint64

func (*MemInfo) GetCmafree

func (x *MemInfo) GetCmafree() uint64

func (*MemInfo) GetCmatotal

func (x *MemInfo) GetCmatotal() uint64

func (*MemInfo) GetCommitlimit

func (x *MemInfo) GetCommitlimit() uint64

func (*MemInfo) GetCommittedas

func (x *MemInfo) GetCommittedas() uint64

func (*MemInfo) GetDirectmap1G

func (x *MemInfo) GetDirectmap1G() uint64

func (*MemInfo) GetDirectmap2M

func (x *MemInfo) GetDirectmap2M() uint64

func (*MemInfo) GetDirectmap4K

func (x *MemInfo) GetDirectmap4K() uint64

func (*MemInfo) GetDirty

func (x *MemInfo) GetDirty() uint64

func (*MemInfo) GetHardwarecorrupted

func (x *MemInfo) GetHardwarecorrupted() uint64

func (*MemInfo) GetHugepagesfree

func (x *MemInfo) GetHugepagesfree() uint64

func (*MemInfo) GetHugepagesize

func (x *MemInfo) GetHugepagesize() uint64

func (*MemInfo) GetHugepagesrsvd

func (x *MemInfo) GetHugepagesrsvd() uint64

func (*MemInfo) GetHugepagessurp

func (x *MemInfo) GetHugepagessurp() uint64

func (*MemInfo) GetHugepagestotal

func (x *MemInfo) GetHugepagestotal() uint64

func (*MemInfo) GetInactive

func (x *MemInfo) GetInactive() uint64

func (*MemInfo) GetInactiveanon

func (x *MemInfo) GetInactiveanon() uint64

func (*MemInfo) GetInactivefile

func (x *MemInfo) GetInactivefile() uint64

func (*MemInfo) GetKernelstack

func (x *MemInfo) GetKernelstack() uint64

func (*MemInfo) GetMapped

func (x *MemInfo) GetMapped() uint64

func (*MemInfo) GetMemavailable

func (x *MemInfo) GetMemavailable() uint64

func (*MemInfo) GetMemfree

func (x *MemInfo) GetMemfree() uint64

func (*MemInfo) GetMemtotal

func (x *MemInfo) GetMemtotal() uint64

func (*MemInfo) GetMlocked

func (x *MemInfo) GetMlocked() uint64

func (*MemInfo) GetNfsunstable

func (x *MemInfo) GetNfsunstable() uint64

func (*MemInfo) GetPagetables

func (x *MemInfo) GetPagetables() uint64

func (*MemInfo) GetShmem

func (x *MemInfo) GetShmem() uint64

func (*MemInfo) GetShmemhugepages

func (x *MemInfo) GetShmemhugepages() uint64

func (*MemInfo) GetShmempmdmapped

func (x *MemInfo) GetShmempmdmapped() uint64

func (*MemInfo) GetSlab

func (x *MemInfo) GetSlab() uint64

func (*MemInfo) GetSreclaimable

func (x *MemInfo) GetSreclaimable() uint64

func (*MemInfo) GetSunreclaim

func (x *MemInfo) GetSunreclaim() uint64

func (*MemInfo) GetSwapcached

func (x *MemInfo) GetSwapcached() uint64

func (*MemInfo) GetSwapfree

func (x *MemInfo) GetSwapfree() uint64

func (*MemInfo) GetSwaptotal

func (x *MemInfo) GetSwaptotal() uint64

func (*MemInfo) GetUnevictable

func (x *MemInfo) GetUnevictable() uint64

func (*MemInfo) GetVmallocchunk

func (x *MemInfo) GetVmallocchunk() uint64

func (*MemInfo) GetVmalloctotal

func (x *MemInfo) GetVmalloctotal() uint64

func (*MemInfo) GetVmallocused

func (x *MemInfo) GetVmallocused() uint64

func (*MemInfo) GetWriteback

func (x *MemInfo) GetWriteback() uint64

func (*MemInfo) GetWritebacktmp

func (x *MemInfo) GetWritebacktmp() uint64

func (*MemInfo) MarshalToSizedBufferVT

func (m *MemInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MemInfo) MarshalToVT

func (m *MemInfo) MarshalToVT(dAtA []byte) (int, error)

func (*MemInfo) MarshalVT

func (m *MemInfo) MarshalVT() (dAtA []byte, err error)

func (*MemInfo) ProtoMessage

func (*MemInfo) ProtoMessage()

func (*MemInfo) ProtoReflect

func (x *MemInfo) ProtoReflect() protoreflect.Message

func (*MemInfo) Reset

func (x *MemInfo) Reset()

func (*MemInfo) SizeVT

func (m *MemInfo) SizeVT() (n int)

func (*MemInfo) String

func (x *MemInfo) String() string

func (*MemInfo) UnmarshalVT

func (m *MemInfo) UnmarshalVT(dAtA []byte) error

type Memory

type Memory struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Meminfo  *MemInfo         `protobuf:"bytes,2,opt,name=meminfo,proto3" json:"meminfo,omitempty"`
	// contains filtered or unexported fields
}

func (*Memory) Descriptor deprecated

func (*Memory) Descriptor() ([]byte, []int)

Deprecated: Use Memory.ProtoReflect.Descriptor instead.

func (*Memory) GetMeminfo

func (x *Memory) GetMeminfo() *MemInfo

func (*Memory) GetMetadata

func (x *Memory) GetMetadata() *common.Metadata

func (*Memory) MarshalToSizedBufferVT

func (m *Memory) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Memory) MarshalToVT

func (m *Memory) MarshalToVT(dAtA []byte) (int, error)

func (*Memory) MarshalVT

func (m *Memory) MarshalVT() (dAtA []byte, err error)

func (*Memory) ProtoMessage

func (*Memory) ProtoMessage()

func (*Memory) ProtoReflect

func (x *Memory) ProtoReflect() protoreflect.Message

func (*Memory) Reset

func (x *Memory) Reset()

func (*Memory) SizeVT

func (m *Memory) SizeVT() (n int)

func (*Memory) String

func (x *Memory) String() string

func (*Memory) UnmarshalVT

func (m *Memory) UnmarshalVT(dAtA []byte) error

type MemoryResponse

type MemoryResponse struct {
	Messages []*Memory `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*MemoryResponse) Descriptor deprecated

func (*MemoryResponse) Descriptor() ([]byte, []int)

Deprecated: Use MemoryResponse.ProtoReflect.Descriptor instead.

func (*MemoryResponse) GetMessages

func (x *MemoryResponse) GetMessages() []*Memory

func (*MemoryResponse) MarshalToSizedBufferVT

func (m *MemoryResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MemoryResponse) MarshalToVT

func (m *MemoryResponse) MarshalToVT(dAtA []byte) (int, error)

func (*MemoryResponse) MarshalVT

func (m *MemoryResponse) MarshalVT() (dAtA []byte, err error)

func (*MemoryResponse) ProtoMessage

func (*MemoryResponse) ProtoMessage()

func (*MemoryResponse) ProtoReflect

func (x *MemoryResponse) ProtoReflect() protoreflect.Message

func (*MemoryResponse) Reset

func (x *MemoryResponse) Reset()

func (*MemoryResponse) SizeVT

func (m *MemoryResponse) SizeVT() (n int)

func (*MemoryResponse) String

func (x *MemoryResponse) String() string

func (*MemoryResponse) UnmarshalVT

func (m *MemoryResponse) UnmarshalVT(dAtA []byte) error

type MetaDelete

type MetaDelete struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*MetaDelete) Descriptor deprecated

func (*MetaDelete) Descriptor() ([]byte, []int)

Deprecated: Use MetaDelete.ProtoReflect.Descriptor instead.

func (*MetaDelete) GetMetadata

func (x *MetaDelete) GetMetadata() *common.Metadata

func (*MetaDelete) MarshalToSizedBufferVT

func (m *MetaDelete) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MetaDelete) MarshalToVT

func (m *MetaDelete) MarshalToVT(dAtA []byte) (int, error)

func (*MetaDelete) MarshalVT

func (m *MetaDelete) MarshalVT() (dAtA []byte, err error)

func (*MetaDelete) ProtoMessage

func (*MetaDelete) ProtoMessage()

func (*MetaDelete) ProtoReflect

func (x *MetaDelete) ProtoReflect() protoreflect.Message

func (*MetaDelete) Reset

func (x *MetaDelete) Reset()

func (*MetaDelete) SizeVT

func (m *MetaDelete) SizeVT() (n int)

func (*MetaDelete) String

func (x *MetaDelete) String() string

func (*MetaDelete) UnmarshalVT

func (m *MetaDelete) UnmarshalVT(dAtA []byte) error

type MetaDeleteRequest

type MetaDeleteRequest struct {
	Key uint32 `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*MetaDeleteRequest) Descriptor deprecated

func (*MetaDeleteRequest) Descriptor() ([]byte, []int)

Deprecated: Use MetaDeleteRequest.ProtoReflect.Descriptor instead.

func (*MetaDeleteRequest) GetKey

func (x *MetaDeleteRequest) GetKey() uint32

func (*MetaDeleteRequest) MarshalToSizedBufferVT

func (m *MetaDeleteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MetaDeleteRequest) MarshalToVT

func (m *MetaDeleteRequest) MarshalToVT(dAtA []byte) (int, error)

func (*MetaDeleteRequest) MarshalVT

func (m *MetaDeleteRequest) MarshalVT() (dAtA []byte, err error)

func (*MetaDeleteRequest) ProtoMessage

func (*MetaDeleteRequest) ProtoMessage()

func (*MetaDeleteRequest) ProtoReflect

func (x *MetaDeleteRequest) ProtoReflect() protoreflect.Message

func (*MetaDeleteRequest) Reset

func (x *MetaDeleteRequest) Reset()

func (*MetaDeleteRequest) SizeVT

func (m *MetaDeleteRequest) SizeVT() (n int)

func (*MetaDeleteRequest) String

func (x *MetaDeleteRequest) String() string

func (*MetaDeleteRequest) UnmarshalVT

func (m *MetaDeleteRequest) UnmarshalVT(dAtA []byte) error

type MetaDeleteResponse

type MetaDeleteResponse struct {
	Messages []*MetaDelete `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*MetaDeleteResponse) Descriptor deprecated

func (*MetaDeleteResponse) Descriptor() ([]byte, []int)

Deprecated: Use MetaDeleteResponse.ProtoReflect.Descriptor instead.

func (*MetaDeleteResponse) GetMessages

func (x *MetaDeleteResponse) GetMessages() []*MetaDelete

func (*MetaDeleteResponse) MarshalToSizedBufferVT

func (m *MetaDeleteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MetaDeleteResponse) MarshalToVT

func (m *MetaDeleteResponse) MarshalToVT(dAtA []byte) (int, error)

func (*MetaDeleteResponse) MarshalVT

func (m *MetaDeleteResponse) MarshalVT() (dAtA []byte, err error)

func (*MetaDeleteResponse) ProtoMessage

func (*MetaDeleteResponse) ProtoMessage()

func (*MetaDeleteResponse) ProtoReflect

func (x *MetaDeleteResponse) ProtoReflect() protoreflect.Message

func (*MetaDeleteResponse) Reset

func (x *MetaDeleteResponse) Reset()

func (*MetaDeleteResponse) SizeVT

func (m *MetaDeleteResponse) SizeVT() (n int)

func (*MetaDeleteResponse) String

func (x *MetaDeleteResponse) String() string

func (*MetaDeleteResponse) UnmarshalVT

func (m *MetaDeleteResponse) UnmarshalVT(dAtA []byte) error

type MetaWrite

type MetaWrite struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*MetaWrite) Descriptor deprecated

func (*MetaWrite) Descriptor() ([]byte, []int)

Deprecated: Use MetaWrite.ProtoReflect.Descriptor instead.

func (*MetaWrite) GetMetadata

func (x *MetaWrite) GetMetadata() *common.Metadata

func (*MetaWrite) MarshalToSizedBufferVT

func (m *MetaWrite) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MetaWrite) MarshalToVT

func (m *MetaWrite) MarshalToVT(dAtA []byte) (int, error)

func (*MetaWrite) MarshalVT

func (m *MetaWrite) MarshalVT() (dAtA []byte, err error)

func (*MetaWrite) ProtoMessage

func (*MetaWrite) ProtoMessage()

func (*MetaWrite) ProtoReflect

func (x *MetaWrite) ProtoReflect() protoreflect.Message

func (*MetaWrite) Reset

func (x *MetaWrite) Reset()

func (*MetaWrite) SizeVT

func (m *MetaWrite) SizeVT() (n int)

func (*MetaWrite) String

func (x *MetaWrite) String() string

func (*MetaWrite) UnmarshalVT

func (m *MetaWrite) UnmarshalVT(dAtA []byte) error

type MetaWriteRequest

type MetaWriteRequest struct {
	Key   uint32 `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*MetaWriteRequest) Descriptor deprecated

func (*MetaWriteRequest) Descriptor() ([]byte, []int)

Deprecated: Use MetaWriteRequest.ProtoReflect.Descriptor instead.

func (*MetaWriteRequest) GetKey

func (x *MetaWriteRequest) GetKey() uint32

func (*MetaWriteRequest) GetValue

func (x *MetaWriteRequest) GetValue() []byte

func (*MetaWriteRequest) MarshalToSizedBufferVT

func (m *MetaWriteRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MetaWriteRequest) MarshalToVT

func (m *MetaWriteRequest) MarshalToVT(dAtA []byte) (int, error)

func (*MetaWriteRequest) MarshalVT

func (m *MetaWriteRequest) MarshalVT() (dAtA []byte, err error)

func (*MetaWriteRequest) ProtoMessage

func (*MetaWriteRequest) ProtoMessage()

func (*MetaWriteRequest) ProtoReflect

func (x *MetaWriteRequest) ProtoReflect() protoreflect.Message

func (*MetaWriteRequest) Reset

func (x *MetaWriteRequest) Reset()

func (*MetaWriteRequest) SizeVT

func (m *MetaWriteRequest) SizeVT() (n int)

func (*MetaWriteRequest) String

func (x *MetaWriteRequest) String() string

func (*MetaWriteRequest) UnmarshalVT

func (m *MetaWriteRequest) UnmarshalVT(dAtA []byte) error

type MetaWriteResponse

type MetaWriteResponse struct {
	Messages []*MetaWrite `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*MetaWriteResponse) Descriptor deprecated

func (*MetaWriteResponse) Descriptor() ([]byte, []int)

Deprecated: Use MetaWriteResponse.ProtoReflect.Descriptor instead.

func (*MetaWriteResponse) GetMessages

func (x *MetaWriteResponse) GetMessages() []*MetaWrite

func (*MetaWriteResponse) MarshalToSizedBufferVT

func (m *MetaWriteResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MetaWriteResponse) MarshalToVT

func (m *MetaWriteResponse) MarshalToVT(dAtA []byte) (int, error)

func (*MetaWriteResponse) MarshalVT

func (m *MetaWriteResponse) MarshalVT() (dAtA []byte, err error)

func (*MetaWriteResponse) ProtoMessage

func (*MetaWriteResponse) ProtoMessage()

func (*MetaWriteResponse) ProtoReflect

func (x *MetaWriteResponse) ProtoReflect() protoreflect.Message

func (*MetaWriteResponse) Reset

func (x *MetaWriteResponse) Reset()

func (*MetaWriteResponse) SizeVT

func (m *MetaWriteResponse) SizeVT() (n int)

func (*MetaWriteResponse) String

func (x *MetaWriteResponse) String() string

func (*MetaWriteResponse) UnmarshalVT

func (m *MetaWriteResponse) UnmarshalVT(dAtA []byte) error

type MountStat

type MountStat struct {
	Filesystem string `protobuf:"bytes,1,opt,name=filesystem,proto3" json:"filesystem,omitempty"`
	Size       uint64 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Available  uint64 `protobuf:"varint,3,opt,name=available,proto3" json:"available,omitempty"`
	MountedOn  string `protobuf:"bytes,4,opt,name=mounted_on,json=mountedOn,proto3" json:"mounted_on,omitempty"`
	// contains filtered or unexported fields
}

The messages message containing the requested processes.

func (*MountStat) Descriptor deprecated

func (*MountStat) Descriptor() ([]byte, []int)

Deprecated: Use MountStat.ProtoReflect.Descriptor instead.

func (*MountStat) GetAvailable

func (x *MountStat) GetAvailable() uint64

func (*MountStat) GetFilesystem

func (x *MountStat) GetFilesystem() string

func (*MountStat) GetMountedOn

func (x *MountStat) GetMountedOn() string

func (*MountStat) GetSize

func (x *MountStat) GetSize() uint64

func (*MountStat) MarshalToSizedBufferVT

func (m *MountStat) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MountStat) MarshalToVT

func (m *MountStat) MarshalToVT(dAtA []byte) (int, error)

func (*MountStat) MarshalVT

func (m *MountStat) MarshalVT() (dAtA []byte, err error)

func (*MountStat) ProtoMessage

func (*MountStat) ProtoMessage()

func (*MountStat) ProtoReflect

func (x *MountStat) ProtoReflect() protoreflect.Message

func (*MountStat) Reset

func (x *MountStat) Reset()

func (*MountStat) SizeVT

func (m *MountStat) SizeVT() (n int)

func (*MountStat) String

func (x *MountStat) String() string

func (*MountStat) UnmarshalVT

func (m *MountStat) UnmarshalVT(dAtA []byte) error

type Mounts

type Mounts struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Stats    []*MountStat     `protobuf:"bytes,2,rep,name=stats,proto3" json:"stats,omitempty"`
	// contains filtered or unexported fields
}

The messages message containing the requested df stats.

func (*Mounts) Descriptor deprecated

func (*Mounts) Descriptor() ([]byte, []int)

Deprecated: Use Mounts.ProtoReflect.Descriptor instead.

func (*Mounts) GetMetadata

func (x *Mounts) GetMetadata() *common.Metadata

func (*Mounts) GetStats

func (x *Mounts) GetStats() []*MountStat

func (*Mounts) MarshalToSizedBufferVT

func (m *Mounts) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Mounts) MarshalToVT

func (m *Mounts) MarshalToVT(dAtA []byte) (int, error)

func (*Mounts) MarshalVT

func (m *Mounts) MarshalVT() (dAtA []byte, err error)

func (*Mounts) ProtoMessage

func (*Mounts) ProtoMessage()

func (*Mounts) ProtoReflect

func (x *Mounts) ProtoReflect() protoreflect.Message

func (*Mounts) Reset

func (x *Mounts) Reset()

func (*Mounts) SizeVT

func (m *Mounts) SizeVT() (n int)

func (*Mounts) String

func (x *Mounts) String() string

func (*Mounts) UnmarshalVT

func (m *Mounts) UnmarshalVT(dAtA []byte) error

type MountsResponse

type MountsResponse struct {
	Messages []*Mounts `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*MountsResponse) Descriptor deprecated

func (*MountsResponse) Descriptor() ([]byte, []int)

Deprecated: Use MountsResponse.ProtoReflect.Descriptor instead.

func (*MountsResponse) GetMessages

func (x *MountsResponse) GetMessages() []*Mounts

func (*MountsResponse) MarshalToSizedBufferVT

func (m *MountsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MountsResponse) MarshalToVT

func (m *MountsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*MountsResponse) MarshalVT

func (m *MountsResponse) MarshalVT() (dAtA []byte, err error)

func (*MountsResponse) ProtoMessage

func (*MountsResponse) ProtoMessage()

func (*MountsResponse) ProtoReflect

func (x *MountsResponse) ProtoReflect() protoreflect.Message

func (*MountsResponse) Reset

func (x *MountsResponse) Reset()

func (*MountsResponse) SizeVT

func (m *MountsResponse) SizeVT() (n int)

func (*MountsResponse) String

func (x *MountsResponse) String() string

func (*MountsResponse) UnmarshalVT

func (m *MountsResponse) UnmarshalVT(dAtA []byte) error

type NetDev

type NetDev struct {
	Name         string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	RxBytes      uint64 `protobuf:"varint,2,opt,name=rx_bytes,json=rxBytes,proto3" json:"rx_bytes,omitempty"`
	RxPackets    uint64 `protobuf:"varint,3,opt,name=rx_packets,json=rxPackets,proto3" json:"rx_packets,omitempty"`
	RxErrors     uint64 `protobuf:"varint,4,opt,name=rx_errors,json=rxErrors,proto3" json:"rx_errors,omitempty"`
	RxDropped    uint64 `protobuf:"varint,5,opt,name=rx_dropped,json=rxDropped,proto3" json:"rx_dropped,omitempty"`
	RxFifo       uint64 `protobuf:"varint,6,opt,name=rx_fifo,json=rxFifo,proto3" json:"rx_fifo,omitempty"`
	RxFrame      uint64 `protobuf:"varint,7,opt,name=rx_frame,json=rxFrame,proto3" json:"rx_frame,omitempty"`
	RxCompressed uint64 `protobuf:"varint,8,opt,name=rx_compressed,json=rxCompressed,proto3" json:"rx_compressed,omitempty"`
	RxMulticast  uint64 `protobuf:"varint,9,opt,name=rx_multicast,json=rxMulticast,proto3" json:"rx_multicast,omitempty"`
	TxBytes      uint64 `protobuf:"varint,10,opt,name=tx_bytes,json=txBytes,proto3" json:"tx_bytes,omitempty"`
	TxPackets    uint64 `protobuf:"varint,11,opt,name=tx_packets,json=txPackets,proto3" json:"tx_packets,omitempty"`
	TxErrors     uint64 `protobuf:"varint,12,opt,name=tx_errors,json=txErrors,proto3" json:"tx_errors,omitempty"`
	TxDropped    uint64 `protobuf:"varint,13,opt,name=tx_dropped,json=txDropped,proto3" json:"tx_dropped,omitempty"`
	TxFifo       uint64 `protobuf:"varint,14,opt,name=tx_fifo,json=txFifo,proto3" json:"tx_fifo,omitempty"`
	TxCollisions uint64 `protobuf:"varint,15,opt,name=tx_collisions,json=txCollisions,proto3" json:"tx_collisions,omitempty"`
	TxCarrier    uint64 `protobuf:"varint,16,opt,name=tx_carrier,json=txCarrier,proto3" json:"tx_carrier,omitempty"`
	TxCompressed uint64 `protobuf:"varint,17,opt,name=tx_compressed,json=txCompressed,proto3" json:"tx_compressed,omitempty"`
	// contains filtered or unexported fields
}

func (*NetDev) Descriptor deprecated

func (*NetDev) Descriptor() ([]byte, []int)

Deprecated: Use NetDev.ProtoReflect.Descriptor instead.

func (*NetDev) GetName

func (x *NetDev) GetName() string

func (*NetDev) GetRxBytes

func (x *NetDev) GetRxBytes() uint64

func (*NetDev) GetRxCompressed

func (x *NetDev) GetRxCompressed() uint64

func (*NetDev) GetRxDropped

func (x *NetDev) GetRxDropped() uint64

func (*NetDev) GetRxErrors

func (x *NetDev) GetRxErrors() uint64

func (*NetDev) GetRxFifo

func (x *NetDev) GetRxFifo() uint64

func (*NetDev) GetRxFrame

func (x *NetDev) GetRxFrame() uint64

func (*NetDev) GetRxMulticast

func (x *NetDev) GetRxMulticast() uint64

func (*NetDev) GetRxPackets

func (x *NetDev) GetRxPackets() uint64

func (*NetDev) GetTxBytes

func (x *NetDev) GetTxBytes() uint64

func (*NetDev) GetTxCarrier

func (x *NetDev) GetTxCarrier() uint64

func (*NetDev) GetTxCollisions

func (x *NetDev) GetTxCollisions() uint64

func (*NetDev) GetTxCompressed

func (x *NetDev) GetTxCompressed() uint64

func (*NetDev) GetTxDropped

func (x *NetDev) GetTxDropped() uint64

func (*NetDev) GetTxErrors

func (x *NetDev) GetTxErrors() uint64

func (*NetDev) GetTxFifo

func (x *NetDev) GetTxFifo() uint64

func (*NetDev) GetTxPackets

func (x *NetDev) GetTxPackets() uint64

func (*NetDev) MarshalToSizedBufferVT

func (m *NetDev) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NetDev) MarshalToVT

func (m *NetDev) MarshalToVT(dAtA []byte) (int, error)

func (*NetDev) MarshalVT

func (m *NetDev) MarshalVT() (dAtA []byte, err error)

func (*NetDev) ProtoMessage

func (*NetDev) ProtoMessage()

func (*NetDev) ProtoReflect

func (x *NetDev) ProtoReflect() protoreflect.Message

func (*NetDev) Reset

func (x *NetDev) Reset()

func (*NetDev) SizeVT

func (m *NetDev) SizeVT() (n int)

func (*NetDev) String

func (x *NetDev) String() string

func (*NetDev) UnmarshalVT

func (m *NetDev) UnmarshalVT(dAtA []byte) error

type Netstat

type Netstat struct {
	Metadata      *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Connectrecord []*ConnectRecord `protobuf:"bytes,2,rep,name=connectrecord,proto3" json:"connectrecord,omitempty"`
	// contains filtered or unexported fields
}

func (*Netstat) Descriptor deprecated

func (*Netstat) Descriptor() ([]byte, []int)

Deprecated: Use Netstat.ProtoReflect.Descriptor instead.

func (*Netstat) GetConnectrecord

func (x *Netstat) GetConnectrecord() []*ConnectRecord

func (*Netstat) GetMetadata

func (x *Netstat) GetMetadata() *common.Metadata

func (*Netstat) MarshalToSizedBufferVT

func (m *Netstat) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Netstat) MarshalToVT

func (m *Netstat) MarshalToVT(dAtA []byte) (int, error)

func (*Netstat) MarshalVT

func (m *Netstat) MarshalVT() (dAtA []byte, err error)

func (*Netstat) ProtoMessage

func (*Netstat) ProtoMessage()

func (*Netstat) ProtoReflect

func (x *Netstat) ProtoReflect() protoreflect.Message

func (*Netstat) Reset

func (x *Netstat) Reset()

func (*Netstat) SizeVT

func (m *Netstat) SizeVT() (n int)

func (*Netstat) String

func (x *Netstat) String() string

func (*Netstat) UnmarshalVT

func (m *Netstat) UnmarshalVT(dAtA []byte) error

type NetstatRequest

type NetstatRequest struct {
	Filter  NetstatRequest_Filter   `protobuf:"varint,1,opt,name=filter,proto3,enum=machine.NetstatRequest_Filter" json:"filter,omitempty"`
	Feature *NetstatRequest_Feature `protobuf:"bytes,2,opt,name=feature,proto3" json:"feature,omitempty"`
	L4Proto *NetstatRequest_L4Proto `protobuf:"bytes,3,opt,name=l4proto,proto3" json:"l4proto,omitempty"`
	Netns   *NetstatRequest_NetNS   `protobuf:"bytes,4,opt,name=netns,proto3" json:"netns,omitempty"`
	// contains filtered or unexported fields
}

func (*NetstatRequest) Descriptor deprecated

func (*NetstatRequest) Descriptor() ([]byte, []int)

Deprecated: Use NetstatRequest.ProtoReflect.Descriptor instead.

func (*NetstatRequest) GetFeature

func (x *NetstatRequest) GetFeature() *NetstatRequest_Feature

func (*NetstatRequest) GetFilter

func (x *NetstatRequest) GetFilter() NetstatRequest_Filter

func (*NetstatRequest) GetL4Proto

func (x *NetstatRequest) GetL4Proto() *NetstatRequest_L4Proto

func (*NetstatRequest) GetNetns

func (x *NetstatRequest) GetNetns() *NetstatRequest_NetNS

func (*NetstatRequest) MarshalToSizedBufferVT

func (m *NetstatRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NetstatRequest) MarshalToVT

func (m *NetstatRequest) MarshalToVT(dAtA []byte) (int, error)

func (*NetstatRequest) MarshalVT

func (m *NetstatRequest) MarshalVT() (dAtA []byte, err error)

func (*NetstatRequest) ProtoMessage

func (*NetstatRequest) ProtoMessage()

func (*NetstatRequest) ProtoReflect

func (x *NetstatRequest) ProtoReflect() protoreflect.Message

func (*NetstatRequest) Reset

func (x *NetstatRequest) Reset()

func (*NetstatRequest) SizeVT

func (m *NetstatRequest) SizeVT() (n int)

func (*NetstatRequest) String

func (x *NetstatRequest) String() string

func (*NetstatRequest) UnmarshalVT

func (m *NetstatRequest) UnmarshalVT(dAtA []byte) error

type NetstatRequest_Feature

type NetstatRequest_Feature struct {
	Pid bool `protobuf:"varint,1,opt,name=pid,proto3" json:"pid,omitempty"`
	// contains filtered or unexported fields
}

func (*NetstatRequest_Feature) Descriptor deprecated

func (*NetstatRequest_Feature) Descriptor() ([]byte, []int)

Deprecated: Use NetstatRequest_Feature.ProtoReflect.Descriptor instead.

func (*NetstatRequest_Feature) GetPid

func (x *NetstatRequest_Feature) GetPid() bool

func (*NetstatRequest_Feature) MarshalToSizedBufferVT

func (m *NetstatRequest_Feature) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NetstatRequest_Feature) MarshalToVT

func (m *NetstatRequest_Feature) MarshalToVT(dAtA []byte) (int, error)

func (*NetstatRequest_Feature) MarshalVT

func (m *NetstatRequest_Feature) MarshalVT() (dAtA []byte, err error)

func (*NetstatRequest_Feature) ProtoMessage

func (*NetstatRequest_Feature) ProtoMessage()

func (*NetstatRequest_Feature) ProtoReflect

func (x *NetstatRequest_Feature) ProtoReflect() protoreflect.Message

func (*NetstatRequest_Feature) Reset

func (x *NetstatRequest_Feature) Reset()

func (*NetstatRequest_Feature) SizeVT

func (m *NetstatRequest_Feature) SizeVT() (n int)

func (*NetstatRequest_Feature) String

func (x *NetstatRequest_Feature) String() string

func (*NetstatRequest_Feature) UnmarshalVT

func (m *NetstatRequest_Feature) UnmarshalVT(dAtA []byte) error

type NetstatRequest_Filter

type NetstatRequest_Filter int32
const (
	NetstatRequest_ALL       NetstatRequest_Filter = 0
	NetstatRequest_CONNECTED NetstatRequest_Filter = 1
	NetstatRequest_LISTENING NetstatRequest_Filter = 2
)

func (NetstatRequest_Filter) Descriptor

func (NetstatRequest_Filter) Enum

func (NetstatRequest_Filter) EnumDescriptor deprecated

func (NetstatRequest_Filter) EnumDescriptor() ([]byte, []int)

Deprecated: Use NetstatRequest_Filter.Descriptor instead.

func (NetstatRequest_Filter) Number

func (NetstatRequest_Filter) String

func (x NetstatRequest_Filter) String() string

func (NetstatRequest_Filter) Type

type NetstatRequest_L4Proto

type NetstatRequest_L4Proto struct {
	Tcp      bool `protobuf:"varint,1,opt,name=tcp,proto3" json:"tcp,omitempty"`
	Tcp6     bool `protobuf:"varint,2,opt,name=tcp6,proto3" json:"tcp6,omitempty"`
	Udp      bool `protobuf:"varint,3,opt,name=udp,proto3" json:"udp,omitempty"`
	Udp6     bool `protobuf:"varint,4,opt,name=udp6,proto3" json:"udp6,omitempty"`
	Udplite  bool `protobuf:"varint,5,opt,name=udplite,proto3" json:"udplite,omitempty"`
	Udplite6 bool `protobuf:"varint,6,opt,name=udplite6,proto3" json:"udplite6,omitempty"`
	Raw      bool `protobuf:"varint,7,opt,name=raw,proto3" json:"raw,omitempty"`
	Raw6     bool `protobuf:"varint,8,opt,name=raw6,proto3" json:"raw6,omitempty"`
	// contains filtered or unexported fields
}

func (*NetstatRequest_L4Proto) Descriptor deprecated

func (*NetstatRequest_L4Proto) Descriptor() ([]byte, []int)

Deprecated: Use NetstatRequest_L4Proto.ProtoReflect.Descriptor instead.

func (*NetstatRequest_L4Proto) GetRaw

func (x *NetstatRequest_L4Proto) GetRaw() bool

func (*NetstatRequest_L4Proto) GetRaw6

func (x *NetstatRequest_L4Proto) GetRaw6() bool

func (*NetstatRequest_L4Proto) GetTcp

func (x *NetstatRequest_L4Proto) GetTcp() bool

func (*NetstatRequest_L4Proto) GetTcp6

func (x *NetstatRequest_L4Proto) GetTcp6() bool

func (*NetstatRequest_L4Proto) GetUdp

func (x *NetstatRequest_L4Proto) GetUdp() bool

func (*NetstatRequest_L4Proto) GetUdp6

func (x *NetstatRequest_L4Proto) GetUdp6() bool

func (*NetstatRequest_L4Proto) GetUdplite

func (x *NetstatRequest_L4Proto) GetUdplite() bool

func (*NetstatRequest_L4Proto) GetUdplite6

func (x *NetstatRequest_L4Proto) GetUdplite6() bool

func (*NetstatRequest_L4Proto) MarshalToSizedBufferVT

func (m *NetstatRequest_L4Proto) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NetstatRequest_L4Proto) MarshalToVT

func (m *NetstatRequest_L4Proto) MarshalToVT(dAtA []byte) (int, error)

func (*NetstatRequest_L4Proto) MarshalVT

func (m *NetstatRequest_L4Proto) MarshalVT() (dAtA []byte, err error)

func (*NetstatRequest_L4Proto) ProtoMessage

func (*NetstatRequest_L4Proto) ProtoMessage()

func (*NetstatRequest_L4Proto) ProtoReflect

func (x *NetstatRequest_L4Proto) ProtoReflect() protoreflect.Message

func (*NetstatRequest_L4Proto) Reset

func (x *NetstatRequest_L4Proto) Reset()

func (*NetstatRequest_L4Proto) SizeVT

func (m *NetstatRequest_L4Proto) SizeVT() (n int)

func (*NetstatRequest_L4Proto) String

func (x *NetstatRequest_L4Proto) String() string

func (*NetstatRequest_L4Proto) UnmarshalVT

func (m *NetstatRequest_L4Proto) UnmarshalVT(dAtA []byte) error

type NetstatRequest_NetNS

type NetstatRequest_NetNS struct {
	Hostnetwork bool     `protobuf:"varint,1,opt,name=hostnetwork,proto3" json:"hostnetwork,omitempty"`
	Netns       []string `protobuf:"bytes,2,rep,name=netns,proto3" json:"netns,omitempty"`
	Allnetns    bool     `protobuf:"varint,3,opt,name=allnetns,proto3" json:"allnetns,omitempty"`
	// contains filtered or unexported fields
}

func (*NetstatRequest_NetNS) Descriptor deprecated

func (*NetstatRequest_NetNS) Descriptor() ([]byte, []int)

Deprecated: Use NetstatRequest_NetNS.ProtoReflect.Descriptor instead.

func (*NetstatRequest_NetNS) GetAllnetns

func (x *NetstatRequest_NetNS) GetAllnetns() bool

func (*NetstatRequest_NetNS) GetHostnetwork

func (x *NetstatRequest_NetNS) GetHostnetwork() bool

func (*NetstatRequest_NetNS) GetNetns

func (x *NetstatRequest_NetNS) GetNetns() []string

func (*NetstatRequest_NetNS) MarshalToSizedBufferVT

func (m *NetstatRequest_NetNS) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NetstatRequest_NetNS) MarshalToVT

func (m *NetstatRequest_NetNS) MarshalToVT(dAtA []byte) (int, error)

func (*NetstatRequest_NetNS) MarshalVT

func (m *NetstatRequest_NetNS) MarshalVT() (dAtA []byte, err error)

func (*NetstatRequest_NetNS) ProtoMessage

func (*NetstatRequest_NetNS) ProtoMessage()

func (*NetstatRequest_NetNS) ProtoReflect

func (x *NetstatRequest_NetNS) ProtoReflect() protoreflect.Message

func (*NetstatRequest_NetNS) Reset

func (x *NetstatRequest_NetNS) Reset()

func (*NetstatRequest_NetNS) SizeVT

func (m *NetstatRequest_NetNS) SizeVT() (n int)

func (*NetstatRequest_NetNS) String

func (x *NetstatRequest_NetNS) String() string

func (*NetstatRequest_NetNS) UnmarshalVT

func (m *NetstatRequest_NetNS) UnmarshalVT(dAtA []byte) error

type NetstatResponse

type NetstatResponse struct {
	Messages []*Netstat `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*NetstatResponse) Descriptor deprecated

func (*NetstatResponse) Descriptor() ([]byte, []int)

Deprecated: Use NetstatResponse.ProtoReflect.Descriptor instead.

func (*NetstatResponse) GetMessages

func (x *NetstatResponse) GetMessages() []*Netstat

func (*NetstatResponse) MarshalToSizedBufferVT

func (m *NetstatResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NetstatResponse) MarshalToVT

func (m *NetstatResponse) MarshalToVT(dAtA []byte) (int, error)

func (*NetstatResponse) MarshalVT

func (m *NetstatResponse) MarshalVT() (dAtA []byte, err error)

func (*NetstatResponse) ProtoMessage

func (*NetstatResponse) ProtoMessage()

func (*NetstatResponse) ProtoReflect

func (x *NetstatResponse) ProtoReflect() protoreflect.Message

func (*NetstatResponse) Reset

func (x *NetstatResponse) Reset()

func (*NetstatResponse) SizeVT

func (m *NetstatResponse) SizeVT() (n int)

func (*NetstatResponse) String

func (x *NetstatResponse) String() string

func (*NetstatResponse) UnmarshalVT

func (m *NetstatResponse) UnmarshalVT(dAtA []byte) error

type NetworkDeviceStats

type NetworkDeviceStats struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Total    *NetDev          `protobuf:"bytes,2,opt,name=total,proto3" json:"total,omitempty"`
	Devices  []*NetDev        `protobuf:"bytes,3,rep,name=devices,proto3" json:"devices,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkDeviceStats) Descriptor deprecated

func (*NetworkDeviceStats) Descriptor() ([]byte, []int)

Deprecated: Use NetworkDeviceStats.ProtoReflect.Descriptor instead.

func (*NetworkDeviceStats) GetDevices

func (x *NetworkDeviceStats) GetDevices() []*NetDev

func (*NetworkDeviceStats) GetMetadata

func (x *NetworkDeviceStats) GetMetadata() *common.Metadata

func (*NetworkDeviceStats) GetTotal

func (x *NetworkDeviceStats) GetTotal() *NetDev

func (*NetworkDeviceStats) MarshalToSizedBufferVT

func (m *NetworkDeviceStats) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NetworkDeviceStats) MarshalToVT

func (m *NetworkDeviceStats) MarshalToVT(dAtA []byte) (int, error)

func (*NetworkDeviceStats) MarshalVT

func (m *NetworkDeviceStats) MarshalVT() (dAtA []byte, err error)

func (*NetworkDeviceStats) ProtoMessage

func (*NetworkDeviceStats) ProtoMessage()

func (*NetworkDeviceStats) ProtoReflect

func (x *NetworkDeviceStats) ProtoReflect() protoreflect.Message

func (*NetworkDeviceStats) Reset

func (x *NetworkDeviceStats) Reset()

func (*NetworkDeviceStats) SizeVT

func (m *NetworkDeviceStats) SizeVT() (n int)

func (*NetworkDeviceStats) String

func (x *NetworkDeviceStats) String() string

func (*NetworkDeviceStats) UnmarshalVT

func (m *NetworkDeviceStats) UnmarshalVT(dAtA []byte) error

type NetworkDeviceStatsResponse

type NetworkDeviceStatsResponse struct {
	Messages []*NetworkDeviceStats `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkDeviceStatsResponse) Descriptor deprecated

func (*NetworkDeviceStatsResponse) Descriptor() ([]byte, []int)

Deprecated: Use NetworkDeviceStatsResponse.ProtoReflect.Descriptor instead.

func (*NetworkDeviceStatsResponse) GetMessages

func (x *NetworkDeviceStatsResponse) GetMessages() []*NetworkDeviceStats

func (*NetworkDeviceStatsResponse) MarshalToSizedBufferVT

func (m *NetworkDeviceStatsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NetworkDeviceStatsResponse) MarshalToVT

func (m *NetworkDeviceStatsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*NetworkDeviceStatsResponse) MarshalVT

func (m *NetworkDeviceStatsResponse) MarshalVT() (dAtA []byte, err error)

func (*NetworkDeviceStatsResponse) ProtoMessage

func (*NetworkDeviceStatsResponse) ProtoMessage()

func (*NetworkDeviceStatsResponse) ProtoReflect

func (*NetworkDeviceStatsResponse) Reset

func (x *NetworkDeviceStatsResponse) Reset()

func (*NetworkDeviceStatsResponse) SizeVT

func (m *NetworkDeviceStatsResponse) SizeVT() (n int)

func (*NetworkDeviceStatsResponse) String

func (x *NetworkDeviceStatsResponse) String() string

func (*NetworkDeviceStatsResponse) UnmarshalVT

func (m *NetworkDeviceStatsResponse) UnmarshalVT(dAtA []byte) error

type PacketCaptureRequest

type PacketCaptureRequest struct {

	// Interface name to perform packet capture on.
	Interface string `protobuf:"bytes,1,opt,name=interface,proto3" json:"interface,omitempty"`
	// Enable promiscuous mode.
	Promiscuous bool `protobuf:"varint,2,opt,name=promiscuous,proto3" json:"promiscuous,omitempty"`
	// Snap length in bytes.
	SnapLen uint32 `protobuf:"varint,3,opt,name=snap_len,json=snapLen,proto3" json:"snap_len,omitempty"`
	// BPF filter.
	BpfFilter []*BPFInstruction `protobuf:"bytes,4,rep,name=bpf_filter,json=bpfFilter,proto3" json:"bpf_filter,omitempty"`
	// contains filtered or unexported fields
}

func (*PacketCaptureRequest) Descriptor deprecated

func (*PacketCaptureRequest) Descriptor() ([]byte, []int)

Deprecated: Use PacketCaptureRequest.ProtoReflect.Descriptor instead.

func (*PacketCaptureRequest) GetBpfFilter

func (x *PacketCaptureRequest) GetBpfFilter() []*BPFInstruction

func (*PacketCaptureRequest) GetInterface

func (x *PacketCaptureRequest) GetInterface() string

func (*PacketCaptureRequest) GetPromiscuous

func (x *PacketCaptureRequest) GetPromiscuous() bool

func (*PacketCaptureRequest) GetSnapLen

func (x *PacketCaptureRequest) GetSnapLen() uint32

func (*PacketCaptureRequest) MarshalToSizedBufferVT

func (m *PacketCaptureRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PacketCaptureRequest) MarshalToVT

func (m *PacketCaptureRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PacketCaptureRequest) MarshalVT

func (m *PacketCaptureRequest) MarshalVT() (dAtA []byte, err error)

func (*PacketCaptureRequest) ProtoMessage

func (*PacketCaptureRequest) ProtoMessage()

func (*PacketCaptureRequest) ProtoReflect

func (x *PacketCaptureRequest) ProtoReflect() protoreflect.Message

func (*PacketCaptureRequest) Reset

func (x *PacketCaptureRequest) Reset()

func (*PacketCaptureRequest) SizeVT

func (m *PacketCaptureRequest) SizeVT() (n int)

func (*PacketCaptureRequest) String

func (x *PacketCaptureRequest) String() string

func (*PacketCaptureRequest) UnmarshalVT

func (m *PacketCaptureRequest) UnmarshalVT(dAtA []byte) error

type PhaseEvent

type PhaseEvent struct {
	Phase  string            `protobuf:"bytes,1,opt,name=phase,proto3" json:"phase,omitempty"`
	Action PhaseEvent_Action `protobuf:"varint,2,opt,name=action,proto3,enum=machine.PhaseEvent_Action" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*PhaseEvent) Descriptor deprecated

func (*PhaseEvent) Descriptor() ([]byte, []int)

Deprecated: Use PhaseEvent.ProtoReflect.Descriptor instead.

func (*PhaseEvent) GetAction

func (x *PhaseEvent) GetAction() PhaseEvent_Action

func (*PhaseEvent) GetPhase

func (x *PhaseEvent) GetPhase() string

func (*PhaseEvent) MarshalToSizedBufferVT

func (m *PhaseEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PhaseEvent) MarshalToVT

func (m *PhaseEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PhaseEvent) MarshalVT

func (m *PhaseEvent) MarshalVT() (dAtA []byte, err error)

func (*PhaseEvent) ProtoMessage

func (*PhaseEvent) ProtoMessage()

func (*PhaseEvent) ProtoReflect

func (x *PhaseEvent) ProtoReflect() protoreflect.Message

func (*PhaseEvent) Reset

func (x *PhaseEvent) Reset()

func (*PhaseEvent) SizeVT

func (m *PhaseEvent) SizeVT() (n int)

func (*PhaseEvent) String

func (x *PhaseEvent) String() string

func (*PhaseEvent) UnmarshalVT

func (m *PhaseEvent) UnmarshalVT(dAtA []byte) error

type PhaseEvent_Action

type PhaseEvent_Action int32
const (
	PhaseEvent_START PhaseEvent_Action = 0
	PhaseEvent_STOP  PhaseEvent_Action = 1
)

func (PhaseEvent_Action) Descriptor

func (PhaseEvent_Action) Enum

func (PhaseEvent_Action) EnumDescriptor deprecated

func (PhaseEvent_Action) EnumDescriptor() ([]byte, []int)

Deprecated: Use PhaseEvent_Action.Descriptor instead.

func (PhaseEvent_Action) Number

func (PhaseEvent_Action) String

func (x PhaseEvent_Action) String() string

func (PhaseEvent_Action) Type

type PlatformInfo

type PlatformInfo struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Mode string `protobuf:"bytes,2,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*PlatformInfo) Descriptor deprecated

func (*PlatformInfo) Descriptor() ([]byte, []int)

Deprecated: Use PlatformInfo.ProtoReflect.Descriptor instead.

func (*PlatformInfo) GetMode

func (x *PlatformInfo) GetMode() string

func (*PlatformInfo) GetName

func (x *PlatformInfo) GetName() string

func (*PlatformInfo) MarshalToSizedBufferVT

func (m *PlatformInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PlatformInfo) MarshalToVT

func (m *PlatformInfo) MarshalToVT(dAtA []byte) (int, error)

func (*PlatformInfo) MarshalVT

func (m *PlatformInfo) MarshalVT() (dAtA []byte, err error)

func (*PlatformInfo) ProtoMessage

func (*PlatformInfo) ProtoMessage()

func (*PlatformInfo) ProtoReflect

func (x *PlatformInfo) ProtoReflect() protoreflect.Message

func (*PlatformInfo) Reset

func (x *PlatformInfo) Reset()

func (*PlatformInfo) SizeVT

func (m *PlatformInfo) SizeVT() (n int)

func (*PlatformInfo) String

func (x *PlatformInfo) String() string

func (*PlatformInfo) UnmarshalVT

func (m *PlatformInfo) UnmarshalVT(dAtA []byte) error

type Process

type Process struct {
	Metadata  *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Processes []*ProcessInfo   `protobuf:"bytes,2,rep,name=processes,proto3" json:"processes,omitempty"`
	// contains filtered or unexported fields
}

func (*Process) Descriptor deprecated

func (*Process) Descriptor() ([]byte, []int)

Deprecated: Use Process.ProtoReflect.Descriptor instead.

func (*Process) GetMetadata

func (x *Process) GetMetadata() *common.Metadata

func (*Process) GetProcesses

func (x *Process) GetProcesses() []*ProcessInfo

func (*Process) MarshalToSizedBufferVT

func (m *Process) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Process) MarshalToVT

func (m *Process) MarshalToVT(dAtA []byte) (int, error)

func (*Process) MarshalVT

func (m *Process) MarshalVT() (dAtA []byte, err error)

func (*Process) ProtoMessage

func (*Process) ProtoMessage()

func (*Process) ProtoReflect

func (x *Process) ProtoReflect() protoreflect.Message

func (*Process) Reset

func (x *Process) Reset()

func (*Process) SizeVT

func (m *Process) SizeVT() (n int)

func (*Process) String

func (x *Process) String() string

func (*Process) UnmarshalVT

func (m *Process) UnmarshalVT(dAtA []byte) error

type ProcessInfo

type ProcessInfo struct {
	Pid            int32   `protobuf:"varint,1,opt,name=pid,proto3" json:"pid,omitempty"`
	Ppid           int32   `protobuf:"varint,2,opt,name=ppid,proto3" json:"ppid,omitempty"`
	State          string  `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	Threads        int32   `protobuf:"varint,4,opt,name=threads,proto3" json:"threads,omitempty"`
	CpuTime        float64 `protobuf:"fixed64,5,opt,name=cpu_time,json=cpuTime,proto3" json:"cpu_time,omitempty"`
	VirtualMemory  uint64  `protobuf:"varint,6,opt,name=virtual_memory,json=virtualMemory,proto3" json:"virtual_memory,omitempty"`
	ResidentMemory uint64  `protobuf:"varint,7,opt,name=resident_memory,json=residentMemory,proto3" json:"resident_memory,omitempty"`
	Command        string  `protobuf:"bytes,8,opt,name=command,proto3" json:"command,omitempty"`
	Executable     string  `protobuf:"bytes,9,opt,name=executable,proto3" json:"executable,omitempty"`
	Args           string  `protobuf:"bytes,10,opt,name=args,proto3" json:"args,omitempty"`
	Label          string  `protobuf:"bytes,11,opt,name=label,proto3" json:"label,omitempty"`
	// contains filtered or unexported fields
}

func (*ProcessInfo) Descriptor deprecated

func (*ProcessInfo) Descriptor() ([]byte, []int)

Deprecated: Use ProcessInfo.ProtoReflect.Descriptor instead.

func (*ProcessInfo) GetArgs

func (x *ProcessInfo) GetArgs() string

func (*ProcessInfo) GetCommand

func (x *ProcessInfo) GetCommand() string

func (*ProcessInfo) GetCpuTime

func (x *ProcessInfo) GetCpuTime() float64

func (*ProcessInfo) GetExecutable

func (x *ProcessInfo) GetExecutable() string

func (*ProcessInfo) GetLabel

func (x *ProcessInfo) GetLabel() string

func (*ProcessInfo) GetPid

func (x *ProcessInfo) GetPid() int32

func (*ProcessInfo) GetPpid

func (x *ProcessInfo) GetPpid() int32

func (*ProcessInfo) GetResidentMemory

func (x *ProcessInfo) GetResidentMemory() uint64

func (*ProcessInfo) GetState

func (x *ProcessInfo) GetState() string

func (*ProcessInfo) GetThreads

func (x *ProcessInfo) GetThreads() int32

func (*ProcessInfo) GetVirtualMemory

func (x *ProcessInfo) GetVirtualMemory() uint64

func (*ProcessInfo) MarshalToSizedBufferVT

func (m *ProcessInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ProcessInfo) MarshalToVT

func (m *ProcessInfo) MarshalToVT(dAtA []byte) (int, error)

func (*ProcessInfo) MarshalVT

func (m *ProcessInfo) MarshalVT() (dAtA []byte, err error)

func (*ProcessInfo) ProtoMessage

func (*ProcessInfo) ProtoMessage()

func (*ProcessInfo) ProtoReflect

func (x *ProcessInfo) ProtoReflect() protoreflect.Message

func (*ProcessInfo) Reset

func (x *ProcessInfo) Reset()

func (*ProcessInfo) SizeVT

func (m *ProcessInfo) SizeVT() (n int)

func (*ProcessInfo) String

func (x *ProcessInfo) String() string

func (*ProcessInfo) UnmarshalVT

func (m *ProcessInfo) UnmarshalVT(dAtA []byte) error

type ProcessesResponse

type ProcessesResponse struct {
	Messages []*Process `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

rpc processes

func (*ProcessesResponse) Descriptor deprecated

func (*ProcessesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProcessesResponse.ProtoReflect.Descriptor instead.

func (*ProcessesResponse) GetMessages

func (x *ProcessesResponse) GetMessages() []*Process

func (*ProcessesResponse) MarshalToSizedBufferVT

func (m *ProcessesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ProcessesResponse) MarshalToVT

func (m *ProcessesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ProcessesResponse) MarshalVT

func (m *ProcessesResponse) MarshalVT() (dAtA []byte, err error)

func (*ProcessesResponse) ProtoMessage

func (*ProcessesResponse) ProtoMessage()

func (*ProcessesResponse) ProtoReflect

func (x *ProcessesResponse) ProtoReflect() protoreflect.Message

func (*ProcessesResponse) Reset

func (x *ProcessesResponse) Reset()

func (*ProcessesResponse) SizeVT

func (m *ProcessesResponse) SizeVT() (n int)

func (*ProcessesResponse) String

func (x *ProcessesResponse) String() string

func (*ProcessesResponse) UnmarshalVT

func (m *ProcessesResponse) UnmarshalVT(dAtA []byte) error

type ReadRequest

type ReadRequest struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadRequest) Descriptor deprecated

func (*ReadRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReadRequest.ProtoReflect.Descriptor instead.

func (*ReadRequest) GetPath

func (x *ReadRequest) GetPath() string

func (*ReadRequest) MarshalToSizedBufferVT

func (m *ReadRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReadRequest) MarshalToVT

func (m *ReadRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ReadRequest) MarshalVT

func (m *ReadRequest) MarshalVT() (dAtA []byte, err error)

func (*ReadRequest) ProtoMessage

func (*ReadRequest) ProtoMessage()

func (*ReadRequest) ProtoReflect

func (x *ReadRequest) ProtoReflect() protoreflect.Message

func (*ReadRequest) Reset

func (x *ReadRequest) Reset()

func (*ReadRequest) SizeVT

func (m *ReadRequest) SizeVT() (n int)

func (*ReadRequest) String

func (x *ReadRequest) String() string

func (*ReadRequest) UnmarshalVT

func (m *ReadRequest) UnmarshalVT(dAtA []byte) error

type Reboot

type Reboot struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	ActorId  string           `protobuf:"bytes,2,opt,name=actor_id,json=actorId,proto3" json:"actor_id,omitempty"`
	// contains filtered or unexported fields
}

The reboot message containing the reboot status.

func (*Reboot) Descriptor deprecated

func (*Reboot) Descriptor() ([]byte, []int)

Deprecated: Use Reboot.ProtoReflect.Descriptor instead.

func (*Reboot) GetActorId

func (x *Reboot) GetActorId() string

func (*Reboot) GetMetadata

func (x *Reboot) GetMetadata() *common.Metadata

func (*Reboot) MarshalToSizedBufferVT

func (m *Reboot) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Reboot) MarshalToVT

func (m *Reboot) MarshalToVT(dAtA []byte) (int, error)

func (*Reboot) MarshalVT

func (m *Reboot) MarshalVT() (dAtA []byte, err error)

func (*Reboot) ProtoMessage

func (*Reboot) ProtoMessage()

func (*Reboot) ProtoReflect

func (x *Reboot) ProtoReflect() protoreflect.Message

func (*Reboot) Reset

func (x *Reboot) Reset()

func (*Reboot) SizeVT

func (m *Reboot) SizeVT() (n int)

func (*Reboot) String

func (x *Reboot) String() string

func (*Reboot) UnmarshalVT

func (m *Reboot) UnmarshalVT(dAtA []byte) error

type RebootRequest

type RebootRequest struct {
	Mode RebootRequest_Mode `protobuf:"varint,1,opt,name=mode,proto3,enum=machine.RebootRequest_Mode" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

rpc reboot

func (*RebootRequest) Descriptor deprecated

func (*RebootRequest) Descriptor() ([]byte, []int)

Deprecated: Use RebootRequest.ProtoReflect.Descriptor instead.

func (*RebootRequest) GetMode

func (x *RebootRequest) GetMode() RebootRequest_Mode

func (*RebootRequest) MarshalToSizedBufferVT

func (m *RebootRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RebootRequest) MarshalToVT

func (m *RebootRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RebootRequest) MarshalVT

func (m *RebootRequest) MarshalVT() (dAtA []byte, err error)

func (*RebootRequest) ProtoMessage

func (*RebootRequest) ProtoMessage()

func (*RebootRequest) ProtoReflect

func (x *RebootRequest) ProtoReflect() protoreflect.Message

func (*RebootRequest) Reset

func (x *RebootRequest) Reset()

func (*RebootRequest) SizeVT

func (m *RebootRequest) SizeVT() (n int)

func (*RebootRequest) String

func (x *RebootRequest) String() string

func (*RebootRequest) UnmarshalVT

func (m *RebootRequest) UnmarshalVT(dAtA []byte) error

type RebootRequest_Mode

type RebootRequest_Mode int32
const (
	RebootRequest_DEFAULT    RebootRequest_Mode = 0
	RebootRequest_POWERCYCLE RebootRequest_Mode = 1
	RebootRequest_FORCE      RebootRequest_Mode = 2
)

func (RebootRequest_Mode) Descriptor

func (RebootRequest_Mode) Enum

func (RebootRequest_Mode) EnumDescriptor deprecated

func (RebootRequest_Mode) EnumDescriptor() ([]byte, []int)

Deprecated: Use RebootRequest_Mode.Descriptor instead.

func (RebootRequest_Mode) Number

func (RebootRequest_Mode) String

func (x RebootRequest_Mode) String() string

func (RebootRequest_Mode) Type

type RebootResponse

type RebootResponse struct {
	Messages []*Reboot `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*RebootResponse) Descriptor deprecated

func (*RebootResponse) Descriptor() ([]byte, []int)

Deprecated: Use RebootResponse.ProtoReflect.Descriptor instead.

func (*RebootResponse) GetMessages

func (x *RebootResponse) GetMessages() []*Reboot

func (*RebootResponse) MarshalToSizedBufferVT

func (m *RebootResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RebootResponse) MarshalToVT

func (m *RebootResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RebootResponse) MarshalVT

func (m *RebootResponse) MarshalVT() (dAtA []byte, err error)

func (*RebootResponse) ProtoMessage

func (*RebootResponse) ProtoMessage()

func (*RebootResponse) ProtoReflect

func (x *RebootResponse) ProtoReflect() protoreflect.Message

func (*RebootResponse) Reset

func (x *RebootResponse) Reset()

func (*RebootResponse) SizeVT

func (m *RebootResponse) SizeVT() (n int)

func (*RebootResponse) String

func (x *RebootResponse) String() string

func (*RebootResponse) UnmarshalVT

func (m *RebootResponse) UnmarshalVT(dAtA []byte) error

type Reset

type Reset struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	ActorId  string           `protobuf:"bytes,2,opt,name=actor_id,json=actorId,proto3" json:"actor_id,omitempty"`
	// contains filtered or unexported fields
}

The reset message containing the restart status.

func (*Reset) Descriptor deprecated

func (*Reset) Descriptor() ([]byte, []int)

Deprecated: Use Reset.ProtoReflect.Descriptor instead.

func (*Reset) GetActorId

func (x *Reset) GetActorId() string

func (*Reset) GetMetadata

func (x *Reset) GetMetadata() *common.Metadata

func (*Reset) MarshalToSizedBufferVT

func (m *Reset) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Reset) MarshalToVT

func (m *Reset) MarshalToVT(dAtA []byte) (int, error)

func (*Reset) MarshalVT

func (m *Reset) MarshalVT() (dAtA []byte, err error)

func (*Reset) ProtoMessage

func (*Reset) ProtoMessage()

func (*Reset) ProtoReflect

func (x *Reset) ProtoReflect() protoreflect.Message

func (*Reset) Reset

func (x *Reset) Reset()

func (*Reset) SizeVT

func (m *Reset) SizeVT() (n int)

func (*Reset) String

func (x *Reset) String() string

func (*Reset) UnmarshalVT

func (m *Reset) UnmarshalVT(dAtA []byte) error

type ResetPartitionSpec

type ResetPartitionSpec struct {
	Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Wipe  bool   `protobuf:"varint,2,opt,name=wipe,proto3" json:"wipe,omitempty"`
	// contains filtered or unexported fields
}

rpc reset

func (*ResetPartitionSpec) Descriptor deprecated

func (*ResetPartitionSpec) Descriptor() ([]byte, []int)

Deprecated: Use ResetPartitionSpec.ProtoReflect.Descriptor instead.

func (*ResetPartitionSpec) GetLabel

func (x *ResetPartitionSpec) GetLabel() string

func (*ResetPartitionSpec) GetWipe

func (x *ResetPartitionSpec) GetWipe() bool

func (*ResetPartitionSpec) MarshalToSizedBufferVT

func (m *ResetPartitionSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ResetPartitionSpec) MarshalToVT

func (m *ResetPartitionSpec) MarshalToVT(dAtA []byte) (int, error)

func (*ResetPartitionSpec) MarshalVT

func (m *ResetPartitionSpec) MarshalVT() (dAtA []byte, err error)

func (*ResetPartitionSpec) ProtoMessage

func (*ResetPartitionSpec) ProtoMessage()

func (*ResetPartitionSpec) ProtoReflect

func (x *ResetPartitionSpec) ProtoReflect() protoreflect.Message

func (*ResetPartitionSpec) Reset

func (x *ResetPartitionSpec) Reset()

func (*ResetPartitionSpec) SizeVT

func (m *ResetPartitionSpec) SizeVT() (n int)

func (*ResetPartitionSpec) String

func (x *ResetPartitionSpec) String() string

func (*ResetPartitionSpec) UnmarshalVT

func (m *ResetPartitionSpec) UnmarshalVT(dAtA []byte) error

type ResetRequest

type ResetRequest struct {

	// Graceful indicates whether node should leave managed control-plane services
	// before reset and enforce graceful prechecks.
	Graceful bool `protobuf:"varint,1,opt,name=graceful,proto3" json:"graceful,omitempty"`
	// Reboot indicates whether node should reboot or halt after resetting.
	Reboot bool `protobuf:"varint,2,opt,name=reboot,proto3" json:"reboot,omitempty"`
	// System_partitions_to_wipe lists specific system disk partitions to be reset (wiped).
	// If system_partitions_to_wipe is empty, all the partitions are erased.
	SystemPartitionsToWipe []*ResetPartitionSpec `` /* 131-byte string literal not displayed */
	// UserDisksToWipe lists specific connected block devices to be reset (wiped).
	UserDisksToWipe []string `protobuf:"bytes,4,rep,name=user_disks_to_wipe,json=userDisksToWipe,proto3" json:"user_disks_to_wipe,omitempty"`
	// WipeMode defines which devices should be wiped.
	Mode ResetRequest_WipeMode `protobuf:"varint,5,opt,name=mode,proto3,enum=machine.ResetRequest_WipeMode" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetRequest) Descriptor deprecated

func (*ResetRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResetRequest.ProtoReflect.Descriptor instead.

func (*ResetRequest) GetGraceful

func (x *ResetRequest) GetGraceful() bool

func (*ResetRequest) GetMode

func (x *ResetRequest) GetMode() ResetRequest_WipeMode

func (*ResetRequest) GetReboot

func (x *ResetRequest) GetReboot() bool

func (*ResetRequest) GetSystemPartitionsToWipe

func (x *ResetRequest) GetSystemPartitionsToWipe() []*ResetPartitionSpec

func (*ResetRequest) GetUserDisksToWipe

func (x *ResetRequest) GetUserDisksToWipe() []string

func (*ResetRequest) MarshalToSizedBufferVT

func (m *ResetRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ResetRequest) MarshalToVT

func (m *ResetRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ResetRequest) MarshalVT

func (m *ResetRequest) MarshalVT() (dAtA []byte, err error)

func (*ResetRequest) ProtoMessage

func (*ResetRequest) ProtoMessage()

func (*ResetRequest) ProtoReflect

func (x *ResetRequest) ProtoReflect() protoreflect.Message

func (*ResetRequest) Reset

func (x *ResetRequest) Reset()

func (*ResetRequest) SizeVT

func (m *ResetRequest) SizeVT() (n int)

func (*ResetRequest) String

func (x *ResetRequest) String() string

func (*ResetRequest) UnmarshalVT

func (m *ResetRequest) UnmarshalVT(dAtA []byte) error

type ResetRequest_WipeMode

type ResetRequest_WipeMode int32
const (
	ResetRequest_ALL         ResetRequest_WipeMode = 0
	ResetRequest_SYSTEM_DISK ResetRequest_WipeMode = 1
	ResetRequest_USER_DISKS  ResetRequest_WipeMode = 2
)

func (ResetRequest_WipeMode) Descriptor

func (ResetRequest_WipeMode) Enum

func (ResetRequest_WipeMode) EnumDescriptor deprecated

func (ResetRequest_WipeMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use ResetRequest_WipeMode.Descriptor instead.

func (ResetRequest_WipeMode) Number

func (ResetRequest_WipeMode) String

func (x ResetRequest_WipeMode) String() string

func (ResetRequest_WipeMode) Type

type ResetResponse

type ResetResponse struct {
	Messages []*Reset `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetResponse) Descriptor deprecated

func (*ResetResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResetResponse.ProtoReflect.Descriptor instead.

func (*ResetResponse) GetMessages

func (x *ResetResponse) GetMessages() []*Reset

func (*ResetResponse) MarshalToSizedBufferVT

func (m *ResetResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ResetResponse) MarshalToVT

func (m *ResetResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ResetResponse) MarshalVT

func (m *ResetResponse) MarshalVT() (dAtA []byte, err error)

func (*ResetResponse) ProtoMessage

func (*ResetResponse) ProtoMessage()

func (*ResetResponse) ProtoReflect

func (x *ResetResponse) ProtoReflect() protoreflect.Message

func (*ResetResponse) Reset

func (x *ResetResponse) Reset()

func (*ResetResponse) SizeVT

func (m *ResetResponse) SizeVT() (n int)

func (*ResetResponse) String

func (x *ResetResponse) String() string

func (*ResetResponse) UnmarshalVT

func (m *ResetResponse) UnmarshalVT(dAtA []byte) error

type Restart

type Restart struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*Restart) Descriptor deprecated

func (*Restart) Descriptor() ([]byte, []int)

Deprecated: Use Restart.ProtoReflect.Descriptor instead.

func (*Restart) GetMetadata

func (x *Restart) GetMetadata() *common.Metadata

func (*Restart) MarshalToSizedBufferVT

func (m *Restart) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Restart) MarshalToVT

func (m *Restart) MarshalToVT(dAtA []byte) (int, error)

func (*Restart) MarshalVT

func (m *Restart) MarshalVT() (dAtA []byte, err error)

func (*Restart) ProtoMessage

func (*Restart) ProtoMessage()

func (*Restart) ProtoReflect

func (x *Restart) ProtoReflect() protoreflect.Message

func (*Restart) Reset

func (x *Restart) Reset()

func (*Restart) SizeVT

func (m *Restart) SizeVT() (n int)

func (*Restart) String

func (x *Restart) String() string

func (*Restart) UnmarshalVT

func (m *Restart) UnmarshalVT(dAtA []byte) error

type RestartEvent

type RestartEvent struct {
	Cmd int64 `protobuf:"varint,1,opt,name=cmd,proto3" json:"cmd,omitempty"`
	// contains filtered or unexported fields
}

func (*RestartEvent) Descriptor deprecated

func (*RestartEvent) Descriptor() ([]byte, []int)

Deprecated: Use RestartEvent.ProtoReflect.Descriptor instead.

func (*RestartEvent) GetCmd

func (x *RestartEvent) GetCmd() int64

func (*RestartEvent) MarshalToSizedBufferVT

func (m *RestartEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RestartEvent) MarshalToVT

func (m *RestartEvent) MarshalToVT(dAtA []byte) (int, error)

func (*RestartEvent) MarshalVT

func (m *RestartEvent) MarshalVT() (dAtA []byte, err error)

func (*RestartEvent) ProtoMessage

func (*RestartEvent) ProtoMessage()

func (*RestartEvent) ProtoReflect

func (x *RestartEvent) ProtoReflect() protoreflect.Message

func (*RestartEvent) Reset

func (x *RestartEvent) Reset()

func (*RestartEvent) SizeVT

func (m *RestartEvent) SizeVT() (n int)

func (*RestartEvent) String

func (x *RestartEvent) String() string

func (*RestartEvent) UnmarshalVT

func (m *RestartEvent) UnmarshalVT(dAtA []byte) error

type RestartRequest

type RestartRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Id        string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Driver selects the runtime backend.
	Driver common.ContainerDriver `protobuf:"varint,3,opt,name=driver,proto3,enum=common.ContainerDriver" json:"driver,omitempty"`
	// contains filtered or unexported fields
}

rpc restart The request message containing the process to restart.

func (*RestartRequest) Descriptor deprecated

func (*RestartRequest) Descriptor() ([]byte, []int)

Deprecated: Use RestartRequest.ProtoReflect.Descriptor instead.

func (*RestartRequest) GetDriver

func (x *RestartRequest) GetDriver() common.ContainerDriver

func (*RestartRequest) GetId

func (x *RestartRequest) GetId() string

func (*RestartRequest) GetNamespace

func (x *RestartRequest) GetNamespace() string

func (*RestartRequest) MarshalToSizedBufferVT

func (m *RestartRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RestartRequest) MarshalToVT

func (m *RestartRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RestartRequest) MarshalVT

func (m *RestartRequest) MarshalVT() (dAtA []byte, err error)

func (*RestartRequest) ProtoMessage

func (*RestartRequest) ProtoMessage()

func (*RestartRequest) ProtoReflect

func (x *RestartRequest) ProtoReflect() protoreflect.Message

func (*RestartRequest) Reset

func (x *RestartRequest) Reset()

func (*RestartRequest) SizeVT

func (m *RestartRequest) SizeVT() (n int)

func (*RestartRequest) String

func (x *RestartRequest) String() string

func (*RestartRequest) UnmarshalVT

func (m *RestartRequest) UnmarshalVT(dAtA []byte) error

type RestartResponse

type RestartResponse struct {
	Messages []*Restart `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

The messages message containing the restart status.

func (*RestartResponse) Descriptor deprecated

func (*RestartResponse) Descriptor() ([]byte, []int)

Deprecated: Use RestartResponse.ProtoReflect.Descriptor instead.

func (*RestartResponse) GetMessages

func (x *RestartResponse) GetMessages() []*Restart

func (*RestartResponse) MarshalToSizedBufferVT

func (m *RestartResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RestartResponse) MarshalToVT

func (m *RestartResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RestartResponse) MarshalVT

func (m *RestartResponse) MarshalVT() (dAtA []byte, err error)

func (*RestartResponse) ProtoMessage

func (*RestartResponse) ProtoMessage()

func (*RestartResponse) ProtoReflect

func (x *RestartResponse) ProtoReflect() protoreflect.Message

func (*RestartResponse) Reset

func (x *RestartResponse) Reset()

func (*RestartResponse) SizeVT

func (m *RestartResponse) SizeVT() (n int)

func (*RestartResponse) String

func (x *RestartResponse) String() string

func (*RestartResponse) UnmarshalVT

func (m *RestartResponse) UnmarshalVT(dAtA []byte) error

type Rollback

type Rollback struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*Rollback) Descriptor deprecated

func (*Rollback) Descriptor() ([]byte, []int)

Deprecated: Use Rollback.ProtoReflect.Descriptor instead.

func (*Rollback) GetMetadata

func (x *Rollback) GetMetadata() *common.Metadata

func (*Rollback) MarshalToSizedBufferVT

func (m *Rollback) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Rollback) MarshalToVT

func (m *Rollback) MarshalToVT(dAtA []byte) (int, error)

func (*Rollback) MarshalVT

func (m *Rollback) MarshalVT() (dAtA []byte, err error)

func (*Rollback) ProtoMessage

func (*Rollback) ProtoMessage()

func (*Rollback) ProtoReflect

func (x *Rollback) ProtoReflect() protoreflect.Message

func (*Rollback) Reset

func (x *Rollback) Reset()

func (*Rollback) SizeVT

func (m *Rollback) SizeVT() (n int)

func (*Rollback) String

func (x *Rollback) String() string

func (*Rollback) UnmarshalVT

func (m *Rollback) UnmarshalVT(dAtA []byte) error

type RollbackRequest

type RollbackRequest struct {
	// contains filtered or unexported fields
}

rpc rollback

func (*RollbackRequest) Descriptor deprecated

func (*RollbackRequest) Descriptor() ([]byte, []int)

Deprecated: Use RollbackRequest.ProtoReflect.Descriptor instead.

func (*RollbackRequest) MarshalToSizedBufferVT

func (m *RollbackRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RollbackRequest) MarshalToVT

func (m *RollbackRequest) MarshalToVT(dAtA []byte) (int, error)

func (*RollbackRequest) MarshalVT

func (m *RollbackRequest) MarshalVT() (dAtA []byte, err error)

func (*RollbackRequest) ProtoMessage

func (*RollbackRequest) ProtoMessage()

func (*RollbackRequest) ProtoReflect

func (x *RollbackRequest) ProtoReflect() protoreflect.Message

func (*RollbackRequest) Reset

func (x *RollbackRequest) Reset()

func (*RollbackRequest) SizeVT

func (m *RollbackRequest) SizeVT() (n int)

func (*RollbackRequest) String

func (x *RollbackRequest) String() string

func (*RollbackRequest) UnmarshalVT

func (m *RollbackRequest) UnmarshalVT(dAtA []byte) error

type RollbackResponse

type RollbackResponse struct {
	Messages []*Rollback `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*RollbackResponse) Descriptor deprecated

func (*RollbackResponse) Descriptor() ([]byte, []int)

Deprecated: Use RollbackResponse.ProtoReflect.Descriptor instead.

func (*RollbackResponse) GetMessages

func (x *RollbackResponse) GetMessages() []*Rollback

func (*RollbackResponse) MarshalToSizedBufferVT

func (m *RollbackResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RollbackResponse) MarshalToVT

func (m *RollbackResponse) MarshalToVT(dAtA []byte) (int, error)

func (*RollbackResponse) MarshalVT

func (m *RollbackResponse) MarshalVT() (dAtA []byte, err error)

func (*RollbackResponse) ProtoMessage

func (*RollbackResponse) ProtoMessage()

func (*RollbackResponse) ProtoReflect

func (x *RollbackResponse) ProtoReflect() protoreflect.Message

func (*RollbackResponse) Reset

func (x *RollbackResponse) Reset()

func (*RollbackResponse) SizeVT

func (m *RollbackResponse) SizeVT() (n int)

func (*RollbackResponse) String

func (x *RollbackResponse) String() string

func (*RollbackResponse) UnmarshalVT

func (m *RollbackResponse) UnmarshalVT(dAtA []byte) error

type SequenceEvent

type SequenceEvent struct {
	Sequence string               `protobuf:"bytes,1,opt,name=sequence,proto3" json:"sequence,omitempty"`
	Action   SequenceEvent_Action `protobuf:"varint,2,opt,name=action,proto3,enum=machine.SequenceEvent_Action" json:"action,omitempty"`
	Error    *common.Error        `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

rpc events

func (*SequenceEvent) Descriptor deprecated

func (*SequenceEvent) Descriptor() ([]byte, []int)

Deprecated: Use SequenceEvent.ProtoReflect.Descriptor instead.

func (*SequenceEvent) GetAction

func (x *SequenceEvent) GetAction() SequenceEvent_Action

func (*SequenceEvent) GetError

func (x *SequenceEvent) GetError() *common.Error

func (*SequenceEvent) GetSequence

func (x *SequenceEvent) GetSequence() string

func (*SequenceEvent) MarshalToSizedBufferVT

func (m *SequenceEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SequenceEvent) MarshalToVT

func (m *SequenceEvent) MarshalToVT(dAtA []byte) (int, error)

func (*SequenceEvent) MarshalVT

func (m *SequenceEvent) MarshalVT() (dAtA []byte, err error)

func (*SequenceEvent) ProtoMessage

func (*SequenceEvent) ProtoMessage()

func (*SequenceEvent) ProtoReflect

func (x *SequenceEvent) ProtoReflect() protoreflect.Message

func (*SequenceEvent) Reset

func (x *SequenceEvent) Reset()

func (*SequenceEvent) SizeVT

func (m *SequenceEvent) SizeVT() (n int)

func (*SequenceEvent) String

func (x *SequenceEvent) String() string

func (*SequenceEvent) UnmarshalVT

func (m *SequenceEvent) UnmarshalVT(dAtA []byte) error

type SequenceEvent_Action

type SequenceEvent_Action int32
const (
	SequenceEvent_NOOP  SequenceEvent_Action = 0
	SequenceEvent_START SequenceEvent_Action = 1
	SequenceEvent_STOP  SequenceEvent_Action = 2
)

func (SequenceEvent_Action) Descriptor

func (SequenceEvent_Action) Enum

func (SequenceEvent_Action) EnumDescriptor deprecated

func (SequenceEvent_Action) EnumDescriptor() ([]byte, []int)

Deprecated: Use SequenceEvent_Action.Descriptor instead.

func (SequenceEvent_Action) Number

func (SequenceEvent_Action) String

func (x SequenceEvent_Action) String() string

func (SequenceEvent_Action) Type

type ServiceEvent

type ServiceEvent struct {
	Msg   string                 `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
	State string                 `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	Ts    *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=ts,proto3" json:"ts,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceEvent) Descriptor deprecated

func (*ServiceEvent) Descriptor() ([]byte, []int)

Deprecated: Use ServiceEvent.ProtoReflect.Descriptor instead.

func (*ServiceEvent) GetMsg

func (x *ServiceEvent) GetMsg() string

func (*ServiceEvent) GetState

func (x *ServiceEvent) GetState() string

func (*ServiceEvent) GetTs

func (x *ServiceEvent) GetTs() *timestamppb.Timestamp

func (*ServiceEvent) MarshalToSizedBufferVT

func (m *ServiceEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceEvent) MarshalToVT

func (m *ServiceEvent) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceEvent) MarshalVT

func (m *ServiceEvent) MarshalVT() (dAtA []byte, err error)

func (*ServiceEvent) ProtoMessage

func (*ServiceEvent) ProtoMessage()

func (*ServiceEvent) ProtoReflect

func (x *ServiceEvent) ProtoReflect() protoreflect.Message

func (*ServiceEvent) Reset

func (x *ServiceEvent) Reset()

func (*ServiceEvent) SizeVT

func (m *ServiceEvent) SizeVT() (n int)

func (*ServiceEvent) String

func (x *ServiceEvent) String() string

func (*ServiceEvent) UnmarshalVT

func (m *ServiceEvent) UnmarshalVT(dAtA []byte) error

type ServiceEvents

type ServiceEvents struct {
	Events []*ServiceEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceEvents) Descriptor deprecated

func (*ServiceEvents) Descriptor() ([]byte, []int)

Deprecated: Use ServiceEvents.ProtoReflect.Descriptor instead.

func (*ServiceEvents) GetEvents

func (x *ServiceEvents) GetEvents() []*ServiceEvent

func (*ServiceEvents) MarshalToSizedBufferVT

func (m *ServiceEvents) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceEvents) MarshalToVT

func (m *ServiceEvents) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceEvents) MarshalVT

func (m *ServiceEvents) MarshalVT() (dAtA []byte, err error)

func (*ServiceEvents) ProtoMessage

func (*ServiceEvents) ProtoMessage()

func (*ServiceEvents) ProtoReflect

func (x *ServiceEvents) ProtoReflect() protoreflect.Message

func (*ServiceEvents) Reset

func (x *ServiceEvents) Reset()

func (*ServiceEvents) SizeVT

func (m *ServiceEvents) SizeVT() (n int)

func (*ServiceEvents) String

func (x *ServiceEvents) String() string

func (*ServiceEvents) UnmarshalVT

func (m *ServiceEvents) UnmarshalVT(dAtA []byte) error

type ServiceHealth

type ServiceHealth struct {
	Unknown     bool                   `protobuf:"varint,1,opt,name=unknown,proto3" json:"unknown,omitempty"`
	Healthy     bool                   `protobuf:"varint,2,opt,name=healthy,proto3" json:"healthy,omitempty"`
	LastMessage string                 `protobuf:"bytes,3,opt,name=last_message,json=lastMessage,proto3" json:"last_message,omitempty"`
	LastChange  *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=last_change,json=lastChange,proto3" json:"last_change,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceHealth) Descriptor deprecated

func (*ServiceHealth) Descriptor() ([]byte, []int)

Deprecated: Use ServiceHealth.ProtoReflect.Descriptor instead.

func (*ServiceHealth) GetHealthy

func (x *ServiceHealth) GetHealthy() bool

func (*ServiceHealth) GetLastChange

func (x *ServiceHealth) GetLastChange() *timestamppb.Timestamp

func (*ServiceHealth) GetLastMessage

func (x *ServiceHealth) GetLastMessage() string

func (*ServiceHealth) GetUnknown

func (x *ServiceHealth) GetUnknown() bool

func (*ServiceHealth) MarshalToSizedBufferVT

func (m *ServiceHealth) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceHealth) MarshalToVT

func (m *ServiceHealth) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceHealth) MarshalVT

func (m *ServiceHealth) MarshalVT() (dAtA []byte, err error)

func (*ServiceHealth) ProtoMessage

func (*ServiceHealth) ProtoMessage()

func (*ServiceHealth) ProtoReflect

func (x *ServiceHealth) ProtoReflect() protoreflect.Message

func (*ServiceHealth) Reset

func (x *ServiceHealth) Reset()

func (*ServiceHealth) SizeVT

func (m *ServiceHealth) SizeVT() (n int)

func (*ServiceHealth) String

func (x *ServiceHealth) String() string

func (*ServiceHealth) UnmarshalVT

func (m *ServiceHealth) UnmarshalVT(dAtA []byte) error

type ServiceInfo

type ServiceInfo struct {
	Id     string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	State  string         `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	Events *ServiceEvents `protobuf:"bytes,3,opt,name=events,proto3" json:"events,omitempty"`
	Health *ServiceHealth `protobuf:"bytes,4,opt,name=health,proto3" json:"health,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceInfo) Descriptor deprecated

func (*ServiceInfo) Descriptor() ([]byte, []int)

Deprecated: Use ServiceInfo.ProtoReflect.Descriptor instead.

func (*ServiceInfo) GetEvents

func (x *ServiceInfo) GetEvents() *ServiceEvents

func (*ServiceInfo) GetHealth

func (x *ServiceInfo) GetHealth() *ServiceHealth

func (*ServiceInfo) GetId

func (x *ServiceInfo) GetId() string

func (*ServiceInfo) GetState

func (x *ServiceInfo) GetState() string

func (*ServiceInfo) MarshalToSizedBufferVT

func (m *ServiceInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceInfo) MarshalToVT

func (m *ServiceInfo) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceInfo) MarshalVT

func (m *ServiceInfo) MarshalVT() (dAtA []byte, err error)

func (*ServiceInfo) ProtoMessage

func (*ServiceInfo) ProtoMessage()

func (*ServiceInfo) ProtoReflect

func (x *ServiceInfo) ProtoReflect() protoreflect.Message

func (*ServiceInfo) Reset

func (x *ServiceInfo) Reset()

func (*ServiceInfo) SizeVT

func (m *ServiceInfo) SizeVT() (n int)

func (*ServiceInfo) String

func (x *ServiceInfo) String() string

func (*ServiceInfo) UnmarshalVT

func (m *ServiceInfo) UnmarshalVT(dAtA []byte) error

type ServiceList

type ServiceList struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Services []*ServiceInfo   `protobuf:"bytes,2,rep,name=services,proto3" json:"services,omitempty"`
	// contains filtered or unexported fields
}

rpc servicelist

func (*ServiceList) Descriptor deprecated

func (*ServiceList) Descriptor() ([]byte, []int)

Deprecated: Use ServiceList.ProtoReflect.Descriptor instead.

func (*ServiceList) GetMetadata

func (x *ServiceList) GetMetadata() *common.Metadata

func (*ServiceList) GetServices

func (x *ServiceList) GetServices() []*ServiceInfo

func (*ServiceList) MarshalToSizedBufferVT

func (m *ServiceList) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceList) MarshalToVT

func (m *ServiceList) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceList) MarshalVT

func (m *ServiceList) MarshalVT() (dAtA []byte, err error)

func (*ServiceList) ProtoMessage

func (*ServiceList) ProtoMessage()

func (*ServiceList) ProtoReflect

func (x *ServiceList) ProtoReflect() protoreflect.Message

func (*ServiceList) Reset

func (x *ServiceList) Reset()

func (*ServiceList) SizeVT

func (m *ServiceList) SizeVT() (n int)

func (*ServiceList) String

func (x *ServiceList) String() string

func (*ServiceList) UnmarshalVT

func (m *ServiceList) UnmarshalVT(dAtA []byte) error

type ServiceListResponse

type ServiceListResponse struct {
	Messages []*ServiceList `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceListResponse) Descriptor deprecated

func (*ServiceListResponse) Descriptor() ([]byte, []int)

Deprecated: Use ServiceListResponse.ProtoReflect.Descriptor instead.

func (*ServiceListResponse) GetMessages

func (x *ServiceListResponse) GetMessages() []*ServiceList

func (*ServiceListResponse) MarshalToSizedBufferVT

func (m *ServiceListResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceListResponse) MarshalToVT

func (m *ServiceListResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceListResponse) MarshalVT

func (m *ServiceListResponse) MarshalVT() (dAtA []byte, err error)

func (*ServiceListResponse) ProtoMessage

func (*ServiceListResponse) ProtoMessage()

func (*ServiceListResponse) ProtoReflect

func (x *ServiceListResponse) ProtoReflect() protoreflect.Message

func (*ServiceListResponse) Reset

func (x *ServiceListResponse) Reset()

func (*ServiceListResponse) SizeVT

func (m *ServiceListResponse) SizeVT() (n int)

func (*ServiceListResponse) String

func (x *ServiceListResponse) String() string

func (*ServiceListResponse) UnmarshalVT

func (m *ServiceListResponse) UnmarshalVT(dAtA []byte) error

type ServiceRestart

type ServiceRestart struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Resp     string           `protobuf:"bytes,2,opt,name=resp,proto3" json:"resp,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceRestart) Descriptor deprecated

func (*ServiceRestart) Descriptor() ([]byte, []int)

Deprecated: Use ServiceRestart.ProtoReflect.Descriptor instead.

func (*ServiceRestart) GetMetadata

func (x *ServiceRestart) GetMetadata() *common.Metadata

func (*ServiceRestart) GetResp

func (x *ServiceRestart) GetResp() string

func (*ServiceRestart) MarshalToSizedBufferVT

func (m *ServiceRestart) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceRestart) MarshalToVT

func (m *ServiceRestart) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceRestart) MarshalVT

func (m *ServiceRestart) MarshalVT() (dAtA []byte, err error)

func (*ServiceRestart) ProtoMessage

func (*ServiceRestart) ProtoMessage()

func (*ServiceRestart) ProtoReflect

func (x *ServiceRestart) ProtoReflect() protoreflect.Message

func (*ServiceRestart) Reset

func (x *ServiceRestart) Reset()

func (*ServiceRestart) SizeVT

func (m *ServiceRestart) SizeVT() (n int)

func (*ServiceRestart) String

func (x *ServiceRestart) String() string

func (*ServiceRestart) UnmarshalVT

func (m *ServiceRestart) UnmarshalVT(dAtA []byte) error

type ServiceRestartRequest

type ServiceRestartRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceRestartRequest) Descriptor deprecated

func (*ServiceRestartRequest) Descriptor() ([]byte, []int)

Deprecated: Use ServiceRestartRequest.ProtoReflect.Descriptor instead.

func (*ServiceRestartRequest) GetId

func (x *ServiceRestartRequest) GetId() string

func (*ServiceRestartRequest) MarshalToSizedBufferVT

func (m *ServiceRestartRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceRestartRequest) MarshalToVT

func (m *ServiceRestartRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceRestartRequest) MarshalVT

func (m *ServiceRestartRequest) MarshalVT() (dAtA []byte, err error)

func (*ServiceRestartRequest) ProtoMessage

func (*ServiceRestartRequest) ProtoMessage()

func (*ServiceRestartRequest) ProtoReflect

func (x *ServiceRestartRequest) ProtoReflect() protoreflect.Message

func (*ServiceRestartRequest) Reset

func (x *ServiceRestartRequest) Reset()

func (*ServiceRestartRequest) SizeVT

func (m *ServiceRestartRequest) SizeVT() (n int)

func (*ServiceRestartRequest) String

func (x *ServiceRestartRequest) String() string

func (*ServiceRestartRequest) UnmarshalVT

func (m *ServiceRestartRequest) UnmarshalVT(dAtA []byte) error

type ServiceRestartResponse

type ServiceRestartResponse struct {
	Messages []*ServiceRestart `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceRestartResponse) Descriptor deprecated

func (*ServiceRestartResponse) Descriptor() ([]byte, []int)

Deprecated: Use ServiceRestartResponse.ProtoReflect.Descriptor instead.

func (*ServiceRestartResponse) GetMessages

func (x *ServiceRestartResponse) GetMessages() []*ServiceRestart

func (*ServiceRestartResponse) MarshalToSizedBufferVT

func (m *ServiceRestartResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceRestartResponse) MarshalToVT

func (m *ServiceRestartResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceRestartResponse) MarshalVT

func (m *ServiceRestartResponse) MarshalVT() (dAtA []byte, err error)

func (*ServiceRestartResponse) ProtoMessage

func (*ServiceRestartResponse) ProtoMessage()

func (*ServiceRestartResponse) ProtoReflect

func (x *ServiceRestartResponse) ProtoReflect() protoreflect.Message

func (*ServiceRestartResponse) Reset

func (x *ServiceRestartResponse) Reset()

func (*ServiceRestartResponse) SizeVT

func (m *ServiceRestartResponse) SizeVT() (n int)

func (*ServiceRestartResponse) String

func (x *ServiceRestartResponse) String() string

func (*ServiceRestartResponse) UnmarshalVT

func (m *ServiceRestartResponse) UnmarshalVT(dAtA []byte) error

type ServiceStart

type ServiceStart struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Resp     string           `protobuf:"bytes,2,opt,name=resp,proto3" json:"resp,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceStart) Descriptor deprecated

func (*ServiceStart) Descriptor() ([]byte, []int)

Deprecated: Use ServiceStart.ProtoReflect.Descriptor instead.

func (*ServiceStart) GetMetadata

func (x *ServiceStart) GetMetadata() *common.Metadata

func (*ServiceStart) GetResp

func (x *ServiceStart) GetResp() string

func (*ServiceStart) MarshalToSizedBufferVT

func (m *ServiceStart) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceStart) MarshalToVT

func (m *ServiceStart) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceStart) MarshalVT

func (m *ServiceStart) MarshalVT() (dAtA []byte, err error)

func (*ServiceStart) ProtoMessage

func (*ServiceStart) ProtoMessage()

func (*ServiceStart) ProtoReflect

func (x *ServiceStart) ProtoReflect() protoreflect.Message

func (*ServiceStart) Reset

func (x *ServiceStart) Reset()

func (*ServiceStart) SizeVT

func (m *ServiceStart) SizeVT() (n int)

func (*ServiceStart) String

func (x *ServiceStart) String() string

func (*ServiceStart) UnmarshalVT

func (m *ServiceStart) UnmarshalVT(dAtA []byte) error

type ServiceStartRequest

type ServiceStartRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

rpc servicestart

func (*ServiceStartRequest) Descriptor deprecated

func (*ServiceStartRequest) Descriptor() ([]byte, []int)

Deprecated: Use ServiceStartRequest.ProtoReflect.Descriptor instead.

func (*ServiceStartRequest) GetId

func (x *ServiceStartRequest) GetId() string

func (*ServiceStartRequest) MarshalToSizedBufferVT

func (m *ServiceStartRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceStartRequest) MarshalToVT

func (m *ServiceStartRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceStartRequest) MarshalVT

func (m *ServiceStartRequest) MarshalVT() (dAtA []byte, err error)

func (*ServiceStartRequest) ProtoMessage

func (*ServiceStartRequest) ProtoMessage()

func (*ServiceStartRequest) ProtoReflect

func (x *ServiceStartRequest) ProtoReflect() protoreflect.Message

func (*ServiceStartRequest) Reset

func (x *ServiceStartRequest) Reset()

func (*ServiceStartRequest) SizeVT

func (m *ServiceStartRequest) SizeVT() (n int)

func (*ServiceStartRequest) String

func (x *ServiceStartRequest) String() string

func (*ServiceStartRequest) UnmarshalVT

func (m *ServiceStartRequest) UnmarshalVT(dAtA []byte) error

type ServiceStartResponse

type ServiceStartResponse struct {
	Messages []*ServiceStart `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceStartResponse) Descriptor deprecated

func (*ServiceStartResponse) Descriptor() ([]byte, []int)

Deprecated: Use ServiceStartResponse.ProtoReflect.Descriptor instead.

func (*ServiceStartResponse) GetMessages

func (x *ServiceStartResponse) GetMessages() []*ServiceStart

func (*ServiceStartResponse) MarshalToSizedBufferVT

func (m *ServiceStartResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceStartResponse) MarshalToVT

func (m *ServiceStartResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceStartResponse) MarshalVT

func (m *ServiceStartResponse) MarshalVT() (dAtA []byte, err error)

func (*ServiceStartResponse) ProtoMessage

func (*ServiceStartResponse) ProtoMessage()

func (*ServiceStartResponse) ProtoReflect

func (x *ServiceStartResponse) ProtoReflect() protoreflect.Message

func (*ServiceStartResponse) Reset

func (x *ServiceStartResponse) Reset()

func (*ServiceStartResponse) SizeVT

func (m *ServiceStartResponse) SizeVT() (n int)

func (*ServiceStartResponse) String

func (x *ServiceStartResponse) String() string

func (*ServiceStartResponse) UnmarshalVT

func (m *ServiceStartResponse) UnmarshalVT(dAtA []byte) error

type ServiceStateEvent

type ServiceStateEvent struct {
	Service string                   `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
	Action  ServiceStateEvent_Action `protobuf:"varint,2,opt,name=action,proto3,enum=machine.ServiceStateEvent_Action" json:"action,omitempty"`
	Message string                   `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Health  *ServiceHealth           `protobuf:"bytes,4,opt,name=health,proto3" json:"health,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceStateEvent) Descriptor deprecated

func (*ServiceStateEvent) Descriptor() ([]byte, []int)

Deprecated: Use ServiceStateEvent.ProtoReflect.Descriptor instead.

func (*ServiceStateEvent) GetAction

func (*ServiceStateEvent) GetHealth

func (x *ServiceStateEvent) GetHealth() *ServiceHealth

func (*ServiceStateEvent) GetMessage

func (x *ServiceStateEvent) GetMessage() string

func (*ServiceStateEvent) GetService

func (x *ServiceStateEvent) GetService() string

func (*ServiceStateEvent) MarshalToSizedBufferVT

func (m *ServiceStateEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceStateEvent) MarshalToVT

func (m *ServiceStateEvent) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceStateEvent) MarshalVT

func (m *ServiceStateEvent) MarshalVT() (dAtA []byte, err error)

func (*ServiceStateEvent) ProtoMessage

func (*ServiceStateEvent) ProtoMessage()

func (*ServiceStateEvent) ProtoReflect

func (x *ServiceStateEvent) ProtoReflect() protoreflect.Message

func (*ServiceStateEvent) Reset

func (x *ServiceStateEvent) Reset()

func (*ServiceStateEvent) SizeVT

func (m *ServiceStateEvent) SizeVT() (n int)

func (*ServiceStateEvent) String

func (x *ServiceStateEvent) String() string

func (*ServiceStateEvent) UnmarshalVT

func (m *ServiceStateEvent) UnmarshalVT(dAtA []byte) error

type ServiceStateEvent_Action

type ServiceStateEvent_Action int32
const (
	ServiceStateEvent_INITIALIZED ServiceStateEvent_Action = 0
	ServiceStateEvent_PREPARING   ServiceStateEvent_Action = 1
	ServiceStateEvent_WAITING     ServiceStateEvent_Action = 2
	ServiceStateEvent_RUNNING     ServiceStateEvent_Action = 3
	ServiceStateEvent_STOPPING    ServiceStateEvent_Action = 4
	ServiceStateEvent_FINISHED    ServiceStateEvent_Action = 5
	ServiceStateEvent_FAILED      ServiceStateEvent_Action = 6
	ServiceStateEvent_SKIPPED     ServiceStateEvent_Action = 7
	ServiceStateEvent_STARTING    ServiceStateEvent_Action = 8
)

func (ServiceStateEvent_Action) Descriptor

func (ServiceStateEvent_Action) Enum

func (ServiceStateEvent_Action) EnumDescriptor deprecated

func (ServiceStateEvent_Action) EnumDescriptor() ([]byte, []int)

Deprecated: Use ServiceStateEvent_Action.Descriptor instead.

func (ServiceStateEvent_Action) Number

func (ServiceStateEvent_Action) String

func (x ServiceStateEvent_Action) String() string

func (ServiceStateEvent_Action) Type

type ServiceStop

type ServiceStop struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Resp     string           `protobuf:"bytes,2,opt,name=resp,proto3" json:"resp,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceStop) Descriptor deprecated

func (*ServiceStop) Descriptor() ([]byte, []int)

Deprecated: Use ServiceStop.ProtoReflect.Descriptor instead.

func (*ServiceStop) GetMetadata

func (x *ServiceStop) GetMetadata() *common.Metadata

func (*ServiceStop) GetResp

func (x *ServiceStop) GetResp() string

func (*ServiceStop) MarshalToSizedBufferVT

func (m *ServiceStop) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceStop) MarshalToVT

func (m *ServiceStop) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceStop) MarshalVT

func (m *ServiceStop) MarshalVT() (dAtA []byte, err error)

func (*ServiceStop) ProtoMessage

func (*ServiceStop) ProtoMessage()

func (*ServiceStop) ProtoReflect

func (x *ServiceStop) ProtoReflect() protoreflect.Message

func (*ServiceStop) Reset

func (x *ServiceStop) Reset()

func (*ServiceStop) SizeVT

func (m *ServiceStop) SizeVT() (n int)

func (*ServiceStop) String

func (x *ServiceStop) String() string

func (*ServiceStop) UnmarshalVT

func (m *ServiceStop) UnmarshalVT(dAtA []byte) error

type ServiceStopRequest

type ServiceStopRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceStopRequest) Descriptor deprecated

func (*ServiceStopRequest) Descriptor() ([]byte, []int)

Deprecated: Use ServiceStopRequest.ProtoReflect.Descriptor instead.

func (*ServiceStopRequest) GetId

func (x *ServiceStopRequest) GetId() string

func (*ServiceStopRequest) MarshalToSizedBufferVT

func (m *ServiceStopRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceStopRequest) MarshalToVT

func (m *ServiceStopRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceStopRequest) MarshalVT

func (m *ServiceStopRequest) MarshalVT() (dAtA []byte, err error)

func (*ServiceStopRequest) ProtoMessage

func (*ServiceStopRequest) ProtoMessage()

func (*ServiceStopRequest) ProtoReflect

func (x *ServiceStopRequest) ProtoReflect() protoreflect.Message

func (*ServiceStopRequest) Reset

func (x *ServiceStopRequest) Reset()

func (*ServiceStopRequest) SizeVT

func (m *ServiceStopRequest) SizeVT() (n int)

func (*ServiceStopRequest) String

func (x *ServiceStopRequest) String() string

func (*ServiceStopRequest) UnmarshalVT

func (m *ServiceStopRequest) UnmarshalVT(dAtA []byte) error

type ServiceStopResponse

type ServiceStopResponse struct {
	Messages []*ServiceStop `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceStopResponse) Descriptor deprecated

func (*ServiceStopResponse) Descriptor() ([]byte, []int)

Deprecated: Use ServiceStopResponse.ProtoReflect.Descriptor instead.

func (*ServiceStopResponse) GetMessages

func (x *ServiceStopResponse) GetMessages() []*ServiceStop

func (*ServiceStopResponse) MarshalToSizedBufferVT

func (m *ServiceStopResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceStopResponse) MarshalToVT

func (m *ServiceStopResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceStopResponse) MarshalVT

func (m *ServiceStopResponse) MarshalVT() (dAtA []byte, err error)

func (*ServiceStopResponse) ProtoMessage

func (*ServiceStopResponse) ProtoMessage()

func (*ServiceStopResponse) ProtoReflect

func (x *ServiceStopResponse) ProtoReflect() protoreflect.Message

func (*ServiceStopResponse) Reset

func (x *ServiceStopResponse) Reset()

func (*ServiceStopResponse) SizeVT

func (m *ServiceStopResponse) SizeVT() (n int)

func (*ServiceStopResponse) String

func (x *ServiceStopResponse) String() string

func (*ServiceStopResponse) UnmarshalVT

func (m *ServiceStopResponse) UnmarshalVT(dAtA []byte) error

type Shutdown

type Shutdown struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	ActorId  string           `protobuf:"bytes,2,opt,name=actor_id,json=actorId,proto3" json:"actor_id,omitempty"`
	// contains filtered or unexported fields
}

rpc shutdown The messages message containing the shutdown status.

func (*Shutdown) Descriptor deprecated

func (*Shutdown) Descriptor() ([]byte, []int)

Deprecated: Use Shutdown.ProtoReflect.Descriptor instead.

func (*Shutdown) GetActorId

func (x *Shutdown) GetActorId() string

func (*Shutdown) GetMetadata

func (x *Shutdown) GetMetadata() *common.Metadata

func (*Shutdown) MarshalToSizedBufferVT

func (m *Shutdown) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Shutdown) MarshalToVT

func (m *Shutdown) MarshalToVT(dAtA []byte) (int, error)

func (*Shutdown) MarshalVT

func (m *Shutdown) MarshalVT() (dAtA []byte, err error)

func (*Shutdown) ProtoMessage

func (*Shutdown) ProtoMessage()

func (*Shutdown) ProtoReflect

func (x *Shutdown) ProtoReflect() protoreflect.Message

func (*Shutdown) Reset

func (x *Shutdown) Reset()

func (*Shutdown) SizeVT

func (m *Shutdown) SizeVT() (n int)

func (*Shutdown) String

func (x *Shutdown) String() string

func (*Shutdown) UnmarshalVT

func (m *Shutdown) UnmarshalVT(dAtA []byte) error

type ShutdownRequest

type ShutdownRequest struct {

	// Force indicates whether node should shutdown without first cordening and draining
	Force bool `protobuf:"varint,1,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

func (*ShutdownRequest) Descriptor deprecated

func (*ShutdownRequest) Descriptor() ([]byte, []int)

Deprecated: Use ShutdownRequest.ProtoReflect.Descriptor instead.

func (*ShutdownRequest) GetForce

func (x *ShutdownRequest) GetForce() bool

func (*ShutdownRequest) MarshalToSizedBufferVT

func (m *ShutdownRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ShutdownRequest) MarshalToVT

func (m *ShutdownRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ShutdownRequest) MarshalVT

func (m *ShutdownRequest) MarshalVT() (dAtA []byte, err error)

func (*ShutdownRequest) ProtoMessage

func (*ShutdownRequest) ProtoMessage()

func (*ShutdownRequest) ProtoReflect

func (x *ShutdownRequest) ProtoReflect() protoreflect.Message

func (*ShutdownRequest) Reset

func (x *ShutdownRequest) Reset()

func (*ShutdownRequest) SizeVT

func (m *ShutdownRequest) SizeVT() (n int)

func (*ShutdownRequest) String

func (x *ShutdownRequest) String() string

func (*ShutdownRequest) UnmarshalVT

func (m *ShutdownRequest) UnmarshalVT(dAtA []byte) error

type ShutdownResponse

type ShutdownResponse struct {
	Messages []*Shutdown `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*ShutdownResponse) Descriptor deprecated

func (*ShutdownResponse) Descriptor() ([]byte, []int)

Deprecated: Use ShutdownResponse.ProtoReflect.Descriptor instead.

func (*ShutdownResponse) GetMessages

func (x *ShutdownResponse) GetMessages() []*Shutdown

func (*ShutdownResponse) MarshalToSizedBufferVT

func (m *ShutdownResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ShutdownResponse) MarshalToVT

func (m *ShutdownResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ShutdownResponse) MarshalVT

func (m *ShutdownResponse) MarshalVT() (dAtA []byte, err error)

func (*ShutdownResponse) ProtoMessage

func (*ShutdownResponse) ProtoMessage()

func (*ShutdownResponse) ProtoReflect

func (x *ShutdownResponse) ProtoReflect() protoreflect.Message

func (*ShutdownResponse) Reset

func (x *ShutdownResponse) Reset()

func (*ShutdownResponse) SizeVT

func (m *ShutdownResponse) SizeVT() (n int)

func (*ShutdownResponse) String

func (x *ShutdownResponse) String() string

func (*ShutdownResponse) UnmarshalVT

func (m *ShutdownResponse) UnmarshalVT(dAtA []byte) error

type SoftIRQStat

type SoftIRQStat struct {
	Hi          uint64 `protobuf:"varint,1,opt,name=hi,proto3" json:"hi,omitempty"`
	Timer       uint64 `protobuf:"varint,2,opt,name=timer,proto3" json:"timer,omitempty"`
	NetTx       uint64 `protobuf:"varint,3,opt,name=net_tx,json=netTx,proto3" json:"net_tx,omitempty"`
	NetRx       uint64 `protobuf:"varint,4,opt,name=net_rx,json=netRx,proto3" json:"net_rx,omitempty"`
	Block       uint64 `protobuf:"varint,5,opt,name=block,proto3" json:"block,omitempty"`
	BlockIoPoll uint64 `protobuf:"varint,6,opt,name=block_io_poll,json=blockIoPoll,proto3" json:"block_io_poll,omitempty"`
	Tasklet     uint64 `protobuf:"varint,7,opt,name=tasklet,proto3" json:"tasklet,omitempty"`
	Sched       uint64 `protobuf:"varint,8,opt,name=sched,proto3" json:"sched,omitempty"`
	Hrtimer     uint64 `protobuf:"varint,9,opt,name=hrtimer,proto3" json:"hrtimer,omitempty"`
	Rcu         uint64 `protobuf:"varint,10,opt,name=rcu,proto3" json:"rcu,omitempty"`
	// contains filtered or unexported fields
}

func (*SoftIRQStat) Descriptor deprecated

func (*SoftIRQStat) Descriptor() ([]byte, []int)

Deprecated: Use SoftIRQStat.ProtoReflect.Descriptor instead.

func (*SoftIRQStat) GetBlock

func (x *SoftIRQStat) GetBlock() uint64

func (*SoftIRQStat) GetBlockIoPoll

func (x *SoftIRQStat) GetBlockIoPoll() uint64

func (*SoftIRQStat) GetHi

func (x *SoftIRQStat) GetHi() uint64

func (*SoftIRQStat) GetHrtimer

func (x *SoftIRQStat) GetHrtimer() uint64

func (*SoftIRQStat) GetNetRx

func (x *SoftIRQStat) GetNetRx() uint64

func (*SoftIRQStat) GetNetTx

func (x *SoftIRQStat) GetNetTx() uint64

func (*SoftIRQStat) GetRcu

func (x *SoftIRQStat) GetRcu() uint64

func (*SoftIRQStat) GetSched

func (x *SoftIRQStat) GetSched() uint64

func (*SoftIRQStat) GetTasklet

func (x *SoftIRQStat) GetTasklet() uint64

func (*SoftIRQStat) GetTimer

func (x *SoftIRQStat) GetTimer() uint64

func (*SoftIRQStat) MarshalToSizedBufferVT

func (m *SoftIRQStat) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SoftIRQStat) MarshalToVT

func (m *SoftIRQStat) MarshalToVT(dAtA []byte) (int, error)

func (*SoftIRQStat) MarshalVT

func (m *SoftIRQStat) MarshalVT() (dAtA []byte, err error)

func (*SoftIRQStat) ProtoMessage

func (*SoftIRQStat) ProtoMessage()

func (*SoftIRQStat) ProtoReflect

func (x *SoftIRQStat) ProtoReflect() protoreflect.Message

func (*SoftIRQStat) Reset

func (x *SoftIRQStat) Reset()

func (*SoftIRQStat) SizeVT

func (m *SoftIRQStat) SizeVT() (n int)

func (*SoftIRQStat) String

func (x *SoftIRQStat) String() string

func (*SoftIRQStat) UnmarshalVT

func (m *SoftIRQStat) UnmarshalVT(dAtA []byte) error

type Stat

type Stat struct {
	Namespace   string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Id          string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	MemoryUsage uint64 `protobuf:"varint,4,opt,name=memory_usage,json=memoryUsage,proto3" json:"memory_usage,omitempty"`
	CpuUsage    uint64 `protobuf:"varint,5,opt,name=cpu_usage,json=cpuUsage,proto3" json:"cpu_usage,omitempty"`
	PodId       string `protobuf:"bytes,6,opt,name=pod_id,json=podId,proto3" json:"pod_id,omitempty"`
	Name        string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The messages message containing the requested stat.

func (*Stat) Descriptor deprecated

func (*Stat) Descriptor() ([]byte, []int)

Deprecated: Use Stat.ProtoReflect.Descriptor instead.

func (*Stat) GetCpuUsage

func (x *Stat) GetCpuUsage() uint64

func (*Stat) GetId

func (x *Stat) GetId() string

func (*Stat) GetMemoryUsage

func (x *Stat) GetMemoryUsage() uint64

func (*Stat) GetName

func (x *Stat) GetName() string

func (*Stat) GetNamespace

func (x *Stat) GetNamespace() string

func (*Stat) GetPodId

func (x *Stat) GetPodId() string

func (*Stat) MarshalToSizedBufferVT

func (m *Stat) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Stat) MarshalToVT

func (m *Stat) MarshalToVT(dAtA []byte) (int, error)

func (*Stat) MarshalVT

func (m *Stat) MarshalVT() (dAtA []byte, err error)

func (*Stat) ProtoMessage

func (*Stat) ProtoMessage()

func (*Stat) ProtoReflect

func (x *Stat) ProtoReflect() protoreflect.Message

func (*Stat) Reset

func (x *Stat) Reset()

func (*Stat) SizeVT

func (m *Stat) SizeVT() (n int)

func (*Stat) String

func (x *Stat) String() string

func (*Stat) UnmarshalVT

func (m *Stat) UnmarshalVT(dAtA []byte) error

type Stats

type Stats struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Stats    []*Stat          `protobuf:"bytes,2,rep,name=stats,proto3" json:"stats,omitempty"`
	// contains filtered or unexported fields
}

The messages message containing the requested stats.

func (*Stats) Descriptor deprecated

func (*Stats) Descriptor() ([]byte, []int)

Deprecated: Use Stats.ProtoReflect.Descriptor instead.

func (*Stats) GetMetadata

func (x *Stats) GetMetadata() *common.Metadata

func (*Stats) GetStats

func (x *Stats) GetStats() []*Stat

func (*Stats) MarshalToSizedBufferVT

func (m *Stats) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Stats) MarshalToVT

func (m *Stats) MarshalToVT(dAtA []byte) (int, error)

func (*Stats) MarshalVT

func (m *Stats) MarshalVT() (dAtA []byte, err error)

func (*Stats) ProtoMessage

func (*Stats) ProtoMessage()

func (*Stats) ProtoReflect

func (x *Stats) ProtoReflect() protoreflect.Message

func (*Stats) Reset

func (x *Stats) Reset()

func (*Stats) SizeVT

func (m *Stats) SizeVT() (n int)

func (*Stats) String

func (x *Stats) String() string

func (*Stats) UnmarshalVT

func (m *Stats) UnmarshalVT(dAtA []byte) error

type StatsRequest

type StatsRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Driver selects the runtime backend.
	Driver common.ContainerDriver `protobuf:"varint,2,opt,name=driver,proto3,enum=common.ContainerDriver" json:"driver,omitempty"`
	// contains filtered or unexported fields
}

The request message containing the containerd namespace.

func (*StatsRequest) Descriptor deprecated

func (*StatsRequest) Descriptor() ([]byte, []int)

Deprecated: Use StatsRequest.ProtoReflect.Descriptor instead.

func (*StatsRequest) GetDriver

func (x *StatsRequest) GetDriver() common.ContainerDriver

func (*StatsRequest) GetNamespace

func (x *StatsRequest) GetNamespace() string

func (*StatsRequest) MarshalToSizedBufferVT

func (m *StatsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StatsRequest) MarshalToVT

func (m *StatsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*StatsRequest) MarshalVT

func (m *StatsRequest) MarshalVT() (dAtA []byte, err error)

func (*StatsRequest) ProtoMessage

func (*StatsRequest) ProtoMessage()

func (*StatsRequest) ProtoReflect

func (x *StatsRequest) ProtoReflect() protoreflect.Message

func (*StatsRequest) Reset

func (x *StatsRequest) Reset()

func (*StatsRequest) SizeVT

func (m *StatsRequest) SizeVT() (n int)

func (*StatsRequest) String

func (x *StatsRequest) String() string

func (*StatsRequest) UnmarshalVT

func (m *StatsRequest) UnmarshalVT(dAtA []byte) error

type StatsResponse

type StatsResponse struct {
	Messages []*Stats `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*StatsResponse) Descriptor deprecated

func (*StatsResponse) Descriptor() ([]byte, []int)

Deprecated: Use StatsResponse.ProtoReflect.Descriptor instead.

func (*StatsResponse) GetMessages

func (x *StatsResponse) GetMessages() []*Stats

func (*StatsResponse) MarshalToSizedBufferVT

func (m *StatsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StatsResponse) MarshalToVT

func (m *StatsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*StatsResponse) MarshalVT

func (m *StatsResponse) MarshalVT() (dAtA []byte, err error)

func (*StatsResponse) ProtoMessage

func (*StatsResponse) ProtoMessage()

func (*StatsResponse) ProtoReflect

func (x *StatsResponse) ProtoReflect() protoreflect.Message

func (*StatsResponse) Reset

func (x *StatsResponse) Reset()

func (*StatsResponse) SizeVT

func (m *StatsResponse) SizeVT() (n int)

func (*StatsResponse) String

func (x *StatsResponse) String() string

func (*StatsResponse) UnmarshalVT

func (m *StatsResponse) UnmarshalVT(dAtA []byte) error

type SystemStat

type SystemStat struct {
	Metadata        *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	BootTime        uint64           `protobuf:"varint,2,opt,name=boot_time,json=bootTime,proto3" json:"boot_time,omitempty"`
	CpuTotal        *CPUStat         `protobuf:"bytes,3,opt,name=cpu_total,json=cpuTotal,proto3" json:"cpu_total,omitempty"`
	Cpu             []*CPUStat       `protobuf:"bytes,4,rep,name=cpu,proto3" json:"cpu,omitempty"`
	IrqTotal        uint64           `protobuf:"varint,5,opt,name=irq_total,json=irqTotal,proto3" json:"irq_total,omitempty"`
	Irq             []uint64         `protobuf:"varint,6,rep,packed,name=irq,proto3" json:"irq,omitempty"`
	ContextSwitches uint64           `protobuf:"varint,7,opt,name=context_switches,json=contextSwitches,proto3" json:"context_switches,omitempty"`
	ProcessCreated  uint64           `protobuf:"varint,8,opt,name=process_created,json=processCreated,proto3" json:"process_created,omitempty"`
	ProcessRunning  uint64           `protobuf:"varint,9,opt,name=process_running,json=processRunning,proto3" json:"process_running,omitempty"`
	ProcessBlocked  uint64           `protobuf:"varint,10,opt,name=process_blocked,json=processBlocked,proto3" json:"process_blocked,omitempty"`
	SoftIrqTotal    uint64           `protobuf:"varint,11,opt,name=soft_irq_total,json=softIrqTotal,proto3" json:"soft_irq_total,omitempty"`
	SoftIrq         *SoftIRQStat     `protobuf:"bytes,12,opt,name=soft_irq,json=softIrq,proto3" json:"soft_irq,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemStat) Descriptor deprecated

func (*SystemStat) Descriptor() ([]byte, []int)

Deprecated: Use SystemStat.ProtoReflect.Descriptor instead.

func (*SystemStat) GetBootTime

func (x *SystemStat) GetBootTime() uint64

func (*SystemStat) GetContextSwitches

func (x *SystemStat) GetContextSwitches() uint64

func (*SystemStat) GetCpu

func (x *SystemStat) GetCpu() []*CPUStat

func (*SystemStat) GetCpuTotal

func (x *SystemStat) GetCpuTotal() *CPUStat

func (*SystemStat) GetIrq

func (x *SystemStat) GetIrq() []uint64

func (*SystemStat) GetIrqTotal

func (x *SystemStat) GetIrqTotal() uint64

func (*SystemStat) GetMetadata

func (x *SystemStat) GetMetadata() *common.Metadata

func (*SystemStat) GetProcessBlocked

func (x *SystemStat) GetProcessBlocked() uint64

func (*SystemStat) GetProcessCreated

func (x *SystemStat) GetProcessCreated() uint64

func (*SystemStat) GetProcessRunning

func (x *SystemStat) GetProcessRunning() uint64

func (*SystemStat) GetSoftIrq

func (x *SystemStat) GetSoftIrq() *SoftIRQStat

func (*SystemStat) GetSoftIrqTotal

func (x *SystemStat) GetSoftIrqTotal() uint64

func (*SystemStat) MarshalToSizedBufferVT

func (m *SystemStat) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SystemStat) MarshalToVT

func (m *SystemStat) MarshalToVT(dAtA []byte) (int, error)

func (*SystemStat) MarshalVT

func (m *SystemStat) MarshalVT() (dAtA []byte, err error)

func (*SystemStat) ProtoMessage

func (*SystemStat) ProtoMessage()

func (*SystemStat) ProtoReflect

func (x *SystemStat) ProtoReflect() protoreflect.Message

func (*SystemStat) Reset

func (x *SystemStat) Reset()

func (*SystemStat) SizeVT

func (m *SystemStat) SizeVT() (n int)

func (*SystemStat) String

func (x *SystemStat) String() string

func (*SystemStat) UnmarshalVT

func (m *SystemStat) UnmarshalVT(dAtA []byte) error

type SystemStatResponse

type SystemStatResponse struct {
	Messages []*SystemStat `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemStatResponse) Descriptor deprecated

func (*SystemStatResponse) Descriptor() ([]byte, []int)

Deprecated: Use SystemStatResponse.ProtoReflect.Descriptor instead.

func (*SystemStatResponse) GetMessages

func (x *SystemStatResponse) GetMessages() []*SystemStat

func (*SystemStatResponse) MarshalToSizedBufferVT

func (m *SystemStatResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SystemStatResponse) MarshalToVT

func (m *SystemStatResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SystemStatResponse) MarshalVT

func (m *SystemStatResponse) MarshalVT() (dAtA []byte, err error)

func (*SystemStatResponse) ProtoMessage

func (*SystemStatResponse) ProtoMessage()

func (*SystemStatResponse) ProtoReflect

func (x *SystemStatResponse) ProtoReflect() protoreflect.Message

func (*SystemStatResponse) Reset

func (x *SystemStatResponse) Reset()

func (*SystemStatResponse) SizeVT

func (m *SystemStatResponse) SizeVT() (n int)

func (*SystemStatResponse) String

func (x *SystemStatResponse) String() string

func (*SystemStatResponse) UnmarshalVT

func (m *SystemStatResponse) UnmarshalVT(dAtA []byte) error

type TaskEvent

type TaskEvent struct {
	Task   string           `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"`
	Action TaskEvent_Action `protobuf:"varint,2,opt,name=action,proto3,enum=machine.TaskEvent_Action" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskEvent) Descriptor deprecated

func (*TaskEvent) Descriptor() ([]byte, []int)

Deprecated: Use TaskEvent.ProtoReflect.Descriptor instead.

func (*TaskEvent) GetAction

func (x *TaskEvent) GetAction() TaskEvent_Action

func (*TaskEvent) GetTask

func (x *TaskEvent) GetTask() string

func (*TaskEvent) MarshalToSizedBufferVT

func (m *TaskEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TaskEvent) MarshalToVT

func (m *TaskEvent) MarshalToVT(dAtA []byte) (int, error)

func (*TaskEvent) MarshalVT

func (m *TaskEvent) MarshalVT() (dAtA []byte, err error)

func (*TaskEvent) ProtoMessage

func (*TaskEvent) ProtoMessage()

func (*TaskEvent) ProtoReflect

func (x *TaskEvent) ProtoReflect() protoreflect.Message

func (*TaskEvent) Reset

func (x *TaskEvent) Reset()

func (*TaskEvent) SizeVT

func (m *TaskEvent) SizeVT() (n int)

func (*TaskEvent) String

func (x *TaskEvent) String() string

func (*TaskEvent) UnmarshalVT

func (m *TaskEvent) UnmarshalVT(dAtA []byte) error

type TaskEvent_Action

type TaskEvent_Action int32
const (
	TaskEvent_START TaskEvent_Action = 0
	TaskEvent_STOP  TaskEvent_Action = 1
)

func (TaskEvent_Action) Descriptor

func (TaskEvent_Action) Enum

func (TaskEvent_Action) EnumDescriptor deprecated

func (TaskEvent_Action) EnumDescriptor() ([]byte, []int)

Deprecated: Use TaskEvent_Action.Descriptor instead.

func (TaskEvent_Action) Number

func (TaskEvent_Action) String

func (x TaskEvent_Action) String() string

func (TaskEvent_Action) Type

type UnimplementedDebugServiceServer

type UnimplementedDebugServiceServer struct{}

UnimplementedDebugServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnimplementedImageServiceServer

type UnimplementedImageServiceServer struct{}

UnimplementedImageServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedImageServiceServer) Remove

type UnimplementedMachineServiceServer

type UnimplementedMachineServiceServer struct{}

UnimplementedMachineServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedMachineServiceServer) ApplyConfiguration

func (UnimplementedMachineServiceServer) Bootstrap

func (UnimplementedMachineServiceServer) CPUFreqStats

func (UnimplementedMachineServiceServer) CPUInfo

func (UnimplementedMachineServiceServer) ConsulConfig

func (UnimplementedMachineServiceServer) Containers

func (UnimplementedMachineServiceServer) Copy

func (UnimplementedMachineServiceServer) DiskStats

func (UnimplementedMachineServiceServer) DiskUsage

func (UnimplementedMachineServiceServer) Dmesg

func (UnimplementedMachineServiceServer) Events

func (UnimplementedMachineServiceServer) Hostname

func (UnimplementedMachineServiceServer) ImagePull

func (UnimplementedMachineServiceServer) List

func (UnimplementedMachineServiceServer) LoadAvg

func (UnimplementedMachineServiceServer) Logs

func (UnimplementedMachineServiceServer) LogsContainers

func (UnimplementedMachineServiceServer) Memory

func (UnimplementedMachineServiceServer) MetaDelete

func (UnimplementedMachineServiceServer) MetaWrite

func (UnimplementedMachineServiceServer) Mounts

func (UnimplementedMachineServiceServer) Netstat

func (UnimplementedMachineServiceServer) NetworkDeviceStats

func (UnimplementedMachineServiceServer) NomadConfig

func (UnimplementedMachineServiceServer) OpenBaoConfig

func (UnimplementedMachineServiceServer) PacketCapture

func (UnimplementedMachineServiceServer) Processes

func (UnimplementedMachineServiceServer) Read

func (UnimplementedMachineServiceServer) Reboot

func (UnimplementedMachineServiceServer) Reset

func (UnimplementedMachineServiceServer) Restart

func (UnimplementedMachineServiceServer) Rollback

func (UnimplementedMachineServiceServer) ServiceList

func (UnimplementedMachineServiceServer) ServiceRestart

func (UnimplementedMachineServiceServer) ServiceStart

func (UnimplementedMachineServiceServer) ServiceStop

func (UnimplementedMachineServiceServer) Shutdown

func (UnimplementedMachineServiceServer) Stats

func (UnimplementedMachineServiceServer) SystemStat

func (UnimplementedMachineServiceServer) Upgrade

func (UnimplementedMachineServiceServer) Version

type UnsafeDebugServiceServer

type UnsafeDebugServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeDebugServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DebugServiceServer will result in compilation errors.

type UnsafeImageServiceServer

type UnsafeImageServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeImageServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ImageServiceServer will result in compilation errors.

type UnsafeMachineServiceServer

type UnsafeMachineServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeMachineServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MachineServiceServer will result in compilation errors.

type Upgrade

type Upgrade struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Ack      string           `protobuf:"bytes,2,opt,name=ack,proto3" json:"ack,omitempty"`
	ActorId  string           `protobuf:"bytes,3,opt,name=actor_id,json=actorId,proto3" json:"actor_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Upgrade) Descriptor deprecated

func (*Upgrade) Descriptor() ([]byte, []int)

Deprecated: Use Upgrade.ProtoReflect.Descriptor instead.

func (*Upgrade) GetAck

func (x *Upgrade) GetAck() string

func (*Upgrade) GetActorId

func (x *Upgrade) GetActorId() string

func (*Upgrade) GetMetadata

func (x *Upgrade) GetMetadata() *common.Metadata

func (*Upgrade) MarshalToSizedBufferVT

func (m *Upgrade) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Upgrade) MarshalToVT

func (m *Upgrade) MarshalToVT(dAtA []byte) (int, error)

func (*Upgrade) MarshalVT

func (m *Upgrade) MarshalVT() (dAtA []byte, err error)

func (*Upgrade) ProtoMessage

func (*Upgrade) ProtoMessage()

func (*Upgrade) ProtoReflect

func (x *Upgrade) ProtoReflect() protoreflect.Message

func (*Upgrade) Reset

func (x *Upgrade) Reset()

func (*Upgrade) SizeVT

func (m *Upgrade) SizeVT() (n int)

func (*Upgrade) String

func (x *Upgrade) String() string

func (*Upgrade) UnmarshalVT

func (m *Upgrade) UnmarshalVT(dAtA []byte) error

type UpgradeRequest

type UpgradeRequest struct {
	Image      string                    `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Preserve   bool                      `protobuf:"varint,2,opt,name=preserve,proto3" json:"preserve,omitempty"`
	Stage      bool                      `protobuf:"varint,3,opt,name=stage,proto3" json:"stage,omitempty"`
	Force      bool                      `protobuf:"varint,4,opt,name=force,proto3" json:"force,omitempty"`
	RebootMode UpgradeRequest_RebootMode `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

rpc upgrade

func (*UpgradeRequest) Descriptor deprecated

func (*UpgradeRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpgradeRequest.ProtoReflect.Descriptor instead.

func (*UpgradeRequest) GetForce

func (x *UpgradeRequest) GetForce() bool

func (*UpgradeRequest) GetImage

func (x *UpgradeRequest) GetImage() string

func (*UpgradeRequest) GetPreserve

func (x *UpgradeRequest) GetPreserve() bool

func (*UpgradeRequest) GetRebootMode

func (x *UpgradeRequest) GetRebootMode() UpgradeRequest_RebootMode

func (*UpgradeRequest) GetStage

func (x *UpgradeRequest) GetStage() bool

func (*UpgradeRequest) MarshalToSizedBufferVT

func (m *UpgradeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpgradeRequest) MarshalToVT

func (m *UpgradeRequest) MarshalToVT(dAtA []byte) (int, error)

func (*UpgradeRequest) MarshalVT

func (m *UpgradeRequest) MarshalVT() (dAtA []byte, err error)

func (*UpgradeRequest) ProtoMessage

func (*UpgradeRequest) ProtoMessage()

func (*UpgradeRequest) ProtoReflect

func (x *UpgradeRequest) ProtoReflect() protoreflect.Message

func (*UpgradeRequest) Reset

func (x *UpgradeRequest) Reset()

func (*UpgradeRequest) SizeVT

func (m *UpgradeRequest) SizeVT() (n int)

func (*UpgradeRequest) String

func (x *UpgradeRequest) String() string

func (*UpgradeRequest) UnmarshalVT

func (m *UpgradeRequest) UnmarshalVT(dAtA []byte) error

type UpgradeRequest_RebootMode

type UpgradeRequest_RebootMode int32
const (
	UpgradeRequest_DEFAULT    UpgradeRequest_RebootMode = 0
	UpgradeRequest_POWERCYCLE UpgradeRequest_RebootMode = 1
)

func (UpgradeRequest_RebootMode) Descriptor

func (UpgradeRequest_RebootMode) Enum

func (UpgradeRequest_RebootMode) EnumDescriptor deprecated

func (UpgradeRequest_RebootMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use UpgradeRequest_RebootMode.Descriptor instead.

func (UpgradeRequest_RebootMode) Number

func (UpgradeRequest_RebootMode) String

func (x UpgradeRequest_RebootMode) String() string

func (UpgradeRequest_RebootMode) Type

type UpgradeResponse

type UpgradeResponse struct {
	Messages []*Upgrade `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*UpgradeResponse) Descriptor deprecated

func (*UpgradeResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpgradeResponse.ProtoReflect.Descriptor instead.

func (*UpgradeResponse) GetMessages

func (x *UpgradeResponse) GetMessages() []*Upgrade

func (*UpgradeResponse) MarshalToSizedBufferVT

func (m *UpgradeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpgradeResponse) MarshalToVT

func (m *UpgradeResponse) MarshalToVT(dAtA []byte) (int, error)

func (*UpgradeResponse) MarshalVT

func (m *UpgradeResponse) MarshalVT() (dAtA []byte, err error)

func (*UpgradeResponse) ProtoMessage

func (*UpgradeResponse) ProtoMessage()

func (*UpgradeResponse) ProtoReflect

func (x *UpgradeResponse) ProtoReflect() protoreflect.Message

func (*UpgradeResponse) Reset

func (x *UpgradeResponse) Reset()

func (*UpgradeResponse) SizeVT

func (m *UpgradeResponse) SizeVT() (n int)

func (*UpgradeResponse) String

func (x *UpgradeResponse) String() string

func (*UpgradeResponse) UnmarshalVT

func (m *UpgradeResponse) UnmarshalVT(dAtA []byte) error

type Version

type Version struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Version  *VersionInfo     `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	Platform *PlatformInfo    `protobuf:"bytes,3,opt,name=platform,proto3" json:"platform,omitempty"`
	// Features describe individual OS features that can be switched on or off.
	Features *FeaturesInfo `protobuf:"bytes,4,opt,name=features,proto3" json:"features,omitempty"`
	// contains filtered or unexported fields
}

func (*Version) Descriptor deprecated

func (*Version) Descriptor() ([]byte, []int)

Deprecated: Use Version.ProtoReflect.Descriptor instead.

func (*Version) GetFeatures

func (x *Version) GetFeatures() *FeaturesInfo

func (*Version) GetMetadata

func (x *Version) GetMetadata() *common.Metadata

func (*Version) GetPlatform

func (x *Version) GetPlatform() *PlatformInfo

func (*Version) GetVersion

func (x *Version) GetVersion() *VersionInfo

func (*Version) MarshalToSizedBufferVT

func (m *Version) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Version) MarshalToVT

func (m *Version) MarshalToVT(dAtA []byte) (int, error)

func (*Version) MarshalVT

func (m *Version) MarshalVT() (dAtA []byte, err error)

func (*Version) ProtoMessage

func (*Version) ProtoMessage()

func (*Version) ProtoReflect

func (x *Version) ProtoReflect() protoreflect.Message

func (*Version) Reset

func (x *Version) Reset()

func (*Version) SizeVT

func (m *Version) SizeVT() (n int)

func (*Version) String

func (x *Version) String() string

func (*Version) UnmarshalVT

func (m *Version) UnmarshalVT(dAtA []byte) error

type VersionInfo

type VersionInfo struct {
	Tag       string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
	Sha       string `protobuf:"bytes,2,opt,name=sha,proto3" json:"sha,omitempty"`
	Built     string `protobuf:"bytes,3,opt,name=built,proto3" json:"built,omitempty"`
	GoVersion string `protobuf:"bytes,4,opt,name=go_version,json=goVersion,proto3" json:"go_version,omitempty"`
	Os        string `protobuf:"bytes,5,opt,name=os,proto3" json:"os,omitempty"`
	Arch      string `protobuf:"bytes,6,opt,name=arch,proto3" json:"arch,omitempty"`
	// contains filtered or unexported fields
}

func (*VersionInfo) Descriptor deprecated

func (*VersionInfo) Descriptor() ([]byte, []int)

Deprecated: Use VersionInfo.ProtoReflect.Descriptor instead.

func (*VersionInfo) GetArch

func (x *VersionInfo) GetArch() string

func (*VersionInfo) GetBuilt

func (x *VersionInfo) GetBuilt() string

func (*VersionInfo) GetGoVersion

func (x *VersionInfo) GetGoVersion() string

func (*VersionInfo) GetOs

func (x *VersionInfo) GetOs() string

func (*VersionInfo) GetSha

func (x *VersionInfo) GetSha() string

func (*VersionInfo) GetTag

func (x *VersionInfo) GetTag() string

func (*VersionInfo) MarshalToSizedBufferVT

func (m *VersionInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VersionInfo) MarshalToVT

func (m *VersionInfo) MarshalToVT(dAtA []byte) (int, error)

func (*VersionInfo) MarshalVT

func (m *VersionInfo) MarshalVT() (dAtA []byte, err error)

func (*VersionInfo) ProtoMessage

func (*VersionInfo) ProtoMessage()

func (*VersionInfo) ProtoReflect

func (x *VersionInfo) ProtoReflect() protoreflect.Message

func (*VersionInfo) Reset

func (x *VersionInfo) Reset()

func (*VersionInfo) SizeVT

func (m *VersionInfo) SizeVT() (n int)

func (*VersionInfo) String

func (x *VersionInfo) String() string

func (*VersionInfo) UnmarshalVT

func (m *VersionInfo) UnmarshalVT(dAtA []byte) error

type VersionResponse

type VersionResponse struct {
	Messages []*Version `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*VersionResponse) Descriptor deprecated

func (*VersionResponse) Descriptor() ([]byte, []int)

Deprecated: Use VersionResponse.ProtoReflect.Descriptor instead.

func (*VersionResponse) GetMessages

func (x *VersionResponse) GetMessages() []*Version

func (*VersionResponse) MarshalToSizedBufferVT

func (m *VersionResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VersionResponse) MarshalToVT

func (m *VersionResponse) MarshalToVT(dAtA []byte) (int, error)

func (*VersionResponse) MarshalVT

func (m *VersionResponse) MarshalVT() (dAtA []byte, err error)

func (*VersionResponse) ProtoMessage

func (*VersionResponse) ProtoMessage()

func (*VersionResponse) ProtoReflect

func (x *VersionResponse) ProtoReflect() protoreflect.Message

func (*VersionResponse) Reset

func (x *VersionResponse) Reset()

func (*VersionResponse) SizeVT

func (m *VersionResponse) SizeVT() (n int)

func (*VersionResponse) String

func (x *VersionResponse) String() string

func (*VersionResponse) UnmarshalVT

func (m *VersionResponse) UnmarshalVT(dAtA []byte) error

type Xattr

type Xattr struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Xattr) Descriptor deprecated

func (*Xattr) Descriptor() ([]byte, []int)

Deprecated: Use Xattr.ProtoReflect.Descriptor instead.

func (*Xattr) GetData

func (x *Xattr) GetData() []byte

func (*Xattr) GetName

func (x *Xattr) GetName() string

func (*Xattr) MarshalToSizedBufferVT

func (m *Xattr) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Xattr) MarshalToVT

func (m *Xattr) MarshalToVT(dAtA []byte) (int, error)

func (*Xattr) MarshalVT

func (m *Xattr) MarshalVT() (dAtA []byte, err error)

func (*Xattr) ProtoMessage

func (*Xattr) ProtoMessage()

func (*Xattr) ProtoReflect

func (x *Xattr) ProtoReflect() protoreflect.Message

func (*Xattr) Reset

func (x *Xattr) Reset()

func (*Xattr) SizeVT

func (m *Xattr) SizeVT() (n int)

func (*Xattr) String

func (x *Xattr) String() string

func (*Xattr) UnmarshalVT

func (m *Xattr) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL