View Source GoogleApi.GKEHub.V1.Model.ConfigManagementErrorResource (google_api_gke_hub v0.16.0)
Model for a config file in the git repo with an associated Sync error
Attributes
-
resourceGvk(type:GoogleApi.GKEHub.V1.Model.ConfigManagementGroupVersionKind.t, default:nil) - Group/version/kind of the resource that is causing an error -
resourceName(type:String.t, default:nil) - Metadata name of the resource that is causing an error -
resourceNamespace(type:String.t, default:nil) - Namespace of the resource that is causing an error -
sourcePath(type:String.t, default:nil) - Path in the git repo of the erroneous config
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEHub.V1.Model.ConfigManagementErrorResource{ resourceGvk: GoogleApi.GKEHub.V1.Model.ConfigManagementGroupVersionKind.t() | nil, resourceName: String.t() | nil, resourceNamespace: String.t() | nil, sourcePath: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.