We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a93e9 commit a6cecf6Copy full SHA for a6cecf6
examples/update_cluster.go
@@ -63,7 +63,7 @@ func main() {
63
64
// Prepare the patch to send:
65
patch, err := cmv1.NewCluster().
66
- DisplayName("My cluster").
+ Name("My cluster").
67
Build()
68
if err != nil {
69
fmt.Fprintf(os.Stderr, "Can't create cluster patch: %v\n", err)
0 commit comments