Show / Hide Table of Contents

Class ManagedFieldsEntryArgs

ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.

Inheritance
System.Object
InputArgs
ResourceArgs
ManagedFieldsEntryArgs
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 ManagedFieldsEntryArgs : ResourceArgs

Properties

View Source

ApiVersion

APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.

Declaration
public Input<string> ApiVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FieldsType

FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"

Declaration
public Input<string> FieldsType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FieldsV1

FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.

Declaration
public InputJson FieldsV1 { get; set; }
Property Value
Type Description
InputJson
View Source

Manager

Manager is an identifier of the workflow managing these fields.

Declaration
public Input<string> Manager { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Operation

Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.

Declaration
public Input<string> Operation { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Time

Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'

Declaration
public Input<string> Time { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.