Class IoK8sApiCoreV1HostPathVolumeSource


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]")
    public class IoK8sApiCoreV1HostPathVolumeSource
    extends Object
    Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.
    • Constructor Detail

      • IoK8sApiCoreV1HostPathVolumeSource

        public IoK8sApiCoreV1HostPathVolumeSource()
    • 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
        Returns:
        path
      • setPath

        public void setPath​(String path)
      • getType

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

        public void setType​(String type)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object