menu
kubernetes package
documentation
core_v1.dart
SELinuxOptions
SELinuxOptions const constructor
SELinuxOptions const constructor
dark_mode
light_mode
SELinuxOptions
constructor
const
SELinuxOptions
(
{
String
?
level
,
String
?
role
,
String
?
type
,
String
?
user
,
})
Default constructor.
Implementation
const SELinuxOptions({ this.level, this.role, this.type, this.user, });
kubernetes package
documentation
core_v1
SELinuxOptions
SELinuxOptions const constructor
SELinuxOptions class