Show / Hide Table of Contents

Class ManagedFieldsEntry

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

Inheritance
System.Object
ManagedFieldsEntry
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 ManagedFieldsEntry

Fields

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 readonly string ApiVersion
Field Value
Type Description
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 readonly string FieldsType
Field Value
Type Description
System.String
View Source

FieldsV1

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

Declaration
public readonly Json.JsonElement FieldsV1
Field Value
Type Description
System.Text.Json.JsonElement
View Source

Manager

Manager is an identifier of the workflow managing these fields.

Declaration
public readonly string Manager
Field Value
Type Description
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 readonly string Operation
Field Value
Type Description
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 readonly string Time
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.