Interface IItems<T>
Kubernetes object that exposes list of objects
Namespace: k8s.Models
Assembly: KubernetesClient.dll
Syntax
public interface IItems<T>
Type Parameters
| Name | Description |
|---|---|
| T | type of the objects |
Properties
View SourceItems
Gets or sets list of objects. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
Declaration
IList<T> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<T> |