Uses of Interface
software.amazon.awscdk.services.eks.IKubectlProvider
Packages that use IKubectlProvider
-
Uses of IKubectlProvider in software.amazon.awscdk.services.eks
Subinterfaces of IKubectlProvider in software.amazon.awscdk.services.eksModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIKubectlProvider
.Classes in software.amazon.awscdk.services.eks that implement IKubectlProviderModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Implementation of Kubectl Lambda.Methods in software.amazon.awscdk.services.eks that return IKubectlProviderModifier 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.Methods in software.amazon.awscdk.services.eks with parameters of type IKubectlProviderModifier and TypeMethodDescriptionClusterAttributes.Builder.kubectlProvider
(IKubectlProvider kubectlProvider) Sets the value ofClusterAttributes.getKubectlProvider()