Show / Hide Table of Contents

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 Source

Spec

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
  • View Source
In this article
Back to top Generated by DocFX