README
¶
Kubefaas CRD generation
- Clone https://github.com/fission/code-generator to generate fission CRD object deepcopy and client methods.
- MUST run code-generator in the fission root directory.
$ cd $GOPATH/src/github.com/srcmesh/kubefaas/
$ bash $GOPATH/src/k8s.io/code-generator/generate-groups.sh \
all \
github.com/srcmesh/kubefaas/pkg/apis/genclient \
github.com/srcmesh/kubefaas/pkg/apis \
"core:v1" \
--go-header-file $GOPATH/src/github.com/srcmesh/kubefaas/pkg/apis/boilerplate.txt
Reference
Directories
¶
Path | Synopsis |
---|---|
core
|
|
v1
+k8s:deepcopy-gen=package +k8s:defaulter-gen=TypeMeta +groupName=fission.io +groupGoName=core In order not to break the backward compatibility, keep coreV1 types stay at "fission.io" group instead of moving them to "core.fission.io".
|
+k8s:deepcopy-gen=package +k8s:defaulter-gen=TypeMeta +groupName=fission.io +groupGoName=core In order not to break the backward compatibility, keep coreV1 types stay at "fission.io" group instead of moving them to "core.fission.io". |
genclient
|
|
clientset/versioned
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
clientset/versioned/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
clientset/versioned/scheme
This package contains the scheme of the automatically generated clientset.
|
This package contains the scheme of the automatically generated clientset. |
clientset/versioned/typed/core/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
clientset/versioned/typed/core/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
Click to show internal directories.
Click to hide internal directories.