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.



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
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1233

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:



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
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1233

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:



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
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1233

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:



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
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1233

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