kubebins

package
v0.0.14 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_components_kubebins_action_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type DownloadKubeBinaries

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

func (*DownloadKubeBinaries) ClearMetadata

func (x *DownloadKubeBinaries) ClearMetadata()

func (*DownloadKubeBinaries) ClearSpec

func (x *DownloadKubeBinaries) ClearSpec()

func (*DownloadKubeBinaries) ClearStatus

func (x *DownloadKubeBinaries) ClearStatus()

func (*DownloadKubeBinaries) GetMetadata

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

func (*DownloadKubeBinaries) GetSpec

func (*DownloadKubeBinaries) GetStatus

func (*DownloadKubeBinaries) HasMetadata

func (x *DownloadKubeBinaries) HasMetadata() bool

func (*DownloadKubeBinaries) HasSpec

func (x *DownloadKubeBinaries) HasSpec() bool

func (*DownloadKubeBinaries) HasStatus

func (x *DownloadKubeBinaries) HasStatus() bool

func (*DownloadKubeBinaries) ProtoMessage

func (*DownloadKubeBinaries) ProtoMessage()

func (*DownloadKubeBinaries) ProtoReflect

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

func (*DownloadKubeBinaries) Redact

func (x *DownloadKubeBinaries) Redact()

Redact removes sensitive fields from the action.

func (*DownloadKubeBinaries) Reset

func (x *DownloadKubeBinaries) Reset()

func (*DownloadKubeBinaries) SetMetadata

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

func (*DownloadKubeBinaries) SetSpec

func (*DownloadKubeBinaries) SetStatus

func (*DownloadKubeBinaries) String

func (x *DownloadKubeBinaries) String() string

type DownloadKubeBinariesSpec

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

func (*DownloadKubeBinariesSpec) ClearKubernetesVersion

func (x *DownloadKubeBinariesSpec) ClearKubernetesVersion()

func (*DownloadKubeBinariesSpec) GetKubernetesVersion

func (x *DownloadKubeBinariesSpec) GetKubernetesVersion() string

func (*DownloadKubeBinariesSpec) HasKubernetesVersion

func (x *DownloadKubeBinariesSpec) HasKubernetesVersion() bool

func (*DownloadKubeBinariesSpec) ProtoMessage

func (*DownloadKubeBinariesSpec) ProtoMessage()

func (*DownloadKubeBinariesSpec) ProtoReflect

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

func (*DownloadKubeBinariesSpec) Reset

func (x *DownloadKubeBinariesSpec) Reset()

func (*DownloadKubeBinariesSpec) SetKubernetesVersion

func (x *DownloadKubeBinariesSpec) SetKubernetesVersion(v string)

func (*DownloadKubeBinariesSpec) String

func (x *DownloadKubeBinariesSpec) String() string

type DownloadKubeBinariesSpec_builder

type DownloadKubeBinariesSpec_builder struct {
	KubernetesVersion *string
	// contains filtered or unexported fields
}

func (DownloadKubeBinariesSpec_builder) Build

type DownloadKubeBinariesStatus

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

func (*DownloadKubeBinariesStatus) ClearDownloadUrl

func (x *DownloadKubeBinariesStatus) ClearDownloadUrl()

func (*DownloadKubeBinariesStatus) ClearKubeadmPath

func (x *DownloadKubeBinariesStatus) ClearKubeadmPath()

func (*DownloadKubeBinariesStatus) ClearKubectlPath

func (x *DownloadKubeBinariesStatus) ClearKubectlPath()

func (*DownloadKubeBinariesStatus) ClearKubeletPath

func (x *DownloadKubeBinariesStatus) ClearKubeletPath()

func (*DownloadKubeBinariesStatus) GetDownloadUrl

func (x *DownloadKubeBinariesStatus) GetDownloadUrl() string

func (*DownloadKubeBinariesStatus) GetKubeadmPath

func (x *DownloadKubeBinariesStatus) GetKubeadmPath() string

func (*DownloadKubeBinariesStatus) GetKubectlPath

func (x *DownloadKubeBinariesStatus) GetKubectlPath() string

func (*DownloadKubeBinariesStatus) GetKubeletPath

func (x *DownloadKubeBinariesStatus) GetKubeletPath() string

func (*DownloadKubeBinariesStatus) HasDownloadUrl

func (x *DownloadKubeBinariesStatus) HasDownloadUrl() bool

func (*DownloadKubeBinariesStatus) HasKubeadmPath

func (x *DownloadKubeBinariesStatus) HasKubeadmPath() bool

func (*DownloadKubeBinariesStatus) HasKubectlPath

func (x *DownloadKubeBinariesStatus) HasKubectlPath() bool

func (*DownloadKubeBinariesStatus) HasKubeletPath

func (x *DownloadKubeBinariesStatus) HasKubeletPath() bool

func (*DownloadKubeBinariesStatus) ProtoMessage

func (*DownloadKubeBinariesStatus) ProtoMessage()

func (*DownloadKubeBinariesStatus) ProtoReflect

func (*DownloadKubeBinariesStatus) Reset

func (x *DownloadKubeBinariesStatus) Reset()

func (*DownloadKubeBinariesStatus) SetDownloadUrl

func (x *DownloadKubeBinariesStatus) SetDownloadUrl(v string)

func (*DownloadKubeBinariesStatus) SetKubeadmPath

func (x *DownloadKubeBinariesStatus) SetKubeadmPath(v string)

func (*DownloadKubeBinariesStatus) SetKubectlPath

func (x *DownloadKubeBinariesStatus) SetKubectlPath(v string)

func (*DownloadKubeBinariesStatus) SetKubeletPath

func (x *DownloadKubeBinariesStatus) SetKubeletPath(v string)

func (*DownloadKubeBinariesStatus) String

func (x *DownloadKubeBinariesStatus) String() string

type DownloadKubeBinariesStatus_builder

type DownloadKubeBinariesStatus_builder struct {
	DownloadUrl *string
	KubeletPath *string
	KubeadmPath *string
	KubectlPath *string
	// contains filtered or unexported fields
}

func (DownloadKubeBinariesStatus_builder) Build

type DownloadKubeBinaries_builder

type DownloadKubeBinaries_builder struct {
	Metadata *api.Metadata
	Spec     *DownloadKubeBinariesSpec
	Status   *DownloadKubeBinariesStatus
	// contains filtered or unexported fields
}

func (DownloadKubeBinaries_builder) Build

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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