- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for checkFromVersion (0.12 sec)
-
istioctl/pkg/precheck/precheck.go
msgs := diag.Messages{} if !skipControlPlane { msgs, err = checkControlPlane(ctx) if err != nil { return err } } if fromCompatibilityVersion != "" { m, err := checkFromVersion(ctx, opts.Revision, fromCompatibilityVersion) if err != nil { return err } msgs = append(msgs, m...) } // Print all the messages to stdout in the specified format
Registered: Wed Oct 30 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 02:31:32 UTC 2024 - 15.3K bytes - Viewed (0)