@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:46.720Z") @Stability(value=Stable) public interface KubectlProviderProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.eks.*;
Cluster cluster;
KubectlProviderProps kubectlProviderProps = KubectlProviderProps.builder()
.cluster(cluster)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
KubectlProviderProps.Builder
A builder for
KubectlProviderProps |
static class |
KubectlProviderProps.Jsii$Proxy
An implementation for
KubectlProviderProps |
| Modifier and Type | Method and Description |
|---|---|
static KubectlProviderProps.Builder |
builder() |
ICluster |
getCluster()
The cluster to control.
|
@Stability(value=Stable) @NotNull ICluster getCluster()
@Stability(value=Stable) static KubectlProviderProps.Builder builder()
KubectlProviderProps.Builder of KubectlProviderPropsCopyright © 2022. All rights reserved.