machine

package
v0.11.3 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2021 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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",
	}
	ServiceStateEvent_Action_value = map[string]int32{
		"INITIALIZED": 0,
		"PREPARING":   1,
		"WAITING":     2,
		"RUNNING":     3,
		"STOPPING":    4,
		"FINISHED":    5,
		"FAILED":      6,
		"SKIPPED":     7,
	}
)

Enum value maps for ServiceStateEvent_Action.

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

Enum value maps for ListRequest_Type.

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

Enum value maps for MachineConfig_MachineType.

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: "EtcdRemoveMember",
			Handler:    _MachineService_EtcdRemoveMember_Handler,
		},
		{
			MethodName: "EtcdLeaveCluster",
			Handler:    _MachineService_EtcdLeaveCluster_Handler,
		},
		{
			MethodName: "EtcdForfeitLeadership",
			Handler:    _MachineService_EtcdForfeitLeadership_Handler,
		},
		{
			MethodName: "GenerateConfiguration",
			Handler:    _MachineService_GenerateConfiguration_Handler,
		},
		{
			MethodName: "Hostname",
			Handler:    _MachineService_Hostname_Handler,
		},
		{
			MethodName: "LoadAvg",
			Handler:    _MachineService_LoadAvg_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: "RemoveBootkubeInitializedKey",
			Handler:    _MachineService_RemoveBootkubeInitializedKey_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,
		},
	},
	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,
		},
	},
	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 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"`
	// 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) GetWarnings

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

func (*ApplyConfiguration) ProtoMessage

func (*ApplyConfiguration) ProtoMessage()

func (*ApplyConfiguration) ProtoReflect

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

func (*ApplyConfiguration) Reset

func (x *ApplyConfiguration) Reset()

func (*ApplyConfiguration) String

func (x *ApplyConfiguration) String() string

type ApplyConfigurationRequest

type ApplyConfigurationRequest struct {
	Data      []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	OnReboot  bool   `protobuf:"varint,2,opt,name=on_reboot,json=onReboot,proto3" json:"on_reboot,omitempty"`
	Immediate bool   `protobuf:"varint,3,opt,name=immediate,proto3" json:"immediate,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) GetImmediate

func (x *ApplyConfigurationRequest) GetImmediate() bool

func (*ApplyConfigurationRequest) GetOnReboot

func (x *ApplyConfigurationRequest) GetOnReboot() bool

func (*ApplyConfigurationRequest) ProtoMessage

func (*ApplyConfigurationRequest) ProtoMessage()

func (*ApplyConfigurationRequest) ProtoReflect

func (*ApplyConfigurationRequest) Reset

func (x *ApplyConfigurationRequest) Reset()

func (*ApplyConfigurationRequest) String

func (x *ApplyConfigurationRequest) String() string

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) ProtoMessage

func (*ApplyConfigurationResponse) ProtoMessage()

func (*ApplyConfigurationResponse) ProtoReflect

func (*ApplyConfigurationResponse) Reset

func (x *ApplyConfigurationResponse) Reset()

func (*ApplyConfigurationResponse) String

func (x *ApplyConfigurationResponse) String() string

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) ProtoMessage

func (*Bootstrap) ProtoMessage()

func (*Bootstrap) ProtoReflect

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

func (*Bootstrap) Reset

func (x *Bootstrap) Reset()

func (*Bootstrap) String

func (x *Bootstrap) String() string

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) ProtoMessage

func (*BootstrapRequest) ProtoMessage()

func (*BootstrapRequest) ProtoReflect

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

func (*BootstrapRequest) Reset

func (x *BootstrapRequest) Reset()

func (*BootstrapRequest) String

func (x *BootstrapRequest) String() string

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) ProtoMessage

func (*BootstrapResponse) ProtoMessage()

func (*BootstrapResponse) ProtoReflect

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

func (*BootstrapResponse) Reset

func (x *BootstrapResponse) Reset()

func (*BootstrapResponse) String

func (x *BootstrapResponse) String() string

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) ProtoMessage

func (*CNIConfig) ProtoMessage()

func (*CNIConfig) ProtoReflect

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

func (*CNIConfig) Reset

func (x *CNIConfig) Reset()

func (*CNIConfig) String

func (x *CNIConfig) String() string

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) ProtoMessage

func (*CPUInfo) ProtoMessage()

func (*CPUInfo) ProtoReflect

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

func (*CPUInfo) Reset

func (x *CPUInfo) Reset()

func (*CPUInfo) String

func (x *CPUInfo) String() string

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) ProtoMessage

func (*CPUInfoResponse) ProtoMessage()

func (*CPUInfoResponse) ProtoReflect

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

func (*CPUInfoResponse) Reset

func (x *CPUInfoResponse) Reset()

func (*CPUInfoResponse) String

func (x *CPUInfoResponse) String() string

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) ProtoMessage

func (*CPUStat) ProtoMessage()

func (*CPUStat) ProtoReflect

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

func (*CPUStat) Reset

func (x *CPUStat) Reset()

func (*CPUStat) String

func (x *CPUStat) String() string

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) ProtoMessage

func (*CPUsInfo) ProtoMessage()

func (*CPUsInfo) ProtoReflect

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

func (*CPUsInfo) Reset

func (x *CPUsInfo) Reset()

func (*CPUsInfo) String

func (x *CPUsInfo) String() string

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"`
	AllowSchedulingOnMasters bool                  `` /* 138-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) GetAllowSchedulingOnMasters

func (x *ClusterConfig) GetAllowSchedulingOnMasters() 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) ProtoMessage

func (*ClusterConfig) ProtoMessage()

func (*ClusterConfig) ProtoReflect

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

func (*ClusterConfig) Reset

func (x *ClusterConfig) Reset()

func (*ClusterConfig) String

func (x *ClusterConfig) String() string

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) ProtoMessage

func (*ClusterNetworkConfig) ProtoMessage()

func (*ClusterNetworkConfig) ProtoReflect

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

func (*ClusterNetworkConfig) Reset

func (x *ClusterNetworkConfig) Reset()

func (*ClusterNetworkConfig) String

func (x *ClusterNetworkConfig) String() string

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) ProtoMessage

func (*Container) ProtoMessage()

func (*Container) ProtoReflect

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

func (*Container) Reset

func (x *Container) Reset()

func (*Container) String

func (x *Container) String() string

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

func (x *ContainerInfo) GetPid() uint32

func (*ContainerInfo) GetPodId

func (x *ContainerInfo) GetPodId() string

func (*ContainerInfo) GetStatus

func (x *ContainerInfo) GetStatus() string

func (*ContainerInfo) ProtoMessage

func (*ContainerInfo) ProtoMessage()

func (*ContainerInfo) ProtoReflect

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

func (*ContainerInfo) Reset

func (x *ContainerInfo) Reset()

func (*ContainerInfo) String

func (x *ContainerInfo) String() string

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) ProtoMessage

func (*ContainersRequest) ProtoMessage()

func (*ContainersRequest) ProtoReflect

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

func (*ContainersRequest) Reset

func (x *ContainersRequest) Reset()

func (*ContainersRequest) String

func (x *ContainersRequest) String() string

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) ProtoMessage

func (*ContainersResponse) ProtoMessage()

func (*ContainersResponse) ProtoReflect

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

func (*ContainersResponse) Reset

func (x *ContainersResponse) Reset()

func (*ContainersResponse) String

func (x *ContainersResponse) String() string

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) ProtoMessage

func (*ControlPlaneConfig) ProtoMessage()

func (*ControlPlaneConfig) ProtoReflect

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

func (*ControlPlaneConfig) Reset

func (x *ControlPlaneConfig) Reset()

func (*ControlPlaneConfig) String

func (x *ControlPlaneConfig) String() string

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) ProtoMessage

func (*CopyRequest) ProtoMessage()

func (*CopyRequest) ProtoReflect

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

func (*CopyRequest) Reset

func (x *CopyRequest) Reset()

func (*CopyRequest) String

func (x *CopyRequest) String() string

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) ProtoMessage

func (*DHCPOptionsConfig) ProtoMessage()

func (*DHCPOptionsConfig) ProtoReflect

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

func (*DHCPOptionsConfig) Reset

func (x *DHCPOptionsConfig) Reset()

func (*DHCPOptionsConfig) String

func (x *DHCPOptionsConfig) String() string

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) ProtoMessage

func (*DiskStat) ProtoMessage()

func (*DiskStat) ProtoReflect

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

func (*DiskStat) Reset

func (x *DiskStat) Reset()

func (*DiskStat) String

func (x *DiskStat) String() string

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) ProtoMessage

func (*DiskStats) ProtoMessage()

func (*DiskStats) ProtoReflect

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

func (*DiskStats) Reset

func (x *DiskStats) Reset()

func (*DiskStats) String

func (x *DiskStats) String() string

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) ProtoMessage

func (*DiskStatsResponse) ProtoMessage()

func (*DiskStatsResponse) ProtoReflect

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

func (*DiskStatsResponse) Reset

func (x *DiskStatsResponse) Reset()

func (*DiskStatsResponse) String

func (x *DiskStatsResponse) String() string

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) ProtoMessage

func (*DiskUsageInfo) ProtoMessage()

func (*DiskUsageInfo) ProtoReflect

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

func (*DiskUsageInfo) Reset

func (x *DiskUsageInfo) Reset()

func (*DiskUsageInfo) String

func (x *DiskUsageInfo) String() string

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) ProtoMessage

func (*DiskUsageRequest) ProtoMessage()

func (*DiskUsageRequest) ProtoReflect

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

func (*DiskUsageRequest) Reset

func (x *DiskUsageRequest) Reset()

func (*DiskUsageRequest) String

func (x *DiskUsageRequest) String() string

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) ProtoMessage

func (*DmesgRequest) ProtoMessage()

func (*DmesgRequest) ProtoReflect

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

func (*DmesgRequest) Reset

func (x *DmesgRequest) Reset()

func (*DmesgRequest) String

func (x *DmesgRequest) String() string

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) ProtoMessage

func (*EtcdForfeitLeadership) ProtoMessage()

func (*EtcdForfeitLeadership) ProtoReflect

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

func (*EtcdForfeitLeadership) Reset

func (x *EtcdForfeitLeadership) Reset()

func (*EtcdForfeitLeadership) String

func (x *EtcdForfeitLeadership) String() string

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) ProtoMessage

func (*EtcdForfeitLeadershipRequest) ProtoMessage()

func (*EtcdForfeitLeadershipRequest) ProtoReflect

func (*EtcdForfeitLeadershipRequest) Reset

func (x *EtcdForfeitLeadershipRequest) Reset()

func (*EtcdForfeitLeadershipRequest) String

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) ProtoMessage

func (*EtcdForfeitLeadershipResponse) ProtoMessage()

func (*EtcdForfeitLeadershipResponse) ProtoReflect

func (*EtcdForfeitLeadershipResponse) Reset

func (x *EtcdForfeitLeadershipResponse) Reset()

func (*EtcdForfeitLeadershipResponse) String

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) ProtoMessage

func (*EtcdLeaveCluster) ProtoMessage()

func (*EtcdLeaveCluster) ProtoReflect

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

func (*EtcdLeaveCluster) Reset

func (x *EtcdLeaveCluster) Reset()

func (*EtcdLeaveCluster) String

func (x *EtcdLeaveCluster) String() string

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) ProtoMessage

func (*EtcdLeaveClusterRequest) ProtoMessage()

func (*EtcdLeaveClusterRequest) ProtoReflect

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

func (*EtcdLeaveClusterRequest) Reset

func (x *EtcdLeaveClusterRequest) Reset()

func (*EtcdLeaveClusterRequest) String

func (x *EtcdLeaveClusterRequest) String() string

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) ProtoMessage

func (*EtcdLeaveClusterResponse) ProtoMessage()

func (*EtcdLeaveClusterResponse) ProtoReflect

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

func (*EtcdLeaveClusterResponse) Reset

func (x *EtcdLeaveClusterResponse) Reset()

func (*EtcdLeaveClusterResponse) String

func (x *EtcdLeaveClusterResponse) String() string

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

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

func (*EtcdMember) ProtoMessage

func (*EtcdMember) ProtoMessage()

func (*EtcdMember) ProtoReflect

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

func (*EtcdMember) Reset

func (x *EtcdMember) Reset()

func (*EtcdMember) String

func (x *EtcdMember) String() string

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) ProtoMessage

func (*EtcdMemberListRequest) ProtoMessage()

func (*EtcdMemberListRequest) ProtoReflect

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

func (*EtcdMemberListRequest) Reset

func (x *EtcdMemberListRequest) Reset()

func (*EtcdMemberListRequest) String

func (x *EtcdMemberListRequest) String() string

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) ProtoMessage

func (*EtcdMemberListResponse) ProtoMessage()

func (*EtcdMemberListResponse) ProtoReflect

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

func (*EtcdMemberListResponse) Reset

func (x *EtcdMemberListResponse) Reset()

func (*EtcdMemberListResponse) String

func (x *EtcdMemberListResponse) String() string

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) ProtoMessage

func (*EtcdMembers) ProtoMessage()

func (*EtcdMembers) ProtoReflect

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

func (*EtcdMembers) Reset

func (x *EtcdMembers) Reset()

func (*EtcdMembers) String

func (x *EtcdMembers) String() string

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) ProtoMessage

func (*EtcdRecover) ProtoMessage()

func (*EtcdRecover) ProtoReflect

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

func (*EtcdRecover) Reset

func (x *EtcdRecover) Reset()

func (*EtcdRecover) String

func (x *EtcdRecover) String() string

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) ProtoMessage

func (*EtcdRecoverResponse) ProtoMessage()

func (*EtcdRecoverResponse) ProtoReflect

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

func (*EtcdRecoverResponse) Reset

func (x *EtcdRecoverResponse) Reset()

func (*EtcdRecoverResponse) String

func (x *EtcdRecoverResponse) String() string

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) ProtoMessage

func (*EtcdRemoveMember) ProtoMessage()

func (*EtcdRemoveMember) ProtoReflect

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

func (*EtcdRemoveMember) Reset

func (x *EtcdRemoveMember) Reset()

func (*EtcdRemoveMember) String

func (x *EtcdRemoveMember) String() string

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) ProtoMessage

func (*EtcdRemoveMemberRequest) ProtoMessage()

func (*EtcdRemoveMemberRequest) ProtoReflect

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

func (*EtcdRemoveMemberRequest) Reset

func (x *EtcdRemoveMemberRequest) Reset()

func (*EtcdRemoveMemberRequest) String

func (x *EtcdRemoveMemberRequest) String() string

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) ProtoMessage

func (*EtcdRemoveMemberResponse) ProtoMessage()

func (*EtcdRemoveMemberResponse) ProtoReflect

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

func (*EtcdRemoveMemberResponse) Reset

func (x *EtcdRemoveMemberResponse) Reset()

func (*EtcdRemoveMemberResponse) String

func (x *EtcdRemoveMemberResponse) String() string

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) ProtoMessage

func (*EtcdSnapshotRequest) ProtoMessage()

func (*EtcdSnapshotRequest) ProtoReflect

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

func (*EtcdSnapshotRequest) Reset

func (x *EtcdSnapshotRequest) Reset()

func (*EtcdSnapshotRequest) String

func (x *EtcdSnapshotRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

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) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

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

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

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

func (*EventsRequest) ProtoMessage()

func (*EventsRequest) ProtoReflect

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

func (*EventsRequest) Reset

func (x *EventsRequest) Reset()

func (*EventsRequest) String

func (x *EventsRequest) String() string

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) ProtoMessage

func (*FeaturesInfo) ProtoMessage()

func (*FeaturesInfo) ProtoReflect

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

func (*FeaturesInfo) Reset

func (x *FeaturesInfo) Reset()

func (*FeaturesInfo) String

func (x *FeaturesInfo) String() string

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"` // TODO: unix timestamp or include proto's Date type
	// 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"`
	// 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) 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) ProtoMessage

func (*FileInfo) ProtoMessage()

func (*FileInfo) ProtoReflect

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

func (*FileInfo) Reset

func (x *FileInfo) Reset()

func (*FileInfo) String

func (x *FileInfo) String() string

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) ProtoMessage

func (*GenerateClientConfiguration) ProtoMessage()

func (*GenerateClientConfiguration) ProtoReflect

func (*GenerateClientConfiguration) Reset

func (x *GenerateClientConfiguration) Reset()

func (*GenerateClientConfiguration) String

func (x *GenerateClientConfiguration) String() string

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) ProtoMessage

func (*GenerateClientConfigurationRequest) ProtoMessage()

func (*GenerateClientConfigurationRequest) ProtoReflect

func (*GenerateClientConfigurationRequest) Reset

func (*GenerateClientConfigurationRequest) String

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) ProtoMessage

func (*GenerateClientConfigurationResponse) ProtoMessage()

func (*GenerateClientConfigurationResponse) ProtoReflect

func (*GenerateClientConfigurationResponse) Reset

func (*GenerateClientConfigurationResponse) String

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) ProtoMessage

func (*GenerateConfiguration) ProtoMessage()

func (*GenerateConfiguration) ProtoReflect

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

func (*GenerateConfiguration) Reset

func (x *GenerateConfiguration) Reset()

func (*GenerateConfiguration) String

func (x *GenerateConfiguration) String() string

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) ProtoMessage

func (*GenerateConfigurationRequest) ProtoMessage()

func (*GenerateConfigurationRequest) ProtoReflect

func (*GenerateConfigurationRequest) Reset

func (x *GenerateConfigurationRequest) Reset()

func (*GenerateConfigurationRequest) String

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) ProtoMessage

func (*GenerateConfigurationResponse) ProtoMessage()

func (*GenerateConfigurationResponse) ProtoReflect

func (*GenerateConfigurationResponse) Reset

func (x *GenerateConfigurationResponse) Reset()

func (*GenerateConfigurationResponse) String

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) ProtoMessage

func (*Hostname) ProtoMessage()

func (*Hostname) ProtoReflect

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

func (*Hostname) Reset

func (x *Hostname) Reset()

func (*Hostname) String

func (x *Hostname) String() string

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) ProtoMessage

func (*HostnameResponse) ProtoMessage()

func (*HostnameResponse) ProtoReflect

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

func (*HostnameResponse) Reset

func (x *HostnameResponse) Reset()

func (*HostnameResponse) String

func (x *HostnameResponse) String() string

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) ProtoMessage

func (*InstallConfig) ProtoMessage()

func (*InstallConfig) ProtoReflect

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

func (*InstallConfig) Reset

func (x *InstallConfig) Reset()

func (*InstallConfig) String

func (x *InstallConfig) String() string

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) ProtoMessage

func (*ListRequest) ProtoMessage()

func (*ListRequest) ProtoReflect

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

func (*ListRequest) Reset

func (x *ListRequest) Reset()

func (*ListRequest) String

func (x *ListRequest) String() string

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) ProtoMessage

func (*LoadAvg) ProtoMessage()

func (*LoadAvg) ProtoReflect

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

func (*LoadAvg) Reset

func (x *LoadAvg) Reset()

func (*LoadAvg) String

func (x *LoadAvg) String() string

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) ProtoMessage

func (*LoadAvgResponse) ProtoMessage()

func (*LoadAvgResponse) ProtoReflect

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

func (*LoadAvgResponse) Reset

func (x *LoadAvgResponse) Reset()

func (*LoadAvgResponse) String

func (x *LoadAvgResponse) String() string

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) ProtoMessage

func (*LogsRequest) ProtoMessage()

func (*LogsRequest) ProtoReflect

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

func (*LogsRequest) Reset

func (x *LogsRequest) Reset()

func (*LogsRequest) String

func (x *LogsRequest) String() string

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) ProtoMessage

func (*MachineConfig) ProtoMessage()

func (*MachineConfig) ProtoReflect

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

func (*MachineConfig) Reset

func (x *MachineConfig) Reset()

func (*MachineConfig) String

func (x *MachineConfig) String() string

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_JOIN          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(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)
	EtcdRemoveMember(ctx context.Context, in *EtcdRemoveMemberRequest, opts ...grpc.CallOption) (*EtcdRemoveMemberResponse, 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)
	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)
	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 *emptypb.Empty, 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)
	// Deprecated: Do not use.
	RemoveBootkubeInitializedKey(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*RemoveBootkubeInitializedKeyResponse, 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 *emptypb.Empty, 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)
}

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(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)
	EtcdRemoveMember(context.Context, *EtcdRemoveMemberRequest) (*EtcdRemoveMemberResponse, 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
	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
	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, *emptypb.Empty) (*RebootResponse, error)
	Restart(context.Context, *RestartRequest) (*RestartResponse, error)
	Rollback(context.Context, *RollbackRequest) (*RollbackResponse, error)
	Reset(context.Context, *ResetRequest) (*ResetResponse, error)
	// Deprecated: Do not use.
	RemoveBootkubeInitializedKey(context.Context, *emptypb.Empty) (*RemoveBootkubeInitializedKeyResponse, 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, *emptypb.Empty) (*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)
	// 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_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_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 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) ProtoMessage

func (*MemInfo) ProtoMessage()

func (*MemInfo) ProtoReflect

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

func (*MemInfo) Reset

func (x *MemInfo) Reset()

func (*MemInfo) String

func (x *MemInfo) String() string

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) ProtoMessage

func (*Memory) ProtoMessage()

func (*Memory) ProtoReflect

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

func (*Memory) Reset

func (x *Memory) Reset()

func (*Memory) String

func (x *Memory) String() string

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) ProtoMessage

func (*MemoryResponse) ProtoMessage()

func (*MemoryResponse) ProtoReflect

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

func (*MemoryResponse) Reset

func (x *MemoryResponse) Reset()

func (*MemoryResponse) String

func (x *MemoryResponse) String() string

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) ProtoMessage

func (*MountStat) ProtoMessage()

func (*MountStat) ProtoReflect

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

func (*MountStat) Reset

func (x *MountStat) Reset()

func (*MountStat) String

func (x *MountStat) String() string

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) ProtoMessage

func (*Mounts) ProtoMessage()

func (*Mounts) ProtoReflect

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

func (*Mounts) Reset

func (x *Mounts) Reset()

func (*Mounts) String

func (x *Mounts) String() string

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) ProtoMessage

func (*MountsResponse) ProtoMessage()

func (*MountsResponse) ProtoReflect

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

func (*MountsResponse) Reset

func (x *MountsResponse) Reset()

func (*MountsResponse) String

func (x *MountsResponse) String() string

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) ProtoMessage

func (*NetDev) ProtoMessage()

func (*NetDev) ProtoReflect

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

func (*NetDev) Reset

func (x *NetDev) Reset()

func (*NetDev) String

func (x *NetDev) String() string

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) ProtoMessage

func (*NetworkConfig) ProtoMessage()

func (*NetworkConfig) ProtoReflect

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

func (*NetworkConfig) Reset

func (x *NetworkConfig) Reset()

func (*NetworkConfig) String

func (x *NetworkConfig) String() string

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) ProtoMessage

func (*NetworkDeviceConfig) ProtoMessage()

func (*NetworkDeviceConfig) ProtoReflect

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

func (*NetworkDeviceConfig) Reset

func (x *NetworkDeviceConfig) Reset()

func (*NetworkDeviceConfig) String

func (x *NetworkDeviceConfig) String() string

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) ProtoMessage

func (*NetworkDeviceStats) ProtoMessage()

func (*NetworkDeviceStats) ProtoReflect

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

func (*NetworkDeviceStats) Reset

func (x *NetworkDeviceStats) Reset()

func (*NetworkDeviceStats) String

func (x *NetworkDeviceStats) String() string

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) ProtoMessage

func (*NetworkDeviceStatsResponse) ProtoMessage()

func (*NetworkDeviceStatsResponse) ProtoReflect

func (*NetworkDeviceStatsResponse) Reset

func (x *NetworkDeviceStatsResponse) Reset()

func (*NetworkDeviceStatsResponse) String

func (x *NetworkDeviceStatsResponse) String() string

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) ProtoMessage

func (*PhaseEvent) ProtoMessage()

func (*PhaseEvent) ProtoReflect

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

func (*PhaseEvent) Reset

func (x *PhaseEvent) Reset()

func (*PhaseEvent) String

func (x *PhaseEvent) String() string

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) ProtoMessage

func (*PlatformInfo) ProtoMessage()

func (*PlatformInfo) ProtoReflect

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

func (*PlatformInfo) Reset

func (x *PlatformInfo) Reset()

func (*PlatformInfo) String

func (x *PlatformInfo) String() string

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) ProtoMessage

func (*Process) ProtoMessage()

func (*Process) ProtoReflect

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

func (*Process) Reset

func (x *Process) Reset()

func (*Process) String

func (x *Process) String() string

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) ProtoMessage

func (*ProcessInfo) ProtoMessage()

func (*ProcessInfo) ProtoReflect

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

func (*ProcessInfo) Reset

func (x *ProcessInfo) Reset()

func (*ProcessInfo) String

func (x *ProcessInfo) String() string

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) ProtoMessage

func (*ProcessesResponse) ProtoMessage()

func (*ProcessesResponse) ProtoReflect

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

func (*ProcessesResponse) Reset

func (x *ProcessesResponse) Reset()

func (*ProcessesResponse) String

func (x *ProcessesResponse) String() string

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) ProtoMessage

func (*ReadRequest) ProtoMessage()

func (*ReadRequest) ProtoReflect

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

func (*ReadRequest) Reset

func (x *ReadRequest) Reset()

func (*ReadRequest) String

func (x *ReadRequest) String() string

type Reboot

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

rpc reboot The reboot message containing the reboot status.

func (*Reboot) Descriptor deprecated

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

Deprecated: Use Reboot.ProtoReflect.Descriptor instead.

func (*Reboot) GetMetadata

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

func (*Reboot) ProtoMessage

func (*Reboot) ProtoMessage()

func (*Reboot) ProtoReflect

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

func (*Reboot) Reset

func (x *Reboot) Reset()

func (*Reboot) String

func (x *Reboot) String() string

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) ProtoMessage

func (*RebootResponse) ProtoMessage()

func (*RebootResponse) ProtoReflect

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

func (*RebootResponse) Reset

func (x *RebootResponse) Reset()

func (*RebootResponse) String

func (x *RebootResponse) String() string

type RemoveBootkubeInitializedKey

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

RemoveBootkubeInitializedKeyResponse describes the response to a RemoveBootkubeInitializedKey request.

func (*RemoveBootkubeInitializedKey) Descriptor deprecated

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

Deprecated: Use RemoveBootkubeInitializedKey.ProtoReflect.Descriptor instead.

func (*RemoveBootkubeInitializedKey) GetMetadata

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

func (*RemoveBootkubeInitializedKey) ProtoMessage

func (*RemoveBootkubeInitializedKey) ProtoMessage()

func (*RemoveBootkubeInitializedKey) ProtoReflect

func (*RemoveBootkubeInitializedKey) Reset

func (x *RemoveBootkubeInitializedKey) Reset()

func (*RemoveBootkubeInitializedKey) String

type RemoveBootkubeInitializedKeyResponse

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

func (*RemoveBootkubeInitializedKeyResponse) Descriptor deprecated

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

Deprecated: Use RemoveBootkubeInitializedKeyResponse.ProtoReflect.Descriptor instead.

func (*RemoveBootkubeInitializedKeyResponse) GetMessages

func (*RemoveBootkubeInitializedKeyResponse) ProtoMessage

func (*RemoveBootkubeInitializedKeyResponse) ProtoMessage()

func (*RemoveBootkubeInitializedKeyResponse) ProtoReflect

func (*RemoveBootkubeInitializedKeyResponse) Reset

func (*RemoveBootkubeInitializedKeyResponse) String

type Reset

type Reset struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,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) GetMetadata

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

func (*Reset) ProtoMessage

func (*Reset) ProtoMessage()

func (*Reset) ProtoReflect

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

func (*Reset) Reset

func (x *Reset) Reset()

func (*Reset) String

func (x *Reset) String() string

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) ProtoMessage

func (*ResetPartitionSpec) ProtoMessage()

func (*ResetPartitionSpec) ProtoReflect

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

func (*ResetPartitionSpec) Reset

func (x *ResetPartitionSpec) Reset()

func (*ResetPartitionSpec) String

func (x *ResetPartitionSpec) String() string

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 */
	// 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) GetReboot

func (x *ResetRequest) GetReboot() bool

func (*ResetRequest) GetSystemPartitionsToWipe

func (x *ResetRequest) GetSystemPartitionsToWipe() []*ResetPartitionSpec

func (*ResetRequest) ProtoMessage

func (*ResetRequest) ProtoMessage()

func (*ResetRequest) ProtoReflect

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

func (*ResetRequest) Reset

func (x *ResetRequest) Reset()

func (*ResetRequest) String

func (x *ResetRequest) String() string

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) ProtoMessage

func (*ResetResponse) ProtoMessage()

func (*ResetResponse) ProtoReflect

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

func (*ResetResponse) Reset

func (x *ResetResponse) Reset()

func (*ResetResponse) String

func (x *ResetResponse) String() string

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) ProtoMessage

func (*Restart) ProtoMessage()

func (*Restart) ProtoReflect

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

func (*Restart) Reset

func (x *Restart) Reset()

func (*Restart) String

func (x *Restart) String() string

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) ProtoMessage

func (*RestartEvent) ProtoMessage()

func (*RestartEvent) ProtoReflect

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

func (*RestartEvent) Reset

func (x *RestartEvent) Reset()

func (*RestartEvent) String

func (x *RestartEvent) String() string

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) ProtoMessage

func (*RestartRequest) ProtoMessage()

func (*RestartRequest) ProtoReflect

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

func (*RestartRequest) Reset

func (x *RestartRequest) Reset()

func (*RestartRequest) String

func (x *RestartRequest) String() string

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) ProtoMessage

func (*RestartResponse) ProtoMessage()

func (*RestartResponse) ProtoReflect

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

func (*RestartResponse) Reset

func (x *RestartResponse) Reset()

func (*RestartResponse) String

func (x *RestartResponse) String() string

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) ProtoMessage

func (*Rollback) ProtoMessage()

func (*Rollback) ProtoReflect

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

func (*Rollback) Reset

func (x *Rollback) Reset()

func (*Rollback) String

func (x *Rollback) String() string

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) ProtoMessage

func (*RollbackRequest) ProtoMessage()

func (*RollbackRequest) ProtoReflect

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

func (*RollbackRequest) Reset

func (x *RollbackRequest) Reset()

func (*RollbackRequest) String

func (x *RollbackRequest) String() string

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) ProtoMessage

func (*RollbackResponse) ProtoMessage()

func (*RollbackResponse) ProtoReflect

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

func (*RollbackResponse) Reset

func (x *RollbackResponse) Reset()

func (*RollbackResponse) String

func (x *RollbackResponse) String() string

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) ProtoMessage

func (*RouteConfig) ProtoMessage()

func (*RouteConfig) ProtoReflect

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

func (*RouteConfig) Reset

func (x *RouteConfig) Reset()

func (*RouteConfig) String

func (x *RouteConfig) String() string

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) ProtoMessage

func (*SequenceEvent) ProtoMessage()

func (*SequenceEvent) ProtoReflect

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

func (*SequenceEvent) Reset

func (x *SequenceEvent) Reset()

func (*SequenceEvent) String

func (x *SequenceEvent) String() string

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) ProtoMessage

func (*ServiceEvent) ProtoMessage()

func (*ServiceEvent) ProtoReflect

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

func (*ServiceEvent) Reset

func (x *ServiceEvent) Reset()

func (*ServiceEvent) String

func (x *ServiceEvent) String() string

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) ProtoMessage

func (*ServiceEvents) ProtoMessage()

func (*ServiceEvents) ProtoReflect

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

func (*ServiceEvents) Reset

func (x *ServiceEvents) Reset()

func (*ServiceEvents) String

func (x *ServiceEvents) String() string

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) ProtoMessage

func (*ServiceHealth) ProtoMessage()

func (*ServiceHealth) ProtoReflect

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

func (*ServiceHealth) Reset

func (x *ServiceHealth) Reset()

func (*ServiceHealth) String

func (x *ServiceHealth) String() string

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) ProtoMessage

func (*ServiceInfo) ProtoMessage()

func (*ServiceInfo) ProtoReflect

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

func (*ServiceInfo) Reset

func (x *ServiceInfo) Reset()

func (*ServiceInfo) String

func (x *ServiceInfo) String() string

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) ProtoMessage

func (*ServiceList) ProtoMessage()

func (*ServiceList) ProtoReflect

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

func (*ServiceList) Reset

func (x *ServiceList) Reset()

func (*ServiceList) String

func (x *ServiceList) String() string

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) ProtoMessage

func (*ServiceListResponse) ProtoMessage()

func (*ServiceListResponse) ProtoReflect

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

func (*ServiceListResponse) Reset

func (x *ServiceListResponse) Reset()

func (*ServiceListResponse) String

func (x *ServiceListResponse) String() string

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) ProtoMessage

func (*ServiceRestart) ProtoMessage()

func (*ServiceRestart) ProtoReflect

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

func (*ServiceRestart) Reset

func (x *ServiceRestart) Reset()

func (*ServiceRestart) String

func (x *ServiceRestart) String() string

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) ProtoMessage

func (*ServiceRestartRequest) ProtoMessage()

func (*ServiceRestartRequest) ProtoReflect

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

func (*ServiceRestartRequest) Reset

func (x *ServiceRestartRequest) Reset()

func (*ServiceRestartRequest) String

func (x *ServiceRestartRequest) String() string

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) ProtoMessage

func (*ServiceRestartResponse) ProtoMessage()

func (*ServiceRestartResponse) ProtoReflect

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

func (*ServiceRestartResponse) Reset

func (x *ServiceRestartResponse) Reset()

func (*ServiceRestartResponse) String

func (x *ServiceRestartResponse) String() string

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) ProtoMessage

func (*ServiceStart) ProtoMessage()

func (*ServiceStart) ProtoReflect

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

func (*ServiceStart) Reset

func (x *ServiceStart) Reset()

func (*ServiceStart) String

func (x *ServiceStart) String() string

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) ProtoMessage

func (*ServiceStartRequest) ProtoMessage()

func (*ServiceStartRequest) ProtoReflect

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

func (*ServiceStartRequest) Reset

func (x *ServiceStartRequest) Reset()

func (*ServiceStartRequest) String

func (x *ServiceStartRequest) String() string

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) ProtoMessage

func (*ServiceStartResponse) ProtoMessage()

func (*ServiceStartResponse) ProtoReflect

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

func (*ServiceStartResponse) Reset

func (x *ServiceStartResponse) Reset()

func (*ServiceStartResponse) String

func (x *ServiceStartResponse) String() string

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) ProtoMessage

func (*ServiceStateEvent) ProtoMessage()

func (*ServiceStateEvent) ProtoReflect

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

func (*ServiceStateEvent) Reset

func (x *ServiceStateEvent) Reset()

func (*ServiceStateEvent) String

func (x *ServiceStateEvent) String() string

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
)

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) ProtoMessage

func (*ServiceStop) ProtoMessage()

func (*ServiceStop) ProtoReflect

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

func (*ServiceStop) Reset

func (x *ServiceStop) Reset()

func (*ServiceStop) String

func (x *ServiceStop) String() string

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) ProtoMessage

func (*ServiceStopRequest) ProtoMessage()

func (*ServiceStopRequest) ProtoReflect

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

func (*ServiceStopRequest) Reset

func (x *ServiceStopRequest) Reset()

func (*ServiceStopRequest) String

func (x *ServiceStopRequest) String() string

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) ProtoMessage

func (*ServiceStopResponse) ProtoMessage()

func (*ServiceStopResponse) ProtoReflect

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

func (*ServiceStopResponse) Reset

func (x *ServiceStopResponse) Reset()

func (*ServiceStopResponse) String

func (x *ServiceStopResponse) String() string

type Shutdown

type Shutdown struct {
	Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,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) GetMetadata

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

func (*Shutdown) ProtoMessage

func (*Shutdown) ProtoMessage()

func (*Shutdown) ProtoReflect

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

func (*Shutdown) Reset

func (x *Shutdown) Reset()

func (*Shutdown) String

func (x *Shutdown) String() string

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) ProtoMessage

func (*ShutdownResponse) ProtoMessage()

func (*ShutdownResponse) ProtoReflect

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

func (*ShutdownResponse) Reset

func (x *ShutdownResponse) Reset()

func (*ShutdownResponse) String

func (x *ShutdownResponse) String() string

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) ProtoMessage

func (*SoftIRQStat) ProtoMessage()

func (*SoftIRQStat) ProtoReflect

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

func (*SoftIRQStat) Reset

func (x *SoftIRQStat) Reset()

func (*SoftIRQStat) String

func (x *SoftIRQStat) String() string

type StartRequest deprecated

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

Deprecated: Do not use.

func (*StartRequest) Descriptor deprecated

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

Deprecated: Use StartRequest.ProtoReflect.Descriptor instead.

func (*StartRequest) GetId

func (x *StartRequest) GetId() string

func (*StartRequest) ProtoMessage

func (*StartRequest) ProtoMessage()

func (*StartRequest) ProtoReflect

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

func (*StartRequest) Reset

func (x *StartRequest) Reset()

func (*StartRequest) String

func (x *StartRequest) String() string

type StartResponse deprecated

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

Deprecated: Do not use.

func (*StartResponse) Descriptor deprecated

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

Deprecated: Use StartResponse.ProtoReflect.Descriptor instead.

func (*StartResponse) GetResp

func (x *StartResponse) GetResp() string

func (*StartResponse) ProtoMessage

func (*StartResponse) ProtoMessage()

func (*StartResponse) ProtoReflect

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

func (*StartResponse) Reset

func (x *StartResponse) Reset()

func (*StartResponse) String

func (x *StartResponse) String() string

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) ProtoMessage

func (*Stat) ProtoMessage()

func (*Stat) ProtoReflect

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

func (*Stat) Reset

func (x *Stat) Reset()

func (*Stat) String

func (x *Stat) String() string

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) ProtoMessage

func (*Stats) ProtoMessage()

func (*Stats) ProtoReflect

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

func (*Stats) Reset

func (x *Stats) Reset()

func (*Stats) String

func (x *Stats) String() string

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) ProtoMessage

func (*StatsRequest) ProtoMessage()

func (*StatsRequest) ProtoReflect

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

func (*StatsRequest) Reset

func (x *StatsRequest) Reset()

func (*StatsRequest) String

func (x *StatsRequest) String() string

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) ProtoMessage

func (*StatsResponse) ProtoMessage()

func (*StatsResponse) ProtoReflect

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

func (*StatsResponse) Reset

func (x *StatsResponse) Reset()

func (*StatsResponse) String

func (x *StatsResponse) String() string

type StopRequest deprecated

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

Deprecated: Do not use.

func (*StopRequest) Descriptor deprecated

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

Deprecated: Use StopRequest.ProtoReflect.Descriptor instead.

func (*StopRequest) GetId

func (x *StopRequest) GetId() string

func (*StopRequest) ProtoMessage

func (*StopRequest) ProtoMessage()

func (*StopRequest) ProtoReflect

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

func (*StopRequest) Reset

func (x *StopRequest) Reset()

func (*StopRequest) String

func (x *StopRequest) String() string

type StopResponse deprecated

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

Deprecated: Do not use.

func (*StopResponse) Descriptor deprecated

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

Deprecated: Use StopResponse.ProtoReflect.Descriptor instead.

func (*StopResponse) GetResp

func (x *StopResponse) GetResp() string

func (*StopResponse) ProtoMessage

func (*StopResponse) ProtoMessage()

func (*StopResponse) ProtoReflect

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

func (*StopResponse) Reset

func (x *StopResponse) Reset()

func (*StopResponse) String

func (x *StopResponse) String() string

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) ProtoMessage

func (*SystemStat) ProtoMessage()

func (*SystemStat) ProtoReflect

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

func (*SystemStat) Reset

func (x *SystemStat) Reset()

func (*SystemStat) String

func (x *SystemStat) String() string

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) ProtoMessage

func (*SystemStatResponse) ProtoMessage()

func (*SystemStatResponse) ProtoReflect

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

func (*SystemStatResponse) Reset

func (x *SystemStatResponse) Reset()

func (*SystemStatResponse) String

func (x *SystemStatResponse) String() string

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) ProtoMessage

func (*TaskEvent) ProtoMessage()

func (*TaskEvent) ProtoReflect

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

func (*TaskEvent) Reset

func (x *TaskEvent) Reset()

func (*TaskEvent) String

func (x *TaskEvent) String() string

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) EtcdLeaveCluster

func (UnimplementedMachineServiceServer) EtcdMemberList

func (UnimplementedMachineServiceServer) EtcdRecover

func (UnimplementedMachineServiceServer) EtcdRemoveMember

func (UnimplementedMachineServiceServer) EtcdSnapshot

func (UnimplementedMachineServiceServer) Events

func (UnimplementedMachineServiceServer) Hostname

func (UnimplementedMachineServiceServer) Kubeconfig

func (UnimplementedMachineServiceServer) List

func (UnimplementedMachineServiceServer) LoadAvg

func (UnimplementedMachineServiceServer) Logs

func (UnimplementedMachineServiceServer) Memory

func (UnimplementedMachineServiceServer) Mounts

func (UnimplementedMachineServiceServer) NetworkDeviceStats

func (UnimplementedMachineServiceServer) Processes

func (UnimplementedMachineServiceServer) Read

func (UnimplementedMachineServiceServer) Reboot

func (UnimplementedMachineServiceServer) RemoveBootkubeInitializedKey

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

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

func (*Upgrade) ProtoMessage

func (*Upgrade) ProtoMessage()

func (*Upgrade) ProtoReflect

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

func (*Upgrade) Reset

func (x *Upgrade) Reset()

func (*Upgrade) String

func (x *Upgrade) String() string

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

func (x *UpgradeRequest) GetStage() bool

func (*UpgradeRequest) ProtoMessage

func (*UpgradeRequest) ProtoMessage()

func (*UpgradeRequest) ProtoReflect

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

func (*UpgradeRequest) Reset

func (x *UpgradeRequest) Reset()

func (*UpgradeRequest) String

func (x *UpgradeRequest) String() string

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) ProtoMessage

func (*UpgradeResponse) ProtoMessage()

func (*UpgradeResponse) ProtoReflect

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

func (*UpgradeResponse) Reset

func (x *UpgradeResponse) Reset()

func (*UpgradeResponse) String

func (x *UpgradeResponse) String() string

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) ProtoMessage

func (*Version) ProtoMessage()

func (*Version) ProtoReflect

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

func (*Version) Reset

func (x *Version) Reset()

func (*Version) String

func (x *Version) String() string

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) ProtoMessage

func (*VersionInfo) ProtoMessage()

func (*VersionInfo) ProtoReflect

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

func (*VersionInfo) Reset

func (x *VersionInfo) Reset()

func (*VersionInfo) String

func (x *VersionInfo) String() string

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) ProtoMessage

func (*VersionResponse) ProtoMessage()

func (*VersionResponse) ProtoReflect

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

func (*VersionResponse) Reset

func (x *VersionResponse) Reset()

func (*VersionResponse) String

func (x *VersionResponse) String() string

Jump to

Keyboard shortcuts

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