@@ -37,6 +37,7 @@ import (
37
37
38
38
datav1alpha1 "github.com/kcp-dev/controller-runtime/examples/kcp/apis/v1alpha1"
39
39
"github.com/kcp-dev/logicalcluster/v3"
40
+
40
41
// Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.)
41
42
// to ensure that exec-entrypoint and run can make use of them.
42
43
_ "k8s.io/client-go/plugin/pkg/client/auth"
@@ -76,7 +77,7 @@ type Options struct {
76
77
77
78
func (o * Options ) addFlags (fs * flag.FlagSet ) {
78
79
fs .StringVar (& o .KubeconfigContext , "context" , "" , "kubeconfig context" )
79
- fs .StringVar (& o .APIExportName , "api-export-name" , "widgets " , "The name of the APIExport." )
80
+ fs .StringVar (& o .APIExportName , "api-export-name" , "data.my.domain " , "The name of the APIExport." )
80
81
fs .StringVar (& o .MetricsAddr , "metrics-bind-address" , ":8080" , "The address the metric endpoint binds to." )
81
82
fs .StringVar (& o .ProbeAddr , "health-probe-bind-address" , ":8081" , "The address the probe endpoint binds to." )
82
83
fs .BoolVar (& o .EnableLeaderElection , "leader-elect" , false ,
0 commit comments