Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/kubernetes/roleBinding"

Index

Functions

clusterRoleBindingTemplate

  • Create cluster role binding spec for a Kubernetes application. The req.rbac.roleBindingSpec is merged into the spec created by this function using lodash.merge(default, req.rbac.roleBindingSpec).

    It is possible to override the cluster role binding name using the KubernetesApplication.roleBindingSpec. If you do this, make sure you know what you are doing.

    Parameters

    Returns Promise<V1ClusterRoleBinding>

    cluster role binding resource specification

roleBindingTemplate

  • Create role binding spec for a Kubernetes application. The req.rbac.roleBindingSpec, if it is not false, is merged into the spec created by this function using lodash.merge(default, req.rbac.roleBindingSpec).

    It is possible to override the role binding name using the KubernetesApplication.roleBindingSpec. If you do this, make sure you know what you are doing.

    Parameters

    Returns Promise<V1RoleBinding>

    role binding resource specification

upsertRoleBinding

Generated using TypeDoc