Skip to content

Commit e66b57e

Browse files
author
Ish Shah
committed
add hugo headers to docs
1 parent b403140 commit e66b57e

33 files changed

+241
-93
lines changed

doc/cli/operator-sdk.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk"
4+
---
15
## operator-sdk
26

37
An SDK for building operators with ease
@@ -14,19 +18,19 @@ An SDK for building operators with ease
1418

1519
### SEE ALSO
1620

17-
* [operator-sdk add](operator-sdk_add.md) - Adds a controller or resource to the project
18-
* [operator-sdk alpha](operator-sdk_alpha.md) - Run an alpha subcommand
19-
* [operator-sdk build](operator-sdk_build.md) - Compiles code and builds artifacts
20-
* [operator-sdk completion](operator-sdk_completion.md) - Generators for shell completions
21-
* [operator-sdk generate](operator-sdk_generate.md) - Invokes specific generator
22-
* [operator-sdk migrate](operator-sdk_migrate.md) - Adds source code to an operator
23-
* [operator-sdk new](operator-sdk_new.md) - Creates a new operator application
24-
* [operator-sdk olm-catalog](operator-sdk_olm-catalog.md) - Invokes a olm-catalog command
25-
* [operator-sdk print-deps](operator-sdk_print-deps.md) - Print Golang packages and versions required to run the operator
26-
* [operator-sdk run](operator-sdk_run.md) - Runs a generic operator
27-
* [operator-sdk scorecard](operator-sdk_scorecard.md) - Run scorecard tests
28-
* [operator-sdk test](operator-sdk_test.md) - Tests the operator
29-
* [operator-sdk up](operator-sdk_up.md) - Launches the operator
30-
* [operator-sdk version](operator-sdk_version.md) - Prints the version of operator-sdk
31-
32-
###### Auto generated by spf13/cobra on 23-Oct-2019
21+
* [operator-sdk add](operator-sdk_add) - Adds a controller or resource to the project
22+
* [operator-sdk alpha](operator-sdk_alpha) - Run an alpha subcommand
23+
* [operator-sdk build](operator-sdk_build) - Compiles code and builds artifacts
24+
* [operator-sdk completion](operator-sdk_completion) - Generators for shell completions
25+
* [operator-sdk generate](operator-sdk_generate) - Invokes specific generator
26+
* [operator-sdk migrate](operator-sdk_migrate) - Adds source code to an operator
27+
* [operator-sdk new](operator-sdk_new) - Creates a new operator application
28+
* [operator-sdk olm-catalog](operator-sdk_olm-catalog) - Invokes a olm-catalog command
29+
* [operator-sdk print-deps](operator-sdk_print-deps) - Print Golang packages and versions required to run the operator
30+
* [operator-sdk run](operator-sdk_run) - Runs a generic operator
31+
* [operator-sdk scorecard](operator-sdk_scorecard) - Run scorecard tests
32+
* [operator-sdk test](operator-sdk_test) - Tests the operator
33+
* [operator-sdk up](operator-sdk_up) - Launches the operator
34+
* [operator-sdk version](operator-sdk_version) - Prints the version of operator-sdk
35+
36+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_add.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk add"
4+
---
15
## operator-sdk add
26

37
Adds a controller or resource to the project
@@ -14,9 +18,9 @@ Adds a controller or resource to the project
1418

1519
### SEE ALSO
1620

17-
* [operator-sdk](operator-sdk.md) - An SDK for building operators with ease
18-
* [operator-sdk add api](operator-sdk_add_api.md) - Adds a new api definition under pkg/apis
19-
* [operator-sdk add controller](operator-sdk_add_controller.md) - Adds a new controller pkg
20-
* [operator-sdk add crd](operator-sdk_add_crd.md) - Adds a Custom Resource Definition (CRD) and the Custom Resource (CR) files
21+
* [operator-sdk](operator-sdk) - An SDK for building operators with ease
22+
* [operator-sdk add api](operator-sdk_add_api) - Adds a new api definition under pkg/apis
23+
* [operator-sdk add controller](operator-sdk_add_controller) - Adds a new controller pkg
24+
* [operator-sdk add crd](operator-sdk_add_crd) - Adds a Custom Resource Definition (CRD) and the Custom Resource (CR) files
2125

22-
###### Auto generated by spf13/cobra on 23-Oct-2019
26+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_add_api.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk add api"
4+
---
15
## operator-sdk add api
26

37
Adds a new api definition under pkg/apis
@@ -51,6 +55,6 @@ operator-sdk add api [flags]
5155

5256
### SEE ALSO
5357

54-
* [operator-sdk add](operator-sdk_add.md) - Adds a controller or resource to the project
58+
* [operator-sdk add](operator-sdk_add) - Adds a controller or resource to the project
5559

56-
###### Auto generated by spf13/cobra on 23-Oct-2019
60+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_add_controller.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk add controller"
4+
---
15
## operator-sdk add controller
26

37
Adds a new controller pkg
@@ -37,6 +41,6 @@ operator-sdk add controller [flags]
3741

3842
### SEE ALSO
3943

40-
* [operator-sdk add](operator-sdk_add.md) - Adds a controller or resource to the project
44+
* [operator-sdk add](operator-sdk_add) - Adds a controller or resource to the project
4145

42-
###### Auto generated by spf13/cobra on 23-Oct-2019
46+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_add_crd.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk add crd"
4+
---
15
## operator-sdk add crd
26

37
Adds a Custom Resource Definition (CRD) and the Custom Resource (CR) files
@@ -27,6 +31,6 @@ operator-sdk add crd [flags]
2731

2832
### SEE ALSO
2933

30-
* [operator-sdk add](operator-sdk_add.md) - Adds a controller or resource to the project
34+
* [operator-sdk add](operator-sdk_add) - Adds a controller or resource to the project
3135

32-
###### Auto generated by spf13/cobra on 23-Oct-2019
36+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_alpha.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk alpha"
4+
---
15
## operator-sdk alpha
26

37
Run an alpha subcommand
@@ -14,7 +18,7 @@ Run an alpha subcommand
1418

1519
### SEE ALSO
1620

17-
* [operator-sdk](operator-sdk.md) - An SDK for building operators with ease
18-
* [operator-sdk alpha olm](operator-sdk_alpha_olm.md) - Manage the Operator Lifecycle Manager installation in your cluster
21+
* [operator-sdk](operator-sdk) - An SDK for building operators with ease
22+
* [operator-sdk alpha olm](operator-sdk_alpha_olm) - Manage the Operator Lifecycle Manager installation in your cluster
1923

20-
###### Auto generated by spf13/cobra on 23-Oct-2019
24+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_alpha_olm.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk alpha olm"
4+
---
15
## operator-sdk alpha olm
26

37
Manage the Operator Lifecycle Manager installation in your cluster
@@ -14,9 +18,9 @@ Manage the Operator Lifecycle Manager installation in your cluster
1418

1519
### SEE ALSO
1620

17-
* [operator-sdk alpha](operator-sdk_alpha.md) - Run an alpha subcommand
18-
* [operator-sdk alpha olm install](operator-sdk_alpha_olm_install.md) - Install Operator Lifecycle Manager in your cluster
19-
* [operator-sdk alpha olm status](operator-sdk_alpha_olm_status.md) - Get the status of the Operator Lifecycle Manager installation in your cluster
20-
* [operator-sdk alpha olm uninstall](operator-sdk_alpha_olm_uninstall.md) - Uninstall Operator Lifecycle Manager from your cluster
21+
* [operator-sdk alpha](operator-sdk_alpha) - Run an alpha subcommand
22+
* [operator-sdk alpha olm install](operator-sdk_alpha_olm_install) - Install Operator Lifecycle Manager in your cluster
23+
* [operator-sdk alpha olm status](operator-sdk_alpha_olm_status) - Get the status of the Operator Lifecycle Manager installation in your cluster
24+
* [operator-sdk alpha olm uninstall](operator-sdk_alpha_olm_uninstall) - Uninstall Operator Lifecycle Manager from your cluster
2125

22-
###### Auto generated by spf13/cobra on 23-Oct-2019
26+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_alpha_olm_install.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk alpha olm install"
4+
---
15
## operator-sdk alpha olm install
26

37
Install Operator Lifecycle Manager in your cluster
@@ -20,6 +24,6 @@ operator-sdk alpha olm install [flags]
2024

2125
### SEE ALSO
2226

23-
* [operator-sdk alpha olm](operator-sdk_alpha_olm.md) - Manage the Operator Lifecycle Manager installation in your cluster
27+
* [operator-sdk alpha olm](operator-sdk_alpha_olm) - Manage the Operator Lifecycle Manager installation in your cluster
2428

25-
###### Auto generated by spf13/cobra on 23-Oct-2019
29+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_alpha_olm_status.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk alpha olm status"
4+
---
15
## operator-sdk alpha olm status
26

37
Get the status of the Operator Lifecycle Manager installation in your cluster
@@ -19,6 +23,6 @@ operator-sdk alpha olm status [flags]
1923

2024
### SEE ALSO
2125

22-
* [operator-sdk alpha olm](operator-sdk_alpha_olm.md) - Manage the Operator Lifecycle Manager installation in your cluster
26+
* [operator-sdk alpha olm](operator-sdk_alpha_olm) - Manage the Operator Lifecycle Manager installation in your cluster
2327

24-
###### Auto generated by spf13/cobra on 23-Oct-2019
28+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_alpha_olm_uninstall.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk alpha olm uninstall"
4+
---
15
## operator-sdk alpha olm uninstall
26

37
Uninstall Operator Lifecycle Manager from your cluster
@@ -19,6 +23,6 @@ operator-sdk alpha olm uninstall [flags]
1923

2024
### SEE ALSO
2125

22-
* [operator-sdk alpha olm](operator-sdk_alpha_olm.md) - Manage the Operator Lifecycle Manager installation in your cluster
26+
* [operator-sdk alpha olm](operator-sdk_alpha_olm) - Manage the Operator Lifecycle Manager installation in your cluster
2327

24-
###### Auto generated by spf13/cobra on 23-Oct-2019
28+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_build.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk build"
4+
---
15
## operator-sdk build
26

37
Compiles code and builds artifacts
@@ -32,6 +36,6 @@ operator-sdk build <image> [flags]
3236

3337
### SEE ALSO
3438

35-
* [operator-sdk](operator-sdk.md) - An SDK for building operators with ease
39+
* [operator-sdk](operator-sdk) - An SDK for building operators with ease
3640

37-
###### Auto generated by spf13/cobra on 23-Oct-2019
41+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_completion.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk completion"
4+
---
15
## operator-sdk completion
26

37
Generators for shell completions
@@ -14,8 +18,8 @@ Generators for shell completions
1418

1519
### SEE ALSO
1620

17-
* [operator-sdk](operator-sdk.md) - An SDK for building operators with ease
18-
* [operator-sdk completion bash](operator-sdk_completion_bash.md) - Generate bash completions
19-
* [operator-sdk completion zsh](operator-sdk_completion_zsh.md) - Generate zsh completions
21+
* [operator-sdk](operator-sdk) - An SDK for building operators with ease
22+
* [operator-sdk completion bash](operator-sdk_completion_bash) - Generate bash completions
23+
* [operator-sdk completion zsh](operator-sdk_completion_zsh) - Generate zsh completions
2024

21-
###### Auto generated by spf13/cobra on 23-Oct-2019
25+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_completion_bash.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk completion bash"
4+
---
15
## operator-sdk completion bash
26

37
Generate bash completions
@@ -18,6 +22,6 @@ operator-sdk completion bash [flags]
1822

1923
### SEE ALSO
2024

21-
* [operator-sdk completion](operator-sdk_completion.md) - Generators for shell completions
25+
* [operator-sdk completion](operator-sdk_completion) - Generators for shell completions
2226

23-
###### Auto generated by spf13/cobra on 23-Oct-2019
27+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_completion_zsh.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk completion zsh"
4+
---
15
## operator-sdk completion zsh
26

37
Generate zsh completions
@@ -18,6 +22,6 @@ operator-sdk completion zsh [flags]
1822

1923
### SEE ALSO
2024

21-
* [operator-sdk completion](operator-sdk_completion.md) - Generators for shell completions
25+
* [operator-sdk completion](operator-sdk_completion) - Generators for shell completions
2226

23-
###### Auto generated by spf13/cobra on 23-Oct-2019
27+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_generate.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk generate"
4+
---
15
## operator-sdk generate
26

37
Invokes specific generator
@@ -14,8 +18,8 @@ The operator-sdk generate command invokes specific generator to generate code as
1418

1519
### SEE ALSO
1620

17-
* [operator-sdk](operator-sdk.md) - An SDK for building operators with ease
18-
* [operator-sdk generate k8s](operator-sdk_generate_k8s.md) - Generates Kubernetes code for custom resource
19-
* [operator-sdk generate openapi](operator-sdk_generate_openapi.md) - Generates OpenAPI specs for API's
21+
* [operator-sdk](operator-sdk) - An SDK for building operators with ease
22+
* [operator-sdk generate k8s](operator-sdk_generate_k8s) - Generates Kubernetes code for custom resource
23+
* [operator-sdk generate openapi](operator-sdk_generate_openapi) - Generates OpenAPI specs for API's
2024

21-
###### Auto generated by spf13/cobra on 23-Oct-2019
25+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_generate_k8s.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk generate k8s"
4+
---
15
## operator-sdk generate k8s
26

37
Generates Kubernetes code for custom resource
@@ -29,6 +33,6 @@ operator-sdk generate k8s [flags]
2933

3034
### SEE ALSO
3135

32-
* [operator-sdk generate](operator-sdk_generate.md) - Invokes specific generator
36+
* [operator-sdk generate](operator-sdk_generate) - Invokes specific generator
3337

34-
###### Auto generated by spf13/cobra on 23-Oct-2019
38+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_generate_openapi.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk generate openapi"
4+
---
15
## operator-sdk generate openapi
26

37
Generates OpenAPI specs for API's
@@ -35,6 +39,6 @@ operator-sdk generate openapi [flags]
3539

3640
### SEE ALSO
3741

38-
* [operator-sdk generate](operator-sdk_generate.md) - Invokes specific generator
42+
* [operator-sdk generate](operator-sdk_generate) - Invokes specific generator
3943

40-
###### Auto generated by spf13/cobra on 23-Oct-2019
44+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_migrate.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk migrate"
4+
---
15
## operator-sdk migrate
26

37
Adds source code to an operator
@@ -20,6 +24,6 @@ operator-sdk migrate [flags]
2024

2125
### SEE ALSO
2226

23-
* [operator-sdk](operator-sdk.md) - An SDK for building operators with ease
27+
* [operator-sdk](operator-sdk) - An SDK for building operators with ease
2428

25-
###### Auto generated by spf13/cobra on 23-Oct-2019
29+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_new.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk new"
4+
---
15
## operator-sdk new
26

37
Creates a new operator application
@@ -40,6 +44,6 @@ operator-sdk new <project-name> [flags]
4044

4145
### SEE ALSO
4246

43-
* [operator-sdk](operator-sdk.md) - An SDK for building operators with ease
47+
* [operator-sdk](operator-sdk) - An SDK for building operators with ease
4448

45-
###### Auto generated by spf13/cobra on 23-Oct-2019
49+
###### Auto generated by spf13/cobra on 5-Nov-2019

doc/cli/operator-sdk_olm-catalog.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
date: 2019-11-05T08:15:45-08:00
3+
title: "operator-sdk olm-catalog"
4+
---
15
## operator-sdk olm-catalog
26

37
Invokes a olm-catalog command
@@ -15,7 +19,7 @@ Catalog related actions.
1519

1620
### SEE ALSO
1721

18-
* [operator-sdk](operator-sdk.md) - An SDK for building operators with ease
19-
* [operator-sdk olm-catalog gen-csv](operator-sdk_olm-catalog_gen-csv.md) - Generates a Cluster Service Version yaml file for the operator
22+
* [operator-sdk](operator-sdk) - An SDK for building operators with ease
23+
* [operator-sdk olm-catalog gen-csv](operator-sdk_olm-catalog_gen-csv) - Generates a Cluster Service Version yaml file for the operator
2024

21-
###### Auto generated by spf13/cobra on 23-Oct-2019
25+
###### Auto generated by spf13/cobra on 5-Nov-2019

0 commit comments

Comments
 (0)