pub struct ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile {
pub localhost_profile: Option<String>,
pub type: String,
}Expand description
The seccomp options to use by the containers in this pod. Note that this field cannot be set when spec.os.name is windows.
Fields§
§localhost_profile: Option<String>localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet’s configured seccomp profile location. Must be set if type is “Localhost”. Must NOT be set for any other type.
type: Stringtype indicates which kind of seccomp profile will be applied. Valid options are:
Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
Trait Implementations§
Source§impl Clone for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
impl Clone for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
Source§fn clone(
&self,
) -> ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
fn clone( &self, ) -> ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
impl Debug for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
Source§impl Default for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
impl Default for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
Source§fn default() -> ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
fn default() -> ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
impl<'de> Deserialize<'de> for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
impl PartialEq for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
Source§fn eq(
&self,
other: &ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile,
) -> bool
fn eq( &self, other: &ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile, ) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
impl Serialize for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
impl StructuralPartialEq for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
Auto Trait Implementations§
impl Freeze for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
impl RefUnwindSafe for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
impl Send for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
impl Sync for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
impl Unpin for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
impl UnwindSafe for ChallengeSolverHttp01GatewayHttpRoutePodTemplateSpecSecurityContextSeccompProfile
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more