Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client contains an API client for a remote sherlock server
func New ¶
New configures a new Client instance which confers the ability to issue requests against the API of a sherlock server
func (*Client) ClusterReleases ¶
func (*Client) EnvironmentReleases ¶
func (*Client) Environments ¶
func (c *Client) Environments() (Environments, error)
type Cluster ¶
type Cluster struct {
*models.V2controllersCluster
}
type Environment ¶
type Environment struct {
*models.V2controllersEnvironment
}
type Environments ¶
type Environments []Environment
type Release ¶
type Release struct {
*models.V2controllersChartRelease
}
func (*Release) HelmfileRefOrDefault ¶
Click to show internal directories.
Click to hide internal directories.