Documentation ¶
Overview ¶
+kubebuilder:object:generate=true
Index ¶
- type NamespacedName
- func (in *NamespacedName) DeepCopy() *NamespacedName
- func (in *NamespacedName) DeepCopyInto(out *NamespacedName)
- func (n *NamespacedName) GetName() string
- func (n *NamespacedName) GetNamespace() string
- func (n *NamespacedName) HasNameSpace() bool
- func (n *NamespacedName) IsMissingNamespace() bool
- func (n *NamespacedName) NamespacedName() types.NamespacedName
- func (n *NamespacedName) SetNamespace(ns string)
- func (n *NamespacedName) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespacedName ¶
type NamespacedName struct { Name string `json:"name"` Namespace string `json:"namespace,omitempty"` }
func NewNamespacedName ¶
func NewNamespacedName(namespace, name string) NamespacedName
func (*NamespacedName) DeepCopy ¶
func (in *NamespacedName) DeepCopy() *NamespacedName
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacedName.
func (*NamespacedName) DeepCopyInto ¶
func (in *NamespacedName) DeepCopyInto(out *NamespacedName)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NamespacedName) GetName ¶
func (n *NamespacedName) GetName() string
GetName implements custom.ResourceRef.
func (*NamespacedName) GetNamespace ¶
func (n *NamespacedName) GetNamespace() string
GetNamespace implements custom.ResourceRef.
func (*NamespacedName) HasNameSpace ¶
func (n *NamespacedName) HasNameSpace() bool
HasNameSpace implements custom.ResourceRef.
func (*NamespacedName) IsMissingNamespace ¶
func (n *NamespacedName) IsMissingNamespace() bool
IsMissingNamespace implements custom.ResourceRef.
func (*NamespacedName) NamespacedName ¶
func (n *NamespacedName) NamespacedName() types.NamespacedName
func (*NamespacedName) SetNamespace ¶
func (n *NamespacedName) SetNamespace(ns string)
SetNamespace implements custom.ResourceRef.
func (*NamespacedName) String ¶
func (n *NamespacedName) String() string
Click to show internal directories.
Click to hide internal directories.