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 ImageRegistry ¶
type Klusterlet ¶
type Klusterlet struct { //APIServer: The API Server external URL APIServer string }
Klusterlet is for templating klusterlet configuration
type Options ¶
type Options struct { //ClusteradmFlags: The generic optiosn from the clusteradm cli-runtime. ClusteradmFlags *genericclioptionsclusteradm.ClusteradmFlags // contains filtered or unexported fields }
Options: The structure holding all the command-line options
type Values ¶
type Values struct { //ClusterName: the name of the joined cluster on the hub ClusterName string //Hub: Hub information Hub Hub //ImageRegistry is the registry related configuration ImageRegistry ImageRegistry //ImageRegistry is the klusterlet related configuration Klusterlet Klusterlet }
Values: The values used in the template
Click to show internal directories.
Click to hide internal directories.