Package | Description |
---|---|
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
SecurityContext |
SecurityContext.clone() |
SecurityContext |
Sidecar.getSecurityContext()
Optional.
|
SecurityContext |
Step.getSecurityContext()
Optional.
|
SecurityContext |
SecurityContext.set(String fieldName,
Object value) |
SecurityContext |
SecurityContext.setAllowPrivilegeEscalation(Boolean allowPrivilegeEscalation)
Optional.
|
SecurityContext |
SecurityContext.setPrivileged(Boolean privileged)
Run container in privileged mode.
|
SecurityContext |
SecurityContext.setRunAsGroup(Long runAsGroup)
Optional.
|
SecurityContext |
SecurityContext.setRunAsNonRoot(Boolean runAsNonRoot)
Optional.
|
SecurityContext |
SecurityContext.setRunAsUser(Long runAsUser)
Optional.
|
Modifier and Type | Method and Description |
---|---|
Sidecar |
Sidecar.setSecurityContext(SecurityContext securityContext)
Optional.
|
Step |
Step.setSecurityContext(SecurityContext securityContext)
Optional.
|
Copyright © 2011–2025 Google. All rights reserved.