Adds and removes POSIX capabilities from running containers.

Hierarchy

  • V1Capabilities

Constructors

Properties

add?: string[]

Added capabilities

drop?: string[]

Removed capabilities

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc