Show / Hide Table of Contents

Class Extensions

Inheritance
object
Extensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: k8s
Assembly: KubernetesClient.dll
Syntax
public static class Extensions

Methods

View Source

GetKubernetesTypeMetadata(Type)

Declaration
public static KubernetesEntityAttribute GetKubernetesTypeMetadata(this Type currentType)
Parameters
Type Name Description
Type currentType
Returns
Type Description
KubernetesEntityAttribute
View Source

GetKubernetesTypeMetadata<T>(T)

Declaration
public static KubernetesEntityAttribute GetKubernetesTypeMetadata<T>(this T obj) where T : IKubernetesObject
Parameters
Type Name Description
T obj
Returns
Type Description
KubernetesEntityAttribute
Type Parameters
Name Description
T
View Source

Initialize<T>(T)

Declaration
public static T Initialize<T>(this T obj) where T : IKubernetesObject
Parameters
Type Name Description
T obj
Returns
Type Description
T
Type Parameters
Name Description
T
  • View Source
In this article
Back to top Generated by DocFX