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: SkaffoldGCBRepoSource, 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.



1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1260

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 branch or tag to use when cloning the repository.
  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

  # Cloud Build V2 Repository containing Skaffold Configs.
  # @!attribute [rw] repository
  #   @return [::String]
  #     Required. Name of the Cloud Build V2 Repository.
  #     Format is
  #     projects/\\{project}/locations/\\{location}/connections/\\{connection}/repositories/\\{repository}.
  # @!attribute [rw] path
  #   @return [::String]
  #     Optional. Relative path from the repository root to the Skaffold Config
  #     file.
  # @!attribute [rw] ref
  #   @return [::String]
  #     Optional. Branch or tag to use when cloning the repository.
  class SkaffoldGCBRepoSource
    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:



1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1260

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 branch or tag to use when cloning the repository.
  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

  # Cloud Build V2 Repository containing Skaffold Configs.
  # @!attribute [rw] repository
  #   @return [::String]
  #     Required. Name of the Cloud Build V2 Repository.
  #     Format is
  #     projects/\\{project}/locations/\\{location}/connections/\\{connection}/repositories/\\{repository}.
  # @!attribute [rw] path
  #   @return [::String]
  #     Optional. Relative path from the repository root to the Skaffold Config
  #     file.
  # @!attribute [rw] ref
  #   @return [::String]
  #     Optional. Branch or tag to use when cloning the repository.
  class SkaffoldGCBRepoSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#google_cloud_build_repo::Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCBRepoSource

Returns Cloud Build V2 repository containing the Skaffold Config modules.

Returns:



1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1260

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 branch or tag to use when cloning the repository.
  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

  # Cloud Build V2 Repository containing Skaffold Configs.
  # @!attribute [rw] repository
  #   @return [::String]
  #     Required. Name of the Cloud Build V2 Repository.
  #     Format is
  #     projects/\\{project}/locations/\\{location}/connections/\\{connection}/repositories/\\{repository}.
  # @!attribute [rw] path
  #   @return [::String]
  #     Optional. Relative path from the repository root to the Skaffold Config
  #     file.
  # @!attribute [rw] ref
  #   @return [::String]
  #     Optional. Branch or tag to use when cloning the repository.
  class SkaffoldGCBRepoSource
    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:



1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1260

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 branch or tag to use when cloning the repository.
  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

  # Cloud Build V2 Repository containing Skaffold Configs.
  # @!attribute [rw] repository
  #   @return [::String]
  #     Required. Name of the Cloud Build V2 Repository.
  #     Format is
  #     projects/\\{project}/locations/\\{location}/connections/\\{connection}/repositories/\\{repository}.
  # @!attribute [rw] path
  #   @return [::String]
  #     Optional. Relative path from the repository root to the Skaffold Config
  #     file.
  # @!attribute [rw] ref
  #   @return [::String]
  #     Optional. Branch or tag to use when cloning the repository.
  class SkaffoldGCBRepoSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end