Class NamedExtension
NamedExtension relates nicknames to extension information
Inherited Members
Namespace: k8s.KubeConfigModels
Assembly: KubernetesClient.dll
Syntax
public class NamedExtension
Constructors
View SourceNamedExtension()
Declaration
public NamedExtension()
Properties
View SourceExtension
Get or sets the extension information.
Declaration
public dynamic Extension { get; set; }
Property Value
| Type | Description |
|---|---|
| dynamic |
Name
Gets or sets the nickname for this extension.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |