public static interface V1.EphemeralContainerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.EphemeralContainerCommon |
getEphemeralContainerCommon()
Ephemeral containers have all of the fields of Container, plus additional fields
specific to ephemeral containers.
|
V1.EphemeralContainerCommonOrBuilder |
getEphemeralContainerCommonOrBuilder()
Ephemeral containers have all of the fields of Container, plus additional fields
specific to ephemeral containers.
|
String |
getTargetContainerName()
If set, the name of the container from PodSpec that this ephemeral container targets.
|
com.google.protobuf.ByteString |
getTargetContainerNameBytes()
If set, the name of the container from PodSpec that this ephemeral container targets.
|
boolean |
hasEphemeralContainerCommon()
Ephemeral containers have all of the fields of Container, plus additional fields
specific to ephemeral containers.
|
boolean |
hasTargetContainerName()
If set, the name of the container from PodSpec that this ephemeral container targets.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEphemeralContainerCommon()
Ephemeral containers have all of the fields of Container, plus additional fields specific to ephemeral containers. Fields in common with Container are in the following inlined struct so than an EphemeralContainer may easily be converted to a Container.
optional .k8s.io.api.core.v1.EphemeralContainerCommon ephemeralContainerCommon = 1;
V1.EphemeralContainerCommon getEphemeralContainerCommon()
Ephemeral containers have all of the fields of Container, plus additional fields specific to ephemeral containers. Fields in common with Container are in the following inlined struct so than an EphemeralContainer may easily be converted to a Container.
optional .k8s.io.api.core.v1.EphemeralContainerCommon ephemeralContainerCommon = 1;
V1.EphemeralContainerCommonOrBuilder getEphemeralContainerCommonOrBuilder()
Ephemeral containers have all of the fields of Container, plus additional fields specific to ephemeral containers. Fields in common with Container are in the following inlined struct so than an EphemeralContainer may easily be converted to a Container.
optional .k8s.io.api.core.v1.EphemeralContainerCommon ephemeralContainerCommon = 1;
boolean hasTargetContainerName()
If set, the name of the container from PodSpec that this ephemeral container targets. The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container uses the namespaces configured in the Pod spec. The container runtime must implement support for this feature. If the runtime does not support namespace targeting then the result of setting this field is undefined. +optional
optional string targetContainerName = 2;String getTargetContainerName()
If set, the name of the container from PodSpec that this ephemeral container targets. The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container uses the namespaces configured in the Pod spec. The container runtime must implement support for this feature. If the runtime does not support namespace targeting then the result of setting this field is undefined. +optional
optional string targetContainerName = 2;com.google.protobuf.ByteString getTargetContainerNameBytes()
If set, the name of the container from PodSpec that this ephemeral container targets. The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container uses the namespaces configured in the Pod spec. The container runtime must implement support for this feature. If the runtime does not support namespace targeting then the result of setting this field is undefined. +optional
optional string targetContainerName = 2;Copyright © 2023. All rights reserved.