class Pyrite::Api::Core::V1::SELinuxOptions

Overview

SELinuxOptions are the labels to be applied to the container

Defined in:

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

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

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

SELinuxOptions are the labels to be applied to the container


def self.new(pull : JSON::PullParser) #

SELinuxOptions are the labels to be applied to the container


def self.new(*, level : String? = nil, role : String? = nil, type : String? = nil, user : String? = nil) #

Instance Method Detail

def level : String? #

def level=(level : String?) #

def role : String? #

def role=(role : String?) #

def type : String? #

def type=(type : String?) #

def user : String? #

def user=(user : String?) #