cni

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: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_components_cni_action_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ConfigureCNI

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

ConfigureCNI action enables a minimal CNI settings with low priority on the node. Users can override with other CNI (e.g., Cilium) by applying CNI config with higher priority.

func (*ConfigureCNI) ClearMetadata

func (x *ConfigureCNI) ClearMetadata()

func (*ConfigureCNI) ClearSpec

func (x *ConfigureCNI) ClearSpec()

func (*ConfigureCNI) ClearStatus

func (x *ConfigureCNI) ClearStatus()

func (*ConfigureCNI) Defaulting

func (x *ConfigureCNI) Defaulting()

func (*ConfigureCNI) GetMetadata

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

func (*ConfigureCNI) GetSpec

func (x *ConfigureCNI) GetSpec() *ConfigureCNISpec

func (*ConfigureCNI) GetStatus

func (x *ConfigureCNI) GetStatus() *ConfigureCNIStatus

func (*ConfigureCNI) HasMetadata

func (x *ConfigureCNI) HasMetadata() bool

func (*ConfigureCNI) HasSpec

func (x *ConfigureCNI) HasSpec() bool

func (*ConfigureCNI) HasStatus

func (x *ConfigureCNI) HasStatus() bool

func (*ConfigureCNI) ProtoMessage

func (*ConfigureCNI) ProtoMessage()

func (*ConfigureCNI) ProtoReflect

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

func (*ConfigureCNI) Redact

func (x *ConfigureCNI) Redact()

func (*ConfigureCNI) Reset

func (x *ConfigureCNI) Reset()

func (*ConfigureCNI) SetMetadata

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

func (*ConfigureCNI) SetSpec

func (x *ConfigureCNI) SetSpec(v *ConfigureCNISpec)

func (*ConfigureCNI) SetStatus

func (x *ConfigureCNI) SetStatus(v *ConfigureCNIStatus)

func (*ConfigureCNI) String

func (x *ConfigureCNI) String() string

type ConfigureCNISpec

type ConfigureCNISpec struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*ConfigureCNISpec) ClearCniSpecVersion

func (x *ConfigureCNISpec) ClearCniSpecVersion()

func (*ConfigureCNISpec) Defaulting

func (x *ConfigureCNISpec) Defaulting()

func (*ConfigureCNISpec) GetCniSpecVersion

func (x *ConfigureCNISpec) GetCniSpecVersion() string

func (*ConfigureCNISpec) HasCniSpecVersion

func (x *ConfigureCNISpec) HasCniSpecVersion() bool

func (*ConfigureCNISpec) ProtoMessage

func (*ConfigureCNISpec) ProtoMessage()

func (*ConfigureCNISpec) ProtoReflect

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

func (*ConfigureCNISpec) Reset

func (x *ConfigureCNISpec) Reset()

func (*ConfigureCNISpec) SetCniSpecVersion

func (x *ConfigureCNISpec) SetCniSpecVersion(v string)

func (*ConfigureCNISpec) String

func (x *ConfigureCNISpec) String() string

type ConfigureCNISpec_builder

type ConfigureCNISpec_builder struct {
	CniSpecVersion *string
	// contains filtered or unexported fields
}

func (ConfigureCNISpec_builder) Build

type ConfigureCNIStatus

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

func (*ConfigureCNIStatus) ProtoMessage

func (*ConfigureCNIStatus) ProtoMessage()

func (*ConfigureCNIStatus) ProtoReflect

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

func (*ConfigureCNIStatus) Reset

func (x *ConfigureCNIStatus) Reset()

func (*ConfigureCNIStatus) String

func (x *ConfigureCNIStatus) String() string

type ConfigureCNIStatus_builder

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

func (ConfigureCNIStatus_builder) Build

type ConfigureCNI_builder

type ConfigureCNI_builder struct {
	Metadata *api.Metadata
	Spec     *ConfigureCNISpec
	Status   *ConfigureCNIStatus
	// contains filtered or unexported fields
}

func (ConfigureCNI_builder) Build

func (b0 ConfigureCNI_builder) Build() *ConfigureCNI

type DownloadCNIBinaries

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

func (*DownloadCNIBinaries) ClearMetadata

func (x *DownloadCNIBinaries) ClearMetadata()

func (*DownloadCNIBinaries) ClearSpec

func (x *DownloadCNIBinaries) ClearSpec()

func (*DownloadCNIBinaries) ClearStatus

func (x *DownloadCNIBinaries) ClearStatus()

func (*DownloadCNIBinaries) Defaulting

func (x *DownloadCNIBinaries) Defaulting()

func (*DownloadCNIBinaries) GetMetadata

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

func (*DownloadCNIBinaries) GetSpec

func (*DownloadCNIBinaries) GetStatus

func (*DownloadCNIBinaries) HasMetadata

func (x *DownloadCNIBinaries) HasMetadata() bool

func (*DownloadCNIBinaries) HasSpec

func (x *DownloadCNIBinaries) HasSpec() bool

func (*DownloadCNIBinaries) HasStatus

func (x *DownloadCNIBinaries) HasStatus() bool

func (*DownloadCNIBinaries) ProtoMessage

func (*DownloadCNIBinaries) ProtoMessage()

func (*DownloadCNIBinaries) ProtoReflect

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

func (*DownloadCNIBinaries) Redact

func (x *DownloadCNIBinaries) Redact()

Redact removes sensitive fields from the action.

func (*DownloadCNIBinaries) Reset

func (x *DownloadCNIBinaries) Reset()

func (*DownloadCNIBinaries) SetMetadata

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

func (*DownloadCNIBinaries) SetSpec

func (*DownloadCNIBinaries) SetStatus

func (*DownloadCNIBinaries) String

func (x *DownloadCNIBinaries) String() string

type DownloadCNIBinariesSpec

type DownloadCNIBinariesSpec struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*DownloadCNIBinariesSpec) ClearCniPluginsVersion

func (x *DownloadCNIBinariesSpec) ClearCniPluginsVersion()

func (*DownloadCNIBinariesSpec) Defaulting

func (x *DownloadCNIBinariesSpec) Defaulting()

func (*DownloadCNIBinariesSpec) GetCniPluginsVersion

func (x *DownloadCNIBinariesSpec) GetCniPluginsVersion() string

func (*DownloadCNIBinariesSpec) HasCniPluginsVersion

func (x *DownloadCNIBinariesSpec) HasCniPluginsVersion() bool

func (*DownloadCNIBinariesSpec) ProtoMessage

func (*DownloadCNIBinariesSpec) ProtoMessage()

func (*DownloadCNIBinariesSpec) ProtoReflect

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

func (*DownloadCNIBinariesSpec) Reset

func (x *DownloadCNIBinariesSpec) Reset()

func (*DownloadCNIBinariesSpec) SetCniPluginsVersion

func (x *DownloadCNIBinariesSpec) SetCniPluginsVersion(v string)

func (*DownloadCNIBinariesSpec) String

func (x *DownloadCNIBinariesSpec) String() string

type DownloadCNIBinariesSpec_builder

type DownloadCNIBinariesSpec_builder struct {
	CniPluginsVersion *string
	// contains filtered or unexported fields
}

func (DownloadCNIBinariesSpec_builder) Build

type DownloadCNIBinariesStatus

type DownloadCNIBinariesStatus struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*DownloadCNIBinariesStatus) ClearCniPluginsDownloadUrl

func (x *DownloadCNIBinariesStatus) ClearCniPluginsDownloadUrl()

func (*DownloadCNIBinariesStatus) ClearCniPluginsPath

func (x *DownloadCNIBinariesStatus) ClearCniPluginsPath()

func (*DownloadCNIBinariesStatus) GetCniPluginsDownloadUrl

func (x *DownloadCNIBinariesStatus) GetCniPluginsDownloadUrl() string

func (*DownloadCNIBinariesStatus) GetCniPluginsPath

func (x *DownloadCNIBinariesStatus) GetCniPluginsPath() string

func (*DownloadCNIBinariesStatus) HasCniPluginsDownloadUrl

func (x *DownloadCNIBinariesStatus) HasCniPluginsDownloadUrl() bool

func (*DownloadCNIBinariesStatus) HasCniPluginsPath

func (x *DownloadCNIBinariesStatus) HasCniPluginsPath() bool

func (*DownloadCNIBinariesStatus) ProtoMessage

func (*DownloadCNIBinariesStatus) ProtoMessage()

func (*DownloadCNIBinariesStatus) ProtoReflect

func (*DownloadCNIBinariesStatus) Reset

func (x *DownloadCNIBinariesStatus) Reset()

func (*DownloadCNIBinariesStatus) SetCniPluginsDownloadUrl

func (x *DownloadCNIBinariesStatus) SetCniPluginsDownloadUrl(v string)

func (*DownloadCNIBinariesStatus) SetCniPluginsPath

func (x *DownloadCNIBinariesStatus) SetCniPluginsPath(v string)

func (*DownloadCNIBinariesStatus) String

func (x *DownloadCNIBinariesStatus) String() string

type DownloadCNIBinariesStatus_builder

type DownloadCNIBinariesStatus_builder struct {
	CniPluginsDownloadUrl *string
	CniPluginsPath        *string
	// contains filtered or unexported fields
}

func (DownloadCNIBinariesStatus_builder) Build

type DownloadCNIBinaries_builder

type DownloadCNIBinaries_builder struct {
	Metadata *api.Metadata
	Spec     *DownloadCNIBinariesSpec
	Status   *DownloadCNIBinariesStatus
	// contains filtered or unexported fields
}

func (DownloadCNIBinaries_builder) Build

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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