class K8S::Api::Core::V1::SeccompProfile
- K8S::Api::Core::V1::SeccompProfile
 - Reference
 - Object
 
Overview
SeccompProfile defines a [pod/container's seccomp profile settings. Only one profile source may be set.](pod/container's seccomp profile settings. Only one profile source may be set.)
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
versions/v1.21/api/core/v1/seccomp_profile.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, type : String, localhost_profile : String? = nil)
 
Instance Method Summary
- #localhost_profile : String?
 - #localhost_profile=(localhost_profile : String?)
 - #type : String
 - #type=(type : String)