Class KubernetesEntityAttribute
Describes object type in Kubernetes
Inherited Members
Namespace: k8s.Models
Assembly: KubernetesClient.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class KubernetesEntityAttribute : Attribute
Constructors
View SourceKubernetesEntityAttribute()
Declaration
public KubernetesEntityAttribute()
Properties
View SourceApiVersion
The API Version this Kubernetes type belongs to.
Declaration
public string ApiVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Group
The Group this Kubernetes type belongs to.
Declaration
public string Group { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Kind
The Kubernetes named schema this object is based on.
Declaration
public string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PluralName
The plural name of the entity.
Declaration
public string PluralName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |