PeerAuthentication constructor

const PeerAuthentication({
  1. String? apiVersion,
  2. String? kind,
  3. ObjectMeta? metadata,
  4. PeerAuthenticationSpec? spec,
  5. PeerAuthenticationStatus? status,
})

The main constructor.

Implementation

const PeerAuthentication({
  this.apiVersion,
  this.kind,
  this.metadata,
  this.spec,
  this.status,
});