refs

package
v0.0.0-...-a2226db Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true

Index

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

Jump to

Keyboard shortcuts

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