Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
autogenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
luxas committed Jul 5, 2019
1 parent f204e9a commit 23b8d5c
Show file tree
Hide file tree
Showing 66 changed files with 5,041 additions and 410 deletions.
1 change: 1 addition & 0 deletions docs/cli/ignite.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Example usage:
* [ignite attach](ignite_attach.md) - Attach to a running VM
* [ignite completion](ignite_completion.md) - Output bash completion for ignite to stdout
* [ignite create](ignite_create.md) - Create a new VM without starting it
* [ignite gitops](ignite_gitops.md) - Run the GitOps feature of Ignite
* [ignite image](ignite_image.md) - Manage VM base images
* [ignite kernel](ignite_kernel.md) - Manage VM kernels
* [ignite kill](ignite_kill.md) - Kill running VMs
Expand Down
29 changes: 29 additions & 0 deletions docs/cli/ignite_gitops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## ignite gitops

Run the GitOps feature of Ignite

### Synopsis

Run the GitOps feature of Ignite

```
ignite gitops [flags]
```

### Options

```
-b, --branch string What branch to sync (default "master")
-h, --help help for gitops
```

### Options inherited from parent commands

```
-q, --quiet The quiet mode allows for machine-parsable output, by printing only IDs
```

### SEE ALSO

* [ignite](ignite.md) - ignite: easily run Firecracker VMs

8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ require (
github.com/lithammer/dedent v1.1.0
github.com/miekg/dns v1.1.14
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.0.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/weaveworks/flux v0.0.0-20190704153721-8292179855e1
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/grpc v1.21.1 // indirect
gotest.tools v2.2.0+incompatible // indirect
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
k8s.io/kube-openapi v0.0.0-20190228160746-b3a7cee44a30
k8s.io/kube-openapi v0.0.0-20190401085232-94e1e7b7574c
sigs.k8s.io/yaml v1.1.0
)

replace github.com/docker/distribution => github.com/docker/distribution v2.7.1+incompatible
198 changes: 198 additions & 0 deletions go.sum

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions vendor/github.com/gogo/protobuf/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vendor/github.com/gogo/protobuf/proto/decode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions vendor/github.com/gogo/protobuf/proto/deprecated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions vendor/github.com/gogo/protobuf/proto/encode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/gogo/protobuf/proto/extensions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

100 changes: 73 additions & 27 deletions vendor/github.com/gogo/protobuf/proto/lib.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 23b8d5c

Please sign in to comment.