Documentation
¶
Overview ¶
Copyright The Kubeform Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- Variables
- func DownloadRepository(name, link, outputPath string) (string, error)
- func GenerateModuleCRD(path, name string) string
- func GenerateModuleData(fileName, templateFile, generatedFilePath string) (modulePaths []string, structNames []string, err error)
- func GenerateProviderAPIS(providerName, version string, schmeas []map[string]*schema.Schema, ...) error
- func TerraformSchemaToStruct(s map[string]*schema.Schema, structName, providerName string, ...)
- func Unzip(src string, dest string) ([]string, error)
- type ApisData
- type TypeData
Constants ¶
This section is empty.
Variables ¶
View Source
var License string
Functions ¶
func DownloadRepository ¶ added in v0.0.4
func GenerateModuleCRD ¶ added in v0.0.4
func GenerateModuleData ¶ added in v0.0.4
func GenerateProviderAPIS ¶
func TerraformSchemaToStruct ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.