package builder
import "k8s.io/kubernetes/test/e2e_node/builder"
Index ¶
- func BuildGo() error
- func BuildTargets(cgo bool) error
- func GetKubeletServerBin() string
- func GetTargetBuildArch() string
- func IsDockerizedBuild() bool
- func IsTargetArchArm64() bool
Functions ¶
func BuildGo ¶
func BuildGo() error
BuildGo builds k8s binaries.
func BuildTargets ¶
BuildGo builds k8s binaries.
func GetKubeletServerBin ¶
func GetKubeletServerBin() string
GetKubeletServerBin returns the path of kubelet binary.
func GetTargetBuildArch ¶
func GetTargetBuildArch() string
GetTargetBuildArch returns the target build architecture for dockerized build
func IsDockerizedBuild ¶
func IsDockerizedBuild() bool
IsDockerizedBuild returns if test needs to use dockerized build
func IsTargetArchArm64 ¶
func IsTargetArchArm64() bool
IsTargetArchArm64 returns if the target is for linux/arm64 platform
Source Files ¶
build.go
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 3 hours ago –
Tools for package owners.