ObjectStatusDefinition 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.
Statuses of objects deployed by the user-specified kustomizations from the git repository.
public class ObjectStatusDefinition
type ObjectStatusDefinition = class
Public Class ObjectStatusDefinition
- Inheritance
-
ObjectStatusDefinition
Constructors
ObjectStatusDefinition() |
Initializes a new instance of the ObjectStatusDefinition class. |
ObjectStatusDefinition(String, String, String, String, ObjectReferenceDefinition, IList<ObjectStatusConditionDefinition>, HelmReleasePropertiesDefinition) |
Initializes a new instance of the ObjectStatusDefinition class. |
Properties
AppliedBy |
Gets or sets object reference to the Kustomization that applied this object |
ComplianceState |
Gets or sets compliance state of the applied object showing whether the applied object has come into a ready state on the cluster. Possible values include: 'Compliant', 'Non-Compliant', 'Pending', 'Suspended', 'Unknown' |
HelmReleaseProperties |
Gets or sets additional properties that are provided from objects of the HelmRelease kind |
Kind |
Gets or sets kind of the applied object |
Name |
Gets or sets name of the applied object |
NamespaceProperty |
Gets or sets namespace of the applied object |
StatusConditions |
Gets or sets list of Kubernetes object status conditions present on the cluster |
Applies to
Azure SDK for .NET