Documentation
¶
Index ¶
Constants ¶
View Source
const ( RancherKind = "Rancher" ClusterKind = "Cluster" ProjectKind = "Project" JobKind = "Job" CronJobKind = "CronJob" DeploymentKind = "Deployment" DaemonSetKind = "DaemonSet" StatefulSetKind = "StatefulSet" )
Types of Descriptors which are expected values of the field 'kind'
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Catalog ¶
type Catalog struct {
Name string `yaml:"name"`
URL string `yaml:"url"`
Branch string `yaml:"branch,omitempty"`
Username string `yaml:"username,omitempty"`
Password string `yaml:"password,omitempty"`
}
Catalog is a template source to be used by Apps
Click to show internal directories.
Click to hide internal directories.