Documentation
¶
Index ¶
- Variables
- type PartialObjectMetadataList
- func (*PartialObjectMetadataList) Descriptor() ([]byte, []int)deprecated
- func (x *PartialObjectMetadataList) GetItems() []*v1.PartialObjectMetadata
- func (x *PartialObjectMetadataList) GetMetadata() *v1.ListMeta
- func (*PartialObjectMetadataList) ProtoMessage()
- func (x *PartialObjectMetadataList) ProtoReflect() protoreflect.Message
- func (x *PartialObjectMetadataList) Reset()
- func (x *PartialObjectMetadataList) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_k8s_io_apimachinery_pkg_apis_meta_v1beta1_generated_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PartialObjectMetadataList ¶
type PartialObjectMetadataList struct { // Standard list metadata. // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds // +optional Metadata *v1.ListMeta `protobuf:"bytes,2,opt,name=metadata" json:"metadata,omitempty"` // items contains each of the included items. Items []*v1.PartialObjectMetadata `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"` // contains filtered or unexported fields }
PartialObjectMetadataList contains a list of objects containing only their metadata. +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*PartialObjectMetadataList) Descriptor
deprecated
func (*PartialObjectMetadataList) Descriptor() ([]byte, []int)
Deprecated: Use PartialObjectMetadataList.ProtoReflect.Descriptor instead.
func (*PartialObjectMetadataList) GetItems ¶
func (x *PartialObjectMetadataList) GetItems() []*v1.PartialObjectMetadata
func (*PartialObjectMetadataList) GetMetadata ¶ added in v1.2.4
func (x *PartialObjectMetadataList) GetMetadata() *v1.ListMeta
func (*PartialObjectMetadataList) ProtoMessage ¶
func (*PartialObjectMetadataList) ProtoMessage()
func (*PartialObjectMetadataList) ProtoReflect ¶ added in v1.2.4
func (x *PartialObjectMetadataList) ProtoReflect() protoreflect.Message
func (*PartialObjectMetadataList) Reset ¶
func (x *PartialObjectMetadataList) Reset()
func (*PartialObjectMetadataList) String ¶
func (x *PartialObjectMetadataList) String() string
Click to show internal directories.
Click to hide internal directories.