Show / Hide Table of Contents

Class NamedExtension

NamedExtension relates nicknames to extension information

Inheritance
object
NamedExtension
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: k8s.KubeConfigModels
Assembly: KubernetesClient.dll
Syntax
public class NamedExtension

Constructors

View Source

NamedExtension()

Declaration
public NamedExtension()

Properties

View Source

Extension

Get or sets the extension information.

Declaration
public dynamic Extension { get; set; }
Property Value
Type Description
dynamic
View Source

Name

Gets or sets the nickname for this extension.

Declaration
public string Name { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX