K8sBetaAPIConfig constructor

K8sBetaAPIConfig({
  1. List<String>? enabledApis,
})

Implementation

K8sBetaAPIConfig({
  this.enabledApis,
});