Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientFromKubeConfig ¶
func NewClientFromKubeConfig(path string) (kubernetes.Interface, error)
func NewDeploymentFromConfig ¶
func NewDeploymentFromConfig(config *Config) (*appsv1.Deployment, error)
Types ¶
type AssetInstaller ¶
type AssetInstaller struct {
// contains filtered or unexported fields
}
func NewAssetInstaller ¶
func NewAssetInstaller(config *Config, opts ...DeploymentOptFn) (*AssetInstaller, error)
func (*AssetInstaller) Deployments ¶
func (i *AssetInstaller) Deployments() []string
type DeploymentOptFn ¶
type DeploymentOptFn = func(d *appsv1.Deployment) error
func WithReplicas ¶
func WithReplicas(r int32) DeploymentOptFn
Click to show internal directories.
Click to hide internal directories.