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.
This tracks the action items needed for milestone 0.0.1.
Target Date: 03/12/18
Operator-SDK APIs:
KubeApplyFuncandKubeDeleteFuncrequired ref: *: add kube apply action #58 sdk/action: implement kube delete #61Operator-SDK Generation:
github.com/example.com/playref: *: operator-sdk new command generates project skeleton #21:$GOPATH/github.com/example.com/play ├── cmd │ └── play ├── deploy │ └── play ├── config ├── tmp │ ├── build │ └── codegen └── pkg ├── apis │ └── play │ └── v1alpha1 ├── client └── stuboperator-sdk newinput args and flags ref: commands/operator-sdk: add flags check #106new#39 pkg/generator: render dep files #67cc/ @hasbro17 @hongchaodeng @xiang90 for any modification.