Bonny.Operator (bonny v0.4.4) View Source

Encapsulates Kubernetes resource manifests for an operator

Link to this section Summary

Functions

ClusterRole manifest

ClusterRoleBinding manifest

CRD manifests

Deployment manifest

ClusterRole rules

ServiceAccount manifest

Link to this section Functions

Specs

cluster_role() :: map()

ClusterRole manifest

Link to this function

cluster_role_binding(namespace)

View Source

Specs

cluster_role_binding(binary()) :: map()

ClusterRoleBinding manifest

Specs

crds() :: [map()]

CRD manifests

Link to this function

deployment(image, namespace)

View Source

Specs

deployment(binary(), binary()) :: map()

Deployment manifest

ClusterRole rules

Link to this function

service_account(namespace)

View Source

Specs

service_account(binary()) :: map()

ServiceAccount manifest