v1

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 15 Imported by: 0

Documentation

Overview

Package v1 is the v1 version of the API. +groupName=logagent.tkestack.io

Index

Constants

View Source
const GroupName = "logagent.tkestack.io"

GroupName is the group name use in this package.

View Source
const Version = "v1"

Version is the version name use in this package.

Variables

View Source
var (
	ErrInvalidLengthGenerated        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGenerated          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupGenerated = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	// SchemeBuilder collects functions that add things to a scheme.
	SchemeBuilder runtime.SchemeBuilder

	// AddToScheme applies all the stored functions to the scheme.
	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: Version}

SchemeGroupVersion is group version used to register these objects

Functions

func AddFieldLabelConversionsForLogAgent

func AddFieldLabelConversionsForLogAgent(scheme *runtime.Scheme) error

AddFieldLabelConversionsForLogAgent adds a conversion function to convert field selectors of Logagent from the given version to internal version representation.

func AddFieldLabelConversionsForLogCollector

func AddFieldLabelConversionsForLogCollector(scheme *runtime.Scheme) error

func Convert_logagent_ConfigMapList_To_v1_ConfigMapList

func Convert_logagent_ConfigMapList_To_v1_ConfigMapList(in *logagent.ConfigMapList, out *ConfigMapList, s conversion.Scope) error

Convert_logagent_ConfigMapList_To_v1_ConfigMapList is an autogenerated conversion function.

func Convert_logagent_ConfigMap_To_v1_ConfigMap

func Convert_logagent_ConfigMap_To_v1_ConfigMap(in *logagent.ConfigMap, out *ConfigMap, s conversion.Scope) error

Convert_logagent_ConfigMap_To_v1_ConfigMap is an autogenerated conversion function.

func Convert_logagent_LogAgentList_To_v1_LogAgentList

func Convert_logagent_LogAgentList_To_v1_LogAgentList(in *logagent.LogAgentList, out *LogAgentList, s conversion.Scope) error

Convert_logagent_LogAgentList_To_v1_LogAgentList is an autogenerated conversion function.

func Convert_logagent_LogAgentProxyOptions_To_v1_LogAgentProxyOptions

func Convert_logagent_LogAgentProxyOptions_To_v1_LogAgentProxyOptions(in *logagent.LogAgentProxyOptions, out *LogAgentProxyOptions, s conversion.Scope) error

Convert_logagent_LogAgentProxyOptions_To_v1_LogAgentProxyOptions is an autogenerated conversion function.

func Convert_logagent_LogAgentSpec_To_v1_LogAgentSpec

func Convert_logagent_LogAgentSpec_To_v1_LogAgentSpec(in *logagent.LogAgentSpec, out *LogAgentSpec, s conversion.Scope) error

Convert_logagent_LogAgentSpec_To_v1_LogAgentSpec is an autogenerated conversion function.

func Convert_logagent_LogAgentStatus_To_v1_LogAgentStatus

func Convert_logagent_LogAgentStatus_To_v1_LogAgentStatus(in *logagent.LogAgentStatus, out *LogAgentStatus, s conversion.Scope) error

Convert_logagent_LogAgentStatus_To_v1_LogAgentStatus is an autogenerated conversion function.

func Convert_logagent_LogAgent_To_v1_LogAgent

func Convert_logagent_LogAgent_To_v1_LogAgent(in *logagent.LogAgent, out *LogAgent, s conversion.Scope) error

Convert_logagent_LogAgent_To_v1_LogAgent is an autogenerated conversion function.

func Convert_logagent_LogEsDetection_To_v1_LogEsDetection added in v1.6.0

func Convert_logagent_LogEsDetection_To_v1_LogEsDetection(in *logagent.LogEsDetection, out *LogEsDetection, s conversion.Scope) error

Convert_logagent_LogEsDetection_To_v1_LogEsDetection is an autogenerated conversion function.

func Convert_logagent_LogFileContentSpec_To_v1_LogFileContentSpec

func Convert_logagent_LogFileContentSpec_To_v1_LogFileContentSpec(in *logagent.LogFileContentSpec, out *LogFileContentSpec, s conversion.Scope) error

Convert_logagent_LogFileContentSpec_To_v1_LogFileContentSpec is an autogenerated conversion function.

func Convert_logagent_LogFileContent_To_v1_LogFileContent

func Convert_logagent_LogFileContent_To_v1_LogFileContent(in *logagent.LogFileContent, out *LogFileContent, s conversion.Scope) error

Convert_logagent_LogFileContent_To_v1_LogFileContent is an autogenerated conversion function.

func Convert_logagent_LogFileProxyOptions_To_v1_LogFileProxyOptions added in v1.4.0

func Convert_logagent_LogFileProxyOptions_To_v1_LogFileProxyOptions(in *logagent.LogFileProxyOptions, out *LogFileProxyOptions, s conversion.Scope) error

Convert_logagent_LogFileProxyOptions_To_v1_LogFileProxyOptions is an autogenerated conversion function.

func Convert_logagent_LogFileTreeSpec_To_v1_LogFileTreeSpec

func Convert_logagent_LogFileTreeSpec_To_v1_LogFileTreeSpec(in *logagent.LogFileTreeSpec, out *LogFileTreeSpec, s conversion.Scope) error

Convert_logagent_LogFileTreeSpec_To_v1_LogFileTreeSpec is an autogenerated conversion function.

func Convert_logagent_LogFileTree_To_v1_LogFileTree

func Convert_logagent_LogFileTree_To_v1_LogFileTree(in *logagent.LogFileTree, out *LogFileTree, s conversion.Scope) error

Convert_logagent_LogFileTree_To_v1_LogFileTree is an autogenerated conversion function.

func Convert_url_Values_To_v1_LogAgentProxyOptions added in v1.8.0

func Convert_url_Values_To_v1_LogAgentProxyOptions(in *url.Values, out *LogAgentProxyOptions, s conversion.Scope) error

Convert_url_Values_To_v1_LogAgentProxyOptions is an autogenerated conversion function.

func Convert_v1_ConfigMapList_To_logagent_ConfigMapList

func Convert_v1_ConfigMapList_To_logagent_ConfigMapList(in *ConfigMapList, out *logagent.ConfigMapList, s conversion.Scope) error

Convert_v1_ConfigMapList_To_logagent_ConfigMapList is an autogenerated conversion function.

func Convert_v1_ConfigMap_To_logagent_ConfigMap

func Convert_v1_ConfigMap_To_logagent_ConfigMap(in *ConfigMap, out *logagent.ConfigMap, s conversion.Scope) error

Convert_v1_ConfigMap_To_logagent_ConfigMap is an autogenerated conversion function.

func Convert_v1_LogAgentList_To_logagent_LogAgentList

func Convert_v1_LogAgentList_To_logagent_LogAgentList(in *LogAgentList, out *logagent.LogAgentList, s conversion.Scope) error

Convert_v1_LogAgentList_To_logagent_LogAgentList is an autogenerated conversion function.

func Convert_v1_LogAgentProxyOptions_To_logagent_LogAgentProxyOptions

func Convert_v1_LogAgentProxyOptions_To_logagent_LogAgentProxyOptions(in *LogAgentProxyOptions, out *logagent.LogAgentProxyOptions, s conversion.Scope) error

Convert_v1_LogAgentProxyOptions_To_logagent_LogAgentProxyOptions is an autogenerated conversion function.

func Convert_v1_LogAgentSpec_To_logagent_LogAgentSpec

func Convert_v1_LogAgentSpec_To_logagent_LogAgentSpec(in *LogAgentSpec, out *logagent.LogAgentSpec, s conversion.Scope) error

Convert_v1_LogAgentSpec_To_logagent_LogAgentSpec is an autogenerated conversion function.

func Convert_v1_LogAgentStatus_To_logagent_LogAgentStatus

func Convert_v1_LogAgentStatus_To_logagent_LogAgentStatus(in *LogAgentStatus, out *logagent.LogAgentStatus, s conversion.Scope) error

Convert_v1_LogAgentStatus_To_logagent_LogAgentStatus is an autogenerated conversion function.

func Convert_v1_LogAgent_To_logagent_LogAgent

func Convert_v1_LogAgent_To_logagent_LogAgent(in *LogAgent, out *logagent.LogAgent, s conversion.Scope) error

Convert_v1_LogAgent_To_logagent_LogAgent is an autogenerated conversion function.

func Convert_v1_LogEsDetection_To_logagent_LogEsDetection added in v1.6.0

func Convert_v1_LogEsDetection_To_logagent_LogEsDetection(in *LogEsDetection, out *logagent.LogEsDetection, s conversion.Scope) error

Convert_v1_LogEsDetection_To_logagent_LogEsDetection is an autogenerated conversion function.

func Convert_v1_LogFileContentSpec_To_logagent_LogFileContentSpec

func Convert_v1_LogFileContentSpec_To_logagent_LogFileContentSpec(in *LogFileContentSpec, out *logagent.LogFileContentSpec, s conversion.Scope) error

Convert_v1_LogFileContentSpec_To_logagent_LogFileContentSpec is an autogenerated conversion function.

func Convert_v1_LogFileContent_To_logagent_LogFileContent

func Convert_v1_LogFileContent_To_logagent_LogFileContent(in *LogFileContent, out *logagent.LogFileContent, s conversion.Scope) error

Convert_v1_LogFileContent_To_logagent_LogFileContent is an autogenerated conversion function.

func Convert_v1_LogFileProxyOptions_To_logagent_LogFileProxyOptions added in v1.4.0

func Convert_v1_LogFileProxyOptions_To_logagent_LogFileProxyOptions(in *LogFileProxyOptions, out *logagent.LogFileProxyOptions, s conversion.Scope) error

Convert_v1_LogFileProxyOptions_To_logagent_LogFileProxyOptions is an autogenerated conversion function.

func Convert_v1_LogFileTreeSpec_To_logagent_LogFileTreeSpec

func Convert_v1_LogFileTreeSpec_To_logagent_LogFileTreeSpec(in *LogFileTreeSpec, out *logagent.LogFileTreeSpec, s conversion.Scope) error

Convert_v1_LogFileTreeSpec_To_logagent_LogFileTreeSpec is an autogenerated conversion function.

func Convert_v1_LogFileTree_To_logagent_LogFileTree

func Convert_v1_LogFileTree_To_logagent_LogFileTree(in *LogFileTree, out *logagent.LogFileTree, s conversion.Scope) error

Convert_v1_LogFileTree_To_logagent_LogFileTree is an autogenerated conversion function.

func RegisterConversions

func RegisterConversions(s *runtime.Scheme) error

RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.

func RegisterDefaults

func RegisterDefaults(scheme *runtime.Scheme) error

RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a LocalGroup qualified GroupResource

func SetDefaults_LogAgentStatus

func SetDefaults_LogAgentStatus(obj *LogAgentStatus)

func SetObjectDefaults_LogAgent

func SetObjectDefaults_LogAgent(in *LogAgent)

func SetObjectDefaults_LogAgentList

func SetObjectDefaults_LogAgentList(in *LogAgentList)

Types

type AddonPhase

type AddonPhase string

AddonPhase defines the phase of logagent constructor.

const (
	// AddonPhaseInitializing means is wait initializing.
	AddonPhaseInitializing AddonPhase = "Initializing"
	// AddonPhaseReinitializing means is reinitializing.
	AddonPhaseReinitializing AddonPhase = "Reinitializing"
	// AddonPhaseChecking means is wait checking.
	AddonPhaseChecking AddonPhase = "Checking"
	// AddonPhaseRunning means is running.
	AddonPhaseRunning AddonPhase = "Running"
	// AddonPhaseUpgrading means is upgrading.
	AddonPhaseUpgrading AddonPhase = "Upgrading"
	// AddonPhaseFailed means has been failed.
	AddonPhaseFailed AddonPhase = "Failed"
)

type ConfigMap

type ConfigMap struct {
	metav1.TypeMeta `json:",inline"`
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Data contains the configuration data.
	// Each key must consist of alphanumeric characters, '-', '_' or '.'.
	// Values with non-UTF-8 byte sequences must use the BinaryData field.
	// The keys stored in Data must not overlap with the keys in
	// the BinaryData field, this is enforced during validation process.
	// +optional
	Data map[string]string `json:"data,omitempty" protobuf:"bytes,2,rep,name=data"`

	// BinaryData contains the binary data.
	// Each key must consist of alphanumeric characters, '-', '_' or '.'.
	// BinaryData can contain byte sequences that are not in the UTF-8 range.
	// The keys stored in BinaryData must not overlap with the ones in
	// the Data field, this is enforced during validation process.
	// +optional
	BinaryData map[string][]byte `json:"binaryData,omitempty" protobuf:"bytes,3,rep,name=binaryData"`
}

ConfigMap holds configuration data for tke to consume.

func (*ConfigMap) DeepCopy

func (in *ConfigMap) DeepCopy() *ConfigMap

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigMap.

func (*ConfigMap) DeepCopyInto

func (in *ConfigMap) DeepCopyInto(out *ConfigMap)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ConfigMap) DeepCopyObject

func (in *ConfigMap) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ConfigMap) Descriptor

func (*ConfigMap) Descriptor() ([]byte, []int)

func (*ConfigMap) Marshal

func (m *ConfigMap) Marshal() (dAtA []byte, err error)

func (*ConfigMap) MarshalTo

func (m *ConfigMap) MarshalTo(dAtA []byte) (int, error)

func (*ConfigMap) MarshalToSizedBuffer

func (m *ConfigMap) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConfigMap) ProtoMessage

func (*ConfigMap) ProtoMessage()

func (*ConfigMap) Reset

func (m *ConfigMap) Reset()

func (*ConfigMap) Size

func (m *ConfigMap) Size() (n int)

func (*ConfigMap) String

func (this *ConfigMap) String() string

func (ConfigMap) SwaggerDoc

func (ConfigMap) SwaggerDoc() map[string]string

func (*ConfigMap) Unmarshal

func (m *ConfigMap) Unmarshal(dAtA []byte) error

func (*ConfigMap) XXX_DiscardUnknown

func (m *ConfigMap) XXX_DiscardUnknown()

func (*ConfigMap) XXX_Marshal

func (m *ConfigMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigMap) XXX_Merge

func (m *ConfigMap) XXX_Merge(src proto.Message)

func (*ConfigMap) XXX_Size

func (m *ConfigMap) XXX_Size() int

func (*ConfigMap) XXX_Unmarshal

func (m *ConfigMap) XXX_Unmarshal(b []byte) error

type ConfigMapList

type ConfigMapList struct {
	metav1.TypeMeta `json:",inline"`

	// +optional
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Items is the list of ConfigMaps.
	Items []ConfigMap `json:"items" protobuf:"bytes,2,rep,name=items"`
}

ConfigMapList is a resource containing a list of ConfigMap objects.

func (*ConfigMapList) DeepCopy

func (in *ConfigMapList) DeepCopy() *ConfigMapList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigMapList.

func (*ConfigMapList) DeepCopyInto

func (in *ConfigMapList) DeepCopyInto(out *ConfigMapList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ConfigMapList) DeepCopyObject

func (in *ConfigMapList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ConfigMapList) Descriptor

func (*ConfigMapList) Descriptor() ([]byte, []int)

func (*ConfigMapList) Marshal

func (m *ConfigMapList) Marshal() (dAtA []byte, err error)

func (*ConfigMapList) MarshalTo

func (m *ConfigMapList) MarshalTo(dAtA []byte) (int, error)

func (*ConfigMapList) MarshalToSizedBuffer

func (m *ConfigMapList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConfigMapList) ProtoMessage

func (*ConfigMapList) ProtoMessage()

func (*ConfigMapList) Reset

func (m *ConfigMapList) Reset()

func (*ConfigMapList) Size

func (m *ConfigMapList) Size() (n int)

func (*ConfigMapList) String

func (this *ConfigMapList) String() string

func (ConfigMapList) SwaggerDoc

func (ConfigMapList) SwaggerDoc() map[string]string

func (*ConfigMapList) Unmarshal

func (m *ConfigMapList) Unmarshal(dAtA []byte) error

func (*ConfigMapList) XXX_DiscardUnknown

func (m *ConfigMapList) XXX_DiscardUnknown()

func (*ConfigMapList) XXX_Marshal

func (m *ConfigMapList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigMapList) XXX_Merge

func (m *ConfigMapList) XXX_Merge(src proto.Message)

func (*ConfigMapList) XXX_Size

func (m *ConfigMapList) XXX_Size() int

func (*ConfigMapList) XXX_Unmarshal

func (m *ConfigMapList) XXX_Unmarshal(b []byte) error

type LogAgent

type LogAgent struct {
	metav1.TypeMeta `json:",inline"`
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Spec defines the desired identities of LogCollector.
	// +optional
	Spec LogAgentSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	// +optional
	Status LogAgentStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

LogAgent is a manager to collect logs of workload.

func (*LogAgent) DeepCopy

func (in *LogAgent) DeepCopy() *LogAgent

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogAgent.

func (*LogAgent) DeepCopyInto

func (in *LogAgent) DeepCopyInto(out *LogAgent)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LogAgent) DeepCopyObject

func (in *LogAgent) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*LogAgent) Descriptor

func (*LogAgent) Descriptor() ([]byte, []int)

func (*LogAgent) Marshal

func (m *LogAgent) Marshal() (dAtA []byte, err error)

func (*LogAgent) MarshalTo

func (m *LogAgent) MarshalTo(dAtA []byte) (int, error)

func (*LogAgent) MarshalToSizedBuffer

func (m *LogAgent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogAgent) ProtoMessage

func (*LogAgent) ProtoMessage()

func (*LogAgent) Reset

func (m *LogAgent) Reset()

func (*LogAgent) Size

func (m *LogAgent) Size() (n int)

func (*LogAgent) String

func (this *LogAgent) String() string

func (LogAgent) SwaggerDoc

func (LogAgent) SwaggerDoc() map[string]string

func (*LogAgent) Unmarshal

func (m *LogAgent) Unmarshal(dAtA []byte) error

func (*LogAgent) XXX_DiscardUnknown

func (m *LogAgent) XXX_DiscardUnknown()

func (*LogAgent) XXX_Marshal

func (m *LogAgent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogAgent) XXX_Merge

func (m *LogAgent) XXX_Merge(src proto.Message)

func (*LogAgent) XXX_Size

func (m *LogAgent) XXX_Size() int

func (*LogAgent) XXX_Unmarshal

func (m *LogAgent) XXX_Unmarshal(b []byte) error

type LogAgentList

type LogAgentList struct {
	metav1.TypeMeta `json:",inline"`
	// +optional
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// List of volume decorators.
	Items []LogAgent `json:"items" protobuf:"bytes,2,rep,name=items"`
}

LogAgentList is the whole list of all logagents which owned by a tenant.

func (*LogAgentList) DeepCopy

func (in *LogAgentList) DeepCopy() *LogAgentList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogAgentList.

func (*LogAgentList) DeepCopyInto

func (in *LogAgentList) DeepCopyInto(out *LogAgentList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LogAgentList) DeepCopyObject

func (in *LogAgentList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*LogAgentList) Descriptor

func (*LogAgentList) Descriptor() ([]byte, []int)

func (*LogAgentList) Marshal

func (m *LogAgentList) Marshal() (dAtA []byte, err error)

func (*LogAgentList) MarshalTo

func (m *LogAgentList) MarshalTo(dAtA []byte) (int, error)

func (*LogAgentList) MarshalToSizedBuffer

func (m *LogAgentList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogAgentList) ProtoMessage

func (*LogAgentList) ProtoMessage()

func (*LogAgentList) Reset

func (m *LogAgentList) Reset()

func (*LogAgentList) Size

func (m *LogAgentList) Size() (n int)

func (*LogAgentList) String

func (this *LogAgentList) String() string

func (LogAgentList) SwaggerDoc

func (LogAgentList) SwaggerDoc() map[string]string

func (*LogAgentList) Unmarshal

func (m *LogAgentList) Unmarshal(dAtA []byte) error

func (*LogAgentList) XXX_DiscardUnknown

func (m *LogAgentList) XXX_DiscardUnknown()

func (*LogAgentList) XXX_Marshal

func (m *LogAgentList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogAgentList) XXX_Merge

func (m *LogAgentList) XXX_Merge(src proto.Message)

func (*LogAgentList) XXX_Size

func (m *LogAgentList) XXX_Size() int

func (*LogAgentList) XXX_Unmarshal

func (m *LogAgentList) XXX_Unmarshal(b []byte) error

type LogAgentProxyOptions

type LogAgentProxyOptions struct {
	metav1.TypeMeta `json:",inline"`

	Namespace string `json:"namespace,omitempty" protobuf:"bytes,1,opt,name=namespace"`
	Name      string `json:"name,omitempty" protobuf:"bytes,2,opt,name=name"`
}

LogAgentProxyOptions is the query options to a kube-apiserver proxy call for LogAgent crd object.

func (*LogAgentProxyOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogAgentProxyOptions.

func (*LogAgentProxyOptions) DeepCopyInto

func (in *LogAgentProxyOptions) DeepCopyInto(out *LogAgentProxyOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LogAgentProxyOptions) DeepCopyObject

func (in *LogAgentProxyOptions) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*LogAgentProxyOptions) Descriptor

func (*LogAgentProxyOptions) Descriptor() ([]byte, []int)

func (*LogAgentProxyOptions) Marshal

func (m *LogAgentProxyOptions) Marshal() (dAtA []byte, err error)

func (*LogAgentProxyOptions) MarshalTo

func (m *LogAgentProxyOptions) MarshalTo(dAtA []byte) (int, error)

func (*LogAgentProxyOptions) MarshalToSizedBuffer

func (m *LogAgentProxyOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogAgentProxyOptions) ProtoMessage

func (*LogAgentProxyOptions) ProtoMessage()

func (*LogAgentProxyOptions) Reset

func (m *LogAgentProxyOptions) Reset()

func (*LogAgentProxyOptions) Size

func (m *LogAgentProxyOptions) Size() (n int)

func (*LogAgentProxyOptions) String

func (this *LogAgentProxyOptions) String() string

func (LogAgentProxyOptions) SwaggerDoc

func (LogAgentProxyOptions) SwaggerDoc() map[string]string

func (*LogAgentProxyOptions) Unmarshal

func (m *LogAgentProxyOptions) Unmarshal(dAtA []byte) error

func (*LogAgentProxyOptions) XXX_DiscardUnknown

func (m *LogAgentProxyOptions) XXX_DiscardUnknown()

func (*LogAgentProxyOptions) XXX_Marshal

func (m *LogAgentProxyOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogAgentProxyOptions) XXX_Merge

func (m *LogAgentProxyOptions) XXX_Merge(src proto.Message)

func (*LogAgentProxyOptions) XXX_Size

func (m *LogAgentProxyOptions) XXX_Size() int

func (*LogAgentProxyOptions) XXX_Unmarshal

func (m *LogAgentProxyOptions) XXX_Unmarshal(b []byte) error

type LogAgentSpec

type LogAgentSpec struct {
	TenantID    string `json:"tenantID" protobuf:"bytes,1,opt,name=tenantID"`
	ClusterName string `json:"clusterName" protobuf:"bytes,2,opt,name=clusterName"`
	Version     string `json:"version,omitempty" protobuf:"bytes,3,opt,name=version"`
}

LogAgentSpec describes the attributes of a Logagent.

func (*LogAgentSpec) DeepCopy

func (in *LogAgentSpec) DeepCopy() *LogAgentSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogAgentSpec.

func (*LogAgentSpec) DeepCopyInto

func (in *LogAgentSpec) DeepCopyInto(out *LogAgentSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LogAgentSpec) Descriptor

func (*LogAgentSpec) Descriptor() ([]byte, []int)

func (*LogAgentSpec) Marshal

func (m *LogAgentSpec) Marshal() (dAtA []byte, err error)

func (*LogAgentSpec) MarshalTo

func (m *LogAgentSpec) MarshalTo(dAtA []byte) (int, error)

func (*LogAgentSpec) MarshalToSizedBuffer

func (m *LogAgentSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogAgentSpec) ProtoMessage

func (*LogAgentSpec) ProtoMessage()

func (*LogAgentSpec) Reset

func (m *LogAgentSpec) Reset()

func (*LogAgentSpec) Size

func (m *LogAgentSpec) Size() (n int)

func (*LogAgentSpec) String

func (this *LogAgentSpec) String() string

func (LogAgentSpec) SwaggerDoc

func (LogAgentSpec) SwaggerDoc() map[string]string

func (*LogAgentSpec) Unmarshal

func (m *LogAgentSpec) Unmarshal(dAtA []byte) error

func (*LogAgentSpec) XXX_DiscardUnknown

func (m *LogAgentSpec) XXX_DiscardUnknown()

func (*LogAgentSpec) XXX_Marshal

func (m *LogAgentSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogAgentSpec) XXX_Merge

func (m *LogAgentSpec) XXX_Merge(src proto.Message)

func (*LogAgentSpec) XXX_Size

func (m *LogAgentSpec) XXX_Size() int

func (*LogAgentSpec) XXX_Unmarshal

func (m *LogAgentSpec) XXX_Unmarshal(b []byte) error

type LogAgentStatus

type LogAgentStatus struct {
	// +optional
	Version string `json:"version,omitempty" protobuf:"bytes,1,opt,name=version"`
	// Phase is the current lifecycle phase of the LogCollector of cluster.
	// +optional
	Phase AddonPhase `json:"phase,omitempty" protobuf:"bytes,2,opt,name=phase"`
	// Reason is a brief CamelCase string that describes any failure.
	// +optional
	Reason string `json:"reason,omitempty" protobuf:"bytes,3,opt,name=reason"`
	// RetryCount is a int between 0 and 5 that describes the time of retrying initializing.
	// +optional
	RetryCount int32 `json:"retryCount" protobuf:"varint,4,name=retryCount"`
	// LastReInitializingTimestamp is a timestamp that describes the last time of retrying initializing.
	// +optional
	LastReInitializingTimestamp metav1.Time `json:"lastReInitializingTimestamp" protobuf:"bytes,5,name=lastReInitializingTimestamp"`
}

LogAgentStatus is information about the current status of a Logagent.

func (*LogAgentStatus) DeepCopy

func (in *LogAgentStatus) DeepCopy() *LogAgentStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogAgentStatus.

func (*LogAgentStatus) DeepCopyInto

func (in *LogAgentStatus) DeepCopyInto(out *LogAgentStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LogAgentStatus) Descriptor

func (*LogAgentStatus) Descriptor() ([]byte, []int)

func (*LogAgentStatus) Marshal

func (m *LogAgentStatus) Marshal() (dAtA []byte, err error)

func (*LogAgentStatus) MarshalTo

func (m *LogAgentStatus) MarshalTo(dAtA []byte) (int, error)

func (*LogAgentStatus) MarshalToSizedBuffer

func (m *LogAgentStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogAgentStatus) ProtoMessage

func (*LogAgentStatus) ProtoMessage()

func (*LogAgentStatus) Reset

func (m *LogAgentStatus) Reset()

func (*LogAgentStatus) Size

func (m *LogAgentStatus) Size() (n int)

func (*LogAgentStatus) String

func (this *LogAgentStatus) String() string

func (LogAgentStatus) SwaggerDoc

func (LogAgentStatus) SwaggerDoc() map[string]string

func (*LogAgentStatus) Unmarshal

func (m *LogAgentStatus) Unmarshal(dAtA []byte) error

func (*LogAgentStatus) XXX_DiscardUnknown

func (m *LogAgentStatus) XXX_DiscardUnknown()

func (*LogAgentStatus) XXX_Marshal

func (m *LogAgentStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogAgentStatus) XXX_Merge

func (m *LogAgentStatus) XXX_Merge(src proto.Message)

func (*LogAgentStatus) XXX_Size

func (m *LogAgentStatus) XXX_Size() int

func (*LogAgentStatus) XXX_Unmarshal

func (m *LogAgentStatus) XXX_Unmarshal(b []byte) error

type LogEsDetection added in v1.6.0

type LogEsDetection struct {
	metav1.TypeMeta `json:",inline"`

	Scheme   string `json:"scheme,omitempty" protobuf:"bytes,1,opt,name=scheme"`
	IP       string `json:"ip,omitempty" protobuf:"bytes,2,opt,name=ip"`
	Port     string `json:"port,omitempty" protobuf:"bytes,3,opt,name=port"`
	User     string `json:"user,omitempty" protobuf:"bytes,4,opt,name=user"`
	Password string `json:"password,omitempty" protobuf:"bytes,5,opt,name=password"`
}

LogEsDetection

func (*LogEsDetection) DeepCopy added in v1.6.0

func (in *LogEsDetection) DeepCopy() *LogEsDetection

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogEsDetection.

func (*LogEsDetection) DeepCopyInto added in v1.6.0

func (in *LogEsDetection) DeepCopyInto(out *LogEsDetection)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LogEsDetection) DeepCopyObject added in v1.6.0

func (in *LogEsDetection) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*LogEsDetection) Descriptor added in v1.6.0

func (*LogEsDetection) Descriptor() ([]byte, []int)

func (*LogEsDetection) Marshal added in v1.6.0

func (m *LogEsDetection) Marshal() (dAtA []byte, err error)

func (*LogEsDetection) MarshalTo added in v1.6.0

func (m *LogEsDetection) MarshalTo(dAtA []byte) (int, error)

func (*LogEsDetection) MarshalToSizedBuffer added in v1.6.0

func (m *LogEsDetection) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogEsDetection) ProtoMessage added in v1.6.0

func (*LogEsDetection) ProtoMessage()

func (*LogEsDetection) Reset added in v1.6.0

func (m *LogEsDetection) Reset()

func (*LogEsDetection) Size added in v1.6.0

func (m *LogEsDetection) Size() (n int)

func (*LogEsDetection) String added in v1.6.0

func (this *LogEsDetection) String() string

func (LogEsDetection) SwaggerDoc added in v1.6.0

func (LogEsDetection) SwaggerDoc() map[string]string

func (*LogEsDetection) Unmarshal added in v1.6.0

func (m *LogEsDetection) Unmarshal(dAtA []byte) error

func (*LogEsDetection) XXX_DiscardUnknown added in v1.6.0

func (m *LogEsDetection) XXX_DiscardUnknown()

func (*LogEsDetection) XXX_Marshal added in v1.6.0

func (m *LogEsDetection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogEsDetection) XXX_Merge added in v1.6.0

func (m *LogEsDetection) XXX_Merge(src proto.Message)

func (*LogEsDetection) XXX_Size added in v1.6.0

func (m *LogEsDetection) XXX_Size() int

func (*LogEsDetection) XXX_Unmarshal added in v1.6.0

func (m *LogEsDetection) XXX_Unmarshal(b []byte) error

type LogFileContent

type LogFileContent struct {
	metav1.TypeMeta `json:",inline"`
	Spec            LogFileContentSpec `json:"spec" protobuf:"bytes,2,opt,name=spec"`
}

LogFileContent

func (*LogFileContent) DeepCopy

func (in *LogFileContent) DeepCopy() *LogFileContent

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogFileContent.

func (*LogFileContent) DeepCopyInto

func (in *LogFileContent) DeepCopyInto(out *LogFileContent)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LogFileContent) DeepCopyObject

func (in *LogFileContent) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*LogFileContent) Descriptor

func (*LogFileContent) Descriptor() ([]byte, []int)

func (*LogFileContent) Marshal

func (m *LogFileContent) Marshal() (dAtA []byte, err error)

func (*LogFileContent) MarshalTo

func (m *LogFileContent) MarshalTo(dAtA []byte) (int, error)

func (*LogFileContent) MarshalToSizedBuffer

func (m *LogFileContent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogFileContent) ProtoMessage

func (*LogFileContent) ProtoMessage()

func (*LogFileContent) Reset

func (m *LogFileContent) Reset()

func (*LogFileContent) Size

func (m *LogFileContent) Size() (n int)

func (*LogFileContent) String

func (this *LogFileContent) String() string

func (LogFileContent) SwaggerDoc

func (LogFileContent) SwaggerDoc() map[string]string

func (*LogFileContent) Unmarshal

func (m *LogFileContent) Unmarshal(dAtA []byte) error

func (*LogFileContent) XXX_DiscardUnknown

func (m *LogFileContent) XXX_DiscardUnknown()

func (*LogFileContent) XXX_Marshal

func (m *LogFileContent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogFileContent) XXX_Merge

func (m *LogFileContent) XXX_Merge(src proto.Message)

func (*LogFileContent) XXX_Size

func (m *LogFileContent) XXX_Size() int

func (*LogFileContent) XXX_Unmarshal

func (m *LogFileContent) XXX_Unmarshal(b []byte) error

type LogFileContentSpec

type LogFileContentSpec struct {
	ClusterId string `json:"clusterId,omitempty" protobuf:"bytes,1,opt,name=clusterId"`
	Namespace string `json:"namespace,omitempty" protobuf:"bytes,2,opt,name=namespace"`
	Container string `json:"container,omitempty" protobuf:"bytes,3,opt,name=container"`
	Pod       string `json:"pod,omitempty" protobuf:"bytes,4,opt,name=pod"`
	Start     int32  `json:"start,omitempty" protobuf:"varint,5,opt,name=start"`
	Length    int32  `json:"length,omitempty" protobuf:"varint,6,opt,name=length"`
	Filepath  string `json:"filepath,omitempty" protobuf:"bytes,7,opt,name=filepath"`
}

func (*LogFileContentSpec) DeepCopy

func (in *LogFileContentSpec) DeepCopy() *LogFileContentSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogFileContentSpec.

func (*LogFileContentSpec) DeepCopyInto

func (in *LogFileContentSpec) DeepCopyInto(out *LogFileContentSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LogFileContentSpec) Descriptor

func (*LogFileContentSpec) Descriptor() ([]byte, []int)

func (*LogFileContentSpec) Marshal

func (m *LogFileContentSpec) Marshal() (dAtA []byte, err error)

func (*LogFileContentSpec) MarshalTo

func (m *LogFileContentSpec) MarshalTo(dAtA []byte) (int, error)

func (*LogFileContentSpec) MarshalToSizedBuffer

func (m *LogFileContentSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogFileContentSpec) ProtoMessage

func (*LogFileContentSpec) ProtoMessage()

func (*LogFileContentSpec) Reset

func (m *LogFileContentSpec) Reset()

func (*LogFileContentSpec) Size

func (m *LogFileContentSpec) Size() (n int)

func (*LogFileContentSpec) String

func (this *LogFileContentSpec) String() string

func (*LogFileContentSpec) Unmarshal

func (m *LogFileContentSpec) Unmarshal(dAtA []byte) error

func (*LogFileContentSpec) XXX_DiscardUnknown

func (m *LogFileContentSpec) XXX_DiscardUnknown()

func (*LogFileContentSpec) XXX_Marshal

func (m *LogFileContentSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogFileContentSpec) XXX_Merge

func (m *LogFileContentSpec) XXX_Merge(src proto.Message)

func (*LogFileContentSpec) XXX_Size

func (m *LogFileContentSpec) XXX_Size() int

func (*LogFileContentSpec) XXX_Unmarshal

func (m *LogFileContentSpec) XXX_Unmarshal(b []byte) error

type LogFileProxyOptions added in v1.4.0

type LogFileProxyOptions struct {
	metav1.TypeMeta `json:",inline"`

	Namespace string `json:"namespace,omitempty" protobuf:"bytes,1,opt,name=namespace"`
	Pod       string `json:"pod,omitempty" protobuf:"bytes,2,opt,name=pod"`
	Container string `json:"container,omitempty" protobuf:"bytes,3,opt,name=container"`
}

LogFileProxyOptions is the query options to a kube-apiserver proxy call for LogFile requests.

func (*LogFileProxyOptions) DeepCopy added in v1.4.0

func (in *LogFileProxyOptions) DeepCopy() *LogFileProxyOptions

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogFileProxyOptions.

func (*LogFileProxyOptions) DeepCopyInto added in v1.4.0

func (in *LogFileProxyOptions) DeepCopyInto(out *LogFileProxyOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LogFileProxyOptions) DeepCopyObject added in v1.4.0

func (in *LogFileProxyOptions) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*LogFileProxyOptions) Descriptor added in v1.4.0

func (*LogFileProxyOptions) Descriptor() ([]byte, []int)

func (*LogFileProxyOptions) Marshal added in v1.4.0

func (m *LogFileProxyOptions) Marshal() (dAtA []byte, err error)

func (*LogFileProxyOptions) MarshalTo added in v1.4.0

func (m *LogFileProxyOptions) MarshalTo(dAtA []byte) (int, error)

func (*LogFileProxyOptions) MarshalToSizedBuffer added in v1.4.0

func (m *LogFileProxyOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogFileProxyOptions) ProtoMessage added in v1.4.0

func (*LogFileProxyOptions) ProtoMessage()

func (*LogFileProxyOptions) Reset added in v1.4.0

func (m *LogFileProxyOptions) Reset()

func (*LogFileProxyOptions) Size added in v1.4.0

func (m *LogFileProxyOptions) Size() (n int)

func (*LogFileProxyOptions) String added in v1.4.0

func (this *LogFileProxyOptions) String() string

func (LogFileProxyOptions) SwaggerDoc added in v1.4.0

func (LogFileProxyOptions) SwaggerDoc() map[string]string

func (*LogFileProxyOptions) Unmarshal added in v1.4.0

func (m *LogFileProxyOptions) Unmarshal(dAtA []byte) error

func (*LogFileProxyOptions) XXX_DiscardUnknown added in v1.4.0

func (m *LogFileProxyOptions) XXX_DiscardUnknown()

func (*LogFileProxyOptions) XXX_Marshal added in v1.4.0

func (m *LogFileProxyOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogFileProxyOptions) XXX_Merge added in v1.4.0

func (m *LogFileProxyOptions) XXX_Merge(src proto.Message)

func (*LogFileProxyOptions) XXX_Size added in v1.4.0

func (m *LogFileProxyOptions) XXX_Size() int

func (*LogFileProxyOptions) XXX_Unmarshal added in v1.4.0

func (m *LogFileProxyOptions) XXX_Unmarshal(b []byte) error

type LogFileTree

type LogFileTree struct {
	metav1.TypeMeta `json:",inline"`
	Spec            LogFileTreeSpec `json:"spec" protobuf:"bytes,2,opt,name=spec"`
}

LogFileTree

func (*LogFileTree) DeepCopy

func (in *LogFileTree) DeepCopy() *LogFileTree

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogFileTree.

func (*LogFileTree) DeepCopyInto

func (in *LogFileTree) DeepCopyInto(out *LogFileTree)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LogFileTree) DeepCopyObject

func (in *LogFileTree) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*LogFileTree) Descriptor

func (*LogFileTree) Descriptor() ([]byte, []int)

func (*LogFileTree) Marshal

func (m *LogFileTree) Marshal() (dAtA []byte, err error)

func (*LogFileTree) MarshalTo

func (m *LogFileTree) MarshalTo(dAtA []byte) (int, error)

func (*LogFileTree) MarshalToSizedBuffer

func (m *LogFileTree) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogFileTree) ProtoMessage

func (*LogFileTree) ProtoMessage()

func (*LogFileTree) Reset

func (m *LogFileTree) Reset()

func (*LogFileTree) Size

func (m *LogFileTree) Size() (n int)

func (*LogFileTree) String

func (this *LogFileTree) String() string

func (LogFileTree) SwaggerDoc

func (LogFileTree) SwaggerDoc() map[string]string

func (*LogFileTree) Unmarshal

func (m *LogFileTree) Unmarshal(dAtA []byte) error

func (*LogFileTree) XXX_DiscardUnknown

func (m *LogFileTree) XXX_DiscardUnknown()

func (*LogFileTree) XXX_Marshal

func (m *LogFileTree) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogFileTree) XXX_Merge

func (m *LogFileTree) XXX_Merge(src proto.Message)

func (*LogFileTree) XXX_Size

func (m *LogFileTree) XXX_Size() int

func (*LogFileTree) XXX_Unmarshal

func (m *LogFileTree) XXX_Unmarshal(b []byte) error

type LogFileTreeSpec

type LogFileTreeSpec struct {
	ClusterId string `json:"clusterId,omitempty" protobuf:"bytes,1,opt,name=clusterId"`
	Namespace string `json:"namespace,omitempty" protobuf:"bytes,2,opt,name=namespace"`
	Container string `json:"container,omitempty" protobuf:"bytes,3,opt,name=container"`
	Pod       string `json:"pod,omitempty" protobuf:"bytes,4,opt,name=pod"`
}

func (*LogFileTreeSpec) DeepCopy

func (in *LogFileTreeSpec) DeepCopy() *LogFileTreeSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogFileTreeSpec.

func (*LogFileTreeSpec) DeepCopyInto

func (in *LogFileTreeSpec) DeepCopyInto(out *LogFileTreeSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LogFileTreeSpec) Descriptor

func (*LogFileTreeSpec) Descriptor() ([]byte, []int)

func (*LogFileTreeSpec) Marshal

func (m *LogFileTreeSpec) Marshal() (dAtA []byte, err error)

func (*LogFileTreeSpec) MarshalTo

func (m *LogFileTreeSpec) MarshalTo(dAtA []byte) (int, error)

func (*LogFileTreeSpec) MarshalToSizedBuffer

func (m *LogFileTreeSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogFileTreeSpec) ProtoMessage

func (*LogFileTreeSpec) ProtoMessage()

func (*LogFileTreeSpec) Reset

func (m *LogFileTreeSpec) Reset()

func (*LogFileTreeSpec) Size

func (m *LogFileTreeSpec) Size() (n int)

func (*LogFileTreeSpec) String

func (this *LogFileTreeSpec) String() string

func (*LogFileTreeSpec) Unmarshal

func (m *LogFileTreeSpec) Unmarshal(dAtA []byte) error

func (*LogFileTreeSpec) XXX_DiscardUnknown

func (m *LogFileTreeSpec) XXX_DiscardUnknown()

func (*LogFileTreeSpec) XXX_Marshal

func (m *LogFileTreeSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogFileTreeSpec) XXX_Merge

func (m *LogFileTreeSpec) XXX_Merge(src proto.Message)

func (*LogFileTreeSpec) XXX_Size

func (m *LogFileTreeSpec) XXX_Size() int

func (*LogFileTreeSpec) XXX_Unmarshal

func (m *LogFileTreeSpec) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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