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