public class HostVolumeContext extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
HostVolumeContext()  | 
HostVolumeContext(HostVolumeContext 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getVolumePath()
Get Directory for mounting the host in the pod. 
 | 
void | 
setVolumePath(String VolumePath)
Set Directory for mounting the host in the pod. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic HostVolumeContext()
public HostVolumeContext(HostVolumeContext source)
public String getVolumePath()
public void setVolumePath(String VolumePath)
VolumePath - Directory for mounting the host in the pod. As the mount point of the host in the resource, a specified mount point corresponds to the host path and is used as the data storage directory in the pod.Copyright © 2025. All rights reserved.