menu
kubernetes package
documentation
core_v1.dart
SeccompProfile
SeccompProfile const constructor
SeccompProfile const constructor
dark_mode
light_mode
SeccompProfile
constructor
const
SeccompProfile
(
{
String
?
localhostProfile
,
required
String
type
,
})
Default constructor.
Implementation
const SeccompProfile({ this.localhostProfile, required this.type, });
kubernetes package
documentation
core_v1
SeccompProfile
SeccompProfile const constructor
SeccompProfile class