Build creates a resource list from a Reader. Reader must contain a YAML stream (one or more YAML documents separated by "\n---\n") Validates against OpenAPI schema if validate is true.
(reader io.Reader, validate bool)
| 53 | // |
| 54 | // Validates against OpenAPI schema if validate is true. |
| 55 | Build(reader io.Reader, validate bool) (ResourceList, error) |
| 56 | // IsReachable checks whether the client is able to connect to the cluster. |
| 57 | IsReachable() error |
| 58 |
no outgoing calls