Uses of Interface
software.amazon.awscdk.services.eks.IKubectlProvider
-
Uses of IKubectlProvider in software.amazon.awscdk.services.eks
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIKubectlProvider
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Implementation of Kubectl Lambda.Modifier and TypeMethodDescriptionstatic IKubectlProvider
KubectlProvider.fromKubectlProviderAttributes
(software.constructs.Construct scope, String id, KubectlProviderAttributes attrs) Import an existing provider.default IKubectlProvider
ClusterAttributes.getKubectlProvider()
KubectlProvider for issuing kubectl commands.final IKubectlProvider
ClusterAttributes.Jsii$Proxy.getKubectlProvider()
default IKubectlProvider
ICluster.getKubectlProvider()
Kubectl Provider for issuing kubectl commands against it.default IKubectlProvider
ICluster.Jsii$Default.getKubectlProvider()
Kubectl Provider for issuing kubectl commands against it.final IKubectlProvider
ICluster.Jsii$Proxy.getKubectlProvider()
Kubectl Provider for issuing kubectl commands against it.static IKubectlProvider
KubectlProvider.getOrCreate
(software.constructs.Construct scope, ICluster cluster) Take existing provider or create new based on cluster.Modifier and TypeMethodDescriptionClusterAttributes.Builder.kubectlProvider
(IKubectlProvider kubectlProvider) Sets the value ofClusterAttributes.getKubectlProvider()