5.0.0 • Published 7 years ago

@datafire/amazonaws_eks v5.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

@datafire/amazonaws_eks

Client library for Amazon Elastic Container Service for Kubernetes

Installation and Usage

npm install --save @datafire/amazonaws_eks
let amazonaws_eks = require('@datafire/amazonaws_eks').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

amazonaws_eks.ListClusters({}).then(data => {
  console.log(data);
});

Description

Actions

ListClusters

amazonaws_eks.ListClusters({}, context)

Input

  • input object

Output

CreateCluster

amazonaws_eks.CreateCluster({
  "name": "",
  "roleArn": "",
  "resourcesVpcConfig": {
    "subnetIds": []
  }
}, context)

Input

Output

DeleteCluster

amazonaws_eks.DeleteCluster({
  "name": ""
}, context)

Input

  • input object
    • name required string

Output

DescribeCluster

amazonaws_eks.DescribeCluster({
  "name": ""
}, context)

Input

  • input object
    • name required string

Output

Definitions

Certificate

  • Certificate object: An object representing the certificate-authority-data for your cluster.

ClientException

  • ClientException object: These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn't have permissions to use the action or resource, or specifying an identifier that is not valid.

Cluster

ClusterName

  • ClusterName string

ClusterStatus

  • ClusterStatus string (values: CREATING, ACTIVE, DELETING, FAILED)

CreateClusterRequest

CreateClusterResponse

  • CreateClusterResponse object

DeleteClusterRequest

  • DeleteClusterRequest object

DeleteClusterResponse

  • DeleteClusterResponse object

DescribeClusterRequest

  • DescribeClusterRequest object

DescribeClusterResponse

  • DescribeClusterResponse object

InvalidParameterException

  • InvalidParameterException object: The specified parameter is invalid. Review the available parameters for the API request.

ListClustersRequest

  • ListClustersRequest object

ListClustersRequestMaxResults

  • ListClustersRequestMaxResults integer

ListClustersResponse

ResourceInUseException

  • ResourceInUseException object: The specified resource is in use.

ResourceLimitExceededException

  • ResourceLimitExceededException object: You have encountered a service limit on the specified resource.

ResourceNotFoundException

  • ResourceNotFoundException object: The specified resource could not be found. You can view your available clusters with ListClusters. Amazon EKS clusters are region-specific.

ServerException

  • ServerException object: These errors are usually caused by a server-side issue.

ServiceUnavailableException

  • ServiceUnavailableException object: The service is unavailable, back off and retry the operation.

String

  • String string

StringList

Timestamp

  • Timestamp string

UnsupportedAvailabilityZoneException

  • UnsupportedAvailabilityZoneException object: At least one of your specified cluster subnets is in an Availability Zone that does not support Amazon EKS. The exception output will specify the supported Availability Zones for your account, from which you can choose subnets for your cluster.

VpcConfigRequest

  • VpcConfigRequest object: An object representing an Amazon EKS cluster VPC configuration request.

VpcConfigResponse

  • VpcConfigResponse object: An object representing an Amazon EKS cluster VPC configuration response.