KubectlProviderProps
- class aws_cdk.aws_eks.KubectlProviderProps(*, cluster)
- Bases: - object- Kubectl Provider Properties. - Parameters:
- cluster ( - ICluster) – The cluster to control.
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_eks as eks # cluster: eks.Cluster kubectl_provider_props = eks.KubectlProviderProps( cluster=cluster ) - Attributes - cluster
- The cluster to control.