machine

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MPL-2.0 Imports: 22 Imported by: 16

Documentation

Index

Constants

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_CPUInfo_FullMethodName                     = "/machine.MachineService/CPUInfo"
	MachineService_DiskStats_FullMethodName                   = "/machine.MachineService/DiskStats"
	MachineService_Dmesg_FullMethodName                       = "/machine.MachineService/Dmesg"
	MachineService_Events_FullMethodName                      = "/machine.MachineService/Events"
	MachineService_EtcdMemberList_FullMethodName              = "/machine.MachineService/EtcdMemberList"
	MachineService_EtcdRemoveMemberByID_FullMethodName        = "/machine.MachineService/EtcdRemoveMemberByID"
	MachineService_EtcdLeaveCluster_FullMethodName            = "/machine.MachineService/EtcdLeaveCluster"
	MachineService_EtcdForfeitLeadership_FullMethodName       = "/machine.MachineService/EtcdForfeitLeadership"
	MachineService_EtcdRecover_FullMethodName                 = "/machine.MachineService/EtcdRecover"
	MachineService_EtcdSnapshot_FullMethodName                = "/machine.MachineService/EtcdSnapshot"
	MachineService_EtcdAlarmList_FullMethodName               = "/machine.MachineService/EtcdAlarmList"
	MachineService_EtcdAlarmDisarm_FullMethodName             = "/machine.MachineService/EtcdAlarmDisarm"
	MachineService_EtcdDefragment_FullMethodName              = "/machine.MachineService/EtcdDefragment"
	MachineService_EtcdStatus_FullMethodName                  = "/machine.MachineService/EtcdStatus"
	MachineService_GenerateConfiguration_FullMethodName       = "/machine.MachineService/GenerateConfiguration"
	MachineService_Hostname_FullMethodName                    = "/machine.MachineService/Hostname"
	MachineService_Kubeconfig_FullMethodName                  = "/machine.MachineService/Kubeconfig"
	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"
)

Variables

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",
	}
	RebootRequest_Mode_value = map[string]int32{
		"DEFAULT":    0,
		"POWERCYCLE": 1,
	}
)

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 (
	EtcdMemberAlarm_AlarmType_name = map[int32]string{
		0: "NONE",
		1: "NOSPACE",
		2: "CORRUPT",
	}
	EtcdMemberAlarm_AlarmType_value = map[string]int32{
		"NONE":    0,
		"NOSPACE": 1,
		"CORRUPT": 2,
	}
)

Enum value maps for EtcdMemberAlarm_AlarmType.

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 File_machine_machine_proto protoreflect.FileDescriptor
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: "CPUInfo",
			Handler:    _MachineService_CPUInfo_Handler,
		},
		{
			MethodName: "DiskStats",
			Handler:    _MachineService_DiskStats_Handler,
		},
		{
			MethodName: "EtcdMemberList",
			Handler:    _MachineService_EtcdMemberList_Handler,
		},
		{
			MethodName: "EtcdRemoveMemberByID",
			Handler:    _MachineService_EtcdRemoveMemberByID_Handler,
		},
		{
			MethodName: "EtcdLeaveCluster",
			Handler:    _MachineService_EtcdLeaveCluster_Handler,
		},
		{
			MethodName: "EtcdForfeitLeadership",
			Handler:    _MachineService_EtcdForfeitLeadership_Handler,
		},
		{
			MethodName: "EtcdAlarmList",
			Handler:    _MachineService_EtcdAlarmList_Handler,
		},
		{
			MethodName: "EtcdAlarmDisarm",
			Handler:    _MachineService_EtcdAlarmDisarm_Handler,
		},
		{
			MethodName: "EtcdDefragment",
			Handler:    _MachineService_EtcdDefragment_Handler,
		},
		{
			MethodName: "EtcdStatus",
			Handler:    _MachineService_EtcdStatus_Handler,
		},
		{
			MethodName: "GenerateConfiguration",
			Handler:    _MachineService_GenerateConfiguration_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:    "EtcdRecover",
			Handler:       _MachineService_EtcdRecover_Handler,
			ClientStreams: true,
		},
		{
			StreamName:    "EtcdSnapshot",
			Handler:       _MachineService_EtcdSnapshot_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "Kubeconfig",
			Handler:       _MachineService_Kubeconfig_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 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 k8s.Endpoints 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 {

	// Enable etcd recovery from the snapshot.
	// Snapshot should be uploaded before this call via EtcdRecover RPC.
	RecoverEtcd bool `protobuf:"varint,1,opt,name=recover_etcd,json=recoverEtcd,proto3" json:"recover_etcd,omitempty"`
	// Skip hash check on the snapshot (etcd).
	// 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) GetRecoverEtcd

func (x *BootstrapRequest) GetRecoverEtcd() bool

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 CNIConfig

type CNIConfig struct {
	Name string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Urls []string `protobuf:"bytes,2,rep,name=urls,proto3" json:"urls,omitempty"`
	// contains filtered or unexported fields
}

func (*CNIConfig) Descriptor deprecated

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

Deprecated: Use CNIConfig.ProtoReflect.Descriptor instead.

func (*CNIConfig) GetName

func (x *CNIConfig) GetName() string

func (*CNIConfig) GetUrls

func (x *CNIConfig) GetUrls() []string

func (*CNIConfig) MarshalToSizedBufferVT

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

func (*CNIConfig) MarshalToVT

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

func (*CNIConfig) MarshalVT

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

func (*CNIConfig) ProtoMessage

func (*CNIConfig) ProtoMessage()

func (*CNIConfig) ProtoReflect

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

func (*CNIConfig) Reset

func (x *CNIConfig) Reset()

func (*CNIConfig) SizeVT

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

func (*CNIConfig) String

func (x *CNIConfig) String() string

func (*CNIConfig) UnmarshalVT

func (m *CNIConfig) 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 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 ClusterConfig

type ClusterConfig struct {
	Name                           string                `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ControlPlane                   *ControlPlaneConfig   `protobuf:"bytes,2,opt,name=control_plane,json=controlPlane,proto3" json:"control_plane,omitempty"`
	ClusterNetwork                 *ClusterNetworkConfig `protobuf:"bytes,3,opt,name=cluster_network,json=clusterNetwork,proto3" json:"cluster_network,omitempty"`
	AllowSchedulingOnControlPlanes bool                  `` /* 158-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ClusterConfig) Descriptor deprecated

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

Deprecated: Use ClusterConfig.ProtoReflect.Descriptor instead.

func (*ClusterConfig) GetAllowSchedulingOnControlPlanes

func (x *ClusterConfig) GetAllowSchedulingOnControlPlanes() bool

func (*ClusterConfig) GetClusterNetwork

func (x *ClusterConfig) GetClusterNetwork() *ClusterNetworkConfig

func (*ClusterConfig) GetControlPlane

func (x *ClusterConfig) GetControlPlane() *ControlPlaneConfig

func (*ClusterConfig) GetName

func (x *ClusterConfig) GetName() string

func (*ClusterConfig) MarshalToSizedBufferVT

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

func (*ClusterConfig) MarshalToVT

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

func (*ClusterConfig) MarshalVT

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

func (*ClusterConfig) ProtoMessage

func (*ClusterConfig) ProtoMessage()

func (*ClusterConfig) ProtoReflect

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

func (*ClusterConfig) Reset

func (x *ClusterConfig) Reset()

func (*ClusterConfig) SizeVT

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

func (*ClusterConfig) String

func (x *ClusterConfig) String() string

func (*ClusterConfig) UnmarshalVT

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

type ClusterNetworkConfig

type ClusterNetworkConfig struct {
	DnsDomain string     `protobuf:"bytes,1,opt,name=dns_domain,json=dnsDomain,proto3" json:"dns_domain,omitempty"`
	CniConfig *CNIConfig `protobuf:"bytes,2,opt,name=cni_config,json=cniConfig,proto3" json:"cni_config,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterNetworkConfig) Descriptor deprecated

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

Deprecated: Use ClusterNetworkConfig.ProtoReflect.Descriptor instead.

func (*ClusterNetworkConfig) GetCniConfig

func (x *ClusterNetworkConfig) GetCniConfig() *CNIConfig

func (*ClusterNetworkConfig) GetDnsDomain

func (x *ClusterNetworkConfig) GetDnsDomain() string

func (*ClusterNetworkConfig) MarshalToSizedBufferVT

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

func (*ClusterNetworkConfig) MarshalToVT

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

func (*ClusterNetworkConfig) MarshalVT

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

func (*ClusterNetworkConfig) ProtoMessage

func (*ClusterNetworkConfig) ProtoMessage()

func (*ClusterNetworkConfig) ProtoReflect

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

func (*ClusterNetworkConfig) Reset

func (x *ClusterNetworkConfig) Reset()

func (*ClusterNetworkConfig) SizeVT

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

func (*ClusterNetworkConfig) String

func (x *ClusterNetworkConfig) String() string

func (*ClusterNetworkConfig) UnmarshalVT

func (m *ClusterNetworkConfig) 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 added in v1.4.0

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 added in v1.4.0

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

Deprecated: Use ConnectRecord.ProtoReflect.Descriptor instead.

func (*ConnectRecord) GetInode added in v1.4.0

func (x *ConnectRecord) GetInode() uint64

func (*ConnectRecord) GetL4Proto added in v1.4.0

func (x *ConnectRecord) GetL4Proto() string

func (*ConnectRecord) GetLocalip added in v1.4.0

func (x *ConnectRecord) GetLocalip() string

func (*ConnectRecord) GetLocalport added in v1.4.0

func (x *ConnectRecord) GetLocalport() uint32

func (*ConnectRecord) GetNetns added in v1.4.0

func (x *ConnectRecord) GetNetns() string

func (*ConnectRecord) GetPointer added in v1.4.0

func (x *ConnectRecord) GetPointer() uint64

func (*ConnectRecord) GetProcess added in v1.4.0

func (x *ConnectRecord) GetProcess() *ConnectRecord_Process

func (*ConnectRecord) GetRef added in v1.4.0

func (x *ConnectRecord) GetRef() uint64

func (*ConnectRecord) GetRemoteip added in v1.4.0

func (x *ConnectRecord) GetRemoteip() string

func (*ConnectRecord) GetRemoteport added in v1.4.0

func (x *ConnectRecord) GetRemoteport() uint32

func (*ConnectRecord) GetRetrnsmt added in v1.4.0

func (x *ConnectRecord) GetRetrnsmt() uint64

func (*ConnectRecord) GetRxqueue added in v1.4.0

func (x *ConnectRecord) GetRxqueue() uint64

func (*ConnectRecord) GetState added in v1.4.0

func (x *ConnectRecord) GetState() ConnectRecord_State

func (*ConnectRecord) GetTimeout added in v1.4.0

func (x *ConnectRecord) GetTimeout() uint64

func (*ConnectRecord) GetTimerwhen added in v1.4.0

func (x *ConnectRecord) GetTimerwhen() uint64

func (*ConnectRecord) GetTr added in v1.4.0

func (*ConnectRecord) GetTxqueue added in v1.4.0

func (x *ConnectRecord) GetTxqueue() uint64

func (*ConnectRecord) GetUid added in v1.4.0

func (x *ConnectRecord) GetUid() uint32

func (*ConnectRecord) MarshalToSizedBufferVT added in v1.4.0

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

func (*ConnectRecord) MarshalToVT added in v1.4.0

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

func (*ConnectRecord) MarshalVT added in v1.4.0

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

func (*ConnectRecord) ProtoMessage added in v1.4.0

func (*ConnectRecord) ProtoMessage()

func (*ConnectRecord) ProtoReflect added in v1.4.0

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

func (*ConnectRecord) Reset added in v1.4.0

func (x *ConnectRecord) Reset()

func (*ConnectRecord) SizeVT added in v1.4.0

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

func (*ConnectRecord) String added in v1.4.0

func (x *ConnectRecord) String() string

func (*ConnectRecord) UnmarshalVT added in v1.4.0

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

type ConnectRecord_Process added in v1.4.0

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 added in v1.4.0

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

Deprecated: Use ConnectRecord_Process.ProtoReflect.Descriptor instead.

func (*ConnectRecord_Process) GetName added in v1.4.0

func (x *ConnectRecord_Process) GetName() string

func (*ConnectRecord_Process) GetPid added in v1.4.0

func (x *ConnectRecord_Process) GetPid() uint32

func (*ConnectRecord_Process) MarshalToSizedBufferVT added in v1.4.0

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

func (*ConnectRecord_Process) MarshalToVT added in v1.4.0

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

func (*ConnectRecord_Process) MarshalVT added in v1.4.0

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

func (*ConnectRecord_Process) ProtoMessage added in v1.4.0

func (*ConnectRecord_Process) ProtoMessage()

func (*ConnectRecord_Process) ProtoReflect added in v1.4.0

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

func (*ConnectRecord_Process) Reset added in v1.4.0

func (x *ConnectRecord_Process) Reset()

func (*ConnectRecord_Process) SizeVT added in v1.4.0

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

func (*ConnectRecord_Process) String added in v1.4.0

func (x *ConnectRecord_Process) String() string

func (*ConnectRecord_Process) UnmarshalVT added in v1.4.0

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

type ConnectRecord_State added in v1.4.0

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 added in v1.4.0

func (ConnectRecord_State) Enum added in v1.4.0

func (ConnectRecord_State) EnumDescriptor deprecated added in v1.4.0

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

Deprecated: Use ConnectRecord_State.Descriptor instead.

func (ConnectRecord_State) Number added in v1.4.0

func (ConnectRecord_State) String added in v1.4.0

func (x ConnectRecord_State) String() string

func (ConnectRecord_State) Type added in v1.4.0

type ConnectRecord_TimerActive added in v1.4.0

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 added in v1.4.0

func (ConnectRecord_TimerActive) Enum added in v1.4.0

func (ConnectRecord_TimerActive) EnumDescriptor deprecated added in v1.4.0

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

Deprecated: Use ConnectRecord_TimerActive.Descriptor instead.

func (ConnectRecord_TimerActive) Number added in v1.4.0

func (ConnectRecord_TimerActive) String added in v1.4.0

func (x ConnectRecord_TimerActive) String() string

func (ConnectRecord_TimerActive) Type added in v1.4.0

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"`
	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) GetName

func (x *ContainerInfo) GetName() string

func (*ContainerInfo) GetNamespace

func (x *ContainerInfo) GetNamespace() string

func (*ContainerInfo) GetNetworkNamespace added in v1.4.0

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) 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 might be default "containerd" or "cri"
	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 ControlPlaneConfig

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

func (*ControlPlaneConfig) Descriptor deprecated

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

Deprecated: Use ControlPlaneConfig.ProtoReflect.Descriptor instead.

func (*ControlPlaneConfig) GetEndpoint

func (x *ControlPlaneConfig) GetEndpoint() string

func (*ControlPlaneConfig) MarshalToSizedBufferVT

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

func (*ControlPlaneConfig) MarshalToVT

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

func (*ControlPlaneConfig) MarshalVT

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

func (*ControlPlaneConfig) ProtoMessage

func (*ControlPlaneConfig) ProtoMessage()

func (*ControlPlaneConfig) ProtoReflect

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

func (*ControlPlaneConfig) Reset

func (x *ControlPlaneConfig) Reset()

func (*ControlPlaneConfig) SizeVT

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

func (*ControlPlaneConfig) String

func (x *ControlPlaneConfig) String() string

func (*ControlPlaneConfig) UnmarshalVT

func (m *ControlPlaneConfig) 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 Talos 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 DHCPOptionsConfig

type DHCPOptionsConfig struct {
	RouteMetric uint32 `protobuf:"varint,1,opt,name=route_metric,json=routeMetric,proto3" json:"route_metric,omitempty"`
	// contains filtered or unexported fields
}

func (*DHCPOptionsConfig) Descriptor deprecated

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

Deprecated: Use DHCPOptionsConfig.ProtoReflect.Descriptor instead.

func (*DHCPOptionsConfig) GetRouteMetric

func (x *DHCPOptionsConfig) GetRouteMetric() uint32

func (*DHCPOptionsConfig) MarshalToSizedBufferVT

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

func (*DHCPOptionsConfig) MarshalToVT

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

func (*DHCPOptionsConfig) MarshalVT

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

func (*DHCPOptionsConfig) ProtoMessage

func (*DHCPOptionsConfig) ProtoMessage()

func (*DHCPOptionsConfig) ProtoReflect

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

func (*DHCPOptionsConfig) Reset

func (x *DHCPOptionsConfig) Reset()

func (*DHCPOptionsConfig) SizeVT

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

func (*DHCPOptionsConfig) String

func (x *DHCPOptionsConfig) String() string

func (*DHCPOptionsConfig) UnmarshalVT

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

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 EtcdAlarm added in v1.4.0

type EtcdAlarm struct {
	Metadata     *common.Metadata   `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	MemberAlarms []*EtcdMemberAlarm `protobuf:"bytes,2,rep,name=member_alarms,json=memberAlarms,proto3" json:"member_alarms,omitempty"`
	// contains filtered or unexported fields
}

func (*EtcdAlarm) Descriptor deprecated added in v1.4.0

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

Deprecated: Use EtcdAlarm.ProtoReflect.Descriptor instead.

func (*EtcdAlarm) GetMemberAlarms added in v1.4.0

func (x *EtcdAlarm) GetMemberAlarms() []*EtcdMemberAlarm

func (*EtcdAlarm) GetMetadata added in v1.4.0

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

func (*EtcdAlarm) MarshalToSizedBufferVT added in v1.4.0

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

func (*EtcdAlarm) MarshalToVT added in v1.4.0

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

func (*EtcdAlarm) MarshalVT added in v1.4.0

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

func (*EtcdAlarm) ProtoMessage added in v1.4.0

func (*EtcdAlarm) ProtoMessage()

func (*EtcdAlarm) ProtoReflect added in v1.4.0

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

func (*EtcdAlarm) Reset added in v1.4.0

func (x *EtcdAlarm) Reset()

func (*EtcdAlarm) SizeVT added in v1.4.0

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

func (*EtcdAlarm) String added in v1.4.0

func (x *EtcdAlarm) String() string

func (*EtcdAlarm) UnmarshalVT added in v1.4.0

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

type EtcdAlarmDisarm added in v1.4.0

type EtcdAlarmDisarm struct {
	Metadata     *common.Metadata   `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	MemberAlarms []*EtcdMemberAlarm `protobuf:"bytes,2,rep,name=member_alarms,json=memberAlarms,proto3" json:"member_alarms,omitempty"`
	// contains filtered or unexported fields
}

func (*EtcdAlarmDisarm) Descriptor deprecated added in v1.4.0

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

Deprecated: Use EtcdAlarmDisarm.ProtoReflect.Descriptor instead.

func (*EtcdAlarmDisarm) GetMemberAlarms added in v1.4.0

func (x *EtcdAlarmDisarm) GetMemberAlarms() []*EtcdMemberAlarm

func (*EtcdAlarmDisarm) GetMetadata added in v1.4.0

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

func (*EtcdAlarmDisarm) MarshalToSizedBufferVT added in v1.4.0

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

func (*EtcdAlarmDisarm) MarshalToVT added in v1.4.0

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

func (*EtcdAlarmDisarm) MarshalVT added in v1.4.0

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

func (*EtcdAlarmDisarm) ProtoMessage added in v1.4.0

func (*EtcdAlarmDisarm) ProtoMessage()

func (*EtcdAlarmDisarm) ProtoReflect added in v1.4.0

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

func (*EtcdAlarmDisarm) Reset added in v1.4.0

func (x *EtcdAlarmDisarm) Reset()

func (*EtcdAlarmDisarm) SizeVT added in v1.4.0

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

func (*EtcdAlarmDisarm) String added in v1.4.0

func (x *EtcdAlarmDisarm) String() string

func (*EtcdAlarmDisarm) UnmarshalVT added in v1.4.0

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

type EtcdAlarmDisarmResponse added in v1.4.0

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

func (*EtcdAlarmDisarmResponse) Descriptor deprecated added in v1.4.0

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

Deprecated: Use EtcdAlarmDisarmResponse.ProtoReflect.Descriptor instead.

func (*EtcdAlarmDisarmResponse) GetMessages added in v1.4.0

func (x *EtcdAlarmDisarmResponse) GetMessages() []*EtcdAlarmDisarm

func (*EtcdAlarmDisarmResponse) MarshalToSizedBufferVT added in v1.4.0

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

func (*EtcdAlarmDisarmResponse) MarshalToVT added in v1.4.0

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

func (*EtcdAlarmDisarmResponse) MarshalVT added in v1.4.0

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

func (*EtcdAlarmDisarmResponse) ProtoMessage added in v1.4.0

func (*EtcdAlarmDisarmResponse) ProtoMessage()

func (*EtcdAlarmDisarmResponse) ProtoReflect added in v1.4.0

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

func (*EtcdAlarmDisarmResponse) Reset added in v1.4.0

func (x *EtcdAlarmDisarmResponse) Reset()

func (*EtcdAlarmDisarmResponse) SizeVT added in v1.4.0

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

func (*EtcdAlarmDisarmResponse) String added in v1.4.0

func (x *EtcdAlarmDisarmResponse) String() string

func (*EtcdAlarmDisarmResponse) UnmarshalVT added in v1.4.0

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

type EtcdAlarmListResponse added in v1.4.0

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

func (*EtcdAlarmListResponse) Descriptor deprecated added in v1.4.0

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

Deprecated: Use EtcdAlarmListResponse.ProtoReflect.Descriptor instead.

func (*EtcdAlarmListResponse) GetMessages added in v1.4.0

func (x *EtcdAlarmListResponse) GetMessages() []*EtcdAlarm

func (*EtcdAlarmListResponse) MarshalToSizedBufferVT added in v1.4.0

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

func (*EtcdAlarmListResponse) MarshalToVT added in v1.4.0

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

func (*EtcdAlarmListResponse) MarshalVT added in v1.4.0

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

func (*EtcdAlarmListResponse) ProtoMessage added in v1.4.0

func (*EtcdAlarmListResponse) ProtoMessage()

func (*EtcdAlarmListResponse) ProtoReflect added in v1.4.0

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

func (*EtcdAlarmListResponse) Reset added in v1.4.0

func (x *EtcdAlarmListResponse) Reset()

func (*EtcdAlarmListResponse) SizeVT added in v1.4.0

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

func (*EtcdAlarmListResponse) String added in v1.4.0

func (x *EtcdAlarmListResponse) String() string

func (*EtcdAlarmListResponse) UnmarshalVT added in v1.4.0

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

type EtcdDefragment added in v1.4.0

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

func (*EtcdDefragment) Descriptor deprecated added in v1.4.0

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

Deprecated: Use EtcdDefragment.ProtoReflect.Descriptor instead.

func (*EtcdDefragment) GetMetadata added in v1.4.0

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

func (*EtcdDefragment) MarshalToSizedBufferVT added in v1.4.0

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

func (*EtcdDefragment) MarshalToVT added in v1.4.0

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

func (*EtcdDefragment) MarshalVT added in v1.4.0

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

func (*EtcdDefragment) ProtoMessage added in v1.4.0

func (*EtcdDefragment) ProtoMessage()

func (*EtcdDefragment) ProtoReflect added in v1.4.0

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

func (*EtcdDefragment) Reset added in v1.4.0

func (x *EtcdDefragment) Reset()

func (*EtcdDefragment) SizeVT added in v1.4.0

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

func (*EtcdDefragment) String added in v1.4.0

func (x *EtcdDefragment) String() string

func (*EtcdDefragment) UnmarshalVT added in v1.4.0

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

type EtcdDefragmentResponse added in v1.4.0

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

func (*EtcdDefragmentResponse) Descriptor deprecated added in v1.4.0

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

Deprecated: Use EtcdDefragmentResponse.ProtoReflect.Descriptor instead.

func (*EtcdDefragmentResponse) GetMessages added in v1.4.0

func (x *EtcdDefragmentResponse) GetMessages() []*EtcdDefragment

func (*EtcdDefragmentResponse) MarshalToSizedBufferVT added in v1.4.0

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

func (*EtcdDefragmentResponse) MarshalToVT added in v1.4.0

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

func (*EtcdDefragmentResponse) MarshalVT added in v1.4.0

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

func (*EtcdDefragmentResponse) ProtoMessage added in v1.4.0

func (*EtcdDefragmentResponse) ProtoMessage()

func (*EtcdDefragmentResponse) ProtoReflect added in v1.4.0

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

func (*EtcdDefragmentResponse) Reset added in v1.4.0

func (x *EtcdDefragmentResponse) Reset()

func (*EtcdDefragmentResponse) SizeVT added in v1.4.0

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

func (*EtcdDefragmentResponse) String added in v1.4.0

func (x *EtcdDefragmentResponse) String() string

func (*EtcdDefragmentResponse) UnmarshalVT added in v1.4.0

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

type EtcdForfeitLeadership

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

func (*EtcdForfeitLeadership) Descriptor deprecated

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

Deprecated: Use EtcdForfeitLeadership.ProtoReflect.Descriptor instead.

func (*EtcdForfeitLeadership) GetMember

func (x *EtcdForfeitLeadership) GetMember() string

func (*EtcdForfeitLeadership) GetMetadata

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

func (*EtcdForfeitLeadership) MarshalToSizedBufferVT

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

func (*EtcdForfeitLeadership) MarshalToVT

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

func (*EtcdForfeitLeadership) MarshalVT

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

func (*EtcdForfeitLeadership) ProtoMessage

func (*EtcdForfeitLeadership) ProtoMessage()

func (*EtcdForfeitLeadership) ProtoReflect

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

func (*EtcdForfeitLeadership) Reset

func (x *EtcdForfeitLeadership) Reset()

func (*EtcdForfeitLeadership) SizeVT

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

func (*EtcdForfeitLeadership) String

func (x *EtcdForfeitLeadership) String() string

func (*EtcdForfeitLeadership) UnmarshalVT

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

type EtcdForfeitLeadershipRequest

type EtcdForfeitLeadershipRequest struct {
	// contains filtered or unexported fields
}

func (*EtcdForfeitLeadershipRequest) Descriptor deprecated

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

Deprecated: Use EtcdForfeitLeadershipRequest.ProtoReflect.Descriptor instead.

func (*EtcdForfeitLeadershipRequest) MarshalToSizedBufferVT

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

func (*EtcdForfeitLeadershipRequest) MarshalToVT

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

func (*EtcdForfeitLeadershipRequest) MarshalVT

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

func (*EtcdForfeitLeadershipRequest) ProtoMessage

func (*EtcdForfeitLeadershipRequest) ProtoMessage()

func (*EtcdForfeitLeadershipRequest) ProtoReflect

func (*EtcdForfeitLeadershipRequest) Reset

func (x *EtcdForfeitLeadershipRequest) Reset()

func (*EtcdForfeitLeadershipRequest) SizeVT

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

func (*EtcdForfeitLeadershipRequest) String

func (*EtcdForfeitLeadershipRequest) UnmarshalVT

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

type EtcdForfeitLeadershipResponse

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

func (*EtcdForfeitLeadershipResponse) Descriptor deprecated

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

Deprecated: Use EtcdForfeitLeadershipResponse.ProtoReflect.Descriptor instead.

func (*EtcdForfeitLeadershipResponse) GetMessages

func (*EtcdForfeitLeadershipResponse) MarshalToSizedBufferVT

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

func (*EtcdForfeitLeadershipResponse) MarshalToVT

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

func (*EtcdForfeitLeadershipResponse) MarshalVT

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

func (*EtcdForfeitLeadershipResponse) ProtoMessage

func (*EtcdForfeitLeadershipResponse) ProtoMessage()

func (*EtcdForfeitLeadershipResponse) ProtoReflect

func (*EtcdForfeitLeadershipResponse) Reset

func (x *EtcdForfeitLeadershipResponse) Reset()

func (*EtcdForfeitLeadershipResponse) SizeVT

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

func (*EtcdForfeitLeadershipResponse) String

func (*EtcdForfeitLeadershipResponse) UnmarshalVT

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

type EtcdLeaveCluster

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

func (*EtcdLeaveCluster) Descriptor deprecated

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

Deprecated: Use EtcdLeaveCluster.ProtoReflect.Descriptor instead.

func (*EtcdLeaveCluster) GetMetadata

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

func (*EtcdLeaveCluster) MarshalToSizedBufferVT

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

func (*EtcdLeaveCluster) MarshalToVT

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

func (*EtcdLeaveCluster) MarshalVT

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

func (*EtcdLeaveCluster) ProtoMessage

func (*EtcdLeaveCluster) ProtoMessage()

func (*EtcdLeaveCluster) ProtoReflect

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

func (*EtcdLeaveCluster) Reset

func (x *EtcdLeaveCluster) Reset()

func (*EtcdLeaveCluster) SizeVT

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

func (*EtcdLeaveCluster) String

func (x *EtcdLeaveCluster) String() string

func (*EtcdLeaveCluster) UnmarshalVT

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

type EtcdLeaveClusterRequest

type EtcdLeaveClusterRequest struct {
	// contains filtered or unexported fields
}

func (*EtcdLeaveClusterRequest) Descriptor deprecated

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

Deprecated: Use EtcdLeaveClusterRequest.ProtoReflect.Descriptor instead.

func (*EtcdLeaveClusterRequest) MarshalToSizedBufferVT

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

func (*EtcdLeaveClusterRequest) MarshalToVT

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

func (*EtcdLeaveClusterRequest) MarshalVT

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

func (*EtcdLeaveClusterRequest) ProtoMessage

func (*EtcdLeaveClusterRequest) ProtoMessage()

func (*EtcdLeaveClusterRequest) ProtoReflect

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

func (*EtcdLeaveClusterRequest) Reset

func (x *EtcdLeaveClusterRequest) Reset()

func (*EtcdLeaveClusterRequest) SizeVT

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

func (*EtcdLeaveClusterRequest) String

func (x *EtcdLeaveClusterRequest) String() string

func (*EtcdLeaveClusterRequest) UnmarshalVT

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

type EtcdLeaveClusterResponse

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

func (*EtcdLeaveClusterResponse) Descriptor deprecated

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

Deprecated: Use EtcdLeaveClusterResponse.ProtoReflect.Descriptor instead.

func (*EtcdLeaveClusterResponse) GetMessages

func (x *EtcdLeaveClusterResponse) GetMessages() []*EtcdLeaveCluster

func (*EtcdLeaveClusterResponse) MarshalToSizedBufferVT

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

func (*EtcdLeaveClusterResponse) MarshalToVT

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

func (*EtcdLeaveClusterResponse) MarshalVT

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

func (*EtcdLeaveClusterResponse) ProtoMessage

func (*EtcdLeaveClusterResponse) ProtoMessage()

func (*EtcdLeaveClusterResponse) ProtoReflect

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

func (*EtcdLeaveClusterResponse) Reset

func (x *EtcdLeaveClusterResponse) Reset()

func (*EtcdLeaveClusterResponse) SizeVT

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

func (*EtcdLeaveClusterResponse) String

func (x *EtcdLeaveClusterResponse) String() string

func (*EtcdLeaveClusterResponse) UnmarshalVT

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

type EtcdMember

type EtcdMember struct {

	// member ID.
	Id uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	// human-readable name of the member.
	Hostname string `protobuf:"bytes,3,opt,name=hostname,proto3" json:"hostname,omitempty"`
	// the list of URLs the member exposes to clients for communication.
	PeerUrls []string `protobuf:"bytes,4,rep,name=peer_urls,json=peerUrls,proto3" json:"peer_urls,omitempty"`
	// the list of URLs the member exposes to the cluster for communication.
	ClientUrls []string `protobuf:"bytes,5,rep,name=client_urls,json=clientUrls,proto3" json:"client_urls,omitempty"`
	// learner flag
	IsLearner bool `protobuf:"varint,6,opt,name=is_learner,json=isLearner,proto3" json:"is_learner,omitempty"`
	// contains filtered or unexported fields
}

EtcdMember describes a single etcd member.

func (*EtcdMember) Descriptor deprecated

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

Deprecated: Use EtcdMember.ProtoReflect.Descriptor instead.

func (*EtcdMember) GetClientUrls

func (x *EtcdMember) GetClientUrls() []string

func (*EtcdMember) GetHostname

func (x *EtcdMember) GetHostname() string

func (*EtcdMember) GetId

func (x *EtcdMember) GetId() uint64

func (*EtcdMember) GetIsLearner

func (x *EtcdMember) GetIsLearner() bool

func (*EtcdMember) GetPeerUrls

func (x *EtcdMember) GetPeerUrls() []string

func (*EtcdMember) MarshalToSizedBufferVT

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

func (*EtcdMember) MarshalToVT

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

func (*EtcdMember) MarshalVT

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

func (*EtcdMember) ProtoMessage

func (*EtcdMember) ProtoMessage()

func (*EtcdMember) ProtoReflect

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

func (*EtcdMember) Reset

func (x *EtcdMember) Reset()

func (*EtcdMember) SizeVT

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

func (*EtcdMember) String

func (x *EtcdMember) String() string

func (*EtcdMember) UnmarshalVT

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

type EtcdMemberAlarm added in v1.4.0

type EtcdMemberAlarm struct {
	MemberId uint64                    `protobuf:"varint,1,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	Alarm    EtcdMemberAlarm_AlarmType `protobuf:"varint,2,opt,name=alarm,proto3,enum=machine.EtcdMemberAlarm_AlarmType" json:"alarm,omitempty"`
	// contains filtered or unexported fields
}

func (*EtcdMemberAlarm) Descriptor deprecated added in v1.4.0

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

Deprecated: Use EtcdMemberAlarm.ProtoReflect.Descriptor instead.

func (*EtcdMemberAlarm) GetAlarm added in v1.4.0

func (*EtcdMemberAlarm) GetMemberId added in v1.4.0

func (x *EtcdMemberAlarm) GetMemberId() uint64

func (*EtcdMemberAlarm) MarshalToSizedBufferVT added in v1.4.0

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

func (*EtcdMemberAlarm) MarshalToVT added in v1.4.0

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

func (*EtcdMemberAlarm) MarshalVT added in v1.4.0

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

func (*EtcdMemberAlarm) ProtoMessage added in v1.4.0

func (*EtcdMemberAlarm) ProtoMessage()

func (*EtcdMemberAlarm) ProtoReflect added in v1.4.0

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

func (*EtcdMemberAlarm) Reset added in v1.4.0

func (x *EtcdMemberAlarm) Reset()

func (*EtcdMemberAlarm) SizeVT added in v1.4.0

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

func (*EtcdMemberAlarm) String added in v1.4.0

func (x *EtcdMemberAlarm) String() string

func (*EtcdMemberAlarm) UnmarshalVT added in v1.4.0

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

type EtcdMemberAlarm_AlarmType added in v1.4.0

type EtcdMemberAlarm_AlarmType int32
const (
	EtcdMemberAlarm_NONE    EtcdMemberAlarm_AlarmType = 0
	EtcdMemberAlarm_NOSPACE EtcdMemberAlarm_AlarmType = 1
	EtcdMemberAlarm_CORRUPT EtcdMemberAlarm_AlarmType = 2
)

func (EtcdMemberAlarm_AlarmType) Descriptor added in v1.4.0

func (EtcdMemberAlarm_AlarmType) Enum added in v1.4.0

func (EtcdMemberAlarm_AlarmType) EnumDescriptor deprecated added in v1.4.0

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

Deprecated: Use EtcdMemberAlarm_AlarmType.Descriptor instead.

func (EtcdMemberAlarm_AlarmType) Number added in v1.4.0

func (EtcdMemberAlarm_AlarmType) String added in v1.4.0

func (x EtcdMemberAlarm_AlarmType) String() string

func (EtcdMemberAlarm_AlarmType) Type added in v1.4.0

type EtcdMemberListRequest

type EtcdMemberListRequest struct {
	QueryLocal bool `protobuf:"varint,1,opt,name=query_local,json=queryLocal,proto3" json:"query_local,omitempty"`
	// contains filtered or unexported fields
}

func (*EtcdMemberListRequest) Descriptor deprecated

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

Deprecated: Use EtcdMemberListRequest.ProtoReflect.Descriptor instead.

func (*EtcdMemberListRequest) GetQueryLocal

func (x *EtcdMemberListRequest) GetQueryLocal() bool

func (*EtcdMemberListRequest) MarshalToSizedBufferVT

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

func (*EtcdMemberListRequest) MarshalToVT

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

func (*EtcdMemberListRequest) MarshalVT

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

func (*EtcdMemberListRequest) ProtoMessage

func (*EtcdMemberListRequest) ProtoMessage()

func (*EtcdMemberListRequest) ProtoReflect

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

func (*EtcdMemberListRequest) Reset

func (x *EtcdMemberListRequest) Reset()

func (*EtcdMemberListRequest) SizeVT

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

func (*EtcdMemberListRequest) String

func (x *EtcdMemberListRequest) String() string

func (*EtcdMemberListRequest) UnmarshalVT

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

type EtcdMemberListResponse

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

func (*EtcdMemberListResponse) Descriptor deprecated

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

Deprecated: Use EtcdMemberListResponse.ProtoReflect.Descriptor instead.

func (*EtcdMemberListResponse) GetMessages

func (x *EtcdMemberListResponse) GetMessages() []*EtcdMembers

func (*EtcdMemberListResponse) MarshalToSizedBufferVT

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

func (*EtcdMemberListResponse) MarshalToVT

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

func (*EtcdMemberListResponse) MarshalVT

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

func (*EtcdMemberListResponse) ProtoMessage

func (*EtcdMemberListResponse) ProtoMessage()

func (*EtcdMemberListResponse) ProtoReflect

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

func (*EtcdMemberListResponse) Reset

func (x *EtcdMemberListResponse) Reset()

func (*EtcdMemberListResponse) SizeVT

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

func (*EtcdMemberListResponse) String

func (x *EtcdMemberListResponse) String() string

func (*EtcdMemberListResponse) UnmarshalVT

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

type EtcdMemberStatus added in v1.4.0

type EtcdMemberStatus struct {
	MemberId         uint64   `protobuf:"varint,10,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	ProtocolVersion  string   `protobuf:"bytes,1,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"`
	DbSize           int64    `protobuf:"varint,2,opt,name=db_size,json=dbSize,proto3" json:"db_size,omitempty"`
	DbSizeInUse      int64    `protobuf:"varint,3,opt,name=db_size_in_use,json=dbSizeInUse,proto3" json:"db_size_in_use,omitempty"`
	Leader           uint64   `protobuf:"varint,4,opt,name=leader,proto3" json:"leader,omitempty"`
	RaftIndex        uint64   `protobuf:"varint,5,opt,name=raft_index,json=raftIndex,proto3" json:"raft_index,omitempty"`
	RaftTerm         uint64   `protobuf:"varint,6,opt,name=raft_term,json=raftTerm,proto3" json:"raft_term,omitempty"`
	RaftAppliedIndex uint64   `protobuf:"varint,7,opt,name=raft_applied_index,json=raftAppliedIndex,proto3" json:"raft_applied_index,omitempty"`
	Errors           []string `protobuf:"bytes,8,rep,name=errors,proto3" json:"errors,omitempty"`
	IsLearner        bool     `protobuf:"varint,9,opt,name=is_learner,json=isLearner,proto3" json:"is_learner,omitempty"`
	// contains filtered or unexported fields
}

func (*EtcdMemberStatus) Descriptor deprecated added in v1.4.0

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

Deprecated: Use EtcdMemberStatus.ProtoReflect.Descriptor instead.

func (*EtcdMemberStatus) GetDbSize added in v1.4.0

func (x *EtcdMemberStatus) GetDbSize() int64

func (*EtcdMemberStatus) GetDbSizeInUse added in v1.4.0

func (x *EtcdMemberStatus) GetDbSizeInUse() int64

func (*EtcdMemberStatus) GetErrors added in v1.4.0

func (x *EtcdMemberStatus) GetErrors() []string

func (*EtcdMemberStatus) GetIsLearner added in v1.4.0

func (x *EtcdMemberStatus) GetIsLearner() bool

func (*EtcdMemberStatus) GetLeader added in v1.4.0

func (x *EtcdMemberStatus) GetLeader() uint64

func (*EtcdMemberStatus) GetMemberId added in v1.4.0

func (x *EtcdMemberStatus) GetMemberId() uint64

func (*EtcdMemberStatus) GetProtocolVersion added in v1.4.0

func (x *EtcdMemberStatus) GetProtocolVersion() string

func (*EtcdMemberStatus) GetRaftAppliedIndex added in v1.4.0

func (x *EtcdMemberStatus) GetRaftAppliedIndex() uint64

func (*EtcdMemberStatus) GetRaftIndex added in v1.4.0

func (x *EtcdMemberStatus) GetRaftIndex() uint64

func (*EtcdMemberStatus) GetRaftTerm added in v1.4.0

func (x *EtcdMemberStatus) GetRaftTerm() uint64

func (*EtcdMemberStatus) MarshalToSizedBufferVT added in v1.4.0

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

func (*EtcdMemberStatus) MarshalToVT added in v1.4.0

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

func (*EtcdMemberStatus) MarshalVT added in v1.4.0

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

func (*EtcdMemberStatus) ProtoMessage added in v1.4.0

func (*EtcdMemberStatus) ProtoMessage()

func (*EtcdMemberStatus) ProtoReflect added in v1.4.0

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

func (*EtcdMemberStatus) Reset added in v1.4.0

func (x *EtcdMemberStatus) Reset()

func (*EtcdMemberStatus) SizeVT added in v1.4.0

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

func (*EtcdMemberStatus) String added in v1.4.0

func (x *EtcdMemberStatus) String() string

func (*EtcdMemberStatus) UnmarshalVT added in v1.4.0

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

type EtcdMembers

type EtcdMembers struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// list of member hostnames.
	LegacyMembers []string `protobuf:"bytes,2,rep,name=legacy_members,json=legacyMembers,proto3" json:"legacy_members,omitempty"`
	// the list of etcd members registered on the node.
	Members []*EtcdMember `protobuf:"bytes,3,rep,name=members,proto3" json:"members,omitempty"`
	// contains filtered or unexported fields
}

EtcdMembers contains the list of members registered on the host.

func (*EtcdMembers) Descriptor deprecated

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

Deprecated: Use EtcdMembers.ProtoReflect.Descriptor instead.

func (*EtcdMembers) GetLegacyMembers

func (x *EtcdMembers) GetLegacyMembers() []string

func (*EtcdMembers) GetMembers

func (x *EtcdMembers) GetMembers() []*EtcdMember

func (*EtcdMembers) GetMetadata

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

func (*EtcdMembers) MarshalToSizedBufferVT

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

func (*EtcdMembers) MarshalToVT

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

func (*EtcdMembers) MarshalVT

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

func (*EtcdMembers) ProtoMessage

func (*EtcdMembers) ProtoMessage()

func (*EtcdMembers) ProtoReflect

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

func (*EtcdMembers) Reset

func (x *EtcdMembers) Reset()

func (*EtcdMembers) SizeVT

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

func (*EtcdMembers) String

func (x *EtcdMembers) String() string

func (*EtcdMembers) UnmarshalVT

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

type EtcdRecover

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

func (*EtcdRecover) Descriptor deprecated

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

Deprecated: Use EtcdRecover.ProtoReflect.Descriptor instead.

func (*EtcdRecover) GetMetadata

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

func (*EtcdRecover) MarshalToSizedBufferVT

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

func (*EtcdRecover) MarshalToVT

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

func (*EtcdRecover) MarshalVT

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

func (*EtcdRecover) ProtoMessage

func (*EtcdRecover) ProtoMessage()

func (*EtcdRecover) ProtoReflect

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

func (*EtcdRecover) Reset

func (x *EtcdRecover) Reset()

func (*EtcdRecover) SizeVT

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

func (*EtcdRecover) String

func (x *EtcdRecover) String() string

func (*EtcdRecover) UnmarshalVT

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

type EtcdRecoverResponse

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

func (*EtcdRecoverResponse) Descriptor deprecated

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

Deprecated: Use EtcdRecoverResponse.ProtoReflect.Descriptor instead.

func (*EtcdRecoverResponse) GetMessages

func (x *EtcdRecoverResponse) GetMessages() []*EtcdRecover

func (*EtcdRecoverResponse) MarshalToSizedBufferVT

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

func (*EtcdRecoverResponse) MarshalToVT

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

func (*EtcdRecoverResponse) MarshalVT

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

func (*EtcdRecoverResponse) ProtoMessage

func (*EtcdRecoverResponse) ProtoMessage()

func (*EtcdRecoverResponse) ProtoReflect

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

func (*EtcdRecoverResponse) Reset

func (x *EtcdRecoverResponse) Reset()

func (*EtcdRecoverResponse) SizeVT

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

func (*EtcdRecoverResponse) String

func (x *EtcdRecoverResponse) String() string

func (*EtcdRecoverResponse) UnmarshalVT

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

type EtcdRemoveMember

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

func (*EtcdRemoveMember) Descriptor deprecated

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

Deprecated: Use EtcdRemoveMember.ProtoReflect.Descriptor instead.

func (*EtcdRemoveMember) GetMetadata

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

func (*EtcdRemoveMember) MarshalToSizedBufferVT

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

func (*EtcdRemoveMember) MarshalToVT

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

func (*EtcdRemoveMember) MarshalVT

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

func (*EtcdRemoveMember) ProtoMessage

func (*EtcdRemoveMember) ProtoMessage()

func (*EtcdRemoveMember) ProtoReflect

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

func (*EtcdRemoveMember) Reset

func (x *EtcdRemoveMember) Reset()

func (*EtcdRemoveMember) SizeVT

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

func (*EtcdRemoveMember) String

func (x *EtcdRemoveMember) String() string

func (*EtcdRemoveMember) UnmarshalVT

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

type EtcdRemoveMemberByID

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

func (*EtcdRemoveMemberByID) Descriptor deprecated

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

Deprecated: Use EtcdRemoveMemberByID.ProtoReflect.Descriptor instead.

func (*EtcdRemoveMemberByID) GetMetadata

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

func (*EtcdRemoveMemberByID) MarshalToSizedBufferVT

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

func (*EtcdRemoveMemberByID) MarshalToVT

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

func (*EtcdRemoveMemberByID) MarshalVT

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

func (*EtcdRemoveMemberByID) ProtoMessage

func (*EtcdRemoveMemberByID) ProtoMessage()

func (*EtcdRemoveMemberByID) ProtoReflect

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

func (*EtcdRemoveMemberByID) Reset

func (x *EtcdRemoveMemberByID) Reset()

func (*EtcdRemoveMemberByID) SizeVT

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

func (*EtcdRemoveMemberByID) String

func (x *EtcdRemoveMemberByID) String() string

func (*EtcdRemoveMemberByID) UnmarshalVT

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

type EtcdRemoveMemberByIDRequest

type EtcdRemoveMemberByIDRequest struct {
	MemberId uint64 `protobuf:"varint,1,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EtcdRemoveMemberByIDRequest) Descriptor deprecated

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

Deprecated: Use EtcdRemoveMemberByIDRequest.ProtoReflect.Descriptor instead.

func (*EtcdRemoveMemberByIDRequest) GetMemberId

func (x *EtcdRemoveMemberByIDRequest) GetMemberId() uint64

func (*EtcdRemoveMemberByIDRequest) MarshalToSizedBufferVT

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

func (*EtcdRemoveMemberByIDRequest) MarshalToVT

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

func (*EtcdRemoveMemberByIDRequest) MarshalVT

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

func (*EtcdRemoveMemberByIDRequest) ProtoMessage

func (*EtcdRemoveMemberByIDRequest) ProtoMessage()

func (*EtcdRemoveMemberByIDRequest) ProtoReflect

func (*EtcdRemoveMemberByIDRequest) Reset

func (x *EtcdRemoveMemberByIDRequest) Reset()

func (*EtcdRemoveMemberByIDRequest) SizeVT

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

func (*EtcdRemoveMemberByIDRequest) String

func (x *EtcdRemoveMemberByIDRequest) String() string

func (*EtcdRemoveMemberByIDRequest) UnmarshalVT

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

type EtcdRemoveMemberByIDResponse

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

func (*EtcdRemoveMemberByIDResponse) Descriptor deprecated

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

Deprecated: Use EtcdRemoveMemberByIDResponse.ProtoReflect.Descriptor instead.

func (*EtcdRemoveMemberByIDResponse) GetMessages

func (*EtcdRemoveMemberByIDResponse) MarshalToSizedBufferVT

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

func (*EtcdRemoveMemberByIDResponse) MarshalToVT

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

func (*EtcdRemoveMemberByIDResponse) MarshalVT

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

func (*EtcdRemoveMemberByIDResponse) ProtoMessage

func (*EtcdRemoveMemberByIDResponse) ProtoMessage()

func (*EtcdRemoveMemberByIDResponse) ProtoReflect

func (*EtcdRemoveMemberByIDResponse) Reset

func (x *EtcdRemoveMemberByIDResponse) Reset()

func (*EtcdRemoveMemberByIDResponse) SizeVT

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

func (*EtcdRemoveMemberByIDResponse) String

func (*EtcdRemoveMemberByIDResponse) UnmarshalVT

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

type EtcdRemoveMemberRequest

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

func (*EtcdRemoveMemberRequest) Descriptor deprecated

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

Deprecated: Use EtcdRemoveMemberRequest.ProtoReflect.Descriptor instead.

func (*EtcdRemoveMemberRequest) GetMember

func (x *EtcdRemoveMemberRequest) GetMember() string

func (*EtcdRemoveMemberRequest) MarshalToSizedBufferVT

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

func (*EtcdRemoveMemberRequest) MarshalToVT

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

func (*EtcdRemoveMemberRequest) MarshalVT

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

func (*EtcdRemoveMemberRequest) ProtoMessage

func (*EtcdRemoveMemberRequest) ProtoMessage()

func (*EtcdRemoveMemberRequest) ProtoReflect

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

func (*EtcdRemoveMemberRequest) Reset

func (x *EtcdRemoveMemberRequest) Reset()

func (*EtcdRemoveMemberRequest) SizeVT

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

func (*EtcdRemoveMemberRequest) String

func (x *EtcdRemoveMemberRequest) String() string

func (*EtcdRemoveMemberRequest) UnmarshalVT

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

type EtcdRemoveMemberResponse

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

func (*EtcdRemoveMemberResponse) Descriptor deprecated

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

Deprecated: Use EtcdRemoveMemberResponse.ProtoReflect.Descriptor instead.

func (*EtcdRemoveMemberResponse) GetMessages

func (x *EtcdRemoveMemberResponse) GetMessages() []*EtcdRemoveMember

func (*EtcdRemoveMemberResponse) MarshalToSizedBufferVT

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

func (*EtcdRemoveMemberResponse) MarshalToVT

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

func (*EtcdRemoveMemberResponse) MarshalVT

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

func (*EtcdRemoveMemberResponse) ProtoMessage

func (*EtcdRemoveMemberResponse) ProtoMessage()

func (*EtcdRemoveMemberResponse) ProtoReflect

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

func (*EtcdRemoveMemberResponse) Reset

func (x *EtcdRemoveMemberResponse) Reset()

func (*EtcdRemoveMemberResponse) SizeVT

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

func (*EtcdRemoveMemberResponse) String

func (x *EtcdRemoveMemberResponse) String() string

func (*EtcdRemoveMemberResponse) UnmarshalVT

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

type EtcdSnapshotRequest

type EtcdSnapshotRequest struct {
	// contains filtered or unexported fields
}

func (*EtcdSnapshotRequest) Descriptor deprecated

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

Deprecated: Use EtcdSnapshotRequest.ProtoReflect.Descriptor instead.

func (*EtcdSnapshotRequest) MarshalToSizedBufferVT

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

func (*EtcdSnapshotRequest) MarshalToVT

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

func (*EtcdSnapshotRequest) MarshalVT

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

func (*EtcdSnapshotRequest) ProtoMessage

func (*EtcdSnapshotRequest) ProtoMessage()

func (*EtcdSnapshotRequest) ProtoReflect

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

func (*EtcdSnapshotRequest) Reset

func (x *EtcdSnapshotRequest) Reset()

func (*EtcdSnapshotRequest) SizeVT

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

func (*EtcdSnapshotRequest) String

func (x *EtcdSnapshotRequest) String() string

func (*EtcdSnapshotRequest) UnmarshalVT

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

type EtcdStatus added in v1.4.0

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

func (*EtcdStatus) Descriptor deprecated added in v1.4.0

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

Deprecated: Use EtcdStatus.ProtoReflect.Descriptor instead.

func (*EtcdStatus) GetMemberStatus added in v1.4.0

func (x *EtcdStatus) GetMemberStatus() *EtcdMemberStatus

func (*EtcdStatus) GetMetadata added in v1.4.0

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

func (*EtcdStatus) MarshalToSizedBufferVT added in v1.4.0

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

func (*EtcdStatus) MarshalToVT added in v1.4.0

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

func (*EtcdStatus) MarshalVT added in v1.4.0

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

func (*EtcdStatus) ProtoMessage added in v1.4.0

func (*EtcdStatus) ProtoMessage()

func (*EtcdStatus) ProtoReflect added in v1.4.0

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

func (*EtcdStatus) Reset added in v1.4.0

func (x *EtcdStatus) Reset()

func (*EtcdStatus) SizeVT added in v1.4.0

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

func (*EtcdStatus) String added in v1.4.0

func (x *EtcdStatus) String() string

func (*EtcdStatus) UnmarshalVT added in v1.4.0

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

type EtcdStatusResponse added in v1.4.0

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

func (*EtcdStatusResponse) Descriptor deprecated added in v1.4.0

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

Deprecated: Use EtcdStatusResponse.ProtoReflect.Descriptor instead.

func (*EtcdStatusResponse) GetMessages added in v1.4.0

func (x *EtcdStatusResponse) GetMessages() []*EtcdStatus

func (*EtcdStatusResponse) MarshalToSizedBufferVT added in v1.4.0

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

func (*EtcdStatusResponse) MarshalToVT added in v1.4.0

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

func (*EtcdStatusResponse) MarshalVT added in v1.4.0

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

func (*EtcdStatusResponse) ProtoMessage added in v1.4.0

func (*EtcdStatusResponse) ProtoMessage()

func (*EtcdStatusResponse) ProtoReflect added in v1.4.0

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

func (*EtcdStatusResponse) Reset added in v1.4.0

func (x *EtcdStatusResponse) Reset()

func (*EtcdStatusResponse) SizeVT added in v1.4.0

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

func (*EtcdStatusResponse) String added in v1.4.0

func (x *EtcdStatusResponse) String() string

func (*EtcdStatusResponse) UnmarshalVT added in v1.4.0

func (m *EtcdStatusResponse) 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 Talos 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"`
	// 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) 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 (talosconfig) file content.
	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 GenerateConfiguration

type GenerateConfiguration struct {
	Metadata    *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Data        [][]byte         `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
	Talosconfig []byte           `protobuf:"bytes,3,opt,name=talosconfig,proto3" json:"talosconfig,omitempty"`
	// contains filtered or unexported fields
}

GenerateConfiguration describes the response to a generate configuration request.

func (*GenerateConfiguration) Descriptor deprecated

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

Deprecated: Use GenerateConfiguration.ProtoReflect.Descriptor instead.

func (*GenerateConfiguration) GetData

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

func (*GenerateConfiguration) GetMetadata

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

func (*GenerateConfiguration) GetTalosconfig

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

func (*GenerateConfiguration) MarshalToSizedBufferVT

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

func (*GenerateConfiguration) MarshalToVT

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

func (*GenerateConfiguration) MarshalVT

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

func (*GenerateConfiguration) ProtoMessage

func (*GenerateConfiguration) ProtoMessage()

func (*GenerateConfiguration) ProtoReflect

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

func (*GenerateConfiguration) Reset

func (x *GenerateConfiguration) Reset()

func (*GenerateConfiguration) SizeVT

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

func (*GenerateConfiguration) String

func (x *GenerateConfiguration) String() string

func (*GenerateConfiguration) UnmarshalVT

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

type GenerateConfigurationRequest

type GenerateConfigurationRequest struct {
	ConfigVersion string                 `protobuf:"bytes,1,opt,name=config_version,json=configVersion,proto3" json:"config_version,omitempty"`
	ClusterConfig *ClusterConfig         `protobuf:"bytes,2,opt,name=cluster_config,json=clusterConfig,proto3" json:"cluster_config,omitempty"`
	MachineConfig *MachineConfig         `protobuf:"bytes,3,opt,name=machine_config,json=machineConfig,proto3" json:"machine_config,omitempty"`
	OverrideTime  *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=override_time,json=overrideTime,proto3" json:"override_time,omitempty"`
	// contains filtered or unexported fields
}

GenerateConfigurationRequest describes a request to generate a new configuration on a node.

func (*GenerateConfigurationRequest) Descriptor deprecated

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

Deprecated: Use GenerateConfigurationRequest.ProtoReflect.Descriptor instead.

func (*GenerateConfigurationRequest) GetClusterConfig

func (x *GenerateConfigurationRequest) GetClusterConfig() *ClusterConfig

func (*GenerateConfigurationRequest) GetConfigVersion

func (x *GenerateConfigurationRequest) GetConfigVersion() string

func (*GenerateConfigurationRequest) GetMachineConfig

func (x *GenerateConfigurationRequest) GetMachineConfig() *MachineConfig

func (*GenerateConfigurationRequest) GetOverrideTime

func (x *GenerateConfigurationRequest) GetOverrideTime() *timestamppb.Timestamp

func (*GenerateConfigurationRequest) MarshalToSizedBufferVT

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

func (*GenerateConfigurationRequest) MarshalToVT

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

func (*GenerateConfigurationRequest) MarshalVT

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

func (*GenerateConfigurationRequest) ProtoMessage

func (*GenerateConfigurationRequest) ProtoMessage()

func (*GenerateConfigurationRequest) ProtoReflect

func (*GenerateConfigurationRequest) Reset

func (x *GenerateConfigurationRequest) Reset()

func (*GenerateConfigurationRequest) SizeVT

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

func (*GenerateConfigurationRequest) String

func (*GenerateConfigurationRequest) UnmarshalVT

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

type GenerateConfigurationResponse

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

func (*GenerateConfigurationResponse) Descriptor deprecated

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

Deprecated: Use GenerateConfigurationResponse.ProtoReflect.Descriptor instead.

func (*GenerateConfigurationResponse) GetMessages

func (*GenerateConfigurationResponse) MarshalToSizedBufferVT

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

func (*GenerateConfigurationResponse) MarshalToVT

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

func (*GenerateConfigurationResponse) MarshalVT

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

func (*GenerateConfigurationResponse) ProtoMessage

func (*GenerateConfigurationResponse) ProtoMessage()

func (*GenerateConfigurationResponse) ProtoReflect

func (*GenerateConfigurationResponse) Reset

func (x *GenerateConfigurationResponse) Reset()

func (*GenerateConfigurationResponse) SizeVT

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

func (*GenerateConfigurationResponse) String

func (*GenerateConfigurationResponse) UnmarshalVT

func (m *GenerateConfigurationResponse) 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 added in v1.5.0

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 added in v1.5.0

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

Deprecated: Use ImageListRequest.ProtoReflect.Descriptor instead.

func (*ImageListRequest) GetNamespace added in v1.5.0

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

func (*ImageListRequest) MarshalToSizedBufferVT added in v1.5.0

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

func (*ImageListRequest) MarshalToVT added in v1.5.0

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

func (*ImageListRequest) MarshalVT added in v1.5.0

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

func (*ImageListRequest) ProtoMessage added in v1.5.0

func (*ImageListRequest) ProtoMessage()

func (*ImageListRequest) ProtoReflect added in v1.5.0

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

func (*ImageListRequest) Reset added in v1.5.0

func (x *ImageListRequest) Reset()

func (*ImageListRequest) SizeVT added in v1.5.0

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

func (*ImageListRequest) String added in v1.5.0

func (x *ImageListRequest) String() string

func (*ImageListRequest) UnmarshalVT added in v1.5.0

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

type ImageListResponse added in v1.5.0

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 added in v1.5.0

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

Deprecated: Use ImageListResponse.ProtoReflect.Descriptor instead.

func (*ImageListResponse) GetCreatedAt added in v1.5.0

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

func (*ImageListResponse) GetDigest added in v1.5.0

func (x *ImageListResponse) GetDigest() string

func (*ImageListResponse) GetMetadata added in v1.5.0

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

func (*ImageListResponse) GetName added in v1.5.0

func (x *ImageListResponse) GetName() string

func (*ImageListResponse) GetSize added in v1.5.0

func (x *ImageListResponse) GetSize() int64

func (*ImageListResponse) MarshalToSizedBufferVT added in v1.5.0

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

func (*ImageListResponse) MarshalToVT added in v1.5.0

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

func (*ImageListResponse) MarshalVT added in v1.5.0

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

func (*ImageListResponse) ProtoMessage added in v1.5.0

func (*ImageListResponse) ProtoMessage()

func (*ImageListResponse) ProtoReflect added in v1.5.0

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

func (*ImageListResponse) Reset added in v1.5.0

func (x *ImageListResponse) Reset()

func (*ImageListResponse) SizeVT added in v1.5.0

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

func (*ImageListResponse) String added in v1.5.0

func (x *ImageListResponse) String() string

func (*ImageListResponse) UnmarshalVT added in v1.5.0

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

type ImagePull added in v1.5.0

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 added in v1.5.0

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

Deprecated: Use ImagePull.ProtoReflect.Descriptor instead.

func (*ImagePull) GetMetadata added in v1.5.0

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

func (*ImagePull) MarshalToSizedBufferVT added in v1.5.0

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

func (*ImagePull) MarshalToVT added in v1.5.0

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

func (*ImagePull) MarshalVT added in v1.5.0

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

func (*ImagePull) ProtoMessage added in v1.5.0

func (*ImagePull) ProtoMessage()

func (*ImagePull) ProtoReflect added in v1.5.0

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

func (*ImagePull) Reset added in v1.5.0

func (x *ImagePull) Reset()

func (*ImagePull) SizeVT added in v1.5.0

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

func (*ImagePull) String added in v1.5.0

func (x *ImagePull) String() string

func (*ImagePull) UnmarshalVT added in v1.5.0

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

type ImagePullRequest added in v1.5.0

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 added in v1.5.0

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

Deprecated: Use ImagePullRequest.ProtoReflect.Descriptor instead.

func (*ImagePullRequest) GetNamespace added in v1.5.0

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

func (*ImagePullRequest) GetReference added in v1.5.0

func (x *ImagePullRequest) GetReference() string

func (*ImagePullRequest) MarshalToSizedBufferVT added in v1.5.0

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

func (*ImagePullRequest) MarshalToVT added in v1.5.0

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

func (*ImagePullRequest) MarshalVT added in v1.5.0

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

func (*ImagePullRequest) ProtoMessage added in v1.5.0

func (*ImagePullRequest) ProtoMessage()

func (*ImagePullRequest) ProtoReflect added in v1.5.0

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

func (*ImagePullRequest) Reset added in v1.5.0

func (x *ImagePullRequest) Reset()

func (*ImagePullRequest) SizeVT added in v1.5.0

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

func (*ImagePullRequest) String added in v1.5.0

func (x *ImagePullRequest) String() string

func (*ImagePullRequest) UnmarshalVT added in v1.5.0

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

type ImagePullResponse added in v1.5.0

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

func (*ImagePullResponse) Descriptor deprecated added in v1.5.0

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

Deprecated: Use ImagePullResponse.ProtoReflect.Descriptor instead.

func (*ImagePullResponse) GetMessages added in v1.5.0

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

func (*ImagePullResponse) MarshalToSizedBufferVT added in v1.5.0

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

func (*ImagePullResponse) MarshalToVT added in v1.5.0

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

func (*ImagePullResponse) MarshalVT added in v1.5.0

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

func (*ImagePullResponse) ProtoMessage added in v1.5.0

func (*ImagePullResponse) ProtoMessage()

func (*ImagePullResponse) ProtoReflect added in v1.5.0

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

func (*ImagePullResponse) Reset added in v1.5.0

func (x *ImagePullResponse) Reset()

func (*ImagePullResponse) SizeVT added in v1.5.0

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

func (*ImagePullResponse) String added in v1.5.0

func (x *ImagePullResponse) String() string

func (*ImagePullResponse) UnmarshalVT added in v1.5.0

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

type InstallConfig

type InstallConfig struct {
	InstallDisk  string `protobuf:"bytes,1,opt,name=install_disk,json=installDisk,proto3" json:"install_disk,omitempty"`
	InstallImage string `protobuf:"bytes,2,opt,name=install_image,json=installImage,proto3" json:"install_image,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallConfig) Descriptor deprecated

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

Deprecated: Use InstallConfig.ProtoReflect.Descriptor instead.

func (*InstallConfig) GetInstallDisk

func (x *InstallConfig) GetInstallDisk() string

func (*InstallConfig) GetInstallImage

func (x *InstallConfig) GetInstallImage() string

func (*InstallConfig) MarshalToSizedBufferVT

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

func (*InstallConfig) MarshalToVT

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

func (*InstallConfig) MarshalVT

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

func (*InstallConfig) ProtoMessage

func (*InstallConfig) ProtoMessage()

func (*InstallConfig) ProtoReflect

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

func (*InstallConfig) Reset

func (x *InstallConfig) Reset()

func (*InstallConfig) SizeVT

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

func (*InstallConfig) String

func (x *InstallConfig) String() string

func (*InstallConfig) UnmarshalVT

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

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"`
	// 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) 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) GetLoad15

func (x *LoadAvg) GetLoad15() float64

func (*LoadAvg) GetLoad5

func (x *LoadAvg) GetLoad5() 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 added in v1.7.0

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 desribes all avalaible registered log containers.

func (*LogsContainer) Descriptor deprecated added in v1.7.0

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

Deprecated: Use LogsContainer.ProtoReflect.Descriptor instead.

func (*LogsContainer) GetIds added in v1.7.0

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

func (*LogsContainer) GetMetadata added in v1.7.0

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

func (*LogsContainer) MarshalToSizedBufferVT added in v1.7.0

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

func (*LogsContainer) MarshalToVT added in v1.7.0

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

func (*LogsContainer) MarshalVT added in v1.7.0

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

func (*LogsContainer) ProtoMessage added in v1.7.0

func (*LogsContainer) ProtoMessage()

func (*LogsContainer) ProtoReflect added in v1.7.0

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

func (*LogsContainer) Reset added in v1.7.0

func (x *LogsContainer) Reset()

func (*LogsContainer) SizeVT added in v1.7.0

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

func (*LogsContainer) String added in v1.7.0

func (x *LogsContainer) String() string

func (*LogsContainer) UnmarshalVT added in v1.7.0

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

type LogsContainersResponse added in v1.7.0

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

func (*LogsContainersResponse) Descriptor deprecated added in v1.7.0

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

Deprecated: Use LogsContainersResponse.ProtoReflect.Descriptor instead.

func (*LogsContainersResponse) GetMessages added in v1.7.0

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

func (*LogsContainersResponse) MarshalToSizedBufferVT added in v1.7.0

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

func (*LogsContainersResponse) MarshalToVT added in v1.7.0

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

func (*LogsContainersResponse) MarshalVT added in v1.7.0

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

func (*LogsContainersResponse) ProtoMessage added in v1.7.0

func (*LogsContainersResponse) ProtoMessage()

func (*LogsContainersResponse) ProtoReflect added in v1.7.0

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

func (*LogsContainersResponse) Reset added in v1.7.0

func (x *LogsContainersResponse) Reset()

func (*LogsContainersResponse) SizeVT added in v1.7.0

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

func (*LogsContainersResponse) String added in v1.7.0

func (x *LogsContainersResponse) String() string

func (*LogsContainersResponse) UnmarshalVT added in v1.7.0

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 might be default "containerd" or "cri"
	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"`
	InstallConfig     *InstallConfig            `protobuf:"bytes,2,opt,name=install_config,json=installConfig,proto3" json:"install_config,omitempty"`
	NetworkConfig     *NetworkConfig            `protobuf:"bytes,3,opt,name=network_config,json=networkConfig,proto3" json:"network_config,omitempty"`
	KubernetesVersion string                    `protobuf:"bytes,4,opt,name=kubernetes_version,json=kubernetesVersion,proto3" json:"kubernetes_version,omitempty"`
	// contains filtered or unexported fields
}

func (*MachineConfig) Descriptor deprecated

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

Deprecated: Use MachineConfig.ProtoReflect.Descriptor instead.

func (*MachineConfig) GetInstallConfig

func (x *MachineConfig) GetInstallConfig() *InstallConfig

func (*MachineConfig) GetKubernetesVersion

func (x *MachineConfig) GetKubernetesVersion() string

func (*MachineConfig) GetNetworkConfig

func (x *MachineConfig) GetNetworkConfig() *NetworkConfig

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 makes control plane node enter etcd bootstrap mode.
	// Node aborts etcd join sequence and creates single-node etcd cluster.
	// If recover_etcd argument is specified, etcd is recovered from a snapshot
	// uploaded with EtcdRecover.
	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) (MachineService_CopyClient, 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) (MachineService_DmesgClient, error)
	Events(ctx context.Context, in *EventsRequest, opts ...grpc.CallOption) (MachineService_EventsClient, error)
	EtcdMemberList(ctx context.Context, in *EtcdMemberListRequest, opts ...grpc.CallOption) (*EtcdMemberListResponse, error)
	// EtcdRemoveMemberByID removes a member from the etcd cluster identified by member ID.
	// This API should be used to remove members which don't have an associated Talos node anymore.
	// To remove a member with a running Talos node, use EtcdLeaveCluster API on the node to be removed.
	EtcdRemoveMemberByID(ctx context.Context, in *EtcdRemoveMemberByIDRequest, opts ...grpc.CallOption) (*EtcdRemoveMemberByIDResponse, error)
	EtcdLeaveCluster(ctx context.Context, in *EtcdLeaveClusterRequest, opts ...grpc.CallOption) (*EtcdLeaveClusterResponse, error)
	EtcdForfeitLeadership(ctx context.Context, in *EtcdForfeitLeadershipRequest, opts ...grpc.CallOption) (*EtcdForfeitLeadershipResponse, error)
	// EtcdRecover method uploads etcd data snapshot created with EtcdSnapshot
	// to the node.
	// Snapshot can be later used to recover the cluster via Bootstrap method.
	EtcdRecover(ctx context.Context, opts ...grpc.CallOption) (MachineService_EtcdRecoverClient, error)
	// EtcdSnapshot method creates etcd data snapshot (backup) from the local etcd instance
	// and streams it back to the client.
	// This method is available only on control plane nodes (which run etcd).
	EtcdSnapshot(ctx context.Context, in *EtcdSnapshotRequest, opts ...grpc.CallOption) (MachineService_EtcdSnapshotClient, error)
	// EtcdAlarmList lists etcd alarms for the current node.
	// This method is available only on control plane nodes (which run etcd).
	EtcdAlarmList(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*EtcdAlarmListResponse, error)
	// EtcdAlarmDisarm disarms etcd alarms for the current node.
	// This method is available only on control plane nodes (which run etcd).
	EtcdAlarmDisarm(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*EtcdAlarmDisarmResponse, error)
	// EtcdDefragment defragments etcd data directory for the current node.
	// Defragmentation is a resource-heavy operation, so it should only run on a specific
	// node.
	// This method is available only on control plane nodes (which run etcd).
	EtcdDefragment(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*EtcdDefragmentResponse, error)
	// EtcdStatus returns etcd status for the current member.
	// This method is available only on control plane nodes (which run etcd).
	EtcdStatus(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*EtcdStatusResponse, error)
	GenerateConfiguration(ctx context.Context, in *GenerateConfigurationRequest, opts ...grpc.CallOption) (*GenerateConfigurationResponse, error)
	Hostname(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*HostnameResponse, error)
	Kubeconfig(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (MachineService_KubeconfigClient, error)
	List(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (MachineService_ListClient, error)
	DiskUsage(ctx context.Context, in *DiskUsageRequest, opts ...grpc.CallOption) (MachineService_DiskUsageClient, error)
	LoadAvg(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*LoadAvgResponse, error)
	Logs(ctx context.Context, in *LogsRequest, opts ...grpc.CallOption) (MachineService_LogsClient, 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) (MachineService_ReadClient, 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 talosctl client configuration (talosconfig).
	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) (MachineService_PacketCaptureClient, 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)
	// ImageList lists images in the CRI.
	ImageList(ctx context.Context, in *ImageListRequest, opts ...grpc.CallOption) (MachineService_ImageListClient, error)
	// ImagePull pulls an image into the CRI.
	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.

type MachineServiceServer

type MachineServiceServer interface {
	ApplyConfiguration(context.Context, *ApplyConfigurationRequest) (*ApplyConfigurationResponse, error)
	// Bootstrap method makes control plane node enter etcd bootstrap mode.
	// Node aborts etcd join sequence and creates single-node etcd cluster.
	// If recover_etcd argument is specified, etcd is recovered from a snapshot
	// uploaded with EtcdRecover.
	Bootstrap(context.Context, *BootstrapRequest) (*BootstrapResponse, error)
	Containers(context.Context, *ContainersRequest) (*ContainersResponse, error)
	Copy(*CopyRequest, MachineService_CopyServer) error
	CPUInfo(context.Context, *emptypb.Empty) (*CPUInfoResponse, error)
	DiskStats(context.Context, *emptypb.Empty) (*DiskStatsResponse, error)
	Dmesg(*DmesgRequest, MachineService_DmesgServer) error
	Events(*EventsRequest, MachineService_EventsServer) error
	EtcdMemberList(context.Context, *EtcdMemberListRequest) (*EtcdMemberListResponse, error)
	// EtcdRemoveMemberByID removes a member from the etcd cluster identified by member ID.
	// This API should be used to remove members which don't have an associated Talos node anymore.
	// To remove a member with a running Talos node, use EtcdLeaveCluster API on the node to be removed.
	EtcdRemoveMemberByID(context.Context, *EtcdRemoveMemberByIDRequest) (*EtcdRemoveMemberByIDResponse, error)
	EtcdLeaveCluster(context.Context, *EtcdLeaveClusterRequest) (*EtcdLeaveClusterResponse, error)
	EtcdForfeitLeadership(context.Context, *EtcdForfeitLeadershipRequest) (*EtcdForfeitLeadershipResponse, error)
	// EtcdRecover method uploads etcd data snapshot created with EtcdSnapshot
	// to the node.
	// Snapshot can be later used to recover the cluster via Bootstrap method.
	EtcdRecover(MachineService_EtcdRecoverServer) error
	// EtcdSnapshot method creates etcd data snapshot (backup) from the local etcd instance
	// and streams it back to the client.
	// This method is available only on control plane nodes (which run etcd).
	EtcdSnapshot(*EtcdSnapshotRequest, MachineService_EtcdSnapshotServer) error
	// EtcdAlarmList lists etcd alarms for the current node.
	// This method is available only on control plane nodes (which run etcd).
	EtcdAlarmList(context.Context, *emptypb.Empty) (*EtcdAlarmListResponse, error)
	// EtcdAlarmDisarm disarms etcd alarms for the current node.
	// This method is available only on control plane nodes (which run etcd).
	EtcdAlarmDisarm(context.Context, *emptypb.Empty) (*EtcdAlarmDisarmResponse, error)
	// EtcdDefragment defragments etcd data directory for the current node.
	// Defragmentation is a resource-heavy operation, so it should only run on a specific
	// node.
	// This method is available only on control plane nodes (which run etcd).
	EtcdDefragment(context.Context, *emptypb.Empty) (*EtcdDefragmentResponse, error)
	// EtcdStatus returns etcd status for the current member.
	// This method is available only on control plane nodes (which run etcd).
	EtcdStatus(context.Context, *emptypb.Empty) (*EtcdStatusResponse, error)
	GenerateConfiguration(context.Context, *GenerateConfigurationRequest) (*GenerateConfigurationResponse, error)
	Hostname(context.Context, *emptypb.Empty) (*HostnameResponse, error)
	Kubeconfig(*emptypb.Empty, MachineService_KubeconfigServer) error
	List(*ListRequest, MachineService_ListServer) error
	DiskUsage(*DiskUsageRequest, MachineService_DiskUsageServer) error
	LoadAvg(context.Context, *emptypb.Empty) (*LoadAvgResponse, error)
	Logs(*LogsRequest, MachineService_LogsServer) 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, MachineService_ReadServer) 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 talosctl client configuration (talosconfig).
	GenerateClientConfiguration(context.Context, *GenerateClientConfigurationRequest) (*GenerateClientConfigurationResponse, error)
	// PacketCapture performs packet capture and streams back pcap file.
	PacketCapture(*PacketCaptureRequest, MachineService_PacketCaptureServer) 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)
	// ImageList lists images in the CRI.
	ImageList(*ImageListRequest, MachineService_ImageListServer) error
	// ImagePull pulls an image into the CRI.
	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

type MachineService_CopyClient

type MachineService_CopyClient interface {
	Recv() (*common.Data, error)
	grpc.ClientStream
}

type MachineService_CopyServer

type MachineService_CopyServer interface {
	Send(*common.Data) error
	grpc.ServerStream
}

type MachineService_DiskUsageClient

type MachineService_DiskUsageClient interface {
	Recv() (*DiskUsageInfo, error)
	grpc.ClientStream
}

type MachineService_DiskUsageServer

type MachineService_DiskUsageServer interface {
	Send(*DiskUsageInfo) error
	grpc.ServerStream
}

type MachineService_DmesgClient

type MachineService_DmesgClient interface {
	Recv() (*common.Data, error)
	grpc.ClientStream
}

type MachineService_DmesgServer

type MachineService_DmesgServer interface {
	Send(*common.Data) error
	grpc.ServerStream
}

type MachineService_EtcdRecoverClient

type MachineService_EtcdRecoverClient interface {
	Send(*common.Data) error
	CloseAndRecv() (*EtcdRecoverResponse, error)
	grpc.ClientStream
}

type MachineService_EtcdRecoverServer

type MachineService_EtcdRecoverServer interface {
	SendAndClose(*EtcdRecoverResponse) error
	Recv() (*common.Data, error)
	grpc.ServerStream
}

type MachineService_EtcdSnapshotClient

type MachineService_EtcdSnapshotClient interface {
	Recv() (*common.Data, error)
	grpc.ClientStream
}

type MachineService_EtcdSnapshotServer

type MachineService_EtcdSnapshotServer interface {
	Send(*common.Data) error
	grpc.ServerStream
}

type MachineService_EventsClient

type MachineService_EventsClient interface {
	Recv() (*Event, error)
	grpc.ClientStream
}

type MachineService_EventsServer

type MachineService_EventsServer interface {
	Send(*Event) error
	grpc.ServerStream
}

type MachineService_ImageListClient added in v1.5.0

type MachineService_ImageListClient interface {
	Recv() (*ImageListResponse, error)
	grpc.ClientStream
}

type MachineService_ImageListServer added in v1.5.0

type MachineService_ImageListServer interface {
	Send(*ImageListResponse) error
	grpc.ServerStream
}

type MachineService_KubeconfigClient

type MachineService_KubeconfigClient interface {
	Recv() (*common.Data, error)
	grpc.ClientStream
}

type MachineService_KubeconfigServer

type MachineService_KubeconfigServer interface {
	Send(*common.Data) error
	grpc.ServerStream
}

type MachineService_ListClient

type MachineService_ListClient interface {
	Recv() (*FileInfo, error)
	grpc.ClientStream
}

type MachineService_ListServer

type MachineService_ListServer interface {
	Send(*FileInfo) error
	grpc.ServerStream
}

type MachineService_LogsClient

type MachineService_LogsClient interface {
	Recv() (*common.Data, error)
	grpc.ClientStream
}

type MachineService_LogsServer

type MachineService_LogsServer interface {
	Send(*common.Data) error
	grpc.ServerStream
}

type MachineService_PacketCaptureClient

type MachineService_PacketCaptureClient interface {
	Recv() (*common.Data, error)
	grpc.ClientStream
}

type MachineService_PacketCaptureServer

type MachineService_PacketCaptureServer interface {
	Send(*common.Data) error
	grpc.ServerStream
}

type MachineService_ReadClient

type MachineService_ReadClient interface {
	Recv() (*common.Data, error)
	grpc.ClientStream
}

type MachineService_ReadServer

type MachineService_ReadServer interface {
	Send(*common.Data) error
	grpc.ServerStream
}

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 added in v1.4.0

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 added in v1.4.0

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

Deprecated: Use MetaDelete.ProtoReflect.Descriptor instead.

func (*MetaDelete) GetMetadata added in v1.4.0

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

func (*MetaDelete) MarshalToSizedBufferVT added in v1.4.0

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

func (*MetaDelete) MarshalToVT added in v1.4.0

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

func (*MetaDelete) MarshalVT added in v1.4.0

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

func (*MetaDelete) ProtoMessage added in v1.4.0

func (*MetaDelete) ProtoMessage()

func (*MetaDelete) ProtoReflect added in v1.4.0

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

func (*MetaDelete) Reset added in v1.4.0

func (x *MetaDelete) Reset()

func (*MetaDelete) SizeVT added in v1.4.0

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

func (*MetaDelete) String added in v1.4.0

func (x *MetaDelete) String() string

func (*MetaDelete) UnmarshalVT added in v1.4.0

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

type MetaDeleteRequest added in v1.4.0

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

func (*MetaDeleteRequest) Descriptor deprecated added in v1.4.0

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

Deprecated: Use MetaDeleteRequest.ProtoReflect.Descriptor instead.

func (*MetaDeleteRequest) GetKey added in v1.4.0

func (x *MetaDeleteRequest) GetKey() uint32

func (*MetaDeleteRequest) MarshalToSizedBufferVT added in v1.4.0

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

func (*MetaDeleteRequest) MarshalToVT added in v1.4.0

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

func (*MetaDeleteRequest) MarshalVT added in v1.4.0

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

func (*MetaDeleteRequest) ProtoMessage added in v1.4.0

func (*MetaDeleteRequest) ProtoMessage()

func (*MetaDeleteRequest) ProtoReflect added in v1.4.0

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

func (*MetaDeleteRequest) Reset added in v1.4.0

func (x *MetaDeleteRequest) Reset()

func (*MetaDeleteRequest) SizeVT added in v1.4.0

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

func (*MetaDeleteRequest) String added in v1.4.0

func (x *MetaDeleteRequest) String() string

func (*MetaDeleteRequest) UnmarshalVT added in v1.4.0

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

type MetaDeleteResponse added in v1.4.0

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

func (*MetaDeleteResponse) Descriptor deprecated added in v1.4.0

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

Deprecated: Use MetaDeleteResponse.ProtoReflect.Descriptor instead.

func (*MetaDeleteResponse) GetMessages added in v1.4.0

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

func (*MetaDeleteResponse) MarshalToSizedBufferVT added in v1.4.0

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

func (*MetaDeleteResponse) MarshalToVT added in v1.4.0

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

func (*MetaDeleteResponse) MarshalVT added in v1.4.0

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

func (*MetaDeleteResponse) ProtoMessage added in v1.4.0

func (*MetaDeleteResponse) ProtoMessage()

func (*MetaDeleteResponse) ProtoReflect added in v1.4.0

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

func (*MetaDeleteResponse) Reset added in v1.4.0

func (x *MetaDeleteResponse) Reset()

func (*MetaDeleteResponse) SizeVT added in v1.4.0

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

func (*MetaDeleteResponse) String added in v1.4.0

func (x *MetaDeleteResponse) String() string

func (*MetaDeleteResponse) UnmarshalVT added in v1.4.0

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

type MetaWrite added in v1.4.0

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 added in v1.4.0

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

Deprecated: Use MetaWrite.ProtoReflect.Descriptor instead.

func (*MetaWrite) GetMetadata added in v1.4.0

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

func (*MetaWrite) MarshalToSizedBufferVT added in v1.4.0

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

func (*MetaWrite) MarshalToVT added in v1.4.0

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

func (*MetaWrite) MarshalVT added in v1.4.0

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

func (*MetaWrite) ProtoMessage added in v1.4.0

func (*MetaWrite) ProtoMessage()

func (*MetaWrite) ProtoReflect added in v1.4.0

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

func (*MetaWrite) Reset added in v1.4.0

func (x *MetaWrite) Reset()

func (*MetaWrite) SizeVT added in v1.4.0

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

func (*MetaWrite) String added in v1.4.0

func (x *MetaWrite) String() string

func (*MetaWrite) UnmarshalVT added in v1.4.0

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

type MetaWriteRequest added in v1.4.0

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 added in v1.4.0

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

Deprecated: Use MetaWriteRequest.ProtoReflect.Descriptor instead.

func (*MetaWriteRequest) GetKey added in v1.4.0

func (x *MetaWriteRequest) GetKey() uint32

func (*MetaWriteRequest) GetValue added in v1.4.0

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

func (*MetaWriteRequest) MarshalToSizedBufferVT added in v1.4.0

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

func (*MetaWriteRequest) MarshalToVT added in v1.4.0

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

func (*MetaWriteRequest) MarshalVT added in v1.4.0

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

func (*MetaWriteRequest) ProtoMessage added in v1.4.0

func (*MetaWriteRequest) ProtoMessage()

func (*MetaWriteRequest) ProtoReflect added in v1.4.0

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

func (*MetaWriteRequest) Reset added in v1.4.0

func (x *MetaWriteRequest) Reset()

func (*MetaWriteRequest) SizeVT added in v1.4.0

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

func (*MetaWriteRequest) String added in v1.4.0

func (x *MetaWriteRequest) String() string

func (*MetaWriteRequest) UnmarshalVT added in v1.4.0

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

type MetaWriteResponse added in v1.4.0

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

func (*MetaWriteResponse) Descriptor deprecated added in v1.4.0

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

Deprecated: Use MetaWriteResponse.ProtoReflect.Descriptor instead.

func (*MetaWriteResponse) GetMessages added in v1.4.0

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

func (*MetaWriteResponse) MarshalToSizedBufferVT added in v1.4.0

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

func (*MetaWriteResponse) MarshalToVT added in v1.4.0

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

func (*MetaWriteResponse) MarshalVT added in v1.4.0

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

func (*MetaWriteResponse) ProtoMessage added in v1.4.0

func (*MetaWriteResponse) ProtoMessage()

func (*MetaWriteResponse) ProtoReflect added in v1.4.0

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

func (*MetaWriteResponse) Reset added in v1.4.0

func (x *MetaWriteResponse) Reset()

func (*MetaWriteResponse) SizeVT added in v1.4.0

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

func (*MetaWriteResponse) String added in v1.4.0

func (x *MetaWriteResponse) String() string

func (*MetaWriteResponse) UnmarshalVT added in v1.4.0

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 added in v1.4.0

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 added in v1.4.0

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

Deprecated: Use Netstat.ProtoReflect.Descriptor instead.

func (*Netstat) GetConnectrecord added in v1.4.0

func (x *Netstat) GetConnectrecord() []*ConnectRecord

func (*Netstat) GetMetadata added in v1.4.0

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

func (*Netstat) MarshalToSizedBufferVT added in v1.4.0

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

func (*Netstat) MarshalToVT added in v1.4.0

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

func (*Netstat) MarshalVT added in v1.4.0

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

func (*Netstat) ProtoMessage added in v1.4.0

func (*Netstat) ProtoMessage()

func (*Netstat) ProtoReflect added in v1.4.0

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

func (*Netstat) Reset added in v1.4.0

func (x *Netstat) Reset()

func (*Netstat) SizeVT added in v1.4.0

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

func (*Netstat) String added in v1.4.0

func (x *Netstat) String() string

func (*Netstat) UnmarshalVT added in v1.4.0

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

type NetstatRequest added in v1.4.0

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 added in v1.4.0

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

Deprecated: Use NetstatRequest.ProtoReflect.Descriptor instead.

func (*NetstatRequest) GetFeature added in v1.4.0

func (x *NetstatRequest) GetFeature() *NetstatRequest_Feature

func (*NetstatRequest) GetFilter added in v1.4.0

func (x *NetstatRequest) GetFilter() NetstatRequest_Filter

func (*NetstatRequest) GetL4Proto added in v1.4.0

func (x *NetstatRequest) GetL4Proto() *NetstatRequest_L4Proto

func (*NetstatRequest) GetNetns added in v1.4.0

func (x *NetstatRequest) GetNetns() *NetstatRequest_NetNS

func (*NetstatRequest) MarshalToSizedBufferVT added in v1.4.0

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

func (*NetstatRequest) MarshalToVT added in v1.4.0

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

func (*NetstatRequest) MarshalVT added in v1.4.0

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

func (*NetstatRequest) ProtoMessage added in v1.4.0

func (*NetstatRequest) ProtoMessage()

func (*NetstatRequest) ProtoReflect added in v1.4.0

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

func (*NetstatRequest) Reset added in v1.4.0

func (x *NetstatRequest) Reset()

func (*NetstatRequest) SizeVT added in v1.4.0

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

func (*NetstatRequest) String added in v1.4.0

func (x *NetstatRequest) String() string

func (*NetstatRequest) UnmarshalVT added in v1.4.0

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

type NetstatRequest_Feature added in v1.4.0

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 added in v1.4.0

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

Deprecated: Use NetstatRequest_Feature.ProtoReflect.Descriptor instead.

func (*NetstatRequest_Feature) GetPid added in v1.4.0

func (x *NetstatRequest_Feature) GetPid() bool

func (*NetstatRequest_Feature) MarshalToSizedBufferVT added in v1.4.0

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

func (*NetstatRequest_Feature) MarshalToVT added in v1.4.0

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

func (*NetstatRequest_Feature) MarshalVT added in v1.4.0

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

func (*NetstatRequest_Feature) ProtoMessage added in v1.4.0

func (*NetstatRequest_Feature) ProtoMessage()

func (*NetstatRequest_Feature) ProtoReflect added in v1.4.0

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

func (*NetstatRequest_Feature) Reset added in v1.4.0

func (x *NetstatRequest_Feature) Reset()

func (*NetstatRequest_Feature) SizeVT added in v1.4.0

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

func (*NetstatRequest_Feature) String added in v1.4.0

func (x *NetstatRequest_Feature) String() string

func (*NetstatRequest_Feature) UnmarshalVT added in v1.4.0

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

type NetstatRequest_Filter added in v1.4.0

type NetstatRequest_Filter int32
const (
	NetstatRequest_ALL       NetstatRequest_Filter = 0
	NetstatRequest_CONNECTED NetstatRequest_Filter = 1
	NetstatRequest_LISTENING NetstatRequest_Filter = 2
)

func (NetstatRequest_Filter) Descriptor added in v1.4.0

func (NetstatRequest_Filter) Enum added in v1.4.0

func (NetstatRequest_Filter) EnumDescriptor deprecated added in v1.4.0

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

Deprecated: Use NetstatRequest_Filter.Descriptor instead.

func (NetstatRequest_Filter) Number added in v1.4.0

func (NetstatRequest_Filter) String added in v1.4.0

func (x NetstatRequest_Filter) String() string

func (NetstatRequest_Filter) Type added in v1.4.0

type NetstatRequest_L4Proto added in v1.4.0

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 added in v1.4.0

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

Deprecated: Use NetstatRequest_L4Proto.ProtoReflect.Descriptor instead.

func (*NetstatRequest_L4Proto) GetRaw added in v1.4.0

func (x *NetstatRequest_L4Proto) GetRaw() bool

func (*NetstatRequest_L4Proto) GetRaw6 added in v1.4.0

func (x *NetstatRequest_L4Proto) GetRaw6() bool

func (*NetstatRequest_L4Proto) GetTcp added in v1.4.0

func (x *NetstatRequest_L4Proto) GetTcp() bool

func (*NetstatRequest_L4Proto) GetTcp6 added in v1.4.0

func (x *NetstatRequest_L4Proto) GetTcp6() bool

func (*NetstatRequest_L4Proto) GetUdp added in v1.4.0

func (x *NetstatRequest_L4Proto) GetUdp() bool

func (*NetstatRequest_L4Proto) GetUdp6 added in v1.4.0

func (x *NetstatRequest_L4Proto) GetUdp6() bool

func (*NetstatRequest_L4Proto) GetUdplite added in v1.4.0

func (x *NetstatRequest_L4Proto) GetUdplite() bool

func (*NetstatRequest_L4Proto) GetUdplite6 added in v1.4.0

func (x *NetstatRequest_L4Proto) GetUdplite6() bool

func (*NetstatRequest_L4Proto) MarshalToSizedBufferVT added in v1.4.0

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

func (*NetstatRequest_L4Proto) MarshalToVT added in v1.4.0

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

func (*NetstatRequest_L4Proto) MarshalVT added in v1.4.0

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

func (*NetstatRequest_L4Proto) ProtoMessage added in v1.4.0

func (*NetstatRequest_L4Proto) ProtoMessage()

func (*NetstatRequest_L4Proto) ProtoReflect added in v1.4.0

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

func (*NetstatRequest_L4Proto) Reset added in v1.4.0

func (x *NetstatRequest_L4Proto) Reset()

func (*NetstatRequest_L4Proto) SizeVT added in v1.4.0

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

func (*NetstatRequest_L4Proto) String added in v1.4.0

func (x *NetstatRequest_L4Proto) String() string

func (*NetstatRequest_L4Proto) UnmarshalVT added in v1.4.0

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

type NetstatRequest_NetNS added in v1.4.0

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 added in v1.4.0

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

Deprecated: Use NetstatRequest_NetNS.ProtoReflect.Descriptor instead.

func (*NetstatRequest_NetNS) GetAllnetns added in v1.4.0

func (x *NetstatRequest_NetNS) GetAllnetns() bool

func (*NetstatRequest_NetNS) GetHostnetwork added in v1.4.0

func (x *NetstatRequest_NetNS) GetHostnetwork() bool

func (*NetstatRequest_NetNS) GetNetns added in v1.4.0

func (x *NetstatRequest_NetNS) GetNetns() []string

func (*NetstatRequest_NetNS) MarshalToSizedBufferVT added in v1.4.0

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

func (*NetstatRequest_NetNS) MarshalToVT added in v1.4.0

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

func (*NetstatRequest_NetNS) MarshalVT added in v1.4.0

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

func (*NetstatRequest_NetNS) ProtoMessage added in v1.4.0

func (*NetstatRequest_NetNS) ProtoMessage()

func (*NetstatRequest_NetNS) ProtoReflect added in v1.4.0

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

func (*NetstatRequest_NetNS) Reset added in v1.4.0

func (x *NetstatRequest_NetNS) Reset()

func (*NetstatRequest_NetNS) SizeVT added in v1.4.0

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

func (*NetstatRequest_NetNS) String added in v1.4.0

func (x *NetstatRequest_NetNS) String() string

func (*NetstatRequest_NetNS) UnmarshalVT added in v1.4.0

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

type NetstatResponse added in v1.4.0

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

func (*NetstatResponse) Descriptor deprecated added in v1.4.0

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

Deprecated: Use NetstatResponse.ProtoReflect.Descriptor instead.

func (*NetstatResponse) GetMessages added in v1.4.0

func (x *NetstatResponse) GetMessages() []*Netstat

func (*NetstatResponse) MarshalToSizedBufferVT added in v1.4.0

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

func (*NetstatResponse) MarshalToVT added in v1.4.0

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

func (*NetstatResponse) MarshalVT added in v1.4.0

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

func (*NetstatResponse) ProtoMessage added in v1.4.0

func (*NetstatResponse) ProtoMessage()

func (*NetstatResponse) ProtoReflect added in v1.4.0

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

func (*NetstatResponse) Reset added in v1.4.0

func (x *NetstatResponse) Reset()

func (*NetstatResponse) SizeVT added in v1.4.0

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

func (*NetstatResponse) String added in v1.4.0

func (x *NetstatResponse) String() string

func (*NetstatResponse) UnmarshalVT added in v1.4.0

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

type NetworkConfig

type NetworkConfig struct {
	Hostname   string                 `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Interfaces []*NetworkDeviceConfig `protobuf:"bytes,2,rep,name=interfaces,proto3" json:"interfaces,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkConfig) Descriptor deprecated

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

Deprecated: Use NetworkConfig.ProtoReflect.Descriptor instead.

func (*NetworkConfig) GetHostname

func (x *NetworkConfig) GetHostname() string

func (*NetworkConfig) GetInterfaces

func (x *NetworkConfig) GetInterfaces() []*NetworkDeviceConfig

func (*NetworkConfig) MarshalToSizedBufferVT

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

func (*NetworkConfig) MarshalToVT

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

func (*NetworkConfig) MarshalVT

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

func (*NetworkConfig) ProtoMessage

func (*NetworkConfig) ProtoMessage()

func (*NetworkConfig) ProtoReflect

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

func (*NetworkConfig) Reset

func (x *NetworkConfig) Reset()

func (*NetworkConfig) SizeVT

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

func (*NetworkConfig) String

func (x *NetworkConfig) String() string

func (*NetworkConfig) UnmarshalVT

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

type NetworkDeviceConfig

type NetworkDeviceConfig struct {
	Interface   string             `protobuf:"bytes,1,opt,name=interface,proto3" json:"interface,omitempty"`
	Cidr        string             `protobuf:"bytes,2,opt,name=cidr,proto3" json:"cidr,omitempty"`
	Mtu         int32              `protobuf:"varint,3,opt,name=mtu,proto3" json:"mtu,omitempty"`
	Dhcp        bool               `protobuf:"varint,4,opt,name=dhcp,proto3" json:"dhcp,omitempty"`
	Ignore      bool               `protobuf:"varint,5,opt,name=ignore,proto3" json:"ignore,omitempty"`
	DhcpOptions *DHCPOptionsConfig `protobuf:"bytes,6,opt,name=dhcp_options,json=dhcpOptions,proto3" json:"dhcp_options,omitempty"`
	Routes      []*RouteConfig     `protobuf:"bytes,7,rep,name=routes,proto3" json:"routes,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkDeviceConfig) Descriptor deprecated

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

Deprecated: Use NetworkDeviceConfig.ProtoReflect.Descriptor instead.

func (*NetworkDeviceConfig) GetCidr

func (x *NetworkDeviceConfig) GetCidr() string

func (*NetworkDeviceConfig) GetDhcp

func (x *NetworkDeviceConfig) GetDhcp() bool

func (*NetworkDeviceConfig) GetDhcpOptions

func (x *NetworkDeviceConfig) GetDhcpOptions() *DHCPOptionsConfig

func (*NetworkDeviceConfig) GetIgnore

func (x *NetworkDeviceConfig) GetIgnore() bool

func (*NetworkDeviceConfig) GetInterface

func (x *NetworkDeviceConfig) GetInterface() string

func (*NetworkDeviceConfig) GetMtu

func (x *NetworkDeviceConfig) GetMtu() int32

func (*NetworkDeviceConfig) GetRoutes

func (x *NetworkDeviceConfig) GetRoutes() []*RouteConfig

func (*NetworkDeviceConfig) MarshalToSizedBufferVT

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

func (*NetworkDeviceConfig) MarshalToVT

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

func (*NetworkDeviceConfig) MarshalVT

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

func (*NetworkDeviceConfig) ProtoMessage

func (*NetworkDeviceConfig) ProtoMessage()

func (*NetworkDeviceConfig) ProtoReflect

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

func (*NetworkDeviceConfig) Reset

func (x *NetworkDeviceConfig) Reset()

func (*NetworkDeviceConfig) SizeVT

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

func (*NetworkDeviceConfig) String

func (x *NetworkDeviceConfig) String() string

func (*NetworkDeviceConfig) UnmarshalVT

func (m *NetworkDeviceConfig) 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"`
	// 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) 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
)

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 etcd before the upgrade, it also
	// enforces etcd checks before leaving.
	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 added in v1.4.0

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 added in v1.4.0

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 added in v1.4.0

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 added in v1.4.0

func (ResetRequest_WipeMode) Enum added in v1.4.0

func (ResetRequest_WipeMode) EnumDescriptor deprecated added in v1.4.0

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

Deprecated: Use ResetRequest_WipeMode.Descriptor instead.

func (ResetRequest_WipeMode) Number added in v1.4.0

func (ResetRequest_WipeMode) String added in v1.4.0

func (x ResetRequest_WipeMode) String() string

func (ResetRequest_WipeMode) Type added in v1.4.0

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 might be default "containerd" or "cri"
	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 RouteConfig

type RouteConfig struct {
	Network string `protobuf:"bytes,1,opt,name=network,proto3" json:"network,omitempty"`
	Gateway string `protobuf:"bytes,2,opt,name=gateway,proto3" json:"gateway,omitempty"`
	Metric  uint32 `protobuf:"varint,3,opt,name=metric,proto3" json:"metric,omitempty"`
	// contains filtered or unexported fields
}

func (*RouteConfig) Descriptor deprecated

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

Deprecated: Use RouteConfig.ProtoReflect.Descriptor instead.

func (*RouteConfig) GetGateway

func (x *RouteConfig) GetGateway() string

func (*RouteConfig) GetMetric

func (x *RouteConfig) GetMetric() uint32

func (*RouteConfig) GetNetwork

func (x *RouteConfig) GetNetwork() string

func (*RouteConfig) MarshalToSizedBufferVT

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

func (*RouteConfig) MarshalToVT

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

func (*RouteConfig) MarshalVT

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

func (*RouteConfig) ProtoMessage

func (*RouteConfig) ProtoMessage()

func (*RouteConfig) ProtoReflect

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

func (*RouteConfig) Reset

func (x *RouteConfig) Reset()

func (*RouteConfig) SizeVT

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

func (*RouteConfig) String

func (x *RouteConfig) String() string

func (*RouteConfig) UnmarshalVT

func (m *RouteConfig) 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 might be default "containerd" or "cri"
	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 UnimplementedMachineServiceServer

type UnimplementedMachineServiceServer struct {
}

UnimplementedMachineServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedMachineServiceServer) ApplyConfiguration

func (UnimplementedMachineServiceServer) Bootstrap

func (UnimplementedMachineServiceServer) CPUInfo

func (UnimplementedMachineServiceServer) Containers

func (UnimplementedMachineServiceServer) Copy

func (UnimplementedMachineServiceServer) DiskStats

func (UnimplementedMachineServiceServer) DiskUsage

func (UnimplementedMachineServiceServer) Dmesg

func (UnimplementedMachineServiceServer) EtcdAlarmDisarm added in v1.4.0

func (UnimplementedMachineServiceServer) EtcdAlarmList added in v1.4.0

func (UnimplementedMachineServiceServer) EtcdDefragment added in v1.4.0

func (UnimplementedMachineServiceServer) EtcdLeaveCluster

func (UnimplementedMachineServiceServer) EtcdMemberList

func (UnimplementedMachineServiceServer) EtcdRecover

func (UnimplementedMachineServiceServer) EtcdSnapshot

func (UnimplementedMachineServiceServer) EtcdStatus added in v1.4.0

func (UnimplementedMachineServiceServer) Events

func (UnimplementedMachineServiceServer) Hostname

func (UnimplementedMachineServiceServer) ImageList added in v1.5.0

func (UnimplementedMachineServiceServer) ImagePull added in v1.5.0

func (UnimplementedMachineServiceServer) Kubeconfig

func (UnimplementedMachineServiceServer) List

func (UnimplementedMachineServiceServer) LoadAvg

func (UnimplementedMachineServiceServer) Logs

func (UnimplementedMachineServiceServer) LogsContainers added in v1.7.0

func (UnimplementedMachineServiceServer) Memory

func (UnimplementedMachineServiceServer) MetaDelete added in v1.4.0

func (UnimplementedMachineServiceServer) MetaWrite added in v1.4.0

func (UnimplementedMachineServiceServer) Mounts

func (UnimplementedMachineServiceServer) Netstat added in v1.4.0

func (UnimplementedMachineServiceServer) NetworkDeviceStats

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 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 added in v1.5.0

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 added in v1.5.0

type UpgradeRequest_RebootMode int32
const (
	UpgradeRequest_DEFAULT    UpgradeRequest_RebootMode = 0
	UpgradeRequest_POWERCYCLE UpgradeRequest_RebootMode = 1
)

func (UpgradeRequest_RebootMode) Descriptor added in v1.5.0

func (UpgradeRequest_RebootMode) Enum added in v1.5.0

func (UpgradeRequest_RebootMode) EnumDescriptor deprecated added in v1.5.0

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

Deprecated: Use UpgradeRequest_RebootMode.Descriptor instead.

func (UpgradeRequest_RebootMode) Number added in v1.5.0

func (UpgradeRequest_RebootMode) String added in v1.5.0

func (x UpgradeRequest_RebootMode) String() string

func (UpgradeRequest_RebootMode) Type added in v1.5.0

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 Talos 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL