Show / Hide Table of Contents

Class ConfigManagementErrorResource

Model for a config file in the git repo with an associated Sync error.

Inheritance
object
ConfigManagementErrorResource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX