deployment

package
v1.8.6 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateOrUpdateDeployment

func CreateOrUpdateDeployment(cli *kubernetes.Clientset, deployment *v1beta1.Deployment) (*v1beta1.Deployment, error)

func DeleteDeployment

func DeleteDeployment(cli *kubernetes.Clientset, name, namespace string) error

func GetDeployment

func GetDeployment(cli *kubernetes.Clientset, name, namespace string) (*v1beta1.Deployment, error)

func GetDeploymentList added in v1.1.0

func GetDeploymentList(indexer *client.CacheFactory, namespace string) ([]*v1beta1.Deployment, error)

func GetDeploymentPage added in v1.1.0

func GetDeploymentPage(indexer *client.CacheFactory, namespace string, q *common.QueryParam) (*common.Page, error)

func GetDeploymentResource

func GetDeploymentResource(cli client.ResourceHandler, deployment *v1beta1.Deployment) (*common.ResourceList, error)

GetDeploymentResource get deployment resource statistics

func UpdateDeployment

func UpdateDeployment(cli *kubernetes.Clientset, deployment *v1beta1.Deployment) (*v1beta1.Deployment, error)

func UpdateScale added in v1.8.4

func UpdateScale(cli *kubernetes.Clientset, deploymentname string, namespace string, newreplica int32) error

Types

type Deployment

type Deployment struct {
	ObjectMeta common.ObjectMeta `json:"objectMeta"`
	Pods       common.PodInfo    `json:"pods"`
	Containers []string          `json:"containers"`
}

func GetDeploymentDetail

func GetDeploymentDetail(cli *kubernetes.Clientset, indexer *client.CacheFactory, name, namespace string) (*Deployment, error)

type DeploymentCell added in v1.1.0

type DeploymentCell Deployment

func (DeploymentCell) GetProperty added in v1.1.0

Jump to

Keyboard shortcuts

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