runtime

package
v1.7.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_resource_definitions_runtime_runtime_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type DevicesStatusSpec added in v1.5.0

type DevicesStatusSpec struct {
	Ready bool `protobuf:"varint,1,opt,name=ready,proto3" json:"ready,omitempty"`
	// contains filtered or unexported fields
}

DevicesStatusSpec is the spec for devices status.

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

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

Deprecated: Use DevicesStatusSpec.ProtoReflect.Descriptor instead.

func (*DevicesStatusSpec) GetReady added in v1.5.0

func (x *DevicesStatusSpec) GetReady() bool

func (*DevicesStatusSpec) MarshalToSizedBufferVT added in v1.5.0

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

func (*DevicesStatusSpec) MarshalToVT added in v1.5.0

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

func (*DevicesStatusSpec) MarshalVT added in v1.5.0

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

func (*DevicesStatusSpec) ProtoMessage added in v1.5.0

func (*DevicesStatusSpec) ProtoMessage()

func (*DevicesStatusSpec) ProtoReflect added in v1.5.0

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

func (*DevicesStatusSpec) Reset added in v1.5.0

func (x *DevicesStatusSpec) Reset()

func (*DevicesStatusSpec) SizeVT added in v1.5.0

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

func (*DevicesStatusSpec) String added in v1.5.0

func (x *DevicesStatusSpec) String() string

func (*DevicesStatusSpec) UnmarshalVT added in v1.5.0

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

type EventSinkConfigSpec added in v1.5.0

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

EventSinkConfigSpec describes configuration of Talos event log streaming.

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

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

Deprecated: Use EventSinkConfigSpec.ProtoReflect.Descriptor instead.

func (*EventSinkConfigSpec) GetEndpoint added in v1.5.0

func (x *EventSinkConfigSpec) GetEndpoint() string

func (*EventSinkConfigSpec) MarshalToSizedBufferVT added in v1.5.0

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

func (*EventSinkConfigSpec) MarshalToVT added in v1.5.0

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

func (*EventSinkConfigSpec) MarshalVT added in v1.5.0

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

func (*EventSinkConfigSpec) ProtoMessage added in v1.5.0

func (*EventSinkConfigSpec) ProtoMessage()

func (*EventSinkConfigSpec) ProtoReflect added in v1.5.0

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

func (*EventSinkConfigSpec) Reset added in v1.5.0

func (x *EventSinkConfigSpec) Reset()

func (*EventSinkConfigSpec) SizeVT added in v1.5.0

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

func (*EventSinkConfigSpec) String added in v1.5.0

func (x *EventSinkConfigSpec) String() string

func (*EventSinkConfigSpec) UnmarshalVT added in v1.5.0

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

type ExtensionServiceConfigFile added in v1.7.0

type ExtensionServiceConfigFile struct {
	Content   string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	MountPath string `protobuf:"bytes,2,opt,name=mount_path,json=mountPath,proto3" json:"mount_path,omitempty"`
	// contains filtered or unexported fields
}

ExtensionServiceConfigFile describes extensions service config files.

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

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

Deprecated: Use ExtensionServiceConfigFile.ProtoReflect.Descriptor instead.

func (*ExtensionServiceConfigFile) GetContent added in v1.7.0

func (x *ExtensionServiceConfigFile) GetContent() string

func (*ExtensionServiceConfigFile) GetMountPath added in v1.7.0

func (x *ExtensionServiceConfigFile) GetMountPath() string

func (*ExtensionServiceConfigFile) MarshalToSizedBufferVT added in v1.7.0

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

func (*ExtensionServiceConfigFile) MarshalToVT added in v1.7.0

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

func (*ExtensionServiceConfigFile) MarshalVT added in v1.7.0

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

func (*ExtensionServiceConfigFile) ProtoMessage added in v1.7.0

func (*ExtensionServiceConfigFile) ProtoMessage()

func (*ExtensionServiceConfigFile) ProtoReflect added in v1.7.0

func (*ExtensionServiceConfigFile) Reset added in v1.7.0

func (x *ExtensionServiceConfigFile) Reset()

func (*ExtensionServiceConfigFile) SizeVT added in v1.7.0

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

func (*ExtensionServiceConfigFile) String added in v1.7.0

func (x *ExtensionServiceConfigFile) String() string

func (*ExtensionServiceConfigFile) UnmarshalVT added in v1.7.0

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

type ExtensionServiceConfigSpec added in v1.7.0

type ExtensionServiceConfigSpec struct {
	Files       []*ExtensionServiceConfigFile `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	Environment []string                      `protobuf:"bytes,2,rep,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

ExtensionServiceConfigSpec describes status of rendered extensions service config files.

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

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

Deprecated: Use ExtensionServiceConfigSpec.ProtoReflect.Descriptor instead.

func (*ExtensionServiceConfigSpec) GetEnvironment added in v1.7.0

func (x *ExtensionServiceConfigSpec) GetEnvironment() []string

func (*ExtensionServiceConfigSpec) GetFiles added in v1.7.0

func (*ExtensionServiceConfigSpec) MarshalToSizedBufferVT added in v1.7.0

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

func (*ExtensionServiceConfigSpec) MarshalToVT added in v1.7.0

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

func (*ExtensionServiceConfigSpec) MarshalVT added in v1.7.0

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

func (*ExtensionServiceConfigSpec) ProtoMessage added in v1.7.0

func (*ExtensionServiceConfigSpec) ProtoMessage()

func (*ExtensionServiceConfigSpec) ProtoReflect added in v1.7.0

func (*ExtensionServiceConfigSpec) Reset added in v1.7.0

func (x *ExtensionServiceConfigSpec) Reset()

func (*ExtensionServiceConfigSpec) SizeVT added in v1.7.0

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

func (*ExtensionServiceConfigSpec) String added in v1.7.0

func (x *ExtensionServiceConfigSpec) String() string

func (*ExtensionServiceConfigSpec) UnmarshalVT added in v1.7.0

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

type ExtensionServiceConfigStatusSpec added in v1.7.0

type ExtensionServiceConfigStatusSpec struct {
	SpecVersion string `protobuf:"bytes,1,opt,name=spec_version,json=specVersion,proto3" json:"spec_version,omitempty"`
	// contains filtered or unexported fields
}

ExtensionServiceConfigStatusSpec describes status of rendered extensions service config files.

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

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

Deprecated: Use ExtensionServiceConfigStatusSpec.ProtoReflect.Descriptor instead.

func (*ExtensionServiceConfigStatusSpec) GetSpecVersion added in v1.7.0

func (x *ExtensionServiceConfigStatusSpec) GetSpecVersion() string

func (*ExtensionServiceConfigStatusSpec) MarshalToSizedBufferVT added in v1.7.0

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

func (*ExtensionServiceConfigStatusSpec) MarshalToVT added in v1.7.0

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

func (*ExtensionServiceConfigStatusSpec) MarshalVT added in v1.7.0

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

func (*ExtensionServiceConfigStatusSpec) ProtoMessage added in v1.7.0

func (*ExtensionServiceConfigStatusSpec) ProtoMessage()

func (*ExtensionServiceConfigStatusSpec) ProtoReflect added in v1.7.0

func (*ExtensionServiceConfigStatusSpec) Reset added in v1.7.0

func (*ExtensionServiceConfigStatusSpec) SizeVT added in v1.7.0

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

func (*ExtensionServiceConfigStatusSpec) String added in v1.7.0

func (*ExtensionServiceConfigStatusSpec) UnmarshalVT added in v1.7.0

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

type KernelModuleSpecSpec

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

KernelModuleSpecSpec describes Linux kernel module to load.

func (*KernelModuleSpecSpec) Descriptor deprecated

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

Deprecated: Use KernelModuleSpecSpec.ProtoReflect.Descriptor instead.

func (*KernelModuleSpecSpec) GetName

func (x *KernelModuleSpecSpec) GetName() string

func (*KernelModuleSpecSpec) GetParameters

func (x *KernelModuleSpecSpec) GetParameters() []string

func (*KernelModuleSpecSpec) MarshalToSizedBufferVT

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

func (*KernelModuleSpecSpec) MarshalToVT

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

func (*KernelModuleSpecSpec) MarshalVT

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

func (*KernelModuleSpecSpec) ProtoMessage

func (*KernelModuleSpecSpec) ProtoMessage()

func (*KernelModuleSpecSpec) ProtoReflect

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

func (*KernelModuleSpecSpec) Reset

func (x *KernelModuleSpecSpec) Reset()

func (*KernelModuleSpecSpec) SizeVT

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

func (*KernelModuleSpecSpec) String

func (x *KernelModuleSpecSpec) String() string

func (*KernelModuleSpecSpec) UnmarshalVT

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

type KernelParamSpecSpec

type KernelParamSpecSpec struct {
	Value        string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	IgnoreErrors bool   `protobuf:"varint,2,opt,name=ignore_errors,json=ignoreErrors,proto3" json:"ignore_errors,omitempty"`
	// contains filtered or unexported fields
}

KernelParamSpecSpec describes status of the defined sysctls.

func (*KernelParamSpecSpec) Descriptor deprecated

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

Deprecated: Use KernelParamSpecSpec.ProtoReflect.Descriptor instead.

func (*KernelParamSpecSpec) GetIgnoreErrors

func (x *KernelParamSpecSpec) GetIgnoreErrors() bool

func (*KernelParamSpecSpec) GetValue

func (x *KernelParamSpecSpec) GetValue() string

func (*KernelParamSpecSpec) MarshalToSizedBufferVT

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

func (*KernelParamSpecSpec) MarshalToVT

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

func (*KernelParamSpecSpec) MarshalVT

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

func (*KernelParamSpecSpec) ProtoMessage

func (*KernelParamSpecSpec) ProtoMessage()

func (*KernelParamSpecSpec) ProtoReflect

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

func (*KernelParamSpecSpec) Reset

func (x *KernelParamSpecSpec) Reset()

func (*KernelParamSpecSpec) SizeVT

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

func (*KernelParamSpecSpec) String

func (x *KernelParamSpecSpec) String() string

func (*KernelParamSpecSpec) UnmarshalVT

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

type KernelParamStatusSpec

type KernelParamStatusSpec struct {
	Current     string `protobuf:"bytes,1,opt,name=current,proto3" json:"current,omitempty"`
	Default     string `protobuf:"bytes,2,opt,name=default,proto3" json:"default,omitempty"`
	Unsupported bool   `protobuf:"varint,3,opt,name=unsupported,proto3" json:"unsupported,omitempty"`
	// contains filtered or unexported fields
}

KernelParamStatusSpec describes status of the defined sysctls.

func (*KernelParamStatusSpec) Descriptor deprecated

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

Deprecated: Use KernelParamStatusSpec.ProtoReflect.Descriptor instead.

func (*KernelParamStatusSpec) GetCurrent

func (x *KernelParamStatusSpec) GetCurrent() string

func (*KernelParamStatusSpec) GetDefault

func (x *KernelParamStatusSpec) GetDefault() string

func (*KernelParamStatusSpec) GetUnsupported

func (x *KernelParamStatusSpec) GetUnsupported() bool

func (*KernelParamStatusSpec) MarshalToSizedBufferVT

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

func (*KernelParamStatusSpec) MarshalToVT

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

func (*KernelParamStatusSpec) MarshalVT

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

func (*KernelParamStatusSpec) ProtoMessage

func (*KernelParamStatusSpec) ProtoMessage()

func (*KernelParamStatusSpec) ProtoReflect

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

func (*KernelParamStatusSpec) Reset

func (x *KernelParamStatusSpec) Reset()

func (*KernelParamStatusSpec) SizeVT

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

func (*KernelParamStatusSpec) String

func (x *KernelParamStatusSpec) String() string

func (*KernelParamStatusSpec) UnmarshalVT

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

type KmsgLogConfigSpec added in v1.5.0

type KmsgLogConfigSpec struct {
	Destinations []*common.URL `protobuf:"bytes,1,rep,name=destinations,proto3" json:"destinations,omitempty"`
	// contains filtered or unexported fields
}

KmsgLogConfigSpec describes configuration for kmsg log streaming.

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

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

Deprecated: Use KmsgLogConfigSpec.ProtoReflect.Descriptor instead.

func (*KmsgLogConfigSpec) GetDestinations added in v1.5.0

func (x *KmsgLogConfigSpec) GetDestinations() []*common.URL

func (*KmsgLogConfigSpec) MarshalToSizedBufferVT added in v1.5.0

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

func (*KmsgLogConfigSpec) MarshalToVT added in v1.5.0

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

func (*KmsgLogConfigSpec) MarshalVT added in v1.5.0

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

func (*KmsgLogConfigSpec) ProtoMessage added in v1.5.0

func (*KmsgLogConfigSpec) ProtoMessage()

func (*KmsgLogConfigSpec) ProtoReflect added in v1.5.0

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

func (*KmsgLogConfigSpec) Reset added in v1.5.0

func (x *KmsgLogConfigSpec) Reset()

func (*KmsgLogConfigSpec) SizeVT added in v1.5.0

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

func (*KmsgLogConfigSpec) String added in v1.5.0

func (x *KmsgLogConfigSpec) String() string

func (*KmsgLogConfigSpec) UnmarshalVT added in v1.5.0

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

type MachineStatusSpec

type MachineStatusSpec struct {
	Stage  enums.RuntimeMachineStage `protobuf:"varint,1,opt,name=stage,proto3,enum=talos.resource.definitions.enums.RuntimeMachineStage" json:"stage,omitempty"`
	Status *MachineStatusStatus      `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

MachineStatusSpec describes status of the defined sysctls.

func (*MachineStatusSpec) Descriptor deprecated

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

Deprecated: Use MachineStatusSpec.ProtoReflect.Descriptor instead.

func (*MachineStatusSpec) GetStage

func (*MachineStatusSpec) GetStatus

func (x *MachineStatusSpec) GetStatus() *MachineStatusStatus

func (*MachineStatusSpec) MarshalToSizedBufferVT

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

func (*MachineStatusSpec) MarshalToVT

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

func (*MachineStatusSpec) MarshalVT

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

func (*MachineStatusSpec) ProtoMessage

func (*MachineStatusSpec) ProtoMessage()

func (*MachineStatusSpec) ProtoReflect

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

func (*MachineStatusSpec) Reset

func (x *MachineStatusSpec) Reset()

func (*MachineStatusSpec) SizeVT

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

func (*MachineStatusSpec) String

func (x *MachineStatusSpec) String() string

func (*MachineStatusSpec) UnmarshalVT

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

type MachineStatusStatus

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

MachineStatusStatus describes machine current status at the stage.

func (*MachineStatusStatus) Descriptor deprecated

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

Deprecated: Use MachineStatusStatus.ProtoReflect.Descriptor instead.

func (*MachineStatusStatus) GetReady

func (x *MachineStatusStatus) GetReady() bool

func (*MachineStatusStatus) GetUnmetConditions

func (x *MachineStatusStatus) GetUnmetConditions() []*UnmetCondition

func (*MachineStatusStatus) MarshalToSizedBufferVT

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

func (*MachineStatusStatus) MarshalToVT

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

func (*MachineStatusStatus) MarshalVT

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

func (*MachineStatusStatus) ProtoMessage

func (*MachineStatusStatus) ProtoMessage()

func (*MachineStatusStatus) ProtoReflect

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

func (*MachineStatusStatus) Reset

func (x *MachineStatusStatus) Reset()

func (*MachineStatusStatus) SizeVT

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

func (*MachineStatusStatus) String

func (x *MachineStatusStatus) String() string

func (*MachineStatusStatus) UnmarshalVT

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

type MaintenanceServiceConfigSpec added in v1.5.0

type MaintenanceServiceConfigSpec struct {
	ListenAddress      string          `protobuf:"bytes,1,opt,name=listen_address,json=listenAddress,proto3" json:"listen_address,omitempty"`
	ReachableAddresses []*common.NetIP `protobuf:"bytes,2,rep,name=reachable_addresses,json=reachableAddresses,proto3" json:"reachable_addresses,omitempty"`
	// contains filtered or unexported fields
}

MaintenanceServiceConfigSpec describes configuration for maintenance service API.

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

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

Deprecated: Use MaintenanceServiceConfigSpec.ProtoReflect.Descriptor instead.

func (*MaintenanceServiceConfigSpec) GetListenAddress added in v1.5.0

func (x *MaintenanceServiceConfigSpec) GetListenAddress() string

func (*MaintenanceServiceConfigSpec) GetReachableAddresses added in v1.5.0

func (x *MaintenanceServiceConfigSpec) GetReachableAddresses() []*common.NetIP

func (*MaintenanceServiceConfigSpec) MarshalToSizedBufferVT added in v1.5.0

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

func (*MaintenanceServiceConfigSpec) MarshalToVT added in v1.5.0

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

func (*MaintenanceServiceConfigSpec) MarshalVT added in v1.5.0

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

func (*MaintenanceServiceConfigSpec) ProtoMessage added in v1.5.0

func (*MaintenanceServiceConfigSpec) ProtoMessage()

func (*MaintenanceServiceConfigSpec) ProtoReflect added in v1.5.0

func (*MaintenanceServiceConfigSpec) Reset added in v1.5.0

func (x *MaintenanceServiceConfigSpec) Reset()

func (*MaintenanceServiceConfigSpec) SizeVT added in v1.5.0

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

func (*MaintenanceServiceConfigSpec) String added in v1.5.0

func (*MaintenanceServiceConfigSpec) UnmarshalVT added in v1.5.0

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

type MetaKeySpec added in v1.4.0

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

MetaKeySpec describes status of the defined sysctls.

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

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

Deprecated: Use MetaKeySpec.ProtoReflect.Descriptor instead.

func (*MetaKeySpec) GetValue added in v1.4.0

func (x *MetaKeySpec) GetValue() string

func (*MetaKeySpec) MarshalToSizedBufferVT added in v1.4.0

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

func (*MetaKeySpec) MarshalToVT added in v1.4.0

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

func (*MetaKeySpec) MarshalVT added in v1.4.0

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

func (*MetaKeySpec) ProtoMessage added in v1.4.0

func (*MetaKeySpec) ProtoMessage()

func (*MetaKeySpec) ProtoReflect added in v1.4.0

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

func (*MetaKeySpec) Reset added in v1.4.0

func (x *MetaKeySpec) Reset()

func (*MetaKeySpec) SizeVT added in v1.4.0

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

func (*MetaKeySpec) String added in v1.4.0

func (x *MetaKeySpec) String() string

func (*MetaKeySpec) UnmarshalVT added in v1.4.0

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

type MetaLoadedSpec added in v1.6.0

type MetaLoadedSpec struct {
	Done bool `protobuf:"varint,1,opt,name=done,proto3" json:"done,omitempty"`
	// contains filtered or unexported fields
}

MetaLoadedSpec is the spec for meta loaded. The Done field is always true when resource exists.

func (*MetaLoadedSpec) Descriptor deprecated added in v1.6.0

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

Deprecated: Use MetaLoadedSpec.ProtoReflect.Descriptor instead.

func (*MetaLoadedSpec) GetDone added in v1.6.0

func (x *MetaLoadedSpec) GetDone() bool

func (*MetaLoadedSpec) MarshalToSizedBufferVT added in v1.6.0

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

func (*MetaLoadedSpec) MarshalToVT added in v1.6.0

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

func (*MetaLoadedSpec) MarshalVT added in v1.6.0

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

func (*MetaLoadedSpec) ProtoMessage added in v1.6.0

func (*MetaLoadedSpec) ProtoMessage()

func (*MetaLoadedSpec) ProtoReflect added in v1.6.0

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

func (*MetaLoadedSpec) Reset added in v1.6.0

func (x *MetaLoadedSpec) Reset()

func (*MetaLoadedSpec) SizeVT added in v1.6.0

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

func (*MetaLoadedSpec) String added in v1.6.0

func (x *MetaLoadedSpec) String() string

func (*MetaLoadedSpec) UnmarshalVT added in v1.6.0

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

type MountStatusSpec

type MountStatusSpec struct {
	Source              string   `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	Target              string   `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	FilesystemType      string   `protobuf:"bytes,3,opt,name=filesystem_type,json=filesystemType,proto3" json:"filesystem_type,omitempty"`
	Options             []string `protobuf:"bytes,4,rep,name=options,proto3" json:"options,omitempty"`
	Encrypted           bool     `protobuf:"varint,5,opt,name=encrypted,proto3" json:"encrypted,omitempty"`
	EncryptionProviders []string `protobuf:"bytes,6,rep,name=encryption_providers,json=encryptionProviders,proto3" json:"encryption_providers,omitempty"`
	// contains filtered or unexported fields
}

MountStatusSpec describes status of the defined sysctls.

func (*MountStatusSpec) Descriptor deprecated

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

Deprecated: Use MountStatusSpec.ProtoReflect.Descriptor instead.

func (*MountStatusSpec) GetEncrypted added in v1.5.0

func (x *MountStatusSpec) GetEncrypted() bool

func (*MountStatusSpec) GetEncryptionProviders added in v1.6.0

func (x *MountStatusSpec) GetEncryptionProviders() []string

func (*MountStatusSpec) GetFilesystemType

func (x *MountStatusSpec) GetFilesystemType() string

func (*MountStatusSpec) GetOptions

func (x *MountStatusSpec) GetOptions() []string

func (*MountStatusSpec) GetSource

func (x *MountStatusSpec) GetSource() string

func (*MountStatusSpec) GetTarget

func (x *MountStatusSpec) GetTarget() string

func (*MountStatusSpec) MarshalToSizedBufferVT

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

func (*MountStatusSpec) MarshalToVT

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

func (*MountStatusSpec) MarshalVT

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

func (*MountStatusSpec) ProtoMessage

func (*MountStatusSpec) ProtoMessage()

func (*MountStatusSpec) ProtoReflect

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

func (*MountStatusSpec) Reset

func (x *MountStatusSpec) Reset()

func (*MountStatusSpec) SizeVT

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

func (*MountStatusSpec) String

func (x *MountStatusSpec) String() string

func (*MountStatusSpec) UnmarshalVT

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

type PlatformMetadataSpec

type PlatformMetadataSpec struct {
	Platform     string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Hostname     string `protobuf:"bytes,2,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Region       string `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"`
	Zone         string `protobuf:"bytes,4,opt,name=zone,proto3" json:"zone,omitempty"`
	InstanceType string `protobuf:"bytes,5,opt,name=instance_type,json=instanceType,proto3" json:"instance_type,omitempty"`
	InstanceId   string `protobuf:"bytes,6,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	ProviderId   string `protobuf:"bytes,7,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	Spot         bool   `protobuf:"varint,8,opt,name=spot,proto3" json:"spot,omitempty"`
	// contains filtered or unexported fields
}

PlatformMetadataSpec describes platform metadata properties.

func (*PlatformMetadataSpec) Descriptor deprecated

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

Deprecated: Use PlatformMetadataSpec.ProtoReflect.Descriptor instead.

func (*PlatformMetadataSpec) GetHostname

func (x *PlatformMetadataSpec) GetHostname() string

func (*PlatformMetadataSpec) GetInstanceId

func (x *PlatformMetadataSpec) GetInstanceId() string

func (*PlatformMetadataSpec) GetInstanceType

func (x *PlatformMetadataSpec) GetInstanceType() string

func (*PlatformMetadataSpec) GetPlatform

func (x *PlatformMetadataSpec) GetPlatform() string

func (*PlatformMetadataSpec) GetProviderId

func (x *PlatformMetadataSpec) GetProviderId() string

func (*PlatformMetadataSpec) GetRegion

func (x *PlatformMetadataSpec) GetRegion() string

func (*PlatformMetadataSpec) GetSpot

func (x *PlatformMetadataSpec) GetSpot() bool

func (*PlatformMetadataSpec) GetZone

func (x *PlatformMetadataSpec) GetZone() string

func (*PlatformMetadataSpec) MarshalToSizedBufferVT

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

func (*PlatformMetadataSpec) MarshalToVT

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

func (*PlatformMetadataSpec) MarshalVT

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

func (*PlatformMetadataSpec) ProtoMessage

func (*PlatformMetadataSpec) ProtoMessage()

func (*PlatformMetadataSpec) ProtoReflect

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

func (*PlatformMetadataSpec) Reset

func (x *PlatformMetadataSpec) Reset()

func (*PlatformMetadataSpec) SizeVT

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

func (*PlatformMetadataSpec) String

func (x *PlatformMetadataSpec) String() string

func (*PlatformMetadataSpec) UnmarshalVT

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

type SecurityStateSpec added in v1.5.0

type SecurityStateSpec struct {
	SecureBoot               bool   `protobuf:"varint,1,opt,name=secure_boot,json=secureBoot,proto3" json:"secure_boot,omitempty"`
	UkiSigningKeyFingerprint string `` /* 137-byte string literal not displayed */
	PcrSigningKeyFingerprint string `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

SecurityStateSpec describes the security state resource properties.

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

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

Deprecated: Use SecurityStateSpec.ProtoReflect.Descriptor instead.

func (*SecurityStateSpec) GetPcrSigningKeyFingerprint added in v1.5.0

func (x *SecurityStateSpec) GetPcrSigningKeyFingerprint() string

func (*SecurityStateSpec) GetSecureBoot added in v1.5.0

func (x *SecurityStateSpec) GetSecureBoot() bool

func (*SecurityStateSpec) GetUkiSigningKeyFingerprint added in v1.5.0

func (x *SecurityStateSpec) GetUkiSigningKeyFingerprint() string

func (*SecurityStateSpec) MarshalToSizedBufferVT added in v1.5.0

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

func (*SecurityStateSpec) MarshalToVT added in v1.5.0

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

func (*SecurityStateSpec) MarshalVT added in v1.5.0

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

func (*SecurityStateSpec) ProtoMessage added in v1.5.0

func (*SecurityStateSpec) ProtoMessage()

func (*SecurityStateSpec) ProtoReflect added in v1.5.0

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

func (*SecurityStateSpec) Reset added in v1.5.0

func (x *SecurityStateSpec) Reset()

func (*SecurityStateSpec) SizeVT added in v1.5.0

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

func (*SecurityStateSpec) String added in v1.5.0

func (x *SecurityStateSpec) String() string

func (*SecurityStateSpec) UnmarshalVT added in v1.5.0

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

type UniqueMachineTokenSpec added in v1.6.0

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

UniqueMachineTokenSpec is the spec for the machine unique token. Token can be empty if machine wasn't assigned any.

func (*UniqueMachineTokenSpec) Descriptor deprecated added in v1.6.0

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

Deprecated: Use UniqueMachineTokenSpec.ProtoReflect.Descriptor instead.

func (*UniqueMachineTokenSpec) GetToken added in v1.6.0

func (x *UniqueMachineTokenSpec) GetToken() string

func (*UniqueMachineTokenSpec) MarshalToSizedBufferVT added in v1.6.0

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

func (*UniqueMachineTokenSpec) MarshalToVT added in v1.6.0

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

func (*UniqueMachineTokenSpec) MarshalVT added in v1.6.0

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

func (*UniqueMachineTokenSpec) ProtoMessage added in v1.6.0

func (*UniqueMachineTokenSpec) ProtoMessage()

func (*UniqueMachineTokenSpec) ProtoReflect added in v1.6.0

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

func (*UniqueMachineTokenSpec) Reset added in v1.6.0

func (x *UniqueMachineTokenSpec) Reset()

func (*UniqueMachineTokenSpec) SizeVT added in v1.6.0

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

func (*UniqueMachineTokenSpec) String added in v1.6.0

func (x *UniqueMachineTokenSpec) String() string

func (*UniqueMachineTokenSpec) UnmarshalVT added in v1.6.0

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

type UnmetCondition

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

UnmetCondition is a failure which prevents machine from being ready at the stage.

func (*UnmetCondition) Descriptor deprecated

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

Deprecated: Use UnmetCondition.ProtoReflect.Descriptor instead.

func (*UnmetCondition) GetName

func (x *UnmetCondition) GetName() string

func (*UnmetCondition) GetReason

func (x *UnmetCondition) GetReason() string

func (*UnmetCondition) MarshalToSizedBufferVT

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

func (*UnmetCondition) MarshalToVT

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

func (*UnmetCondition) MarshalVT

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

func (*UnmetCondition) ProtoMessage

func (*UnmetCondition) ProtoMessage()

func (*UnmetCondition) ProtoReflect

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

func (*UnmetCondition) Reset

func (x *UnmetCondition) Reset()

func (*UnmetCondition) SizeVT

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

func (*UnmetCondition) String

func (x *UnmetCondition) String() string

func (*UnmetCondition) UnmarshalVT

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

type WatchdogTimerConfigSpec added in v1.7.0

type WatchdogTimerConfigSpec struct {
	Device  string               `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	Timeout *durationpb.Duration `protobuf:"bytes,2,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// contains filtered or unexported fields
}

WatchdogTimerConfigSpec describes configuration of watchdog timer.

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

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

Deprecated: Use WatchdogTimerConfigSpec.ProtoReflect.Descriptor instead.

func (*WatchdogTimerConfigSpec) GetDevice added in v1.7.0

func (x *WatchdogTimerConfigSpec) GetDevice() string

func (*WatchdogTimerConfigSpec) GetTimeout added in v1.7.0

func (x *WatchdogTimerConfigSpec) GetTimeout() *durationpb.Duration

func (*WatchdogTimerConfigSpec) MarshalToSizedBufferVT added in v1.7.0

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

func (*WatchdogTimerConfigSpec) MarshalToVT added in v1.7.0

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

func (*WatchdogTimerConfigSpec) MarshalVT added in v1.7.0

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

func (*WatchdogTimerConfigSpec) ProtoMessage added in v1.7.0

func (*WatchdogTimerConfigSpec) ProtoMessage()

func (*WatchdogTimerConfigSpec) ProtoReflect added in v1.7.0

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

func (*WatchdogTimerConfigSpec) Reset added in v1.7.0

func (x *WatchdogTimerConfigSpec) Reset()

func (*WatchdogTimerConfigSpec) SizeVT added in v1.7.0

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

func (*WatchdogTimerConfigSpec) String added in v1.7.0

func (x *WatchdogTimerConfigSpec) String() string

func (*WatchdogTimerConfigSpec) UnmarshalVT added in v1.7.0

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

type WatchdogTimerStatusSpec added in v1.7.0

type WatchdogTimerStatusSpec struct {
	Device       string               `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	Timeout      *durationpb.Duration `protobuf:"bytes,2,opt,name=timeout,proto3" json:"timeout,omitempty"`
	FeedInterval *durationpb.Duration `protobuf:"bytes,3,opt,name=feed_interval,json=feedInterval,proto3" json:"feed_interval,omitempty"`
	// contains filtered or unexported fields
}

WatchdogTimerStatusSpec describes configuration of watchdog timer.

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

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

Deprecated: Use WatchdogTimerStatusSpec.ProtoReflect.Descriptor instead.

func (*WatchdogTimerStatusSpec) GetDevice added in v1.7.0

func (x *WatchdogTimerStatusSpec) GetDevice() string

func (*WatchdogTimerStatusSpec) GetFeedInterval added in v1.7.0

func (x *WatchdogTimerStatusSpec) GetFeedInterval() *durationpb.Duration

func (*WatchdogTimerStatusSpec) GetTimeout added in v1.7.0

func (x *WatchdogTimerStatusSpec) GetTimeout() *durationpb.Duration

func (*WatchdogTimerStatusSpec) MarshalToSizedBufferVT added in v1.7.0

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

func (*WatchdogTimerStatusSpec) MarshalToVT added in v1.7.0

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

func (*WatchdogTimerStatusSpec) MarshalVT added in v1.7.0

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

func (*WatchdogTimerStatusSpec) ProtoMessage added in v1.7.0

func (*WatchdogTimerStatusSpec) ProtoMessage()

func (*WatchdogTimerStatusSpec) ProtoReflect added in v1.7.0

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

func (*WatchdogTimerStatusSpec) Reset added in v1.7.0

func (x *WatchdogTimerStatusSpec) Reset()

func (*WatchdogTimerStatusSpec) SizeVT added in v1.7.0

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

func (*WatchdogTimerStatusSpec) String added in v1.7.0

func (x *WatchdogTimerStatusSpec) String() string

func (*WatchdogTimerStatusSpec) UnmarshalVT added in v1.7.0

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

Jump to

Keyboard shortcuts

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