This project is mirrored from https://gitee.com/linuxsuren/octant.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 17 Oct, 2019 1 commit
  2. 12 Jul, 2019 1 commit
    • lilesb's avatar
      Create plugin helper service · 0be0bfae
      lilesb authored
      The plugin helper service provides a method for plugin authors to initialize
      and implement their plugins.
      0be0bfae
  3. 01 Jul, 2019 1 commit
    • bryanl's avatar
      Add ability to create editors · 21409735
      bryanl authored
      This change introduces editors. The first example is editing
      replicas for a deployment. To make this work, the following changes
      had to be made:
      
      * Add editing support to summaries
      * Create an action system to dispact update events
      21409735
  4. 04 Feb, 2019 1 commit
    • bryanl's avatar
      Extract object visitor into its own package · 59e366b1
      bryanl authored
      The visitor can visit any Kubernetes objects and has
      special rules for the following relations:
      
      * service <=> pod
      * ingress <=> service
      
      Also:
      
      * Rename Cache.Retrieve to Cache.List
      * Introduce Cache.Get
      * Delete unused object overview code
      59e366b1