Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.securitycontext.SeLinuxOptions
-
-
Uses of SeLinuxOptions in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec 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 with parameters of type SeLinuxOptions Modifier and Type Method Description SecurityContextFluent.SpecSeLinuxOptionsNested<A>SecurityContextFluent. editOrNewSeLinuxOptionsLike(SeLinuxOptions item)voidSecurityContext. setSeLinuxOptions(SeLinuxOptions seLinuxOptions)SecurityContextFluent.SpecSeLinuxOptionsNested<A>SecurityContextFluent. withNewSeLinuxOptionsLike(SeLinuxOptions item)ASecurityContextFluent. withSeLinuxOptions(SeLinuxOptions seLinuxOptions) -
Uses of SeLinuxOptions in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.securitycontext
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.securitycontext that return SeLinuxOptions Modifier and Type Method Description SeLinuxOptionsSeLinuxOptionsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.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)
-