Class ConfigManagementErrorResource
Model for a config file in the git repo with an associated Sync error.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class ConfigManagementErrorResource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceGvk
Group/version/kind of the resource that is causing an error
Declaration
[JsonProperty("resourceGvk")]
public virtual ConfigManagementGroupVersionKind ResourceGvk { get; set; }
Property Value
Type | Description |
---|---|
ConfigManagementGroupVersionKind |
ResourceName
Metadata name of the resource that is causing an error
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceNamespace
Namespace of the resource that is causing an error
Declaration
[JsonProperty("resourceNamespace")]
public virtual string ResourceNamespace { get; set; }
Property Value
Type | Description |
---|---|
string |
SourcePath
Path in the git repo of the erroneous config
Declaration
[JsonProperty("sourcePath")]
public virtual string SourcePath { get; set; }
Property Value
Type | Description |
---|---|
string |