Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.SecurityContextObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.SecurityContextFluentImpl<WatchEventFluent.SecurityContextObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.SecurityContextObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.SecurityContextObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.SecurityContextObjectNested<N>>
,SecurityContextFluent<WatchEventFluent.SecurityContextObjectNested<N>>
,WatchEventFluent.SecurityContextObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.SecurityContextObjectNestedImpl<N> extends SecurityContextFluentImpl<WatchEventFluent.SecurityContextObjectNested<N>> implements WatchEventFluent.SecurityContextObjectNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.SecurityContextFluentImpl
SecurityContextFluentImpl.CapabilitiesNestedImpl<N>, SecurityContextFluentImpl.SeccompProfileNestedImpl<N>, SecurityContextFluentImpl.SeLinuxOptionsNestedImpl<N>, SecurityContextFluentImpl.WindowsOptionsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.SecurityContextFluent
SecurityContextFluent.CapabilitiesNested<N>, SecurityContextFluent.SeccompProfileNested<N>, SecurityContextFluent.SeLinuxOptionsNested<N>, SecurityContextFluent.WindowsOptionsNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endSecurityContextObject()
-
Methods inherited from class io.fabric8.kubernetes.api.model.SecurityContextFluentImpl
buildCapabilities, buildSeccompProfile, buildSeLinuxOptions, buildWindowsOptions, editCapabilities, editOrNewCapabilities, editOrNewCapabilitiesLike, editOrNewSeccompProfile, editOrNewSeccompProfileLike, editOrNewSeLinuxOptions, editOrNewSeLinuxOptionsLike, editOrNewWindowsOptions, editOrNewWindowsOptionsLike, editSeccompProfile, editSeLinuxOptions, editWindowsOptions, equals, getCapabilities, getProcMount, getRunAsGroup, getRunAsUser, getSeccompProfile, getSeLinuxOptions, getWindowsOptions, hasAllowPrivilegeEscalation, hasCapabilities, hashCode, hasPrivileged, hasProcMount, hasReadOnlyRootFilesystem, hasRunAsGroup, hasRunAsNonRoot, hasRunAsUser, hasSeccompProfile, hasSeLinuxOptions, hasWindowsOptions, isAllowPrivilegeEscalation, isPrivileged, isReadOnlyRootFilesystem, isRunAsNonRoot, withAllowPrivilegeEscalation, withCapabilities, withNewAllowPrivilegeEscalation, withNewAllowPrivilegeEscalation, withNewCapabilities, withNewCapabilitiesLike, withNewPrivileged, withNewPrivileged, withNewProcMount, withNewProcMount, withNewProcMount, withNewReadOnlyRootFilesystem, withNewReadOnlyRootFilesystem, withNewRunAsNonRoot, withNewRunAsNonRoot, withNewSeccompProfile, withNewSeccompProfile, withNewSeccompProfileLike, withNewSeLinuxOptions, withNewSeLinuxOptions, withNewSeLinuxOptionsLike, withNewWindowsOptions, withNewWindowsOptions, withNewWindowsOptionsLike, withPrivileged, withProcMount, withReadOnlyRootFilesystem, withRunAsGroup, withRunAsNonRoot, withRunAsUser, withSeccompProfile, withSeLinuxOptions, withWindowsOptions
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.SecurityContextFluent
buildCapabilities, buildSeccompProfile, buildSeLinuxOptions, buildWindowsOptions, editCapabilities, editOrNewCapabilities, editOrNewCapabilitiesLike, editOrNewSeccompProfile, editOrNewSeccompProfileLike, editOrNewSeLinuxOptions, editOrNewSeLinuxOptionsLike, editOrNewWindowsOptions, editOrNewWindowsOptionsLike, editSeccompProfile, editSeLinuxOptions, editWindowsOptions, getCapabilities, getProcMount, getRunAsGroup, getRunAsUser, getSeccompProfile, getSeLinuxOptions, getWindowsOptions, hasAllowPrivilegeEscalation, hasCapabilities, hasPrivileged, hasProcMount, hasReadOnlyRootFilesystem, hasRunAsGroup, hasRunAsNonRoot, hasRunAsUser, hasSeccompProfile, hasSeLinuxOptions, hasWindowsOptions, isAllowPrivilegeEscalation, isPrivileged, isReadOnlyRootFilesystem, isRunAsNonRoot, withAllowPrivilegeEscalation, withCapabilities, withNewAllowPrivilegeEscalation, withNewAllowPrivilegeEscalation, withNewCapabilities, withNewCapabilitiesLike, withNewPrivileged, withNewPrivileged, withNewProcMount, withNewProcMount, withNewProcMount, withNewReadOnlyRootFilesystem, withNewReadOnlyRootFilesystem, withNewRunAsNonRoot, withNewRunAsNonRoot, withNewSeccompProfile, withNewSeccompProfile, withNewSeccompProfileLike, withNewSeLinuxOptions, withNewSeLinuxOptions, withNewSeLinuxOptionsLike, withNewWindowsOptions, withNewWindowsOptions, withNewWindowsOptionsLike, withPrivileged, withProcMount, withReadOnlyRootFilesystem, withRunAsGroup, withRunAsNonRoot, withRunAsUser, withSeccompProfile, withSeLinuxOptions, withWindowsOptions
-
-
-
-
Method Detail
-
and
public N and()
-
endSecurityContextObject
public N endSecurityContextObject()
- Specified by:
endSecurityContextObject
in interfaceWatchEventFluent.SecurityContextObjectNested<N>
-
-