Kubernetes stores if configuration data in $HOME/.kube/config. Start by saving the microk8s.config there
cd $HOME/.kube
microk8s.config > config
git clone [email protected]:openfaas-incubator/kafka-connector.git
Cloning into 'kafka-connector'...
Warning: Permanently added the RSA host key for IP address '192.30.255.113' to the list of known hosts.
// List available templates | |
func tplGet(tplListOption string) tplListResponse { | |
tplTLD := []string{"crd", "microservices", "serverless"} | |
tplSLD := []string{"ga", "experimental", "incubation"} | |
var response tplListResponse | |
for _, tld := range tplTLD { | |
for _, sld := range tplSLD { | |
dn := defaultTemplateDir + "/" + tld + "/" + sld | |
if _, err := os.Stat(dn); os.IsNotExist(err) { |
All examples use curl Sonarcloud API
Organizations contain projects. When you set up your SonarCloud account, a default organization is created. You can create new organizations via the user interface. There appears to be no method of creating an organization via the API. org -> projects