Stage specifies a location to which to deploy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#profiles
def profiles() -> ::Array<::String>
Returns
-
(::Array<::String>) — Skaffold profiles to use when rendering the manifest for this stage's
Target
.
#profiles=
def profiles=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — Skaffold profiles to use when rendering the manifest for this stage's
Target
.
Returns
-
(::Array<::String>) — Skaffold profiles to use when rendering the manifest for this stage's
Target
.
#target_id
def target_id() -> ::String
Returns
-
(::String) — The target_id to which this stage points. This field refers exclusively to
the last segment of a target name. For example, this field would just be
my-target
(rather thanprojects/project/deliveryPipelines/pipeline/targets/my-target
). The parentDeliveryPipeline
of theTarget
is inferred to be the parentDeliveryPipeline
of theRelease
in which thisStage
lives.
#target_id=
def target_id=(value) -> ::String
Parameter
-
value (::String) — The target_id to which this stage points. This field refers exclusively to
the last segment of a target name. For example, this field would just be
my-target
(rather thanprojects/project/deliveryPipelines/pipeline/targets/my-target
). The parentDeliveryPipeline
of theTarget
is inferred to be the parentDeliveryPipeline
of theRelease
in which thisStage
lives.
Returns
-
(::String) — The target_id to which this stage points. This field refers exclusively to
the last segment of a target name. For example, this field would just be
my-target
(rather thanprojects/project/deliveryPipelines/pipeline/targets/my-target
). The parentDeliveryPipeline
of theTarget
is inferred to be the parentDeliveryPipeline
of theRelease
in which thisStage
lives.