common

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PropagatedVersionName

func PropagatedVersionName(kind, resourceName string) string

Types

type ClusterConditionType

type ClusterConditionType string
const (
	// ClusterReady means the cluster is ready to accept workloads.
	ClusterReady ClusterConditionType = "Ready"
	// ClusterOffline means the cluster is temporarily down or not reachable
	ClusterOffline ClusterConditionType = "Offline"
)

These are valid conditions of a cluster.

type VersionComparisonField

type VersionComparisonField string
const (
	// ResourceVersionComparison indicates comparison via the ResourceVersion field
	ResourceVersionField VersionComparisonField = "ResourceVersion"
	// GenerationComparison indicates comparison via the Generation field
	GenerationField = "Generation"
)

Jump to

Keyboard shortcuts

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