Documentation
¶
Overview ¶
Package core represents types and helpers that are used throughout the bundle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EmptyClusterObjectKey = ClusterObjectKey{}
Functions ¶
func ObjectAPIVersion ¶
ObjectName gets the Object name from a cluster object.
func ObjectKind ¶
ObjectName gets the Object name from a cluster object.
func ObjectName ¶
ObjectName gets the Object name from a cluster object.
Types ¶
type ClusterObjectKey ¶
type ClusterObjectKey struct {
// ComponentName represents the name of the component the object lives within.
ComponentName string
// ObjectName represents the name of the object.
ObjectName string
}
ClusterObjectKey is a key representing a specific cluster object.
Click to show internal directories.
Click to hide internal directories.