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.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
SELinuxOptions are the labels to be applied to the container
-
.new(pull : JSON::PullParser)
SELinuxOptions are the labels to be applied to the container
- .new(*, level : String? = nil, role : String? = nil, type : String? = nil, user : String? = nil)
Instance Method Summary
- #level : String?
- #level=(level : String?)
- #role : String?
- #role=(role : String?)
- #type : String?
- #type=(type : String?)
- #user : String?
- #user=(user : String?)
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)
#