v1

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2026 License: Apache-2.0 Imports: 17 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_platform_daemon_v1_daemon_proto protoreflect.FileDescriptor
View Source
var File_platform_daemon_v1_system_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ComponentVersion added in v0.8.2

type ComponentVersion struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" bun:"name" csv:"name" pg:"name" yaml:"name"`
	Domain  string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain" bun:"domain" csv:"domain" pg:"domain" yaml:"domain"`
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	// contains filtered or unexported fields
}

func (*ComponentVersion) Descriptor deprecated added in v0.8.2

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

Deprecated: Use ComponentVersion.ProtoReflect.Descriptor instead.

func (*ComponentVersion) GetDomain added in v0.8.2

func (x *ComponentVersion) GetDomain() string

func (*ComponentVersion) GetName added in v0.8.2

func (x *ComponentVersion) GetName() string

func (*ComponentVersion) GetVersion added in v0.8.2

func (x *ComponentVersion) GetVersion() string

func (*ComponentVersion) ProtoMessage added in v0.8.2

func (*ComponentVersion) ProtoMessage()

func (*ComponentVersion) ProtoReflect added in v0.8.2

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

func (*ComponentVersion) Reset added in v0.8.2

func (x *ComponentVersion) Reset()

func (*ComponentVersion) String added in v0.8.2

func (x *ComponentVersion) String() string

func (*ComponentVersion) Validate added in v0.8.2

func (m *ComponentVersion) Validate() error

Validate checks the field values on ComponentVersion with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ComponentVersion) ValidateAll added in v0.8.2

func (m *ComponentVersion) ValidateAll() error

ValidateAll checks the field values on ComponentVersion with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ComponentVersionMultiError, or nil if none found.

type ComponentVersionMultiError added in v0.8.2

type ComponentVersionMultiError []error

ComponentVersionMultiError is an error wrapping multiple validation errors returned by ComponentVersion.ValidateAll() if the designated constraints aren't met.

func (ComponentVersionMultiError) AllErrors added in v0.8.2

func (m ComponentVersionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ComponentVersionMultiError) Error added in v0.8.2

Error returns a concatenation of all the error messages it wraps.

type ComponentVersionValidationError added in v0.8.2

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

ComponentVersionValidationError is the validation error returned by ComponentVersion.Validate if the designated constraints aren't met.

func (ComponentVersionValidationError) Cause added in v0.8.2

Cause function returns cause value.

func (ComponentVersionValidationError) Error added in v0.8.2

Error satisfies the builtin error interface

func (ComponentVersionValidationError) ErrorName added in v0.8.2

ErrorName returns error name.

func (ComponentVersionValidationError) Field added in v0.8.2

Field function returns field value.

func (ComponentVersionValidationError) Key added in v0.8.2

Key function returns key value.

func (ComponentVersionValidationError) Reason added in v0.8.2

Reason function returns reason value.

type ComputeStats added in v0.3.8

type ComputeStats struct {
	UserPercent   float32 `` /* 161-byte string literal not displayed */
	SystemPercent float32 `` /* 175-byte string literal not displayed */
	IdlePercent   float32 `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ComputeStats) Descriptor deprecated added in v0.3.8

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

Deprecated: Use ComputeStats.ProtoReflect.Descriptor instead.

func (*ComputeStats) GetIdlePercent added in v0.3.8

func (x *ComputeStats) GetIdlePercent() float32

func (*ComputeStats) GetSystemPercent added in v0.3.8

func (x *ComputeStats) GetSystemPercent() float32

func (*ComputeStats) GetUserPercent added in v0.3.8

func (x *ComputeStats) GetUserPercent() float32

func (*ComputeStats) ProtoMessage added in v0.3.8

func (*ComputeStats) ProtoMessage()

func (*ComputeStats) ProtoReflect added in v0.3.8

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

func (*ComputeStats) Reset added in v0.3.8

func (x *ComputeStats) Reset()

func (*ComputeStats) String added in v0.3.8

func (x *ComputeStats) String() string

func (*ComputeStats) Validate added in v0.3.8

func (m *ComputeStats) Validate() error

Validate checks the field values on ComputeStats with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ComputeStats) ValidateAll added in v0.3.8

func (m *ComputeStats) ValidateAll() error

ValidateAll checks the field values on ComputeStats with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ComputeStatsMultiError, or nil if none found.

type ComputeStatsMultiError added in v0.3.8

type ComputeStatsMultiError []error

ComputeStatsMultiError is an error wrapping multiple validation errors returned by ComputeStats.ValidateAll() if the designated constraints aren't met.

func (ComputeStatsMultiError) AllErrors added in v0.3.8

func (m ComputeStatsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ComputeStatsMultiError) Error added in v0.3.8

func (m ComputeStatsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ComputeStatsValidationError added in v0.3.8

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

ComputeStatsValidationError is the validation error returned by ComputeStats.Validate if the designated constraints aren't met.

func (ComputeStatsValidationError) Cause added in v0.3.8

Cause function returns cause value.

func (ComputeStatsValidationError) Error added in v0.3.8

Error satisfies the builtin error interface

func (ComputeStatsValidationError) ErrorName added in v0.3.8

func (e ComputeStatsValidationError) ErrorName() string

ErrorName returns error name.

func (ComputeStatsValidationError) Field added in v0.3.8

Field function returns field value.

func (ComputeStatsValidationError) Key added in v0.3.8

Key function returns key value.

func (ComputeStatsValidationError) Reason added in v0.3.8

Reason function returns reason value.

type CreateVolumeRequest added in v0.9.0

type CreateVolumeRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" bun:"name" csv:"name" pg:"name" yaml:"name"`
	// minimum size of the volume: parsed with https://github.com/dustin/go-humanize
	MinSize string `` /* 131-byte string literal not displayed */
	// maximum size of the volume: parsed with https://github.com/dustin/go-humanize
	MaxSize string `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateVolumeRequest) Descriptor deprecated added in v0.9.0

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

Deprecated: Use CreateVolumeRequest.ProtoReflect.Descriptor instead.

func (*CreateVolumeRequest) GetMaxSize added in v0.9.0

func (x *CreateVolumeRequest) GetMaxSize() string

func (*CreateVolumeRequest) GetMinSize added in v0.9.0

func (x *CreateVolumeRequest) GetMinSize() string

func (*CreateVolumeRequest) GetName added in v0.9.0

func (x *CreateVolumeRequest) GetName() string

func (*CreateVolumeRequest) ProtoMessage added in v0.9.0

func (*CreateVolumeRequest) ProtoMessage()

func (*CreateVolumeRequest) ProtoReflect added in v0.9.0

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

func (*CreateVolumeRequest) Reset added in v0.9.0

func (x *CreateVolumeRequest) Reset()

func (*CreateVolumeRequest) String added in v0.9.0

func (x *CreateVolumeRequest) String() string

func (*CreateVolumeRequest) Validate added in v0.9.0

func (m *CreateVolumeRequest) Validate() error

Validate checks the field values on CreateVolumeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateVolumeRequest) ValidateAll added in v0.9.0

func (m *CreateVolumeRequest) ValidateAll() error

ValidateAll checks the field values on CreateVolumeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateVolumeRequestMultiError, or nil if none found.

type CreateVolumeRequestMultiError added in v0.9.0

type CreateVolumeRequestMultiError []error

CreateVolumeRequestMultiError is an error wrapping multiple validation errors returned by CreateVolumeRequest.ValidateAll() if the designated constraints aren't met.

func (CreateVolumeRequestMultiError) AllErrors added in v0.9.0

func (m CreateVolumeRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateVolumeRequestMultiError) Error added in v0.9.0

Error returns a concatenation of all the error messages it wraps.

type CreateVolumeRequestValidationError added in v0.9.0

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

CreateVolumeRequestValidationError is the validation error returned by CreateVolumeRequest.Validate if the designated constraints aren't met.

func (CreateVolumeRequestValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (CreateVolumeRequestValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (CreateVolumeRequestValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (CreateVolumeRequestValidationError) Field added in v0.9.0

Field function returns field value.

func (CreateVolumeRequestValidationError) Key added in v0.9.0

Key function returns key value.

func (CreateVolumeRequestValidationError) Reason added in v0.9.0

Reason function returns reason value.

type CreateVolumeResponse added in v0.9.0

type CreateVolumeResponse struct {

	// identifier of the created volume, to be used when calling DeleteVolume()
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" bun:"id" csv:"id" pg:"id" yaml:"id"`
	Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path" bun:"path" csv:"path" pg:"path" yaml:"path"`
	// contains filtered or unexported fields
}

func (*CreateVolumeResponse) Descriptor deprecated added in v0.9.0

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

Deprecated: Use CreateVolumeResponse.ProtoReflect.Descriptor instead.

func (*CreateVolumeResponse) GetId added in v0.9.0

func (x *CreateVolumeResponse) GetId() string

func (*CreateVolumeResponse) GetPath added in v0.9.0

func (x *CreateVolumeResponse) GetPath() string

func (*CreateVolumeResponse) ProtoMessage added in v0.9.0

func (*CreateVolumeResponse) ProtoMessage()

func (*CreateVolumeResponse) ProtoReflect added in v0.9.0

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

func (*CreateVolumeResponse) Reset added in v0.9.0

func (x *CreateVolumeResponse) Reset()

func (*CreateVolumeResponse) String added in v0.9.0

func (x *CreateVolumeResponse) String() string

func (*CreateVolumeResponse) Validate added in v0.9.0

func (m *CreateVolumeResponse) Validate() error

Validate checks the field values on CreateVolumeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateVolumeResponse) ValidateAll added in v0.9.0

func (m *CreateVolumeResponse) ValidateAll() error

ValidateAll checks the field values on CreateVolumeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateVolumeResponseMultiError, or nil if none found.

type CreateVolumeResponseMultiError added in v0.9.0

type CreateVolumeResponseMultiError []error

CreateVolumeResponseMultiError is an error wrapping multiple validation errors returned by CreateVolumeResponse.ValidateAll() if the designated constraints aren't met.

func (CreateVolumeResponseMultiError) AllErrors added in v0.9.0

func (m CreateVolumeResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateVolumeResponseMultiError) Error added in v0.9.0

Error returns a concatenation of all the error messages it wraps.

type CreateVolumeResponseValidationError added in v0.9.0

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

CreateVolumeResponseValidationError is the validation error returned by CreateVolumeResponse.Validate if the designated constraints aren't met.

func (CreateVolumeResponseValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (CreateVolumeResponseValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (CreateVolumeResponseValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (CreateVolumeResponseValidationError) Field added in v0.9.0

Field function returns field value.

func (CreateVolumeResponseValidationError) Key added in v0.9.0

Key function returns key value.

func (CreateVolumeResponseValidationError) Reason added in v0.9.0

Reason function returns reason value.

type DeleteVolumeRequest added in v0.9.0

type DeleteVolumeRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" bun:"id" csv:"id" pg:"id" yaml:"id"`
	// contains filtered or unexported fields
}

func (*DeleteVolumeRequest) Descriptor deprecated added in v0.9.0

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

Deprecated: Use DeleteVolumeRequest.ProtoReflect.Descriptor instead.

func (*DeleteVolumeRequest) GetId added in v0.9.0

func (x *DeleteVolumeRequest) GetId() string

func (*DeleteVolumeRequest) ProtoMessage added in v0.9.0

func (*DeleteVolumeRequest) ProtoMessage()

func (*DeleteVolumeRequest) ProtoReflect added in v0.9.0

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

func (*DeleteVolumeRequest) Reset added in v0.9.0

func (x *DeleteVolumeRequest) Reset()

func (*DeleteVolumeRequest) String added in v0.9.0

func (x *DeleteVolumeRequest) String() string

func (*DeleteVolumeRequest) Validate added in v0.9.0

func (m *DeleteVolumeRequest) Validate() error

Validate checks the field values on DeleteVolumeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteVolumeRequest) ValidateAll added in v0.9.0

func (m *DeleteVolumeRequest) ValidateAll() error

ValidateAll checks the field values on DeleteVolumeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteVolumeRequestMultiError, or nil if none found.

type DeleteVolumeRequestMultiError added in v0.9.0

type DeleteVolumeRequestMultiError []error

DeleteVolumeRequestMultiError is an error wrapping multiple validation errors returned by DeleteVolumeRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteVolumeRequestMultiError) AllErrors added in v0.9.0

func (m DeleteVolumeRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteVolumeRequestMultiError) Error added in v0.9.0

Error returns a concatenation of all the error messages it wraps.

type DeleteVolumeRequestValidationError added in v0.9.0

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

DeleteVolumeRequestValidationError is the validation error returned by DeleteVolumeRequest.Validate if the designated constraints aren't met.

func (DeleteVolumeRequestValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (DeleteVolumeRequestValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (DeleteVolumeRequestValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (DeleteVolumeRequestValidationError) Field added in v0.9.0

Field function returns field value.

func (DeleteVolumeRequestValidationError) Key added in v0.9.0

Key function returns key value.

func (DeleteVolumeRequestValidationError) Reason added in v0.9.0

Reason function returns reason value.

type DeleteVolumeResponse added in v0.9.0

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

func (*DeleteVolumeResponse) Descriptor deprecated added in v0.9.0

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

Deprecated: Use DeleteVolumeResponse.ProtoReflect.Descriptor instead.

func (*DeleteVolumeResponse) ProtoMessage added in v0.9.0

func (*DeleteVolumeResponse) ProtoMessage()

func (*DeleteVolumeResponse) ProtoReflect added in v0.9.0

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

func (*DeleteVolumeResponse) Reset added in v0.9.0

func (x *DeleteVolumeResponse) Reset()

func (*DeleteVolumeResponse) String added in v0.9.0

func (x *DeleteVolumeResponse) String() string

func (*DeleteVolumeResponse) Validate added in v0.9.0

func (m *DeleteVolumeResponse) Validate() error

Validate checks the field values on DeleteVolumeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteVolumeResponse) ValidateAll added in v0.9.0

func (m *DeleteVolumeResponse) ValidateAll() error

ValidateAll checks the field values on DeleteVolumeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteVolumeResponseMultiError, or nil if none found.

type DeleteVolumeResponseMultiError added in v0.9.0

type DeleteVolumeResponseMultiError []error

DeleteVolumeResponseMultiError is an error wrapping multiple validation errors returned by DeleteVolumeResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteVolumeResponseMultiError) AllErrors added in v0.9.0

func (m DeleteVolumeResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteVolumeResponseMultiError) Error added in v0.9.0

Error returns a concatenation of all the error messages it wraps.

type DeleteVolumeResponseValidationError added in v0.9.0

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

DeleteVolumeResponseValidationError is the validation error returned by DeleteVolumeResponse.Validate if the designated constraints aren't met.

func (DeleteVolumeResponseValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (DeleteVolumeResponseValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (DeleteVolumeResponseValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (DeleteVolumeResponseValidationError) Field added in v0.9.0

Field function returns field value.

func (DeleteVolumeResponseValidationError) Key added in v0.9.0

Key function returns key value.

func (DeleteVolumeResponseValidationError) Reason added in v0.9.0

Reason function returns reason value.

type DriveStats added in v0.3.8

type DriveStats struct {
	MountPoint string `` /* 152-byte string literal not displayed */
	TotalBytes uint64 `` /* 153-byte string literal not displayed */
	FreeBytes  uint64 `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DriveStats) Descriptor deprecated added in v0.3.8

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

Deprecated: Use DriveStats.ProtoReflect.Descriptor instead.

func (*DriveStats) GetFreeBytes added in v0.3.8

func (x *DriveStats) GetFreeBytes() uint64

func (*DriveStats) GetMountPoint added in v0.3.8

func (x *DriveStats) GetMountPoint() string

func (*DriveStats) GetTotalBytes added in v0.3.8

func (x *DriveStats) GetTotalBytes() uint64

func (*DriveStats) ProtoMessage added in v0.3.8

func (*DriveStats) ProtoMessage()

func (*DriveStats) ProtoReflect added in v0.3.8

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

func (*DriveStats) Reset added in v0.3.8

func (x *DriveStats) Reset()

func (*DriveStats) String added in v0.3.8

func (x *DriveStats) String() string

func (*DriveStats) Validate added in v0.3.8

func (m *DriveStats) Validate() error

Validate checks the field values on DriveStats with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DriveStats) ValidateAll added in v0.3.8

func (m *DriveStats) ValidateAll() error

ValidateAll checks the field values on DriveStats with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DriveStatsMultiError, or nil if none found.

type DriveStatsMultiError added in v0.3.8

type DriveStatsMultiError []error

DriveStatsMultiError is an error wrapping multiple validation errors returned by DriveStats.ValidateAll() if the designated constraints aren't met.

func (DriveStatsMultiError) AllErrors added in v0.3.8

func (m DriveStatsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DriveStatsMultiError) Error added in v0.3.8

func (m DriveStatsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DriveStatsValidationError added in v0.3.8

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

DriveStatsValidationError is the validation error returned by DriveStats.Validate if the designated constraints aren't met.

func (DriveStatsValidationError) Cause added in v0.3.8

func (e DriveStatsValidationError) Cause() error

Cause function returns cause value.

func (DriveStatsValidationError) Error added in v0.3.8

Error satisfies the builtin error interface

func (DriveStatsValidationError) ErrorName added in v0.3.8

func (e DriveStatsValidationError) ErrorName() string

ErrorName returns error name.

func (DriveStatsValidationError) Field added in v0.3.8

Field function returns field value.

func (DriveStatsValidationError) Key added in v0.3.8

Key function returns key value.

func (DriveStatsValidationError) Reason added in v0.3.8

func (e DriveStatsValidationError) Reason() string

Reason function returns reason value.

type Log added in v0.8.4

type Log struct {
	Source    string                 `protobuf:"bytes,1,opt,name=source,proto3" json:"source" bun:"source" csv:"source" pg:"source" yaml:"source"`
	Namespace string                 `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace" bun:"namespace" csv:"namespace" pg:"namespace" yaml:"namespace"`
	Domain    string                 `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain" bun:"domain" csv:"domain" pg:"domain" yaml:"domain"`
	Log       string                 `protobuf:"bytes,4,opt,name=log,proto3" json:"log" bun:"log" csv:"log" pg:"log" yaml:"log"`
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp" bun:"timestamp" csv:"timestamp" pg:"timestamp" yaml:"timestamp"`
	// contains filtered or unexported fields
}

func (*Log) Descriptor deprecated added in v0.8.4

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

Deprecated: Use Log.ProtoReflect.Descriptor instead.

func (*Log) GetDomain added in v0.8.4

func (x *Log) GetDomain() string

func (*Log) GetLog added in v0.8.4

func (x *Log) GetLog() string

func (*Log) GetNamespace added in v0.8.4

func (x *Log) GetNamespace() string

func (*Log) GetSource added in v0.8.4

func (x *Log) GetSource() string

func (*Log) GetTimestamp added in v0.8.4

func (x *Log) GetTimestamp() *timestamppb.Timestamp

func (*Log) ProtoMessage added in v0.8.4

func (*Log) ProtoMessage()

func (*Log) ProtoReflect added in v0.8.4

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

func (*Log) Reset added in v0.8.4

func (x *Log) Reset()

func (*Log) String added in v0.8.4

func (x *Log) String() string

func (*Log) Validate added in v0.8.4

func (m *Log) Validate() error

Validate checks the field values on Log with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Log) ValidateAll added in v0.8.4

func (m *Log) ValidateAll() error

ValidateAll checks the field values on Log with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LogMultiError, or nil if none found.

type LogMultiError added in v0.8.4

type LogMultiError []error

LogMultiError is an error wrapping multiple validation errors returned by Log.ValidateAll() if the designated constraints aren't met.

func (LogMultiError) AllErrors added in v0.8.4

func (m LogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LogMultiError) Error added in v0.8.4

func (m LogMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LogValidationError added in v0.8.4

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

LogValidationError is the validation error returned by Log.Validate if the designated constraints aren't met.

func (LogValidationError) Cause added in v0.8.4

func (e LogValidationError) Cause() error

Cause function returns cause value.

func (LogValidationError) Error added in v0.8.4

func (e LogValidationError) Error() string

Error satisfies the builtin error interface

func (LogValidationError) ErrorName added in v0.8.4

func (e LogValidationError) ErrorName() string

ErrorName returns error name.

func (LogValidationError) Field added in v0.8.4

func (e LogValidationError) Field() string

Field function returns field value.

func (LogValidationError) Key added in v0.8.4

func (e LogValidationError) Key() bool

Key function returns key value.

func (LogValidationError) Reason added in v0.8.4

func (e LogValidationError) Reason() string

Reason function returns reason value.

type MemoryStats added in v0.3.8

type MemoryStats struct {
	TotalBytes     uint64 `` /* 153-byte string literal not displayed */
	UsedBytes      uint64 `` /* 146-byte string literal not displayed */
	CachedBytes    uint64 `` /* 160-byte string literal not displayed */
	FreeBytes      uint64 `` /* 146-byte string literal not displayed */
	AvailableBytes uint64 `` /* 181-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MemoryStats) Descriptor deprecated added in v0.3.8

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

Deprecated: Use MemoryStats.ProtoReflect.Descriptor instead.

func (*MemoryStats) GetAvailableBytes added in v0.3.8

func (x *MemoryStats) GetAvailableBytes() uint64

func (*MemoryStats) GetCachedBytes added in v0.3.8

func (x *MemoryStats) GetCachedBytes() uint64

func (*MemoryStats) GetFreeBytes added in v0.3.8

func (x *MemoryStats) GetFreeBytes() uint64

func (*MemoryStats) GetTotalBytes added in v0.3.8

func (x *MemoryStats) GetTotalBytes() uint64

func (*MemoryStats) GetUsedBytes added in v0.3.8

func (x *MemoryStats) GetUsedBytes() uint64

func (*MemoryStats) ProtoMessage added in v0.3.8

func (*MemoryStats) ProtoMessage()

func (*MemoryStats) ProtoReflect added in v0.3.8

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

func (*MemoryStats) Reset added in v0.3.8

func (x *MemoryStats) Reset()

func (*MemoryStats) String added in v0.3.8

func (x *MemoryStats) String() string

func (*MemoryStats) Validate added in v0.3.8

func (m *MemoryStats) Validate() error

Validate checks the field values on MemoryStats with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MemoryStats) ValidateAll added in v0.3.8

func (m *MemoryStats) ValidateAll() error

ValidateAll checks the field values on MemoryStats with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MemoryStatsMultiError, or nil if none found.

type MemoryStatsMultiError added in v0.3.8

type MemoryStatsMultiError []error

MemoryStatsMultiError is an error wrapping multiple validation errors returned by MemoryStats.ValidateAll() if the designated constraints aren't met.

func (MemoryStatsMultiError) AllErrors added in v0.3.8

func (m MemoryStatsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MemoryStatsMultiError) Error added in v0.3.8

func (m MemoryStatsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MemoryStatsValidationError added in v0.3.8

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

MemoryStatsValidationError is the validation error returned by MemoryStats.Validate if the designated constraints aren't met.

func (MemoryStatsValidationError) Cause added in v0.3.8

Cause function returns cause value.

func (MemoryStatsValidationError) Error added in v0.3.8

Error satisfies the builtin error interface

func (MemoryStatsValidationError) ErrorName added in v0.3.8

func (e MemoryStatsValidationError) ErrorName() string

ErrorName returns error name.

func (MemoryStatsValidationError) Field added in v0.3.8

Field function returns field value.

func (MemoryStatsValidationError) Key added in v0.3.8

Key function returns key value.

func (MemoryStatsValidationError) Reason added in v0.3.8

Reason function returns reason value.

type RebootHostRequest added in v0.9.0

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

func (*RebootHostRequest) Descriptor deprecated added in v0.9.0

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

Deprecated: Use RebootHostRequest.ProtoReflect.Descriptor instead.

func (*RebootHostRequest) ProtoMessage added in v0.9.0

func (*RebootHostRequest) ProtoMessage()

func (*RebootHostRequest) ProtoReflect added in v0.9.0

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

func (*RebootHostRequest) Reset added in v0.9.0

func (x *RebootHostRequest) Reset()

func (*RebootHostRequest) String added in v0.9.0

func (x *RebootHostRequest) String() string

func (*RebootHostRequest) Validate added in v0.9.0

func (m *RebootHostRequest) Validate() error

Validate checks the field values on RebootHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RebootHostRequest) ValidateAll added in v0.9.0

func (m *RebootHostRequest) ValidateAll() error

ValidateAll checks the field values on RebootHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RebootHostRequestMultiError, or nil if none found.

type RebootHostRequestMultiError added in v0.9.0

type RebootHostRequestMultiError []error

RebootHostRequestMultiError is an error wrapping multiple validation errors returned by RebootHostRequest.ValidateAll() if the designated constraints aren't met.

func (RebootHostRequestMultiError) AllErrors added in v0.9.0

func (m RebootHostRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RebootHostRequestMultiError) Error added in v0.9.0

Error returns a concatenation of all the error messages it wraps.

type RebootHostRequestValidationError added in v0.9.0

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

RebootHostRequestValidationError is the validation error returned by RebootHostRequest.Validate if the designated constraints aren't met.

func (RebootHostRequestValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (RebootHostRequestValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (RebootHostRequestValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (RebootHostRequestValidationError) Field added in v0.9.0

Field function returns field value.

func (RebootHostRequestValidationError) Key added in v0.9.0

Key function returns key value.

func (RebootHostRequestValidationError) Reason added in v0.9.0

Reason function returns reason value.

type RebootHostResponse added in v0.9.0

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

func (*RebootHostResponse) Descriptor deprecated added in v0.9.0

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

Deprecated: Use RebootHostResponse.ProtoReflect.Descriptor instead.

func (*RebootHostResponse) ProtoMessage added in v0.9.0

func (*RebootHostResponse) ProtoMessage()

func (*RebootHostResponse) ProtoReflect added in v0.9.0

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

func (*RebootHostResponse) Reset added in v0.9.0

func (x *RebootHostResponse) Reset()

func (*RebootHostResponse) String added in v0.9.0

func (x *RebootHostResponse) String() string

func (*RebootHostResponse) Validate added in v0.9.0

func (m *RebootHostResponse) Validate() error

Validate checks the field values on RebootHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RebootHostResponse) ValidateAll added in v0.9.0

func (m *RebootHostResponse) ValidateAll() error

ValidateAll checks the field values on RebootHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RebootHostResponseMultiError, or nil if none found.

type RebootHostResponseMultiError added in v0.9.0

type RebootHostResponseMultiError []error

RebootHostResponseMultiError is an error wrapping multiple validation errors returned by RebootHostResponse.ValidateAll() if the designated constraints aren't met.

func (RebootHostResponseMultiError) AllErrors added in v0.9.0

func (m RebootHostResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RebootHostResponseMultiError) Error added in v0.9.0

Error returns a concatenation of all the error messages it wraps.

type RebootHostResponseValidationError added in v0.9.0

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

RebootHostResponseValidationError is the validation error returned by RebootHostResponse.Validate if the designated constraints aren't met.

func (RebootHostResponseValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (RebootHostResponseValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (RebootHostResponseValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (RebootHostResponseValidationError) Field added in v0.9.0

Field function returns field value.

func (RebootHostResponseValidationError) Key added in v0.9.0

Key function returns key value.

func (RebootHostResponseValidationError) Reason added in v0.9.0

Reason function returns reason value.

type ShutdownHostRequest added in v0.9.0

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

func (*ShutdownHostRequest) Descriptor deprecated added in v0.9.0

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

Deprecated: Use ShutdownHostRequest.ProtoReflect.Descriptor instead.

func (*ShutdownHostRequest) ProtoMessage added in v0.9.0

func (*ShutdownHostRequest) ProtoMessage()

func (*ShutdownHostRequest) ProtoReflect added in v0.9.0

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

func (*ShutdownHostRequest) Reset added in v0.9.0

func (x *ShutdownHostRequest) Reset()

func (*ShutdownHostRequest) String added in v0.9.0

func (x *ShutdownHostRequest) String() string

func (*ShutdownHostRequest) Validate added in v0.9.0

func (m *ShutdownHostRequest) Validate() error

Validate checks the field values on ShutdownHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ShutdownHostRequest) ValidateAll added in v0.9.0

func (m *ShutdownHostRequest) ValidateAll() error

ValidateAll checks the field values on ShutdownHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ShutdownHostRequestMultiError, or nil if none found.

type ShutdownHostRequestMultiError added in v0.9.0

type ShutdownHostRequestMultiError []error

ShutdownHostRequestMultiError is an error wrapping multiple validation errors returned by ShutdownHostRequest.ValidateAll() if the designated constraints aren't met.

func (ShutdownHostRequestMultiError) AllErrors added in v0.9.0

func (m ShutdownHostRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShutdownHostRequestMultiError) Error added in v0.9.0

Error returns a concatenation of all the error messages it wraps.

type ShutdownHostRequestValidationError added in v0.9.0

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

ShutdownHostRequestValidationError is the validation error returned by ShutdownHostRequest.Validate if the designated constraints aren't met.

func (ShutdownHostRequestValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (ShutdownHostRequestValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (ShutdownHostRequestValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (ShutdownHostRequestValidationError) Field added in v0.9.0

Field function returns field value.

func (ShutdownHostRequestValidationError) Key added in v0.9.0

Key function returns key value.

func (ShutdownHostRequestValidationError) Reason added in v0.9.0

Reason function returns reason value.

type ShutdownHostResponse added in v0.9.0

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

func (*ShutdownHostResponse) Descriptor deprecated added in v0.9.0

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

Deprecated: Use ShutdownHostResponse.ProtoReflect.Descriptor instead.

func (*ShutdownHostResponse) ProtoMessage added in v0.9.0

func (*ShutdownHostResponse) ProtoMessage()

func (*ShutdownHostResponse) ProtoReflect added in v0.9.0

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

func (*ShutdownHostResponse) Reset added in v0.9.0

func (x *ShutdownHostResponse) Reset()

func (*ShutdownHostResponse) String added in v0.9.0

func (x *ShutdownHostResponse) String() string

func (*ShutdownHostResponse) Validate added in v0.9.0

func (m *ShutdownHostResponse) Validate() error

Validate checks the field values on ShutdownHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ShutdownHostResponse) ValidateAll added in v0.9.0

func (m *ShutdownHostResponse) ValidateAll() error

ValidateAll checks the field values on ShutdownHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ShutdownHostResponseMultiError, or nil if none found.

type ShutdownHostResponseMultiError added in v0.9.0

type ShutdownHostResponseMultiError []error

ShutdownHostResponseMultiError is an error wrapping multiple validation errors returned by ShutdownHostResponse.ValidateAll() if the designated constraints aren't met.

func (ShutdownHostResponseMultiError) AllErrors added in v0.9.0

func (m ShutdownHostResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShutdownHostResponseMultiError) Error added in v0.9.0

Error returns a concatenation of all the error messages it wraps.

type ShutdownHostResponseValidationError added in v0.9.0

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

ShutdownHostResponseValidationError is the validation error returned by ShutdownHostResponse.Validate if the designated constraints aren't met.

func (ShutdownHostResponseValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (ShutdownHostResponseValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (ShutdownHostResponseValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (ShutdownHostResponseValidationError) Field added in v0.9.0

Field function returns field value.

func (ShutdownHostResponseValidationError) Key added in v0.9.0

Key function returns key value.

func (ShutdownHostResponseValidationError) Reason added in v0.9.0

Reason function returns reason value.

type SystemStats added in v0.3.8

type SystemStats struct {
	StartTime *timestamppb.Timestamp `` /* 145-byte string literal not displayed */
	EndTime   *timestamppb.Timestamp `` /* 131-byte string literal not displayed */
	Compute   *ComputeStats          `protobuf:"bytes,3,opt,name=compute,proto3" json:"compute" bun:"compute" csv:"compute" pg:"compute" yaml:"compute"`
	Memory    *MemoryStats           `protobuf:"bytes,4,opt,name=memory,proto3" json:"memory" bun:"memory" csv:"memory" pg:"memory" yaml:"memory"`
	Drives    []*DriveStats          `protobuf:"bytes,5,rep,name=drives,proto3" json:"drives" bun:"drives" csv:"drives" pg:"drives" yaml:"drives"`
	// contains filtered or unexported fields
}

func (*SystemStats) Descriptor deprecated added in v0.3.8

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

Deprecated: Use SystemStats.ProtoReflect.Descriptor instead.

func (*SystemStats) GetCompute added in v0.3.8

func (x *SystemStats) GetCompute() *ComputeStats

func (*SystemStats) GetDrives added in v0.3.8

func (x *SystemStats) GetDrives() []*DriveStats

func (*SystemStats) GetEndTime added in v0.3.8

func (x *SystemStats) GetEndTime() *timestamppb.Timestamp

func (*SystemStats) GetMemory added in v0.3.8

func (x *SystemStats) GetMemory() *MemoryStats

func (*SystemStats) GetStartTime added in v0.3.8

func (x *SystemStats) GetStartTime() *timestamppb.Timestamp

func (*SystemStats) ProtoMessage added in v0.3.8

func (*SystemStats) ProtoMessage()

func (*SystemStats) ProtoReflect added in v0.3.8

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

func (*SystemStats) Reset added in v0.3.8

func (x *SystemStats) Reset()

func (*SystemStats) String added in v0.3.8

func (x *SystemStats) String() string

func (*SystemStats) Validate added in v0.3.8

func (m *SystemStats) Validate() error

Validate checks the field values on SystemStats with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SystemStats) ValidateAll added in v0.3.8

func (m *SystemStats) ValidateAll() error

ValidateAll checks the field values on SystemStats with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SystemStatsMultiError, or nil if none found.

type SystemStatsMultiError added in v0.3.8

type SystemStatsMultiError []error

SystemStatsMultiError is an error wrapping multiple validation errors returned by SystemStats.ValidateAll() if the designated constraints aren't met.

func (SystemStatsMultiError) AllErrors added in v0.3.8

func (m SystemStatsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SystemStatsMultiError) Error added in v0.3.8

func (m SystemStatsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SystemStatsRequest added in v0.9.0

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

func (*SystemStatsRequest) Descriptor deprecated added in v0.9.0

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

Deprecated: Use SystemStatsRequest.ProtoReflect.Descriptor instead.

func (*SystemStatsRequest) ProtoMessage added in v0.9.0

func (*SystemStatsRequest) ProtoMessage()

func (*SystemStatsRequest) ProtoReflect added in v0.9.0

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

func (*SystemStatsRequest) Reset added in v0.9.0

func (x *SystemStatsRequest) Reset()

func (*SystemStatsRequest) String added in v0.9.0

func (x *SystemStatsRequest) String() string

func (*SystemStatsRequest) Validate added in v0.9.0

func (m *SystemStatsRequest) Validate() error

Validate checks the field values on SystemStatsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SystemStatsRequest) ValidateAll added in v0.9.0

func (m *SystemStatsRequest) ValidateAll() error

ValidateAll checks the field values on SystemStatsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SystemStatsRequestMultiError, or nil if none found.

type SystemStatsRequestMultiError added in v0.9.0

type SystemStatsRequestMultiError []error

SystemStatsRequestMultiError is an error wrapping multiple validation errors returned by SystemStatsRequest.ValidateAll() if the designated constraints aren't met.

func (SystemStatsRequestMultiError) AllErrors added in v0.9.0

func (m SystemStatsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SystemStatsRequestMultiError) Error added in v0.9.0

Error returns a concatenation of all the error messages it wraps.

type SystemStatsRequestValidationError added in v0.9.0

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

SystemStatsRequestValidationError is the validation error returned by SystemStatsRequest.Validate if the designated constraints aren't met.

func (SystemStatsRequestValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (SystemStatsRequestValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (SystemStatsRequestValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (SystemStatsRequestValidationError) Field added in v0.9.0

Field function returns field value.

func (SystemStatsRequestValidationError) Key added in v0.9.0

Key function returns key value.

func (SystemStatsRequestValidationError) Reason added in v0.9.0

Reason function returns reason value.

type SystemStatsResponse added in v0.9.0

type SystemStatsResponse struct {
	Stats *SystemStats `protobuf:"bytes,1,opt,name=stats,proto3" json:"stats" bun:"stats" csv:"stats" pg:"stats" yaml:"stats"`
	// contains filtered or unexported fields
}

func (*SystemStatsResponse) Descriptor deprecated added in v0.9.0

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

Deprecated: Use SystemStatsResponse.ProtoReflect.Descriptor instead.

func (*SystemStatsResponse) GetStats added in v0.9.0

func (x *SystemStatsResponse) GetStats() *SystemStats

func (*SystemStatsResponse) ProtoMessage added in v0.9.0

func (*SystemStatsResponse) ProtoMessage()

func (*SystemStatsResponse) ProtoReflect added in v0.9.0

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

func (*SystemStatsResponse) Reset added in v0.9.0

func (x *SystemStatsResponse) Reset()

func (*SystemStatsResponse) String added in v0.9.0

func (x *SystemStatsResponse) String() string

func (*SystemStatsResponse) Validate added in v0.9.0

func (m *SystemStatsResponse) Validate() error

Validate checks the field values on SystemStatsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SystemStatsResponse) ValidateAll added in v0.9.0

func (m *SystemStatsResponse) ValidateAll() error

ValidateAll checks the field values on SystemStatsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SystemStatsResponseMultiError, or nil if none found.

type SystemStatsResponseMultiError added in v0.9.0

type SystemStatsResponseMultiError []error

SystemStatsResponseMultiError is an error wrapping multiple validation errors returned by SystemStatsResponse.ValidateAll() if the designated constraints aren't met.

func (SystemStatsResponseMultiError) AllErrors added in v0.9.0

func (m SystemStatsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SystemStatsResponseMultiError) Error added in v0.9.0

Error returns a concatenation of all the error messages it wraps.

type SystemStatsResponseValidationError added in v0.9.0

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

SystemStatsResponseValidationError is the validation error returned by SystemStatsResponse.Validate if the designated constraints aren't met.

func (SystemStatsResponseValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (SystemStatsResponseValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (SystemStatsResponseValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (SystemStatsResponseValidationError) Field added in v0.9.0

Field function returns field value.

func (SystemStatsResponseValidationError) Key added in v0.9.0

Key function returns key value.

func (SystemStatsResponseValidationError) Reason added in v0.9.0

Reason function returns reason value.

type SystemStatsValidationError added in v0.3.8

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

SystemStatsValidationError is the validation error returned by SystemStats.Validate if the designated constraints aren't met.

func (SystemStatsValidationError) Cause added in v0.3.8

Cause function returns cause value.

func (SystemStatsValidationError) Error added in v0.3.8

Error satisfies the builtin error interface

func (SystemStatsValidationError) ErrorName added in v0.3.8

func (e SystemStatsValidationError) ErrorName() string

ErrorName returns error name.

func (SystemStatsValidationError) Field added in v0.3.8

Field function returns field value.

func (SystemStatsValidationError) Key added in v0.3.8

Key function returns key value.

func (SystemStatsValidationError) Reason added in v0.3.8

Reason function returns reason value.

type UpgradeKubernetesRequest added in v0.9.0

type UpgradeKubernetesRequest struct {
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	// contains filtered or unexported fields
}

func (*UpgradeKubernetesRequest) Descriptor deprecated added in v0.9.0

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

Deprecated: Use UpgradeKubernetesRequest.ProtoReflect.Descriptor instead.

func (*UpgradeKubernetesRequest) GetVersion added in v0.9.0

func (x *UpgradeKubernetesRequest) GetVersion() string

func (*UpgradeKubernetesRequest) ProtoMessage added in v0.9.0

func (*UpgradeKubernetesRequest) ProtoMessage()

func (*UpgradeKubernetesRequest) ProtoReflect added in v0.9.0

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

func (*UpgradeKubernetesRequest) Reset added in v0.9.0

func (x *UpgradeKubernetesRequest) Reset()

func (*UpgradeKubernetesRequest) String added in v0.9.0

func (x *UpgradeKubernetesRequest) String() string

func (*UpgradeKubernetesRequest) Validate added in v0.9.0

func (m *UpgradeKubernetesRequest) Validate() error

Validate checks the field values on UpgradeKubernetesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpgradeKubernetesRequest) ValidateAll added in v0.9.0

func (m *UpgradeKubernetesRequest) ValidateAll() error

ValidateAll checks the field values on UpgradeKubernetesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpgradeKubernetesRequestMultiError, or nil if none found.

type UpgradeKubernetesRequestMultiError added in v0.9.0

type UpgradeKubernetesRequestMultiError []error

UpgradeKubernetesRequestMultiError is an error wrapping multiple validation errors returned by UpgradeKubernetesRequest.ValidateAll() if the designated constraints aren't met.

func (UpgradeKubernetesRequestMultiError) AllErrors added in v0.9.0

func (m UpgradeKubernetesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpgradeKubernetesRequestMultiError) Error added in v0.9.0

Error returns a concatenation of all the error messages it wraps.

type UpgradeKubernetesRequestValidationError added in v0.9.0

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

UpgradeKubernetesRequestValidationError is the validation error returned by UpgradeKubernetesRequest.Validate if the designated constraints aren't met.

func (UpgradeKubernetesRequestValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (UpgradeKubernetesRequestValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (UpgradeKubernetesRequestValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (UpgradeKubernetesRequestValidationError) Field added in v0.9.0

Field function returns field value.

func (UpgradeKubernetesRequestValidationError) Key added in v0.9.0

Key function returns key value.

func (UpgradeKubernetesRequestValidationError) Reason added in v0.9.0

Reason function returns reason value.

type UpgradeKubernetesResponse added in v0.9.0

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

func (*UpgradeKubernetesResponse) Descriptor deprecated added in v0.9.0

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

Deprecated: Use UpgradeKubernetesResponse.ProtoReflect.Descriptor instead.

func (*UpgradeKubernetesResponse) ProtoMessage added in v0.9.0

func (*UpgradeKubernetesResponse) ProtoMessage()

func (*UpgradeKubernetesResponse) ProtoReflect added in v0.9.0

func (*UpgradeKubernetesResponse) Reset added in v0.9.0

func (x *UpgradeKubernetesResponse) Reset()

func (*UpgradeKubernetesResponse) String added in v0.9.0

func (x *UpgradeKubernetesResponse) String() string

func (*UpgradeKubernetesResponse) Validate added in v0.9.0

func (m *UpgradeKubernetesResponse) Validate() error

Validate checks the field values on UpgradeKubernetesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpgradeKubernetesResponse) ValidateAll added in v0.9.0

func (m *UpgradeKubernetesResponse) ValidateAll() error

ValidateAll checks the field values on UpgradeKubernetesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpgradeKubernetesResponseMultiError, or nil if none found.

type UpgradeKubernetesResponseMultiError added in v0.9.0

type UpgradeKubernetesResponseMultiError []error

UpgradeKubernetesResponseMultiError is an error wrapping multiple validation errors returned by UpgradeKubernetesResponse.ValidateAll() if the designated constraints aren't met.

func (UpgradeKubernetesResponseMultiError) AllErrors added in v0.9.0

AllErrors returns a list of validation violation errors.

func (UpgradeKubernetesResponseMultiError) Error added in v0.9.0

Error returns a concatenation of all the error messages it wraps.

type UpgradeKubernetesResponseValidationError added in v0.9.0

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

UpgradeKubernetesResponseValidationError is the validation error returned by UpgradeKubernetesResponse.Validate if the designated constraints aren't met.

func (UpgradeKubernetesResponseValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (UpgradeKubernetesResponseValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (UpgradeKubernetesResponseValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (UpgradeKubernetesResponseValidationError) Field added in v0.9.0

Field function returns field value.

func (UpgradeKubernetesResponseValidationError) Key added in v0.9.0

Key function returns key value.

func (UpgradeKubernetesResponseValidationError) Reason added in v0.9.0

Reason function returns reason value.

type UpgradeRequest added in v0.9.0

type UpgradeRequest struct {
	Source  string `protobuf:"bytes,1,opt,name=source,proto3" json:"source" bun:"source" csv:"source" pg:"source" yaml:"source"`
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	// contains filtered or unexported fields
}

func (*UpgradeRequest) Descriptor deprecated added in v0.9.0

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

Deprecated: Use UpgradeRequest.ProtoReflect.Descriptor instead.

func (*UpgradeRequest) GetSource added in v0.9.0

func (x *UpgradeRequest) GetSource() string

func (*UpgradeRequest) GetVersion added in v0.9.0

func (x *UpgradeRequest) GetVersion() string

func (*UpgradeRequest) ProtoMessage added in v0.9.0

func (*UpgradeRequest) ProtoMessage()

func (*UpgradeRequest) ProtoReflect added in v0.9.0

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

func (*UpgradeRequest) Reset added in v0.9.0

func (x *UpgradeRequest) Reset()

func (*UpgradeRequest) String added in v0.9.0

func (x *UpgradeRequest) String() string

func (*UpgradeRequest) Validate added in v0.9.0

func (m *UpgradeRequest) Validate() error

Validate checks the field values on UpgradeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpgradeRequest) ValidateAll added in v0.9.0

func (m *UpgradeRequest) ValidateAll() error

ValidateAll checks the field values on UpgradeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpgradeRequestMultiError, or nil if none found.

type UpgradeRequestMultiError added in v0.9.0

type UpgradeRequestMultiError []error

UpgradeRequestMultiError is an error wrapping multiple validation errors returned by UpgradeRequest.ValidateAll() if the designated constraints aren't met.

func (UpgradeRequestMultiError) AllErrors added in v0.9.0

func (m UpgradeRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpgradeRequestMultiError) Error added in v0.9.0

func (m UpgradeRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UpgradeRequestValidationError added in v0.9.0

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

UpgradeRequestValidationError is the validation error returned by UpgradeRequest.Validate if the designated constraints aren't met.

func (UpgradeRequestValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (UpgradeRequestValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (UpgradeRequestValidationError) ErrorName added in v0.9.0

func (e UpgradeRequestValidationError) ErrorName() string

ErrorName returns error name.

func (UpgradeRequestValidationError) Field added in v0.9.0

Field function returns field value.

func (UpgradeRequestValidationError) Key added in v0.9.0

Key function returns key value.

func (UpgradeRequestValidationError) Reason added in v0.9.0

Reason function returns reason value.

type UpgradeResponse added in v0.9.0

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

func (*UpgradeResponse) Descriptor deprecated added in v0.9.0

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

Deprecated: Use UpgradeResponse.ProtoReflect.Descriptor instead.

func (*UpgradeResponse) ProtoMessage added in v0.9.0

func (*UpgradeResponse) ProtoMessage()

func (*UpgradeResponse) ProtoReflect added in v0.9.0

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

func (*UpgradeResponse) Reset added in v0.9.0

func (x *UpgradeResponse) Reset()

func (*UpgradeResponse) String added in v0.9.0

func (x *UpgradeResponse) String() string

func (*UpgradeResponse) Validate added in v0.9.0

func (m *UpgradeResponse) Validate() error

Validate checks the field values on UpgradeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpgradeResponse) ValidateAll added in v0.9.0

func (m *UpgradeResponse) ValidateAll() error

ValidateAll checks the field values on UpgradeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpgradeResponseMultiError, or nil if none found.

type UpgradeResponseMultiError added in v0.9.0

type UpgradeResponseMultiError []error

UpgradeResponseMultiError is an error wrapping multiple validation errors returned by UpgradeResponse.ValidateAll() if the designated constraints aren't met.

func (UpgradeResponseMultiError) AllErrors added in v0.9.0

func (m UpgradeResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpgradeResponseMultiError) Error added in v0.9.0

Error returns a concatenation of all the error messages it wraps.

type UpgradeResponseValidationError added in v0.9.0

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

UpgradeResponseValidationError is the validation error returned by UpgradeResponse.Validate if the designated constraints aren't met.

func (UpgradeResponseValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (UpgradeResponseValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (UpgradeResponseValidationError) ErrorName added in v0.9.0

func (e UpgradeResponseValidationError) ErrorName() string

ErrorName returns error name.

func (UpgradeResponseValidationError) Field added in v0.9.0

Field function returns field value.

func (UpgradeResponseValidationError) Key added in v0.9.0

Key function returns key value.

func (UpgradeResponseValidationError) Reason added in v0.9.0

Reason function returns reason value.

type VersionRequest added in v0.9.0

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

func (*VersionRequest) Descriptor deprecated added in v0.9.0

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

Deprecated: Use VersionRequest.ProtoReflect.Descriptor instead.

func (*VersionRequest) ProtoMessage added in v0.9.0

func (*VersionRequest) ProtoMessage()

func (*VersionRequest) ProtoReflect added in v0.9.0

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

func (*VersionRequest) Reset added in v0.9.0

func (x *VersionRequest) Reset()

func (*VersionRequest) String added in v0.9.0

func (x *VersionRequest) String() string

func (*VersionRequest) Validate added in v0.9.0

func (m *VersionRequest) Validate() error

Validate checks the field values on VersionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*VersionRequest) ValidateAll added in v0.9.0

func (m *VersionRequest) ValidateAll() error

ValidateAll checks the field values on VersionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in VersionRequestMultiError, or nil if none found.

type VersionRequestMultiError added in v0.9.0

type VersionRequestMultiError []error

VersionRequestMultiError is an error wrapping multiple validation errors returned by VersionRequest.ValidateAll() if the designated constraints aren't met.

func (VersionRequestMultiError) AllErrors added in v0.9.0

func (m VersionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VersionRequestMultiError) Error added in v0.9.0

func (m VersionRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type VersionRequestValidationError added in v0.9.0

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

VersionRequestValidationError is the validation error returned by VersionRequest.Validate if the designated constraints aren't met.

func (VersionRequestValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (VersionRequestValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (VersionRequestValidationError) ErrorName added in v0.9.0

func (e VersionRequestValidationError) ErrorName() string

ErrorName returns error name.

func (VersionRequestValidationError) Field added in v0.9.0

Field function returns field value.

func (VersionRequestValidationError) Key added in v0.9.0

Key function returns key value.

func (VersionRequestValidationError) Reason added in v0.9.0

Reason function returns reason value.

type VersionResponse added in v0.9.0

type VersionResponse struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" bun:"name" csv:"name" pg:"name" yaml:"name"`
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	// contains filtered or unexported fields
}

func (*VersionResponse) Descriptor deprecated added in v0.9.0

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

Deprecated: Use VersionResponse.ProtoReflect.Descriptor instead.

func (*VersionResponse) GetName added in v0.9.0

func (x *VersionResponse) GetName() string

func (*VersionResponse) GetVersion added in v0.9.0

func (x *VersionResponse) GetVersion() string

func (*VersionResponse) ProtoMessage added in v0.9.0

func (*VersionResponse) ProtoMessage()

func (*VersionResponse) ProtoReflect added in v0.9.0

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

func (*VersionResponse) Reset added in v0.9.0

func (x *VersionResponse) Reset()

func (*VersionResponse) String added in v0.9.0

func (x *VersionResponse) String() string

func (*VersionResponse) Validate added in v0.9.0

func (m *VersionResponse) Validate() error

Validate checks the field values on VersionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*VersionResponse) ValidateAll added in v0.9.0

func (m *VersionResponse) ValidateAll() error

ValidateAll checks the field values on VersionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in VersionResponseMultiError, or nil if none found.

type VersionResponseMultiError added in v0.9.0

type VersionResponseMultiError []error

VersionResponseMultiError is an error wrapping multiple validation errors returned by VersionResponse.ValidateAll() if the designated constraints aren't met.

func (VersionResponseMultiError) AllErrors added in v0.9.0

func (m VersionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VersionResponseMultiError) Error added in v0.9.0

Error returns a concatenation of all the error messages it wraps.

type VersionResponseValidationError added in v0.9.0

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

VersionResponseValidationError is the validation error returned by VersionResponse.Validate if the designated constraints aren't met.

func (VersionResponseValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (VersionResponseValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (VersionResponseValidationError) ErrorName added in v0.9.0

func (e VersionResponseValidationError) ErrorName() string

ErrorName returns error name.

func (VersionResponseValidationError) Field added in v0.9.0

Field function returns field value.

func (VersionResponseValidationError) Key added in v0.9.0

Key function returns key value.

func (VersionResponseValidationError) Reason added in v0.9.0

Reason function returns reason value.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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