Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterResourceTemplates ¶
type ClusterResourceTemplates struct { ConfigMapName string DeploymentName string Namespace string Paths []string }
func NewClusterResourceTemplates ¶
func NewClusterResourceTemplates( configMapName, deploymentName, namespace, dirPath string, ) (*ClusterResourceTemplates, error)
func (*ClusterResourceTemplates) Update ¶
func (crt *ClusterResourceTemplates) Update(k *types.Kustomization) error
type ClusterResourceTemplatesNotFound ¶
type ClusterResourceTemplatesNotFound struct {
// contains filtered or unexported fields
}
func (*ClusterResourceTemplatesNotFound) Error ¶
func (e *ClusterResourceTemplatesNotFound) Error() string
type Configuration ¶
type Configuration struct { ConfigMapName string DeploymentName string Namespace string Path string }
func NewConfiguration ¶
func NewConfiguration( configMapName, deploymentName, namespace, path string, ) (*Configuration, error)
func (*Configuration) Update ¶
func (c *Configuration) Update(k *types.Kustomization) error
type ConfigurationNotFound ¶
type ConfigurationNotFound struct {
// contains filtered or unexported fields
}
func (*ConfigurationNotFound) Error ¶
func (e *ConfigurationNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.