Interface KubeClusterRoleProps

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    KubeClusterRoleProps.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-07-08T00:25:14.445Z")
    @Stability(Stable)
    public interface KubeClusterRoleProps
    extends software.amazon.jsii.JsiiSerializable
    ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.
    • Method Detail

      • getAggregationRule

        @Stability(Stable)
        @Nullable
        default AggregationRule getAggregationRule()
        AggregationRule is an optional field that describes how to build the Rules for this ClusterRole.

        If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.

      • getMetadata

        @Stability(Stable)
        @Nullable
        default ObjectMeta getMetadata()
        Standard object's metadata.
      • getRules

        @Stability(Stable)
        @Nullable
        default List<PolicyRule> getRules()
        Rules holds all the PolicyRules for this ClusterRole.