util

package
v0.0.0-...-6079644 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2015 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeDeploymentConfig

func DecodeDeploymentConfig(controller *api.ReplicationController, codec runtime.Codec) (*deployapi.DeploymentConfig, error)

DecodeDeploymentConfig decodes a DeploymentConfig from controller using codec. An error is returned if the controller doesn't contain an encoded config.

func Difference

func Difference(a, b util.StringSet) util.StringSet

Set a-b

func EncodeDeploymentConfig

func EncodeDeploymentConfig(config *deployapi.DeploymentConfig, codec runtime.Codec) (string, error)

EncodeDeploymentConfig encodes config as a string using codec.

func HashPodSpec

func HashPodSpec(t api.PodSpec) uint64

HashPodSpecs hashes a PodSpec into a uint64. TODO: Resources are currently ignored due to the formats not surviving encoding/decoding in a consistent manner (e.g. 0 is represented sometimes as 0.000)

func LatestDeploymentIDForConfig

func LatestDeploymentIDForConfig(config *deployapi.DeploymentConfig) string

LatestDeploymentIDForConfig returns a stable identifier for config based on its version.

func MakeDeployment

func MakeDeployment(config *deployapi.DeploymentConfig, codec runtime.Codec) (*api.ReplicationController, error)

MakeDeployment creates a deployment represented as a ReplicationController and based on the given DeploymentConfig. The controller replica count will be zero.

func ParseContainerImage

func ParseContainerImage(image string) (string, string)

func PodSpecsEqual

func PodSpecsEqual(a, b api.PodSpec) bool

PodSpecsEqual returns true if the given PodSpecs are the same.

func ReferencedImages

func ReferencedImages(deployment *deployapi.Deployment) map[string]string

Returns a map of referenced image name to image version

Types

This section is empty.

Jump to

Keyboard shortcuts

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