runtime

package
v0.1.21 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2026 License: MPL-2.0 Imports: 15 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 BootedEntrySpec

type BootedEntrySpec struct {
	BootedEntry string `protobuf:"bytes,1,opt,name=booted_entry,json=bootedEntry,proto3" json:"booted_entry,omitempty"`
	// contains filtered or unexported fields
}

BootedEntrySpec describes the booted entry resource properties.

func (*BootedEntrySpec) Descriptor deprecated

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

Deprecated: Use BootedEntrySpec.ProtoReflect.Descriptor instead.

func (*BootedEntrySpec) GetBootedEntry

func (x *BootedEntrySpec) GetBootedEntry() string

func (*BootedEntrySpec) MarshalToSizedBufferVT

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

func (*BootedEntrySpec) MarshalToVT

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

func (*BootedEntrySpec) MarshalVT

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

func (*BootedEntrySpec) ProtoMessage

func (*BootedEntrySpec) ProtoMessage()

func (*BootedEntrySpec) ProtoReflect

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

func (*BootedEntrySpec) Reset

func (x *BootedEntrySpec) Reset()

func (*BootedEntrySpec) SizeVT

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

func (*BootedEntrySpec) String

func (x *BootedEntrySpec) String() string

func (*BootedEntrySpec) UnmarshalVT

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

type DevicesStatusSpec

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

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

Deprecated: Use DevicesStatusSpec.ProtoReflect.Descriptor instead.

func (*DevicesStatusSpec) GetReady

func (x *DevicesStatusSpec) GetReady() bool

func (*DevicesStatusSpec) MarshalToSizedBufferVT

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

func (*DevicesStatusSpec) MarshalToVT

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

func (*DevicesStatusSpec) MarshalVT

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

func (*DevicesStatusSpec) ProtoMessage

func (*DevicesStatusSpec) ProtoMessage()

func (*DevicesStatusSpec) ProtoReflect

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

func (*DevicesStatusSpec) Reset

func (x *DevicesStatusSpec) Reset()

func (*DevicesStatusSpec) SizeVT

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

func (*DevicesStatusSpec) String

func (x *DevicesStatusSpec) String() string

func (*DevicesStatusSpec) UnmarshalVT

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

type DiagnosticSpec

type DiagnosticSpec struct {
	Message string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Details []string `protobuf:"bytes,2,rep,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

DiagnosticSpec is the spec for devices status.

func (*DiagnosticSpec) Descriptor deprecated

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

Deprecated: Use DiagnosticSpec.ProtoReflect.Descriptor instead.

func (*DiagnosticSpec) GetDetails

func (x *DiagnosticSpec) GetDetails() []string

func (*DiagnosticSpec) GetMessage

func (x *DiagnosticSpec) GetMessage() string

func (*DiagnosticSpec) MarshalToSizedBufferVT

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

func (*DiagnosticSpec) MarshalToVT

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

func (*DiagnosticSpec) MarshalVT

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

func (*DiagnosticSpec) ProtoMessage

func (*DiagnosticSpec) ProtoMessage()

func (*DiagnosticSpec) ProtoReflect

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

func (*DiagnosticSpec) Reset

func (x *DiagnosticSpec) Reset()

func (*DiagnosticSpec) SizeVT

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

func (*DiagnosticSpec) String

func (x *DiagnosticSpec) String() string

func (*DiagnosticSpec) UnmarshalVT

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

type EnvironmentSpec

type EnvironmentSpec struct {
	Variables []string `protobuf:"bytes,1,rep,name=variables,proto3" json:"variables,omitempty"`
	// contains filtered or unexported fields
}

EnvironmentSpec describes the specification of Environment resource.

func (*EnvironmentSpec) Descriptor deprecated

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

Deprecated: Use EnvironmentSpec.ProtoReflect.Descriptor instead.

func (*EnvironmentSpec) GetVariables

func (x *EnvironmentSpec) GetVariables() []string

func (*EnvironmentSpec) MarshalToSizedBufferVT

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

func (*EnvironmentSpec) MarshalToVT

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

func (*EnvironmentSpec) MarshalVT

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

func (*EnvironmentSpec) ProtoMessage

func (*EnvironmentSpec) ProtoMessage()

func (*EnvironmentSpec) ProtoReflect

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

func (*EnvironmentSpec) Reset

func (x *EnvironmentSpec) Reset()

func (*EnvironmentSpec) SizeVT

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

func (*EnvironmentSpec) String

func (x *EnvironmentSpec) String() string

func (*EnvironmentSpec) UnmarshalVT

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

type EventSinkConfigSpec

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

EventSinkConfigSpec describes configuration of Chubo event log streaming.

func (*EventSinkConfigSpec) Descriptor deprecated

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

Deprecated: Use EventSinkConfigSpec.ProtoReflect.Descriptor instead.

func (*EventSinkConfigSpec) GetEndpoint

func (x *EventSinkConfigSpec) GetEndpoint() string

func (*EventSinkConfigSpec) MarshalToSizedBufferVT

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

func (*EventSinkConfigSpec) MarshalToVT

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

func (*EventSinkConfigSpec) MarshalVT

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

func (*EventSinkConfigSpec) ProtoMessage

func (*EventSinkConfigSpec) ProtoMessage()

func (*EventSinkConfigSpec) ProtoReflect

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

func (*EventSinkConfigSpec) Reset

func (x *EventSinkConfigSpec) Reset()

func (*EventSinkConfigSpec) SizeVT

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

func (*EventSinkConfigSpec) String

func (x *EventSinkConfigSpec) String() string

func (*EventSinkConfigSpec) UnmarshalVT

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

type ExtensionServiceConfigFile

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

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

Deprecated: Use ExtensionServiceConfigFile.ProtoReflect.Descriptor instead.

func (*ExtensionServiceConfigFile) GetContent

func (x *ExtensionServiceConfigFile) GetContent() string

func (*ExtensionServiceConfigFile) GetMountPath

func (x *ExtensionServiceConfigFile) GetMountPath() string

func (*ExtensionServiceConfigFile) MarshalToSizedBufferVT

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

func (*ExtensionServiceConfigFile) MarshalToVT

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

func (*ExtensionServiceConfigFile) MarshalVT

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

func (*ExtensionServiceConfigFile) ProtoMessage

func (*ExtensionServiceConfigFile) ProtoMessage()

func (*ExtensionServiceConfigFile) ProtoReflect

func (*ExtensionServiceConfigFile) Reset

func (x *ExtensionServiceConfigFile) Reset()

func (*ExtensionServiceConfigFile) SizeVT

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

func (*ExtensionServiceConfigFile) String

func (x *ExtensionServiceConfigFile) String() string

func (*ExtensionServiceConfigFile) UnmarshalVT

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

type ExtensionServiceConfigSpec

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

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

Deprecated: Use ExtensionServiceConfigSpec.ProtoReflect.Descriptor instead.

func (*ExtensionServiceConfigSpec) GetEnvironment

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

func (*ExtensionServiceConfigSpec) GetFiles

func (*ExtensionServiceConfigSpec) MarshalToSizedBufferVT

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

func (*ExtensionServiceConfigSpec) MarshalToVT

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

func (*ExtensionServiceConfigSpec) MarshalVT

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

func (*ExtensionServiceConfigSpec) ProtoMessage

func (*ExtensionServiceConfigSpec) ProtoMessage()

func (*ExtensionServiceConfigSpec) ProtoReflect

func (*ExtensionServiceConfigSpec) Reset

func (x *ExtensionServiceConfigSpec) Reset()

func (*ExtensionServiceConfigSpec) SizeVT

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

func (*ExtensionServiceConfigSpec) String

func (x *ExtensionServiceConfigSpec) String() string

func (*ExtensionServiceConfigSpec) UnmarshalVT

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

type ExtensionServiceConfigStatusSpec

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

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

Deprecated: Use ExtensionServiceConfigStatusSpec.ProtoReflect.Descriptor instead.

func (*ExtensionServiceConfigStatusSpec) GetSpecVersion

func (x *ExtensionServiceConfigStatusSpec) GetSpecVersion() string

func (*ExtensionServiceConfigStatusSpec) MarshalToSizedBufferVT

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

func (*ExtensionServiceConfigStatusSpec) MarshalToVT

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

func (*ExtensionServiceConfigStatusSpec) MarshalVT

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

func (*ExtensionServiceConfigStatusSpec) ProtoMessage

func (*ExtensionServiceConfigStatusSpec) ProtoMessage()

func (*ExtensionServiceConfigStatusSpec) ProtoReflect

func (*ExtensionServiceConfigStatusSpec) Reset

func (*ExtensionServiceConfigStatusSpec) SizeVT

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

func (*ExtensionServiceConfigStatusSpec) String

func (*ExtensionServiceConfigStatusSpec) UnmarshalVT

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

type KernelCmdlineSpec

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

KernelCmdlineSpec presents kernel command line (contents of /proc/cmdline).

func (*KernelCmdlineSpec) Descriptor deprecated

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

Deprecated: Use KernelCmdlineSpec.ProtoReflect.Descriptor instead.

func (*KernelCmdlineSpec) GetCmdline

func (x *KernelCmdlineSpec) GetCmdline() string

func (*KernelCmdlineSpec) MarshalToSizedBufferVT

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

func (*KernelCmdlineSpec) MarshalToVT

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

func (*KernelCmdlineSpec) MarshalVT

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

func (*KernelCmdlineSpec) ProtoMessage

func (*KernelCmdlineSpec) ProtoMessage()

func (*KernelCmdlineSpec) ProtoReflect

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

func (*KernelCmdlineSpec) Reset

func (x *KernelCmdlineSpec) Reset()

func (*KernelCmdlineSpec) SizeVT

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

func (*KernelCmdlineSpec) String

func (x *KernelCmdlineSpec) String() string

func (*KernelCmdlineSpec) UnmarshalVT

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

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

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

Deprecated: Use KmsgLogConfigSpec.ProtoReflect.Descriptor instead.

func (*KmsgLogConfigSpec) GetDestinations

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

func (*KmsgLogConfigSpec) MarshalToSizedBufferVT

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

func (*KmsgLogConfigSpec) MarshalToVT

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

func (*KmsgLogConfigSpec) MarshalVT

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

func (*KmsgLogConfigSpec) ProtoMessage

func (*KmsgLogConfigSpec) ProtoMessage()

func (*KmsgLogConfigSpec) ProtoReflect

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

func (*KmsgLogConfigSpec) Reset

func (x *KmsgLogConfigSpec) Reset()

func (*KmsgLogConfigSpec) SizeVT

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

func (*KmsgLogConfigSpec) String

func (x *KmsgLogConfigSpec) String() string

func (*KmsgLogConfigSpec) UnmarshalVT

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

type LoadedKernelModuleSpec

type LoadedKernelModuleSpec struct {
	Size           int64    `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	ReferenceCount int64    `protobuf:"varint,2,opt,name=reference_count,json=referenceCount,proto3" json:"reference_count,omitempty"`
	Dependencies   []string `protobuf:"bytes,3,rep,name=dependencies,proto3" json:"dependencies,omitempty"`
	State          string   `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	Address        string   `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

LoadedKernelModuleSpec describes Linux kernel module to load.

func (*LoadedKernelModuleSpec) Descriptor deprecated

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

Deprecated: Use LoadedKernelModuleSpec.ProtoReflect.Descriptor instead.

func (*LoadedKernelModuleSpec) GetAddress

func (x *LoadedKernelModuleSpec) GetAddress() string

func (*LoadedKernelModuleSpec) GetDependencies

func (x *LoadedKernelModuleSpec) GetDependencies() []string

func (*LoadedKernelModuleSpec) GetReferenceCount

func (x *LoadedKernelModuleSpec) GetReferenceCount() int64

func (*LoadedKernelModuleSpec) GetSize

func (x *LoadedKernelModuleSpec) GetSize() int64

func (*LoadedKernelModuleSpec) GetState

func (x *LoadedKernelModuleSpec) GetState() string

func (*LoadedKernelModuleSpec) MarshalToSizedBufferVT

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

func (*LoadedKernelModuleSpec) MarshalToVT

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

func (*LoadedKernelModuleSpec) MarshalVT

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

func (*LoadedKernelModuleSpec) ProtoMessage

func (*LoadedKernelModuleSpec) ProtoMessage()

func (*LoadedKernelModuleSpec) ProtoReflect

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

func (*LoadedKernelModuleSpec) Reset

func (x *LoadedKernelModuleSpec) Reset()

func (*LoadedKernelModuleSpec) SizeVT

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

func (*LoadedKernelModuleSpec) String

func (x *LoadedKernelModuleSpec) String() string

func (*LoadedKernelModuleSpec) UnmarshalVT

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

type MachineStatusSpec

type MachineStatusSpec struct {
	Stage  enums.RuntimeMachineStage `protobuf:"varint,1,opt,name=stage,proto3,enum=chubo.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

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

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

Deprecated: Use MaintenanceServiceConfigSpec.ProtoReflect.Descriptor instead.

func (*MaintenanceServiceConfigSpec) GetListenAddress

func (x *MaintenanceServiceConfigSpec) GetListenAddress() string

func (*MaintenanceServiceConfigSpec) GetReachableAddresses

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

func (*MaintenanceServiceConfigSpec) MarshalToSizedBufferVT

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

func (*MaintenanceServiceConfigSpec) MarshalToVT

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

func (*MaintenanceServiceConfigSpec) MarshalVT

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

func (*MaintenanceServiceConfigSpec) ProtoMessage

func (*MaintenanceServiceConfigSpec) ProtoMessage()

func (*MaintenanceServiceConfigSpec) ProtoReflect

func (*MaintenanceServiceConfigSpec) Reset

func (x *MaintenanceServiceConfigSpec) Reset()

func (*MaintenanceServiceConfigSpec) SizeVT

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

func (*MaintenanceServiceConfigSpec) String

func (*MaintenanceServiceConfigSpec) UnmarshalVT

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

type MetaKeySpec

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

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

Deprecated: Use MetaKeySpec.ProtoReflect.Descriptor instead.

func (*MetaKeySpec) GetValue

func (x *MetaKeySpec) GetValue() string

func (*MetaKeySpec) MarshalToSizedBufferVT

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

func (*MetaKeySpec) MarshalToVT

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

func (*MetaKeySpec) MarshalVT

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

func (*MetaKeySpec) ProtoMessage

func (*MetaKeySpec) ProtoMessage()

func (*MetaKeySpec) ProtoReflect

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

func (*MetaKeySpec) Reset

func (x *MetaKeySpec) Reset()

func (*MetaKeySpec) SizeVT

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

func (*MetaKeySpec) String

func (x *MetaKeySpec) String() string

func (*MetaKeySpec) UnmarshalVT

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

type MetaLoadedSpec

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

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

Deprecated: Use MetaLoadedSpec.ProtoReflect.Descriptor instead.

func (*MetaLoadedSpec) GetDone

func (x *MetaLoadedSpec) GetDone() bool

func (*MetaLoadedSpec) MarshalToSizedBufferVT

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

func (*MetaLoadedSpec) MarshalToVT

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

func (*MetaLoadedSpec) MarshalVT

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

func (*MetaLoadedSpec) ProtoMessage

func (*MetaLoadedSpec) ProtoMessage()

func (*MetaLoadedSpec) ProtoReflect

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

func (*MetaLoadedSpec) Reset

func (x *MetaLoadedSpec) Reset()

func (*MetaLoadedSpec) SizeVT

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

func (*MetaLoadedSpec) String

func (x *MetaLoadedSpec) String() string

func (*MetaLoadedSpec) UnmarshalVT

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

func (x *MountStatusSpec) GetEncrypted() bool

func (*MountStatusSpec) GetEncryptionProviders

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 OOMActionSpec

type OOMActionSpec struct {
	TriggerContext string   `protobuf:"bytes,1,opt,name=trigger_context,json=triggerContext,proto3" json:"trigger_context,omitempty"`
	Score          float64  `protobuf:"fixed64,2,opt,name=score,proto3" json:"score,omitempty"`
	Processes      []string `protobuf:"bytes,3,rep,name=processes,proto3" json:"processes,omitempty"`
	// contains filtered or unexported fields
}

OOMActionSpec describes the OOM action record resource properties.

func (*OOMActionSpec) Descriptor deprecated

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

Deprecated: Use OOMActionSpec.ProtoReflect.Descriptor instead.

func (*OOMActionSpec) GetProcesses

func (x *OOMActionSpec) GetProcesses() []string

func (*OOMActionSpec) GetScore

func (x *OOMActionSpec) GetScore() float64

func (*OOMActionSpec) GetTriggerContext

func (x *OOMActionSpec) GetTriggerContext() string

func (*OOMActionSpec) MarshalToSizedBufferVT

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

func (*OOMActionSpec) MarshalToVT

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

func (*OOMActionSpec) MarshalVT

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

func (*OOMActionSpec) ProtoMessage

func (*OOMActionSpec) ProtoMessage()

func (*OOMActionSpec) ProtoReflect

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

func (*OOMActionSpec) Reset

func (x *OOMActionSpec) Reset()

func (*OOMActionSpec) SizeVT

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

func (*OOMActionSpec) String

func (x *OOMActionSpec) String() string

func (*OOMActionSpec) UnmarshalVT

func (m *OOMActionSpec) 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"`
	InternalDns  string            `protobuf:"bytes,9,opt,name=internal_dns,json=internalDns,proto3" json:"internal_dns,omitempty"`
	ExternalDns  string            `protobuf:"bytes,10,opt,name=external_dns,json=externalDns,proto3" json:"external_dns,omitempty"`
	Tags         map[string]string `` /* 136-byte string literal not displayed */
	// 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) GetExternalDns

func (x *PlatformMetadataSpec) GetExternalDns() string

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

func (x *PlatformMetadataSpec) GetInternalDns() 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) GetTags

func (x *PlatformMetadataSpec) GetTags() map[string]string

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 SBOMItemSpec

type SBOMItemSpec struct {
	Name      string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version   string   `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	License   string   `protobuf:"bytes,3,opt,name=license,proto3" json:"license,omitempty"`
	CpEs      []string `protobuf:"bytes,4,rep,name=cp_es,json=cpEs,proto3" json:"cp_es,omitempty"`
	PurLs     []string `protobuf:"bytes,5,rep,name=pur_ls,json=purLs,proto3" json:"pur_ls,omitempty"`
	Extension bool     `protobuf:"varint,6,opt,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

SBOMItemSpec describes the SBOM item resource properties.

func (*SBOMItemSpec) Descriptor deprecated

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

Deprecated: Use SBOMItemSpec.ProtoReflect.Descriptor instead.

func (*SBOMItemSpec) GetCpEs

func (x *SBOMItemSpec) GetCpEs() []string

func (*SBOMItemSpec) GetExtension

func (x *SBOMItemSpec) GetExtension() bool

func (*SBOMItemSpec) GetLicense

func (x *SBOMItemSpec) GetLicense() string

func (*SBOMItemSpec) GetName

func (x *SBOMItemSpec) GetName() string

func (*SBOMItemSpec) GetPurLs

func (x *SBOMItemSpec) GetPurLs() []string

func (*SBOMItemSpec) GetVersion

func (x *SBOMItemSpec) GetVersion() string

func (*SBOMItemSpec) MarshalToSizedBufferVT

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

func (*SBOMItemSpec) MarshalToVT

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

func (*SBOMItemSpec) MarshalVT

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

func (*SBOMItemSpec) ProtoMessage

func (*SBOMItemSpec) ProtoMessage()

func (*SBOMItemSpec) ProtoReflect

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

func (*SBOMItemSpec) Reset

func (x *SBOMItemSpec) Reset()

func (*SBOMItemSpec) SizeVT

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

func (*SBOMItemSpec) String

func (x *SBOMItemSpec) String() string

func (*SBOMItemSpec) UnmarshalVT

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

type SecurityStateSpec

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 */
	SeLinuxState             enums.RuntimeSELinuxState `` /* 158-byte string literal not displayed */
	BootedWithUki            bool                      `protobuf:"varint,5,opt,name=booted_with_uki,json=bootedWithUki,proto3" json:"booted_with_uki,omitempty"`
	FipsState                enums.RuntimeFIPSState    `` /* 144-byte string literal not displayed */
	ModuleSignatureEnforced  bool                      `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

SecurityStateSpec describes the security state resource properties.

func (*SecurityStateSpec) Descriptor deprecated

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

Deprecated: Use SecurityStateSpec.ProtoReflect.Descriptor instead.

func (*SecurityStateSpec) GetBootedWithUki

func (x *SecurityStateSpec) GetBootedWithUki() bool

func (*SecurityStateSpec) GetFipsState

func (x *SecurityStateSpec) GetFipsState() enums.RuntimeFIPSState

func (*SecurityStateSpec) GetModuleSignatureEnforced

func (x *SecurityStateSpec) GetModuleSignatureEnforced() bool

func (*SecurityStateSpec) GetPcrSigningKeyFingerprint

func (x *SecurityStateSpec) GetPcrSigningKeyFingerprint() string

func (*SecurityStateSpec) GetSeLinuxState

func (x *SecurityStateSpec) GetSeLinuxState() enums.RuntimeSELinuxState

func (*SecurityStateSpec) GetSecureBoot

func (x *SecurityStateSpec) GetSecureBoot() bool

func (*SecurityStateSpec) GetUkiSigningKeyFingerprint

func (x *SecurityStateSpec) GetUkiSigningKeyFingerprint() string

func (*SecurityStateSpec) MarshalToSizedBufferVT

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

func (*SecurityStateSpec) MarshalToVT

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

func (*SecurityStateSpec) MarshalVT

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

func (*SecurityStateSpec) ProtoMessage

func (*SecurityStateSpec) ProtoMessage()

func (*SecurityStateSpec) ProtoReflect

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

func (*SecurityStateSpec) Reset

func (x *SecurityStateSpec) Reset()

func (*SecurityStateSpec) SizeVT

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

func (*SecurityStateSpec) String

func (x *SecurityStateSpec) String() string

func (*SecurityStateSpec) UnmarshalVT

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

type UniqueMachineTokenSpec

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

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

Deprecated: Use UniqueMachineTokenSpec.ProtoReflect.Descriptor instead.

func (*UniqueMachineTokenSpec) GetToken

func (x *UniqueMachineTokenSpec) GetToken() string

func (*UniqueMachineTokenSpec) MarshalToSizedBufferVT

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

func (*UniqueMachineTokenSpec) MarshalToVT

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

func (*UniqueMachineTokenSpec) MarshalVT

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

func (*UniqueMachineTokenSpec) ProtoMessage

func (*UniqueMachineTokenSpec) ProtoMessage()

func (*UniqueMachineTokenSpec) ProtoReflect

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

func (*UniqueMachineTokenSpec) Reset

func (x *UniqueMachineTokenSpec) Reset()

func (*UniqueMachineTokenSpec) SizeVT

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

func (*UniqueMachineTokenSpec) String

func (x *UniqueMachineTokenSpec) String() string

func (*UniqueMachineTokenSpec) UnmarshalVT

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

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

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

Deprecated: Use WatchdogTimerConfigSpec.ProtoReflect.Descriptor instead.

func (*WatchdogTimerConfigSpec) GetDevice

func (x *WatchdogTimerConfigSpec) GetDevice() string

func (*WatchdogTimerConfigSpec) GetTimeout

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

func (*WatchdogTimerConfigSpec) MarshalToSizedBufferVT

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

func (*WatchdogTimerConfigSpec) MarshalToVT

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

func (*WatchdogTimerConfigSpec) MarshalVT

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

func (*WatchdogTimerConfigSpec) ProtoMessage

func (*WatchdogTimerConfigSpec) ProtoMessage()

func (*WatchdogTimerConfigSpec) ProtoReflect

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

func (*WatchdogTimerConfigSpec) Reset

func (x *WatchdogTimerConfigSpec) Reset()

func (*WatchdogTimerConfigSpec) SizeVT

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

func (*WatchdogTimerConfigSpec) String

func (x *WatchdogTimerConfigSpec) String() string

func (*WatchdogTimerConfigSpec) UnmarshalVT

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

type WatchdogTimerStatusSpec

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

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

Deprecated: Use WatchdogTimerStatusSpec.ProtoReflect.Descriptor instead.

func (*WatchdogTimerStatusSpec) GetDevice

func (x *WatchdogTimerStatusSpec) GetDevice() string

func (*WatchdogTimerStatusSpec) GetFeedInterval

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

func (*WatchdogTimerStatusSpec) GetTimeout

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

func (*WatchdogTimerStatusSpec) MarshalToSizedBufferVT

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

func (*WatchdogTimerStatusSpec) MarshalToVT

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

func (*WatchdogTimerStatusSpec) MarshalVT

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

func (*WatchdogTimerStatusSpec) ProtoMessage

func (*WatchdogTimerStatusSpec) ProtoMessage()

func (*WatchdogTimerStatusSpec) ProtoReflect

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

func (*WatchdogTimerStatusSpec) Reset

func (x *WatchdogTimerStatusSpec) Reset()

func (*WatchdogTimerStatusSpec) SizeVT

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

func (*WatchdogTimerStatusSpec) String

func (x *WatchdogTimerStatusSpec) String() string

func (*WatchdogTimerStatusSpec) UnmarshalVT

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