Enum ClusterProxy.Operation
Enumerates the possible operations that can be performed with an IHostingManager managed by the ClusterProxy class.
Namespace: Neon.Kube.Proxy
Assembly: Neon.Kube.dll
Syntax
public enum ClusterProxy.Operation
Fields
Name | Description |
---|---|
LifeCycle | Only cluster lifecycle operations like StartAsync(), StopAsync(StopMode), and DeleteClusterAsync() will be enabled. noteThese life cycle methods do not required a URI or file reference to a node image. |
Prepare | A cluster will be prepared. |
Setup | A cluster will be setup. |