Skip to the content.

API Reference

Packages:

ivaltryek.github.com/v1

Resource Types:

Nimble

↩ Parent

Auto-generated derived type for NimbleSpec via CustomResource

Name Type Description Required
apiVersion string ivaltryek.github.com/v1 true
kind string Nimble true
metadata object Refer to the Kubernetes API documentation for the fields of the `metadata` field. true
spec object
true

Nimble.spec

↩ Parent

Name Type Description Required
deployment object
true

Nimble.spec.deployment

↩ Parent

Name Type Description Required
containers []object Containers to in the deployment.
true
labels map[string]string Labels to be applied to the deployment and its pods.
true
annotations map[string]string Annotations to be applied to the deployment and its pods.

Default: map[app.kubernetes.io/managed-by:kube-nimble]
false
replicas integer Number of desired replicas for the deployment.

Format: int32
Default: 1
false

Nimble.spec.deployment.containers[index]

↩ Parent

Name Type Description Required
image string Image to use for a container.
true
name string Name of the container.
true
command []string override entrypoint command for a container.
false
cpuLimit string cpu limit for a container.
false
cpuRequest string cpu request for a container.
false
memoryLimit string memory limit for a container.
false
memoryRequest string memory request for a container.
false