Class VolumeConfigMapKeyToPath

    • Constructor Detail

      • VolumeConfigMapKeyToPath

        public VolumeConfigMapKeyToPath()
      • VolumeConfigMapKeyToPath

        public 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.
    • Method Detail

      • getKey

        public String getKey()
        Get 健名
        Returns:
        Key 健名
      • setKey

        public void setKey​(String Key)
        Set 健名
        Parameters:
        Key - 健名
      • getPath

        public String getPath()
        Get 对应本地路径
        Returns:
        Path 对应本地路径
      • setPath

        public void setPath​(String Path)
        Set 对应本地路径
        Parameters:
        Path - 对应本地路径
      • getMode

        public String getMode()
        Get 对应权限模式
        Returns:
        Mode 对应权限模式
      • setMode

        public void setMode​(String Mode)
        Set 对应权限模式
        Parameters:
        Mode - 对应权限模式