Interface Generated.HostPathVolumeSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPath()
      path of the directory on the host.
      com.google.protobuf.ByteString getPathBytes()
      path of the directory on the host.
      String getType()
      type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath +optional
      com.google.protobuf.ByteString getTypeBytes()
      type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath +optional
      boolean hasPath()
      path of the directory on the host.
      boolean hasType()
      type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath +optional
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasPath

        boolean hasPath()
         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
         
        optional string path = 1;
        Returns:
        Whether the path field is set.
      • getPath

        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
         
        optional string path = 1;
        Returns:
        The path.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         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
         
        optional string path = 1;
        Returns:
        The bytes for path.
      • hasType

        boolean hasType()
         type for HostPath Volume
         Defaults to ""
         More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
         +optional
         
        optional string type = 2;
        Returns:
        Whether the type field is set.
      • getType

        String getType()
         type for HostPath Volume
         Defaults to ""
         More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
         +optional
         
        optional string type = 2;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
         type for HostPath Volume
         Defaults to ""
         More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
         +optional
         
        optional string type = 2;
        Returns:
        The bytes for type.