Documentation ¶
Overview ¶
Copyright Contributors to the Open Cluster Management project
Copyright Contributors to the Open Cluster Management project ¶
Copyright Contributors to the Open Cluster Management project
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmd ¶
func NewCmd(clusteradmFlags *genericclioptionsclusteradm.ClusteradmFlags, streams genericclioptions.IOStreams) *cobra.Command
NewCmd ...
Types ¶
type Hub ¶
type Hub struct { //TokenID: A token id allowing the cluster to connect back to the hub TokenID string `json:"tokenID"` //TokenSecret: A token secret allowing the cluster to connect back to the hub TokenSecret string `json:"tokenSecret"` }
Hub: The hub values for the template
type Options ¶
type Options struct { //ClusteradmFlags: The generic options from the clusteradm cli-runtime. ClusteradmFlags *genericclioptionsclusteradm.ClusteradmFlags Streams genericclioptions.IOStreams // contains filtered or unexported fields }
Options is holding all the command-line options
Click to show internal directories.
Click to hide internal directories.