Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeEvictionV1Beta1Props

Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods//evictions.

schema

io.k8s.api.policy.v1beta1.Eviction

Hierarchy

  • KubeEvictionV1Beta1Props

Index

Properties

Properties

Optional Readonly deleteOptions

deleteOptions: DeleteOptions

DeleteOptions may be provided

schema

io.k8s.api.policy.v1beta1.Eviction#deleteOptions

Optional Readonly metadata

metadata: ObjectMeta

ObjectMeta describes the pod that is being evicted.

schema

io.k8s.api.policy.v1beta1.Eviction#metadata

Generated using TypeDoc