# Structs

AddToScheme scaffolds the code to add the resource to a SchemeBuilder.
CRD scaffolds a CRD yaml file.
CRDSample scaffolds a manifest for CRD sample.
Doc scaffolds the pkg/apis/group/version/doc.go directory.
Group scaffolds the pkg/apis/group/group.go.
Register scaffolds the pkg/apis/group/version/register.go file.
Resource contains the information required to scaffold files for a resource.
Role scaffolds the config/manager/group_role_rbac.yaml file.
RoleBinding scaffolds the config/manager/group_rolebinding_rbac.yaml file.
Types scaffolds the pkg/apis/group/version/kind_types.go file to define the schema for an API.
TypesTest scaffolds the pkg/apis/group/version/kind_types_test.go file to test the API schema.
VersionSuiteTest scaffolds the version_suite_test.go file to setup the versions test.