GKE Hub v1 API - Class ErrorResource (2.4.0)

public sealed class ErrorResource : IMessage<ErrorResource>, IEquatable<ErrorResource>, IDeepCloneable<ErrorResource>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1 API class ErrorResource.

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

Inheritance

object > ErrorResource

Namespace

Google.Cloud.GkeHub.V1.ConfigManagement

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

ErrorResource()

public ErrorResource()

ErrorResource(ErrorResource)

public ErrorResource(ErrorResource other)
Parameter
NameDescription
otherErrorResource

Properties

ResourceGvk

public GroupVersionKind ResourceGvk { get; set; }

Group/version/kind of the resource that is causing an error

Property Value
TypeDescription
GroupVersionKind

ResourceName

public string ResourceName { get; set; }

Metadata name of the resource that is causing an error

Property Value
TypeDescription
string

ResourceNamespace

public string ResourceNamespace { get; set; }

Namespace of the resource that is causing an error

Property Value
TypeDescription
string

SourcePath

public string SourcePath { get; set; }

Path in the git repo of the erroneous config

Property Value
TypeDescription
string