Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit e0a531b

Browse files
committed
remove cluster name config var
1 parent 27e92f7 commit e0a531b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/oci/client/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ type Config struct {
4444
// CompartmentOCID is the OCID of the Compartment within which the cluster
4545
// resides.
4646
CompartmentOCID string `yaml:"compartment"`
47-
ClusterName string `yaml:"clusterName"`
4847
}
4948

5049
// Validate validates the OCI config.

0 commit comments

Comments
 (0)