Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertSecretToConfigMap ¶
func ConvertSecretToConfigMap( ctx context.Context, clientset kubernetes.Interface, namespace, secretName string, ) error
ConvertSecretToConfigMap retrieves a secret and creates a ConfigMap with the same data.
Types ¶
type Manifest ¶
type Manifest struct {
// contains filtered or unexported fields
}
func NewManifest ¶
func NewManifest( cloudProvider, cloudRegion, kubeconfig, objectName, namespace, outputDir string, ) (*Manifest, error)
NewManifest constructs a Manifest with required fields and functional options
func NewValuesExporter ¶
func (*Manifest) ExportValuesFromV1beta1 ¶
ExportValuesFromV1beta1 writes a values.yaml from the live migrated v1beta1 resources so Helm adoption can start from the current cluster state.
func (*Manifest) FromHelmChart ¶
func (*Manifest) FromPublicOperator ¶
Click to show internal directories.
Click to hide internal directories.