WindowsSecurityContextOptions

io.k8s.api.core.v1.WindowsSecurityContextOptions
See theWindowsSecurityContextOptions companion object
final case class WindowsSecurityContextOptions(gmsaCredentialSpec: Option[String], gmsaCredentialSpecName: Option[String], hostProcess: Option[Boolean], runAsUserName: Option[String])

WindowsSecurityContextOptions contain Windows-specific options and credentials.

Attributes

Companion
object
Source
WindowsSecurityContextOptions.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

if gmsaCredentialSpec has a value, transforms to the result of function

if gmsaCredentialSpec has a value, transforms to the result of function

Attributes

Source
WindowsSecurityContextOptions.scala

if gmsaCredentialSpecName has a value, transforms to the result of function

if gmsaCredentialSpecName has a value, transforms to the result of function

Attributes

Source
WindowsSecurityContextOptions.scala

if hostProcess has a value, transforms to the result of function

if hostProcess has a value, transforms to the result of function

Attributes

Source
WindowsSecurityContextOptions.scala

if runAsUserName has a value, transforms to the result of function

if runAsUserName has a value, transforms to the result of function

Attributes

Source
WindowsSecurityContextOptions.scala

Returns a new data with gmsaCredentialSpec set to new value

Returns a new data with gmsaCredentialSpec set to new value

Attributes

Source
WindowsSecurityContextOptions.scala

Returns a new data with gmsaCredentialSpecName set to new value

Returns a new data with gmsaCredentialSpecName set to new value

Attributes

Source
WindowsSecurityContextOptions.scala

Returns a new data with hostProcess set to new value

Returns a new data with hostProcess set to new value

Attributes

Source
WindowsSecurityContextOptions.scala

Returns a new data with runAsUserName set to new value

Returns a new data with runAsUserName set to new value

Attributes

Source
WindowsSecurityContextOptions.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product