Class: Google::Cloud::GkeHub::ConfigManagement::V1::OciConfig
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::ConfigManagement::V1::OciConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb
Overview
OCI repo configuration for a single cluster
Instance Attribute Summary collapse
-
#gcp_service_account_email ⇒ ::String
The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
-
#policy_dir ⇒ ::String
The absolute path of the directory that contains the local resources.
-
#secret_type ⇒ ::String
Type of secret configured for access to the Git repo.
-
#sync_repo ⇒ ::String
The OCI image repository URL for the package to sync from.
-
#sync_wait_secs ⇒ ::Integer
Period in seconds between consecutive syncs.
Instance Attribute Details
#gcp_service_account_email ⇒ ::String
Returns The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
186 187 188 189 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 186 class OciConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy_dir ⇒ ::String
Returns The absolute path of the directory that contains the local resources. Default: the root directory of the image.
186 187 188 189 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 186 class OciConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secret_type ⇒ ::String
Returns Type of secret configured for access to the Git repo.
186 187 188 189 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 186 class OciConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sync_repo ⇒ ::String
Returns The OCI image repository URL for the package to sync from.
e.g. LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME
.
186 187 188 189 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 186 class OciConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sync_wait_secs ⇒ ::Integer
Returns Period in seconds between consecutive syncs. Default: 15.
186 187 188 189 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 186 class OciConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |