ResourceOptions constructor

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

Implementation

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