Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct { Name string Namespace string Version string Labels map[string]string Resources []Resource }
func App ¶
func App(ctx context.Context, client kubernetes.Client, namespace, name string) (*Application, error)
func Apps ¶
func Apps(ctx context.Context, client kubernetes.Client, namespace string) ([]Application, error)
type ResourceStatus ¶ added in v0.14.6
type ResourceStatus string
const ( StatusPending ResourceStatus = "Pending" StatusRunning ResourceStatus = "Running" StatusSucceeded ResourceStatus = "Succeeded" StatusFailed ResourceStatus = "Failed" StatusUnknown ResourceStatus = "" )
Click to show internal directories.
Click to hide internal directories.