cluster

package
v0.8.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2024 License: AGPL-3.0 Imports: 99 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ComponentStatusDefaultPodName = "Unknown"
)
View Source
const (
	CueTemplateName = "cluster_template.cue"
)
View Source
const TrueValue = "true"

Variables

This section is empty.

Functions

func MultipleSourceComponents

func MultipleSourceComponents(fileName string, in io.Reader) ([]byte, error)

MultipleSourceComponents gets component data from multiple source, such as stdin, URI and local file

func New

func New(clusterName string, namespace string, cli dynamic.Interface, component ...string) *configObjectsWrapper

func NewCancelCmd

func NewCancelCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewClusterCmd

func NewClusterCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewClusterCmd creates the cluster command

func NewConnectCmd

func NewConnectCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewConnectCmd returns the cmd of connecting to a cluster

func NewCreateAccountCmd

func NewCreateAccountCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewCreateBackupCmd

func NewCreateBackupCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewCreateCmd

func NewCreateCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewCreateRestoreCmd

func NewCreateRestoreCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewCustomOpsCmd added in v0.7.2

func NewCustomOpsCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewDeleteAccountCmd

func NewDeleteAccountCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewDeleteBackupCmd

func NewDeleteBackupCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewDeleteCmd

func NewDeleteCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewDeleteOpsCmd

func NewDeleteOpsCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewDescAccountCmd

func NewDescAccountCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewDescribeBackupCmd

func NewDescribeBackupCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewDescribeBackupPolicyCmd

func NewDescribeBackupPolicyCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewDescribeCmd

func NewDescribeCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewDescribeOpsCmd

func NewDescribeOpsCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewDescribeReconfigureCmd

func NewDescribeReconfigureCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewDescribeReconfigureCmd shows details of history modifications or configuration file of reconfiguring operations

func NewDiffConfigureCmd

func NewDiffConfigureCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewDiffConfigureCmd shows the difference between two configuration version.

func NewEditBackupPolicyCmd

func NewEditBackupPolicyCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewEditConfigureCmd

func NewEditConfigureCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewEditConfigureCmd shows the difference between two configuration version.

func NewExplainReconfigureCmd

func NewExplainReconfigureCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewExplainReconfigureCmd shows details of modifiable parameters.

func NewExposeCmd

func NewExposeCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewExposeCmd creates an expose command

func NewGrantOptions

func NewGrantOptions(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewHorizontalScalingCmd

func NewHorizontalScalingCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewHorizontalScalingCmd creates a horizontal scaling command

func NewLabelCmd

func NewLabelCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewListAccountsCmd

func NewListAccountsCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewListBackupCmd

func NewListBackupCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewListBackupPolicyCmd

func NewListBackupPolicyCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewListCmd

func NewListCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewListComponentsCmd

func NewListComponentsCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewListEventsCmd

func NewListEventsCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewListInstancesCmd

func NewListInstancesCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewListLogsCmd

func NewListLogsCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewListOpsCmd

func NewListOpsCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewLogsCmd

func NewLogsCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewLogsCmd returns the logic of accessing cluster log file

func NewPromoteCmd

func NewPromoteCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewPromoteCmd creates a promote command

func NewReconfigureCmd

func NewReconfigureCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewReconfigureCmd creates a Reconfiguring command

func NewRestartCmd

func NewRestartCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewRestartCmd creates a restart command

func NewRevokeOptions

func NewRevokeOptions(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewStartCmd

func NewStartCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewStartCmd creates a start command

func NewStopCmd

func NewStopCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewStopCmd creates a stop command

func NewUpdateCmd

func NewUpdateCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

func NewUpgradeCmd

func NewUpgradeCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewUpgradeCmd creates an upgrade command

func NewVerticalScalingCmd

func NewVerticalScalingCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewVerticalScalingCmd creates a vertical scaling command

func NewVolumeExpansionCmd

func NewVolumeExpansionCmd(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command

NewVolumeExpansionCmd creates a volume expanding command

func PrintBackupList

func PrintBackupList(o ListBackupOptions) error

func PrintBackupPolicyList

func PrintBackupPolicyList(o action.ListOptions) error

PrintBackupPolicyList prints the backup policy list.

Types

type ConfigRelatedObjects

type ConfigRelatedObjects struct {
	Cluster        *appsv1alpha1.Cluster
	ConfigSpecs    map[string]configSpecsType
	Configurations []*appsv1alpha1.Configuration
}

type ConnectOptions

type ConnectOptions struct {
	*action.ExecOptions
	// contains filtered or unexported fields
}

func (*ConnectOptions) Complete added in v0.7.3

func (o *ConnectOptions) Complete() error

func (*ConnectOptions) Connect added in v0.7.3

func (o *ConnectOptions) Connect() error

Connect creates connection string and connects to cluster

func (*ConnectOptions) Validate added in v0.7.3

func (o *ConnectOptions) Validate(args []string) error

type CreateBackupOptions

type CreateBackupOptions struct {
	BackupSpec     appsv1alpha1.BackupSpec `json:"backupSpec"`
	ClusterRef     string                  `json:"clusterRef"`
	OpsType        string                  `json:"opsType"`
	OpsRequestName string                  `json:"opsRequestName"`

	action.CreateOptions `json:"-"`
}

func (*CreateBackupOptions) CompleteBackup

func (o *CreateBackupOptions) CompleteBackup() error

func (*CreateBackupOptions) RegisterBackupFlagCompletionFunc

func (o *CreateBackupOptions) RegisterBackupFlagCompletionFunc(cmd *cobra.Command, f cmdutil.Factory)

func (*CreateBackupOptions) Validate

func (o *CreateBackupOptions) Validate() error

type CreateOptions

type CreateOptions struct {
	// ClusterDefRef reference clusterDefinition
	ClusterDefRef     string                   `json:"clusterDefRef"`
	ClusterVersionRef string                   `json:"clusterVersionRef"`
	Tolerations       []interface{}            `json:"tolerations,omitempty"`
	ComponentSpecs    []map[string]interface{} `json:"componentSpecs"`
	Annotations       map[string]string        `json:"annotations,omitempty"`
	Labels            map[string]string        `json:"labels,omitempty"`
	// create components exclusively configured in 'set'.
	CreateOnlySet       bool     `json:"-"`
	SetFile             string   `json:"-"`
	Values              []string `json:"-"`
	RBACEnabled         bool     `json:"-"`
	Storages            []string `json:"-"`
	ServiceRef          []string `json:"-"`
	LabelStrs           []string `json:"-"`
	AnnotationStrs      []string `json:"-"`
	CPUOversellRatio    float64  `json:"-"`
	MemoryOversellRatio float64  `json:"-"`

	// backup name to restore in creation
	Backup              string `json:"backup,omitempty"`
	RestoreTime         string `json:"restoreTime,omitempty"`
	VolumeRestorePolicy string `json:"-"`

	// backup config
	BackupConfig *appsv1alpha1.ClusterBackup `json:"backupConfig,omitempty"`

	Cmd *cobra.Command `json:"-"`

	UpdatableFlags
	action.CreateOptions `json:"-"`
}

func NewCreateOptions

func NewCreateOptions(f cmdutil.Factory, streams genericiooptions.IOStreams) *CreateOptions

func (*CreateOptions) CleanUp

func (o *CreateOptions) CleanUp() error

func (*CreateOptions) Complete

func (o *CreateOptions) Complete() error

func (*CreateOptions) CreateDependencies

func (o *CreateOptions) CreateDependencies(dryRun []string) error

func (*CreateOptions) PreCreate

func (o *CreateOptions) PreCreate(obj *unstructured.Unstructured) error

PreCreate before saving yaml to k8s, makes changes on Unstructured yaml

func (*CreateOptions) Validate

func (o *CreateOptions) Validate() error

type CreateRestoreOptions

type CreateRestoreOptions struct {
	RestoreSpec    appsv1alpha1.RestoreSpec `json:"restoreSpec"`
	ClusterRef     string                   `json:"clusterRef"`
	OpsType        string                   `json:"opsType"`
	OpsRequestName string                   `json:"opsRequestName"`

	action.CreateOptions `json:"-"`
}

func (*CreateRestoreOptions) Validate

func (o *CreateRestoreOptions) Validate() error

type CreateSubCmdsOptions added in v0.7.2

type CreateSubCmdsOptions struct {
	// ClusterType is the type of the cluster to create.
	ClusterType cluster.ClusterType

	// values is used to render the cluster helm ChartInfo.
	Values map[string]interface{}

	// ChartInfo is the cluster chart information, used to render the command flag
	// and validate the values.
	ChartInfo *cluster.ChartInfo

	*action.CreateOptions
}

func NewSubCmdsOptions added in v0.7.2

func NewSubCmdsOptions(createOptions *action.CreateOptions, t cluster.ClusterType) (*CreateSubCmdsOptions, error)

func (*CreateSubCmdsOptions) Run added in v0.7.2

func (o *CreateSubCmdsOptions) Run() error

type CustomOperations added in v0.7.3

type CustomOperations struct {
	*OperationsOptions
	OpsDefinitionName string              `json:"opsDefinitionName"`
	Params            []map[string]string `json:"params"`
	SchemaProperties  *apiextensionsv1.JSONSchemaProps
}

type DescribeBackupOptions

type DescribeBackupOptions struct {
	Factory cmdutil.Factory

	// resource type and names
	Gvr schema.GroupVersionResource

	genericiooptions.IOStreams
	// contains filtered or unexported fields
}

func (*DescribeBackupOptions) Complete

func (o *DescribeBackupOptions) Complete(args []string) error

func (*DescribeBackupOptions) Run

func (o *DescribeBackupOptions) Run() error

type DescribeBackupPolicyOptions

type DescribeBackupPolicyOptions struct {
	Factory cmdutil.Factory

	LabelSelector string
	ClusterNames  []string
	Names         []string

	genericiooptions.IOStreams
	// contains filtered or unexported fields
}

func (*DescribeBackupPolicyOptions) Complete

func (o *DescribeBackupPolicyOptions) Complete() error

func (*DescribeBackupPolicyOptions) Run

func (*DescribeBackupPolicyOptions) Validate

func (o *DescribeBackupPolicyOptions) Validate() error

type LabelOptions

type LabelOptions struct {
	Factory cmdutil.Factory
	GVR     schema.GroupVersionResource

	genericiooptions.IOStreams
	// contains filtered or unexported fields
}

type ListBackupOptions

type ListBackupOptions struct {
	*action.ListOptions
	BackupName string
}

type ListLogsOptions

type ListLogsOptions struct {
	genericiooptions.IOStreams
	// contains filtered or unexported fields
}

ListLogsOptions declares the arguments accepted by the list-logs command

func (*ListLogsOptions) Complete

func (o *ListLogsOptions) Complete(f cmdutil.Factory, args []string) error

func (*ListLogsOptions) Run

func (o *ListLogsOptions) Run() error

func (*ListLogsOptions) Validate

func (o *ListLogsOptions) Validate(args []string) error

type LogsOptions

type LogsOptions struct {
	*action.ExecOptions
	// contains filtered or unexported fields
}

LogsOptions declares the arguments accepted by the logs command

type OperationsOptions

type OperationsOptions struct {
	action.CreateOptions  `json:"-"`
	HasComponentNamesFlag bool `json:"-"`
	// AutoApprove when set true, skip the double check.
	AutoApprove            bool     `json:"-"`
	ComponentNames         []string `json:"componentNames,omitempty"`
	OpsRequestName         string   `json:"opsRequestName"`
	TTLSecondsAfterSucceed int      `json:"ttlSecondsAfterSucceed"`

	// OpsType operation type
	OpsType appsv1alpha1.OpsType `json:"type"`

	// OpsTypeLower lower OpsType
	OpsTypeLower string `json:"typeLower"`

	// Upgrade options
	ClusterVersionRef string `json:"clusterVersionRef"`

	// VerticalScaling options
	CPU         string                   `json:"cpu"`
	Memory      string                   `json:"memory"`
	Class       string                   `json:"class"`
	ClassDefRef appsv1alpha1.ClassDefRef `json:"classDefRef,omitempty"`

	// HorizontalScaling options
	Replicas int `json:"replicas"`

	// Reconfiguring options
	KeyValues       map[string]*string `json:"keyValues"`
	CfgTemplateName string             `json:"cfgTemplateName"`
	CfgFile         string             `json:"cfgFile"`
	ForceRestart    bool               `json:"forceRestart"`
	FileContent     string             `json:"fileContent"`
	HasPatch        bool               `json:"hasPatch"`

	// VolumeExpansion options.
	// VCTNames VolumeClaimTemplate names
	VCTNames []string `json:"vctNames,omitempty"`
	Storage  string   `json:"storage"`

	// Expose options
	ExposeType    string                    `json:"-"`
	ExposeEnabled string                    `json:"exposeEnabled,omitempty"`
	Services      []appsv1alpha1.OpsService `json:"services,omitempty"`

	// Switchover options
	Component      string      `json:"component"`
	Instance       string      `json:"instance"`
	Primary        string      `json:"-"`
	Force          bool        `json:"-"`
	CharacterType  string      `json:"-"`
	LorryHAEnabled bool        `json:"-"`
	ExecPod        *corev1.Pod `json:"-"`
}

func (*OperationsOptions) CompleteCharacterType added in v0.7.3

func (o *OperationsOptions) CompleteCharacterType(clusterObj *appsv1alpha1.Cluster) error

CompleteCharacterType will get the cluster character type compatible with 0.7 If both componentDefRef and componentDef are provided, the componentDef will take precedence over componentDefRef.

func (*OperationsOptions) CompleteComponentsFlag

func (o *OperationsOptions) CompleteComponentsFlag() error

CompleteComponentsFlag when components flag is null and the cluster only has one component, auto complete it.

func (*OperationsOptions) CompleteHaEnabled added in v0.7.3

func (o *OperationsOptions) CompleteHaEnabled()

func (*OperationsOptions) CompletePromoteOps added in v0.7.3

func (o *OperationsOptions) CompletePromoteOps() error

func (*OperationsOptions) CompleteRestartOps

func (o *OperationsOptions) CompleteRestartOps() error

CompleteRestartOps restarts all components of the cluster we should set all component names to ComponentNames flag.

func (*OperationsOptions) Validate

func (o *OperationsOptions) Validate() error

Validate command flags or args is legal

type UpdatableFlags

type UpdatableFlags struct {
	// Options for cluster termination policy
	TerminationPolicy string `json:"terminationPolicy"`

	// Add-on switches for cluster observability
	MonitoringInterval uint8 `json:"monitor"`
	EnableAllLogs      bool  `json:"enableAllLogs"`

	// Configuration and options for cluster affinity and tolerations
	PodAntiAffinity string `json:"podAntiAffinity"`
	// TopologyKeys if TopologyKeys is nil, add omitempty json tag, because CueLang can not covert null to list.
	TopologyKeys   []string          `json:"topologyKeys,omitempty"`
	NodeLabels     map[string]string `json:"nodeLabels,omitempty"`
	Tenancy        string            `json:"tenancy"`
	TolerationsRaw []string          `json:"-"`

	// backup config
	BackupEnabled                 bool   `json:"-"`
	BackupRetentionPeriod         string `json:"-"`
	BackupMethod                  string `json:"-"`
	BackupCronExpression          string `json:"-"`
	BackupStartingDeadlineMinutes int64  `json:"-"`
	BackupRepoName                string `json:"-"`
	BackupPITREnabled             bool   `json:"-"`
}

UpdatableFlags is the flags that cat be updated by update command

type UpdateOptions added in v0.7.2

type UpdateOptions struct {
	ValMap map[string]interface{}

	UpdatableFlags
	*action.PatchOptions
	// contains filtered or unexported fields
}

func NewUpdateOptions added in v0.7.2

func NewUpdateOptions(f cmdutil.Factory, streams genericiooptions.IOStreams) *UpdateOptions

func (*UpdateOptions) CmdComplete added in v0.7.2

func (o *UpdateOptions) CmdComplete(cmd *cobra.Command, args []string) error

func (*UpdateOptions) Complete added in v0.7.2

func (o *UpdateOptions) Complete() error

func (*UpdateOptions) Exec added in v0.7.2

func (o *UpdateOptions) Exec() error

func (*UpdateOptions) Validate added in v0.7.2

func (o *UpdateOptions) Validate() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL