Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SourceRef ¶
type SourceRef struct {
// API version of the referent.
// +optional
APIVersion string `json:"apiVersion,omitempty"`
// Kind of the referent.
// +required
Kind string `json:"kind"`
// Name of the referent.
// +required
Name string `json:"name"`
// Namespace of the referent, defaults to the namespace of the Kubernetes
// resource object that contains the reference.
// +optional
Namespace string `json:"namespace,omitempty"`
}
CrossNamespaceSourceReference contains enough information to let you locate the typed Kubernetes resource object at cluster level.
func (*SourceRef) GetGroupKind ¶
func (*SourceRef) GetNamespace ¶
func (*SourceRef) GetObjectKey ¶
func (s *SourceRef) GetObjectKey() ctrlclient.ObjectKey
Click to show internal directories.
Click to hide internal directories.