Documentation ¶
Index ¶
- Constants
- func ApplyResource(ctx context.Context, k8sClient client.Client, resourceManifest []byte, ...) error
- func CreateOrUpdateResource(ctx context.Context, k8sClient client.Client, ...) error
- func CreateUnstructuredResource(resourceManifest []byte, templateValues map[string]string) (unstructured.Unstructured, error)
- func GetGardenerDomain(ctx context.Context, k8sClient client.Client) (string, error)
Constants ¶
View Source
const (
Namespace = "kyma-system"
)
Variables ¶
This section is empty.
Functions ¶
func ApplyResource ¶
func CreateOrUpdateResource ¶
func CreateOrUpdateResource(ctx context.Context, k8sClient client.Client, resource unstructured.Unstructured) error
func CreateUnstructuredResource ¶
func CreateUnstructuredResource(resourceManifest []byte, templateValues map[string]string) (unstructured.Unstructured, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.