README ¶
exp
This subrepository holds experimental code and API types.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to any compatibility or deprecation promise.
Experiments follow a strict lifecycle: Alpha -> Beta prior to Graduation.
For more information on graduation criteria, see: Contributing Guidelines
Active Features
DockerMachinePool (alpha)
Create a new Resource
Below is an example of creating a DockerMachinePool
resource in the experimental group.
kubebuilder create api --kind DockerMachinePool --group infrastructure --version v1alpha3 \
--controller=true --resource=true --make=false
Directories ¶
Path | Synopsis |
---|---|
api
|
|
v1alpha3
Package v1alpha3 contains the v1alpha3 API implementation.
|
Package v1alpha3 contains the v1alpha3 API implementation. |
v1alpha4
Package v1alpha4 contains the v1alpha4 API implementation.
|
Package v1alpha4 contains the v1alpha4 API implementation. |
v1beta1
Package v1beta1 contains API Schema definitions for the infrastructure v1beta1 API group +kubebuilder:object:generate=true +groupName=infrastructure.cluster.x-k8s.io
|
Package v1beta1 contains API Schema definitions for the infrastructure v1beta1 API group +kubebuilder:object:generate=true +groupName=infrastructure.cluster.x-k8s.io |
Package controllers implements controller functionality.
|
Package controllers implements controller functionality. |
internal
|
Click to show internal directories.
Click to hide internal directories.