github.com/oam-dev/cluster-gateway@v1.9.0/pkg/options/flags.go (about)

     1  package options
     2  
     3  var (
     4  	// OCMIntegration indicates whether to load cluster information from
     5  	// the hosting cluster via OCM's cluster api. After enabling this option,
     6  	// no caBundle and apiserver's URL are required in the cluster secret.
     7  	// NOTE: This option only works in "non-etcd" mode.
     8  	OCMIntegration = false
     9  )