ResourceOptions constructor

ResourceOptions({
  1. String? connectVersion,
  2. String? k8sVersion,
  3. bool? v1beta1Crd,
})

Implementation

ResourceOptions({
  this.connectVersion,
  this.k8sVersion,
  this.v1beta1Crd,
});