MCPcopy
hub / github.com/kubernetes/kops / GetRole

Method GetRole

util/pkg/awsinterfaces/iam.go:40–40  ·  view source on GitHub ↗
(ctx context.Context, params *iam.GetRoleInput, optFns ...func(*iam.Options))

Source from the content-addressed store, hash-verified

38 GetInstanceProfile(ctx context.Context, params *iam.GetInstanceProfileInput, optFns ...func(*iam.Options)) (*iam.GetInstanceProfileOutput, error)
39 GetOpenIDConnectProvider(ctx context.Context, params *iam.GetOpenIDConnectProviderInput, optFns ...func(*iam.Options)) (*iam.GetOpenIDConnectProviderOutput, error)
40 GetRole(ctx context.Context, params *iam.GetRoleInput, optFns ...func(*iam.Options)) (*iam.GetRoleOutput, error)
41 GetRolePolicy(ctx context.Context, params *iam.GetRolePolicyInput, optFns ...func(*iam.Options)) (*iam.GetRolePolicyOutput, error)
42 ListAttachedRolePolicies(ctx context.Context, params *iam.ListAttachedRolePoliciesInput, optFns ...func(*iam.Options)) (*iam.ListAttachedRolePoliciesOutput, error)
43 ListInstanceProfiles(ctx context.Context, params *iam.ListInstanceProfilesInput, optFns ...func(*iam.Options)) (*iam.ListInstanceProfilesOutput, error)

Callers 3

ListIAMRolesFunction · 0.65
FindDeletionsMethod · 0.65
FindMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected