Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ApplyYAMLFilesDryRun (0.36 sec)

  1. pkg/kube/client.go

    	// ApplyYAMLContents applies the resources in the given YAML strings.
    	ApplyYAMLContents(namespace string, yamls ...string) error
    
    	// ApplyYAMLFilesDryRun performs a dry run for applying the resource in the given YAML files
    	ApplyYAMLFilesDryRun(namespace string, yamlFiles ...string) error
    
    	// DeleteYAMLFiles deletes the resources in the given YAML files.
    	DeleteYAMLFiles(namespace string, yamlFiles ...string) error
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 39K bytes
    - Viewed (0)
Back to top