Documentation
¶
Index ¶
- Variables
- type KubernetesVersion
- func (*KubernetesVersion) Descriptor() ([]byte, []int)deprecated
- func (x *KubernetesVersion) GetGitVersion() string
- func (x *KubernetesVersion) GetMajor() string
- func (x *KubernetesVersion) GetMinor() string
- func (x *KubernetesVersion) GetPlatform() string
- func (*KubernetesVersion) ProtoMessage()
- func (x *KubernetesVersion) ProtoReflect() protoreflect.Message
- func (x *KubernetesVersion) Reset()
- func (x *KubernetesVersion) String() string
- type Meta
- func (*Meta) Descriptor() ([]byte, []int)deprecated
- func (x *Meta) GetCommitId() stringdeprecated
- func (x *Meta) GetExtraTelemetryData() map[string]string
- func (x *Meta) GetGitRef() string
- func (x *Meta) GetKubernetesVersion() *KubernetesVersion
- func (x *Meta) GetPodName() string
- func (x *Meta) GetPodNamespace() string
- func (x *Meta) GetVersion() string
- func (*Meta) ProtoMessage()
- func (x *Meta) ProtoReflect() protoreflect.Message
- func (x *Meta) Reset()
- func (x *Meta) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_entity_agentk_agentk_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type KubernetesVersion ¶
type KubernetesVersion struct {
Major string `protobuf:"bytes,1,opt,name=major,proto3" json:"major,omitempty"`
Minor string `protobuf:"bytes,2,opt,name=minor,proto3" json:"minor,omitempty"`
GitVersion string `protobuf:"bytes,3,opt,name=git_version,proto3" json:"git_version,omitempty"`
Platform string `protobuf:"bytes,4,opt,name=platform,proto3" json:"platform,omitempty"`
// contains filtered or unexported fields
}
func (*KubernetesVersion) Descriptor
deprecated
func (*KubernetesVersion) Descriptor() ([]byte, []int)
Deprecated: Use KubernetesVersion.ProtoReflect.Descriptor instead.
func (*KubernetesVersion) GetGitVersion ¶
func (x *KubernetesVersion) GetGitVersion() string
func (*KubernetesVersion) GetMajor ¶
func (x *KubernetesVersion) GetMajor() string
func (*KubernetesVersion) GetMinor ¶
func (x *KubernetesVersion) GetMinor() string
func (*KubernetesVersion) GetPlatform ¶
func (x *KubernetesVersion) GetPlatform() string
func (*KubernetesVersion) ProtoMessage ¶
func (*KubernetesVersion) ProtoMessage()
func (*KubernetesVersion) ProtoReflect ¶
func (x *KubernetesVersion) ProtoReflect() protoreflect.Message
func (*KubernetesVersion) Reset ¶
func (x *KubernetesVersion) Reset()
func (*KubernetesVersion) String ¶
func (x *KubernetesVersion) String() string
type Meta ¶
type Meta struct {
Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
// Deprecated: Marked as deprecated in pkg/entity/agentk/agentk.proto.
CommitId string `protobuf:"bytes,2,opt,name=commit_id,proto3" json:"commit_id,omitempty"`
PodNamespace string `protobuf:"bytes,3,opt,name=pod_namespace,proto3" json:"pod_namespace,omitempty"`
PodName string `protobuf:"bytes,4,opt,name=pod_name,proto3" json:"pod_name,omitempty"`
KubernetesVersion *KubernetesVersion `protobuf:"bytes,5,opt,name=kubernetes_version,proto3" json:"kubernetes_version,omitempty"`
GitRef string `protobuf:"bytes,6,opt,name=git_ref,proto3" json:"git_ref,omitempty"`
ExtraTelemetryData map[string]string `` /* 167-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Meta) Descriptor
deprecated
func (*Meta) GetCommitId
deprecated
func (*Meta) GetExtraTelemetryData ¶
func (*Meta) GetKubernetesVersion ¶
func (x *Meta) GetKubernetesVersion() *KubernetesVersion
func (*Meta) GetPodName ¶
func (*Meta) GetPodNamespace ¶
func (*Meta) GetVersion ¶
func (*Meta) ProtoMessage ¶
func (*Meta) ProtoMessage()
func (*Meta) ProtoReflect ¶
func (x *Meta) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.