- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ApplyYAMLContents (0.11 sec)
-
istioctl/pkg/tag/generate.go
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 13.3K bytes - Viewed (0) -
istioctl/pkg/multicluster/remote_secret.go
if err := createNamespaceIfNotExist(client, opt.Namespace); err != nil { return err } // Apply the YAML to the cluster. return client.ApplyYAMLContents(opt.Namespace, yaml) } func generateServiceAccountYAML(opt RemoteSecretOptions) (string, error) { flags := []string{"installPackagePath=" + opt.ManifestsPath, "values.global.istioNamespace=" + opt.Namespace}
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 23.3K bytes - Viewed (0)