Show / Hide Table of Contents

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 Source

ResourceVersion

Specifies the target ResourceVersion

Declaration
public readonly string ResourceVersion
Field Value
Type Description
System.String
View Source

Uid

Specifies the target UID.

Declaration
public readonly string Uid
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.