Class CSINodeSpec

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class CSINodeSpec
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    CSINodeSpec holds information about the specification of all CSI drivers installed on a node
    • Constructor Detail

      • CSINodeSpec

        public CSINodeSpec​(@NonNull
                           @NonNull java.util.List<CSINodeDriver> drivers)
      • CSINodeSpec

        public CSINodeSpec()
    • Method Detail

      • getDrivers

        @NonNull
        public @NonNull java.util.List<CSINodeDriver> getDrivers()
        drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.
      • setDrivers

        public void setDrivers​(@NonNull
                               @NonNull java.util.List<CSINodeDriver> drivers)
        drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object