Documentation
¶
Index ¶
- func GetEnvironments(limit int, client newclient.Client, spaceID string) ([]*environments.Environment, error)
- func GetMachines(limit int, client newclient.Client, spaceID string) ([]*machines.DeploymentTarget, error)
- func GetNamedProjects(client newclient.Client, spaceID string, ...) ([]*projects.Project, error)
- func GetProjectByName(name string, client newclient.Client, spaceID string) ([]*projects.Project, error)
- func GetProjects(limit int, client newclient.Client, spaceID string) ([]*projects.Project, error)
- func GetProjectsWithFilter(client newclient.Client, spaceID string, ...) ([]*projects.Project, error)
- func GetTenants(limit int, client newclient.Client, spaceID string) ([]*tenants.Tenant, error)
- func GetWorkers(limit int, client newclient.Client, spaceID string) ([]*machines.Worker, error)
- type HeaderRoundTripper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEnvironments ¶
func GetEnvironments(limit int, client newclient.Client, spaceID string) ([]*environments.Environment, error)
func GetMachines ¶
func GetNamedProjects ¶
func GetProjectByName ¶
func GetProjects ¶
func GetProjectsWithFilter ¶
func GetTenants ¶
Types ¶
type HeaderRoundTripper ¶
type HeaderRoundTripper struct {
Transport http.RoundTripper
Headers map[string]string
}
Click to show internal directories.
Click to hide internal directories.