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 interfaceInternal default implementation forIKubectlProvider.Classes in software.amazon.awscdk.services.eks that implement IKubectlProviderModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classImplementation of Kubectl Lambda.Methods in software.amazon.awscdk.services.eks that return IKubectlProviderModifier and TypeMethodDescriptionstatic IKubectlProviderKubectlProvider.fromKubectlProviderAttributes(software.constructs.Construct scope, String id, KubectlProviderAttributes attrs) Import an existing provider.default IKubectlProviderClusterAttributes.getKubectlProvider()KubectlProvider for issuing kubectl commands.final IKubectlProviderClusterAttributes.Jsii$Proxy.getKubectlProvider()default IKubectlProviderICluster.getKubectlProvider()Kubectl Provider for issuing kubectl commands against it.default IKubectlProviderICluster.Jsii$Default.getKubectlProvider()Kubectl Provider for issuing kubectl commands against it.final IKubectlProviderICluster.Jsii$Proxy.getKubectlProvider()Kubectl Provider for issuing kubectl commands against it.static IKubectlProviderKubectlProvider.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()