filter

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// TagNameKubernetesClusterPrefix is the tag name we use to differentiate multiple
	// logically independent clusters running in the same AZ.
	// The tag key = TagNameKubernetesClusterPrefix + clusterID
	// The tag value is an ownership value
	TagNameKubernetesClusterPrefix = "kubernetes.io/cluster/"

	// TagNameAWSProviderManaged is the tag name we use to differentiate
	// cluster-api-provider-aws owned components from other tooling that
	// uses TagNameKubernetesClusterPrefix
	TagNameAWSProviderManaged = "sigs.k8s.io/cluster-api-provider-aws/managed"

	// TagNameAWSClusterAPIRole is the tag name we use to mark roles for resources
	// dedicated to this cluster api provider implementation.
	TagNameAWSClusterAPIRole = "sigs.k8s.io/cluster-api-provider-aws/role"

	// TagValueAPIServerRole describes the value for the apiserver role
	TagValueAPIServerRole = "apiserver"

	// TagValueBastionRole describes the value for the bastion role
	TagValueBastionRole = "bastion"

	// TagValueCommonRole describes the value for the common role
	TagValueCommonRole = "common"
)

Variables

View Source
var (
	// EC2 exposes the ec2 sdk related filters.
	EC2 = new(ec2Filters)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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