Documentation
¶
Overview ¶
Copyright © 2020 Vertigo Tecnologia. All rights reserved. Licensed under the Apache License, Version 2.0. See LICENSE file in the project root for full license information.
Copyright © 2020 Vertigo Tecnologia. All rights reserved. Licensed under the Apache License, Version 2.0. See LICENSE file in the project root for full license information.
Copyright © 2020 Vertigo Tecnologia. All rights reserved. Licensed under the Apache License, Version 2.0. See LICENSE file in the project root for full license information.
Copyright © 2020 Vertigo Tecnologia. All rights reserved. Licensed under the Apache License, Version 2.0. See LICENSE file in the project root for full license information.
Copyright © 2020 Vertigo Tecnologia. All rights reserved. Licensed under the Apache License, Version 2.0. See LICENSE file in the project root for full license information.
Copyright © 2020 Vertigo Tecnologia. All rights reserved. Licensed under the Apache License, Version 2.0. See LICENSE file in the project root for full license information.
Copyright © 2020 Vertigo Tecnologia. All rights reserved. Licensed under the Apache License, Version 2.0. See LICENSE file in the project root for full license information.
Index ¶
- func CheckFunction(clusterName, functionName, namespace string) (bool, error)
- type K8sYaml
- func (k *K8sYaml) CreateYamlFile(fileName string) error
- func (k *K8sYaml) MountConfigMap(configMapName, swaggerFile string) error
- func (k *K8sYaml) MountDeployment(deploymentName, imageName, path string) error
- func (k *K8sYaml) MountFunction(functionName, namespace string) error
- func (k *K8sYaml) MountIngress(ingressName, serviceName, path, hostnameFlag string) error
- func (k *K8sYaml) MountService(serviceName, hostnameFlag string, function bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckFunction ¶
Types ¶
type K8sYaml ¶ added in v0.0.4
type K8sYaml struct { ApiVersion string `yaml:"apiVersion,omitempty"` Kind string `yaml:"kind,omitempty"` Metadata metadata `yaml:"metadata,omitempty"` Spec interface{} `yaml:"spec,omitempty"` Data map[string]string `yaml:"data,omitempty"` }
Yaml file structure