class K8S::Api::Core::V1::Capabilities

Overview

Adds and removes POSIX capabilities from running containers.

Included Modules

Defined in:

versions/v1.14/api/core/v1/capabilities.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, add : Array(String)? = nil, drop : Array(String)? = nil) #

[View source]

Instance Method Detail

def add : Array(String)? #

[View source]
def add=(add : Array(String)?) #

[View source]
def drop : Array(String)? #

[View source]
def drop=(drop : Array(String)?) #

[View source]