(ctx context.Context)
| 69 | } |
| 70 | |
| 71 | func (s *ClusterStore) IsReady(ctx context.Context) bool { |
| 72 | return s.e.IsReady(ctx) |
| 73 | } |
| 74 | |
| 75 | // ListNamespace return the list of name of all namespaces |
| 76 | func (s *ClusterStore) ListNamespace(ctx context.Context) ([]string, error) { |