Trying to create a: `apiregistration.v1beta1.apiService` using ksonnets but can't see how to invoke it. My imports are: ``` local k = import "ksonnet.beta.3/k.libsonnet"; ... local apiService = k.apiregistration.v1beta1.apiService; ``` And I get an error on build: `RUNTIME ERROR: field does not exist: apiregistraion` I can see the def inside the `hidden` object, but can't see where its added to the library.
Trying to create a:
apiregistration.v1beta1.apiServiceusing ksonnets but can't see how to invoke it.My imports are:
And I get an error on build:
RUNTIME ERROR: field does not exist: apiregistraionI can see the def inside the
hiddenobject, but can't see where its added to the library.