Class ManagedFieldsEntryArgs
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
Inherited Members
Namespace: Pulumi.Kubernetes.Types.Inputs.Meta.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class ManagedFieldsEntryArgs : ResourceArgs
Properties
View SourceApiVersion
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> |
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> |
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 |
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> |
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> |
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> |