ServiceAccountSubjectPatch

data class ServiceAccountSubjectPatch(val name: String? = null, val namespace: String? = null)

ServiceAccountSubject holds detailed information for service-account-kind subject.

Constructors

Link copied to clipboard
constructor(name: String? = null, namespace: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

name is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.

Link copied to clipboard
val namespace: String? = null

namespace is the namespace of matching ServiceAccount objects. Required.