Class Node

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

    public class Node
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).
    • Constructor Summary

      Constructors 
      Constructor Description
      Node()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Node

        public Node()