Interface ISpec<T>
Represents a Kubernetes object that has a spec
Namespace: k8s.Models
Assembly: KubernetesClient.dll
Syntax
public interface ISpec<T>
Type Parameters
| Name | Description |
|---|---|
| T | type of Kubernetes object |
Properties
View SourceSpec
Gets or sets specification of the desired behavior of the entity. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
Declaration
T Spec { get; set; }
Property Value
| Type | Description |
|---|---|
| T |