Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.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 SecurityContextContainersFluent. buildSecurityContext()SecurityContextContainers. getSecurityContext()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec with parameters of type SecurityContext Modifier and Type Method Description ContainersFluent.ContainersSecurityContextNested<A>ContainersFluent. editOrNewSecurityContextLike(SecurityContext item)voidContainers. setSecurityContext(SecurityContext securityContext)ContainersFluent.ContainersSecurityContextNested<A>ContainersFluent. withNewSecurityContextLike(SecurityContext item)AContainersFluent. withSecurityContext(SecurityContext securityContext) -
Uses of SecurityContext 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 SecurityContext Modifier and Type Method Description SecurityContextSecurityContextBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers 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)
-