agent-claw: automated task changes
This commit is contained in:
17
cdk/node_modules/aws-cdk-lib/aws-eks/lib/aws-auth-mapping.d.ts
generated
vendored
Normal file
17
cdk/node_modules/aws-cdk-lib/aws-eks/lib/aws-auth-mapping.d.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* AwsAuth mapping.
|
||||
*/
|
||||
export interface AwsAuthMapping {
|
||||
/**
|
||||
* The user name within Kubernetes to map to the IAM role.
|
||||
*
|
||||
* @default - By default, the user name is the ARN of the IAM role.
|
||||
*/
|
||||
readonly username?: string;
|
||||
/**
|
||||
* A list of groups within Kubernetes to which the role is mapped.
|
||||
*
|
||||
* @see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#default-roles-and-role-bindings
|
||||
*/
|
||||
readonly groups: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user