Class Nfs

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.model.KubernetesResource, java.io.Serializable

    @Generated("io.fabric8.java.generator.CRGeneratorRunner")
    public class Nfs
    extends java.lang.Object
    implements io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Nfs()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      java.lang.Boolean getReadOnly()  
      java.lang.String getServer()  
      void setPath​(java.lang.String path)  
      void setReadOnly​(java.lang.Boolean readOnly)  
      void setServer​(java.lang.String server)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Nfs

        public Nfs()
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • setPath

        public void setPath​(java.lang.String path)
      • getReadOnly

        public java.lang.Boolean getReadOnly()
      • setReadOnly

        public void setReadOnly​(java.lang.Boolean readOnly)
      • getServer

        public java.lang.String getServer()
      • setServer

        public void setServer​(java.lang.String server)