V1beta2ServiceAccountSubject constructor

V1beta2ServiceAccountSubject({
  1. required String name,
  2. required String namespace,
})

Returns a new V1beta2ServiceAccountSubject instance.

Implementation

V1beta2ServiceAccountSubject({

  required  this.name,

  required  this.namespace,
});