Show / Hide Table of Contents

Class GroupVersionForDiscoveryArgs

GroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility.

Inheritance
System.Object
InputArgs
ResourceArgs
GroupVersionForDiscoveryArgs
Inherited Members
ResourceArgs.Empty
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.Inputs.Meta.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class GroupVersionForDiscoveryArgs : ResourceArgs

Properties

View Source

GroupVersion

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

Declaration
public Input<string> GroupVersion { get; set; }
Property Value
Type Description
Input<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 Input<string> Version { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.