KindClusterResource.addManifestFromContent
Method
interface KindClusterResource { // ... omitted for brevity addManifestFromContent( name: string, content: string): K8sManifestResource;}Signature
method
addManifestFromContentbuilderAdds Kubernetes manifest content to be applied to the Kind cluster via `kubectl apply -f -`.
addManifestFromContent( name: string, content: string): K8sManifestResourceParameters
namestringcontentstringReturns
K8sManifestResourceDefined on
This method is defined on the following type: