Uses of Class
com.tencentcloudapi.tke.v20180525.models.EnvironmentVariable
-
Packages that use EnvironmentVariable Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of EnvironmentVariable in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return EnvironmentVariable Modifier and Type Method Description EnvironmentVariable[]Container. getEnvironmentVars()Get 容器内操作系统的环境变量Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type EnvironmentVariable Modifier and Type Method Description voidContainer. setEnvironmentVars(EnvironmentVariable[] EnvironmentVars)Set 容器内操作系统的环境变量Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type EnvironmentVariable Constructor Description EnvironmentVariable(EnvironmentVariable source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-