Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 923 Bytes

folder-structure.md

File metadata and controls

24 lines (16 loc) · 923 Bytes

Overview

This file contains information about project folder structure.

apis/

This folder contains groups, versions, kinds, and resources for Custom Resource.

More information can be found here - https://book.kubebuilder.io/cronjob-tutorial/gvks.html

config/

This folder contains autogenerated k8s manifests such as crds, rbac and samples.

controllers/

Controllers are the core of Kubernetes, and of any operator. This folder contains controllers for each Custom Resource provided in apis/.

More information can be found here - https://book.kubebuilder.io/cronjob-tutorial/controller-overview.html

deploy/

This folder contains helm chart to deploy operator into k8s.

hack/

This folder contains licence header.

internal/