Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExpandContainerCommandOnlyStatic (0.35 sec)

  1. pkg/kubelet/container/helpers.go

    	}
    
    	return result
    }
    
    // ExpandContainerCommandOnlyStatic substitutes only static environment variable values from the
    // container environment definitions. This does *not* include valueFrom substitutions.
    // TODO: callers should use ExpandContainerCommandAndArgs with a fully resolved list of environment.
    func ExpandContainerCommandOnlyStatic(containerCommand []string, envs []v1.EnvVar) (command []string) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 14.3K bytes
    - Viewed (0)
Back to top