Documentation ¶
Index ¶
Constants ¶
View Source
const ( ClusterIDKey string = "clusterID" ResourceTypeKey string = "resourceType" )
params
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Getter ¶
type Getter interface { // GetTemplateSchema get schema for specified template release. todo(gjq) add cache GetTemplateSchema(ctx context.Context, templateName, releaseName string, params map[string]string) (*Schemas, error) }
Getter provides some functions for template schema nolint
Click to show internal directories.
Click to hide internal directories.