PeerAuthentication constructor
const
PeerAuthentication({
- String? apiVersion,
- String? kind,
- ObjectMeta? metadata,
- PeerAuthenticationSpec? spec,
- PeerAuthenticationStatus? status,
The main constructor.
Implementation
const PeerAuthentication({
this.apiVersion,
this.kind,
this.metadata,
this.spec,
this.status,
});