public static interface CustomCanaryDeployment.PhaseConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPercentage()
Required.
|
String |
getPhaseId()
Required.
|
com.google.protobuf.ByteString |
getPhaseIdBytes()
Required.
|
String |
getProfiles(int index)
Skaffold profiles to use when rendering the manifest for this phase.
|
com.google.protobuf.ByteString |
getProfilesBytes(int index)
Skaffold profiles to use when rendering the manifest for this phase.
|
int |
getProfilesCount()
Skaffold profiles to use when rendering the manifest for this phase.
|
List<String> |
getProfilesList()
Skaffold profiles to use when rendering the manifest for this phase.
|
boolean |
getVerify()
Whether to run verify tests after the deployment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPhaseId()
Required. The ID to assign to the `Rollout` phase.
This value must consist of lower-case letters, numbers, and hyphens,
start with a letter and end with a letter or a number, and have a max
length of 63 characters. In other words, it must match the following
regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
string phase_id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getPhaseIdBytes()
Required. The ID to assign to the `Rollout` phase.
This value must consist of lower-case letters, numbers, and hyphens,
start with a letter and end with a letter or a number, and have a max
length of 63 characters. In other words, it must match the following
regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
string phase_id = 1 [(.google.api.field_behavior) = REQUIRED];int getPercentage()
Required. Percentage deployment for the phase.
int32 percentage = 2 [(.google.api.field_behavior) = REQUIRED];List<String> getProfilesList()
Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the `DeliveryPipeline` stage.
repeated string profiles = 3;int getProfilesCount()
Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the `DeliveryPipeline` stage.
repeated string profiles = 3;String getProfiles(int index)
Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the `DeliveryPipeline` stage.
repeated string profiles = 3;index - The index of the element to return.com.google.protobuf.ByteString getProfilesBytes(int index)
Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the `DeliveryPipeline` stage.
repeated string profiles = 3;index - The index of the value to return.boolean getVerify()
Whether to run verify tests after the deployment.
bool verify = 4;Copyright © 2023 Google LLC. All rights reserved.