summaryrefslogtreecommitdiff
blob: 919b7757ee2e31b23e534fe05d1970feccd2b4a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<longdescription lang="en">
		Building Kubernetes tools and APIs involves making a lot of decisions
		and writing a lot of boilerplate.

		In order to facilitate easily building Kubernetes APIs and tools using
		the canonical approach, this framework provides a collection of
		Kubernetes development tools to minimize toil.

		Kubebuilder attempts to facilitate the following developer workflow for
		building APIs

		- Create a new project directory
		- Create one or more resource APIs as CRDs and then add fields to the
		resources
		- Implement reconcile loops in controllers and watch additional resources
		- Test by running against a cluster (self-installs CRDs and starts
		controllers automatically)
		- Update bootstrapped integration tests to test new fields and business
		logic
		- Build and publish a container from the provided Dockerfile
	</longdescription>
	<upstream>
		<changelog>https://github.com/kubernetes-sigs/kubebuilder/releases</changelog>
		<remote-id type="github">kubernetes-sigs/kubebuilder</remote-id>
	</upstream>
</pkgmetadata>