Uses of Class
com.tencentcloudapi.iecp.v20210914.models.VolumeConfigMapKeyToPath
-
Packages that use VolumeConfigMapKeyToPath Package Description com.tencentcloudapi.iecp.v20210914.models -
-
Uses of VolumeConfigMapKeyToPath in com.tencentcloudapi.iecp.v20210914.models
Methods in com.tencentcloudapi.iecp.v20210914.models that return VolumeConfigMapKeyToPath Modifier and Type Method Description VolumeConfigMapKeyToPath[]
VolumeConfigMap. getItems()
Get Key列表配置Methods in com.tencentcloudapi.iecp.v20210914.models with parameters of type VolumeConfigMapKeyToPath Modifier and Type Method Description void
VolumeConfigMap. setItems(VolumeConfigMapKeyToPath[] Items)
Set Key列表配置Constructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type VolumeConfigMapKeyToPath Constructor Description VolumeConfigMapKeyToPath(VolumeConfigMapKeyToPath 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.
-