Show / Hide Table of Contents

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 Source

Items

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>

Extension Methods

ItemsExt.GetEnumerator<T>(IItems<T>)
  • View Source
In this article
Back to top Generated by DocFX