Class SecurityContextFluent<A extends SecurityContextFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.SecurityContextFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ContainersFluent.ContainersSecurityContextNested,SecurityContextBuilder
public class SecurityContextFluent<A extends SecurityContextFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSecurityContextFluent.CapabilitiesNested<N>classSecurityContextFluent.SeccompProfileNested<N>classSecurityContextFluent.SeLinuxOptionsNested<N>classSecurityContextFluent.WindowsOptionsNested<N>
-
Constructor Summary
Constructors Constructor Description SecurityContextFluent()SecurityContextFluent(SecurityContext instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
SecurityContextFluent
public SecurityContextFluent()
-
SecurityContextFluent
public SecurityContextFluent(SecurityContext instance)
-
-
Method Detail
-
getAllowPrivilegeEscalation
public Boolean getAllowPrivilegeEscalation()
-
withAllowPrivilegeEscalation
public A withAllowPrivilegeEscalation(Boolean allowPrivilegeEscalation)
-
hasAllowPrivilegeEscalation
public boolean hasAllowPrivilegeEscalation()
-
buildCapabilities
public Capabilities buildCapabilities()
-
withCapabilities
public A withCapabilities(Capabilities capabilities)
-
hasCapabilities
public boolean hasCapabilities()
-
withNewCapabilities
public SecurityContextFluent.CapabilitiesNested<A> withNewCapabilities()
-
withNewCapabilitiesLike
public SecurityContextFluent.CapabilitiesNested<A> withNewCapabilitiesLike(Capabilities item)
-
editCapabilities
public SecurityContextFluent.CapabilitiesNested<A> editCapabilities()
-
editOrNewCapabilities
public SecurityContextFluent.CapabilitiesNested<A> editOrNewCapabilities()
-
editOrNewCapabilitiesLike
public SecurityContextFluent.CapabilitiesNested<A> editOrNewCapabilitiesLike(Capabilities item)
-
getPrivileged
public Boolean getPrivileged()
-
hasPrivileged
public boolean hasPrivileged()
-
getProcMount
public String getProcMount()
-
hasProcMount
public boolean hasProcMount()
-
getReadOnlyRootFilesystem
public Boolean getReadOnlyRootFilesystem()
-
hasReadOnlyRootFilesystem
public boolean hasReadOnlyRootFilesystem()
-
getRunAsGroup
public Long getRunAsGroup()
-
hasRunAsGroup
public boolean hasRunAsGroup()
-
getRunAsNonRoot
public Boolean getRunAsNonRoot()
-
hasRunAsNonRoot
public boolean hasRunAsNonRoot()
-
getRunAsUser
public Long getRunAsUser()
-
hasRunAsUser
public boolean hasRunAsUser()
-
buildSeLinuxOptions
public SeLinuxOptions buildSeLinuxOptions()
-
withSeLinuxOptions
public A withSeLinuxOptions(SeLinuxOptions seLinuxOptions)
-
hasSeLinuxOptions
public boolean hasSeLinuxOptions()
-
withNewSeLinuxOptions
public SecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptions()
-
withNewSeLinuxOptionsLike
public SecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptionsLike(SeLinuxOptions item)
-
editSeLinuxOptions
public SecurityContextFluent.SeLinuxOptionsNested<A> editSeLinuxOptions()
-
editOrNewSeLinuxOptions
public SecurityContextFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptions()
-
editOrNewSeLinuxOptionsLike
public SecurityContextFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptionsLike(SeLinuxOptions item)
-
buildSeccompProfile
public SeccompProfile buildSeccompProfile()
-
withSeccompProfile
public A withSeccompProfile(SeccompProfile seccompProfile)
-
hasSeccompProfile
public boolean hasSeccompProfile()
-
withNewSeccompProfile
public SecurityContextFluent.SeccompProfileNested<A> withNewSeccompProfile()
-
withNewSeccompProfileLike
public SecurityContextFluent.SeccompProfileNested<A> withNewSeccompProfileLike(SeccompProfile item)
-
editSeccompProfile
public SecurityContextFluent.SeccompProfileNested<A> editSeccompProfile()
-
editOrNewSeccompProfile
public SecurityContextFluent.SeccompProfileNested<A> editOrNewSeccompProfile()
-
editOrNewSeccompProfileLike
public SecurityContextFluent.SeccompProfileNested<A> editOrNewSeccompProfileLike(SeccompProfile item)
-
buildWindowsOptions
public WindowsOptions buildWindowsOptions()
-
withWindowsOptions
public A withWindowsOptions(WindowsOptions windowsOptions)
-
hasWindowsOptions
public boolean hasWindowsOptions()
-
withNewWindowsOptions
public SecurityContextFluent.WindowsOptionsNested<A> withNewWindowsOptions()
-
withNewWindowsOptionsLike
public SecurityContextFluent.WindowsOptionsNested<A> withNewWindowsOptionsLike(WindowsOptions item)
-
editWindowsOptions
public SecurityContextFluent.WindowsOptionsNested<A> editWindowsOptions()
-
editOrNewWindowsOptions
public SecurityContextFluent.WindowsOptionsNested<A> editOrNewWindowsOptions()
-
editOrNewWindowsOptionsLike
public SecurityContextFluent.WindowsOptionsNested<A> editOrNewWindowsOptionsLike(WindowsOptions item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SecurityContextFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SecurityContextFluent<A>>
-
withAllowPrivilegeEscalation
public A withAllowPrivilegeEscalation()
-
withPrivileged
public A withPrivileged()
-
withReadOnlyRootFilesystem
public A withReadOnlyRootFilesystem()
-
withRunAsNonRoot
public A withRunAsNonRoot()
-
-