@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>