Implement IMetadata interface (#998)
* V1PodTemplateSpec implements IMetadata interface This will allow using the ModelExteions methods over V1PodTemplateSpec * Typo
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user