Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action Items #10

Closed
21 tasks done
fanminshi opened this issue Feb 14, 2018 · 4 comments
Closed
21 tasks done

Action Items #10

fanminshi opened this issue Feb 14, 2018 · 4 comments

Comments

@fanminshi
Copy link
Contributor

fanminshi commented Feb 14, 2018

This tracks the action items needed for milestone 0.0.1.
Target Date: 03/12/18

Operator-SDK APIs:

Operator-SDK Generation:

$GOPATH/github.com/example.com/play
├── cmd
│   └── play
├── deploy
│   └── play
├── config
├── tmp
│   ├── build
│   └── codegen
└── pkg
    ├── apis
    │   └── play
    │       └── v1alpha1
    ├── client
    └── stub  

cc/ @hasbro17 @hongchaodeng @xiang90 for any modification.

@hongchaodeng
Copy link
Contributor

@fanminshi
For generating scaffolding, can you work on the new command:

First of all, generate scaffolding code:

	operator-sdk new github.com/example.com/play --apigroup=play.example.com/v1

This will create the following directory layout:

	play/
	|	cmd/
	|		play/
	|			main.go
	|	pkg/
	|		apis/
	|			play/v1/
	|				doc.go
	|				register.go
	|				types.go
	|		stub/
	|			handler.go

@fanminshi
Copy link
Contributor Author

fanminshi commented Feb 14, 2018

@hongchaodeng yeah, but let me finish the doc design first. I think it is a good practice to do step by step. it should only take me a moment.

@hongchaodeng
Copy link
Contributor

Just create the layout and files first. No need to write a design doc.

@fanminshi fanminshi changed the title Actions Items Action Items Feb 20, 2018
@fanminshi
Copy link
Contributor Author

main action items for 0.0.1 milestone are finished. closing this.

fabianvf pushed a commit to fabianvf/operator-sdk that referenced this issue Jul 23, 2020
m1kola pushed a commit to m1kola/operator-sdk that referenced this issue Jun 7, 2024
…r-framework#10)

Update ocp-release-operator-sdk to 4.1feature freeze version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants