Documentation
¶
Index ¶
- Variables
- func RegisterMachineServiceServer(s *grpc.Server, srv MachineServiceServer)
- type Bootstrap
- type BootstrapRequest
- type BootstrapResponse
- func (*BootstrapResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BootstrapResponse) GetMessages() []*Bootstrap
- func (*BootstrapResponse) ProtoMessage()
- func (x *BootstrapResponse) ProtoReflect() protoreflect.Message
- func (x *BootstrapResponse) Reset()
- func (x *BootstrapResponse) String() string
- type CPUInfo
- func (*CPUInfo) Descriptor() ([]byte, []int)deprecated
- func (x *CPUInfo) GetAddressSizes() string
- func (x *CPUInfo) GetApicId() string
- func (x *CPUInfo) GetBogoMips() float64
- func (x *CPUInfo) GetBugs() []string
- func (x *CPUInfo) GetCacheAlignment() uint32
- func (x *CPUInfo) GetCacheSize() string
- func (x *CPUInfo) GetClFlushSize() uint32
- func (x *CPUInfo) GetCoreId() string
- func (x *CPUInfo) GetCpuCores() uint32
- func (x *CPUInfo) GetCpuFamily() string
- func (x *CPUInfo) GetCpuIdLevel() uint32
- func (x *CPUInfo) GetCpuMhz() float64
- func (x *CPUInfo) GetFlags() []string
- func (x *CPUInfo) GetFpu() string
- func (x *CPUInfo) GetFpuException() string
- func (x *CPUInfo) GetInitialApicId() string
- func (x *CPUInfo) GetMicrocode() string
- func (x *CPUInfo) GetModel() string
- func (x *CPUInfo) GetModelName() string
- func (x *CPUInfo) GetPhysicalId() string
- func (x *CPUInfo) GetPowerManagement() string
- func (x *CPUInfo) GetProcessor() uint32
- func (x *CPUInfo) GetSiblings() uint32
- func (x *CPUInfo) GetStepping() string
- func (x *CPUInfo) GetVendorId() string
- func (x *CPUInfo) GetWp() string
- func (*CPUInfo) ProtoMessage()
- func (x *CPUInfo) ProtoReflect() protoreflect.Message
- func (x *CPUInfo) Reset()
- func (x *CPUInfo) String() string
- type CPUInfoResponse
- type CPUStat
- func (*CPUStat) Descriptor() ([]byte, []int)deprecated
- func (x *CPUStat) GetGuest() float64
- func (x *CPUStat) GetGuestNice() float64
- func (x *CPUStat) GetIdle() float64
- func (x *CPUStat) GetIowait() float64
- func (x *CPUStat) GetIrq() float64
- func (x *CPUStat) GetNice() float64
- func (x *CPUStat) GetSoftIrq() float64
- func (x *CPUStat) GetSteal() float64
- func (x *CPUStat) GetSystem() float64
- func (x *CPUStat) GetUser() float64
- func (*CPUStat) ProtoMessage()
- func (x *CPUStat) ProtoReflect() protoreflect.Message
- func (x *CPUStat) Reset()
- func (x *CPUStat) String() string
- type CPUsInfo
- type Container
- func (*Container) Descriptor() ([]byte, []int)deprecated
- func (x *Container) GetContainers() []*ContainerInfo
- func (x *Container) GetMetadata() *common.Metadata
- func (*Container) ProtoMessage()
- func (x *Container) ProtoReflect() protoreflect.Message
- func (x *Container) Reset()
- func (x *Container) String() string
- type ContainerInfo
- func (*ContainerInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ContainerInfo) GetId() string
- func (x *ContainerInfo) GetImage() string
- func (x *ContainerInfo) GetName() string
- func (x *ContainerInfo) GetNamespace() string
- func (x *ContainerInfo) GetPid() uint32
- func (x *ContainerInfo) GetPodId() string
- func (x *ContainerInfo) GetStatus() string
- func (*ContainerInfo) ProtoMessage()
- func (x *ContainerInfo) ProtoReflect() protoreflect.Message
- func (x *ContainerInfo) Reset()
- func (x *ContainerInfo) String() string
- type ContainersRequest
- func (*ContainersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ContainersRequest) GetDriver() common.ContainerDriver
- func (x *ContainersRequest) GetNamespace() string
- func (*ContainersRequest) ProtoMessage()
- func (x *ContainersRequest) ProtoReflect() protoreflect.Message
- func (x *ContainersRequest) Reset()
- func (x *ContainersRequest) String() string
- type ContainersResponse
- func (*ContainersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ContainersResponse) GetMessages() []*Container
- func (*ContainersResponse) ProtoMessage()
- func (x *ContainersResponse) ProtoReflect() protoreflect.Message
- func (x *ContainersResponse) Reset()
- func (x *ContainersResponse) String() string
- type CopyRequest
- type DiskStat
- func (*DiskStat) Descriptor() ([]byte, []int)deprecated
- func (x *DiskStat) GetDiscardCompleted() uint64
- func (x *DiskStat) GetDiscardMerged() uint64
- func (x *DiskStat) GetDiscardSectors() uint64
- func (x *DiskStat) GetDiscardTimeMs() uint64
- func (x *DiskStat) GetIoInProgress() uint64
- func (x *DiskStat) GetIoTimeMs() uint64
- func (x *DiskStat) GetIoTimeWeightedMs() uint64
- func (x *DiskStat) GetName() string
- func (x *DiskStat) GetReadCompleted() uint64
- func (x *DiskStat) GetReadMerged() uint64
- func (x *DiskStat) GetReadSectors() uint64
- func (x *DiskStat) GetReadTimeMs() uint64
- func (x *DiskStat) GetWriteCompleted() uint64
- func (x *DiskStat) GetWriteMerged() uint64
- func (x *DiskStat) GetWriteSectors() uint64
- func (x *DiskStat) GetWriteTimeMs() uint64
- func (*DiskStat) ProtoMessage()
- func (x *DiskStat) ProtoReflect() protoreflect.Message
- func (x *DiskStat) Reset()
- func (x *DiskStat) String() string
- type DiskStats
- func (*DiskStats) Descriptor() ([]byte, []int)deprecated
- func (x *DiskStats) GetDevices() []*DiskStat
- func (x *DiskStats) GetMetadata() *common.Metadata
- func (x *DiskStats) GetTotal() *DiskStat
- func (*DiskStats) ProtoMessage()
- func (x *DiskStats) ProtoReflect() protoreflect.Message
- func (x *DiskStats) Reset()
- func (x *DiskStats) String() string
- type DiskStatsResponse
- func (*DiskStatsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DiskStatsResponse) GetMessages() []*DiskStats
- func (*DiskStatsResponse) ProtoMessage()
- func (x *DiskStatsResponse) ProtoReflect() protoreflect.Message
- func (x *DiskStatsResponse) Reset()
- func (x *DiskStatsResponse) String() string
- type DmesgRequest
- func (*DmesgRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DmesgRequest) GetFollow() bool
- func (x *DmesgRequest) GetTail() bool
- func (*DmesgRequest) ProtoMessage()
- func (x *DmesgRequest) ProtoReflect() protoreflect.Message
- func (x *DmesgRequest) Reset()
- func (x *DmesgRequest) String() string
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetData() *any.Any
- func (x *Event) GetId() string
- func (x *Event) GetMetadata() *common.Metadata
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (x *Event) Reset()
- func (x *Event) String() string
- type EventsRequest
- func (*EventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EventsRequest) GetTailEvents() int32
- func (x *EventsRequest) GetTailId() string
- func (x *EventsRequest) GetTailSeconds() int32
- func (*EventsRequest) ProtoMessage()
- func (x *EventsRequest) ProtoReflect() protoreflect.Message
- func (x *EventsRequest) Reset()
- func (x *EventsRequest) String() string
- type FileInfo
- func (*FileInfo) Descriptor() ([]byte, []int)deprecated
- func (x *FileInfo) GetError() string
- func (x *FileInfo) GetIsDir() bool
- func (x *FileInfo) GetLink() string
- func (x *FileInfo) GetMetadata() *common.Metadata
- func (x *FileInfo) GetMode() uint32
- func (x *FileInfo) GetModified() int64
- func (x *FileInfo) GetName() string
- func (x *FileInfo) GetRelativeName() string
- func (x *FileInfo) GetSize() int64
- func (*FileInfo) ProtoMessage()
- func (x *FileInfo) ProtoReflect() protoreflect.Message
- func (x *FileInfo) Reset()
- func (x *FileInfo) String() string
- type Hostname
- type HostnameResponse
- type ListRequest
- func (*ListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRequest) GetRecurse() bool
- func (x *ListRequest) GetRecursionDepth() int32
- func (x *ListRequest) GetRoot() string
- func (*ListRequest) ProtoMessage()
- func (x *ListRequest) ProtoReflect() protoreflect.Message
- func (x *ListRequest) Reset()
- func (x *ListRequest) String() string
- type LoadAvg
- func (*LoadAvg) Descriptor() ([]byte, []int)deprecated
- func (x *LoadAvg) GetLoad1() float64
- func (x *LoadAvg) GetLoad15() float64
- func (x *LoadAvg) GetLoad5() float64
- func (x *LoadAvg) GetMetadata() *common.Metadata
- func (*LoadAvg) ProtoMessage()
- func (x *LoadAvg) ProtoReflect() protoreflect.Message
- func (x *LoadAvg) Reset()
- func (x *LoadAvg) String() string
- type LoadAvgResponse
- type LogsRequest
- func (*LogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LogsRequest) GetDriver() common.ContainerDriver
- func (x *LogsRequest) GetFollow() bool
- func (x *LogsRequest) GetId() string
- func (x *LogsRequest) GetNamespace() string
- func (x *LogsRequest) GetTailLines() int32
- func (*LogsRequest) ProtoMessage()
- func (x *LogsRequest) ProtoReflect() protoreflect.Message
- func (x *LogsRequest) Reset()
- func (x *LogsRequest) String() string
- type MachineServiceClient
- type MachineServiceServer
- type MachineService_CopyClient
- type MachineService_CopyServer
- type MachineService_DmesgClient
- type MachineService_DmesgServer
- type MachineService_EventsClient
- type MachineService_EventsServer
- type MachineService_KubeconfigClient
- type MachineService_KubeconfigServer
- type MachineService_ListClient
- type MachineService_ListServer
- type MachineService_LogsClient
- type MachineService_LogsServer
- type MachineService_ReadClient
- type MachineService_ReadServer
- type MemInfo
- func (*MemInfo) Descriptor() ([]byte, []int)deprecated
- func (x *MemInfo) GetActive() uint64
- func (x *MemInfo) GetActiveanon() uint64
- func (x *MemInfo) GetActivefile() uint64
- func (x *MemInfo) GetAnonhugepages() uint64
- func (x *MemInfo) GetAnonpages() uint64
- func (x *MemInfo) GetBounce() uint64
- func (x *MemInfo) GetBuffers() uint64
- func (x *MemInfo) GetCached() uint64
- func (x *MemInfo) GetCmafree() uint64
- func (x *MemInfo) GetCmatotal() uint64
- func (x *MemInfo) GetCommitlimit() uint64
- func (x *MemInfo) GetCommittedas() uint64
- func (x *MemInfo) GetDirectmap1G() uint64
- func (x *MemInfo) GetDirectmap2M() uint64
- func (x *MemInfo) GetDirectmap4K() uint64
- func (x *MemInfo) GetDirty() uint64
- func (x *MemInfo) GetHardwarecorrupted() uint64
- func (x *MemInfo) GetHugepagesfree() uint64
- func (x *MemInfo) GetHugepagesize() uint64
- func (x *MemInfo) GetHugepagesrsvd() uint64
- func (x *MemInfo) GetHugepagessurp() uint64
- func (x *MemInfo) GetHugepagestotal() uint64
- func (x *MemInfo) GetInactive() uint64
- func (x *MemInfo) GetInactiveanon() uint64
- func (x *MemInfo) GetInactivefile() uint64
- func (x *MemInfo) GetKernelstack() uint64
- func (x *MemInfo) GetMapped() uint64
- func (x *MemInfo) GetMemavailable() uint64
- func (x *MemInfo) GetMemfree() uint64
- func (x *MemInfo) GetMemtotal() uint64
- func (x *MemInfo) GetMlocked() uint64
- func (x *MemInfo) GetNfsunstable() uint64
- func (x *MemInfo) GetPagetables() uint64
- func (x *MemInfo) GetShmem() uint64
- func (x *MemInfo) GetShmemhugepages() uint64
- func (x *MemInfo) GetShmempmdmapped() uint64
- func (x *MemInfo) GetSlab() uint64
- func (x *MemInfo) GetSreclaimable() uint64
- func (x *MemInfo) GetSunreclaim() uint64
- func (x *MemInfo) GetSwapcached() uint64
- func (x *MemInfo) GetSwapfree() uint64
- func (x *MemInfo) GetSwaptotal() uint64
- func (x *MemInfo) GetUnevictable() uint64
- func (x *MemInfo) GetVmallocchunk() uint64
- func (x *MemInfo) GetVmalloctotal() uint64
- func (x *MemInfo) GetVmallocused() uint64
- func (x *MemInfo) GetWriteback() uint64
- func (x *MemInfo) GetWritebacktmp() uint64
- func (*MemInfo) ProtoMessage()
- func (x *MemInfo) ProtoReflect() protoreflect.Message
- func (x *MemInfo) Reset()
- func (x *MemInfo) String() string
- type Memory
- type MemoryResponse
- type MountStat
- func (*MountStat) Descriptor() ([]byte, []int)deprecated
- func (x *MountStat) GetAvailable() uint64
- func (x *MountStat) GetFilesystem() string
- func (x *MountStat) GetMountedOn() string
- func (x *MountStat) GetSize() uint64
- func (*MountStat) ProtoMessage()
- func (x *MountStat) ProtoReflect() protoreflect.Message
- func (x *MountStat) Reset()
- func (x *MountStat) String() string
- type Mounts
- type MountsResponse
- type NetDev
- func (*NetDev) Descriptor() ([]byte, []int)deprecated
- func (x *NetDev) GetName() string
- func (x *NetDev) GetRxBytes() uint64
- func (x *NetDev) GetRxCompressed() uint64
- func (x *NetDev) GetRxDropped() uint64
- func (x *NetDev) GetRxErrors() uint64
- func (x *NetDev) GetRxFifo() uint64
- func (x *NetDev) GetRxFrame() uint64
- func (x *NetDev) GetRxMulticast() uint64
- func (x *NetDev) GetRxPackets() uint64
- func (x *NetDev) GetTxBytes() uint64
- func (x *NetDev) GetTxCarrier() uint64
- func (x *NetDev) GetTxCollisions() uint64
- func (x *NetDev) GetTxCompressed() uint64
- func (x *NetDev) GetTxDropped() uint64
- func (x *NetDev) GetTxErrors() uint64
- func (x *NetDev) GetTxFifo() uint64
- func (x *NetDev) GetTxPackets() uint64
- func (*NetDev) ProtoMessage()
- func (x *NetDev) ProtoReflect() protoreflect.Message
- func (x *NetDev) Reset()
- func (x *NetDev) String() string
- type NetworkDeviceStats
- func (*NetworkDeviceStats) Descriptor() ([]byte, []int)deprecated
- func (x *NetworkDeviceStats) GetDevices() []*NetDev
- func (x *NetworkDeviceStats) GetMetadata() *common.Metadata
- func (x *NetworkDeviceStats) GetTotal() *NetDev
- func (*NetworkDeviceStats) ProtoMessage()
- func (x *NetworkDeviceStats) ProtoReflect() protoreflect.Message
- func (x *NetworkDeviceStats) Reset()
- func (x *NetworkDeviceStats) String() string
- type NetworkDeviceStatsResponse
- func (*NetworkDeviceStatsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NetworkDeviceStatsResponse) GetMessages() []*NetworkDeviceStats
- func (*NetworkDeviceStatsResponse) ProtoMessage()
- func (x *NetworkDeviceStatsResponse) ProtoReflect() protoreflect.Message
- func (x *NetworkDeviceStatsResponse) Reset()
- func (x *NetworkDeviceStatsResponse) String() string
- type PhaseEvent
- func (*PhaseEvent) Descriptor() ([]byte, []int)deprecated
- func (x *PhaseEvent) GetAction() PhaseEvent_Action
- func (x *PhaseEvent) GetPhase() string
- func (*PhaseEvent) ProtoMessage()
- func (x *PhaseEvent) ProtoReflect() protoreflect.Message
- func (x *PhaseEvent) Reset()
- func (x *PhaseEvent) String() string
- type PhaseEvent_Action
- func (PhaseEvent_Action) Descriptor() protoreflect.EnumDescriptor
- func (x PhaseEvent_Action) Enum() *PhaseEvent_Action
- func (PhaseEvent_Action) EnumDescriptor() ([]byte, []int)deprecated
- func (x PhaseEvent_Action) Number() protoreflect.EnumNumber
- func (x PhaseEvent_Action) String() string
- func (PhaseEvent_Action) Type() protoreflect.EnumType
- type PlatformInfo
- func (*PlatformInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PlatformInfo) GetMode() string
- func (x *PlatformInfo) GetName() string
- func (*PlatformInfo) ProtoMessage()
- func (x *PlatformInfo) ProtoReflect() protoreflect.Message
- func (x *PlatformInfo) Reset()
- func (x *PlatformInfo) String() string
- type Process
- type ProcessInfo
- func (*ProcessInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessInfo) GetArgs() string
- func (x *ProcessInfo) GetCommand() string
- func (x *ProcessInfo) GetCpuTime() float64
- func (x *ProcessInfo) GetExecutable() string
- func (x *ProcessInfo) GetPid() int32
- func (x *ProcessInfo) GetPpid() int32
- func (x *ProcessInfo) GetResidentMemory() uint64
- func (x *ProcessInfo) GetState() string
- func (x *ProcessInfo) GetThreads() int32
- func (x *ProcessInfo) GetVirtualMemory() uint64
- func (*ProcessInfo) ProtoMessage()
- func (x *ProcessInfo) ProtoReflect() protoreflect.Message
- func (x *ProcessInfo) Reset()
- func (x *ProcessInfo) String() string
- type ProcessesRequest
- type ProcessesResponse
- func (*ProcessesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessesResponse) GetMessages() []*Process
- func (*ProcessesResponse) ProtoMessage()
- func (x *ProcessesResponse) ProtoReflect() protoreflect.Message
- func (x *ProcessesResponse) Reset()
- func (x *ProcessesResponse) String() string
- type ReadRequest
- type Reboot
- type RebootResponse
- type Recover
- type RecoverRequest
- type RecoverRequest_Source
- func (RecoverRequest_Source) Descriptor() protoreflect.EnumDescriptor
- func (x RecoverRequest_Source) Enum() *RecoverRequest_Source
- func (RecoverRequest_Source) EnumDescriptor() ([]byte, []int)deprecated
- func (x RecoverRequest_Source) Number() protoreflect.EnumNumber
- func (x RecoverRequest_Source) String() string
- func (RecoverRequest_Source) Type() protoreflect.EnumType
- type RecoverResponse
- type Reset
- type ResetRequest
- func (*ResetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResetRequest) GetGraceful() bool
- func (x *ResetRequest) GetReboot() bool
- func (*ResetRequest) ProtoMessage()
- func (x *ResetRequest) ProtoReflect() protoreflect.Message
- func (x *ResetRequest) Reset()
- func (x *ResetRequest) String() string
- type ResetResponse
- type Restart
- type RestartRequest
- func (*RestartRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RestartRequest) GetDriver() common.ContainerDriver
- func (x *RestartRequest) GetId() string
- func (x *RestartRequest) GetNamespace() string
- func (*RestartRequest) ProtoMessage()
- func (x *RestartRequest) ProtoReflect() protoreflect.Message
- func (x *RestartRequest) Reset()
- func (x *RestartRequest) String() string
- type RestartResponse
- type Rollback
- type RollbackRequest
- type RollbackResponse
- type SequenceEvent
- func (*SequenceEvent) Descriptor() ([]byte, []int)deprecated
- func (x *SequenceEvent) GetAction() SequenceEvent_Action
- func (x *SequenceEvent) GetError() *common.Error
- func (x *SequenceEvent) GetSequence() string
- func (*SequenceEvent) ProtoMessage()
- func (x *SequenceEvent) ProtoReflect() protoreflect.Message
- func (x *SequenceEvent) Reset()
- func (x *SequenceEvent) String() string
- type SequenceEvent_Action
- func (SequenceEvent_Action) Descriptor() protoreflect.EnumDescriptor
- func (x SequenceEvent_Action) Enum() *SequenceEvent_Action
- func (SequenceEvent_Action) EnumDescriptor() ([]byte, []int)deprecated
- func (x SequenceEvent_Action) Number() protoreflect.EnumNumber
- func (x SequenceEvent_Action) String() string
- func (SequenceEvent_Action) Type() protoreflect.EnumType
- type ServiceEvent
- func (*ServiceEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceEvent) GetMsg() string
- func (x *ServiceEvent) GetState() string
- func (x *ServiceEvent) GetTs() *timestamp.Timestamp
- func (*ServiceEvent) ProtoMessage()
- func (x *ServiceEvent) ProtoReflect() protoreflect.Message
- func (x *ServiceEvent) Reset()
- func (x *ServiceEvent) String() string
- type ServiceEvents
- type ServiceHealth
- func (*ServiceHealth) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceHealth) GetHealthy() bool
- func (x *ServiceHealth) GetLastChange() *timestamp.Timestamp
- func (x *ServiceHealth) GetLastMessage() string
- func (x *ServiceHealth) GetUnknown() bool
- func (*ServiceHealth) ProtoMessage()
- func (x *ServiceHealth) ProtoReflect() protoreflect.Message
- func (x *ServiceHealth) Reset()
- func (x *ServiceHealth) String() string
- type ServiceInfo
- func (*ServiceInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceInfo) GetEvents() *ServiceEvents
- func (x *ServiceInfo) GetHealth() *ServiceHealth
- func (x *ServiceInfo) GetId() string
- func (x *ServiceInfo) GetState() string
- func (*ServiceInfo) ProtoMessage()
- func (x *ServiceInfo) ProtoReflect() protoreflect.Message
- func (x *ServiceInfo) Reset()
- func (x *ServiceInfo) String() string
- type ServiceList
- func (*ServiceList) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceList) GetMetadata() *common.Metadata
- func (x *ServiceList) GetServices() []*ServiceInfo
- func (*ServiceList) ProtoMessage()
- func (x *ServiceList) ProtoReflect() protoreflect.Message
- func (x *ServiceList) Reset()
- func (x *ServiceList) String() string
- type ServiceListResponse
- func (*ServiceListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceListResponse) GetMessages() []*ServiceList
- func (*ServiceListResponse) ProtoMessage()
- func (x *ServiceListResponse) ProtoReflect() protoreflect.Message
- func (x *ServiceListResponse) Reset()
- func (x *ServiceListResponse) String() string
- type ServiceRestart
- func (*ServiceRestart) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceRestart) GetMetadata() *common.Metadata
- func (x *ServiceRestart) GetResp() string
- func (*ServiceRestart) ProtoMessage()
- func (x *ServiceRestart) ProtoReflect() protoreflect.Message
- func (x *ServiceRestart) Reset()
- func (x *ServiceRestart) String() string
- type ServiceRestartRequest
- func (*ServiceRestartRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceRestartRequest) GetId() string
- func (*ServiceRestartRequest) ProtoMessage()
- func (x *ServiceRestartRequest) ProtoReflect() protoreflect.Message
- func (x *ServiceRestartRequest) Reset()
- func (x *ServiceRestartRequest) String() string
- type ServiceRestartResponse
- func (*ServiceRestartResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceRestartResponse) GetMessages() []*ServiceRestart
- func (*ServiceRestartResponse) ProtoMessage()
- func (x *ServiceRestartResponse) ProtoReflect() protoreflect.Message
- func (x *ServiceRestartResponse) Reset()
- func (x *ServiceRestartResponse) String() string
- type ServiceStart
- func (*ServiceStart) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceStart) GetMetadata() *common.Metadata
- func (x *ServiceStart) GetResp() string
- func (*ServiceStart) ProtoMessage()
- func (x *ServiceStart) ProtoReflect() protoreflect.Message
- func (x *ServiceStart) Reset()
- func (x *ServiceStart) String() string
- type ServiceStartRequest
- func (*ServiceStartRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceStartRequest) GetId() string
- func (*ServiceStartRequest) ProtoMessage()
- func (x *ServiceStartRequest) ProtoReflect() protoreflect.Message
- func (x *ServiceStartRequest) Reset()
- func (x *ServiceStartRequest) String() string
- type ServiceStartResponse
- func (*ServiceStartResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceStartResponse) GetMessages() []*ServiceStart
- func (*ServiceStartResponse) ProtoMessage()
- func (x *ServiceStartResponse) ProtoReflect() protoreflect.Message
- func (x *ServiceStartResponse) Reset()
- func (x *ServiceStartResponse) String() string
- type ServiceStateEvent
- func (*ServiceStateEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceStateEvent) GetAction() ServiceStateEvent_Action
- func (x *ServiceStateEvent) GetMessage() string
- func (x *ServiceStateEvent) GetService() string
- func (*ServiceStateEvent) ProtoMessage()
- func (x *ServiceStateEvent) ProtoReflect() protoreflect.Message
- func (x *ServiceStateEvent) Reset()
- func (x *ServiceStateEvent) String() string
- type ServiceStateEvent_Action
- func (ServiceStateEvent_Action) Descriptor() protoreflect.EnumDescriptor
- func (x ServiceStateEvent_Action) Enum() *ServiceStateEvent_Action
- func (ServiceStateEvent_Action) EnumDescriptor() ([]byte, []int)deprecated
- func (x ServiceStateEvent_Action) Number() protoreflect.EnumNumber
- func (x ServiceStateEvent_Action) String() string
- func (ServiceStateEvent_Action) Type() protoreflect.EnumType
- type ServiceStop
- func (*ServiceStop) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceStop) GetMetadata() *common.Metadata
- func (x *ServiceStop) GetResp() string
- func (*ServiceStop) ProtoMessage()
- func (x *ServiceStop) ProtoReflect() protoreflect.Message
- func (x *ServiceStop) Reset()
- func (x *ServiceStop) String() string
- type ServiceStopRequest
- type ServiceStopResponse
- func (*ServiceStopResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceStopResponse) GetMessages() []*ServiceStop
- func (*ServiceStopResponse) ProtoMessage()
- func (x *ServiceStopResponse) ProtoReflect() protoreflect.Message
- func (x *ServiceStopResponse) Reset()
- func (x *ServiceStopResponse) String() string
- type Shutdown
- type ShutdownResponse
- type SoftIRQStat
- func (*SoftIRQStat) Descriptor() ([]byte, []int)deprecated
- func (x *SoftIRQStat) GetBlock() uint64
- func (x *SoftIRQStat) GetBlockIoPoll() uint64
- func (x *SoftIRQStat) GetHi() uint64
- func (x *SoftIRQStat) GetHrtimer() uint64
- func (x *SoftIRQStat) GetNetRx() uint64
- func (x *SoftIRQStat) GetNetTx() uint64
- func (x *SoftIRQStat) GetRcu() uint64
- func (x *SoftIRQStat) GetSched() uint64
- func (x *SoftIRQStat) GetTasklet() uint64
- func (x *SoftIRQStat) GetTimer() uint64
- func (*SoftIRQStat) ProtoMessage()
- func (x *SoftIRQStat) ProtoReflect() protoreflect.Message
- func (x *SoftIRQStat) Reset()
- func (x *SoftIRQStat) String() string
- type StartRequestdeprecated
- type StartResponsedeprecated
- type Stat
- func (*Stat) Descriptor() ([]byte, []int)deprecated
- func (x *Stat) GetCpuUsage() uint64
- func (x *Stat) GetId() string
- func (x *Stat) GetMemoryUsage() uint64
- func (x *Stat) GetName() string
- func (x *Stat) GetNamespace() string
- func (x *Stat) GetPodId() string
- func (*Stat) ProtoMessage()
- func (x *Stat) ProtoReflect() protoreflect.Message
- func (x *Stat) Reset()
- func (x *Stat) String() string
- type Stats
- type StatsRequest
- func (*StatsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StatsRequest) GetDriver() common.ContainerDriver
- func (x *StatsRequest) GetNamespace() string
- func (*StatsRequest) ProtoMessage()
- func (x *StatsRequest) ProtoReflect() protoreflect.Message
- func (x *StatsRequest) Reset()
- func (x *StatsRequest) String() string
- type StatsResponse
- type StopRequestdeprecated
- type StopResponsedeprecated
- type SystemStat
- func (*SystemStat) Descriptor() ([]byte, []int)deprecated
- func (x *SystemStat) GetBootTime() uint64
- func (x *SystemStat) GetContextSwitches() uint64
- func (x *SystemStat) GetCpu() []*CPUStat
- func (x *SystemStat) GetCpuTotal() *CPUStat
- func (x *SystemStat) GetIrq() []uint64
- func (x *SystemStat) GetIrqTotal() uint64
- func (x *SystemStat) GetMetadata() *common.Metadata
- func (x *SystemStat) GetProcessBlocked() uint64
- func (x *SystemStat) GetProcessCreated() uint64
- func (x *SystemStat) GetProcessRunning() uint64
- func (x *SystemStat) GetSoftIrq() *SoftIRQStat
- func (x *SystemStat) GetSoftIrqTotal() uint64
- func (*SystemStat) ProtoMessage()
- func (x *SystemStat) ProtoReflect() protoreflect.Message
- func (x *SystemStat) Reset()
- func (x *SystemStat) String() string
- type SystemStatResponse
- func (*SystemStatResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SystemStatResponse) GetMessages() []*SystemStat
- func (*SystemStatResponse) ProtoMessage()
- func (x *SystemStatResponse) ProtoReflect() protoreflect.Message
- func (x *SystemStatResponse) Reset()
- func (x *SystemStatResponse) String() string
- type TaskEvent
- type TaskEvent_Action
- func (TaskEvent_Action) Descriptor() protoreflect.EnumDescriptor
- func (x TaskEvent_Action) Enum() *TaskEvent_Action
- func (TaskEvent_Action) EnumDescriptor() ([]byte, []int)deprecated
- func (x TaskEvent_Action) Number() protoreflect.EnumNumber
- func (x TaskEvent_Action) String() string
- func (TaskEvent_Action) Type() protoreflect.EnumType
- type UnimplementedMachineServiceServer
- func (*UnimplementedMachineServiceServer) Bootstrap(context.Context, *BootstrapRequest) (*BootstrapResponse, error)
- func (*UnimplementedMachineServiceServer) CPUInfo(context.Context, *empty.Empty) (*CPUInfoResponse, error)
- func (*UnimplementedMachineServiceServer) Containers(context.Context, *ContainersRequest) (*ContainersResponse, error)
- func (*UnimplementedMachineServiceServer) Copy(*CopyRequest, MachineService_CopyServer) error
- func (*UnimplementedMachineServiceServer) DiskStats(context.Context, *empty.Empty) (*DiskStatsResponse, error)
- func (*UnimplementedMachineServiceServer) Dmesg(*DmesgRequest, MachineService_DmesgServer) error
- func (*UnimplementedMachineServiceServer) Events(*EventsRequest, MachineService_EventsServer) error
- func (*UnimplementedMachineServiceServer) Hostname(context.Context, *empty.Empty) (*HostnameResponse, error)
- func (*UnimplementedMachineServiceServer) Kubeconfig(*empty.Empty, MachineService_KubeconfigServer) error
- func (*UnimplementedMachineServiceServer) List(*ListRequest, MachineService_ListServer) error
- func (*UnimplementedMachineServiceServer) LoadAvg(context.Context, *empty.Empty) (*LoadAvgResponse, error)
- func (*UnimplementedMachineServiceServer) Logs(*LogsRequest, MachineService_LogsServer) error
- func (*UnimplementedMachineServiceServer) Memory(context.Context, *empty.Empty) (*MemoryResponse, error)
- func (*UnimplementedMachineServiceServer) Mounts(context.Context, *empty.Empty) (*MountsResponse, error)
- func (*UnimplementedMachineServiceServer) NetworkDeviceStats(context.Context, *empty.Empty) (*NetworkDeviceStatsResponse, error)
- func (*UnimplementedMachineServiceServer) Processes(context.Context, *empty.Empty) (*ProcessesResponse, error)
- func (*UnimplementedMachineServiceServer) Read(*ReadRequest, MachineService_ReadServer) error
- func (*UnimplementedMachineServiceServer) Reboot(context.Context, *empty.Empty) (*RebootResponse, error)
- func (*UnimplementedMachineServiceServer) Recover(context.Context, *RecoverRequest) (*RecoverResponse, error)
- func (*UnimplementedMachineServiceServer) Reset(context.Context, *ResetRequest) (*ResetResponse, error)
- func (*UnimplementedMachineServiceServer) Restart(context.Context, *RestartRequest) (*RestartResponse, error)
- func (*UnimplementedMachineServiceServer) Rollback(context.Context, *RollbackRequest) (*RollbackResponse, error)
- func (*UnimplementedMachineServiceServer) ServiceList(context.Context, *empty.Empty) (*ServiceListResponse, error)
- func (*UnimplementedMachineServiceServer) ServiceRestart(context.Context, *ServiceRestartRequest) (*ServiceRestartResponse, error)
- func (*UnimplementedMachineServiceServer) ServiceStart(context.Context, *ServiceStartRequest) (*ServiceStartResponse, error)
- func (*UnimplementedMachineServiceServer) ServiceStop(context.Context, *ServiceStopRequest) (*ServiceStopResponse, error)
- func (*UnimplementedMachineServiceServer) Shutdown(context.Context, *empty.Empty) (*ShutdownResponse, error)
- func (*UnimplementedMachineServiceServer) Stats(context.Context, *StatsRequest) (*StatsResponse, error)
- func (*UnimplementedMachineServiceServer) SystemStat(context.Context, *empty.Empty) (*SystemStatResponse, error)
- func (*UnimplementedMachineServiceServer) Upgrade(context.Context, *UpgradeRequest) (*UpgradeResponse, error)
- func (*UnimplementedMachineServiceServer) Version(context.Context, *empty.Empty) (*VersionResponse, error)
- type Upgrade
- type UpgradeRequest
- func (*UpgradeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpgradeRequest) GetImage() string
- func (x *UpgradeRequest) GetPreserve() bool
- func (*UpgradeRequest) ProtoMessage()
- func (x *UpgradeRequest) ProtoReflect() protoreflect.Message
- func (x *UpgradeRequest) Reset()
- func (x *UpgradeRequest) String() string
- type UpgradeResponse
- type Version
- func (*Version) Descriptor() ([]byte, []int)deprecated
- func (x *Version) GetMetadata() *common.Metadata
- func (x *Version) GetPlatform() *PlatformInfo
- func (x *Version) GetVersion() *VersionInfo
- func (*Version) ProtoMessage()
- func (x *Version) ProtoReflect() protoreflect.Message
- func (x *Version) Reset()
- func (x *Version) String() string
- type VersionInfo
- func (*VersionInfo) Descriptor() ([]byte, []int)deprecated
- func (x *VersionInfo) GetArch() string
- func (x *VersionInfo) GetBuilt() string
- func (x *VersionInfo) GetGoVersion() string
- func (x *VersionInfo) GetOs() string
- func (x *VersionInfo) GetSha() string
- func (x *VersionInfo) GetTag() string
- func (*VersionInfo) ProtoMessage()
- func (x *VersionInfo) ProtoReflect() protoreflect.Message
- func (x *VersionInfo) Reset()
- func (x *VersionInfo) String() string
- type VersionResponse
Constants ¶
This section is empty.
Variables ¶
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.
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.
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.
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.
var ( RecoverRequest_Source_name = map[int32]string{ 0: "ETCD", 1: "APISERVER", } RecoverRequest_Source_value = map[string]int32{ "ETCD": 0, "APISERVER": 1, } )
Enum value maps for RecoverRequest_Source.
var File_machine_machine_proto protoreflect.FileDescriptor
Functions ¶
func RegisterMachineServiceServer ¶
func RegisterMachineServiceServer(s *grpc.Server, srv MachineServiceServer)
Types ¶
type Bootstrap ¶ added in v0.5.0
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
added in
v0.5.0
func (*Bootstrap) GetMetadata ¶ added in v0.5.0
func (*Bootstrap) ProtoMessage ¶ added in v0.5.0
func (*Bootstrap) ProtoMessage()
func (*Bootstrap) ProtoReflect ¶ added in v0.6.0
func (x *Bootstrap) ProtoReflect() protoreflect.Message
type BootstrapRequest ¶ added in v0.5.0
type BootstrapRequest struct {
// contains filtered or unexported fields
}
rpc bootstrap
func (*BootstrapRequest) Descriptor
deprecated
added in
v0.5.0
func (*BootstrapRequest) Descriptor() ([]byte, []int)
Deprecated: Use BootstrapRequest.ProtoReflect.Descriptor instead.
func (*BootstrapRequest) ProtoMessage ¶ added in v0.5.0
func (*BootstrapRequest) ProtoMessage()
func (*BootstrapRequest) ProtoReflect ¶ added in v0.6.0
func (x *BootstrapRequest) ProtoReflect() protoreflect.Message
func (*BootstrapRequest) Reset ¶ added in v0.5.0
func (x *BootstrapRequest) Reset()
func (*BootstrapRequest) String ¶ added in v0.5.0
func (x *BootstrapRequest) String() string
type BootstrapResponse ¶ added in v0.5.0
type BootstrapResponse struct { Messages []*Bootstrap `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*BootstrapResponse) Descriptor
deprecated
added in
v0.5.0
func (*BootstrapResponse) Descriptor() ([]byte, []int)
Deprecated: Use BootstrapResponse.ProtoReflect.Descriptor instead.
func (*BootstrapResponse) GetMessages ¶ added in v0.5.0
func (x *BootstrapResponse) GetMessages() []*Bootstrap
func (*BootstrapResponse) ProtoMessage ¶ added in v0.5.0
func (*BootstrapResponse) ProtoMessage()
func (*BootstrapResponse) ProtoReflect ¶ added in v0.6.0
func (x *BootstrapResponse) ProtoReflect() protoreflect.Message
func (*BootstrapResponse) Reset ¶ added in v0.5.0
func (x *BootstrapResponse) Reset()
func (*BootstrapResponse) String ¶ added in v0.5.0
func (x *BootstrapResponse) String() string
type CPUInfo ¶ added in v0.6.0
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
added in
v0.6.0
func (*CPUInfo) GetAddressSizes ¶ added in v0.6.0
func (*CPUInfo) GetBogoMips ¶ added in v0.6.0
func (*CPUInfo) GetCacheAlignment ¶ added in v0.6.0
func (*CPUInfo) GetCacheSize ¶ added in v0.6.0
func (*CPUInfo) GetClFlushSize ¶ added in v0.6.0
func (*CPUInfo) GetCpuCores ¶ added in v0.6.0
func (*CPUInfo) GetCpuFamily ¶ added in v0.6.0
func (*CPUInfo) GetCpuIdLevel ¶ added in v0.6.0
func (*CPUInfo) GetFpuException ¶ added in v0.6.0
func (*CPUInfo) GetInitialApicId ¶ added in v0.6.0
func (*CPUInfo) GetMicrocode ¶ added in v0.6.0
func (*CPUInfo) GetModelName ¶ added in v0.6.0
func (*CPUInfo) GetPhysicalId ¶ added in v0.6.0
func (*CPUInfo) GetPowerManagement ¶ added in v0.6.0
func (*CPUInfo) GetProcessor ¶ added in v0.6.0
func (*CPUInfo) GetSiblings ¶ added in v0.6.0
func (*CPUInfo) GetStepping ¶ added in v0.6.0
func (*CPUInfo) GetVendorId ¶ added in v0.6.0
func (*CPUInfo) ProtoMessage ¶ added in v0.6.0
func (*CPUInfo) ProtoMessage()
func (*CPUInfo) ProtoReflect ¶ added in v0.6.0
func (x *CPUInfo) ProtoReflect() protoreflect.Message
type CPUInfoResponse ¶ added in v0.6.0
type CPUInfoResponse struct { Messages []*CPUsInfo `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*CPUInfoResponse) Descriptor
deprecated
added in
v0.6.0
func (*CPUInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use CPUInfoResponse.ProtoReflect.Descriptor instead.
func (*CPUInfoResponse) GetMessages ¶ added in v0.6.0
func (x *CPUInfoResponse) GetMessages() []*CPUsInfo
func (*CPUInfoResponse) ProtoMessage ¶ added in v0.6.0
func (*CPUInfoResponse) ProtoMessage()
func (*CPUInfoResponse) ProtoReflect ¶ added in v0.6.0
func (x *CPUInfoResponse) ProtoReflect() protoreflect.Message
func (*CPUInfoResponse) Reset ¶ added in v0.6.0
func (x *CPUInfoResponse) Reset()
func (*CPUInfoResponse) String ¶ added in v0.6.0
func (x *CPUInfoResponse) String() string
type CPUStat ¶ added in v0.6.0
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
added in
v0.6.0
func (*CPUStat) GetGuestNice ¶ added in v0.6.0
func (*CPUStat) GetSoftIrq ¶ added in v0.6.0
func (*CPUStat) ProtoMessage ¶ added in v0.6.0
func (*CPUStat) ProtoMessage()
func (*CPUStat) ProtoReflect ¶ added in v0.6.0
func (x *CPUStat) ProtoReflect() protoreflect.Message
type CPUsInfo ¶ added in v0.6.0
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
added in
v0.6.0
func (*CPUsInfo) GetCpuInfo ¶ added in v0.6.0
func (*CPUsInfo) GetMetadata ¶ added in v0.6.0
func (*CPUsInfo) ProtoMessage ¶ added in v0.6.0
func (*CPUsInfo) ProtoMessage()
func (*CPUsInfo) ProtoReflect ¶ added in v0.6.0
func (x *CPUsInfo) ProtoReflect() protoreflect.Message
type Container ¶ added in v0.6.0
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
added in
v0.6.0
func (*Container) GetContainers ¶ added in v0.6.0
func (x *Container) GetContainers() []*ContainerInfo
func (*Container) GetMetadata ¶ added in v0.6.0
func (*Container) ProtoMessage ¶ added in v0.6.0
func (*Container) ProtoMessage()
func (*Container) ProtoReflect ¶ added in v0.6.0
func (x *Container) ProtoReflect() protoreflect.Message
type ContainerInfo ¶ added in v0.6.0
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
added in
v0.6.0
func (*ContainerInfo) Descriptor() ([]byte, []int)
Deprecated: Use ContainerInfo.ProtoReflect.Descriptor instead.
func (*ContainerInfo) GetId ¶ added in v0.6.0
func (x *ContainerInfo) GetId() string
func (*ContainerInfo) GetImage ¶ added in v0.6.0
func (x *ContainerInfo) GetImage() string
func (*ContainerInfo) GetName ¶ added in v0.6.0
func (x *ContainerInfo) GetName() string
func (*ContainerInfo) GetNamespace ¶ added in v0.6.0
func (x *ContainerInfo) GetNamespace() string
func (*ContainerInfo) GetPid ¶ added in v0.6.0
func (x *ContainerInfo) GetPid() uint32
func (*ContainerInfo) GetPodId ¶ added in v0.6.0
func (x *ContainerInfo) GetPodId() string
func (*ContainerInfo) GetStatus ¶ added in v0.6.0
func (x *ContainerInfo) GetStatus() string
func (*ContainerInfo) ProtoMessage ¶ added in v0.6.0
func (*ContainerInfo) ProtoMessage()
func (*ContainerInfo) ProtoReflect ¶ added in v0.6.0
func (x *ContainerInfo) ProtoReflect() protoreflect.Message
func (*ContainerInfo) Reset ¶ added in v0.6.0
func (x *ContainerInfo) Reset()
func (*ContainerInfo) String ¶ added in v0.6.0
func (x *ContainerInfo) String() string
type ContainersRequest ¶ added in v0.6.0
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
added in
v0.6.0
func (*ContainersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ContainersRequest.ProtoReflect.Descriptor instead.
func (*ContainersRequest) GetDriver ¶ added in v0.6.0
func (x *ContainersRequest) GetDriver() common.ContainerDriver
func (*ContainersRequest) GetNamespace ¶ added in v0.6.0
func (x *ContainersRequest) GetNamespace() string
func (*ContainersRequest) ProtoMessage ¶ added in v0.6.0
func (*ContainersRequest) ProtoMessage()
func (*ContainersRequest) ProtoReflect ¶ added in v0.6.0
func (x *ContainersRequest) ProtoReflect() protoreflect.Message
func (*ContainersRequest) Reset ¶ added in v0.6.0
func (x *ContainersRequest) Reset()
func (*ContainersRequest) String ¶ added in v0.6.0
func (x *ContainersRequest) String() string
type ContainersResponse ¶ added in v0.6.0
type ContainersResponse struct { Messages []*Container `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*ContainersResponse) Descriptor
deprecated
added in
v0.6.0
func (*ContainersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ContainersResponse.ProtoReflect.Descriptor instead.
func (*ContainersResponse) GetMessages ¶ added in v0.6.0
func (x *ContainersResponse) GetMessages() []*Container
func (*ContainersResponse) ProtoMessage ¶ added in v0.6.0
func (*ContainersResponse) ProtoMessage()
func (*ContainersResponse) ProtoReflect ¶ added in v0.6.0
func (x *ContainersResponse) ProtoReflect() protoreflect.Message
func (*ContainersResponse) Reset ¶ added in v0.6.0
func (x *ContainersResponse) Reset()
func (*ContainersResponse) String ¶ added in v0.6.0
func (x *ContainersResponse) 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 ¶ added in v0.6.0
func (x *CopyRequest) ProtoReflect() protoreflect.Message
func (*CopyRequest) Reset ¶
func (x *CopyRequest) Reset()
func (*CopyRequest) String ¶
func (x *CopyRequest) String() string
type DiskStat ¶ added in v0.6.0
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
added in
v0.6.0
func (*DiskStat) GetDiscardCompleted ¶ added in v0.6.0
func (*DiskStat) GetDiscardMerged ¶ added in v0.6.0
func (*DiskStat) GetDiscardSectors ¶ added in v0.6.0
func (*DiskStat) GetDiscardTimeMs ¶ added in v0.6.0
func (*DiskStat) GetIoInProgress ¶ added in v0.6.0
func (*DiskStat) GetIoTimeMs ¶ added in v0.6.0
func (*DiskStat) GetIoTimeWeightedMs ¶ added in v0.6.0
func (*DiskStat) GetReadCompleted ¶ added in v0.6.0
func (*DiskStat) GetReadMerged ¶ added in v0.6.0
func (*DiskStat) GetReadSectors ¶ added in v0.6.0
func (*DiskStat) GetReadTimeMs ¶ added in v0.6.0
func (*DiskStat) GetWriteCompleted ¶ added in v0.6.0
func (*DiskStat) GetWriteMerged ¶ added in v0.6.0
func (*DiskStat) GetWriteSectors ¶ added in v0.6.0
func (*DiskStat) GetWriteTimeMs ¶ added in v0.6.0
func (*DiskStat) ProtoMessage ¶ added in v0.6.0
func (*DiskStat) ProtoMessage()
func (*DiskStat) ProtoReflect ¶ added in v0.6.0
func (x *DiskStat) ProtoReflect() protoreflect.Message
type DiskStats ¶ added in v0.6.0
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
added in
v0.6.0
func (*DiskStats) GetDevices ¶ added in v0.6.0
func (*DiskStats) GetMetadata ¶ added in v0.6.0
func (*DiskStats) ProtoMessage ¶ added in v0.6.0
func (*DiskStats) ProtoMessage()
func (*DiskStats) ProtoReflect ¶ added in v0.6.0
func (x *DiskStats) ProtoReflect() protoreflect.Message
type DiskStatsResponse ¶ added in v0.6.0
type DiskStatsResponse struct { Messages []*DiskStats `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*DiskStatsResponse) Descriptor
deprecated
added in
v0.6.0
func (*DiskStatsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DiskStatsResponse.ProtoReflect.Descriptor instead.
func (*DiskStatsResponse) GetMessages ¶ added in v0.6.0
func (x *DiskStatsResponse) GetMessages() []*DiskStats
func (*DiskStatsResponse) ProtoMessage ¶ added in v0.6.0
func (*DiskStatsResponse) ProtoMessage()
func (*DiskStatsResponse) ProtoReflect ¶ added in v0.6.0
func (x *DiskStatsResponse) ProtoReflect() protoreflect.Message
func (*DiskStatsResponse) Reset ¶ added in v0.6.0
func (x *DiskStatsResponse) Reset()
func (*DiskStatsResponse) String ¶ added in v0.6.0
func (x *DiskStatsResponse) String() string
type DmesgRequest ¶ added in v0.6.0
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
added in
v0.6.0
func (*DmesgRequest) Descriptor() ([]byte, []int)
Deprecated: Use DmesgRequest.ProtoReflect.Descriptor instead.
func (*DmesgRequest) GetFollow ¶ added in v0.6.0
func (x *DmesgRequest) GetFollow() bool
func (*DmesgRequest) GetTail ¶ added in v0.6.0
func (x *DmesgRequest) GetTail() bool
func (*DmesgRequest) ProtoMessage ¶ added in v0.6.0
func (*DmesgRequest) ProtoMessage()
func (*DmesgRequest) ProtoReflect ¶ added in v0.6.0
func (x *DmesgRequest) ProtoReflect() protoreflect.Message
func (*DmesgRequest) Reset ¶ added in v0.6.0
func (x *DmesgRequest) Reset()
func (*DmesgRequest) String ¶ added in v0.6.0
func (x *DmesgRequest) String() string
type Event ¶ added in v0.5.0
type Event struct { Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Data *any.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
added in
v0.5.0
func (*Event) GetMetadata ¶ added in v0.5.0
func (*Event) ProtoMessage ¶ added in v0.5.0
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶ added in v0.6.0
func (x *Event) ProtoReflect() protoreflect.Message
type EventsRequest ¶ added in v0.5.0
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
added in
v0.5.0
func (*EventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use EventsRequest.ProtoReflect.Descriptor instead.
func (*EventsRequest) GetTailEvents ¶ added in v0.6.0
func (x *EventsRequest) GetTailEvents() int32
func (*EventsRequest) GetTailId ¶ added in v0.6.0
func (x *EventsRequest) GetTailId() string
func (*EventsRequest) GetTailSeconds ¶ added in v0.6.0
func (x *EventsRequest) GetTailSeconds() int32
func (*EventsRequest) ProtoMessage ¶ added in v0.5.0
func (*EventsRequest) ProtoMessage()
func (*EventsRequest) ProtoReflect ¶ added in v0.6.0
func (x *EventsRequest) ProtoReflect() protoreflect.Message
func (*EventsRequest) Reset ¶ added in v0.5.0
func (x *EventsRequest) Reset()
func (*EventsRequest) String ¶ added in v0.5.0
func (x *EventsRequest) 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) GetMetadata ¶
func (*FileInfo) GetModified ¶
func (*FileInfo) GetRelativeName ¶
func (*FileInfo) ProtoMessage ¶
func (*FileInfo) ProtoMessage()
func (*FileInfo) ProtoReflect ¶ added in v0.6.0
func (x *FileInfo) ProtoReflect() protoreflect.Message
type Hostname ¶ added in v0.6.0
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
added in
v0.6.0
func (*Hostname) GetHostname ¶ added in v0.6.0
func (*Hostname) GetMetadata ¶ added in v0.6.0
func (*Hostname) ProtoMessage ¶ added in v0.6.0
func (*Hostname) ProtoMessage()
func (*Hostname) ProtoReflect ¶ added in v0.6.0
func (x *Hostname) ProtoReflect() protoreflect.Message
type HostnameResponse ¶ added in v0.6.0
type HostnameResponse struct { Messages []*Hostname `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*HostnameResponse) Descriptor
deprecated
added in
v0.6.0
func (*HostnameResponse) Descriptor() ([]byte, []int)
Deprecated: Use HostnameResponse.ProtoReflect.Descriptor instead.
func (*HostnameResponse) GetMessages ¶ added in v0.6.0
func (x *HostnameResponse) GetMessages() []*Hostname
func (*HostnameResponse) ProtoMessage ¶ added in v0.6.0
func (*HostnameResponse) ProtoMessage()
func (*HostnameResponse) ProtoReflect ¶ added in v0.6.0
func (x *HostnameResponse) ProtoReflect() protoreflect.Message
func (*HostnameResponse) Reset ¶ added in v0.6.0
func (x *HostnameResponse) Reset()
func (*HostnameResponse) String ¶ added in v0.6.0
func (x *HostnameResponse) 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"` // 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) ProtoMessage ¶
func (*ListRequest) ProtoMessage()
func (*ListRequest) ProtoReflect ¶ added in v0.6.0
func (x *ListRequest) ProtoReflect() protoreflect.Message
func (*ListRequest) Reset ¶
func (x *ListRequest) Reset()
func (*ListRequest) String ¶
func (x *ListRequest) String() string
type LoadAvg ¶ added in v0.6.0
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
added in
v0.6.0
func (*LoadAvg) GetMetadata ¶ added in v0.6.0
func (*LoadAvg) ProtoMessage ¶ added in v0.6.0
func (*LoadAvg) ProtoMessage()
func (*LoadAvg) ProtoReflect ¶ added in v0.6.0
func (x *LoadAvg) ProtoReflect() protoreflect.Message
type LoadAvgResponse ¶ added in v0.6.0
type LoadAvgResponse struct { Messages []*LoadAvg `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*LoadAvgResponse) Descriptor
deprecated
added in
v0.6.0
func (*LoadAvgResponse) Descriptor() ([]byte, []int)
Deprecated: Use LoadAvgResponse.ProtoReflect.Descriptor instead.
func (*LoadAvgResponse) GetMessages ¶ added in v0.6.0
func (x *LoadAvgResponse) GetMessages() []*LoadAvg
func (*LoadAvgResponse) ProtoMessage ¶ added in v0.6.0
func (*LoadAvgResponse) ProtoMessage()
func (*LoadAvgResponse) ProtoReflect ¶ added in v0.6.0
func (x *LoadAvgResponse) ProtoReflect() protoreflect.Message
func (*LoadAvgResponse) Reset ¶ added in v0.6.0
func (x *LoadAvgResponse) Reset()
func (*LoadAvgResponse) String ¶ added in v0.6.0
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 ¶ added in v0.6.0
func (x *LogsRequest) ProtoReflect() protoreflect.Message
func (*LogsRequest) Reset ¶
func (x *LogsRequest) Reset()
func (*LogsRequest) String ¶
func (x *LogsRequest) String() string
type MachineServiceClient ¶
type MachineServiceClient interface { 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 *empty.Empty, opts ...grpc.CallOption) (*CPUInfoResponse, error) DiskStats(ctx context.Context, in *empty.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) Hostname(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*HostnameResponse, error) Kubeconfig(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (MachineService_KubeconfigClient, error) List(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (MachineService_ListClient, error) LoadAvg(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*LoadAvgResponse, error) Logs(ctx context.Context, in *LogsRequest, opts ...grpc.CallOption) (MachineService_LogsClient, error) Memory(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*MemoryResponse, error) Mounts(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*MountsResponse, error) NetworkDeviceStats(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*NetworkDeviceStatsResponse, error) Processes(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ProcessesResponse, error) Read(ctx context.Context, in *ReadRequest, opts ...grpc.CallOption) (MachineService_ReadClient, error) Reboot(ctx context.Context, in *empty.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) Recover(ctx context.Context, in *RecoverRequest, opts ...grpc.CallOption) (*RecoverResponse, error) ServiceList(ctx context.Context, in *empty.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 *empty.Empty, opts ...grpc.CallOption) (*ShutdownResponse, error) Stats(ctx context.Context, in *StatsRequest, opts ...grpc.CallOption) (*StatsResponse, error) SystemStat(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*SystemStatResponse, error) Upgrade(ctx context.Context, in *UpgradeRequest, opts ...grpc.CallOption) (*UpgradeResponse, error) Version(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*VersionResponse, error) }
MachineServiceClient is the client API for MachineService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMachineServiceClient ¶
func NewMachineServiceClient(cc grpc.ClientConnInterface) MachineServiceClient
type MachineServiceServer ¶
type MachineServiceServer interface { Bootstrap(context.Context, *BootstrapRequest) (*BootstrapResponse, error) Containers(context.Context, *ContainersRequest) (*ContainersResponse, error) Copy(*CopyRequest, MachineService_CopyServer) error CPUInfo(context.Context, *empty.Empty) (*CPUInfoResponse, error) DiskStats(context.Context, *empty.Empty) (*DiskStatsResponse, error) Dmesg(*DmesgRequest, MachineService_DmesgServer) error Events(*EventsRequest, MachineService_EventsServer) error Hostname(context.Context, *empty.Empty) (*HostnameResponse, error) Kubeconfig(*empty.Empty, MachineService_KubeconfigServer) error List(*ListRequest, MachineService_ListServer) error LoadAvg(context.Context, *empty.Empty) (*LoadAvgResponse, error) Logs(*LogsRequest, MachineService_LogsServer) error Memory(context.Context, *empty.Empty) (*MemoryResponse, error) Mounts(context.Context, *empty.Empty) (*MountsResponse, error) NetworkDeviceStats(context.Context, *empty.Empty) (*NetworkDeviceStatsResponse, error) Processes(context.Context, *empty.Empty) (*ProcessesResponse, error) Read(*ReadRequest, MachineService_ReadServer) error Reboot(context.Context, *empty.Empty) (*RebootResponse, error) Restart(context.Context, *RestartRequest) (*RestartResponse, error) Rollback(context.Context, *RollbackRequest) (*RollbackResponse, error) Reset(context.Context, *ResetRequest) (*ResetResponse, error) Recover(context.Context, *RecoverRequest) (*RecoverResponse, error) ServiceList(context.Context, *empty.Empty) (*ServiceListResponse, error) ServiceRestart(context.Context, *ServiceRestartRequest) (*ServiceRestartResponse, error) ServiceStart(context.Context, *ServiceStartRequest) (*ServiceStartResponse, error) ServiceStop(context.Context, *ServiceStopRequest) (*ServiceStopResponse, error) Shutdown(context.Context, *empty.Empty) (*ShutdownResponse, error) Stats(context.Context, *StatsRequest) (*StatsResponse, error) SystemStat(context.Context, *empty.Empty) (*SystemStatResponse, error) Upgrade(context.Context, *UpgradeRequest) (*UpgradeResponse, error) Version(context.Context, *empty.Empty) (*VersionResponse, error) }
MachineServiceServer is the server API for MachineService service.
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_DmesgClient ¶ added in v0.6.0
type MachineService_DmesgClient interface { Recv() (*common.Data, error) grpc.ClientStream }
type MachineService_DmesgServer ¶ added in v0.6.0
type MachineService_DmesgServer interface { Send(*common.Data) error grpc.ServerStream }
type MachineService_EventsClient ¶ added in v0.5.0
type MachineService_EventsClient interface { Recv() (*Event, error) grpc.ClientStream }
type MachineService_EventsServer ¶ added in v0.5.0
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 ¶ added in v0.6.0
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
added in
v0.6.0
func (*MemInfo) GetActiveanon ¶ added in v0.6.0
func (*MemInfo) GetActivefile ¶ added in v0.6.0
func (*MemInfo) GetAnonhugepages ¶ added in v0.6.0
func (*MemInfo) GetAnonpages ¶ added in v0.6.0
func (*MemInfo) GetBuffers ¶ added in v0.6.0
func (*MemInfo) GetCmafree ¶ added in v0.6.0
func (*MemInfo) GetCmatotal ¶ added in v0.6.0
func (*MemInfo) GetCommitlimit ¶ added in v0.6.0
func (*MemInfo) GetCommittedas ¶ added in v0.6.0
func (*MemInfo) GetDirectmap1G ¶ added in v0.6.0
func (*MemInfo) GetDirectmap2M ¶ added in v0.6.0
func (*MemInfo) GetDirectmap4K ¶ added in v0.6.0
func (*MemInfo) GetHardwarecorrupted ¶ added in v0.6.0
func (*MemInfo) GetHugepagesfree ¶ added in v0.6.0
func (*MemInfo) GetHugepagesize ¶ added in v0.6.0
func (*MemInfo) GetHugepagesrsvd ¶ added in v0.6.0
func (*MemInfo) GetHugepagessurp ¶ added in v0.6.0
func (*MemInfo) GetHugepagestotal ¶ added in v0.6.0
func (*MemInfo) GetInactive ¶ added in v0.6.0
func (*MemInfo) GetInactiveanon ¶ added in v0.6.0
func (*MemInfo) GetInactivefile ¶ added in v0.6.0
func (*MemInfo) GetKernelstack ¶ added in v0.6.0
func (*MemInfo) GetMemavailable ¶ added in v0.6.0
func (*MemInfo) GetMemfree ¶ added in v0.6.0
func (*MemInfo) GetMemtotal ¶ added in v0.6.0
func (*MemInfo) GetMlocked ¶ added in v0.6.0
func (*MemInfo) GetNfsunstable ¶ added in v0.6.0
func (*MemInfo) GetPagetables ¶ added in v0.6.0
func (*MemInfo) GetShmemhugepages ¶ added in v0.6.0
func (*MemInfo) GetShmempmdmapped ¶ added in v0.6.0
func (*MemInfo) GetSreclaimable ¶ added in v0.6.0
func (*MemInfo) GetSunreclaim ¶ added in v0.6.0
func (*MemInfo) GetSwapcached ¶ added in v0.6.0
func (*MemInfo) GetSwapfree ¶ added in v0.6.0
func (*MemInfo) GetSwaptotal ¶ added in v0.6.0
func (*MemInfo) GetUnevictable ¶ added in v0.6.0
func (*MemInfo) GetVmallocchunk ¶ added in v0.6.0
func (*MemInfo) GetVmalloctotal ¶ added in v0.6.0
func (*MemInfo) GetVmallocused ¶ added in v0.6.0
func (*MemInfo) GetWriteback ¶ added in v0.6.0
func (*MemInfo) GetWritebacktmp ¶ added in v0.6.0
func (*MemInfo) ProtoMessage ¶ added in v0.6.0
func (*MemInfo) ProtoMessage()
func (*MemInfo) ProtoReflect ¶ added in v0.6.0
func (x *MemInfo) ProtoReflect() protoreflect.Message
type Memory ¶ added in v0.6.0
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
added in
v0.6.0
func (*Memory) GetMeminfo ¶ added in v0.6.0
func (*Memory) GetMetadata ¶ added in v0.6.0
func (*Memory) ProtoMessage ¶ added in v0.6.0
func (*Memory) ProtoMessage()
func (*Memory) ProtoReflect ¶ added in v0.6.0
func (x *Memory) ProtoReflect() protoreflect.Message
type MemoryResponse ¶ added in v0.6.0
type MemoryResponse struct { Messages []*Memory `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*MemoryResponse) Descriptor
deprecated
added in
v0.6.0
func (*MemoryResponse) Descriptor() ([]byte, []int)
Deprecated: Use MemoryResponse.ProtoReflect.Descriptor instead.
func (*MemoryResponse) GetMessages ¶ added in v0.6.0
func (x *MemoryResponse) GetMessages() []*Memory
func (*MemoryResponse) ProtoMessage ¶ added in v0.6.0
func (*MemoryResponse) ProtoMessage()
func (*MemoryResponse) ProtoReflect ¶ added in v0.6.0
func (x *MemoryResponse) ProtoReflect() protoreflect.Message
func (*MemoryResponse) Reset ¶ added in v0.6.0
func (x *MemoryResponse) Reset()
func (*MemoryResponse) String ¶ added in v0.6.0
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) GetAvailable ¶
func (*MountStat) GetFilesystem ¶
func (*MountStat) GetMountedOn ¶
func (*MountStat) ProtoMessage ¶
func (*MountStat) ProtoMessage()
func (*MountStat) ProtoReflect ¶ added in v0.6.0
func (x *MountStat) ProtoReflect() protoreflect.Message
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) GetMetadata ¶
func (*Mounts) ProtoMessage ¶
func (*Mounts) ProtoMessage()
func (*Mounts) ProtoReflect ¶ added in v0.6.0
func (x *Mounts) ProtoReflect() protoreflect.Message
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 ¶ added in v0.6.0
func (x *MountsResponse) ProtoReflect() protoreflect.Message
func (*MountsResponse) Reset ¶
func (x *MountsResponse) Reset()
func (*MountsResponse) String ¶
func (x *MountsResponse) String() string
type NetDev ¶ added in v0.6.0
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
added in
v0.6.0
func (*NetDev) GetRxBytes ¶ added in v0.6.0
func (*NetDev) GetRxCompressed ¶ added in v0.6.0
func (*NetDev) GetRxDropped ¶ added in v0.6.0
func (*NetDev) GetRxErrors ¶ added in v0.6.0
func (*NetDev) GetRxFrame ¶ added in v0.6.0
func (*NetDev) GetRxMulticast ¶ added in v0.6.0
func (*NetDev) GetRxPackets ¶ added in v0.6.0
func (*NetDev) GetTxBytes ¶ added in v0.6.0
func (*NetDev) GetTxCarrier ¶ added in v0.6.0
func (*NetDev) GetTxCollisions ¶ added in v0.6.0
func (*NetDev) GetTxCompressed ¶ added in v0.6.0
func (*NetDev) GetTxDropped ¶ added in v0.6.0
func (*NetDev) GetTxErrors ¶ added in v0.6.0
func (*NetDev) GetTxPackets ¶ added in v0.6.0
func (*NetDev) ProtoMessage ¶ added in v0.6.0
func (*NetDev) ProtoMessage()
func (*NetDev) ProtoReflect ¶ added in v0.6.0
func (x *NetDev) ProtoReflect() protoreflect.Message
type NetworkDeviceStats ¶ added in v0.6.0
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
added in
v0.6.0
func (*NetworkDeviceStats) Descriptor() ([]byte, []int)
Deprecated: Use NetworkDeviceStats.ProtoReflect.Descriptor instead.
func (*NetworkDeviceStats) GetDevices ¶ added in v0.6.0
func (x *NetworkDeviceStats) GetDevices() []*NetDev
func (*NetworkDeviceStats) GetMetadata ¶ added in v0.6.0
func (x *NetworkDeviceStats) GetMetadata() *common.Metadata
func (*NetworkDeviceStats) GetTotal ¶ added in v0.6.0
func (x *NetworkDeviceStats) GetTotal() *NetDev
func (*NetworkDeviceStats) ProtoMessage ¶ added in v0.6.0
func (*NetworkDeviceStats) ProtoMessage()
func (*NetworkDeviceStats) ProtoReflect ¶ added in v0.6.0
func (x *NetworkDeviceStats) ProtoReflect() protoreflect.Message
func (*NetworkDeviceStats) Reset ¶ added in v0.6.0
func (x *NetworkDeviceStats) Reset()
func (*NetworkDeviceStats) String ¶ added in v0.6.0
func (x *NetworkDeviceStats) String() string
type NetworkDeviceStatsResponse ¶ added in v0.6.0
type NetworkDeviceStatsResponse struct { Messages []*NetworkDeviceStats `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*NetworkDeviceStatsResponse) Descriptor
deprecated
added in
v0.6.0
func (*NetworkDeviceStatsResponse) Descriptor() ([]byte, []int)
Deprecated: Use NetworkDeviceStatsResponse.ProtoReflect.Descriptor instead.
func (*NetworkDeviceStatsResponse) GetMessages ¶ added in v0.6.0
func (x *NetworkDeviceStatsResponse) GetMessages() []*NetworkDeviceStats
func (*NetworkDeviceStatsResponse) ProtoMessage ¶ added in v0.6.0
func (*NetworkDeviceStatsResponse) ProtoMessage()
func (*NetworkDeviceStatsResponse) ProtoReflect ¶ added in v0.6.0
func (x *NetworkDeviceStatsResponse) ProtoReflect() protoreflect.Message
func (*NetworkDeviceStatsResponse) Reset ¶ added in v0.6.0
func (x *NetworkDeviceStatsResponse) Reset()
func (*NetworkDeviceStatsResponse) String ¶ added in v0.6.0
func (x *NetworkDeviceStatsResponse) String() string
type PhaseEvent ¶ added in v0.5.0
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
added in
v0.5.0
func (*PhaseEvent) Descriptor() ([]byte, []int)
Deprecated: Use PhaseEvent.ProtoReflect.Descriptor instead.
func (*PhaseEvent) GetAction ¶ added in v0.5.0
func (x *PhaseEvent) GetAction() PhaseEvent_Action
func (*PhaseEvent) GetPhase ¶ added in v0.5.0
func (x *PhaseEvent) GetPhase() string
func (*PhaseEvent) ProtoMessage ¶ added in v0.5.0
func (*PhaseEvent) ProtoMessage()
func (*PhaseEvent) ProtoReflect ¶ added in v0.6.0
func (x *PhaseEvent) ProtoReflect() protoreflect.Message
func (*PhaseEvent) Reset ¶ added in v0.5.0
func (x *PhaseEvent) Reset()
func (*PhaseEvent) String ¶ added in v0.5.0
func (x *PhaseEvent) String() string
type PhaseEvent_Action ¶ added in v0.5.0
type PhaseEvent_Action int32
const ( PhaseEvent_START PhaseEvent_Action = 0 PhaseEvent_STOP PhaseEvent_Action = 1 )
func (PhaseEvent_Action) Descriptor ¶ added in v0.6.0
func (PhaseEvent_Action) Descriptor() protoreflect.EnumDescriptor
func (PhaseEvent_Action) Enum ¶ added in v0.6.0
func (x PhaseEvent_Action) Enum() *PhaseEvent_Action
func (PhaseEvent_Action) EnumDescriptor
deprecated
added in
v0.5.0
func (PhaseEvent_Action) EnumDescriptor() ([]byte, []int)
Deprecated: Use PhaseEvent_Action.Descriptor instead.
func (PhaseEvent_Action) Number ¶ added in v0.6.0
func (x PhaseEvent_Action) Number() protoreflect.EnumNumber
func (PhaseEvent_Action) String ¶ added in v0.5.0
func (x PhaseEvent_Action) String() string
func (PhaseEvent_Action) Type ¶ added in v0.6.0
func (PhaseEvent_Action) Type() protoreflect.EnumType
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 ¶ added in v0.6.0
func (x *PlatformInfo) ProtoReflect() protoreflect.Message
func (*PlatformInfo) Reset ¶
func (x *PlatformInfo) Reset()
func (*PlatformInfo) String ¶
func (x *PlatformInfo) String() string
type Process ¶ added in v0.6.0
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
added in
v0.6.0
func (*Process) GetMetadata ¶ added in v0.6.0
func (*Process) GetProcesses ¶ added in v0.6.0
func (x *Process) GetProcesses() []*ProcessInfo
func (*Process) ProtoMessage ¶ added in v0.6.0
func (*Process) ProtoMessage()
func (*Process) ProtoReflect ¶ added in v0.6.0
func (x *Process) ProtoReflect() protoreflect.Message
type ProcessInfo ¶ added in v0.6.0
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
added in
v0.6.0
func (*ProcessInfo) Descriptor() ([]byte, []int)
Deprecated: Use ProcessInfo.ProtoReflect.Descriptor instead.
func (*ProcessInfo) GetArgs ¶ added in v0.6.0
func (x *ProcessInfo) GetArgs() string
func (*ProcessInfo) GetCommand ¶ added in v0.6.0
func (x *ProcessInfo) GetCommand() string
func (*ProcessInfo) GetCpuTime ¶ added in v0.6.0
func (x *ProcessInfo) GetCpuTime() float64
func (*ProcessInfo) GetExecutable ¶ added in v0.6.0
func (x *ProcessInfo) GetExecutable() string
func (*ProcessInfo) GetPid ¶ added in v0.6.0
func (x *ProcessInfo) GetPid() int32
func (*ProcessInfo) GetPpid ¶ added in v0.6.0
func (x *ProcessInfo) GetPpid() int32
func (*ProcessInfo) GetResidentMemory ¶ added in v0.6.0
func (x *ProcessInfo) GetResidentMemory() uint64
func (*ProcessInfo) GetState ¶ added in v0.6.0
func (x *ProcessInfo) GetState() string
func (*ProcessInfo) GetThreads ¶ added in v0.6.0
func (x *ProcessInfo) GetThreads() int32
func (*ProcessInfo) GetVirtualMemory ¶ added in v0.6.0
func (x *ProcessInfo) GetVirtualMemory() uint64
func (*ProcessInfo) ProtoMessage ¶ added in v0.6.0
func (*ProcessInfo) ProtoMessage()
func (*ProcessInfo) ProtoReflect ¶ added in v0.6.0
func (x *ProcessInfo) ProtoReflect() protoreflect.Message
func (*ProcessInfo) Reset ¶ added in v0.6.0
func (x *ProcessInfo) Reset()
func (*ProcessInfo) String ¶ added in v0.6.0
func (x *ProcessInfo) String() string
type ProcessesRequest ¶ added in v0.6.0
type ProcessesRequest struct {
// contains filtered or unexported fields
}
rpc processes
func (*ProcessesRequest) Descriptor
deprecated
added in
v0.6.0
func (*ProcessesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProcessesRequest.ProtoReflect.Descriptor instead.
func (*ProcessesRequest) ProtoMessage ¶ added in v0.6.0
func (*ProcessesRequest) ProtoMessage()
func (*ProcessesRequest) ProtoReflect ¶ added in v0.6.0
func (x *ProcessesRequest) ProtoReflect() protoreflect.Message
func (*ProcessesRequest) Reset ¶ added in v0.6.0
func (x *ProcessesRequest) Reset()
func (*ProcessesRequest) String ¶ added in v0.6.0
func (x *ProcessesRequest) String() string
type ProcessesResponse ¶ added in v0.6.0
type ProcessesResponse struct { Messages []*Process `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*ProcessesResponse) Descriptor
deprecated
added in
v0.6.0
func (*ProcessesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProcessesResponse.ProtoReflect.Descriptor instead.
func (*ProcessesResponse) GetMessages ¶ added in v0.6.0
func (x *ProcessesResponse) GetMessages() []*Process
func (*ProcessesResponse) ProtoMessage ¶ added in v0.6.0
func (*ProcessesResponse) ProtoMessage()
func (*ProcessesResponse) ProtoReflect ¶ added in v0.6.0
func (x *ProcessesResponse) ProtoReflect() protoreflect.Message
func (*ProcessesResponse) Reset ¶ added in v0.6.0
func (x *ProcessesResponse) Reset()
func (*ProcessesResponse) String ¶ added in v0.6.0
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 ¶ added in v0.6.0
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) GetMetadata ¶
func (*Reboot) ProtoMessage ¶
func (*Reboot) ProtoMessage()
func (*Reboot) ProtoReflect ¶ added in v0.6.0
func (x *Reboot) ProtoReflect() protoreflect.Message
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 ¶ added in v0.6.0
func (x *RebootResponse) ProtoReflect() protoreflect.Message
func (*RebootResponse) Reset ¶
func (x *RebootResponse) Reset()
func (*RebootResponse) String ¶
func (x *RebootResponse) String() string
type Recover ¶ added in v0.5.0
type Recover struct { Metadata *common.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
The recover message containing the recover status.
func (*Recover) Descriptor
deprecated
added in
v0.5.0
func (*Recover) GetMetadata ¶ added in v0.5.0
func (*Recover) ProtoMessage ¶ added in v0.5.0
func (*Recover) ProtoMessage()
func (*Recover) ProtoReflect ¶ added in v0.6.0
func (x *Recover) ProtoReflect() protoreflect.Message
type RecoverRequest ¶ added in v0.5.0
type RecoverRequest struct { Source RecoverRequest_Source `protobuf:"varint,1,opt,name=source,proto3,enum=machine.RecoverRequest_Source" json:"source,omitempty"` // contains filtered or unexported fields }
func (*RecoverRequest) Descriptor
deprecated
added in
v0.5.0
func (*RecoverRequest) Descriptor() ([]byte, []int)
Deprecated: Use RecoverRequest.ProtoReflect.Descriptor instead.
func (*RecoverRequest) GetSource ¶ added in v0.5.0
func (x *RecoverRequest) GetSource() RecoverRequest_Source
func (*RecoverRequest) ProtoMessage ¶ added in v0.5.0
func (*RecoverRequest) ProtoMessage()
func (*RecoverRequest) ProtoReflect ¶ added in v0.6.0
func (x *RecoverRequest) ProtoReflect() protoreflect.Message
func (*RecoverRequest) Reset ¶ added in v0.5.0
func (x *RecoverRequest) Reset()
func (*RecoverRequest) String ¶ added in v0.5.0
func (x *RecoverRequest) String() string
type RecoverRequest_Source ¶ added in v0.5.0
type RecoverRequest_Source int32
const ( RecoverRequest_ETCD RecoverRequest_Source = 0 RecoverRequest_APISERVER RecoverRequest_Source = 1 )
func (RecoverRequest_Source) Descriptor ¶ added in v0.6.0
func (RecoverRequest_Source) Descriptor() protoreflect.EnumDescriptor
func (RecoverRequest_Source) Enum ¶ added in v0.6.0
func (x RecoverRequest_Source) Enum() *RecoverRequest_Source
func (RecoverRequest_Source) EnumDescriptor
deprecated
added in
v0.5.0
func (RecoverRequest_Source) EnumDescriptor() ([]byte, []int)
Deprecated: Use RecoverRequest_Source.Descriptor instead.
func (RecoverRequest_Source) Number ¶ added in v0.6.0
func (x RecoverRequest_Source) Number() protoreflect.EnumNumber
func (RecoverRequest_Source) String ¶ added in v0.5.0
func (x RecoverRequest_Source) String() string
func (RecoverRequest_Source) Type ¶ added in v0.6.0
func (RecoverRequest_Source) Type() protoreflect.EnumType
type RecoverResponse ¶ added in v0.5.0
type RecoverResponse struct { Messages []*Recover `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*RecoverResponse) Descriptor
deprecated
added in
v0.5.0
func (*RecoverResponse) Descriptor() ([]byte, []int)
Deprecated: Use RecoverResponse.ProtoReflect.Descriptor instead.
func (*RecoverResponse) GetMessages ¶ added in v0.5.0
func (x *RecoverResponse) GetMessages() []*Recover
func (*RecoverResponse) ProtoMessage ¶ added in v0.5.0
func (*RecoverResponse) ProtoMessage()
func (*RecoverResponse) ProtoReflect ¶ added in v0.6.0
func (x *RecoverResponse) ProtoReflect() protoreflect.Message
func (*RecoverResponse) Reset ¶ added in v0.5.0
func (x *RecoverResponse) Reset()
func (*RecoverResponse) String ¶ added in v0.5.0
func (x *RecoverResponse) String() 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) GetMetadata ¶
func (*Reset) ProtoMessage ¶
func (*Reset) ProtoMessage()
func (*Reset) ProtoReflect ¶ added in v0.6.0
func (x *Reset) ProtoReflect() protoreflect.Message
type ResetRequest ¶ added in v0.4.0
type ResetRequest struct { Graceful bool `protobuf:"varint,1,opt,name=graceful,proto3" json:"graceful,omitempty"` Reboot bool `protobuf:"varint,2,opt,name=reboot,proto3" json:"reboot,omitempty"` // contains filtered or unexported fields }
rpc reset
func (*ResetRequest) Descriptor
deprecated
added in
v0.4.0
func (*ResetRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResetRequest.ProtoReflect.Descriptor instead.
func (*ResetRequest) GetGraceful ¶ added in v0.4.0
func (x *ResetRequest) GetGraceful() bool
func (*ResetRequest) GetReboot ¶ added in v0.4.0
func (x *ResetRequest) GetReboot() bool
func (*ResetRequest) ProtoMessage ¶ added in v0.4.0
func (*ResetRequest) ProtoMessage()
func (*ResetRequest) ProtoReflect ¶ added in v0.6.0
func (x *ResetRequest) ProtoReflect() protoreflect.Message
func (*ResetRequest) Reset ¶ added in v0.4.0
func (x *ResetRequest) Reset()
func (*ResetRequest) String ¶ added in v0.4.0
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 ¶ added in v0.6.0
func (x *ResetResponse) ProtoReflect() protoreflect.Message
func (*ResetResponse) Reset ¶
func (x *ResetResponse) Reset()
func (*ResetResponse) String ¶
func (x *ResetResponse) String() string
type Restart ¶ added in v0.6.0
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
added in
v0.6.0
func (*Restart) GetMetadata ¶ added in v0.6.0
func (*Restart) ProtoMessage ¶ added in v0.6.0
func (*Restart) ProtoMessage()
func (*Restart) ProtoReflect ¶ added in v0.6.0
func (x *Restart) ProtoReflect() protoreflect.Message
type RestartRequest ¶ added in v0.6.0
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
added in
v0.6.0
func (*RestartRequest) Descriptor() ([]byte, []int)
Deprecated: Use RestartRequest.ProtoReflect.Descriptor instead.
func (*RestartRequest) GetDriver ¶ added in v0.6.0
func (x *RestartRequest) GetDriver() common.ContainerDriver
func (*RestartRequest) GetId ¶ added in v0.6.0
func (x *RestartRequest) GetId() string
func (*RestartRequest) GetNamespace ¶ added in v0.6.0
func (x *RestartRequest) GetNamespace() string
func (*RestartRequest) ProtoMessage ¶ added in v0.6.0
func (*RestartRequest) ProtoMessage()
func (*RestartRequest) ProtoReflect ¶ added in v0.6.0
func (x *RestartRequest) ProtoReflect() protoreflect.Message
func (*RestartRequest) Reset ¶ added in v0.6.0
func (x *RestartRequest) Reset()
func (*RestartRequest) String ¶ added in v0.6.0
func (x *RestartRequest) String() string
type RestartResponse ¶ added in v0.6.0
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
added in
v0.6.0
func (*RestartResponse) Descriptor() ([]byte, []int)
Deprecated: Use RestartResponse.ProtoReflect.Descriptor instead.
func (*RestartResponse) GetMessages ¶ added in v0.6.0
func (x *RestartResponse) GetMessages() []*Restart
func (*RestartResponse) ProtoMessage ¶ added in v0.6.0
func (*RestartResponse) ProtoMessage()
func (*RestartResponse) ProtoReflect ¶ added in v0.6.0
func (x *RestartResponse) ProtoReflect() protoreflect.Message
func (*RestartResponse) Reset ¶ added in v0.6.0
func (x *RestartResponse) Reset()
func (*RestartResponse) String ¶ added in v0.6.0
func (x *RestartResponse) String() string
type Rollback ¶ added in v0.6.0
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
added in
v0.6.0
func (*Rollback) GetMetadata ¶ added in v0.6.0
func (*Rollback) ProtoMessage ¶ added in v0.6.0
func (*Rollback) ProtoMessage()
func (*Rollback) ProtoReflect ¶ added in v0.6.0
func (x *Rollback) ProtoReflect() protoreflect.Message
type RollbackRequest ¶ added in v0.6.0
type RollbackRequest struct {
// contains filtered or unexported fields
}
rpc rollback
func (*RollbackRequest) Descriptor
deprecated
added in
v0.6.0
func (*RollbackRequest) Descriptor() ([]byte, []int)
Deprecated: Use RollbackRequest.ProtoReflect.Descriptor instead.
func (*RollbackRequest) ProtoMessage ¶ added in v0.6.0
func (*RollbackRequest) ProtoMessage()
func (*RollbackRequest) ProtoReflect ¶ added in v0.6.0
func (x *RollbackRequest) ProtoReflect() protoreflect.Message
func (*RollbackRequest) Reset ¶ added in v0.6.0
func (x *RollbackRequest) Reset()
func (*RollbackRequest) String ¶ added in v0.6.0
func (x *RollbackRequest) String() string
type RollbackResponse ¶ added in v0.6.0
type RollbackResponse struct { Messages []*Rollback `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*RollbackResponse) Descriptor
deprecated
added in
v0.6.0
func (*RollbackResponse) Descriptor() ([]byte, []int)
Deprecated: Use RollbackResponse.ProtoReflect.Descriptor instead.
func (*RollbackResponse) GetMessages ¶ added in v0.6.0
func (x *RollbackResponse) GetMessages() []*Rollback
func (*RollbackResponse) ProtoMessage ¶ added in v0.6.0
func (*RollbackResponse) ProtoMessage()
func (*RollbackResponse) ProtoReflect ¶ added in v0.6.0
func (x *RollbackResponse) ProtoReflect() protoreflect.Message
func (*RollbackResponse) Reset ¶ added in v0.6.0
func (x *RollbackResponse) Reset()
func (*RollbackResponse) String ¶ added in v0.6.0
func (x *RollbackResponse) String() string
type SequenceEvent ¶ added in v0.5.0
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
added in
v0.5.0
func (*SequenceEvent) Descriptor() ([]byte, []int)
Deprecated: Use SequenceEvent.ProtoReflect.Descriptor instead.
func (*SequenceEvent) GetAction ¶ added in v0.5.0
func (x *SequenceEvent) GetAction() SequenceEvent_Action
func (*SequenceEvent) GetError ¶ added in v0.5.0
func (x *SequenceEvent) GetError() *common.Error
func (*SequenceEvent) GetSequence ¶ added in v0.5.0
func (x *SequenceEvent) GetSequence() string
func (*SequenceEvent) ProtoMessage ¶ added in v0.5.0
func (*SequenceEvent) ProtoMessage()
func (*SequenceEvent) ProtoReflect ¶ added in v0.6.0
func (x *SequenceEvent) ProtoReflect() protoreflect.Message
func (*SequenceEvent) Reset ¶ added in v0.5.0
func (x *SequenceEvent) Reset()
func (*SequenceEvent) String ¶ added in v0.5.0
func (x *SequenceEvent) String() string
type SequenceEvent_Action ¶ added in v0.5.0
type SequenceEvent_Action int32
const ( SequenceEvent_NOOP SequenceEvent_Action = 0 SequenceEvent_START SequenceEvent_Action = 1 SequenceEvent_STOP SequenceEvent_Action = 2 )
func (SequenceEvent_Action) Descriptor ¶ added in v0.6.0
func (SequenceEvent_Action) Descriptor() protoreflect.EnumDescriptor
func (SequenceEvent_Action) Enum ¶ added in v0.6.0
func (x SequenceEvent_Action) Enum() *SequenceEvent_Action
func (SequenceEvent_Action) EnumDescriptor
deprecated
added in
v0.5.0
func (SequenceEvent_Action) EnumDescriptor() ([]byte, []int)
Deprecated: Use SequenceEvent_Action.Descriptor instead.
func (SequenceEvent_Action) Number ¶ added in v0.6.0
func (x SequenceEvent_Action) Number() protoreflect.EnumNumber
func (SequenceEvent_Action) String ¶ added in v0.5.0
func (x SequenceEvent_Action) String() string
func (SequenceEvent_Action) Type ¶ added in v0.6.0
func (SequenceEvent_Action) Type() protoreflect.EnumType
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 *timestamp.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() *timestamp.Timestamp
func (*ServiceEvent) ProtoMessage ¶
func (*ServiceEvent) ProtoMessage()
func (*ServiceEvent) ProtoReflect ¶ added in v0.6.0
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 ¶ added in v0.6.0
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 *timestamp.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() *timestamp.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 ¶ added in v0.6.0
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 ¶ added in v0.6.0
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 ¶ added in v0.6.0
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 ¶ added in v0.6.0
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 ¶ added in v0.6.0
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 ¶ added in v0.6.0
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 ¶ added in v0.6.0
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 ¶ added in v0.6.0
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 ¶ added in v0.6.0
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 ¶ added in v0.6.0
func (x *ServiceStartResponse) ProtoReflect() protoreflect.Message
func (*ServiceStartResponse) Reset ¶
func (x *ServiceStartResponse) Reset()
func (*ServiceStartResponse) String ¶
func (x *ServiceStartResponse) String() string
type ServiceStateEvent ¶ added in v0.6.0
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"` // contains filtered or unexported fields }
func (*ServiceStateEvent) Descriptor
deprecated
added in
v0.6.0
func (*ServiceStateEvent) Descriptor() ([]byte, []int)
Deprecated: Use ServiceStateEvent.ProtoReflect.Descriptor instead.
func (*ServiceStateEvent) GetAction ¶ added in v0.6.0
func (x *ServiceStateEvent) GetAction() ServiceStateEvent_Action
func (*ServiceStateEvent) GetMessage ¶ added in v0.6.0
func (x *ServiceStateEvent) GetMessage() string
func (*ServiceStateEvent) GetService ¶ added in v0.6.0
func (x *ServiceStateEvent) GetService() string
func (*ServiceStateEvent) ProtoMessage ¶ added in v0.6.0
func (*ServiceStateEvent) ProtoMessage()
func (*ServiceStateEvent) ProtoReflect ¶ added in v0.6.0
func (x *ServiceStateEvent) ProtoReflect() protoreflect.Message
func (*ServiceStateEvent) Reset ¶ added in v0.6.0
func (x *ServiceStateEvent) Reset()
func (*ServiceStateEvent) String ¶ added in v0.6.0
func (x *ServiceStateEvent) String() string
type ServiceStateEvent_Action ¶ added in v0.6.0
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 ¶ added in v0.6.0
func (ServiceStateEvent_Action) Descriptor() protoreflect.EnumDescriptor
func (ServiceStateEvent_Action) Enum ¶ added in v0.6.0
func (x ServiceStateEvent_Action) Enum() *ServiceStateEvent_Action
func (ServiceStateEvent_Action) EnumDescriptor
deprecated
added in
v0.6.0
func (ServiceStateEvent_Action) EnumDescriptor() ([]byte, []int)
Deprecated: Use ServiceStateEvent_Action.Descriptor instead.
func (ServiceStateEvent_Action) Number ¶ added in v0.6.0
func (x ServiceStateEvent_Action) Number() protoreflect.EnumNumber
func (ServiceStateEvent_Action) String ¶ added in v0.6.0
func (x ServiceStateEvent_Action) String() string
func (ServiceStateEvent_Action) Type ¶ added in v0.6.0
func (ServiceStateEvent_Action) Type() protoreflect.EnumType
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 ¶ added in v0.6.0
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 ¶ added in v0.6.0
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 ¶ added in v0.6.0
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) GetMetadata ¶
func (*Shutdown) ProtoMessage ¶
func (*Shutdown) ProtoMessage()
func (*Shutdown) ProtoReflect ¶ added in v0.6.0
func (x *Shutdown) ProtoReflect() protoreflect.Message
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 ¶ added in v0.6.0
func (x *ShutdownResponse) ProtoReflect() protoreflect.Message
func (*ShutdownResponse) Reset ¶
func (x *ShutdownResponse) Reset()
func (*ShutdownResponse) String ¶
func (x *ShutdownResponse) String() string
type SoftIRQStat ¶ added in v0.6.0
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
added in
v0.6.0
func (*SoftIRQStat) Descriptor() ([]byte, []int)
Deprecated: Use SoftIRQStat.ProtoReflect.Descriptor instead.
func (*SoftIRQStat) GetBlock ¶ added in v0.6.0
func (x *SoftIRQStat) GetBlock() uint64
func (*SoftIRQStat) GetBlockIoPoll ¶ added in v0.6.0
func (x *SoftIRQStat) GetBlockIoPoll() uint64
func (*SoftIRQStat) GetHi ¶ added in v0.6.0
func (x *SoftIRQStat) GetHi() uint64
func (*SoftIRQStat) GetHrtimer ¶ added in v0.6.0
func (x *SoftIRQStat) GetHrtimer() uint64
func (*SoftIRQStat) GetNetRx ¶ added in v0.6.0
func (x *SoftIRQStat) GetNetRx() uint64
func (*SoftIRQStat) GetNetTx ¶ added in v0.6.0
func (x *SoftIRQStat) GetNetTx() uint64
func (*SoftIRQStat) GetRcu ¶ added in v0.6.0
func (x *SoftIRQStat) GetRcu() uint64
func (*SoftIRQStat) GetSched ¶ added in v0.6.0
func (x *SoftIRQStat) GetSched() uint64
func (*SoftIRQStat) GetTasklet ¶ added in v0.6.0
func (x *SoftIRQStat) GetTasklet() uint64
func (*SoftIRQStat) GetTimer ¶ added in v0.6.0
func (x *SoftIRQStat) GetTimer() uint64
func (*SoftIRQStat) ProtoMessage ¶ added in v0.6.0
func (*SoftIRQStat) ProtoMessage()
func (*SoftIRQStat) ProtoReflect ¶ added in v0.6.0
func (x *SoftIRQStat) ProtoReflect() protoreflect.Message
func (*SoftIRQStat) Reset ¶ added in v0.6.0
func (x *SoftIRQStat) Reset()
func (*SoftIRQStat) String ¶ added in v0.6.0
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 ¶ added in v0.6.0
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 ¶ added in v0.6.0
func (x *StartResponse) ProtoReflect() protoreflect.Message
func (*StartResponse) Reset ¶
func (x *StartResponse) Reset()
func (*StartResponse) String ¶
func (x *StartResponse) String() string
type Stat ¶ added in v0.6.0
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
added in
v0.6.0
func (*Stat) GetCpuUsage ¶ added in v0.6.0
func (*Stat) GetMemoryUsage ¶ added in v0.6.0
func (*Stat) GetNamespace ¶ added in v0.6.0
func (*Stat) ProtoMessage ¶ added in v0.6.0
func (*Stat) ProtoMessage()
func (*Stat) ProtoReflect ¶ added in v0.6.0
func (x *Stat) ProtoReflect() protoreflect.Message
type Stats ¶ added in v0.6.0
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
added in
v0.6.0
func (*Stats) GetMetadata ¶ added in v0.6.0
func (*Stats) ProtoMessage ¶ added in v0.6.0
func (*Stats) ProtoMessage()
func (*Stats) ProtoReflect ¶ added in v0.6.0
func (x *Stats) ProtoReflect() protoreflect.Message
type StatsRequest ¶ added in v0.6.0
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
added in
v0.6.0
func (*StatsRequest) Descriptor() ([]byte, []int)
Deprecated: Use StatsRequest.ProtoReflect.Descriptor instead.
func (*StatsRequest) GetDriver ¶ added in v0.6.0
func (x *StatsRequest) GetDriver() common.ContainerDriver
func (*StatsRequest) GetNamespace ¶ added in v0.6.0
func (x *StatsRequest) GetNamespace() string
func (*StatsRequest) ProtoMessage ¶ added in v0.6.0
func (*StatsRequest) ProtoMessage()
func (*StatsRequest) ProtoReflect ¶ added in v0.6.0
func (x *StatsRequest) ProtoReflect() protoreflect.Message
func (*StatsRequest) Reset ¶ added in v0.6.0
func (x *StatsRequest) Reset()
func (*StatsRequest) String ¶ added in v0.6.0
func (x *StatsRequest) String() string
type StatsResponse ¶ added in v0.6.0
type StatsResponse struct { Messages []*Stats `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*StatsResponse) Descriptor
deprecated
added in
v0.6.0
func (*StatsResponse) Descriptor() ([]byte, []int)
Deprecated: Use StatsResponse.ProtoReflect.Descriptor instead.
func (*StatsResponse) GetMessages ¶ added in v0.6.0
func (x *StatsResponse) GetMessages() []*Stats
func (*StatsResponse) ProtoMessage ¶ added in v0.6.0
func (*StatsResponse) ProtoMessage()
func (*StatsResponse) ProtoReflect ¶ added in v0.6.0
func (x *StatsResponse) ProtoReflect() protoreflect.Message
func (*StatsResponse) Reset ¶ added in v0.6.0
func (x *StatsResponse) Reset()
func (*StatsResponse) String ¶ added in v0.6.0
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 ¶ added in v0.6.0
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 ¶ added in v0.6.0
func (x *StopResponse) ProtoReflect() protoreflect.Message
func (*StopResponse) Reset ¶
func (x *StopResponse) Reset()
func (*StopResponse) String ¶
func (x *StopResponse) String() string
type SystemStat ¶ added in v0.6.0
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
added in
v0.6.0
func (*SystemStat) Descriptor() ([]byte, []int)
Deprecated: Use SystemStat.ProtoReflect.Descriptor instead.
func (*SystemStat) GetBootTime ¶ added in v0.6.0
func (x *SystemStat) GetBootTime() uint64
func (*SystemStat) GetContextSwitches ¶ added in v0.6.0
func (x *SystemStat) GetContextSwitches() uint64
func (*SystemStat) GetCpu ¶ added in v0.6.0
func (x *SystemStat) GetCpu() []*CPUStat
func (*SystemStat) GetCpuTotal ¶ added in v0.6.0
func (x *SystemStat) GetCpuTotal() *CPUStat
func (*SystemStat) GetIrq ¶ added in v0.6.0
func (x *SystemStat) GetIrq() []uint64
func (*SystemStat) GetIrqTotal ¶ added in v0.6.0
func (x *SystemStat) GetIrqTotal() uint64
func (*SystemStat) GetMetadata ¶ added in v0.6.0
func (x *SystemStat) GetMetadata() *common.Metadata
func (*SystemStat) GetProcessBlocked ¶ added in v0.6.0
func (x *SystemStat) GetProcessBlocked() uint64
func (*SystemStat) GetProcessCreated ¶ added in v0.6.0
func (x *SystemStat) GetProcessCreated() uint64
func (*SystemStat) GetProcessRunning ¶ added in v0.6.0
func (x *SystemStat) GetProcessRunning() uint64
func (*SystemStat) GetSoftIrq ¶ added in v0.6.0
func (x *SystemStat) GetSoftIrq() *SoftIRQStat
func (*SystemStat) GetSoftIrqTotal ¶ added in v0.6.0
func (x *SystemStat) GetSoftIrqTotal() uint64
func (*SystemStat) ProtoMessage ¶ added in v0.6.0
func (*SystemStat) ProtoMessage()
func (*SystemStat) ProtoReflect ¶ added in v0.6.0
func (x *SystemStat) ProtoReflect() protoreflect.Message
func (*SystemStat) Reset ¶ added in v0.6.0
func (x *SystemStat) Reset()
func (*SystemStat) String ¶ added in v0.6.0
func (x *SystemStat) String() string
type SystemStatResponse ¶ added in v0.6.0
type SystemStatResponse struct { Messages []*SystemStat `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*SystemStatResponse) Descriptor
deprecated
added in
v0.6.0
func (*SystemStatResponse) Descriptor() ([]byte, []int)
Deprecated: Use SystemStatResponse.ProtoReflect.Descriptor instead.
func (*SystemStatResponse) GetMessages ¶ added in v0.6.0
func (x *SystemStatResponse) GetMessages() []*SystemStat
func (*SystemStatResponse) ProtoMessage ¶ added in v0.6.0
func (*SystemStatResponse) ProtoMessage()
func (*SystemStatResponse) ProtoReflect ¶ added in v0.6.0
func (x *SystemStatResponse) ProtoReflect() protoreflect.Message
func (*SystemStatResponse) Reset ¶ added in v0.6.0
func (x *SystemStatResponse) Reset()
func (*SystemStatResponse) String ¶ added in v0.6.0
func (x *SystemStatResponse) String() string
type TaskEvent ¶ added in v0.5.0
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
added in
v0.5.0
func (*TaskEvent) GetAction ¶ added in v0.5.0
func (x *TaskEvent) GetAction() TaskEvent_Action
func (*TaskEvent) ProtoMessage ¶ added in v0.5.0
func (*TaskEvent) ProtoMessage()
func (*TaskEvent) ProtoReflect ¶ added in v0.6.0
func (x *TaskEvent) ProtoReflect() protoreflect.Message
type TaskEvent_Action ¶ added in v0.5.0
type TaskEvent_Action int32
const ( TaskEvent_START TaskEvent_Action = 0 TaskEvent_STOP TaskEvent_Action = 1 )
func (TaskEvent_Action) Descriptor ¶ added in v0.6.0
func (TaskEvent_Action) Descriptor() protoreflect.EnumDescriptor
func (TaskEvent_Action) Enum ¶ added in v0.6.0
func (x TaskEvent_Action) Enum() *TaskEvent_Action
func (TaskEvent_Action) EnumDescriptor
deprecated
added in
v0.5.0
func (TaskEvent_Action) EnumDescriptor() ([]byte, []int)
Deprecated: Use TaskEvent_Action.Descriptor instead.
func (TaskEvent_Action) Number ¶ added in v0.6.0
func (x TaskEvent_Action) Number() protoreflect.EnumNumber
func (TaskEvent_Action) String ¶ added in v0.5.0
func (x TaskEvent_Action) String() string
func (TaskEvent_Action) Type ¶ added in v0.6.0
func (TaskEvent_Action) Type() protoreflect.EnumType
type UnimplementedMachineServiceServer ¶ added in v0.6.0
type UnimplementedMachineServiceServer struct { }
UnimplementedMachineServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedMachineServiceServer) Bootstrap ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Bootstrap(context.Context, *BootstrapRequest) (*BootstrapResponse, error)
func (*UnimplementedMachineServiceServer) CPUInfo ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) CPUInfo(context.Context, *empty.Empty) (*CPUInfoResponse, error)
func (*UnimplementedMachineServiceServer) Containers ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Containers(context.Context, *ContainersRequest) (*ContainersResponse, error)
func (*UnimplementedMachineServiceServer) Copy ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Copy(*CopyRequest, MachineService_CopyServer) error
func (*UnimplementedMachineServiceServer) DiskStats ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) DiskStats(context.Context, *empty.Empty) (*DiskStatsResponse, error)
func (*UnimplementedMachineServiceServer) Dmesg ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Dmesg(*DmesgRequest, MachineService_DmesgServer) error
func (*UnimplementedMachineServiceServer) Events ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Events(*EventsRequest, MachineService_EventsServer) error
func (*UnimplementedMachineServiceServer) Hostname ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Hostname(context.Context, *empty.Empty) (*HostnameResponse, error)
func (*UnimplementedMachineServiceServer) Kubeconfig ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Kubeconfig(*empty.Empty, MachineService_KubeconfigServer) error
func (*UnimplementedMachineServiceServer) List ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) List(*ListRequest, MachineService_ListServer) error
func (*UnimplementedMachineServiceServer) LoadAvg ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) LoadAvg(context.Context, *empty.Empty) (*LoadAvgResponse, error)
func (*UnimplementedMachineServiceServer) Logs ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Logs(*LogsRequest, MachineService_LogsServer) error
func (*UnimplementedMachineServiceServer) Memory ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Memory(context.Context, *empty.Empty) (*MemoryResponse, error)
func (*UnimplementedMachineServiceServer) Mounts ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Mounts(context.Context, *empty.Empty) (*MountsResponse, error)
func (*UnimplementedMachineServiceServer) NetworkDeviceStats ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) NetworkDeviceStats(context.Context, *empty.Empty) (*NetworkDeviceStatsResponse, error)
func (*UnimplementedMachineServiceServer) Processes ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Processes(context.Context, *empty.Empty) (*ProcessesResponse, error)
func (*UnimplementedMachineServiceServer) Read ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Read(*ReadRequest, MachineService_ReadServer) error
func (*UnimplementedMachineServiceServer) Reboot ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Reboot(context.Context, *empty.Empty) (*RebootResponse, error)
func (*UnimplementedMachineServiceServer) Recover ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Recover(context.Context, *RecoverRequest) (*RecoverResponse, error)
func (*UnimplementedMachineServiceServer) Reset ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Reset(context.Context, *ResetRequest) (*ResetResponse, error)
func (*UnimplementedMachineServiceServer) Restart ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Restart(context.Context, *RestartRequest) (*RestartResponse, error)
func (*UnimplementedMachineServiceServer) Rollback ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Rollback(context.Context, *RollbackRequest) (*RollbackResponse, error)
func (*UnimplementedMachineServiceServer) ServiceList ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) ServiceList(context.Context, *empty.Empty) (*ServiceListResponse, error)
func (*UnimplementedMachineServiceServer) ServiceRestart ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) ServiceRestart(context.Context, *ServiceRestartRequest) (*ServiceRestartResponse, error)
func (*UnimplementedMachineServiceServer) ServiceStart ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) ServiceStart(context.Context, *ServiceStartRequest) (*ServiceStartResponse, error)
func (*UnimplementedMachineServiceServer) ServiceStop ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) ServiceStop(context.Context, *ServiceStopRequest) (*ServiceStopResponse, error)
func (*UnimplementedMachineServiceServer) Shutdown ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Shutdown(context.Context, *empty.Empty) (*ShutdownResponse, error)
func (*UnimplementedMachineServiceServer) Stats ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Stats(context.Context, *StatsRequest) (*StatsResponse, error)
func (*UnimplementedMachineServiceServer) SystemStat ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) SystemStat(context.Context, *empty.Empty) (*SystemStatResponse, error)
func (*UnimplementedMachineServiceServer) Upgrade ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Upgrade(context.Context, *UpgradeRequest) (*UpgradeResponse, error)
func (*UnimplementedMachineServiceServer) Version ¶ added in v0.6.0
func (*UnimplementedMachineServiceServer) Version(context.Context, *empty.Empty) (*VersionResponse, error)
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) GetMetadata ¶
func (*Upgrade) ProtoMessage ¶
func (*Upgrade) ProtoMessage()
func (*Upgrade) ProtoReflect ¶ added in v0.6.0
func (x *Upgrade) ProtoReflect() protoreflect.Message
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"` // contains filtered or unexported fields }
rpc upgrade
func (*UpgradeRequest) Descriptor
deprecated
func (*UpgradeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpgradeRequest.ProtoReflect.Descriptor instead.
func (*UpgradeRequest) GetImage ¶
func (x *UpgradeRequest) GetImage() string
func (*UpgradeRequest) GetPreserve ¶ added in v0.4.0
func (x *UpgradeRequest) GetPreserve() bool
func (*UpgradeRequest) ProtoMessage ¶
func (*UpgradeRequest) ProtoMessage()
func (*UpgradeRequest) ProtoReflect ¶ added in v0.6.0
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 ¶ added in v0.6.0
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"` // contains filtered or unexported fields }
func (*Version) Descriptor
deprecated
func (*Version) GetMetadata ¶
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 ¶ added in v0.6.0
func (x *Version) ProtoReflect() protoreflect.Message
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 ¶ added in v0.6.0
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 ¶ added in v0.6.0
func (x *VersionResponse) ProtoReflect() protoreflect.Message
func (*VersionResponse) Reset ¶
func (x *VersionResponse) Reset()
func (*VersionResponse) String ¶
func (x *VersionResponse) String() string