manifests

package
v0.13.1 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ClusterManagerManifestFiles embed.FS
View Source
var KlusterletManifestFiles embed.FS

Functions

This section is empty.

Types

type HubConfig

type HubConfig struct {
	ClusterManagerName             string
	ClusterManagerNamespace        string
	RegistrationImage              string
	RegistrationAPIServiceCABundle string
	WorkImage                      string
	WorkAPIServiceCABundle         string
	PlacementImage                 string
	Replica                        int32
	HostedMode                     bool
	RegistrationWebhook            Webhook
	WorkWebhook                    Webhook
	RegistrationFeatureGates       []string
	WorkFeatureGates               []string
	AddOnManagerImage              string
	AddOnManagerEnabled            bool
	MWReplicaSetEnabled            bool
	AutoApproveUsers               string
	// ResourceRequirementResourceType is the resource requirement resource type for the cluster manager managed containers.
	ResourceRequirementResourceType operatorapiv1.ResourceQosClass
	// ResourceRequirements is the resource requirements for the cluster manager managed containers.
	// The type has to be []byte to use "indent" template function.
	ResourceRequirements []byte
}

type Webhook

type Webhook struct {
	IsIPFormat bool
	Port       int32
	Address    string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳