@aws-quickstart/eks-blueprints
Preparing search index...
ClusterProvider
Interface ClusterProvider
ClusterProvider is the interface to which all Cluster Providers should conform.
interface
ClusterProvider
{
createCluster
(
scope
:
Construct
,
vpc
:
IVpc
,
secretsEncryptionKey
?:
IKey
,
kubernetesVersion
?:
KubernetesVersion
,
clusterLogging
?:
ControlPlaneLogType
[]
,
)
:
ClusterInfo
;
}
Implemented by
GenericClusterProvider
GenericClusterProviderV2
ImportClusterProvider
Index
Methods
create
Cluster
Methods
create
Cluster
createCluster
(
scope
:
Construct
,
vpc
:
IVpc
,
secretsEncryptionKey
?:
IKey
,
kubernetesVersion
?:
KubernetesVersion
,
clusterLogging
?:
ControlPlaneLogType
[]
,
)
:
ClusterInfo
Parameters
scope
:
Construct
vpc
:
IVpc
Optional
secretsEncryptionKey
:
IKey
Optional
kubernetesVersion
:
KubernetesVersion
Optional
clusterLogging
:
ControlPlaneLogType
[]
Returns
ClusterInfo
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Cluster
@aws-quickstart/eks-blueprints
Loading...
ClusterProvider is the interface to which all Cluster Providers should conform.