Class: Google::Cloud::GkeHub::ConfigManagement::V1::OciConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#gcp_service_account_email::String

Returns The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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