public static interface Probe.ExecActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand(int index)
Command is the command line to execute inside the container, the working
directory for the command is root ('/') in the container's filesystem.
|
com.google.protobuf.ByteString |
getCommandBytes(int index)
Command is the command line to execute inside the container, the working
directory for the command is root ('/') in the container's filesystem.
|
int |
getCommandCount()
Command is the command line to execute inside the container, the working
directory for the command is root ('/') in the container's filesystem.
|
List<String> |
getCommandList()
Command is the command line to execute inside the container, the working
directory for the command is root ('/') in the container's filesystem.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getCommandList()
Command is the command line to execute inside the container, the working
directory for the command is root ('/') in the container's filesystem.
The command is simply exec'd, it is not run inside a shell, so
traditional shell instructions ('|', etc) won't work. To use a shell, you
need to explicitly call out to that shell. Exit status of 0 is treated as
live/healthy and non-zero is unhealthy.
repeated string command = 1;int getCommandCount()
Command is the command line to execute inside the container, the working
directory for the command is root ('/') in the container's filesystem.
The command is simply exec'd, it is not run inside a shell, so
traditional shell instructions ('|', etc) won't work. To use a shell, you
need to explicitly call out to that shell. Exit status of 0 is treated as
live/healthy and non-zero is unhealthy.
repeated string command = 1;String getCommand(int index)
Command is the command line to execute inside the container, the working
directory for the command is root ('/') in the container's filesystem.
The command is simply exec'd, it is not run inside a shell, so
traditional shell instructions ('|', etc) won't work. To use a shell, you
need to explicitly call out to that shell. Exit status of 0 is treated as
live/healthy and non-zero is unhealthy.
repeated string command = 1;index - The index of the element to return.com.google.protobuf.ByteString getCommandBytes(int index)
Command is the command line to execute inside the container, the working
directory for the command is root ('/') in the container's filesystem.
The command is simply exec'd, it is not run inside a shell, so
traditional shell instructions ('|', etc) won't work. To use a shell, you
need to explicitly call out to that shell. Exit status of 0 is treated as
live/healthy and non-zero is unhealthy.
repeated string command = 1;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.