Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.SecurityContext
-
-
Uses of SecurityContext in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview that return SecurityContext Modifier and Type Method Description SecurityContextSpecFluent. buildSecurityContext()SecurityContextSpec. getSecurityContext()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview with parameters of type SecurityContext Modifier and Type Method Description SpecFluent.SecurityContextNested<A>SpecFluent. editOrNewSecurityContextLike(SecurityContext item)voidSpec. setSecurityContext(SecurityContext securityContext)SpecFluent.SecurityContextNested<A>SpecFluent. withNewSecurityContextLike(SecurityContext item)ASpecFluent. withSecurityContext(SecurityContext securityContext) -
Uses of SecurityContext 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 SecurityContext Modifier and Type Method Description SecurityContextSecurityContextBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec with parameters of type SecurityContext Constructor Description SecurityContextBuilder(SecurityContext instance)SecurityContextBuilder(SecurityContextFluent<?> fluent, SecurityContext instance)SecurityContextBuilder(SecurityContextFluent<?> fluent, SecurityContext instance, Boolean validationEnabled)SecurityContextBuilder(SecurityContext instance, Boolean validationEnabled)SecurityContextFluent(SecurityContext instance)
-