Documentation ¶
Overview ¶
Code generated by protoc-gen-deepcopy. DO NOT EDIT.
Index ¶
- Variables
- type RepeatedFieldType
- func (in *RepeatedFieldType) DeepCopy() *RepeatedFieldType
- func (in *RepeatedFieldType) DeepCopyInterface() interface{}
- func (in *RepeatedFieldType) DeepCopyInto(out *RepeatedFieldType)
- func (*RepeatedFieldType) Descriptor() ([]byte, []int)deprecated
- func (x *RepeatedFieldType) GetNs() []string
- func (*RepeatedFieldType) ProtoMessage()
- func (x *RepeatedFieldType) ProtoReflect() protoreflect.Message
- func (x *RepeatedFieldType) Reset()
- func (x *RepeatedFieldType) String() string
- type TagType
- func (in *TagType) DeepCopy() *TagType
- func (in *TagType) DeepCopyInterface() interface{}
- func (in *TagType) DeepCopyInto(out *TagType)
- func (*TagType) Descriptor() ([]byte, []int)deprecated
- func (x *TagType) GetFieldA() uint32
- func (x *TagType) GetFieldB() string
- func (*TagType) ProtoMessage()
- func (x *TagType) ProtoReflect() protoreflect.Message
- func (x *TagType) Reset()
- func (x *TagType) String() string
Constants ¶
This section is empty.
Variables ¶
var File_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type RepeatedFieldType ¶
type RepeatedFieldType struct { Ns []string `protobuf:"bytes,1,rep,name=ns,proto3" json:"ns,omitempty"` // contains filtered or unexported fields }
ensure repeated field in an API is not copied twice.
func (*RepeatedFieldType) DeepCopy ¶
func (in *RepeatedFieldType) DeepCopy() *RepeatedFieldType
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepeatedFieldType. Required by controller-gen.
func (*RepeatedFieldType) DeepCopyInterface ¶
func (in *RepeatedFieldType) DeepCopyInterface() interface{}
DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new RepeatedFieldType. Required by controller-gen.
func (*RepeatedFieldType) DeepCopyInto ¶
func (in *RepeatedFieldType) DeepCopyInto(out *RepeatedFieldType)
DeepCopyInto supports using RepeatedFieldType within kubernetes types, where deepcopy-gen is used.
func (*RepeatedFieldType) Descriptor
deprecated
func (*RepeatedFieldType) Descriptor() ([]byte, []int)
Deprecated: Use RepeatedFieldType.ProtoReflect.Descriptor instead.
func (*RepeatedFieldType) GetNs ¶
func (x *RepeatedFieldType) GetNs() []string
func (*RepeatedFieldType) ProtoMessage ¶
func (*RepeatedFieldType) ProtoMessage()
func (*RepeatedFieldType) ProtoReflect ¶
func (x *RepeatedFieldType) ProtoReflect() protoreflect.Message
func (*RepeatedFieldType) Reset ¶
func (x *RepeatedFieldType) Reset()
func (*RepeatedFieldType) String ¶
func (x *RepeatedFieldType) String() string
type TagType ¶
type TagType struct { FieldA uint32 `protobuf:"varint,1,opt,name=fieldA,proto3" json:"fieldA,omitempty"` FieldB string `protobuf:"bytes,2,opt,name=fieldB,proto3" json:"fieldB,omitempty"` // contains filtered or unexported fields }
ensure DeepCopyInto function is created
func (*TagType) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagType. Required by controller-gen.
func (*TagType) DeepCopyInterface ¶
func (in *TagType) DeepCopyInterface() interface{}
DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new TagType. Required by controller-gen.
func (*TagType) DeepCopyInto ¶
DeepCopyInto supports using TagType within kubernetes types, where deepcopy-gen is used.
func (*TagType) Descriptor
deprecated
func (*TagType) ProtoMessage ¶
func (*TagType) ProtoMessage()
func (*TagType) ProtoReflect ¶
func (x *TagType) ProtoReflect() protoreflect.Message