Implement IMetadata interface (#998)

* V1PodTemplateSpec implements IMetadata interface

This will allow using the ModelExteions methods over V1PodTemplateSpec

* Typo
This commit is contained in:
stan-sz
2022-09-12 09:47:24 +02:00
committed by GitHub
parent 13cc644293
commit 21c41e72eb
6 changed files with 15 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
namespace k8s.Models
{
public class PodMetricsList
public class PodMetricsList : IMetadata<V1ObjectMeta>
{
/// <summary>
/// Defines the versioned schema of this representation of an object.