ObjectStatusConditionDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Status condition of Kubernetes object
public class ObjectStatusConditionDefinition
type ObjectStatusConditionDefinition = class
Public Class ObjectStatusConditionDefinition
- Inheritance
-
ObjectStatusConditionDefinition
Constructors
ObjectStatusConditionDefinition() |
Initializes a new instance of the ObjectStatusConditionDefinition class. |
ObjectStatusConditionDefinition(Nullable<DateTime>, String, String, String, String) |
Initializes a new instance of the ObjectStatusConditionDefinition class. |
Properties
LastTransitionTime |
Gets or sets last time this status condition has changed |
Message |
Gets or sets a more verbose description of the object status condition |
Reason |
Gets or sets reason for the specified status condition type status |
Status |
Gets or sets status of the Kubernetes object condition type |
Type |
Gets or sets object status condition type for this object |