Package io.fabric8.kubernetes.api.model
Interface PodSecurityContextFluent.SysctlsNested<N>
-
- All Superinterfaces:
Fluent<PodSecurityContextFluent.SysctlsNested<N>>
,Nested<N>
,SysctlFluent<PodSecurityContextFluent.SysctlsNested<N>>
- All Known Implementing Classes:
PodSecurityContextFluentImpl.SysctlsNestedImpl
- Enclosing interface:
- PodSecurityContextFluent<A extends PodSecurityContextFluent<A>>
public static interface PodSecurityContextFluent.SysctlsNested<N> extends Nested<N>, SysctlFluent<PodSecurityContextFluent.SysctlsNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endSysctl()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.SysctlFluent
getName, getValue, hasName, hasValue, withName, withNewName, withNewName, withNewName, withNewValue, withNewValue, withNewValue, withValue
-
-