Show / Hide Table of Contents

Interface IStatus<T>

Kubernetes object that exposes status

Namespace: k8s.Models
Assembly: KubernetesClient.dll
Syntax
public interface IStatus<T>
Type Parameters
Name Description
T

The type of status object

Properties

Status

Gets or sets most recently observed status of the object. This data may not be up to date. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

Declaration
T Status { get; set; }
Property Value
Type Description
T
In this article
Back to top Generated by DocFX