Class: Google::Cloud::GkeHub::ConfigManagement::V1::ErrorResource
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::ConfigManagement::V1::ErrorResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb
Overview
Model for a config file in the git repo with an associated Sync error
Instance Attribute Summary collapse
-
#resource_gvk ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::GroupVersionKind
Group/version/kind of the resource that is causing an error.
-
#resource_name ⇒ ::String
Metadata name of the resource that is causing an error.
-
#resource_namespace ⇒ ::String
Namespace of the resource that is causing an error.
-
#source_path ⇒ ::String
Path in the git repo of the erroneous config.
Instance Attribute Details
#resource_gvk ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::GroupVersionKind
Returns Group/version/kind of the resource that is causing an error.
509 510 511 512 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 509 class ErrorResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_name ⇒ ::String
Returns Metadata name of the resource that is causing an error.
509 510 511 512 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 509 class ErrorResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_namespace ⇒ ::String
Returns Namespace of the resource that is causing an error.
509 510 511 512 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 509 class ErrorResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_path ⇒ ::String
Returns Path in the git repo of the erroneous config.
509 510 511 512 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 509 class ErrorResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |