Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeEphemeralContainersProps

A list of ephemeral containers used with the Pod ephemeralcontainers subresource.

schema

io.k8s.api.core.v1.EphemeralContainers

Hierarchy

  • KubeEphemeralContainersProps

Index

Properties

Readonly ephemeralContainers

ephemeralContainers: EphemeralContainer[]

A list of ephemeral containers associated with this pod. New ephemeral containers may be appended to this list, but existing ephemeral containers may not be removed or modified.

schema

io.k8s.api.core.v1.EphemeralContainers#ephemeralContainers

Optional Readonly metadata

metadata: ObjectMeta
schema

io.k8s.api.core.v1.EphemeralContainers#metadata

Generated using TypeDoc