gitop

package
v0.0.0-...-b94449b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2021 License: AGPL-3.0 Imports: 13 Imported by: 0

Documentation

Overview

Package gitop contains operators that use git.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repo

type Repo struct {
	Args interface{}
}

func (Repo) GetState

func (op Repo) GetState(octx operator.Context) (state.State, error)

func (Repo) Info

func (op Repo) Info() operator.Info

func (Repo) Run

func (op Repo) Run(octx operator.Context) error

type RepoOpts

type RepoOpts struct {
	URL     string `json:"url"`
	Dest    string `json:"dest"`
	Ref     string `json:"ref,omitempty"`
	Version string `json:"version,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL