public interface PredeployOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getActions(int index)
public abstract String getActions(int index)
Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
repeated string actions = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The actions at the given index. |
getActionsBytes(int index)
public abstract ByteString getActionsBytes(int index)
Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
repeated string actions = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the actions at the given index. |
getActionsCount()
public abstract int getActionsCount()
Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
repeated string actions = 1;
Returns | |
---|---|
Type | Description |
int |
The count of actions. |
getActionsList()
public abstract List<String> getActionsList()
Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
repeated string actions = 1;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the actions. |