Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Resource = helm_releases.Release{ Name: "my-release-name", Namespace: "my-namespace", Chart: &chart.Chart{ Metadata: &chart.Metadata{ Name: "my-chart", Version: "1.2.3", Icon: "chart-icon", }, }, Info: &helm_releases.Info{ LastDeployed: ×tamp.Timestamp{}, Status: &helm_releases.Status{ Code: 200, Resources: "my-resources", Notes: "my-notes", }, }, }
Resource represents a Helm release resource
Functions ¶
func NewMockedBrokenClient ¶
NewMockedBrokenClient Fails to initialize
func NewMockedClient ¶
NewMockedClient returns a mocked version of the Helm Client
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.