AddClusterACLRulesRequest: {
    acls?: K8s.v1.ACLRuleRequest[];
    clusterId: string;
    region?: Region;
}

Type declaration

  • Optionalacls?: K8s.v1.ACLRuleRequest[]

    ACLs to add.

  • clusterId: string

    ID of the cluster whose ACLs will be added.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.