Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Fix example message for federate resource
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanurrehman committed Apr 10, 2019
1 parent 23af8d5 commit 42bfb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/kubefed2/federate/federate.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ var (
flag otherwise.`

federate_example = `
# Federate resource named "my-dep" in namespace "my-ns" of kubernetes type "deploy"
kubefed2 federate deploy my-dep -n "my-ns" --host-cluster-context=cluster1`
# Federate resource named "my-cm" in namespace "my-ns" of kubernetes type "configmaps" (identified by short name "cm")
kubefed2 federate cm "my-cm" -n "my-ns" --host-cluster-context=cluster1`
// TODO(irfanurrehman): implement —contents flag applicable to namespaces
)

Expand Down

0 comments on commit 42bfb4e

Please sign in to comment.