Documentation ¶
Index ¶
- type NamespacedName
- func (*NamespacedName) Descriptor() ([]byte, []int)
- func (m *NamespacedName) GetName() string
- func (m *NamespacedName) GetNamespace() string
- func (*NamespacedName) ProtoMessage()
- func (m *NamespacedName) Reset()
- func (m *NamespacedName) String() string
- func (m *NamespacedName) XXX_DiscardUnknown()
- func (m *NamespacedName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NamespacedName) XXX_Merge(src proto.Message)
- func (m *NamespacedName) XXX_Size() int
- func (m *NamespacedName) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespacedName ¶
type NamespacedName struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
* Represents kubernetes resource with namespace and name
func (*NamespacedName) Descriptor ¶
func (*NamespacedName) Descriptor() ([]byte, []int)
func (*NamespacedName) GetName ¶
func (m *NamespacedName) GetName() string
func (*NamespacedName) GetNamespace ¶
func (m *NamespacedName) GetNamespace() string
func (*NamespacedName) ProtoMessage ¶
func (*NamespacedName) ProtoMessage()
func (*NamespacedName) Reset ¶
func (m *NamespacedName) Reset()
func (*NamespacedName) String ¶
func (m *NamespacedName) String() string
func (*NamespacedName) XXX_DiscardUnknown ¶
func (m *NamespacedName) XXX_DiscardUnknown()
func (*NamespacedName) XXX_Marshal ¶
func (m *NamespacedName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NamespacedName) XXX_Merge ¶
func (m *NamespacedName) XXX_Merge(src proto.Message)
func (*NamespacedName) XXX_Size ¶
func (m *NamespacedName) XXX_Size() int
func (*NamespacedName) XXX_Unmarshal ¶
func (m *NamespacedName) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.