Uses of Class
com.tencentcloudapi.iecp.v20210914.models.VolumeConfigMap
-
Packages that use VolumeConfigMap Package Description com.tencentcloudapi.iecp.v20210914.models -
-
Uses of VolumeConfigMap in com.tencentcloudapi.iecp.v20210914.models
Methods in com.tencentcloudapi.iecp.v20210914.models that return VolumeConfigMap Modifier and Type Method Description VolumeConfigMap
Volume. getConfigMap()
Get ConfigMap挂载配置 注意:此字段可能返回 null,表示取不到有效值。VolumeConfigMap
Volume. getSecret()
Get Secret挂载配置 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iecp.v20210914.models with parameters of type VolumeConfigMap Modifier and Type Method Description void
Volume. setConfigMap(VolumeConfigMap ConfigMap)
Set ConfigMap挂载配置 注意:此字段可能返回 null,表示取不到有效值。void
Volume. setSecret(VolumeConfigMap Secret)
Set Secret挂载配置 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type VolumeConfigMap Constructor Description VolumeConfigMap(VolumeConfigMap 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.
-