Class GroupVersionForDiscovery
GroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility.
Inheritance
System.Object
GroupVersionForDiscovery
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Meta.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class GroupVersionForDiscovery
Fields
View SourceGroupVersion
groupVersion specifies the API group and version in the form "group/version"
Declaration
public readonly string GroupVersion
Field Value
| Type | Description |
|---|---|
| System.String |
Version
version specifies the version in the form of "version". This is to save the clients the trouble of splitting the GroupVersion.
Declaration
public readonly string Version
Field Value
| Type | Description |
|---|---|
| System.String |