Class HostPathVolumeSource

    • Constructor Detail

      • HostPathVolumeSource

        public HostPathVolumeSource()
        No args constructor for use in serialization
      • HostPathVolumeSource

        public HostPathVolumeSource​(String path,
                                    String type)
    • Method Detail

      • getPath

        public String getPath()
        path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
      • setPath

        public void setPath​(String path)
        path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
      • getType

        public String getType()
        type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
      • setType

        public void setType​(String type)
        type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)