Documentation ¶
Index ¶
- Variables
- func CountLines(s string) int
- func CreateTestKubeconfig(client *api.Client, organization string) (string, error)
- func MustParseTime(format string, value string) time.Time
- func Projects(organization string, names ...string) []client.Object
- func SetupClient(initObjs ...client.Object) (*api.Client, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // TODO: would be nice to get this from "github.com/ninech/apis/apps/v1alpha1" AppSizeNotSet apps.ApplicationSize = "" AppMicro apps.ApplicationSize = "micro" AppMini apps.ApplicationSize = "mini" AppStandard1 apps.ApplicationSize = "standard-1" StatusSuperseded apps.ReleaseProcessStatus = "superseded" StatusAvailable apps.ReleaseProcessStatus = "available" )
Functions ¶
func CountLines ¶
func CreateTestKubeconfig ¶
CreateTestKubeconfig creates a test kubeconfig which contains a nctl extension config with the given organization
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.