linux

package
v0.0.20 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_components_linux_action_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ConfigureBaseOS

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

func (*ConfigureBaseOS) ClearMetadata

func (x *ConfigureBaseOS) ClearMetadata()

func (*ConfigureBaseOS) ClearSpec

func (x *ConfigureBaseOS) ClearSpec()

func (*ConfigureBaseOS) ClearStatus

func (x *ConfigureBaseOS) ClearStatus()

func (*ConfigureBaseOS) GetMetadata

func (x *ConfigureBaseOS) GetMetadata() *api.Metadata

func (*ConfigureBaseOS) GetSpec

func (x *ConfigureBaseOS) GetSpec() *ConfigureBaseOSSpec

func (*ConfigureBaseOS) GetStatus

func (x *ConfigureBaseOS) GetStatus() *ConfigureBaseOSStatus

func (*ConfigureBaseOS) HasMetadata

func (x *ConfigureBaseOS) HasMetadata() bool

func (*ConfigureBaseOS) HasSpec

func (x *ConfigureBaseOS) HasSpec() bool

func (*ConfigureBaseOS) HasStatus

func (x *ConfigureBaseOS) HasStatus() bool

func (*ConfigureBaseOS) ProtoMessage

func (*ConfigureBaseOS) ProtoMessage()

func (*ConfigureBaseOS) ProtoReflect

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

func (*ConfigureBaseOS) Redact

func (x *ConfigureBaseOS) Redact()

func (*ConfigureBaseOS) Reset

func (x *ConfigureBaseOS) Reset()

func (*ConfigureBaseOS) SetMetadata

func (x *ConfigureBaseOS) SetMetadata(v *api.Metadata)

func (*ConfigureBaseOS) SetSpec

func (x *ConfigureBaseOS) SetSpec(v *ConfigureBaseOSSpec)

func (*ConfigureBaseOS) SetStatus

func (x *ConfigureBaseOS) SetStatus(v *ConfigureBaseOSStatus)

func (*ConfigureBaseOS) String

func (x *ConfigureBaseOS) String() string

type ConfigureBaseOSSpec

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

func (*ConfigureBaseOSSpec) ProtoMessage

func (*ConfigureBaseOSSpec) ProtoMessage()

func (*ConfigureBaseOSSpec) ProtoReflect

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

func (*ConfigureBaseOSSpec) Reset

func (x *ConfigureBaseOSSpec) Reset()

func (*ConfigureBaseOSSpec) String

func (x *ConfigureBaseOSSpec) String() string

type ConfigureBaseOSSpec_builder

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

func (ConfigureBaseOSSpec_builder) Build

type ConfigureBaseOSStatus

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

func (*ConfigureBaseOSStatus) ProtoMessage

func (*ConfigureBaseOSStatus) ProtoMessage()

func (*ConfigureBaseOSStatus) ProtoReflect

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

func (*ConfigureBaseOSStatus) Reset

func (x *ConfigureBaseOSStatus) Reset()

func (*ConfigureBaseOSStatus) String

func (x *ConfigureBaseOSStatus) String() string

type ConfigureBaseOSStatus_builder

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

func (ConfigureBaseOSStatus_builder) Build

type ConfigureBaseOS_builder

type ConfigureBaseOS_builder struct {
	Metadata *api.Metadata
	Spec     *ConfigureBaseOSSpec
	Status   *ConfigureBaseOSStatus
	// contains filtered or unexported fields
}

func (ConfigureBaseOS_builder) Build

type ConfigureIPTables added in v0.0.15

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

func (*ConfigureIPTables) ClearMetadata added in v0.0.15

func (x *ConfigureIPTables) ClearMetadata()

func (*ConfigureIPTables) ClearSpec added in v0.0.15

func (x *ConfigureIPTables) ClearSpec()

func (*ConfigureIPTables) ClearStatus added in v0.0.15

func (x *ConfigureIPTables) ClearStatus()

func (*ConfigureIPTables) GetMetadata added in v0.0.15

func (x *ConfigureIPTables) GetMetadata() *api.Metadata

func (*ConfigureIPTables) GetSpec added in v0.0.15

func (*ConfigureIPTables) GetStatus added in v0.0.15

func (*ConfigureIPTables) HasMetadata added in v0.0.15

func (x *ConfigureIPTables) HasMetadata() bool

func (*ConfigureIPTables) HasSpec added in v0.0.15

func (x *ConfigureIPTables) HasSpec() bool

func (*ConfigureIPTables) HasStatus added in v0.0.15

func (x *ConfigureIPTables) HasStatus() bool

func (*ConfigureIPTables) ProtoMessage added in v0.0.15

func (*ConfigureIPTables) ProtoMessage()

func (*ConfigureIPTables) ProtoReflect added in v0.0.15

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

func (*ConfigureIPTables) Redact added in v0.0.15

func (x *ConfigureIPTables) Redact()

func (*ConfigureIPTables) Reset added in v0.0.15

func (x *ConfigureIPTables) Reset()

func (*ConfigureIPTables) SetMetadata added in v0.0.15

func (x *ConfigureIPTables) SetMetadata(v *api.Metadata)

func (*ConfigureIPTables) SetSpec added in v0.0.15

func (*ConfigureIPTables) SetStatus added in v0.0.15

func (x *ConfigureIPTables) SetStatus(v *ConfigureIPTablesStatus)

func (*ConfigureIPTables) String added in v0.0.15

func (x *ConfigureIPTables) String() string

type ConfigureIPTablesSpec added in v0.0.15

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

func (*ConfigureIPTablesSpec) ProtoMessage added in v0.0.15

func (*ConfigureIPTablesSpec) ProtoMessage()

func (*ConfigureIPTablesSpec) ProtoReflect added in v0.0.15

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

func (*ConfigureIPTablesSpec) Reset added in v0.0.15

func (x *ConfigureIPTablesSpec) Reset()

func (*ConfigureIPTablesSpec) String added in v0.0.15

func (x *ConfigureIPTablesSpec) String() string

type ConfigureIPTablesSpec_builder added in v0.0.15

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

func (ConfigureIPTablesSpec_builder) Build added in v0.0.15

type ConfigureIPTablesStatus added in v0.0.15

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

func (*ConfigureIPTablesStatus) ProtoMessage added in v0.0.15

func (*ConfigureIPTablesStatus) ProtoMessage()

func (*ConfigureIPTablesStatus) ProtoReflect added in v0.0.15

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

func (*ConfigureIPTablesStatus) Reset added in v0.0.15

func (x *ConfigureIPTablesStatus) Reset()

func (*ConfigureIPTablesStatus) String added in v0.0.15

func (x *ConfigureIPTablesStatus) String() string

type ConfigureIPTablesStatus_builder added in v0.0.15

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

func (ConfigureIPTablesStatus_builder) Build added in v0.0.15

type ConfigureIPTables_builder added in v0.0.15

type ConfigureIPTables_builder struct {
	Metadata *api.Metadata
	Spec     *ConfigureIPTablesSpec
	Status   *ConfigureIPTablesStatus
	// contains filtered or unexported fields
}

func (ConfigureIPTables_builder) Build added in v0.0.15

type DisableDocker added in v0.0.15

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

func (*DisableDocker) ClearMetadata added in v0.0.15

func (x *DisableDocker) ClearMetadata()

func (*DisableDocker) ClearSpec added in v0.0.15

func (x *DisableDocker) ClearSpec()

func (*DisableDocker) ClearStatus added in v0.0.15

func (x *DisableDocker) ClearStatus()

func (*DisableDocker) GetMetadata added in v0.0.15

func (x *DisableDocker) GetMetadata() *api.Metadata

func (*DisableDocker) GetSpec added in v0.0.15

func (x *DisableDocker) GetSpec() *DisableDockerSpec

func (*DisableDocker) GetStatus added in v0.0.15

func (x *DisableDocker) GetStatus() *DisableDockerStatus

func (*DisableDocker) HasMetadata added in v0.0.15

func (x *DisableDocker) HasMetadata() bool

func (*DisableDocker) HasSpec added in v0.0.15

func (x *DisableDocker) HasSpec() bool

func (*DisableDocker) HasStatus added in v0.0.15

func (x *DisableDocker) HasStatus() bool

func (*DisableDocker) ProtoMessage added in v0.0.15

func (*DisableDocker) ProtoMessage()

func (*DisableDocker) ProtoReflect added in v0.0.15

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

func (*DisableDocker) Redact added in v0.0.15

func (x *DisableDocker) Redact()

func (*DisableDocker) Reset added in v0.0.15

func (x *DisableDocker) Reset()

func (*DisableDocker) SetMetadata added in v0.0.15

func (x *DisableDocker) SetMetadata(v *api.Metadata)

func (*DisableDocker) SetSpec added in v0.0.15

func (x *DisableDocker) SetSpec(v *DisableDockerSpec)

func (*DisableDocker) SetStatus added in v0.0.15

func (x *DisableDocker) SetStatus(v *DisableDockerStatus)

func (*DisableDocker) String added in v0.0.15

func (x *DisableDocker) String() string

type DisableDockerSpec added in v0.0.15

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

func (*DisableDockerSpec) ProtoMessage added in v0.0.15

func (*DisableDockerSpec) ProtoMessage()

func (*DisableDockerSpec) ProtoReflect added in v0.0.15

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

func (*DisableDockerSpec) Reset added in v0.0.15

func (x *DisableDockerSpec) Reset()

func (*DisableDockerSpec) String added in v0.0.15

func (x *DisableDockerSpec) String() string

type DisableDockerSpec_builder added in v0.0.15

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

func (DisableDockerSpec_builder) Build added in v0.0.15

type DisableDockerStatus added in v0.0.15

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

func (*DisableDockerStatus) ProtoMessage added in v0.0.15

func (*DisableDockerStatus) ProtoMessage()

func (*DisableDockerStatus) ProtoReflect added in v0.0.15

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

func (*DisableDockerStatus) Reset added in v0.0.15

func (x *DisableDockerStatus) Reset()

func (*DisableDockerStatus) String added in v0.0.15

func (x *DisableDockerStatus) String() string

type DisableDockerStatus_builder added in v0.0.15

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

func (DisableDockerStatus_builder) Build added in v0.0.15

type DisableDocker_builder added in v0.0.15

type DisableDocker_builder struct {
	Metadata *api.Metadata
	Spec     *DisableDockerSpec
	Status   *DisableDockerStatus
	// contains filtered or unexported fields
}

func (DisableDocker_builder) Build added in v0.0.15

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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