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
Implements
IMessageErrorResource, IEquatableErrorResource, IDeepCloneableErrorResource, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1.ConfigManagementAssembly
Google.Cloud.GkeHub.V1.dll
Constructors
ErrorResource()
public ErrorResource()
ErrorResource(ErrorResource)
public ErrorResource(ErrorResource other)
Parameter | |
---|---|
Name | Description |
other | ErrorResource |
Properties
ResourceGvk
public GroupVersionKind ResourceGvk { get; set; }
Group/version/kind of the resource that is causing an error
Property Value | |
---|---|
Type | Description |
GroupVersionKind |
ResourceName
public string ResourceName { get; set; }
Metadata name of the resource that is causing an error
Property Value | |
---|---|
Type | Description |
string |
ResourceNamespace
public string ResourceNamespace { get; set; }
Namespace of the resource that is causing an error
Property Value | |
---|---|
Type | Description |
string |
SourcePath
public string SourcePath { get; set; }
Path in the git repo of the erroneous config
Property Value | |
---|---|
Type | Description |
string |