class K8S::Api::Core::V1::SELinuxOptions

Overview

SELinuxOptions are the labels to be applied to the container

Included Modules

Defined in:

versions/v1.16/api/core/v1/se_linux_options.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(*, level : String? = nil, role : String? = nil, type : String? = nil, user : String? = nil) #

[View source]

Instance Method Detail

def level : String? #

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

[View source]
def role : String? #

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

[View source]
def type : String? #

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

[View source]
def user : String? #

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

[View source]