Class PreconditionsArgs
Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
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.Inputs.Meta.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class PreconditionsArgs : ResourceArgs
Properties
View SourceResourceVersion
Specifies the target ResourceVersion
Declaration
public Input<string> ResourceVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Uid
Specifies the target UID.
Declaration
public Input<string> Uid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |