package
0.7.0
Repository: https://github.com/mkimuram/operator-sdk.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
dirs.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ResourceKindRegexp matches Kubernetes API Kind's.
ResourceVersionRegexp matches Kubernetes API versions.

# Structs

AddController is the input needed to generate a pkg/controller/add_<kind>.go file.
AddToScheme is the input needed to generate an addtoscheme_<group>_<version>.go file.
No description provided by the author
No description provided by the author
No description provided by the author
ControllerKind is the input needed to generate a pkg/controller/<kind>/<kind>_controller.go file.
CR is the input needed to generate a deploy/crds/<group>_<version>_<kind>_cr.yaml file.
CRD is the input needed to generate a deploy/crds/<group>_<version>_<kind>_crd.yaml file.
Doc is the input needed to generate a pkg/apis/<group>/<version>/doc.go file.
No description provided by the author
Entrypoint - entrypoint script.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Register is the input needed to generate a pkg/apis/<group>/<version>/register.go file.
Resource contains the information required to scaffold files for a resource.
No description provided by the author
No description provided by the author
Scaffold writes Templates to scaffold new files.
No description provided by the author
No description provided by the author
No description provided by the author
Types is the input needed to generate a pkg/apis/<group>/<version>/<kind>_types.go file.
UserSetup - userSetup script.
No description provided by the author

# Interfaces

CustomRenderer is the interface for writing any scaffold file that does not use a template.