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

Commit

Permalink
Update docs and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
darkowlzz committed Aug 10, 2020
1 parent e37bfd1 commit bfbc006
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/cli/ignited/ignited.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ TODO: ignited documentation

```
-h, --help help for ignited
--ignite-config string Ignite configuration path; refer to the 'Ignite Configuration' docs for more details
--log-level loglevel Specify the loglevel for the program (default info)
--network-plugin plugin Network plugin to use. Available options are: [cni docker-bridge] (default cni)
--runtime runtime Container runtime to use. Available options are: [docker containerd] (default containerd)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/ignited/ignited_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ignited completion [flags]
### Options inherited from parent commands

```
--ignite-config string Ignite configuration path; refer to the 'Ignite Configuration' docs for more details
--log-level loglevel Specify the loglevel for the program (default info)
--network-plugin plugin Network plugin to use. Available options are: [cni docker-bridge] (default cni)
--runtime runtime Container runtime to use. Available options are: [docker containerd] (default containerd)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/ignited/ignited_daemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ignited daemon [flags]
### Options inherited from parent commands

```
--ignite-config string Ignite configuration path; refer to the 'Ignite Configuration' docs for more details
--log-level loglevel Specify the loglevel for the program (default info)
--network-plugin plugin Network plugin to use. Available options are: [cni docker-bridge] (default cni)
--runtime runtime Container runtime to use. Available options are: [docker containerd] (default containerd)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/ignited/ignited_gitops.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ignited gitops <repo-url> [flags]
### Options inherited from parent commands

```
--ignite-config string Ignite configuration path; refer to the 'Ignite Configuration' docs for more details
--log-level loglevel Specify the loglevel for the program (default info)
--network-plugin plugin Network plugin to use. Available options are: [cni docker-bridge] (default cni)
--runtime runtime Container runtime to use. Available options are: [docker containerd] (default containerd)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/ignited/ignited_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ignited version [flags]
### Options inherited from parent commands

```
--ignite-config string Ignite configuration path; refer to the 'Ignite Configuration' docs for more details
--log-level loglevel Specify the loglevel for the program (default info)
--network-plugin plugin Network plugin to use. Available options are: [cni docker-bridge] (default cni)
--runtime runtime Container runtime to use. Available options are: [docker containerd] (default containerd)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ require (
golang.org/x/sys v0.0.0-20200610111108-226ff32320da
gotest.tools v2.2.0+incompatible
k8s.io/apimachinery v0.18.3
k8s.io/kube-openapi v0.0.0-20200615155156-dffdd1682719
k8s.io/kube-openapi v0.0.0-20200727223308-4c7aaf529f79
sigs.k8s.io/yaml v1.2.0
)
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ k8s.io/apimachinery/third_party/forked/golang/json
k8s.io/apimachinery/third_party/forked/golang/reflect
# k8s.io/klog v1.0.0
k8s.io/klog
# k8s.io/kube-openapi v0.0.0-20200615155156-dffdd1682719 => k8s.io/kube-openapi v0.0.0-20200121204235-bf4fb3bd569c
# k8s.io/kube-openapi v0.0.0-20200727223308-4c7aaf529f79 => k8s.io/kube-openapi v0.0.0-20200121204235-bf4fb3bd569c
## explicit
k8s.io/kube-openapi/pkg/common
k8s.io/kube-openapi/pkg/util/proto
Expand Down

0 comments on commit bfbc006

Please sign in to comment.