You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test -f ${ENVTEST_ASSETS_DIR}/setup-envtest.sh || curl -sSLo ${ENVTEST_ASSETS_DIR}/setup-envtest.sh https://raw.githubusercontent.com/kubernetes-sigs/controller-runtime/v0.7.0/hack/setup-envtest.sh
21
37
source${ENVTEST_ASSETS_DIR}/setup-envtest.sh; fetch_envtest_tools $(ENVTEST_ASSETS_DIR); setup_envtest_env $(ENVTEST_ASSETS_DIR); go test ./... -coverprofile cover.out
22
38
23
-
# Build manager binary
24
-
manager: generate fmt vet
39
+
manager: generate fmt vet ## Build manager binary.
25
40
go build -o bin/manager main.go
26
41
27
-
# Run against the configured Kubernetes cluster in ~/.kube/config
28
-
run: generate fmt vet manifests
42
+
run: generate fmt vet manifests ## Run a controller from your host.
29
43
go run ./main.go
30
44
31
-
# Install CRDs into a cluster
32
-
install: manifests kustomize
45
+
install: manifests kustomize ## Install CRDs into the K8s cluster specified in ~/.kube/config.
test -f ${ENVTEST_ASSETS_DIR}/setup-envtest.sh || curl -sSLo ${ENVTEST_ASSETS_DIR}/setup-envtest.sh https://raw.githubusercontent.com/kubernetes-sigs/controller-runtime/v0.7.0/hack/setup-envtest.sh
21
37
source${ENVTEST_ASSETS_DIR}/setup-envtest.sh; fetch_envtest_tools $(ENVTEST_ASSETS_DIR); setup_envtest_env $(ENVTEST_ASSETS_DIR); go test ./... -coverprofile cover.out
22
38
23
-
# Build manager binary
24
-
manager: generate fmt vet
39
+
manager: generate fmt vet ## Build manager binary.
25
40
go build -o bin/manager main.go
26
41
27
-
# Run against the configured Kubernetes cluster in ~/.kube/config
28
-
run: generate fmt vet manifests
42
+
run: generate fmt vet manifests ## Run a controller from your host.
29
43
go run ./main.go
30
44
31
-
# Install CRDs into a cluster
32
-
install: manifests kustomize
45
+
install: manifests kustomize ## Install CRDs into the K8s cluster specified in ~/.kube/config.
test -f ${ENVTEST_ASSETS_DIR}/setup-envtest.sh || curl -sSLo ${ENVTEST_ASSETS_DIR}/setup-envtest.sh https://raw.githubusercontent.com/kubernetes-sigs/controller-runtime/v0.7.0/hack/setup-envtest.sh
21
37
source${ENVTEST_ASSETS_DIR}/setup-envtest.sh; fetch_envtest_tools $(ENVTEST_ASSETS_DIR); setup_envtest_env $(ENVTEST_ASSETS_DIR); go test ./... -coverprofile cover.out
22
38
23
-
# Build manager binary
24
-
manager: generate fmt vet
39
+
manager: generate fmt vet ## Build manager binary.
25
40
go build -o bin/manager main.go
26
41
27
-
# Run against the configured Kubernetes cluster in ~/.kube/config
28
-
run: generate fmt vet manifests
42
+
run: generate fmt vet manifests ## Run a controller from your host.
29
43
go run ./main.go
30
44
31
-
# Install CRDs into a cluster
32
-
install: manifests kustomize
45
+
install: manifests kustomize ## Install CRDs into the K8s cluster specified in ~/.kube/config.
0 commit comments