Documentation
¶
Index ¶
- Constants
- func ApplyCronJob(cronJobDescriptor projectModel.CronJobDescriptor, config config.Config) error
- func ApplyDaemonSet(daemonSetDescriptor projectModel.DaemonSetDescriptor, config config.Config) error
- func ApplyDeployment(deploymentDescriptor projectModel.DeploymentDescriptor, config config.Config) error
- func ApplyDescriptor(file string, data []byte, values map[string]interface{}, config config.Config) error
- func ApplyJob(jobDescriptor projectModel.JobDescriptor, config config.Config) error
- func ApplyProject(project projectModel.Project, config config.Config) error
- func ApplyStatefulSet(statefulSetDescriptor projectModel.StatefulSetDescriptor, config config.Config) error
- func GetKind(data []byte) (string, error)
- func ParseAndPrintDescriptor(file string, data []byte, values map[string]interface{}, config config.Config) error
Constants ¶
View Source
const ( ProjectKind = "Project" JobKind = "Job" CronJobKind = "CronJob" DeploymentKind = "Deployment" DaemonSetKind = "DaemonSet" StatefulSetKind = "StatefulSet" )
Variables ¶
This section is empty.
Functions ¶
func ApplyCronJob ¶ added in v1.1.0
func ApplyCronJob(cronJobDescriptor projectModel.CronJobDescriptor, config config.Config) error
func ApplyDaemonSet ¶ added in v1.1.0
func ApplyDaemonSet(daemonSetDescriptor projectModel.DaemonSetDescriptor, config config.Config) error
func ApplyDeployment ¶ added in v1.1.0
func ApplyDeployment(deploymentDescriptor projectModel.DeploymentDescriptor, config config.Config) error
func ApplyDescriptor ¶ added in v1.1.0
func ApplyJob ¶ added in v1.1.0
func ApplyJob(jobDescriptor projectModel.JobDescriptor, config config.Config) error
func ApplyProject ¶
func ApplyProject(project projectModel.Project, config config.Config) error
func ApplyStatefulSet ¶ added in v1.1.0
func ApplyStatefulSet(statefulSetDescriptor projectModel.StatefulSetDescriptor, config config.Config) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.