Class WatchEvent

    • Constructor Detail

      • WatchEvent

        public WatchEvent()
        No args constructor for use in serialization
    • Method Detail

      • setObject

        public void setObject​(KubernetesResource object)
        Parameters:
        object - The object
      • getType

        public String getType()
        the type of watch event; may be ADDED
        Returns:
        The type
      • setType

        public void setType​(String type)
        the type of watch event; may be ADDED
        Parameters:
        type - The type
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)