• 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