Documentation
¶
Overview ¶
Parser helpers are used to get values of the env variables and pass to the provision scripts execution. For example, default values, values computed by others, etc.
Index ¶
Constants ¶
View Source
const (
MinArgs = 2
)
Variables ¶
This section is empty.
Functions ¶
func BuildCSECmd ¶
func BuildCSECmd(ctx context.Context, config *aksnodeconfigv1.Configuration, gpuConfig *gpu.GPUConfiguration) (*exec.Cmd, error)
func GetCSETimeout ¶ added in v0.20260729.0
returns the CSE timeout value in seconds. if empty or invalid value is provided, it returns the default timeout value of 15minutes or 900 seconds. Maximum allowed timeout is 360 minutes or 6 hours or 21600 seconds.
func IsKubernetesVersionGe ¶ added in v0.20260729.0
IsKubernetesVersionGe returns true if actualVersion is greater than or equal to version.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.