Class Preconditions
Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
Inheritance
System.Object
Preconditions
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 Preconditions
Fields
View SourceResourceVersion
Specifies the target ResourceVersion
Declaration
public readonly string ResourceVersion
Field Value
| Type | Description |
|---|---|
| System.String |
Uid
Specifies the target UID.
Declaration
public readonly string Uid
Field Value
| Type | Description |
|---|---|
| System.String |