KindClusterResource Constructors
ClassConstructors1 member
Represents a resource that manages a local Kind cluster for development.
Constructor(string)Section titled Constructor(string) Initializes a new instance of the
KindClusterResource class. public sealed class KindClusterResource{ public KindClusterResource( string name) { // ... }}Parameters
namestringThe name of the cluster.