Documentation
¶
Index ¶
Constants ¶
View Source
const (
ProtocolName = "TCP"
)
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 (*Manifest) FromHelmChart ¶
func (*Manifest) FromPublicOperator ¶
Click to show internal directories.
Click to hide internal directories.