Package io.fabric8.kubernetes.api.model
Interface PodSecurityContextFluent.SeccompProfileNested<N>
-
- All Superinterfaces:
Fluent<PodSecurityContextFluent.SeccompProfileNested<N>>
,Nested<N>
,SeccompProfileFluent<PodSecurityContextFluent.SeccompProfileNested<N>>
- All Known Implementing Classes:
PodSecurityContextFluentImpl.SeccompProfileNestedImpl
- Enclosing interface:
- PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>
public static interface PodSecurityContextFluent.SeccompProfileNested<N> extends Nested<N>, SeccompProfileFluent<PodSecurityContextFluent.SeccompProfileNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endSeccompProfile()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.SeccompProfileFluent
getLocalhostProfile, getType, hasLocalhostProfile, hasType, withLocalhostProfile, withNewLocalhostProfile, withNewLocalhostProfile, withNewLocalhostProfile, withNewType, withNewType, withNewType, withType
-
-