Class ExtensionProvider
Identifies an Extension Provider.
Namespace: Neon.Kube.Resources.Istio
Assembly: Neon.Kube.Resources.dll
Syntax
public class ExtensionProvider
Constructors
ExtensionProvider()
Constructor.
Declaration
public ExtensionProvider()
Properties
Name
Specifies the name of the extension provider. The list of available providers is defined in the MeshConfig. Note, currently at most 1 extension provider is allowed per workload. Different workloads can use different extension provider.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |