ServiceAccount constructor
const
ServiceAccount({
- String? apiVersion,
- bool? automountServiceAccountToken,
- List<
LocalObjectReference> ? imagePullSecrets, - String? kind,
- ObjectMeta? metadata,
- List<
ObjectReference> ? secrets,
Default constructor.
Implementation
const ServiceAccount({
this.apiVersion,
this.automountServiceAccountToken,
this.imagePullSecrets,
this.kind,
this.metadata,
this.secrets,
});