@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:18.583Z") @Stability(value=Experimental) public class KubernetesManifest extends software.constructs.Construct
Alternatively, you can use cluster.addManifest(resource[, resource, ...])
to define resources on this cluster.
Applies/deletes the manifest using kubectl.
| Modifier and Type | Class and Description |
|---|---|
static class |
KubernetesManifest.Builder
(experimental) A fluent builder for
KubernetesManifest. |
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_TYPE
(experimental) The CloudFormation reosurce type.
|
| Modifier | Constructor and Description |
|---|---|
|
KubernetesManifest(software.constructs.Construct scope,
String id,
KubernetesManifestProps props) |
protected |
KubernetesManifest(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
KubernetesManifest(software.amazon.jsii.JsiiObjectRef objRef) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final String RESOURCE_TYPE
protected KubernetesManifest(software.amazon.jsii.JsiiObjectRef objRef)
protected KubernetesManifest(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public KubernetesManifest(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
KubernetesManifestProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2021. All rights reserved.