Show / Hide Table of Contents

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 Source

GroupVersion

groupVersion specifies the API group and version in the form "group/version"

Declaration
public readonly string GroupVersion
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.