@hashgraph/solo
    Preparing search index...

    Interface for RBAC operations

    Implements

    Index

    Constructors

    Methods

    • Create a ClusterRole

      Parameters

      • name: string

        The name of the cluster role

      • rules: { apiGroups: string[]; resources: string[]; verbs: string[] }[]

        The rules of the cluster role

      • Optionallabels: Record<string, string>

        The labels of the cluster role

      Returns Promise<void>

    • Ensure an existing ClusterRole/ClusterRoleBinding carries Helm ownership metadata for the provided release. This is a no-op when a resource with the provided name does not exist.

      Parameters

      • name: string

        Resource name (applies to both ClusterRole and ClusterRoleBinding)

      • releaseName: string

        Helm release name

      • releaseNamespace: string

        Helm release namespace

      Returns Promise<void>