Class: Google::Cloud::Deploy::V1::SkaffoldModules

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

Skaffold Config modules and their remote source.

Defined Under Namespace

Classes: SkaffoldGCSSource, SkaffoldGitSource

Instance Attribute Summary collapse

Instance Attribute Details

#configs::Array<::String>

Returns Optional. The Skaffold Config modules to use from the specified source.

Returns:

  • (::Array<::String>)

    Optional. The Skaffold Config modules to use from the specified source.



1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1230

class SkaffoldModules
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Git repository containing Skaffold Config modules.
  # @!attribute [rw] repo
  #   @return [::String]
  #     Required. Git repository the package should be cloned from.
  # @!attribute [rw] path
  #   @return [::String]
  #     Optional. Relative path from the repository root to the Skaffold file.
  # @!attribute [rw] ref
  #   @return [::String]
  #     Optional. Git ref the package should be cloned from.
  class SkaffoldGitSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Cloud Storage bucket containing Skaffold Config modules.
  # @!attribute [rw] source
  #   @return [::String]
  #     Required. Cloud Storage source paths to copy recursively. For example,
  #     providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying
  #     all files within the "dir/configs" directory in the bucket "my-bucket".
  # @!attribute [rw] path
  #   @return [::String]
  #     Optional. Relative path from the source to the Skaffold file.
  class SkaffoldGCSSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#git::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGitSource

Returns Remote git repository containing the Skaffold Config modules.

Returns:



1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1230

class SkaffoldModules
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Git repository containing Skaffold Config modules.
  # @!attribute [rw] repo
  #   @return [::String]
  #     Required. Git repository the package should be cloned from.
  # @!attribute [rw] path
  #   @return [::String]
  #     Optional. Relative path from the repository root to the Skaffold file.
  # @!attribute [rw] ref
  #   @return [::String]
  #     Optional. Git ref the package should be cloned from.
  class SkaffoldGitSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Cloud Storage bucket containing Skaffold Config modules.
  # @!attribute [rw] source
  #   @return [::String]
  #     Required. Cloud Storage source paths to copy recursively. For example,
  #     providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying
  #     all files within the "dir/configs" directory in the bucket "my-bucket".
  # @!attribute [rw] path
  #   @return [::String]
  #     Optional. Relative path from the source to the Skaffold file.
  class SkaffoldGCSSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#google_cloud_storage::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCSSource

Returns Cloud Storage bucket containing the Skaffold Config modules.

Returns:



1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1230

class SkaffoldModules
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Git repository containing Skaffold Config modules.
  # @!attribute [rw] repo
  #   @return [::String]
  #     Required. Git repository the package should be cloned from.
  # @!attribute [rw] path
  #   @return [::String]
  #     Optional. Relative path from the repository root to the Skaffold file.
  # @!attribute [rw] ref
  #   @return [::String]
  #     Optional. Git ref the package should be cloned from.
  class SkaffoldGitSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Cloud Storage bucket containing Skaffold Config modules.
  # @!attribute [rw] source
  #   @return [::String]
  #     Required. Cloud Storage source paths to copy recursively. For example,
  #     providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying
  #     all files within the "dir/configs" directory in the bucket "my-bucket".
  # @!attribute [rw] path
  #   @return [::String]
  #     Optional. Relative path from the source to the Skaffold file.
  class SkaffoldGCSSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end