Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.securitycontext.SeLinuxOptions
-
-
Uses of SeLinuxOptions in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers that return SeLinuxOptions Modifier and Type Method Description SeLinuxOptionsSecurityContextFluent. buildSeLinuxOptions()SeLinuxOptionsSecurityContext. getSeLinuxOptions()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers with parameters of type SeLinuxOptions Modifier and Type Method Description SecurityContextFluent.SeLinuxOptionsNested<A>SecurityContextFluent. editOrNewSeLinuxOptionsLike(SeLinuxOptions item)voidSecurityContext. setSeLinuxOptions(SeLinuxOptions seLinuxOptions)SecurityContextFluent.SeLinuxOptionsNested<A>SecurityContextFluent. withNewSeLinuxOptionsLike(SeLinuxOptions item)ASecurityContextFluent. withSeLinuxOptions(SeLinuxOptions seLinuxOptions) -
Uses of SeLinuxOptions in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.securitycontext
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.securitycontext that return SeLinuxOptions Modifier and Type Method Description SeLinuxOptionsSeLinuxOptionsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.securitycontext with parameters of type SeLinuxOptions Constructor Description SeLinuxOptionsBuilder(SeLinuxOptions instance)SeLinuxOptionsBuilder(SeLinuxOptionsFluent<?> fluent, SeLinuxOptions instance)SeLinuxOptionsBuilder(SeLinuxOptionsFluent<?> fluent, SeLinuxOptions instance, Boolean validationEnabled)SeLinuxOptionsBuilder(SeLinuxOptions instance, Boolean validationEnabled)SeLinuxOptionsFluent(SeLinuxOptions instance)
-