first commit -> move some files from one-api
This commit is contained in:
11
vendor/aws_v3/Aws/EKSAuth/EKSAuthClient.php
vendored
Normal file
11
vendor/aws_v3/Aws/EKSAuth/EKSAuthClient.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Aws\EKSAuth;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon EKS Auth** service.
|
||||
* @method \Aws\Result assumeRoleForPodIdentity(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise assumeRoleForPodIdentityAsync(array $args = [])
|
||||
*/
|
||||
class EKSAuthClient extends AwsClient {}
|
||||
9
vendor/aws_v3/Aws/EKSAuth/Exception/EKSAuthException.php
vendored
Normal file
9
vendor/aws_v3/Aws/EKSAuth/Exception/EKSAuthException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\EKSAuth\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Amazon EKS Auth** service.
|
||||
*/
|
||||
class EKSAuthException extends AwsException {}
|
||||
Reference in New Issue
Block a user