v1alpha1

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2021 License: Apache-2.0 Imports: 20 Imported by: 8

Documentation

Overview

+k8s:deepcopy-gen=package,register +k8s:openapi-gen=true +k8s:defaulter-gen=TypeMeta +groupName=ui.kubedb.com

Package v1alpha1 contains API Schema definitions for the kubedb v1alpha1 API group +kubebuilder:object:generate=true +groupName=ui.kubedb.com

Index

Constants

View Source
const (
	ResourceKindElasticsearchNodesStats = "ElasticsearchNodesStats"
	ResourceElasticsearchNodesStats     = "elasticsearchnodesstats"
	ResourceElasticsearchNodesStatses   = "elasticsearchnodesstats"
)
View Source
const (
	ResourceKindElasticsearchOverview = "ElasticsearchOverview"
	ResourceElasticsearchOverview     = "elasticsearchoverview"
	ResourceElasticsearchOverviews    = "elasticsearchoverviews"
)
View Source
const (
	ResourceKindElasticsearchSchemaOverview = "ElasticsearchSchemaOverview"
	ResourceElasticsearchSchemaOverview     = "elasticsearchschemaoverview"
	ResourceElasticsearchSchemaOverviews    = "elasticsearchschemaoverviews"
)
View Source
const (
	ResourceKindMariaDBOverview = "MariaDBOverview"
	ResourceMariaDBOverview     = "mariadboverview"
	ResourceMariaDBOverviews    = "mariadboverviews"
)
View Source
const (
	ResourceKindMariaDBQueries = "MariaDBQueries"
	ResourceMariaDBQueries     = "mariadbqueries"
	ResourceMariaDBQuerieses   = "mariadbqueries"
)
View Source
const (
	ResourceKindMariaDBSchemaOverview = "MariaDBSchemaOverview"
	ResourceMariaDBSchemaOverview     = "mariadbschemaoverview"
	ResourceMariaDBSchemaOverviews    = "mariadbschemaoverviews"
)
View Source
const (
	ResourceKindMongoDBOverview = "MongoDBOverview"
	ResourceMongoDBOverview     = "mongodboverview"
	ResourceMongoDBOverviews    = "mongodboverviews"
)
View Source
const (
	ResourceKindMongoDBQueries = "MongoDBQueries"
	ResourceMongoDBQueries     = "mongodbqueries"
	ResourceMongoDBQuerieses   = "mongodbqueries"
)
View Source
const (
	ResourceKindMongoDBSchemaOverview = "MongoDBSchemaOverview"
	ResourceMongoDBSchemaOverview     = "mongodbschemaoverview"
	ResourceMongoDBSchemaOverviews    = "mongodbschemaoverviews"
)
View Source
const (
	ResourceKindMySQLOverview = "MySQLOverview"
	ResourceMySQLOverview     = "mysqloverview"
	ResourceMySQLOverviews    = "mysqloverviews"
)
View Source
const (
	ResourceKindMySQLQueries = "MySQLQueries"
	ResourceMySQLQueries     = "mysqlqueries"
	ResourceMySQLQuerieses   = "mysqlqueries"
)
View Source
const (
	ResourceKindMySQLSchemaOverview = "MySQLSchemaOverview"
	ResourceMySQLSchemaOverview     = "mysqlschemaoverview"
	ResourceMySQLSchemaOverviews    = "mysqlschemaoverviews"
)
View Source
const (
	ResourceKindPostgresOverview = "PostgresOverview"
	ResourcePostgresOverview     = "postgresoverview"
	ResourcePostgresOverviews    = "postgresoverviews"
)
View Source
const (
	ResourceKindPostgresQueries = "PostgresQueries"
	ResourcePostgresQueries     = "postgresqueries"
	ResourcePostgresQuerieses   = "postgresqueries"
)
View Source
const (
	ResourceKindPostgresSchemaOverview = "PostgresSchemaOverview"
	ResourcePostgresSchemaOverview     = "postgresschemaoverview"
	ResourcePostgresSchemaOverviews    = "postgresschemaoverviews"
)
View Source
const (
	ResourceKindPostgresSettings = "PostgresSettings"
	ResourcePostgresSettings     = "postgressettings"
	ResourcePostgresSettingss    = "postgressettings"
)
View Source
const (
	ResourceKindRedisOverview = "RedisOverview"
	ResourceRedisOverview     = "redisoverview"
	ResourceRedisOverviews    = "redisoverviews"
)
View Source
const (
	ResourceKindRedisQueries = "RedisQueries"
	ResourceRedisQueries     = "redisqueries"
	ResourceRedisQuerieses   = "redisqueries"
)
View Source
const (
	ResourceKindRedisSchemaOverview = "RedisSchemaOverview"
	ResourceRedisSchemaOverview     = "redisschemaoverview"
	ResourceRedisSchemaOverviews    = "redisschemaoverviews"
)

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 (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: ui.GroupName, Version: "v1alpha1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

Types

type DBConnectionInfo

type DBConnectionInfo struct {
	URL  string `json:"url,omitempty" protobuf:"bytes,1,opt,name=url"`
	Port int32  `json:"port,omitempty" protobuf:"varint,2,opt,name=port"`
}

func (*DBConnectionInfo) DeepCopy

func (in *DBConnectionInfo) DeepCopy() *DBConnectionInfo

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

func (*DBConnectionInfo) DeepCopyInto

func (in *DBConnectionInfo) DeepCopyInto(out *DBConnectionInfo)

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

func (*DBConnectionInfo) Descriptor

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

func (*DBConnectionInfo) Marshal

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

func (*DBConnectionInfo) MarshalTo

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

func (*DBConnectionInfo) MarshalToSizedBuffer

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

func (*DBConnectionInfo) ProtoMessage

func (*DBConnectionInfo) ProtoMessage()

func (*DBConnectionInfo) Reset

func (m *DBConnectionInfo) Reset()

func (*DBConnectionInfo) Size

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

func (*DBConnectionInfo) String

func (this *DBConnectionInfo) String() string

func (*DBConnectionInfo) Unmarshal

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

func (*DBConnectionInfo) XXX_DiscardUnknown

func (m *DBConnectionInfo) XXX_DiscardUnknown()

func (*DBConnectionInfo) XXX_Marshal

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

func (*DBConnectionInfo) XXX_Merge

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

func (*DBConnectionInfo) XXX_Size

func (m *DBConnectionInfo) XXX_Size() int

func (*DBConnectionInfo) XXX_Unmarshal

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

type DBCredentials

type DBCredentials struct {
	Username    string `json:"username,omitempty" protobuf:"bytes,1,opt,name=username"`
	Password    string `json:"password,omitempty" protobuf:"bytes,2,opt,name=password"`
	Certificate string `json:"certificate,omitempty" protobuf:"bytes,3,opt,name=certificate"`
}

func (*DBCredentials) DeepCopy

func (in *DBCredentials) DeepCopy() *DBCredentials

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

func (*DBCredentials) DeepCopyInto

func (in *DBCredentials) DeepCopyInto(out *DBCredentials)

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

func (*DBCredentials) Descriptor

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

func (*DBCredentials) Marshal

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

func (*DBCredentials) MarshalTo

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

func (*DBCredentials) MarshalToSizedBuffer

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

func (*DBCredentials) ProtoMessage

func (*DBCredentials) ProtoMessage()

func (*DBCredentials) Reset

func (m *DBCredentials) Reset()

func (*DBCredentials) Size

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

func (*DBCredentials) String

func (this *DBCredentials) String() string

func (*DBCredentials) Unmarshal

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

func (*DBCredentials) XXX_DiscardUnknown

func (m *DBCredentials) XXX_DiscardUnknown()

func (*DBCredentials) XXX_Marshal

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

func (*DBCredentials) XXX_Merge

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

func (*DBCredentials) XXX_Size

func (m *DBCredentials) XXX_Size() int

func (*DBCredentials) XXX_Unmarshal

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

type ElasticsearchClusterHealth

type ElasticsearchClusterHealth struct {
	ActivePrimaryShards         int32  `json:"activePrimaryShards" protobuf:"varint,1,opt,name=activePrimaryShards"`
	ActiveShards                int32  `json:"activeShards" protobuf:"varint,2,opt,name=activeShards"`
	ActiveShardsPercentAsNumber int32  `json:"activeShardsPercentAsNumber" protobuf:"varint,3,opt,name=activeShardsPercentAsNumber"`
	ClusterName                 string `json:"clusterName" protobuf:"bytes,4,opt,name=clusterName"`
	DelayedUnassignedShards     int32  `json:"delayedUnassignedShards" protobuf:"varint,5,opt,name=delayedUnassignedShards"`
	InitializingShards          int32  `json:"initializingShards" protobuf:"varint,6,opt,name=initializingShards"`
	NumberOfDataNodes           int32  `json:"numberOfDataNodes" protobuf:"varint,7,opt,name=numberOfDataNodes"`
	NumberOfInFlightFetch       int32  `json:"numberOfInFlightFetch" protobuf:"varint,8,opt,name=numberOfInFlightFetch"`
	NumberOfNodes               int32  `json:"numberOfNodes" protobuf:"varint,9,opt,name=numberOfNodes"`
	NumberOfPendingTasks        int32  `json:"numberOfPendingTasks" protobuf:"varint,10,opt,name=numberOfPendingTasks"`
	RelocatingShards            int32  `json:"relocatingShards" protobuf:"varint,11,opt,name=relocatingShards"`
	Status                      string `json:"status" protobuf:"bytes,12,opt,name=status"`
	UnassignedShards            int32  `json:"unassignedShards" protobuf:"varint,13,opt,name=unassignedShards"`
	TaskMaxWaitingInQueueMillis int32  `json:"taskMaxWaitingInQueueMillis" protobuf:"varint,14,opt,name=taskMaxWaitingInQueueMillis"`
}

func (*ElasticsearchClusterHealth) DeepCopy

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

func (*ElasticsearchClusterHealth) DeepCopyInto

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

func (*ElasticsearchClusterHealth) Descriptor

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

func (*ElasticsearchClusterHealth) Marshal

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

func (*ElasticsearchClusterHealth) MarshalTo

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

func (*ElasticsearchClusterHealth) MarshalToSizedBuffer

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

func (*ElasticsearchClusterHealth) ProtoMessage

func (*ElasticsearchClusterHealth) ProtoMessage()

func (*ElasticsearchClusterHealth) Reset

func (m *ElasticsearchClusterHealth) Reset()

func (*ElasticsearchClusterHealth) Size

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

func (*ElasticsearchClusterHealth) String

func (this *ElasticsearchClusterHealth) String() string

func (*ElasticsearchClusterHealth) Unmarshal

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

func (*ElasticsearchClusterHealth) XXX_DiscardUnknown

func (m *ElasticsearchClusterHealth) XXX_DiscardUnknown()

func (*ElasticsearchClusterHealth) XXX_Marshal

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

func (*ElasticsearchClusterHealth) XXX_Merge

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

func (*ElasticsearchClusterHealth) XXX_Size

func (m *ElasticsearchClusterHealth) XXX_Size() int

func (*ElasticsearchClusterHealth) XXX_Unmarshal

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

type ElasticsearchIndexSpec

type ElasticsearchIndexSpec struct {
	IndexName               string `json:"indexName,omitempty" protobuf:"bytes,1,opt,name=indexName"`
	PrimaryStoreSizeInBytes string `json:"primaryStoreSizeInBytes,omitempty" protobuf:"bytes,2,opt,name=primaryStoreSizeInBytes"`
	TotalStoreSizeInBytes   string `json:"totalStoreSizeInBytes,omitempty" protobuf:"bytes,3,opt,name=totalStoreSizeInBytes"`
}

func (*ElasticsearchIndexSpec) DeepCopy

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

func (*ElasticsearchIndexSpec) DeepCopyInto

func (in *ElasticsearchIndexSpec) DeepCopyInto(out *ElasticsearchIndexSpec)

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

func (*ElasticsearchIndexSpec) Descriptor

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

func (*ElasticsearchIndexSpec) Marshal

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

func (*ElasticsearchIndexSpec) MarshalTo

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

func (*ElasticsearchIndexSpec) MarshalToSizedBuffer

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

func (*ElasticsearchIndexSpec) ProtoMessage

func (*ElasticsearchIndexSpec) ProtoMessage()

func (*ElasticsearchIndexSpec) Reset

func (m *ElasticsearchIndexSpec) Reset()

func (*ElasticsearchIndexSpec) Size

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

func (*ElasticsearchIndexSpec) String

func (this *ElasticsearchIndexSpec) String() string

func (*ElasticsearchIndexSpec) Unmarshal

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

func (*ElasticsearchIndexSpec) XXX_DiscardUnknown

func (m *ElasticsearchIndexSpec) XXX_DiscardUnknown()

func (*ElasticsearchIndexSpec) XXX_Marshal

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

func (*ElasticsearchIndexSpec) XXX_Merge

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

func (*ElasticsearchIndexSpec) XXX_Size

func (m *ElasticsearchIndexSpec) XXX_Size() int

func (*ElasticsearchIndexSpec) XXX_Unmarshal

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

type ElasticsearchNodesStatSpec

type ElasticsearchNodesStatSpec struct {
	// Time the node stats were collected for this response in Unix
	Timestamp int64 `json:"timestamp" protobuf:"varint,1,opt,name=timestamp"`

	// Human-readable identifier for the node.
	Name string `json:"name" protobuf:"bytes,2,opt,name=name"`

	// Transport address for the node
	TransportAddr string `json:"transport_addr" protobuf:"bytes,3,opt,name=transport_addr,json=transportAddr"`

	// Network host for the node
	Host string `json:"host" protobuf:"bytes,4,opt,name=host"`

	// IP address and port for the node
	IP string `json:"ip" protobuf:"bytes,5,opt,name=ip"`

	// Roles assigned to the node
	Roles []string `json:"roles" protobuf:"bytes,6,rep,name=roles"`

	// Indices returns index information.
	Indices *NodesStatsIndex `json:"indices" protobuf:"bytes,7,opt,name=indices"`

	// OS information, e.g. CPU and memory.
	OS *NodesStatsNodeOS `json:"os" protobuf:"bytes,8,opt,name=os"`
}

func (*ElasticsearchNodesStatSpec) DeepCopy

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

func (*ElasticsearchNodesStatSpec) DeepCopyInto

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

func (*ElasticsearchNodesStatSpec) Descriptor

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

func (*ElasticsearchNodesStatSpec) Marshal

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

func (*ElasticsearchNodesStatSpec) MarshalTo

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

func (*ElasticsearchNodesStatSpec) MarshalToSizedBuffer

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

func (*ElasticsearchNodesStatSpec) ProtoMessage

func (*ElasticsearchNodesStatSpec) ProtoMessage()

func (*ElasticsearchNodesStatSpec) Reset

func (m *ElasticsearchNodesStatSpec) Reset()

func (*ElasticsearchNodesStatSpec) Size

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

func (*ElasticsearchNodesStatSpec) String

func (this *ElasticsearchNodesStatSpec) String() string

func (*ElasticsearchNodesStatSpec) Unmarshal

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

func (*ElasticsearchNodesStatSpec) XXX_DiscardUnknown

func (m *ElasticsearchNodesStatSpec) XXX_DiscardUnknown()

func (*ElasticsearchNodesStatSpec) XXX_Marshal

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

func (*ElasticsearchNodesStatSpec) XXX_Merge

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

func (*ElasticsearchNodesStatSpec) XXX_Size

func (m *ElasticsearchNodesStatSpec) XXX_Size() int

func (*ElasticsearchNodesStatSpec) XXX_Unmarshal

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

type ElasticsearchNodesStats

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

	Spec   ElasticsearchNodesStatsSpec   `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status ElasticsearchNodesStatsStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*ElasticsearchNodesStats) DeepCopy

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

func (*ElasticsearchNodesStats) DeepCopyInto

func (in *ElasticsearchNodesStats) DeepCopyInto(out *ElasticsearchNodesStats)

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

func (*ElasticsearchNodesStats) DeepCopyObject

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

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

func (*ElasticsearchNodesStats) Descriptor

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

func (*ElasticsearchNodesStats) Marshal

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

func (*ElasticsearchNodesStats) MarshalTo

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

func (*ElasticsearchNodesStats) MarshalToSizedBuffer

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

func (*ElasticsearchNodesStats) ProtoMessage

func (*ElasticsearchNodesStats) ProtoMessage()

func (*ElasticsearchNodesStats) Reset

func (m *ElasticsearchNodesStats) Reset()

func (*ElasticsearchNodesStats) Size

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

func (*ElasticsearchNodesStats) String

func (this *ElasticsearchNodesStats) String() string

func (*ElasticsearchNodesStats) Unmarshal

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

func (*ElasticsearchNodesStats) XXX_DiscardUnknown

func (m *ElasticsearchNodesStats) XXX_DiscardUnknown()

func (*ElasticsearchNodesStats) XXX_Marshal

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

func (*ElasticsearchNodesStats) XXX_Merge

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

func (*ElasticsearchNodesStats) XXX_Size

func (m *ElasticsearchNodesStats) XXX_Size() int

func (*ElasticsearchNodesStats) XXX_Unmarshal

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

type ElasticsearchNodesStatsList

type ElasticsearchNodesStatsList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []ElasticsearchNodesStats `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*ElasticsearchNodesStatsList) DeepCopy

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

func (*ElasticsearchNodesStatsList) DeepCopyInto

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

func (*ElasticsearchNodesStatsList) DeepCopyObject

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

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

func (*ElasticsearchNodesStatsList) Descriptor

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

func (*ElasticsearchNodesStatsList) Marshal

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

func (*ElasticsearchNodesStatsList) MarshalTo

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

func (*ElasticsearchNodesStatsList) MarshalToSizedBuffer

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

func (*ElasticsearchNodesStatsList) ProtoMessage

func (*ElasticsearchNodesStatsList) ProtoMessage()

func (*ElasticsearchNodesStatsList) Reset

func (m *ElasticsearchNodesStatsList) Reset()

func (*ElasticsearchNodesStatsList) Size

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

func (*ElasticsearchNodesStatsList) String

func (this *ElasticsearchNodesStatsList) String() string

func (*ElasticsearchNodesStatsList) Unmarshal

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

func (*ElasticsearchNodesStatsList) XXX_DiscardUnknown

func (m *ElasticsearchNodesStatsList) XXX_DiscardUnknown()

func (*ElasticsearchNodesStatsList) XXX_Marshal

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

func (*ElasticsearchNodesStatsList) XXX_Merge

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

func (*ElasticsearchNodesStatsList) XXX_Size

func (m *ElasticsearchNodesStatsList) XXX_Size() int

func (*ElasticsearchNodesStatsList) XXX_Unmarshal

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

type ElasticsearchNodesStatsSpec

type ElasticsearchNodesStatsSpec struct {
	Nodes []ElasticsearchNodesStatSpec `json:"nodes" protobuf:"bytes,1,rep,name=nodes"`
}

ElasticsearchNodesStatsSpec defines the desired state of ElasticsearchNodesStats

func (*ElasticsearchNodesStatsSpec) DeepCopy

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

func (*ElasticsearchNodesStatsSpec) DeepCopyInto

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

func (*ElasticsearchNodesStatsSpec) Descriptor

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

func (*ElasticsearchNodesStatsSpec) Marshal

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

func (*ElasticsearchNodesStatsSpec) MarshalTo

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

func (*ElasticsearchNodesStatsSpec) MarshalToSizedBuffer

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

func (*ElasticsearchNodesStatsSpec) ProtoMessage

func (*ElasticsearchNodesStatsSpec) ProtoMessage()

func (*ElasticsearchNodesStatsSpec) Reset

func (m *ElasticsearchNodesStatsSpec) Reset()

func (*ElasticsearchNodesStatsSpec) Size

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

func (*ElasticsearchNodesStatsSpec) String

func (this *ElasticsearchNodesStatsSpec) String() string

func (*ElasticsearchNodesStatsSpec) Unmarshal

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

func (*ElasticsearchNodesStatsSpec) XXX_DiscardUnknown

func (m *ElasticsearchNodesStatsSpec) XXX_DiscardUnknown()

func (*ElasticsearchNodesStatsSpec) XXX_Marshal

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

func (*ElasticsearchNodesStatsSpec) XXX_Merge

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

func (*ElasticsearchNodesStatsSpec) XXX_Size

func (m *ElasticsearchNodesStatsSpec) XXX_Size() int

func (*ElasticsearchNodesStatsSpec) XXX_Unmarshal

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

type ElasticsearchNodesStatsStatus

type ElasticsearchNodesStatsStatus struct {
}

ElasticsearchNodesStatsStatus defines the observed state of ElasticsearchNodesStats

func (*ElasticsearchNodesStatsStatus) DeepCopy

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

func (*ElasticsearchNodesStatsStatus) DeepCopyInto

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

func (*ElasticsearchNodesStatsStatus) Descriptor

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

func (*ElasticsearchNodesStatsStatus) Marshal

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

func (*ElasticsearchNodesStatsStatus) MarshalTo

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

func (*ElasticsearchNodesStatsStatus) MarshalToSizedBuffer

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

func (*ElasticsearchNodesStatsStatus) ProtoMessage

func (*ElasticsearchNodesStatsStatus) ProtoMessage()

func (*ElasticsearchNodesStatsStatus) Reset

func (m *ElasticsearchNodesStatsStatus) Reset()

func (*ElasticsearchNodesStatsStatus) Size

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

func (*ElasticsearchNodesStatsStatus) String

func (this *ElasticsearchNodesStatsStatus) String() string

func (*ElasticsearchNodesStatsStatus) Unmarshal

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

func (*ElasticsearchNodesStatsStatus) XXX_DiscardUnknown

func (m *ElasticsearchNodesStatsStatus) XXX_DiscardUnknown()

func (*ElasticsearchNodesStatsStatus) XXX_Marshal

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

func (*ElasticsearchNodesStatsStatus) XXX_Merge

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

func (*ElasticsearchNodesStatsStatus) XXX_Size

func (m *ElasticsearchNodesStatsStatus) XXX_Size() int

func (*ElasticsearchNodesStatsStatus) XXX_Unmarshal

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

type ElasticsearchOverview

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

	Spec   ElasticsearchOverviewSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status api.ElasticsearchStatus   `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*ElasticsearchOverview) DeepCopy

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

func (*ElasticsearchOverview) DeepCopyInto

func (in *ElasticsearchOverview) DeepCopyInto(out *ElasticsearchOverview)

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

func (*ElasticsearchOverview) DeepCopyObject

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

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

func (*ElasticsearchOverview) Descriptor

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

func (*ElasticsearchOverview) Marshal

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

func (*ElasticsearchOverview) MarshalTo

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

func (*ElasticsearchOverview) MarshalToSizedBuffer

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

func (*ElasticsearchOverview) ProtoMessage

func (*ElasticsearchOverview) ProtoMessage()

func (*ElasticsearchOverview) Reset

func (m *ElasticsearchOverview) Reset()

func (*ElasticsearchOverview) Size

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

func (*ElasticsearchOverview) String

func (this *ElasticsearchOverview) String() string

func (*ElasticsearchOverview) Unmarshal

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

func (*ElasticsearchOverview) XXX_DiscardUnknown

func (m *ElasticsearchOverview) XXX_DiscardUnknown()

func (*ElasticsearchOverview) XXX_Marshal

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

func (*ElasticsearchOverview) XXX_Merge

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

func (*ElasticsearchOverview) XXX_Size

func (m *ElasticsearchOverview) XXX_Size() int

func (*ElasticsearchOverview) XXX_Unmarshal

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

type ElasticsearchOverviewList

type ElasticsearchOverviewList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []ElasticsearchOverview `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*ElasticsearchOverviewList) DeepCopy

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

func (*ElasticsearchOverviewList) DeepCopyInto

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

func (*ElasticsearchOverviewList) DeepCopyObject

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

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

func (*ElasticsearchOverviewList) Descriptor

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

func (*ElasticsearchOverviewList) Marshal

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

func (*ElasticsearchOverviewList) MarshalTo

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

func (*ElasticsearchOverviewList) MarshalToSizedBuffer

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

func (*ElasticsearchOverviewList) ProtoMessage

func (*ElasticsearchOverviewList) ProtoMessage()

func (*ElasticsearchOverviewList) Reset

func (m *ElasticsearchOverviewList) Reset()

func (*ElasticsearchOverviewList) Size

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

func (*ElasticsearchOverviewList) String

func (this *ElasticsearchOverviewList) String() string

func (*ElasticsearchOverviewList) Unmarshal

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

func (*ElasticsearchOverviewList) XXX_DiscardUnknown

func (m *ElasticsearchOverviewList) XXX_DiscardUnknown()

func (*ElasticsearchOverviewList) XXX_Marshal

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

func (*ElasticsearchOverviewList) XXX_Merge

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

func (*ElasticsearchOverviewList) XXX_Size

func (m *ElasticsearchOverviewList) XXX_Size() int

func (*ElasticsearchOverviewList) XXX_Unmarshal

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

type ElasticsearchOverviewSpec

type ElasticsearchOverviewSpec struct {
	Version        string                     `json:"version" protobuf:"bytes,1,opt,name=version"`
	Status         string                     `json:"status" protobuf:"bytes,2,opt,name=status"`
	Mode           string                     `json:"mode" protobuf:"bytes,3,opt,name=mode"`
	ConnectionInfo DBConnectionInfo           `json:"connectionInfo,omitempty" protobuf:"bytes,4,opt,name=connectionInfo"`
	Credentials    DBCredentials              `json:"credentials,omitempty" protobuf:"bytes,5,opt,name=credentials"`
	ClusterHealth  ElasticsearchClusterHealth `json:"clusterHealth,omitempty" protobuf:"bytes,6,opt,name=clusterHealth"`
}

ElasticsearchOverviewSpec defines the desired state of ElasticsearchOverview

func (*ElasticsearchOverviewSpec) DeepCopy

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

func (*ElasticsearchOverviewSpec) DeepCopyInto

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

func (*ElasticsearchOverviewSpec) Descriptor

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

func (*ElasticsearchOverviewSpec) Marshal

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

func (*ElasticsearchOverviewSpec) MarshalTo

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

func (*ElasticsearchOverviewSpec) MarshalToSizedBuffer

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

func (*ElasticsearchOverviewSpec) ProtoMessage

func (*ElasticsearchOverviewSpec) ProtoMessage()

func (*ElasticsearchOverviewSpec) Reset

func (m *ElasticsearchOverviewSpec) Reset()

func (*ElasticsearchOverviewSpec) Size

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

func (*ElasticsearchOverviewSpec) String

func (this *ElasticsearchOverviewSpec) String() string

func (*ElasticsearchOverviewSpec) Unmarshal

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

func (*ElasticsearchOverviewSpec) XXX_DiscardUnknown

func (m *ElasticsearchOverviewSpec) XXX_DiscardUnknown()

func (*ElasticsearchOverviewSpec) XXX_Marshal

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

func (*ElasticsearchOverviewSpec) XXX_Merge

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

func (*ElasticsearchOverviewSpec) XXX_Size

func (m *ElasticsearchOverviewSpec) XXX_Size() int

func (*ElasticsearchOverviewSpec) XXX_Unmarshal

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

type ElasticsearchSchemaOverview

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

	Spec ElasticsearchSchemaOverviewSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*ElasticsearchSchemaOverview) DeepCopy

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

func (*ElasticsearchSchemaOverview) DeepCopyInto

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

func (*ElasticsearchSchemaOverview) DeepCopyObject

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

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

func (*ElasticsearchSchemaOverview) Descriptor

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

func (*ElasticsearchSchemaOverview) Marshal

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

func (*ElasticsearchSchemaOverview) MarshalTo

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

func (*ElasticsearchSchemaOverview) MarshalToSizedBuffer

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

func (*ElasticsearchSchemaOverview) ProtoMessage

func (*ElasticsearchSchemaOverview) ProtoMessage()

func (*ElasticsearchSchemaOverview) Reset

func (m *ElasticsearchSchemaOverview) Reset()

func (*ElasticsearchSchemaOverview) Size

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

func (*ElasticsearchSchemaOverview) String

func (this *ElasticsearchSchemaOverview) String() string

func (*ElasticsearchSchemaOverview) Unmarshal

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

func (*ElasticsearchSchemaOverview) XXX_DiscardUnknown

func (m *ElasticsearchSchemaOverview) XXX_DiscardUnknown()

func (*ElasticsearchSchemaOverview) XXX_Marshal

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

func (*ElasticsearchSchemaOverview) XXX_Merge

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

func (*ElasticsearchSchemaOverview) XXX_Size

func (m *ElasticsearchSchemaOverview) XXX_Size() int

func (*ElasticsearchSchemaOverview) XXX_Unmarshal

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

type ElasticsearchSchemaOverviewList

type ElasticsearchSchemaOverviewList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []ElasticsearchSchemaOverview `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*ElasticsearchSchemaOverviewList) DeepCopy

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

func (*ElasticsearchSchemaOverviewList) DeepCopyInto

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

func (*ElasticsearchSchemaOverviewList) DeepCopyObject

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

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

func (*ElasticsearchSchemaOverviewList) Descriptor

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

func (*ElasticsearchSchemaOverviewList) Marshal

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

func (*ElasticsearchSchemaOverviewList) MarshalTo

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

func (*ElasticsearchSchemaOverviewList) MarshalToSizedBuffer

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

func (*ElasticsearchSchemaOverviewList) ProtoMessage

func (*ElasticsearchSchemaOverviewList) ProtoMessage()

func (*ElasticsearchSchemaOverviewList) Reset

func (*ElasticsearchSchemaOverviewList) Size

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

func (*ElasticsearchSchemaOverviewList) String

func (this *ElasticsearchSchemaOverviewList) String() string

func (*ElasticsearchSchemaOverviewList) Unmarshal

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

func (*ElasticsearchSchemaOverviewList) XXX_DiscardUnknown

func (m *ElasticsearchSchemaOverviewList) XXX_DiscardUnknown()

func (*ElasticsearchSchemaOverviewList) XXX_Marshal

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

func (*ElasticsearchSchemaOverviewList) XXX_Merge

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

func (*ElasticsearchSchemaOverviewList) XXX_Size

func (m *ElasticsearchSchemaOverviewList) XXX_Size() int

func (*ElasticsearchSchemaOverviewList) XXX_Unmarshal

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

type ElasticsearchSchemaOverviewSpec

type ElasticsearchSchemaOverviewSpec struct {
	Indices []ElasticsearchIndexSpec `json:"indices" protobuf:"bytes,1,rep,name=indices"`
}

ElasticsearchSchemaOverviewSpec defines the desired state of ElasticsearchSchemaOverview

func (*ElasticsearchSchemaOverviewSpec) DeepCopy

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

func (*ElasticsearchSchemaOverviewSpec) DeepCopyInto

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

func (*ElasticsearchSchemaOverviewSpec) Descriptor

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

func (*ElasticsearchSchemaOverviewSpec) Marshal

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

func (*ElasticsearchSchemaOverviewSpec) MarshalTo

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

func (*ElasticsearchSchemaOverviewSpec) MarshalToSizedBuffer

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

func (*ElasticsearchSchemaOverviewSpec) ProtoMessage

func (*ElasticsearchSchemaOverviewSpec) ProtoMessage()

func (*ElasticsearchSchemaOverviewSpec) Reset

func (*ElasticsearchSchemaOverviewSpec) Size

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

func (*ElasticsearchSchemaOverviewSpec) String

func (this *ElasticsearchSchemaOverviewSpec) String() string

func (*ElasticsearchSchemaOverviewSpec) Unmarshal

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

func (*ElasticsearchSchemaOverviewSpec) XXX_DiscardUnknown

func (m *ElasticsearchSchemaOverviewSpec) XXX_DiscardUnknown()

func (*ElasticsearchSchemaOverviewSpec) XXX_Marshal

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

func (*ElasticsearchSchemaOverviewSpec) XXX_Merge

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

func (*ElasticsearchSchemaOverviewSpec) XXX_Size

func (m *ElasticsearchSchemaOverviewSpec) XXX_Size() int

func (*ElasticsearchSchemaOverviewSpec) XXX_Unmarshal

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

type GenericDatabaseSpec

type GenericDatabaseSpec struct {
	DatabaseName     string `json:"databaseName,omitempty" protobuf:"bytes,1,opt,name=databaseName"`
	TableName        string `json:"tableName,omitempty" protobuf:"bytes,2,opt,name=tableName"`
	TableSizeInBytes string `json:"tableSizeInBytes,omitempty" protobuf:"bytes,3,opt,name=tableSizeInBytes"`
}

func (*GenericDatabaseSpec) DeepCopy

func (in *GenericDatabaseSpec) DeepCopy() *GenericDatabaseSpec

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

func (*GenericDatabaseSpec) DeepCopyInto

func (in *GenericDatabaseSpec) DeepCopyInto(out *GenericDatabaseSpec)

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

func (*GenericDatabaseSpec) Descriptor

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

func (*GenericDatabaseSpec) Marshal

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

func (*GenericDatabaseSpec) MarshalTo

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

func (*GenericDatabaseSpec) MarshalToSizedBuffer

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

func (*GenericDatabaseSpec) ProtoMessage

func (*GenericDatabaseSpec) ProtoMessage()

func (*GenericDatabaseSpec) Reset

func (m *GenericDatabaseSpec) Reset()

func (*GenericDatabaseSpec) Size

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

func (*GenericDatabaseSpec) String

func (this *GenericDatabaseSpec) String() string

func (*GenericDatabaseSpec) Unmarshal

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

func (*GenericDatabaseSpec) XXX_DiscardUnknown

func (m *GenericDatabaseSpec) XXX_DiscardUnknown()

func (*GenericDatabaseSpec) XXX_Marshal

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

func (*GenericDatabaseSpec) XXX_Merge

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

func (*GenericDatabaseSpec) XXX_Size

func (m *GenericDatabaseSpec) XXX_Size() int

func (*GenericDatabaseSpec) XXX_Unmarshal

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

type GenericSchemaOverviewSpec

type GenericSchemaOverviewSpec struct {
	Databases []GenericDatabaseSpec `json:"databases" protobuf:"bytes,1,rep,name=databases"`
}

GenericSchemaOverviewSpec defines the desired state of GenericSchemaOverview

func (*GenericSchemaOverviewSpec) DeepCopy

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

func (*GenericSchemaOverviewSpec) DeepCopyInto

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

func (*GenericSchemaOverviewSpec) Descriptor

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

func (*GenericSchemaOverviewSpec) Marshal

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

func (*GenericSchemaOverviewSpec) MarshalTo

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

func (*GenericSchemaOverviewSpec) MarshalToSizedBuffer

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

func (*GenericSchemaOverviewSpec) ProtoMessage

func (*GenericSchemaOverviewSpec) ProtoMessage()

func (*GenericSchemaOverviewSpec) Reset

func (m *GenericSchemaOverviewSpec) Reset()

func (*GenericSchemaOverviewSpec) Size

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

func (*GenericSchemaOverviewSpec) String

func (this *GenericSchemaOverviewSpec) String() string

func (*GenericSchemaOverviewSpec) Unmarshal

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

func (*GenericSchemaOverviewSpec) XXX_DiscardUnknown

func (m *GenericSchemaOverviewSpec) XXX_DiscardUnknown()

func (*GenericSchemaOverviewSpec) XXX_Marshal

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

func (*GenericSchemaOverviewSpec) XXX_Merge

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

func (*GenericSchemaOverviewSpec) XXX_Size

func (m *GenericSchemaOverviewSpec) XXX_Size() int

func (*GenericSchemaOverviewSpec) XXX_Unmarshal

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

type MariaDBOverview

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

	Spec   MariaDBOverviewSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status api.MariaDBStatus   `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MariaDBOverview) DeepCopy

func (in *MariaDBOverview) DeepCopy() *MariaDBOverview

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

func (*MariaDBOverview) DeepCopyInto

func (in *MariaDBOverview) DeepCopyInto(out *MariaDBOverview)

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

func (*MariaDBOverview) DeepCopyObject

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

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

func (*MariaDBOverview) Descriptor

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

func (*MariaDBOverview) Marshal

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

func (*MariaDBOverview) MarshalTo

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

func (*MariaDBOverview) MarshalToSizedBuffer

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

func (*MariaDBOverview) ProtoMessage

func (*MariaDBOverview) ProtoMessage()

func (*MariaDBOverview) Reset

func (m *MariaDBOverview) Reset()

func (*MariaDBOverview) Size

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

func (*MariaDBOverview) String

func (this *MariaDBOverview) String() string

func (*MariaDBOverview) Unmarshal

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

func (*MariaDBOverview) XXX_DiscardUnknown

func (m *MariaDBOverview) XXX_DiscardUnknown()

func (*MariaDBOverview) XXX_Marshal

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

func (*MariaDBOverview) XXX_Merge

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

func (*MariaDBOverview) XXX_Size

func (m *MariaDBOverview) XXX_Size() int

func (*MariaDBOverview) XXX_Unmarshal

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

type MariaDBOverviewList

type MariaDBOverviewList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []MariaDBOverview `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MariaDBOverviewList) DeepCopy

func (in *MariaDBOverviewList) DeepCopy() *MariaDBOverviewList

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

func (*MariaDBOverviewList) DeepCopyInto

func (in *MariaDBOverviewList) DeepCopyInto(out *MariaDBOverviewList)

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

func (*MariaDBOverviewList) DeepCopyObject

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

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

func (*MariaDBOverviewList) Descriptor

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

func (*MariaDBOverviewList) Marshal

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

func (*MariaDBOverviewList) MarshalTo

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

func (*MariaDBOverviewList) MarshalToSizedBuffer

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

func (*MariaDBOverviewList) ProtoMessage

func (*MariaDBOverviewList) ProtoMessage()

func (*MariaDBOverviewList) Reset

func (m *MariaDBOverviewList) Reset()

func (*MariaDBOverviewList) Size

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

func (*MariaDBOverviewList) String

func (this *MariaDBOverviewList) String() string

func (*MariaDBOverviewList) Unmarshal

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

func (*MariaDBOverviewList) XXX_DiscardUnknown

func (m *MariaDBOverviewList) XXX_DiscardUnknown()

func (*MariaDBOverviewList) XXX_Marshal

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

func (*MariaDBOverviewList) XXX_Merge

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

func (*MariaDBOverviewList) XXX_Size

func (m *MariaDBOverviewList) XXX_Size() int

func (*MariaDBOverviewList) XXX_Unmarshal

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

type MariaDBOverviewSpec

type MariaDBOverviewSpec struct {
	Version                string           `json:"version" protobuf:"bytes,1,opt,name=version"`
	Status                 string           `json:"status" protobuf:"bytes,2,opt,name=status"`
	Mode                   string           `json:"mode" protobuf:"bytes,3,opt,name=mode"`
	ConnectionInfo         DBConnectionInfo `json:"connectionsInfo,omitempty" protobuf:"bytes,4,opt,name=connectionsInfo"`
	Credentials            DBCredentials    `json:"credentials,omitempty" protobuf:"bytes,5,opt,name=credentials"`
	MaxConnections         *int32           `json:"maxConnections,omitempty" protobuf:"varint,6,opt,name=maxConnections"`
	MaxUsedConnections     *int32           `json:"maxUsedConnections,omitempty" protobuf:"varint,7,opt,name=maxUsedConnections"`
	Questions              *int32           `json:"questions" protobuf:"varint,8,opt,name=questions"`
	LongQueryTimeThreshold *float64         `json:"longQueryTimeThreshold,omitempty" protobuf:"fixed64,9,opt,name=longQueryTimeThreshold"`
	NumberOfSlowQueries    *int32           `json:"numberOfSlowQueries,omitempty" protobuf:"varint,10,opt,name=numberOfSlowQueries"`
	AbortedClients         *int32           `json:"abortedClients,omitempty" protobuf:"varint,11,opt,name=abortedClients"`
	AbortedConnections     *int32           `json:"abortedConnections,omitempty" protobuf:"varint,12,opt,name=abortedConnections"`
	ThreadsCached          *int32           `json:"threadsCached,omitempty" protobuf:"varint,13,opt,name=threadsCached"`
	ThreadsConnected       *int32           `json:"threadsConnected,omitempty" protobuf:"varint,14,opt,name=threadsConnected"`
	ThreadsCreated         *int32           `json:"threadsCreated,omitempty" protobuf:"varint,15,opt,name=threadsCreated"`
	ThreadsRunning         *int32           `json:"threadsRunning,omitempty" protobuf:"varint,16,opt,name=threadsRunning"`
}

MariaDBOverviewSpec defines the desired state of MariaDBOverview

func (*MariaDBOverviewSpec) DeepCopy

func (in *MariaDBOverviewSpec) DeepCopy() *MariaDBOverviewSpec

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

func (*MariaDBOverviewSpec) DeepCopyInto

func (in *MariaDBOverviewSpec) DeepCopyInto(out *MariaDBOverviewSpec)

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

func (*MariaDBOverviewSpec) Descriptor

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

func (*MariaDBOverviewSpec) Marshal

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

func (*MariaDBOverviewSpec) MarshalTo

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

func (*MariaDBOverviewSpec) MarshalToSizedBuffer

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

func (*MariaDBOverviewSpec) ProtoMessage

func (*MariaDBOverviewSpec) ProtoMessage()

func (*MariaDBOverviewSpec) Reset

func (m *MariaDBOverviewSpec) Reset()

func (*MariaDBOverviewSpec) Size

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

func (*MariaDBOverviewSpec) String

func (this *MariaDBOverviewSpec) String() string

func (*MariaDBOverviewSpec) Unmarshal

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

func (*MariaDBOverviewSpec) XXX_DiscardUnknown

func (m *MariaDBOverviewSpec) XXX_DiscardUnknown()

func (*MariaDBOverviewSpec) XXX_Marshal

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

func (*MariaDBOverviewSpec) XXX_Merge

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

func (*MariaDBOverviewSpec) XXX_Size

func (m *MariaDBOverviewSpec) XXX_Size() int

func (*MariaDBOverviewSpec) XXX_Unmarshal

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

type MariaDBQueries

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

	Spec MariaDBQueriesSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MariaDBQueries) DeepCopy

func (in *MariaDBQueries) DeepCopy() *MariaDBQueries

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

func (*MariaDBQueries) DeepCopyInto

func (in *MariaDBQueries) DeepCopyInto(out *MariaDBQueries)

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

func (*MariaDBQueries) DeepCopyObject

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

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

func (*MariaDBQueries) Descriptor

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

func (*MariaDBQueries) Marshal

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

func (*MariaDBQueries) MarshalTo

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

func (*MariaDBQueries) MarshalToSizedBuffer

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

func (*MariaDBQueries) ProtoMessage

func (*MariaDBQueries) ProtoMessage()

func (*MariaDBQueries) Reset

func (m *MariaDBQueries) Reset()

func (*MariaDBQueries) Size

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

func (*MariaDBQueries) String

func (this *MariaDBQueries) String() string

func (*MariaDBQueries) Unmarshal

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

func (*MariaDBQueries) XXX_DiscardUnknown

func (m *MariaDBQueries) XXX_DiscardUnknown()

func (*MariaDBQueries) XXX_Marshal

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

func (*MariaDBQueries) XXX_Merge

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

func (*MariaDBQueries) XXX_Size

func (m *MariaDBQueries) XXX_Size() int

func (*MariaDBQueries) XXX_Unmarshal

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

type MariaDBQueriesList

type MariaDBQueriesList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []MariaDBQueries `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MariaDBQueriesList) DeepCopy

func (in *MariaDBQueriesList) DeepCopy() *MariaDBQueriesList

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

func (*MariaDBQueriesList) DeepCopyInto

func (in *MariaDBQueriesList) DeepCopyInto(out *MariaDBQueriesList)

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

func (*MariaDBQueriesList) DeepCopyObject

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

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

func (*MariaDBQueriesList) Descriptor

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

func (*MariaDBQueriesList) Marshal

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

func (*MariaDBQueriesList) MarshalTo

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

func (*MariaDBQueriesList) MarshalToSizedBuffer

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

func (*MariaDBQueriesList) ProtoMessage

func (*MariaDBQueriesList) ProtoMessage()

func (*MariaDBQueriesList) Reset

func (m *MariaDBQueriesList) Reset()

func (*MariaDBQueriesList) Size

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

func (*MariaDBQueriesList) String

func (this *MariaDBQueriesList) String() string

func (*MariaDBQueriesList) Unmarshal

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

func (*MariaDBQueriesList) XXX_DiscardUnknown

func (m *MariaDBQueriesList) XXX_DiscardUnknown()

func (*MariaDBQueriesList) XXX_Marshal

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

func (*MariaDBQueriesList) XXX_Merge

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

func (*MariaDBQueriesList) XXX_Size

func (m *MariaDBQueriesList) XXX_Size() int

func (*MariaDBQueriesList) XXX_Unmarshal

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

type MariaDBQueriesSpec

type MariaDBQueriesSpec struct {
	Queries []MariaDBQuerySpec `json:"queries" protobuf:"bytes,1,rep,name=queries"`
}

MariaDBQueriesSpec defines the desired state of MariaDBQueries

func (*MariaDBQueriesSpec) DeepCopy

func (in *MariaDBQueriesSpec) DeepCopy() *MariaDBQueriesSpec

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

func (*MariaDBQueriesSpec) DeepCopyInto

func (in *MariaDBQueriesSpec) DeepCopyInto(out *MariaDBQueriesSpec)

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

func (*MariaDBQueriesSpec) Descriptor

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

func (*MariaDBQueriesSpec) Marshal

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

func (*MariaDBQueriesSpec) MarshalTo

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

func (*MariaDBQueriesSpec) MarshalToSizedBuffer

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

func (*MariaDBQueriesSpec) ProtoMessage

func (*MariaDBQueriesSpec) ProtoMessage()

func (*MariaDBQueriesSpec) Reset

func (m *MariaDBQueriesSpec) Reset()

func (*MariaDBQueriesSpec) Size

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

func (*MariaDBQueriesSpec) String

func (this *MariaDBQueriesSpec) String() string

func (*MariaDBQueriesSpec) Unmarshal

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

func (*MariaDBQueriesSpec) XXX_DiscardUnknown

func (m *MariaDBQueriesSpec) XXX_DiscardUnknown()

func (*MariaDBQueriesSpec) XXX_Marshal

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

func (*MariaDBQueriesSpec) XXX_Merge

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

func (*MariaDBQueriesSpec) XXX_Size

func (m *MariaDBQueriesSpec) XXX_Size() int

func (*MariaDBQueriesSpec) XXX_Unmarshal

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

type MariaDBQuerySpec

type MariaDBQuerySpec struct {
	StartTime        string `json:"startTime" protobuf:"bytes,1,opt,name=startTime"`
	UserHost         string `json:"userHost" protobuf:"bytes,2,opt,name=userHost"`
	QueryTimeInMilli string `json:"queryTimeInMilli" protobuf:"bytes,3,opt,name=queryTimeInMilli"`
	LockTimeInMilli  string `json:"lockTimeInMilli" protobuf:"bytes,4,opt,name=lockTimeInMilli"`
	RowsSent         int64  `json:"rows_sent" protobuf:"varint,5,opt,name=rows_sent,json=rowsSent"`
	RowsExamined     int64  `json:"rows_examined" protobuf:"varint,6,opt,name=rows_examined,json=rowsExamined"`
	DB               string `json:"db" protobuf:"bytes,7,opt,name=db"`
	LastInsertId     int64  `json:"lastInsertId" protobuf:"varint,8,opt,name=lastInsertId"`
	InsertId         int64  `json:"insertId" protobuf:"varint,9,opt,name=insertId"`
	ServerId         int64  `json:"serverId" protobuf:"varint,10,opt,name=serverId"`
	SQLText          string `json:"sqlText" protobuf:"bytes,11,opt,name=sqlText"`
	ThreadId         int64  `json:"threadId" protobuf:"varint,12,opt,name=threadId"`
	RowsAffected     int64  `json:"rowsAffected" protobuf:"varint,13,opt,name=rowsAffected"`
}

func (*MariaDBQuerySpec) DeepCopy

func (in *MariaDBQuerySpec) DeepCopy() *MariaDBQuerySpec

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

func (*MariaDBQuerySpec) DeepCopyInto

func (in *MariaDBQuerySpec) DeepCopyInto(out *MariaDBQuerySpec)

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

func (*MariaDBQuerySpec) Descriptor

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

func (*MariaDBQuerySpec) Marshal

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

func (*MariaDBQuerySpec) MarshalTo

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

func (*MariaDBQuerySpec) MarshalToSizedBuffer

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

func (*MariaDBQuerySpec) ProtoMessage

func (*MariaDBQuerySpec) ProtoMessage()

func (*MariaDBQuerySpec) Reset

func (m *MariaDBQuerySpec) Reset()

func (*MariaDBQuerySpec) Size

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

func (*MariaDBQuerySpec) String

func (this *MariaDBQuerySpec) String() string

func (*MariaDBQuerySpec) Unmarshal

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

func (*MariaDBQuerySpec) XXX_DiscardUnknown

func (m *MariaDBQuerySpec) XXX_DiscardUnknown()

func (*MariaDBQuerySpec) XXX_Marshal

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

func (*MariaDBQuerySpec) XXX_Merge

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

func (*MariaDBQuerySpec) XXX_Size

func (m *MariaDBQuerySpec) XXX_Size() int

func (*MariaDBQuerySpec) XXX_Unmarshal

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

type MariaDBSchemaOverview

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

	Spec MariaDBSchemaOverviewSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MariaDBSchemaOverview) DeepCopy

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

func (*MariaDBSchemaOverview) DeepCopyInto

func (in *MariaDBSchemaOverview) DeepCopyInto(out *MariaDBSchemaOverview)

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

func (*MariaDBSchemaOverview) DeepCopyObject

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

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

func (*MariaDBSchemaOverview) Descriptor

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

func (*MariaDBSchemaOverview) Marshal

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

func (*MariaDBSchemaOverview) MarshalTo

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

func (*MariaDBSchemaOverview) MarshalToSizedBuffer

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

func (*MariaDBSchemaOverview) ProtoMessage

func (*MariaDBSchemaOverview) ProtoMessage()

func (*MariaDBSchemaOverview) Reset

func (m *MariaDBSchemaOverview) Reset()

func (*MariaDBSchemaOverview) Size

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

func (*MariaDBSchemaOverview) String

func (this *MariaDBSchemaOverview) String() string

func (*MariaDBSchemaOverview) Unmarshal

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

func (*MariaDBSchemaOverview) XXX_DiscardUnknown

func (m *MariaDBSchemaOverview) XXX_DiscardUnknown()

func (*MariaDBSchemaOverview) XXX_Marshal

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

func (*MariaDBSchemaOverview) XXX_Merge

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

func (*MariaDBSchemaOverview) XXX_Size

func (m *MariaDBSchemaOverview) XXX_Size() int

func (*MariaDBSchemaOverview) XXX_Unmarshal

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

type MariaDBSchemaOverviewList

type MariaDBSchemaOverviewList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []MariaDBSchemaOverview `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MariaDBSchemaOverviewList) DeepCopy

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

func (*MariaDBSchemaOverviewList) DeepCopyInto

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

func (*MariaDBSchemaOverviewList) DeepCopyObject

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

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

func (*MariaDBSchemaOverviewList) Descriptor

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

func (*MariaDBSchemaOverviewList) Marshal

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

func (*MariaDBSchemaOverviewList) MarshalTo

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

func (*MariaDBSchemaOverviewList) MarshalToSizedBuffer

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

func (*MariaDBSchemaOverviewList) ProtoMessage

func (*MariaDBSchemaOverviewList) ProtoMessage()

func (*MariaDBSchemaOverviewList) Reset

func (m *MariaDBSchemaOverviewList) Reset()

func (*MariaDBSchemaOverviewList) Size

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

func (*MariaDBSchemaOverviewList) String

func (this *MariaDBSchemaOverviewList) String() string

func (*MariaDBSchemaOverviewList) Unmarshal

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

func (*MariaDBSchemaOverviewList) XXX_DiscardUnknown

func (m *MariaDBSchemaOverviewList) XXX_DiscardUnknown()

func (*MariaDBSchemaOverviewList) XXX_Marshal

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

func (*MariaDBSchemaOverviewList) XXX_Merge

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

func (*MariaDBSchemaOverviewList) XXX_Size

func (m *MariaDBSchemaOverviewList) XXX_Size() int

func (*MariaDBSchemaOverviewList) XXX_Unmarshal

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

type MariaDBSchemaOverviewSpec

type MariaDBSchemaOverviewSpec = GenericSchemaOverviewSpec

type MongoDBCollectionSpec

type MongoDBCollectionSpec struct {
	Name      string  `json:"name" protobuf:"bytes,1,opt,name=name"`
	TotalSize []int32 `json:"size" protobuf:"varint,2,rep,name=size"`
}

func (*MongoDBCollectionSpec) DeepCopy

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

func (*MongoDBCollectionSpec) DeepCopyInto

func (in *MongoDBCollectionSpec) DeepCopyInto(out *MongoDBCollectionSpec)

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

func (*MongoDBCollectionSpec) Descriptor

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

func (*MongoDBCollectionSpec) Marshal

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

func (*MongoDBCollectionSpec) MarshalTo

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

func (*MongoDBCollectionSpec) MarshalToSizedBuffer

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

func (*MongoDBCollectionSpec) ProtoMessage

func (*MongoDBCollectionSpec) ProtoMessage()

func (*MongoDBCollectionSpec) Reset

func (m *MongoDBCollectionSpec) Reset()

func (*MongoDBCollectionSpec) Size

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

func (*MongoDBCollectionSpec) String

func (this *MongoDBCollectionSpec) String() string

func (*MongoDBCollectionSpec) Unmarshal

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

func (*MongoDBCollectionSpec) XXX_DiscardUnknown

func (m *MongoDBCollectionSpec) XXX_DiscardUnknown()

func (*MongoDBCollectionSpec) XXX_Marshal

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

func (*MongoDBCollectionSpec) XXX_Merge

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

func (*MongoDBCollectionSpec) XXX_Size

func (m *MongoDBCollectionSpec) XXX_Size() int

func (*MongoDBCollectionSpec) XXX_Unmarshal

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

type MongoDBConnectionsInfo

type MongoDBConnectionsInfo struct {
	CurrentConnections   int32 `json:"currentConnections" protobuf:"varint,1,opt,name=currentConnections"`
	TotalConnections     int32 `json:"totalConnections" protobuf:"varint,2,opt,name=totalConnections"`
	AvailableConnections int32 `json:"availableConnections" protobuf:"varint,3,opt,name=availableConnections"`
	ActiveConnections    int32 `json:"activeConnections" protobuf:"varint,4,opt,name=activeConnections"`
}

func (*MongoDBConnectionsInfo) DeepCopy

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

func (*MongoDBConnectionsInfo) DeepCopyInto

func (in *MongoDBConnectionsInfo) DeepCopyInto(out *MongoDBConnectionsInfo)

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

func (*MongoDBConnectionsInfo) Descriptor

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

func (*MongoDBConnectionsInfo) Marshal

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

func (*MongoDBConnectionsInfo) MarshalTo

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

func (*MongoDBConnectionsInfo) MarshalToSizedBuffer

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

func (*MongoDBConnectionsInfo) ProtoMessage

func (*MongoDBConnectionsInfo) ProtoMessage()

func (*MongoDBConnectionsInfo) Reset

func (m *MongoDBConnectionsInfo) Reset()

func (*MongoDBConnectionsInfo) Size

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

func (*MongoDBConnectionsInfo) String

func (this *MongoDBConnectionsInfo) String() string

func (*MongoDBConnectionsInfo) Unmarshal

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

func (*MongoDBConnectionsInfo) XXX_DiscardUnknown

func (m *MongoDBConnectionsInfo) XXX_DiscardUnknown()

func (*MongoDBConnectionsInfo) XXX_Marshal

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

func (*MongoDBConnectionsInfo) XXX_Merge

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

func (*MongoDBConnectionsInfo) XXX_Size

func (m *MongoDBConnectionsInfo) XXX_Size() int

func (*MongoDBConnectionsInfo) XXX_Unmarshal

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

type MongoDBDatabaseStats

type MongoDBDatabaseStats struct {
	TotalCollections int32 `json:"totalCollections" protobuf:"varint,1,opt,name=totalCollections"`
	DataSize         int64 `json:"dataSize" protobuf:"varint,2,opt,name=dataSize"`
	TotalIndexes     int32 `json:"totalIndexes" protobuf:"varint,3,opt,name=totalIndexes"`
	IndexSize        int64 `json:"indexSize" protobuf:"varint,4,opt,name=indexSize"`
}

func (*MongoDBDatabaseStats) DeepCopy

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

func (*MongoDBDatabaseStats) DeepCopyInto

func (in *MongoDBDatabaseStats) DeepCopyInto(out *MongoDBDatabaseStats)

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

func (*MongoDBDatabaseStats) Descriptor

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

func (*MongoDBDatabaseStats) Marshal

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

func (*MongoDBDatabaseStats) MarshalTo

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

func (*MongoDBDatabaseStats) MarshalToSizedBuffer

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

func (*MongoDBDatabaseStats) ProtoMessage

func (*MongoDBDatabaseStats) ProtoMessage()

func (*MongoDBDatabaseStats) Reset

func (m *MongoDBDatabaseStats) Reset()

func (*MongoDBDatabaseStats) Size

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

func (*MongoDBDatabaseStats) String

func (this *MongoDBDatabaseStats) String() string

func (*MongoDBDatabaseStats) Unmarshal

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

func (*MongoDBDatabaseStats) XXX_DiscardUnknown

func (m *MongoDBDatabaseStats) XXX_DiscardUnknown()

func (*MongoDBDatabaseStats) XXX_Marshal

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

func (*MongoDBDatabaseStats) XXX_Merge

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

func (*MongoDBDatabaseStats) XXX_Size

func (m *MongoDBDatabaseStats) XXX_Size() int

func (*MongoDBDatabaseStats) XXX_Unmarshal

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

type MongoDBMode

type MongoDBMode string

+kubebuilder:validation:Enum=Standalone;ReplicaSet;Sharded

const (
	MongoDBModeStandalone MongoDBMode = "Standalone"
	MongoDBModeReplicaSet MongoDBMode = "ReplicaSet"
	MongoDBModeSharded    MongoDBMode = "Sharded"
)

type MongoDBOperation

type MongoDBOperation string

+kubebuilder:validation:Enum=QUERY;INSERT;UPDATE;DELETE;GETMORE

const (
	MongoDBOperationQuery   MongoDBOperation = "QUERY"
	MongoDBOperationInsert  MongoDBOperation = "INSERT"
	MongoDBOperationUpdate  MongoDBOperation = "UPDATE"
	MongoDBOperationDelete  MongoDBOperation = "DELETE"
	MongoDBOperationGetMore MongoDBOperation = "GETMORE"
)

type MongoDBOverview

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

	Spec   MongoDBOverviewSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status api.MongoDBStatus   `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MongoDBOverview) DeepCopy

func (in *MongoDBOverview) DeepCopy() *MongoDBOverview

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

func (*MongoDBOverview) DeepCopyInto

func (in *MongoDBOverview) DeepCopyInto(out *MongoDBOverview)

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

func (*MongoDBOverview) DeepCopyObject

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

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

func (*MongoDBOverview) Descriptor

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

func (*MongoDBOverview) Marshal

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

func (*MongoDBOverview) MarshalTo

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

func (*MongoDBOverview) MarshalToSizedBuffer

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

func (*MongoDBOverview) ProtoMessage

func (*MongoDBOverview) ProtoMessage()

func (*MongoDBOverview) Reset

func (m *MongoDBOverview) Reset()

func (*MongoDBOverview) Size

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

func (*MongoDBOverview) String

func (this *MongoDBOverview) String() string

func (*MongoDBOverview) Unmarshal

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

func (*MongoDBOverview) XXX_DiscardUnknown

func (m *MongoDBOverview) XXX_DiscardUnknown()

func (*MongoDBOverview) XXX_Marshal

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

func (*MongoDBOverview) XXX_Merge

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

func (*MongoDBOverview) XXX_Size

func (m *MongoDBOverview) XXX_Size() int

func (*MongoDBOverview) XXX_Unmarshal

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

type MongoDBOverviewList

type MongoDBOverviewList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []MongoDBOverview `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MongoDBOverviewList) DeepCopy

func (in *MongoDBOverviewList) DeepCopy() *MongoDBOverviewList

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

func (*MongoDBOverviewList) DeepCopyInto

func (in *MongoDBOverviewList) DeepCopyInto(out *MongoDBOverviewList)

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

func (*MongoDBOverviewList) DeepCopyObject

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

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

func (*MongoDBOverviewList) Descriptor

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

func (*MongoDBOverviewList) Marshal

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

func (*MongoDBOverviewList) MarshalTo

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

func (*MongoDBOverviewList) MarshalToSizedBuffer

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

func (*MongoDBOverviewList) ProtoMessage

func (*MongoDBOverviewList) ProtoMessage()

func (*MongoDBOverviewList) Reset

func (m *MongoDBOverviewList) Reset()

func (*MongoDBOverviewList) Size

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

func (*MongoDBOverviewList) String

func (this *MongoDBOverviewList) String() string

func (*MongoDBOverviewList) Unmarshal

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

func (*MongoDBOverviewList) XXX_DiscardUnknown

func (m *MongoDBOverviewList) XXX_DiscardUnknown()

func (*MongoDBOverviewList) XXX_Marshal

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

func (*MongoDBOverviewList) XXX_Merge

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

func (*MongoDBOverviewList) XXX_Size

func (m *MongoDBOverviewList) XXX_Size() int

func (*MongoDBOverviewList) XXX_Unmarshal

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

type MongoDBOverviewSpec

type MongoDBOverviewSpec struct {
	Name           string                  `json:"name" protobuf:"bytes,1,opt,name=name"`
	Namespace      string                  `json:"namespace" protobuf:"bytes,2,opt,name=namespace"`
	Version        string                  `json:"version" protobuf:"bytes,3,opt,name=version"`
	Type           MongoDBMode             `json:"type" protobuf:"bytes,4,opt,name=type,casttype=MongoDBMode"`
	Status         api.DatabasePhase       `json:"status" protobuf:"bytes,5,opt,name=status,casttype=DBStatus"`
	ConnectionInfo *DBConnectionInfo       `json:"connectionInfo" protobuf:"bytes,6,opt,name=connectionInfo"`
	Credentials    *DBCredentials          `json:"credentials" protobuf:"bytes,7,opt,name=credentials"`
	Connections    *MongoDBConnectionsInfo `json:"connections" protobuf:"bytes,8,opt,name=connections"`
	DBStats        *MongoDBDatabaseStats   `json:"dbStats" protobuf:"bytes,9,opt,name=dbStats"`
	ShardsInfo     *MongoDBShardsInfo      `json:"shardsInfo,omitempty" protobuf:"bytes,10,opt,name=shardsInfo"`
	ReplicaSetInfo *MongoDBReplicaSetInfo  `json:"replicaSetInfo,omitempty" protobuf:"bytes,11,opt,name=replicaSetInfo"`
	Resources      corev1.ResourceList     `` /* 136-byte string literal not displayed */
	SecurityReport *SecurityReport         `json:"securityReport" protobuf:"bytes,13,opt,name=securityReport"`
}

MongoDBOverviewSpec defines the desired state of MongoDBOverview

func (*MongoDBOverviewSpec) DeepCopy

func (in *MongoDBOverviewSpec) DeepCopy() *MongoDBOverviewSpec

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

func (*MongoDBOverviewSpec) DeepCopyInto

func (in *MongoDBOverviewSpec) DeepCopyInto(out *MongoDBOverviewSpec)

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

func (*MongoDBOverviewSpec) Descriptor

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

func (*MongoDBOverviewSpec) Marshal

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

func (*MongoDBOverviewSpec) MarshalTo

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

func (*MongoDBOverviewSpec) MarshalToSizedBuffer

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

func (*MongoDBOverviewSpec) ProtoMessage

func (*MongoDBOverviewSpec) ProtoMessage()

func (*MongoDBOverviewSpec) Reset

func (m *MongoDBOverviewSpec) Reset()

func (*MongoDBOverviewSpec) Size

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

func (*MongoDBOverviewSpec) String

func (this *MongoDBOverviewSpec) String() string

func (*MongoDBOverviewSpec) Unmarshal

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

func (*MongoDBOverviewSpec) XXX_DiscardUnknown

func (m *MongoDBOverviewSpec) XXX_DiscardUnknown()

func (*MongoDBOverviewSpec) XXX_Marshal

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

func (*MongoDBOverviewSpec) XXX_Merge

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

func (*MongoDBOverviewSpec) XXX_Size

func (m *MongoDBOverviewSpec) XXX_Size() int

func (*MongoDBOverviewSpec) XXX_Unmarshal

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

type MongoDBQueries

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

	Spec MongoDBQueriesSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MongoDBQueries) DeepCopy

func (in *MongoDBQueries) DeepCopy() *MongoDBQueries

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

func (*MongoDBQueries) DeepCopyInto

func (in *MongoDBQueries) DeepCopyInto(out *MongoDBQueries)

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

func (*MongoDBQueries) DeepCopyObject

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

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

func (*MongoDBQueries) Descriptor

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

func (*MongoDBQueries) Marshal

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

func (*MongoDBQueries) MarshalTo

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

func (*MongoDBQueries) MarshalToSizedBuffer

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

func (*MongoDBQueries) ProtoMessage

func (*MongoDBQueries) ProtoMessage()

func (*MongoDBQueries) Reset

func (m *MongoDBQueries) Reset()

func (*MongoDBQueries) Size

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

func (*MongoDBQueries) String

func (this *MongoDBQueries) String() string

func (*MongoDBQueries) Unmarshal

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

func (*MongoDBQueries) XXX_DiscardUnknown

func (m *MongoDBQueries) XXX_DiscardUnknown()

func (*MongoDBQueries) XXX_Marshal

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

func (*MongoDBQueries) XXX_Merge

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

func (*MongoDBQueries) XXX_Size

func (m *MongoDBQueries) XXX_Size() int

func (*MongoDBQueries) XXX_Unmarshal

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

type MongoDBQueriesList

type MongoDBQueriesList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []MongoDBQueries `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MongoDBQueriesList) DeepCopy

func (in *MongoDBQueriesList) DeepCopy() *MongoDBQueriesList

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

func (*MongoDBQueriesList) DeepCopyInto

func (in *MongoDBQueriesList) DeepCopyInto(out *MongoDBQueriesList)

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

func (*MongoDBQueriesList) DeepCopyObject

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

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

func (*MongoDBQueriesList) Descriptor

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

func (*MongoDBQueriesList) Marshal

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

func (*MongoDBQueriesList) MarshalTo

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

func (*MongoDBQueriesList) MarshalToSizedBuffer

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

func (*MongoDBQueriesList) ProtoMessage

func (*MongoDBQueriesList) ProtoMessage()

func (*MongoDBQueriesList) Reset

func (m *MongoDBQueriesList) Reset()

func (*MongoDBQueriesList) Size

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

func (*MongoDBQueriesList) String

func (this *MongoDBQueriesList) String() string

func (*MongoDBQueriesList) Unmarshal

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

func (*MongoDBQueriesList) XXX_DiscardUnknown

func (m *MongoDBQueriesList) XXX_DiscardUnknown()

func (*MongoDBQueriesList) XXX_Marshal

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

func (*MongoDBQueriesList) XXX_Merge

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

func (*MongoDBQueriesList) XXX_Size

func (m *MongoDBQueriesList) XXX_Size() int

func (*MongoDBQueriesList) XXX_Unmarshal

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

type MongoDBQueriesSpec

type MongoDBQueriesSpec struct {
	Queries []MongoDBQuerySpec `json:"queries" protobuf:"bytes,1,rep,name=queries"`
}

MongoDBQueriesSpec defines the desired state of MongoDBQueries

func (*MongoDBQueriesSpec) DeepCopy

func (in *MongoDBQueriesSpec) DeepCopy() *MongoDBQueriesSpec

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

func (*MongoDBQueriesSpec) DeepCopyInto

func (in *MongoDBQueriesSpec) DeepCopyInto(out *MongoDBQueriesSpec)

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

func (*MongoDBQueriesSpec) Descriptor

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

func (*MongoDBQueriesSpec) Marshal

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

func (*MongoDBQueriesSpec) MarshalTo

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

func (*MongoDBQueriesSpec) MarshalToSizedBuffer

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

func (*MongoDBQueriesSpec) ProtoMessage

func (*MongoDBQueriesSpec) ProtoMessage()

func (*MongoDBQueriesSpec) Reset

func (m *MongoDBQueriesSpec) Reset()

func (*MongoDBQueriesSpec) Size

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

func (*MongoDBQueriesSpec) String

func (this *MongoDBQueriesSpec) String() string

func (*MongoDBQueriesSpec) Unmarshal

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

func (*MongoDBQueriesSpec) XXX_DiscardUnknown

func (m *MongoDBQueriesSpec) XXX_DiscardUnknown()

func (*MongoDBQueriesSpec) XXX_Marshal

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

func (*MongoDBQueriesSpec) XXX_Merge

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

func (*MongoDBQueriesSpec) XXX_Size

func (m *MongoDBQueriesSpec) XXX_Size() int

func (*MongoDBQueriesSpec) XXX_Unmarshal

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

type MongoDBQuerySpec

type MongoDBQuerySpec struct {
	Operation            MongoDBOperation `json:"operation" protobuf:"bytes,1,opt,name=operation,casttype=MongoDBOperation"`
	DatabaseName         string           `json:"databaseName" protobuf:"bytes,2,opt,name=databaseName"`
	CollectionName       string           `json:"collectionName" protobuf:"bytes,3,opt,name=collectionName"`
	Command              string           `json:"command" protobuf:"bytes,4,opt,name=command"`
	Count                int64            `json:"count" protobuf:"varint,5,opt,name=count"`
	AvgExecutionTimeInMS int64            `json:"avgExecutionTimeInMS" protobuf:"varint,6,opt,name=avgExecutionTimeInMS"`
	MinExecutionTimeInMS int64            `json:"minExecutionTimeInMS" protobuf:"varint,7,opt,name=minExecutionTimeInMS"`
	MaxExecutionTimeInMS int64            `json:"maxExecutionTimeInMS" protobuf:"varint,8,opt,name=maxExecutionTimeInMS"`
}

func (*MongoDBQuerySpec) DeepCopy

func (in *MongoDBQuerySpec) DeepCopy() *MongoDBQuerySpec

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

func (*MongoDBQuerySpec) DeepCopyInto

func (in *MongoDBQuerySpec) DeepCopyInto(out *MongoDBQuerySpec)

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

func (*MongoDBQuerySpec) Descriptor

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

func (*MongoDBQuerySpec) Marshal

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

func (*MongoDBQuerySpec) MarshalTo

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

func (*MongoDBQuerySpec) MarshalToSizedBuffer

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

func (*MongoDBQuerySpec) ProtoMessage

func (*MongoDBQuerySpec) ProtoMessage()

func (*MongoDBQuerySpec) Reset

func (m *MongoDBQuerySpec) Reset()

func (*MongoDBQuerySpec) Size

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

func (*MongoDBQuerySpec) String

func (this *MongoDBQuerySpec) String() string

func (*MongoDBQuerySpec) Unmarshal

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

func (*MongoDBQuerySpec) XXX_DiscardUnknown

func (m *MongoDBQuerySpec) XXX_DiscardUnknown()

func (*MongoDBQuerySpec) XXX_Marshal

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

func (*MongoDBQuerySpec) XXX_Merge

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

func (*MongoDBQuerySpec) XXX_Size

func (m *MongoDBQuerySpec) XXX_Size() int

func (*MongoDBQuerySpec) XXX_Unmarshal

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

type MongoDBReplicaSetInfo

type MongoDBReplicaSetInfo struct {
	NumberOfReplicas int32 `json:"numberOfReplicas" protobuf:"varint,1,opt,name=numberOfReplicas"`
}

func (*MongoDBReplicaSetInfo) DeepCopy

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

func (*MongoDBReplicaSetInfo) DeepCopyInto

func (in *MongoDBReplicaSetInfo) DeepCopyInto(out *MongoDBReplicaSetInfo)

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

func (*MongoDBReplicaSetInfo) Descriptor

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

func (*MongoDBReplicaSetInfo) Marshal

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

func (*MongoDBReplicaSetInfo) MarshalTo

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

func (*MongoDBReplicaSetInfo) MarshalToSizedBuffer

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

func (*MongoDBReplicaSetInfo) ProtoMessage

func (*MongoDBReplicaSetInfo) ProtoMessage()

func (*MongoDBReplicaSetInfo) Reset

func (m *MongoDBReplicaSetInfo) Reset()

func (*MongoDBReplicaSetInfo) Size

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

func (*MongoDBReplicaSetInfo) String

func (this *MongoDBReplicaSetInfo) String() string

func (*MongoDBReplicaSetInfo) Unmarshal

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

func (*MongoDBReplicaSetInfo) XXX_DiscardUnknown

func (m *MongoDBReplicaSetInfo) XXX_DiscardUnknown()

func (*MongoDBReplicaSetInfo) XXX_Marshal

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

func (*MongoDBReplicaSetInfo) XXX_Merge

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

func (*MongoDBReplicaSetInfo) XXX_Size

func (m *MongoDBReplicaSetInfo) XXX_Size() int

func (*MongoDBReplicaSetInfo) XXX_Unmarshal

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

type MongoDBSchemaOverview

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

	Spec MongoDBSchemaOverviewSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MongoDBSchemaOverview) DeepCopy

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

func (*MongoDBSchemaOverview) DeepCopyInto

func (in *MongoDBSchemaOverview) DeepCopyInto(out *MongoDBSchemaOverview)

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

func (*MongoDBSchemaOverview) DeepCopyObject

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

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

func (*MongoDBSchemaOverview) Descriptor

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

func (*MongoDBSchemaOverview) Marshal

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

func (*MongoDBSchemaOverview) MarshalTo

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

func (*MongoDBSchemaOverview) MarshalToSizedBuffer

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

func (*MongoDBSchemaOverview) ProtoMessage

func (*MongoDBSchemaOverview) ProtoMessage()

func (*MongoDBSchemaOverview) Reset

func (m *MongoDBSchemaOverview) Reset()

func (*MongoDBSchemaOverview) Size

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

func (*MongoDBSchemaOverview) String

func (this *MongoDBSchemaOverview) String() string

func (*MongoDBSchemaOverview) Unmarshal

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

func (*MongoDBSchemaOverview) XXX_DiscardUnknown

func (m *MongoDBSchemaOverview) XXX_DiscardUnknown()

func (*MongoDBSchemaOverview) XXX_Marshal

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

func (*MongoDBSchemaOverview) XXX_Merge

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

func (*MongoDBSchemaOverview) XXX_Size

func (m *MongoDBSchemaOverview) XXX_Size() int

func (*MongoDBSchemaOverview) XXX_Unmarshal

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

type MongoDBSchemaOverviewList

type MongoDBSchemaOverviewList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []MongoDBSchemaOverview `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MongoDBSchemaOverviewList) DeepCopy

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

func (*MongoDBSchemaOverviewList) DeepCopyInto

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

func (*MongoDBSchemaOverviewList) DeepCopyObject

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

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

func (*MongoDBSchemaOverviewList) Descriptor

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

func (*MongoDBSchemaOverviewList) Marshal

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

func (*MongoDBSchemaOverviewList) MarshalTo

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

func (*MongoDBSchemaOverviewList) MarshalToSizedBuffer

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

func (*MongoDBSchemaOverviewList) ProtoMessage

func (*MongoDBSchemaOverviewList) ProtoMessage()

func (*MongoDBSchemaOverviewList) Reset

func (m *MongoDBSchemaOverviewList) Reset()

func (*MongoDBSchemaOverviewList) Size

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

func (*MongoDBSchemaOverviewList) String

func (this *MongoDBSchemaOverviewList) String() string

func (*MongoDBSchemaOverviewList) Unmarshal

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

func (*MongoDBSchemaOverviewList) XXX_DiscardUnknown

func (m *MongoDBSchemaOverviewList) XXX_DiscardUnknown()

func (*MongoDBSchemaOverviewList) XXX_Marshal

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

func (*MongoDBSchemaOverviewList) XXX_Merge

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

func (*MongoDBSchemaOverviewList) XXX_Size

func (m *MongoDBSchemaOverviewList) XXX_Size() int

func (*MongoDBSchemaOverviewList) XXX_Unmarshal

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

type MongoDBSchemaOverviewSpec

type MongoDBSchemaOverviewSpec struct {
	Collections []MongoDBCollectionSpec `json:"collections" protobuf:"bytes,1,rep,name=collections"`
}

MongoDBSchemaOverviewSpec defines the desired state of MongoDBSchemaOverview

func (*MongoDBSchemaOverviewSpec) DeepCopy

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

func (*MongoDBSchemaOverviewSpec) DeepCopyInto

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

func (*MongoDBSchemaOverviewSpec) Descriptor

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

func (*MongoDBSchemaOverviewSpec) Marshal

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

func (*MongoDBSchemaOverviewSpec) MarshalTo

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

func (*MongoDBSchemaOverviewSpec) MarshalToSizedBuffer

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

func (*MongoDBSchemaOverviewSpec) ProtoMessage

func (*MongoDBSchemaOverviewSpec) ProtoMessage()

func (*MongoDBSchemaOverviewSpec) Reset

func (m *MongoDBSchemaOverviewSpec) Reset()

func (*MongoDBSchemaOverviewSpec) Size

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

func (*MongoDBSchemaOverviewSpec) String

func (this *MongoDBSchemaOverviewSpec) String() string

func (*MongoDBSchemaOverviewSpec) Unmarshal

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

func (*MongoDBSchemaOverviewSpec) XXX_DiscardUnknown

func (m *MongoDBSchemaOverviewSpec) XXX_DiscardUnknown()

func (*MongoDBSchemaOverviewSpec) XXX_Marshal

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

func (*MongoDBSchemaOverviewSpec) XXX_Merge

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

func (*MongoDBSchemaOverviewSpec) XXX_Size

func (m *MongoDBSchemaOverviewSpec) XXX_Size() int

func (*MongoDBSchemaOverviewSpec) XXX_Unmarshal

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

type MongoDBShardsInfo

type MongoDBShardsInfo struct {
	NumberOfShards    int32 `json:"numberOfShards" protobuf:"varint,1,opt,name=numberOfShards"`
	ReplicasPerShards int32 `json:"replicasPerShards" protobuf:"varint,2,opt,name=replicasPerShards"`
	NumberOfChunks    int32 `json:"numberOfChunks" protobuf:"varint,3,opt,name=numberOfChunks"`
	BalancerEnabled   bool  `json:"balancerEnabled" protobuf:"varint,4,opt,name=balancerEnabled"`
	ChunksBalanced    bool  `json:"chunksBalanced" protobuf:"varint,5,opt,name=chunksBalanced"`
}

func (*MongoDBShardsInfo) DeepCopy

func (in *MongoDBShardsInfo) DeepCopy() *MongoDBShardsInfo

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

func (*MongoDBShardsInfo) DeepCopyInto

func (in *MongoDBShardsInfo) DeepCopyInto(out *MongoDBShardsInfo)

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

func (*MongoDBShardsInfo) Descriptor

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

func (*MongoDBShardsInfo) Marshal

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

func (*MongoDBShardsInfo) MarshalTo

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

func (*MongoDBShardsInfo) MarshalToSizedBuffer

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

func (*MongoDBShardsInfo) ProtoMessage

func (*MongoDBShardsInfo) ProtoMessage()

func (*MongoDBShardsInfo) Reset

func (m *MongoDBShardsInfo) Reset()

func (*MongoDBShardsInfo) Size

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

func (*MongoDBShardsInfo) String

func (this *MongoDBShardsInfo) String() string

func (*MongoDBShardsInfo) Unmarshal

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

func (*MongoDBShardsInfo) XXX_DiscardUnknown

func (m *MongoDBShardsInfo) XXX_DiscardUnknown()

func (*MongoDBShardsInfo) XXX_Marshal

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

func (*MongoDBShardsInfo) XXX_Merge

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

func (*MongoDBShardsInfo) XXX_Size

func (m *MongoDBShardsInfo) XXX_Size() int

func (*MongoDBShardsInfo) XXX_Unmarshal

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

type MySQLOverview

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

	Spec   MySQLOverviewSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status api.MySQLStatus   `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MySQLOverview) DeepCopy

func (in *MySQLOverview) DeepCopy() *MySQLOverview

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

func (*MySQLOverview) DeepCopyInto

func (in *MySQLOverview) DeepCopyInto(out *MySQLOverview)

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

func (*MySQLOverview) DeepCopyObject

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

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

func (*MySQLOverview) Descriptor

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

func (*MySQLOverview) Marshal

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

func (*MySQLOverview) MarshalTo

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

func (*MySQLOverview) MarshalToSizedBuffer

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

func (*MySQLOverview) ProtoMessage

func (*MySQLOverview) ProtoMessage()

func (*MySQLOverview) Reset

func (m *MySQLOverview) Reset()

func (*MySQLOverview) Size

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

func (*MySQLOverview) String

func (this *MySQLOverview) String() string

func (*MySQLOverview) Unmarshal

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

func (*MySQLOverview) XXX_DiscardUnknown

func (m *MySQLOverview) XXX_DiscardUnknown()

func (*MySQLOverview) XXX_Marshal

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

func (*MySQLOverview) XXX_Merge

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

func (*MySQLOverview) XXX_Size

func (m *MySQLOverview) XXX_Size() int

func (*MySQLOverview) XXX_Unmarshal

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

type MySQLOverviewList

type MySQLOverviewList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []MySQLOverview `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MySQLOverviewList) DeepCopy

func (in *MySQLOverviewList) DeepCopy() *MySQLOverviewList

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

func (*MySQLOverviewList) DeepCopyInto

func (in *MySQLOverviewList) DeepCopyInto(out *MySQLOverviewList)

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

func (*MySQLOverviewList) DeepCopyObject

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

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

func (*MySQLOverviewList) Descriptor

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

func (*MySQLOverviewList) Marshal

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

func (*MySQLOverviewList) MarshalTo

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

func (*MySQLOverviewList) MarshalToSizedBuffer

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

func (*MySQLOverviewList) ProtoMessage

func (*MySQLOverviewList) ProtoMessage()

func (*MySQLOverviewList) Reset

func (m *MySQLOverviewList) Reset()

func (*MySQLOverviewList) Size

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

func (*MySQLOverviewList) String

func (this *MySQLOverviewList) String() string

func (*MySQLOverviewList) Unmarshal

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

func (*MySQLOverviewList) XXX_DiscardUnknown

func (m *MySQLOverviewList) XXX_DiscardUnknown()

func (*MySQLOverviewList) XXX_Marshal

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

func (*MySQLOverviewList) XXX_Merge

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

func (*MySQLOverviewList) XXX_Size

func (m *MySQLOverviewList) XXX_Size() int

func (*MySQLOverviewList) XXX_Unmarshal

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

type MySQLOverviewSpec

type MySQLOverviewSpec struct {
	Version                string           `json:"version" protobuf:"bytes,1,opt,name=version"`
	Status                 string           `json:"status" protobuf:"bytes,2,opt,name=status"`
	Mode                   string           `json:"mode" protobuf:"bytes,3,opt,name=mode"`
	ConnectionInfo         DBConnectionInfo `json:"connectionsInfo,omitempty" protobuf:"bytes,4,opt,name=connectionsInfo"`
	Credentials            DBCredentials    `json:"credentials,omitempty" protobuf:"bytes,5,opt,name=credentials"`
	MaxConnections         *int32           `json:"maxConnections,omitempty" protobuf:"varint,6,opt,name=maxConnections"`
	MaxUsedConnections     *int32           `json:"maxUsedConnections,omitempty" protobuf:"varint,7,opt,name=maxUsedConnections"`
	Questions              *int32           `json:"questions" protobuf:"varint,8,opt,name=questions"`
	LongQueryTimeThreshold *float64         `json:"longQueryTimeThreshold,omitempty" protobuf:"fixed64,9,opt,name=longQueryTimeThreshold"`
	NumberOfSlowQueries    *int32           `json:"numberOfSlowQueries,omitempty" protobuf:"varint,10,opt,name=numberOfSlowQueries"`
	AbortedClients         *int32           `json:"abortedClients,omitempty" protobuf:"varint,11,opt,name=abortedClients"`
	AbortedConnections     *int32           `json:"abortedConnections,omitempty" protobuf:"varint,12,opt,name=abortedConnections"`
	ThreadsCached          *int32           `json:"threadsCached,omitempty" protobuf:"varint,13,opt,name=threadsCached"`
	ThreadsConnected       *int32           `json:"threadsConnected,omitempty" protobuf:"varint,14,opt,name=threadsConnected"`
	ThreadsCreated         *int32           `json:"threadsCreated,omitempty" protobuf:"varint,15,opt,name=threadsCreated"`
	ThreadsRunning         *int32           `json:"threadsRunning,omitempty" protobuf:"varint,16,opt,name=threadsRunning"`
}

MySQLOverviewSpec defines the desired state of MySQLOverview

func (*MySQLOverviewSpec) DeepCopy

func (in *MySQLOverviewSpec) DeepCopy() *MySQLOverviewSpec

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

func (*MySQLOverviewSpec) DeepCopyInto

func (in *MySQLOverviewSpec) DeepCopyInto(out *MySQLOverviewSpec)

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

func (*MySQLOverviewSpec) Descriptor

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

func (*MySQLOverviewSpec) Marshal

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

func (*MySQLOverviewSpec) MarshalTo

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

func (*MySQLOverviewSpec) MarshalToSizedBuffer

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

func (*MySQLOverviewSpec) ProtoMessage

func (*MySQLOverviewSpec) ProtoMessage()

func (*MySQLOverviewSpec) Reset

func (m *MySQLOverviewSpec) Reset()

func (*MySQLOverviewSpec) Size

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

func (*MySQLOverviewSpec) String

func (this *MySQLOverviewSpec) String() string

func (*MySQLOverviewSpec) Unmarshal

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

func (*MySQLOverviewSpec) XXX_DiscardUnknown

func (m *MySQLOverviewSpec) XXX_DiscardUnknown()

func (*MySQLOverviewSpec) XXX_Marshal

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

func (*MySQLOverviewSpec) XXX_Merge

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

func (*MySQLOverviewSpec) XXX_Size

func (m *MySQLOverviewSpec) XXX_Size() int

func (*MySQLOverviewSpec) XXX_Unmarshal

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

type MySQLQueries

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

	Spec MySQLQueriesSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MySQLQueries) DeepCopy

func (in *MySQLQueries) DeepCopy() *MySQLQueries

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

func (*MySQLQueries) DeepCopyInto

func (in *MySQLQueries) DeepCopyInto(out *MySQLQueries)

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

func (*MySQLQueries) DeepCopyObject

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

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

func (*MySQLQueries) Descriptor

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

func (*MySQLQueries) Marshal

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

func (*MySQLQueries) MarshalTo

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

func (*MySQLQueries) MarshalToSizedBuffer

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

func (*MySQLQueries) ProtoMessage

func (*MySQLQueries) ProtoMessage()

func (*MySQLQueries) Reset

func (m *MySQLQueries) Reset()

func (*MySQLQueries) Size

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

func (*MySQLQueries) String

func (this *MySQLQueries) String() string

func (*MySQLQueries) Unmarshal

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

func (*MySQLQueries) XXX_DiscardUnknown

func (m *MySQLQueries) XXX_DiscardUnknown()

func (*MySQLQueries) XXX_Marshal

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

func (*MySQLQueries) XXX_Merge

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

func (*MySQLQueries) XXX_Size

func (m *MySQLQueries) XXX_Size() int

func (*MySQLQueries) XXX_Unmarshal

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

type MySQLQueriesList

type MySQLQueriesList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []MySQLQueries `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MySQLQueriesList) DeepCopy

func (in *MySQLQueriesList) DeepCopy() *MySQLQueriesList

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

func (*MySQLQueriesList) DeepCopyInto

func (in *MySQLQueriesList) DeepCopyInto(out *MySQLQueriesList)

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

func (*MySQLQueriesList) DeepCopyObject

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

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

func (*MySQLQueriesList) Descriptor

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

func (*MySQLQueriesList) Marshal

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

func (*MySQLQueriesList) MarshalTo

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

func (*MySQLQueriesList) MarshalToSizedBuffer

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

func (*MySQLQueriesList) ProtoMessage

func (*MySQLQueriesList) ProtoMessage()

func (*MySQLQueriesList) Reset

func (m *MySQLQueriesList) Reset()

func (*MySQLQueriesList) Size

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

func (*MySQLQueriesList) String

func (this *MySQLQueriesList) String() string

func (*MySQLQueriesList) Unmarshal

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

func (*MySQLQueriesList) XXX_DiscardUnknown

func (m *MySQLQueriesList) XXX_DiscardUnknown()

func (*MySQLQueriesList) XXX_Marshal

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

func (*MySQLQueriesList) XXX_Merge

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

func (*MySQLQueriesList) XXX_Size

func (m *MySQLQueriesList) XXX_Size() int

func (*MySQLQueriesList) XXX_Unmarshal

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

type MySQLQueriesSpec

type MySQLQueriesSpec struct {
	Queries []MySQLQuerySpec `json:"queries" protobuf:"bytes,1,rep,name=queries"`
}

MySQLQueriesSpec defines the desired state of MySQLQueries

func (*MySQLQueriesSpec) DeepCopy

func (in *MySQLQueriesSpec) DeepCopy() *MySQLQueriesSpec

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

func (*MySQLQueriesSpec) DeepCopyInto

func (in *MySQLQueriesSpec) DeepCopyInto(out *MySQLQueriesSpec)

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

func (*MySQLQueriesSpec) Descriptor

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

func (*MySQLQueriesSpec) Marshal

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

func (*MySQLQueriesSpec) MarshalTo

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

func (*MySQLQueriesSpec) MarshalToSizedBuffer

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

func (*MySQLQueriesSpec) ProtoMessage

func (*MySQLQueriesSpec) ProtoMessage()

func (*MySQLQueriesSpec) Reset

func (m *MySQLQueriesSpec) Reset()

func (*MySQLQueriesSpec) Size

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

func (*MySQLQueriesSpec) String

func (this *MySQLQueriesSpec) String() string

func (*MySQLQueriesSpec) Unmarshal

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

func (*MySQLQueriesSpec) XXX_DiscardUnknown

func (m *MySQLQueriesSpec) XXX_DiscardUnknown()

func (*MySQLQueriesSpec) XXX_Marshal

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

func (*MySQLQueriesSpec) XXX_Merge

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

func (*MySQLQueriesSpec) XXX_Size

func (m *MySQLQueriesSpec) XXX_Size() int

func (*MySQLQueriesSpec) XXX_Unmarshal

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

type MySQLQuerySpec

type MySQLQuerySpec struct {
	StartTime        string `json:"startTime" protobuf:"bytes,1,opt,name=startTime"`
	UserHost         string `json:"userHost" protobuf:"bytes,2,opt,name=userHost"`
	QueryTimeInMilli string `json:"queryTimeInMilli" protobuf:"bytes,3,opt,name=queryTimeInMilli"`
	LockTimeInMilli  string `json:"lockTimeInMilli" protobuf:"bytes,4,opt,name=lockTimeInMilli"`
	RowsSent         int64  `json:"rows_sent" protobuf:"varint,5,opt,name=rows_sent,json=rowsSent"`
	RowsExamined     int64  `json:"rows_examined" protobuf:"varint,6,opt,name=rows_examined,json=rowsExamined"`
	DB               string `json:"db" protobuf:"bytes,7,opt,name=db"`
	LastInsertId     int64  `json:"lastInsertId" protobuf:"varint,8,opt,name=lastInsertId"`
	InsertId         int64  `json:"insertId" protobuf:"varint,9,opt,name=insertId"`
	ServerId         int64  `json:"serverId" protobuf:"varint,10,opt,name=serverId"`
	SQLText          string `json:"sqlText" protobuf:"bytes,11,opt,name=sqlText"`
	ThreadId         int64  `json:"threadId" protobuf:"varint,12,opt,name=threadId"`
}

func (*MySQLQuerySpec) DeepCopy

func (in *MySQLQuerySpec) DeepCopy() *MySQLQuerySpec

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

func (*MySQLQuerySpec) DeepCopyInto

func (in *MySQLQuerySpec) DeepCopyInto(out *MySQLQuerySpec)

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

func (*MySQLQuerySpec) Descriptor

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

func (*MySQLQuerySpec) Marshal

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

func (*MySQLQuerySpec) MarshalTo

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

func (*MySQLQuerySpec) MarshalToSizedBuffer

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

func (*MySQLQuerySpec) ProtoMessage

func (*MySQLQuerySpec) ProtoMessage()

func (*MySQLQuerySpec) Reset

func (m *MySQLQuerySpec) Reset()

func (*MySQLQuerySpec) Size

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

func (*MySQLQuerySpec) String

func (this *MySQLQuerySpec) String() string

func (*MySQLQuerySpec) Unmarshal

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

func (*MySQLQuerySpec) XXX_DiscardUnknown

func (m *MySQLQuerySpec) XXX_DiscardUnknown()

func (*MySQLQuerySpec) XXX_Marshal

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

func (*MySQLQuerySpec) XXX_Merge

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

func (*MySQLQuerySpec) XXX_Size

func (m *MySQLQuerySpec) XXX_Size() int

func (*MySQLQuerySpec) XXX_Unmarshal

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

type MySQLSchemaOverview

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

	Spec MySQLSchemaOverviewSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MySQLSchemaOverview) DeepCopy

func (in *MySQLSchemaOverview) DeepCopy() *MySQLSchemaOverview

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

func (*MySQLSchemaOverview) DeepCopyInto

func (in *MySQLSchemaOverview) DeepCopyInto(out *MySQLSchemaOverview)

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

func (*MySQLSchemaOverview) DeepCopyObject

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

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

func (*MySQLSchemaOverview) Descriptor

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

func (*MySQLSchemaOverview) Marshal

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

func (*MySQLSchemaOverview) MarshalTo

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

func (*MySQLSchemaOverview) MarshalToSizedBuffer

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

func (*MySQLSchemaOverview) ProtoMessage

func (*MySQLSchemaOverview) ProtoMessage()

func (*MySQLSchemaOverview) Reset

func (m *MySQLSchemaOverview) Reset()

func (*MySQLSchemaOverview) Size

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

func (*MySQLSchemaOverview) String

func (this *MySQLSchemaOverview) String() string

func (*MySQLSchemaOverview) Unmarshal

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

func (*MySQLSchemaOverview) XXX_DiscardUnknown

func (m *MySQLSchemaOverview) XXX_DiscardUnknown()

func (*MySQLSchemaOverview) XXX_Marshal

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

func (*MySQLSchemaOverview) XXX_Merge

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

func (*MySQLSchemaOverview) XXX_Size

func (m *MySQLSchemaOverview) XXX_Size() int

func (*MySQLSchemaOverview) XXX_Unmarshal

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

type MySQLSchemaOverviewList

type MySQLSchemaOverviewList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []MySQLSchemaOverview `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*MySQLSchemaOverviewList) DeepCopy

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

func (*MySQLSchemaOverviewList) DeepCopyInto

func (in *MySQLSchemaOverviewList) DeepCopyInto(out *MySQLSchemaOverviewList)

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

func (*MySQLSchemaOverviewList) DeepCopyObject

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

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

func (*MySQLSchemaOverviewList) Descriptor

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

func (*MySQLSchemaOverviewList) Marshal

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

func (*MySQLSchemaOverviewList) MarshalTo

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

func (*MySQLSchemaOverviewList) MarshalToSizedBuffer

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

func (*MySQLSchemaOverviewList) ProtoMessage

func (*MySQLSchemaOverviewList) ProtoMessage()

func (*MySQLSchemaOverviewList) Reset

func (m *MySQLSchemaOverviewList) Reset()

func (*MySQLSchemaOverviewList) Size

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

func (*MySQLSchemaOverviewList) String

func (this *MySQLSchemaOverviewList) String() string

func (*MySQLSchemaOverviewList) Unmarshal

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

func (*MySQLSchemaOverviewList) XXX_DiscardUnknown

func (m *MySQLSchemaOverviewList) XXX_DiscardUnknown()

func (*MySQLSchemaOverviewList) XXX_Marshal

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

func (*MySQLSchemaOverviewList) XXX_Merge

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

func (*MySQLSchemaOverviewList) XXX_Size

func (m *MySQLSchemaOverviewList) XXX_Size() int

func (*MySQLSchemaOverviewList) XXX_Unmarshal

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

type MySQLSchemaOverviewSpec

type MySQLSchemaOverviewSpec = GenericSchemaOverviewSpec

type NodesStatsCompletionFields

type NodesStatsCompletionFields struct {
	TotalSize   string `json:"size" protobuf:"bytes,3,opt,name=size"`
	SizeInBytes int64  `json:"size_in_bytes" protobuf:"varint,2,opt,name=size_in_bytes,json=sizeInBytes"`
}

func (*NodesStatsCompletionFields) DeepCopy

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

func (*NodesStatsCompletionFields) DeepCopyInto

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

func (*NodesStatsCompletionFields) Descriptor

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

func (*NodesStatsCompletionFields) Marshal

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

func (*NodesStatsCompletionFields) MarshalTo

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

func (*NodesStatsCompletionFields) MarshalToSizedBuffer

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

func (*NodesStatsCompletionFields) ProtoMessage

func (*NodesStatsCompletionFields) ProtoMessage()

func (*NodesStatsCompletionFields) Reset

func (m *NodesStatsCompletionFields) Reset()

func (*NodesStatsCompletionFields) Size

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

func (*NodesStatsCompletionFields) String

func (this *NodesStatsCompletionFields) String() string

func (*NodesStatsCompletionFields) Unmarshal

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

func (*NodesStatsCompletionFields) XXX_DiscardUnknown

func (m *NodesStatsCompletionFields) XXX_DiscardUnknown()

func (*NodesStatsCompletionFields) XXX_Marshal

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

func (*NodesStatsCompletionFields) XXX_Merge

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

func (*NodesStatsCompletionFields) XXX_Size

func (m *NodesStatsCompletionFields) XXX_Size() int

func (*NodesStatsCompletionFields) XXX_Unmarshal

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

type NodesStatsCompletionStats

type NodesStatsCompletionStats struct {
	TotalSize   string                      `json:"size" protobuf:"bytes,4,opt,name=size"`
	SizeInBytes int64                       `json:"size_in_bytes" protobuf:"varint,2,opt,name=size_in_bytes,json=sizeInBytes"`
	Fields      *NodesStatsCompletionFields `json:"fields" protobuf:"bytes,3,opt,name=fields"`
}

func (*NodesStatsCompletionStats) DeepCopy

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

func (*NodesStatsCompletionStats) DeepCopyInto

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

func (*NodesStatsCompletionStats) Descriptor

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

func (*NodesStatsCompletionStats) Marshal

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

func (*NodesStatsCompletionStats) MarshalTo

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

func (*NodesStatsCompletionStats) MarshalToSizedBuffer

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

func (*NodesStatsCompletionStats) ProtoMessage

func (*NodesStatsCompletionStats) ProtoMessage()

func (*NodesStatsCompletionStats) Reset

func (m *NodesStatsCompletionStats) Reset()

func (*NodesStatsCompletionStats) Size

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

func (*NodesStatsCompletionStats) String

func (this *NodesStatsCompletionStats) String() string

func (*NodesStatsCompletionStats) Unmarshal

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

func (*NodesStatsCompletionStats) XXX_DiscardUnknown

func (m *NodesStatsCompletionStats) XXX_DiscardUnknown()

func (*NodesStatsCompletionStats) XXX_Marshal

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

func (*NodesStatsCompletionStats) XXX_Merge

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

func (*NodesStatsCompletionStats) XXX_Size

func (m *NodesStatsCompletionStats) XXX_Size() int

func (*NodesStatsCompletionStats) XXX_Unmarshal

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

type NodesStatsDocsStats

type NodesStatsDocsStats struct {
	Count   int64 `json:"count" protobuf:"varint,1,opt,name=count"`
	Deleted int64 `json:"deleted" protobuf:"varint,2,opt,name=deleted"`
}

func (*NodesStatsDocsStats) DeepCopy

func (in *NodesStatsDocsStats) DeepCopy() *NodesStatsDocsStats

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

func (*NodesStatsDocsStats) DeepCopyInto

func (in *NodesStatsDocsStats) DeepCopyInto(out *NodesStatsDocsStats)

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

func (*NodesStatsDocsStats) Descriptor

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

func (*NodesStatsDocsStats) Marshal

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

func (*NodesStatsDocsStats) MarshalTo

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

func (*NodesStatsDocsStats) MarshalToSizedBuffer

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

func (*NodesStatsDocsStats) ProtoMessage

func (*NodesStatsDocsStats) ProtoMessage()

func (*NodesStatsDocsStats) Reset

func (m *NodesStatsDocsStats) Reset()

func (*NodesStatsDocsStats) Size

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

func (*NodesStatsDocsStats) String

func (this *NodesStatsDocsStats) String() string

func (*NodesStatsDocsStats) Unmarshal

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

func (*NodesStatsDocsStats) XXX_DiscardUnknown

func (m *NodesStatsDocsStats) XXX_DiscardUnknown()

func (*NodesStatsDocsStats) XXX_Marshal

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

func (*NodesStatsDocsStats) XXX_Merge

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

func (*NodesStatsDocsStats) XXX_Size

func (m *NodesStatsDocsStats) XXX_Size() int

func (*NodesStatsDocsStats) XXX_Unmarshal

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

type NodesStatsFieldDataFields

type NodesStatsFieldDataFields struct {
	MemorySize        string `json:"memory_size" protobuf:"bytes,1,opt,name=memory_size,json=memorySize"`
	MemorySizeInBytes int64  `json:"memory_size_in_bytes" protobuf:"varint,2,opt,name=memory_size_in_bytes,json=memorySizeInBytes"`
}

func (*NodesStatsFieldDataFields) DeepCopy

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

func (*NodesStatsFieldDataFields) DeepCopyInto

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

func (*NodesStatsFieldDataFields) Descriptor

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

func (*NodesStatsFieldDataFields) Marshal

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

func (*NodesStatsFieldDataFields) MarshalTo

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

func (*NodesStatsFieldDataFields) MarshalToSizedBuffer

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

func (*NodesStatsFieldDataFields) ProtoMessage

func (*NodesStatsFieldDataFields) ProtoMessage()

func (*NodesStatsFieldDataFields) Reset

func (m *NodesStatsFieldDataFields) Reset()

func (*NodesStatsFieldDataFields) Size

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

func (*NodesStatsFieldDataFields) String

func (this *NodesStatsFieldDataFields) String() string

func (*NodesStatsFieldDataFields) Unmarshal

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

func (*NodesStatsFieldDataFields) XXX_DiscardUnknown

func (m *NodesStatsFieldDataFields) XXX_DiscardUnknown()

func (*NodesStatsFieldDataFields) XXX_Marshal

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

func (*NodesStatsFieldDataFields) XXX_Merge

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

func (*NodesStatsFieldDataFields) XXX_Size

func (m *NodesStatsFieldDataFields) XXX_Size() int

func (*NodesStatsFieldDataFields) XXX_Unmarshal

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

type NodesStatsFielddataStats

type NodesStatsFielddataStats struct {
	MemorySize        string                     `json:"memory_size" protobuf:"bytes,1,opt,name=memory_size,json=memorySize"`
	MemorySizeInBytes int64                      `json:"memory_size_in_bytes" protobuf:"varint,2,opt,name=memory_size_in_bytes,json=memorySizeInBytes"`
	Evictions         int64                      `json:"evictions" protobuf:"varint,3,opt,name=evictions"`
	Fields            *NodesStatsFieldDataFields `json:"fields" protobuf:"bytes,4,opt,name=fields"`
}

func (*NodesStatsFielddataStats) DeepCopy

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

func (*NodesStatsFielddataStats) DeepCopyInto

func (in *NodesStatsFielddataStats) DeepCopyInto(out *NodesStatsFielddataStats)

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

func (*NodesStatsFielddataStats) Descriptor

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

func (*NodesStatsFielddataStats) Marshal

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

func (*NodesStatsFielddataStats) MarshalTo

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

func (*NodesStatsFielddataStats) MarshalToSizedBuffer

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

func (*NodesStatsFielddataStats) ProtoMessage

func (*NodesStatsFielddataStats) ProtoMessage()

func (*NodesStatsFielddataStats) Reset

func (m *NodesStatsFielddataStats) Reset()

func (*NodesStatsFielddataStats) Size

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

func (*NodesStatsFielddataStats) String

func (this *NodesStatsFielddataStats) String() string

func (*NodesStatsFielddataStats) Unmarshal

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

func (*NodesStatsFielddataStats) XXX_DiscardUnknown

func (m *NodesStatsFielddataStats) XXX_DiscardUnknown()

func (*NodesStatsFielddataStats) XXX_Marshal

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

func (*NodesStatsFielddataStats) XXX_Merge

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

func (*NodesStatsFielddataStats) XXX_Size

func (m *NodesStatsFielddataStats) XXX_Size() int

func (*NodesStatsFielddataStats) XXX_Unmarshal

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

type NodesStatsFlushStats

type NodesStatsFlushStats struct {
	Total             int64  `json:"total" protobuf:"varint,1,opt,name=total"`
	TotalTime         string `json:"total_time" protobuf:"bytes,2,opt,name=total_time,json=totalTime"`
	TotalTimeInMillis int64  `json:"total_time_in_millis" protobuf:"varint,3,opt,name=total_time_in_millis,json=totalTimeInMillis"`
}

func (*NodesStatsFlushStats) DeepCopy

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

func (*NodesStatsFlushStats) DeepCopyInto

func (in *NodesStatsFlushStats) DeepCopyInto(out *NodesStatsFlushStats)

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

func (*NodesStatsFlushStats) Descriptor

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

func (*NodesStatsFlushStats) Marshal

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

func (*NodesStatsFlushStats) MarshalTo

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

func (*NodesStatsFlushStats) MarshalToSizedBuffer

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

func (*NodesStatsFlushStats) ProtoMessage

func (*NodesStatsFlushStats) ProtoMessage()

func (*NodesStatsFlushStats) Reset

func (m *NodesStatsFlushStats) Reset()

func (*NodesStatsFlushStats) Size

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

func (*NodesStatsFlushStats) String

func (this *NodesStatsFlushStats) String() string

func (*NodesStatsFlushStats) Unmarshal

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

func (*NodesStatsFlushStats) XXX_DiscardUnknown

func (m *NodesStatsFlushStats) XXX_DiscardUnknown()

func (*NodesStatsFlushStats) XXX_Marshal

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

func (*NodesStatsFlushStats) XXX_Merge

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

func (*NodesStatsFlushStats) XXX_Size

func (m *NodesStatsFlushStats) XXX_Size() int

func (*NodesStatsFlushStats) XXX_Unmarshal

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

type NodesStatsGetStats

type NodesStatsGetStats struct {
	Total               int64  `json:"total" protobuf:"varint,1,opt,name=total"`
	Time                string `json:"get_time" protobuf:"bytes,2,opt,name=get_time,json=getTime"`
	TimeInMillis        int64  `json:"time_in_millis" protobuf:"varint,3,opt,name=time_in_millis,json=timeInMillis"`
	Exists              int64  `json:"exists" protobuf:"varint,4,opt,name=exists"`
	ExistsTime          string `json:"exists_time" protobuf:"bytes,5,opt,name=exists_time,json=existsTime"`
	ExistsTimeInMillis  int64  `json:"exists_in_millis" protobuf:"varint,6,opt,name=exists_in_millis,json=existsInMillis"`
	Missing             int64  `json:"missing" protobuf:"varint,7,opt,name=missing"`
	MissingTime         string `json:"missing_time" protobuf:"bytes,8,opt,name=missing_time,json=missingTime"`
	MissingTimeInMillis int64  `json:"missing_in_millis" protobuf:"varint,9,opt,name=missing_in_millis,json=missingInMillis"`
	Current             int64  `json:"current" protobuf:"varint,10,opt,name=current"`
}

func (*NodesStatsGetStats) DeepCopy

func (in *NodesStatsGetStats) DeepCopy() *NodesStatsGetStats

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

func (*NodesStatsGetStats) DeepCopyInto

func (in *NodesStatsGetStats) DeepCopyInto(out *NodesStatsGetStats)

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

func (*NodesStatsGetStats) Descriptor

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

func (*NodesStatsGetStats) Marshal

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

func (*NodesStatsGetStats) MarshalTo

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

func (*NodesStatsGetStats) MarshalToSizedBuffer

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

func (*NodesStatsGetStats) ProtoMessage

func (*NodesStatsGetStats) ProtoMessage()

func (*NodesStatsGetStats) Reset

func (m *NodesStatsGetStats) Reset()

func (*NodesStatsGetStats) Size

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

func (*NodesStatsGetStats) String

func (this *NodesStatsGetStats) String() string

func (*NodesStatsGetStats) Unmarshal

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

func (*NodesStatsGetStats) XXX_DiscardUnknown

func (m *NodesStatsGetStats) XXX_DiscardUnknown()

func (*NodesStatsGetStats) XXX_Marshal

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

func (*NodesStatsGetStats) XXX_Merge

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

func (*NodesStatsGetStats) XXX_Size

func (m *NodesStatsGetStats) XXX_Size() int

func (*NodesStatsGetStats) XXX_Unmarshal

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

type NodesStatsIndex

type NodesStatsIndex struct {
	Docs         *NodesStatsDocsStats         `json:"docs" protobuf:"bytes,1,opt,name=docs"`
	Shards       *NodesStatsShardCountStats   `json:"shards_stats" protobuf:"bytes,2,opt,name=shards_stats,json=shardsStats"`
	Store        *NodesStatsStoreStats        `json:"store" protobuf:"bytes,3,opt,name=store"`
	Indexing     *NodesStatsIndexingStats     `json:"indexing" protobuf:"bytes,4,opt,name=indexing"`
	Get          *NodesStatsGetStats          `json:"get" protobuf:"bytes,5,opt,name=get"`
	Search       *NodesStatsSearchStats       `json:"search" protobuf:"bytes,6,opt,name=search"`
	Merges       *NodesStatsMergeStats        `json:"merges" protobuf:"bytes,7,opt,name=merges"`
	Refresh      *NodesStatsRefreshStats      `json:"refresh" protobuf:"bytes,8,opt,name=refresh"`
	Flush        *NodesStatsFlushStats        `json:"flush" protobuf:"bytes,9,opt,name=flush"`
	Warmer       *NodesStatsWarmerStats       `json:"warmer" protobuf:"bytes,10,opt,name=warmer"`
	QueryCache   *NodesStatsQueryCacheStats   `json:"query_cache" protobuf:"bytes,11,opt,name=query_cache,json=queryCache"`
	Fielddata    *NodesStatsFielddataStats    `json:"fielddata" protobuf:"bytes,12,opt,name=fielddata"`
	Completion   *NodesStatsCompletionStats   `json:"completion" protobuf:"bytes,13,opt,name=completion"`
	Segments     *NodesStatsSegmentsStats     `json:"segments" protobuf:"bytes,14,opt,name=segments"`
	Translog     *NodesStatsTranslogStats     `json:"translog" protobuf:"bytes,15,opt,name=translog"`
	RequestCache *NodesStatsRequestCacheStats `json:"request_cache" protobuf:"bytes,16,opt,name=request_cache,json=requestCache"`
	Recovery     NodesStatsRecoveryStats      `json:"recovery" protobuf:"bytes,17,opt,name=recovery"`

	IndicesLevel map[string]NodesStatsIndex `json:"indices" protobuf:"bytes,18,rep,name=indices"` // for level=indices
	ShardsLevel  map[string]NodesStatsIndex `json:"shards" protobuf:"bytes,19,rep,name=shards"`   // for level=shards
}

func (*NodesStatsIndex) DeepCopy

func (in *NodesStatsIndex) DeepCopy() *NodesStatsIndex

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

func (*NodesStatsIndex) DeepCopyInto

func (in *NodesStatsIndex) DeepCopyInto(out *NodesStatsIndex)

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

func (*NodesStatsIndex) Descriptor

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

func (*NodesStatsIndex) Marshal

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

func (*NodesStatsIndex) MarshalTo

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

func (*NodesStatsIndex) MarshalToSizedBuffer

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

func (*NodesStatsIndex) ProtoMessage

func (*NodesStatsIndex) ProtoMessage()

func (*NodesStatsIndex) Reset

func (m *NodesStatsIndex) Reset()

func (*NodesStatsIndex) Size

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

func (*NodesStatsIndex) String

func (this *NodesStatsIndex) String() string

func (*NodesStatsIndex) Unmarshal

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

func (*NodesStatsIndex) XXX_DiscardUnknown

func (m *NodesStatsIndex) XXX_DiscardUnknown()

func (*NodesStatsIndex) XXX_Marshal

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

func (*NodesStatsIndex) XXX_Merge

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

func (*NodesStatsIndex) XXX_Size

func (m *NodesStatsIndex) XXX_Size() int

func (*NodesStatsIndex) XXX_Unmarshal

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

type NodesStatsIndexingStats

type NodesStatsIndexingStats struct {
	IndexTotal            int64  `json:"index_total" protobuf:"varint,1,opt,name=index_total,json=indexTotal"`
	IndexTime             string `json:"index_time" protobuf:"bytes,2,opt,name=index_time,json=indexTime"`
	IndexTimeInMillis     int64  `json:"index_time_in_millis" protobuf:"varint,3,opt,name=index_time_in_millis,json=indexTimeInMillis"`
	IndexCurrent          int64  `json:"index_current" protobuf:"varint,4,opt,name=index_current,json=indexCurrent"`
	IndexFailed           int64  `json:"index_failed" protobuf:"varint,5,opt,name=index_failed,json=indexFailed"`
	DeleteTotal           int64  `json:"delete_total" protobuf:"varint,6,opt,name=delete_total,json=deleteTotal"`
	DeleteTime            string `json:"delete_time" protobuf:"bytes,7,opt,name=delete_time,json=deleteTime"`
	DeleteTimeInMillis    int64  `json:"delete_time_in_millis" protobuf:"varint,8,opt,name=delete_time_in_millis,json=deleteTimeInMillis"`
	DeleteCurrent         int64  `json:"delete_current" protobuf:"varint,9,opt,name=delete_current,json=deleteCurrent"`
	NoopUpdateTotal       int64  `json:"noop_update_total" protobuf:"varint,10,opt,name=noop_update_total,json=noopUpdateTotal"`
	IsThrottled           bool   `json:"is_throttled" protobuf:"varint,11,opt,name=is_throttled,json=isThrottled"`
	ThrottledTime         string `json:"throttle_time" protobuf:"bytes,12,opt,name=throttle_time,json=throttleTime"` // no typo, see https://github.com/elastic/elasticsearch/blob/ff99bc1d3f8a7ea72718872d214ec2097dfca276/server/src/main/java/org/elasticsearch/index/shard/IndexingStats.java#L244
	ThrottledTimeInMillis int64  `json:"throttle_time_in_millis" protobuf:"varint,13,opt,name=throttle_time_in_millis,json=throttleTimeInMillis"`

	Types map[string]NodesStatsIndexingStats `json:"types" protobuf:"bytes,14,rep,name=types"` // stats for individual types
}

func (*NodesStatsIndexingStats) DeepCopy

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

func (*NodesStatsIndexingStats) DeepCopyInto

func (in *NodesStatsIndexingStats) DeepCopyInto(out *NodesStatsIndexingStats)

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

func (*NodesStatsIndexingStats) Descriptor

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

func (*NodesStatsIndexingStats) Marshal

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

func (*NodesStatsIndexingStats) MarshalTo

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

func (*NodesStatsIndexingStats) MarshalToSizedBuffer

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

func (*NodesStatsIndexingStats) ProtoMessage

func (*NodesStatsIndexingStats) ProtoMessage()

func (*NodesStatsIndexingStats) Reset

func (m *NodesStatsIndexingStats) Reset()

func (*NodesStatsIndexingStats) Size

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

func (*NodesStatsIndexingStats) String

func (this *NodesStatsIndexingStats) String() string

func (*NodesStatsIndexingStats) Unmarshal

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

func (*NodesStatsIndexingStats) XXX_DiscardUnknown

func (m *NodesStatsIndexingStats) XXX_DiscardUnknown()

func (*NodesStatsIndexingStats) XXX_Marshal

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

func (*NodesStatsIndexingStats) XXX_Merge

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

func (*NodesStatsIndexingStats) XXX_Size

func (m *NodesStatsIndexingStats) XXX_Size() int

func (*NodesStatsIndexingStats) XXX_Unmarshal

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

type NodesStatsMergeStats

type NodesStatsMergeStats struct {
	Current                    int64  `json:"current" protobuf:"varint,1,opt,name=current"`
	CurrentDocs                int64  `json:"current_docs" protobuf:"varint,2,opt,name=current_docs,json=currentDocs"`
	CurrentSize                string `json:"current_size" protobuf:"bytes,3,opt,name=current_size,json=currentSize"`
	CurrentSizeInBytes         int64  `json:"current_size_in_bytes" protobuf:"varint,4,opt,name=current_size_in_bytes,json=currentSizeInBytes"`
	Total                      int64  `json:"total" protobuf:"varint,5,opt,name=total"`
	TotalTime                  string `json:"total_time" protobuf:"bytes,6,opt,name=total_time,json=totalTime"`
	TotalTimeInMillis          int64  `json:"total_time_in_millis" protobuf:"varint,7,opt,name=total_time_in_millis,json=totalTimeInMillis"`
	TotalDocs                  int64  `json:"total_docs" protobuf:"varint,8,opt,name=total_docs,json=totalDocs"`
	TotalSize                  string `json:"total_size" protobuf:"bytes,9,opt,name=total_size,json=totalSize"`
	TotalSizeInBytes           int64  `json:"total_size_in_bytes" protobuf:"varint,10,opt,name=total_size_in_bytes,json=totalSizeInBytes"`
	TotalStoppedTime           string `json:"total_stopped_time" protobuf:"bytes,11,opt,name=total_stopped_time,json=totalStoppedTime"`
	TotalStoppedTimeInMillis   int64  `json:"total_stopped_time_in_millis" protobuf:"varint,12,opt,name=total_stopped_time_in_millis,json=totalStoppedTimeInMillis"`
	TotalThrottledTime         string `json:"total_throttled_time" protobuf:"bytes,13,opt,name=total_throttled_time,json=totalThrottledTime"`
	TotalThrottledTimeInMillis int64  `` /* 130-byte string literal not displayed */
	TotalThrottleBytes         string `json:"total_auto_throttle" protobuf:"bytes,15,opt,name=total_auto_throttle,json=totalAutoThrottle"`
	TotalThrottleBytesInBytes  int64  `json:"total_auto_throttle_in_bytes" protobuf:"varint,16,opt,name=total_auto_throttle_in_bytes,json=totalAutoThrottleInBytes"`
}

func (*NodesStatsMergeStats) DeepCopy

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

func (*NodesStatsMergeStats) DeepCopyInto

func (in *NodesStatsMergeStats) DeepCopyInto(out *NodesStatsMergeStats)

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

func (*NodesStatsMergeStats) Descriptor

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

func (*NodesStatsMergeStats) Marshal

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

func (*NodesStatsMergeStats) MarshalTo

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

func (*NodesStatsMergeStats) MarshalToSizedBuffer

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

func (*NodesStatsMergeStats) ProtoMessage

func (*NodesStatsMergeStats) ProtoMessage()

func (*NodesStatsMergeStats) Reset

func (m *NodesStatsMergeStats) Reset()

func (*NodesStatsMergeStats) Size

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

func (*NodesStatsMergeStats) String

func (this *NodesStatsMergeStats) String() string

func (*NodesStatsMergeStats) Unmarshal

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

func (*NodesStatsMergeStats) XXX_DiscardUnknown

func (m *NodesStatsMergeStats) XXX_DiscardUnknown()

func (*NodesStatsMergeStats) XXX_Marshal

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

func (*NodesStatsMergeStats) XXX_Merge

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

func (*NodesStatsMergeStats) XXX_Size

func (m *NodesStatsMergeStats) XXX_Size() int

func (*NodesStatsMergeStats) XXX_Unmarshal

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

type NodesStatsNodeOS

type NodesStatsNodeOS struct {
	Timestamp int64                 `json:"timestamp" protobuf:"varint,1,opt,name=timestamp"`
	CPU       *NodesStatsNodeOSCPU  `json:"cpu" protobuf:"bytes,2,opt,name=cpu"`
	Mem       *NodesStatsNodeOSMem  `json:"mem" protobuf:"bytes,3,opt,name=mem"`
	Swap      *NodesStatsNodeOSSwap `json:"swap" protobuf:"bytes,4,opt,name=swap"`
}

func (*NodesStatsNodeOS) DeepCopy

func (in *NodesStatsNodeOS) DeepCopy() *NodesStatsNodeOS

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

func (*NodesStatsNodeOS) DeepCopyInto

func (in *NodesStatsNodeOS) DeepCopyInto(out *NodesStatsNodeOS)

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

func (*NodesStatsNodeOS) Descriptor

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

func (*NodesStatsNodeOS) Marshal

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

func (*NodesStatsNodeOS) MarshalTo

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

func (*NodesStatsNodeOS) MarshalToSizedBuffer

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

func (*NodesStatsNodeOS) ProtoMessage

func (*NodesStatsNodeOS) ProtoMessage()

func (*NodesStatsNodeOS) Reset

func (m *NodesStatsNodeOS) Reset()

func (*NodesStatsNodeOS) Size

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

func (*NodesStatsNodeOS) String

func (this *NodesStatsNodeOS) String() string

func (*NodesStatsNodeOS) Unmarshal

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

func (*NodesStatsNodeOS) XXX_DiscardUnknown

func (m *NodesStatsNodeOS) XXX_DiscardUnknown()

func (*NodesStatsNodeOS) XXX_Marshal

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

func (*NodesStatsNodeOS) XXX_Merge

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

func (*NodesStatsNodeOS) XXX_Size

func (m *NodesStatsNodeOS) XXX_Size() int

func (*NodesStatsNodeOS) XXX_Unmarshal

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

type NodesStatsNodeOSCPU

type NodesStatsNodeOSCPU struct {
	Percent     int64              `json:"percent" protobuf:"varint,1,opt,name=percent"`
	LoadAverage map[string]float64 `json:"load_average" protobuf:"bytes,2,rep,name=load_average,json=loadAverage"` // keys are: 1m, 5m, and 15m
}

func (*NodesStatsNodeOSCPU) DeepCopy

func (in *NodesStatsNodeOSCPU) DeepCopy() *NodesStatsNodeOSCPU

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

func (*NodesStatsNodeOSCPU) DeepCopyInto

func (in *NodesStatsNodeOSCPU) DeepCopyInto(out *NodesStatsNodeOSCPU)

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

func (*NodesStatsNodeOSCPU) Descriptor

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

func (*NodesStatsNodeOSCPU) Marshal

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

func (*NodesStatsNodeOSCPU) MarshalTo

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

func (*NodesStatsNodeOSCPU) MarshalToSizedBuffer

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

func (*NodesStatsNodeOSCPU) ProtoMessage

func (*NodesStatsNodeOSCPU) ProtoMessage()

func (*NodesStatsNodeOSCPU) Reset

func (m *NodesStatsNodeOSCPU) Reset()

func (*NodesStatsNodeOSCPU) Size

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

func (*NodesStatsNodeOSCPU) String

func (this *NodesStatsNodeOSCPU) String() string

func (*NodesStatsNodeOSCPU) Unmarshal

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

func (*NodesStatsNodeOSCPU) XXX_DiscardUnknown

func (m *NodesStatsNodeOSCPU) XXX_DiscardUnknown()

func (*NodesStatsNodeOSCPU) XXX_Marshal

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

func (*NodesStatsNodeOSCPU) XXX_Merge

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

func (*NodesStatsNodeOSCPU) XXX_Size

func (m *NodesStatsNodeOSCPU) XXX_Size() int

func (*NodesStatsNodeOSCPU) XXX_Unmarshal

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

type NodesStatsNodeOSMem

type NodesStatsNodeOSMem struct {
	Total        string `json:"total" protobuf:"bytes,1,opt,name=total"`
	TotalInBytes int64  `json:"total_in_bytes" protobuf:"varint,2,opt,name=total_in_bytes,json=totalInBytes"`
	Free         string `json:"free" protobuf:"bytes,3,opt,name=free"`
	FreeInBytes  int64  `json:"free_in_bytes" protobuf:"varint,4,opt,name=free_in_bytes,json=freeInBytes"`
	Used         string `json:"used" protobuf:"bytes,5,opt,name=used"`
	UsedInBytes  int64  `json:"used_in_bytes" protobuf:"varint,6,opt,name=used_in_bytes,json=usedInBytes"`
	FreePercent  int64  `json:"free_percent" protobuf:"varint,7,opt,name=free_percent,json=freePercent"`
	UsedPercent  int64  `json:"used_percent" protobuf:"varint,8,opt,name=used_percent,json=usedPercent"`
}

func (*NodesStatsNodeOSMem) DeepCopy

func (in *NodesStatsNodeOSMem) DeepCopy() *NodesStatsNodeOSMem

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

func (*NodesStatsNodeOSMem) DeepCopyInto

func (in *NodesStatsNodeOSMem) DeepCopyInto(out *NodesStatsNodeOSMem)

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

func (*NodesStatsNodeOSMem) Descriptor

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

func (*NodesStatsNodeOSMem) Marshal

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

func (*NodesStatsNodeOSMem) MarshalTo

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

func (*NodesStatsNodeOSMem) MarshalToSizedBuffer

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

func (*NodesStatsNodeOSMem) ProtoMessage

func (*NodesStatsNodeOSMem) ProtoMessage()

func (*NodesStatsNodeOSMem) Reset

func (m *NodesStatsNodeOSMem) Reset()

func (*NodesStatsNodeOSMem) Size

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

func (*NodesStatsNodeOSMem) String

func (this *NodesStatsNodeOSMem) String() string

func (*NodesStatsNodeOSMem) Unmarshal

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

func (*NodesStatsNodeOSMem) XXX_DiscardUnknown

func (m *NodesStatsNodeOSMem) XXX_DiscardUnknown()

func (*NodesStatsNodeOSMem) XXX_Marshal

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

func (*NodesStatsNodeOSMem) XXX_Merge

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

func (*NodesStatsNodeOSMem) XXX_Size

func (m *NodesStatsNodeOSMem) XXX_Size() int

func (*NodesStatsNodeOSMem) XXX_Unmarshal

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

type NodesStatsNodeOSSwap

type NodesStatsNodeOSSwap struct {
	Total        string `json:"total" protobuf:"bytes,1,opt,name=total"`
	TotalInBytes int64  `json:"total_in_bytes" protobuf:"varint,2,opt,name=total_in_bytes,json=totalInBytes"`
	Free         string `json:"free" protobuf:"bytes,3,opt,name=free"`
	FreeInBytes  int64  `json:"free_in_bytes" protobuf:"varint,4,opt,name=free_in_bytes,json=freeInBytes"`
	Used         string `json:"used" protobuf:"bytes,5,opt,name=used"`
	UsedInBytes  int64  `json:"used_in_bytes" protobuf:"varint,6,opt,name=used_in_bytes,json=usedInBytes"`
}

func (*NodesStatsNodeOSSwap) DeepCopy

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

func (*NodesStatsNodeOSSwap) DeepCopyInto

func (in *NodesStatsNodeOSSwap) DeepCopyInto(out *NodesStatsNodeOSSwap)

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

func (*NodesStatsNodeOSSwap) Descriptor

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

func (*NodesStatsNodeOSSwap) Marshal

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

func (*NodesStatsNodeOSSwap) MarshalTo

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

func (*NodesStatsNodeOSSwap) MarshalToSizedBuffer

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

func (*NodesStatsNodeOSSwap) ProtoMessage

func (*NodesStatsNodeOSSwap) ProtoMessage()

func (*NodesStatsNodeOSSwap) Reset

func (m *NodesStatsNodeOSSwap) Reset()

func (*NodesStatsNodeOSSwap) Size

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

func (*NodesStatsNodeOSSwap) String

func (this *NodesStatsNodeOSSwap) String() string

func (*NodesStatsNodeOSSwap) Unmarshal

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

func (*NodesStatsNodeOSSwap) XXX_DiscardUnknown

func (m *NodesStatsNodeOSSwap) XXX_DiscardUnknown()

func (*NodesStatsNodeOSSwap) XXX_Marshal

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

func (*NodesStatsNodeOSSwap) XXX_Merge

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

func (*NodesStatsNodeOSSwap) XXX_Size

func (m *NodesStatsNodeOSSwap) XXX_Size() int

func (*NodesStatsNodeOSSwap) XXX_Unmarshal

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

type NodesStatsQueryCacheStats

type NodesStatsQueryCacheStats struct {
	MemorySize        string `json:"memory_size" protobuf:"bytes,1,opt,name=memory_size,json=memorySize"`
	MemorySizeInBytes int64  `json:"memory_size_in_bytes" protobuf:"varint,2,opt,name=memory_size_in_bytes,json=memorySizeInBytes"`
	TotalCount        int64  `json:"total_count" protobuf:"varint,3,opt,name=total_count,json=totalCount"`
	HitCount          int64  `json:"hit_count" protobuf:"varint,4,opt,name=hit_count,json=hitCount"`
	MissCount         int64  `json:"miss_count" protobuf:"varint,5,opt,name=miss_count,json=missCount"`
	CacheSize         int64  `json:"cache_size" protobuf:"varint,6,opt,name=cache_size,json=cacheSize"`
	CacheCount        int64  `json:"cache_count" protobuf:"varint,7,opt,name=cache_count,json=cacheCount"`
	Evictions         int64  `json:"evictions" protobuf:"varint,8,opt,name=evictions"`
}

func (*NodesStatsQueryCacheStats) DeepCopy

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

func (*NodesStatsQueryCacheStats) DeepCopyInto

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

func (*NodesStatsQueryCacheStats) Descriptor

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

func (*NodesStatsQueryCacheStats) Marshal

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

func (*NodesStatsQueryCacheStats) MarshalTo

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

func (*NodesStatsQueryCacheStats) MarshalToSizedBuffer

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

func (*NodesStatsQueryCacheStats) ProtoMessage

func (*NodesStatsQueryCacheStats) ProtoMessage()

func (*NodesStatsQueryCacheStats) Reset

func (m *NodesStatsQueryCacheStats) Reset()

func (*NodesStatsQueryCacheStats) Size

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

func (*NodesStatsQueryCacheStats) String

func (this *NodesStatsQueryCacheStats) String() string

func (*NodesStatsQueryCacheStats) Unmarshal

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

func (*NodesStatsQueryCacheStats) XXX_DiscardUnknown

func (m *NodesStatsQueryCacheStats) XXX_DiscardUnknown()

func (*NodesStatsQueryCacheStats) XXX_Marshal

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

func (*NodesStatsQueryCacheStats) XXX_Merge

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

func (*NodesStatsQueryCacheStats) XXX_Size

func (m *NodesStatsQueryCacheStats) XXX_Size() int

func (*NodesStatsQueryCacheStats) XXX_Unmarshal

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

type NodesStatsRecoveryStats

type NodesStatsRecoveryStats struct {
	CurrentAsSource int64 `json:"current_as_source" protobuf:"varint,1,opt,name=current_as_source,json=currentAsSource"`
	CurrentAsTarget int64 `json:"current_as_target" protobuf:"varint,2,opt,name=current_as_target,json=currentAsTarget"`
}

func (*NodesStatsRecoveryStats) DeepCopy

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

func (*NodesStatsRecoveryStats) DeepCopyInto

func (in *NodesStatsRecoveryStats) DeepCopyInto(out *NodesStatsRecoveryStats)

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

func (*NodesStatsRecoveryStats) Descriptor

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

func (*NodesStatsRecoveryStats) Marshal

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

func (*NodesStatsRecoveryStats) MarshalTo

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

func (*NodesStatsRecoveryStats) MarshalToSizedBuffer

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

func (*NodesStatsRecoveryStats) ProtoMessage

func (*NodesStatsRecoveryStats) ProtoMessage()

func (*NodesStatsRecoveryStats) Reset

func (m *NodesStatsRecoveryStats) Reset()

func (*NodesStatsRecoveryStats) Size

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

func (*NodesStatsRecoveryStats) String

func (this *NodesStatsRecoveryStats) String() string

func (*NodesStatsRecoveryStats) Unmarshal

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

func (*NodesStatsRecoveryStats) XXX_DiscardUnknown

func (m *NodesStatsRecoveryStats) XXX_DiscardUnknown()

func (*NodesStatsRecoveryStats) XXX_Marshal

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

func (*NodesStatsRecoveryStats) XXX_Merge

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

func (*NodesStatsRecoveryStats) XXX_Size

func (m *NodesStatsRecoveryStats) XXX_Size() int

func (*NodesStatsRecoveryStats) XXX_Unmarshal

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

type NodesStatsRefreshStats

type NodesStatsRefreshStats struct {
	Total             int64  `json:"total" protobuf:"varint,1,opt,name=total"`
	TotalTime         string `json:"total_time" protobuf:"bytes,2,opt,name=total_time,json=totalTime"`
	TotalTimeInMillis int64  `json:"total_time_in_millis" protobuf:"varint,3,opt,name=total_time_in_millis,json=totalTimeInMillis"`
}

func (*NodesStatsRefreshStats) DeepCopy

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

func (*NodesStatsRefreshStats) DeepCopyInto

func (in *NodesStatsRefreshStats) DeepCopyInto(out *NodesStatsRefreshStats)

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

func (*NodesStatsRefreshStats) Descriptor

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

func (*NodesStatsRefreshStats) Marshal

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

func (*NodesStatsRefreshStats) MarshalTo

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

func (*NodesStatsRefreshStats) MarshalToSizedBuffer

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

func (*NodesStatsRefreshStats) ProtoMessage

func (*NodesStatsRefreshStats) ProtoMessage()

func (*NodesStatsRefreshStats) Reset

func (m *NodesStatsRefreshStats) Reset()

func (*NodesStatsRefreshStats) Size

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

func (*NodesStatsRefreshStats) String

func (this *NodesStatsRefreshStats) String() string

func (*NodesStatsRefreshStats) Unmarshal

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

func (*NodesStatsRefreshStats) XXX_DiscardUnknown

func (m *NodesStatsRefreshStats) XXX_DiscardUnknown()

func (*NodesStatsRefreshStats) XXX_Marshal

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

func (*NodesStatsRefreshStats) XXX_Merge

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

func (*NodesStatsRefreshStats) XXX_Size

func (m *NodesStatsRefreshStats) XXX_Size() int

func (*NodesStatsRefreshStats) XXX_Unmarshal

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

type NodesStatsRequestCacheStats

type NodesStatsRequestCacheStats struct {
	MemorySize        string `json:"memory_size" protobuf:"bytes,1,opt,name=memory_size,json=memorySize"`
	MemorySizeInBytes int64  `json:"memory_size_in_bytes" protobuf:"varint,2,opt,name=memory_size_in_bytes,json=memorySizeInBytes"`
	Evictions         int64  `json:"evictions" protobuf:"varint,3,opt,name=evictions"`
	HitCount          int64  `json:"hit_count" protobuf:"varint,4,opt,name=hit_count,json=hitCount"`
	MissCount         int64  `json:"miss_count" protobuf:"varint,5,opt,name=miss_count,json=missCount"`
}

func (*NodesStatsRequestCacheStats) DeepCopy

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

func (*NodesStatsRequestCacheStats) DeepCopyInto

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

func (*NodesStatsRequestCacheStats) Descriptor

func (*NodesStatsRequestCacheStats) Descriptor() ([]byte, []int)

func (*NodesStatsRequestCacheStats) Marshal

func (m *NodesStatsRequestCacheStats) Marshal() (dAtA []byte, err error)

func (*NodesStatsRequestCacheStats) MarshalTo

func (m *NodesStatsRequestCacheStats) MarshalTo(dAtA []byte) (int, error)

func (*NodesStatsRequestCacheStats) MarshalToSizedBuffer

func (m *NodesStatsRequestCacheStats) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodesStatsRequestCacheStats) ProtoMessage

func (*NodesStatsRequestCacheStats) ProtoMessage()

func (*NodesStatsRequestCacheStats) Reset

func (m *NodesStatsRequestCacheStats) Reset()

func (*NodesStatsRequestCacheStats) Size

func (m *NodesStatsRequestCacheStats) Size() (n int)

func (*NodesStatsRequestCacheStats) String

func (this *NodesStatsRequestCacheStats) String() string

func (*NodesStatsRequestCacheStats) Unmarshal

func (m *NodesStatsRequestCacheStats) Unmarshal(dAtA []byte) error

func (*NodesStatsRequestCacheStats) XXX_DiscardUnknown

func (m *NodesStatsRequestCacheStats) XXX_DiscardUnknown()

func (*NodesStatsRequestCacheStats) XXX_Marshal

func (m *NodesStatsRequestCacheStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodesStatsRequestCacheStats) XXX_Merge

func (m *NodesStatsRequestCacheStats) XXX_Merge(src proto.Message)

func (*NodesStatsRequestCacheStats) XXX_Size

func (m *NodesStatsRequestCacheStats) XXX_Size() int

func (*NodesStatsRequestCacheStats) XXX_Unmarshal

func (m *NodesStatsRequestCacheStats) XXX_Unmarshal(b []byte) error

type NodesStatsSearchStats

type NodesStatsSearchStats struct {
	OpenContexts       int64  `json:"open_contexts" protobuf:"varint,1,opt,name=open_contexts,json=openContexts"`
	QueryTotal         int64  `json:"query_total" protobuf:"varint,2,opt,name=query_total,json=queryTotal"`
	QueryTime          string `json:"query_time" protobuf:"bytes,3,opt,name=query_time,json=queryTime"`
	QueryTimeInMillis  int64  `json:"query_time_in_millis" protobuf:"varint,4,opt,name=query_time_in_millis,json=queryTimeInMillis"`
	QueryCurrent       int64  `json:"query_current" protobuf:"varint,5,opt,name=query_current,json=queryCurrent"`
	FetchTotal         int64  `json:"fetch_total" protobuf:"varint,6,opt,name=fetch_total,json=fetchTotal"`
	FetchTime          string `json:"fetch_time" protobuf:"bytes,7,opt,name=fetch_time,json=fetchTime"`
	FetchTimeInMillis  int64  `json:"fetch_time_in_millis" protobuf:"varint,8,opt,name=fetch_time_in_millis,json=fetchTimeInMillis"`
	FetchCurrent       int64  `json:"fetch_current" protobuf:"varint,9,opt,name=fetch_current,json=fetchCurrent"`
	ScrollTotal        int64  `json:"scroll_total" protobuf:"varint,10,opt,name=scroll_total,json=scrollTotal"`
	ScrollTime         string `json:"scroll_time" protobuf:"bytes,11,opt,name=scroll_time,json=scrollTime"`
	ScrollTimeInMillis int64  `json:"scroll_time_in_millis" protobuf:"varint,12,opt,name=scroll_time_in_millis,json=scrollTimeInMillis"`
	ScrollCurrent      int64  `json:"scroll_current" protobuf:"varint,13,opt,name=scroll_current,json=scrollCurrent"`

	Groups map[string]NodesStatsSearchStats `json:"groups" protobuf:"bytes,14,rep,name=groups"` // stats for individual groups
}

func (*NodesStatsSearchStats) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodesStatsSearchStats.

func (*NodesStatsSearchStats) DeepCopyInto

func (in *NodesStatsSearchStats) DeepCopyInto(out *NodesStatsSearchStats)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NodesStatsSearchStats) Descriptor

func (*NodesStatsSearchStats) Descriptor() ([]byte, []int)

func (*NodesStatsSearchStats) Marshal

func (m *NodesStatsSearchStats) Marshal() (dAtA []byte, err error)

func (*NodesStatsSearchStats) MarshalTo

func (m *NodesStatsSearchStats) MarshalTo(dAtA []byte) (int, error)

func (*NodesStatsSearchStats) MarshalToSizedBuffer

func (m *NodesStatsSearchStats) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodesStatsSearchStats) ProtoMessage

func (*NodesStatsSearchStats) ProtoMessage()

func (*NodesStatsSearchStats) Reset

func (m *NodesStatsSearchStats) Reset()

func (*NodesStatsSearchStats) Size

func (m *NodesStatsSearchStats) Size() (n int)

func (*NodesStatsSearchStats) String

func (this *NodesStatsSearchStats) String() string

func (*NodesStatsSearchStats) Unmarshal

func (m *NodesStatsSearchStats) Unmarshal(dAtA []byte) error

func (*NodesStatsSearchStats) XXX_DiscardUnknown

func (m *NodesStatsSearchStats) XXX_DiscardUnknown()

func (*NodesStatsSearchStats) XXX_Marshal

func (m *NodesStatsSearchStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodesStatsSearchStats) XXX_Merge

func (m *NodesStatsSearchStats) XXX_Merge(src proto.Message)

func (*NodesStatsSearchStats) XXX_Size

func (m *NodesStatsSearchStats) XXX_Size() int

func (*NodesStatsSearchStats) XXX_Unmarshal

func (m *NodesStatsSearchStats) XXX_Unmarshal(b []byte) error

type NodesStatsSegmentsStats

type NodesStatsSegmentsStats struct {
	Count                       int64  `json:"count" protobuf:"varint,1,opt,name=count"`
	Memory                      string `json:"memory" protobuf:"bytes,2,opt,name=memory"`
	MemoryInBytes               int64  `json:"memory_in_bytes" protobuf:"varint,3,opt,name=memory_in_bytes,json=memoryInBytes"`
	TermsMemory                 string `json:"terms_memory" protobuf:"bytes,4,opt,name=terms_memory,json=termsMemory"`
	TermsMemoryInBytes          int64  `json:"terms_memory_in_bytes" protobuf:"varint,5,opt,name=terms_memory_in_bytes,json=termsMemoryInBytes"`
	StoredFieldsMemory          string `json:"stored_fields_memory" protobuf:"bytes,6,opt,name=stored_fields_memory,json=storedFieldsMemory"`
	StoredFieldsMemoryInBytes   int64  `` /* 126-byte string literal not displayed */
	TermVectorsMemory           string `json:"term_vectors_memory" protobuf:"bytes,8,opt,name=term_vectors_memory,json=termVectorsMemory"`
	TermVectorsMemoryInBytes    int64  `json:"term_vectors_memory_in_bytes" protobuf:"varint,9,opt,name=term_vectors_memory_in_bytes,json=termVectorsMemoryInBytes"`
	NormsMemory                 string `json:"norms_memory" protobuf:"bytes,10,opt,name=norms_memory,json=normsMemory"`
	NormsMemoryInBytes          int64  `json:"norms_memory_in_bytes" protobuf:"varint,11,opt,name=norms_memory_in_bytes,json=normsMemoryInBytes"`
	DocValuesMemory             string `json:"doc_values_memory" protobuf:"bytes,12,opt,name=doc_values_memory,json=docValuesMemory"`
	DocValuesMemoryInBytes      int64  `json:"doc_values_memory_in_bytes" protobuf:"varint,13,opt,name=doc_values_memory_in_bytes,json=docValuesMemoryInBytes"`
	IndexWriterMemory           string `json:"index_writer_memory" protobuf:"bytes,14,opt,name=index_writer_memory,json=indexWriterMemory"`
	IndexWriterMemoryInBytes    int64  `json:"index_writer_memory_in_bytes" protobuf:"varint,15,opt,name=index_writer_memory_in_bytes,json=indexWriterMemoryInBytes"`
	IndexWriterMaxMemory        string `json:"index_writer_max_memory" protobuf:"bytes,16,opt,name=index_writer_max_memory,json=indexWriterMaxMemory"`
	IndexWriterMaxMemoryInBytes int64  `` /* 135-byte string literal not displayed */
	VersionMapMemory            string `json:"version_map_memory" protobuf:"bytes,18,opt,name=version_map_memory,json=versionMapMemory"`
	VersionMapMemoryInBytes     int64  `json:"version_map_memory_in_bytes" protobuf:"varint,19,opt,name=version_map_memory_in_bytes,json=versionMapMemoryInBytes"`
	FixedBitSetMemory           string `json:"fixed_bit_set" protobuf:"bytes,20,opt,name=fixed_bit_set,json=fixedBitSet"` // not a typo
	FixedBitSetMemoryInBytes    int64  ``                                                                                 /* 126-byte string literal not displayed */
}

func (*NodesStatsSegmentsStats) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodesStatsSegmentsStats.

func (*NodesStatsSegmentsStats) DeepCopyInto

func (in *NodesStatsSegmentsStats) DeepCopyInto(out *NodesStatsSegmentsStats)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NodesStatsSegmentsStats) Descriptor

func (*NodesStatsSegmentsStats) Descriptor() ([]byte, []int)

func (*NodesStatsSegmentsStats) Marshal

func (m *NodesStatsSegmentsStats) Marshal() (dAtA []byte, err error)

func (*NodesStatsSegmentsStats) MarshalTo

func (m *NodesStatsSegmentsStats) MarshalTo(dAtA []byte) (int, error)

func (*NodesStatsSegmentsStats) MarshalToSizedBuffer

func (m *NodesStatsSegmentsStats) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodesStatsSegmentsStats) ProtoMessage

func (*NodesStatsSegmentsStats) ProtoMessage()

func (*NodesStatsSegmentsStats) Reset

func (m *NodesStatsSegmentsStats) Reset()

func (*NodesStatsSegmentsStats) Size

func (m *NodesStatsSegmentsStats) Size() (n int)

func (*NodesStatsSegmentsStats) String

func (this *NodesStatsSegmentsStats) String() string

func (*NodesStatsSegmentsStats) Unmarshal

func (m *NodesStatsSegmentsStats) Unmarshal(dAtA []byte) error

func (*NodesStatsSegmentsStats) XXX_DiscardUnknown

func (m *NodesStatsSegmentsStats) XXX_DiscardUnknown()

func (*NodesStatsSegmentsStats) XXX_Marshal

func (m *NodesStatsSegmentsStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodesStatsSegmentsStats) XXX_Merge

func (m *NodesStatsSegmentsStats) XXX_Merge(src proto.Message)

func (*NodesStatsSegmentsStats) XXX_Size

func (m *NodesStatsSegmentsStats) XXX_Size() int

func (*NodesStatsSegmentsStats) XXX_Unmarshal

func (m *NodesStatsSegmentsStats) XXX_Unmarshal(b []byte) error

type NodesStatsShardCountStats

type NodesStatsShardCountStats struct {
	TotalCount int64 `json:"total_count" protobuf:"varint,1,opt,name=total_count,json=totalCount"`
}

func (*NodesStatsShardCountStats) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodesStatsShardCountStats.

func (*NodesStatsShardCountStats) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NodesStatsShardCountStats) Descriptor

func (*NodesStatsShardCountStats) Descriptor() ([]byte, []int)

func (*NodesStatsShardCountStats) Marshal

func (m *NodesStatsShardCountStats) Marshal() (dAtA []byte, err error)

func (*NodesStatsShardCountStats) MarshalTo

func (m *NodesStatsShardCountStats) MarshalTo(dAtA []byte) (int, error)

func (*NodesStatsShardCountStats) MarshalToSizedBuffer

func (m *NodesStatsShardCountStats) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodesStatsShardCountStats) ProtoMessage

func (*NodesStatsShardCountStats) ProtoMessage()

func (*NodesStatsShardCountStats) Reset

func (m *NodesStatsShardCountStats) Reset()

func (*NodesStatsShardCountStats) Size

func (m *NodesStatsShardCountStats) Size() (n int)

func (*NodesStatsShardCountStats) String

func (this *NodesStatsShardCountStats) String() string

func (*NodesStatsShardCountStats) Unmarshal

func (m *NodesStatsShardCountStats) Unmarshal(dAtA []byte) error

func (*NodesStatsShardCountStats) XXX_DiscardUnknown

func (m *NodesStatsShardCountStats) XXX_DiscardUnknown()

func (*NodesStatsShardCountStats) XXX_Marshal

func (m *NodesStatsShardCountStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodesStatsShardCountStats) XXX_Merge

func (m *NodesStatsShardCountStats) XXX_Merge(src proto.Message)

func (*NodesStatsShardCountStats) XXX_Size

func (m *NodesStatsShardCountStats) XXX_Size() int

func (*NodesStatsShardCountStats) XXX_Unmarshal

func (m *NodesStatsShardCountStats) XXX_Unmarshal(b []byte) error

type NodesStatsStoreStats

type NodesStatsStoreStats struct {
	TotalSize   string `json:"size" protobuf:"bytes,3,opt,name=size"`
	SizeInBytes int64  `json:"size_in_bytes" protobuf:"varint,2,opt,name=size_in_bytes,json=sizeInBytes"`
}

func (*NodesStatsStoreStats) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodesStatsStoreStats.

func (*NodesStatsStoreStats) DeepCopyInto

func (in *NodesStatsStoreStats) DeepCopyInto(out *NodesStatsStoreStats)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NodesStatsStoreStats) Descriptor

func (*NodesStatsStoreStats) Descriptor() ([]byte, []int)

func (*NodesStatsStoreStats) Marshal

func (m *NodesStatsStoreStats) Marshal() (dAtA []byte, err error)

func (*NodesStatsStoreStats) MarshalTo

func (m *NodesStatsStoreStats) MarshalTo(dAtA []byte) (int, error)

func (*NodesStatsStoreStats) MarshalToSizedBuffer

func (m *NodesStatsStoreStats) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodesStatsStoreStats) ProtoMessage

func (*NodesStatsStoreStats) ProtoMessage()

func (*NodesStatsStoreStats) Reset

func (m *NodesStatsStoreStats) Reset()

func (*NodesStatsStoreStats) Size

func (m *NodesStatsStoreStats) Size() (n int)

func (*NodesStatsStoreStats) String

func (this *NodesStatsStoreStats) String() string

func (*NodesStatsStoreStats) Unmarshal

func (m *NodesStatsStoreStats) Unmarshal(dAtA []byte) error

func (*NodesStatsStoreStats) XXX_DiscardUnknown

func (m *NodesStatsStoreStats) XXX_DiscardUnknown()

func (*NodesStatsStoreStats) XXX_Marshal

func (m *NodesStatsStoreStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodesStatsStoreStats) XXX_Merge

func (m *NodesStatsStoreStats) XXX_Merge(src proto.Message)

func (*NodesStatsStoreStats) XXX_Size

func (m *NodesStatsStoreStats) XXX_Size() int

func (*NodesStatsStoreStats) XXX_Unmarshal

func (m *NodesStatsStoreStats) XXX_Unmarshal(b []byte) error

type NodesStatsTranslogStats

type NodesStatsTranslogStats struct {
	Operations  int64  `json:"operations" protobuf:"varint,1,opt,name=operations"`
	TotalSize   string `json:"size" protobuf:"bytes,4,opt,name=size"`
	SizeInBytes int64  `json:"size_in_bytes" protobuf:"varint,3,opt,name=size_in_bytes,json=sizeInBytes"`
}

func (*NodesStatsTranslogStats) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodesStatsTranslogStats.

func (*NodesStatsTranslogStats) DeepCopyInto

func (in *NodesStatsTranslogStats) DeepCopyInto(out *NodesStatsTranslogStats)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NodesStatsTranslogStats) Descriptor

func (*NodesStatsTranslogStats) Descriptor() ([]byte, []int)

func (*NodesStatsTranslogStats) Marshal

func (m *NodesStatsTranslogStats) Marshal() (dAtA []byte, err error)

func (*NodesStatsTranslogStats) MarshalTo

func (m *NodesStatsTranslogStats) MarshalTo(dAtA []byte) (int, error)

func (*NodesStatsTranslogStats) MarshalToSizedBuffer

func (m *NodesStatsTranslogStats) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodesStatsTranslogStats) ProtoMessage

func (*NodesStatsTranslogStats) ProtoMessage()

func (*NodesStatsTranslogStats) Reset

func (m *NodesStatsTranslogStats) Reset()

func (*NodesStatsTranslogStats) Size

func (m *NodesStatsTranslogStats) Size() (n int)

func (*NodesStatsTranslogStats) String

func (this *NodesStatsTranslogStats) String() string

func (*NodesStatsTranslogStats) Unmarshal

func (m *NodesStatsTranslogStats) Unmarshal(dAtA []byte) error

func (*NodesStatsTranslogStats) XXX_DiscardUnknown

func (m *NodesStatsTranslogStats) XXX_DiscardUnknown()

func (*NodesStatsTranslogStats) XXX_Marshal

func (m *NodesStatsTranslogStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodesStatsTranslogStats) XXX_Merge

func (m *NodesStatsTranslogStats) XXX_Merge(src proto.Message)

func (*NodesStatsTranslogStats) XXX_Size

func (m *NodesStatsTranslogStats) XXX_Size() int

func (*NodesStatsTranslogStats) XXX_Unmarshal

func (m *NodesStatsTranslogStats) XXX_Unmarshal(b []byte) error

type NodesStatsWarmerStats

type NodesStatsWarmerStats struct {
	Current           int64  `json:"current" protobuf:"varint,1,opt,name=current"`
	Total             int64  `json:"total" protobuf:"varint,2,opt,name=total"`
	TotalTime         string `json:"total_time" protobuf:"bytes,3,opt,name=total_time,json=totalTime"`
	TotalTimeInMillis int64  `json:"total_time_in_millis" protobuf:"varint,4,opt,name=total_time_in_millis,json=totalTimeInMillis"`
}

func (*NodesStatsWarmerStats) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodesStatsWarmerStats.

func (*NodesStatsWarmerStats) DeepCopyInto

func (in *NodesStatsWarmerStats) DeepCopyInto(out *NodesStatsWarmerStats)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NodesStatsWarmerStats) Descriptor

func (*NodesStatsWarmerStats) Descriptor() ([]byte, []int)

func (*NodesStatsWarmerStats) Marshal

func (m *NodesStatsWarmerStats) Marshal() (dAtA []byte, err error)

func (*NodesStatsWarmerStats) MarshalTo

func (m *NodesStatsWarmerStats) MarshalTo(dAtA []byte) (int, error)

func (*NodesStatsWarmerStats) MarshalToSizedBuffer

func (m *NodesStatsWarmerStats) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodesStatsWarmerStats) ProtoMessage

func (*NodesStatsWarmerStats) ProtoMessage()

func (*NodesStatsWarmerStats) Reset

func (m *NodesStatsWarmerStats) Reset()

func (*NodesStatsWarmerStats) Size

func (m *NodesStatsWarmerStats) Size() (n int)

func (*NodesStatsWarmerStats) String

func (this *NodesStatsWarmerStats) String() string

func (*NodesStatsWarmerStats) Unmarshal

func (m *NodesStatsWarmerStats) Unmarshal(dAtA []byte) error

func (*NodesStatsWarmerStats) XXX_DiscardUnknown

func (m *NodesStatsWarmerStats) XXX_DiscardUnknown()

func (*NodesStatsWarmerStats) XXX_Marshal

func (m *NodesStatsWarmerStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodesStatsWarmerStats) XXX_Merge

func (m *NodesStatsWarmerStats) XXX_Merge(src proto.Message)

func (*NodesStatsWarmerStats) XXX_Size

func (m *NodesStatsWarmerStats) XXX_Size() int

func (*NodesStatsWarmerStats) XXX_Unmarshal

func (m *NodesStatsWarmerStats) XXX_Unmarshal(b []byte) error

type PGSetting

type PGSetting struct {
	Name         string `json:"name" protobuf:"bytes,1,opt,name=name"`
	CurrentValue string `json:"currentValue" protobuf:"bytes,2,opt,name=currentValue"`
	DefaultValue string `json:"defaultValue" protobuf:"bytes,3,opt,name=defaultValue"`
	Unit         string `json:"unit" protobuf:"bytes,4,opt,name=unit"`
	Source       string `json:"source" protobuf:"bytes,5,opt,name=source"`
}

func (*PGSetting) DeepCopy

func (in *PGSetting) DeepCopy() *PGSetting

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PGSetting.

func (*PGSetting) DeepCopyInto

func (in *PGSetting) DeepCopyInto(out *PGSetting)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PGSetting) Descriptor

func (*PGSetting) Descriptor() ([]byte, []int)

func (*PGSetting) Marshal

func (m *PGSetting) Marshal() (dAtA []byte, err error)

func (*PGSetting) MarshalTo

func (m *PGSetting) MarshalTo(dAtA []byte) (int, error)

func (*PGSetting) MarshalToSizedBuffer

func (m *PGSetting) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PGSetting) ProtoMessage

func (*PGSetting) ProtoMessage()

func (*PGSetting) Reset

func (m *PGSetting) Reset()

func (*PGSetting) Size

func (m *PGSetting) Size() (n int)

func (*PGSetting) String

func (this *PGSetting) String() string

func (*PGSetting) Unmarshal

func (m *PGSetting) Unmarshal(dAtA []byte) error

func (*PGSetting) XXX_DiscardUnknown

func (m *PGSetting) XXX_DiscardUnknown()

func (*PGSetting) XXX_Marshal

func (m *PGSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PGSetting) XXX_Merge

func (m *PGSetting) XXX_Merge(src proto.Message)

func (*PGSetting) XXX_Size

func (m *PGSetting) XXX_Size() int

func (*PGSetting) XXX_Unmarshal

func (m *PGSetting) XXX_Unmarshal(b []byte) error

type PostgresBackupInfo

type PostgresBackupInfo struct {
}

func (*PostgresBackupInfo) DeepCopy

func (in *PostgresBackupInfo) DeepCopy() *PostgresBackupInfo

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresBackupInfo.

func (*PostgresBackupInfo) DeepCopyInto

func (in *PostgresBackupInfo) DeepCopyInto(out *PostgresBackupInfo)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresBackupInfo) Descriptor

func (*PostgresBackupInfo) Descriptor() ([]byte, []int)

func (*PostgresBackupInfo) Marshal

func (m *PostgresBackupInfo) Marshal() (dAtA []byte, err error)

func (*PostgresBackupInfo) MarshalTo

func (m *PostgresBackupInfo) MarshalTo(dAtA []byte) (int, error)

func (*PostgresBackupInfo) MarshalToSizedBuffer

func (m *PostgresBackupInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresBackupInfo) ProtoMessage

func (*PostgresBackupInfo) ProtoMessage()

func (*PostgresBackupInfo) Reset

func (m *PostgresBackupInfo) Reset()

func (*PostgresBackupInfo) Size

func (m *PostgresBackupInfo) Size() (n int)

func (*PostgresBackupInfo) String

func (this *PostgresBackupInfo) String() string

func (*PostgresBackupInfo) Unmarshal

func (m *PostgresBackupInfo) Unmarshal(dAtA []byte) error

func (*PostgresBackupInfo) XXX_DiscardUnknown

func (m *PostgresBackupInfo) XXX_DiscardUnknown()

func (*PostgresBackupInfo) XXX_Marshal

func (m *PostgresBackupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresBackupInfo) XXX_Merge

func (m *PostgresBackupInfo) XXX_Merge(src proto.Message)

func (*PostgresBackupInfo) XXX_Size

func (m *PostgresBackupInfo) XXX_Size() int

func (*PostgresBackupInfo) XXX_Unmarshal

func (m *PostgresBackupInfo) XXX_Unmarshal(b []byte) error

type PostgresConnectionInfo

type PostgresConnectionInfo struct {
	MaxConnections    int64 `json:"maxConnections" protobuf:"varint,1,opt,name=maxConnections"`
	ActiveConnections int64 `json:"activeConnections" protobuf:"varint,2,opt,name=activeConnections"`
}

func (*PostgresConnectionInfo) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresConnectionInfo.

func (*PostgresConnectionInfo) DeepCopyInto

func (in *PostgresConnectionInfo) DeepCopyInto(out *PostgresConnectionInfo)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresConnectionInfo) Descriptor

func (*PostgresConnectionInfo) Descriptor() ([]byte, []int)

func (*PostgresConnectionInfo) Marshal

func (m *PostgresConnectionInfo) Marshal() (dAtA []byte, err error)

func (*PostgresConnectionInfo) MarshalTo

func (m *PostgresConnectionInfo) MarshalTo(dAtA []byte) (int, error)

func (*PostgresConnectionInfo) MarshalToSizedBuffer

func (m *PostgresConnectionInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresConnectionInfo) ProtoMessage

func (*PostgresConnectionInfo) ProtoMessage()

func (*PostgresConnectionInfo) Reset

func (m *PostgresConnectionInfo) Reset()

func (*PostgresConnectionInfo) Size

func (m *PostgresConnectionInfo) Size() (n int)

func (*PostgresConnectionInfo) String

func (this *PostgresConnectionInfo) String() string

func (*PostgresConnectionInfo) Unmarshal

func (m *PostgresConnectionInfo) Unmarshal(dAtA []byte) error

func (*PostgresConnectionInfo) XXX_DiscardUnknown

func (m *PostgresConnectionInfo) XXX_DiscardUnknown()

func (*PostgresConnectionInfo) XXX_Marshal

func (m *PostgresConnectionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresConnectionInfo) XXX_Merge

func (m *PostgresConnectionInfo) XXX_Merge(src proto.Message)

func (*PostgresConnectionInfo) XXX_Size

func (m *PostgresConnectionInfo) XXX_Size() int

func (*PostgresConnectionInfo) XXX_Unmarshal

func (m *PostgresConnectionInfo) XXX_Unmarshal(b []byte) error

type PostgresOverview

type PostgresOverview struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec   PostgresOverviewSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status api.PostgresStatus   `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*PostgresOverview) DeepCopy

func (in *PostgresOverview) DeepCopy() *PostgresOverview

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresOverview.

func (*PostgresOverview) DeepCopyInto

func (in *PostgresOverview) DeepCopyInto(out *PostgresOverview)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresOverview) DeepCopyObject

func (in *PostgresOverview) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*PostgresOverview) Descriptor

func (*PostgresOverview) Descriptor() ([]byte, []int)

func (*PostgresOverview) Marshal

func (m *PostgresOverview) Marshal() (dAtA []byte, err error)

func (*PostgresOverview) MarshalTo

func (m *PostgresOverview) MarshalTo(dAtA []byte) (int, error)

func (*PostgresOverview) MarshalToSizedBuffer

func (m *PostgresOverview) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresOverview) ProtoMessage

func (*PostgresOverview) ProtoMessage()

func (*PostgresOverview) Reset

func (m *PostgresOverview) Reset()

func (*PostgresOverview) Size

func (m *PostgresOverview) Size() (n int)

func (*PostgresOverview) String

func (this *PostgresOverview) String() string

func (*PostgresOverview) Unmarshal

func (m *PostgresOverview) Unmarshal(dAtA []byte) error

func (*PostgresOverview) XXX_DiscardUnknown

func (m *PostgresOverview) XXX_DiscardUnknown()

func (*PostgresOverview) XXX_Marshal

func (m *PostgresOverview) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresOverview) XXX_Merge

func (m *PostgresOverview) XXX_Merge(src proto.Message)

func (*PostgresOverview) XXX_Size

func (m *PostgresOverview) XXX_Size() int

func (*PostgresOverview) XXX_Unmarshal

func (m *PostgresOverview) XXX_Unmarshal(b []byte) error

type PostgresOverviewList

type PostgresOverviewList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []PostgresOverview `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*PostgresOverviewList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresOverviewList.

func (*PostgresOverviewList) DeepCopyInto

func (in *PostgresOverviewList) DeepCopyInto(out *PostgresOverviewList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresOverviewList) DeepCopyObject

func (in *PostgresOverviewList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*PostgresOverviewList) Descriptor

func (*PostgresOverviewList) Descriptor() ([]byte, []int)

func (*PostgresOverviewList) Marshal

func (m *PostgresOverviewList) Marshal() (dAtA []byte, err error)

func (*PostgresOverviewList) MarshalTo

func (m *PostgresOverviewList) MarshalTo(dAtA []byte) (int, error)

func (*PostgresOverviewList) MarshalToSizedBuffer

func (m *PostgresOverviewList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresOverviewList) ProtoMessage

func (*PostgresOverviewList) ProtoMessage()

func (*PostgresOverviewList) Reset

func (m *PostgresOverviewList) Reset()

func (*PostgresOverviewList) Size

func (m *PostgresOverviewList) Size() (n int)

func (*PostgresOverviewList) String

func (this *PostgresOverviewList) String() string

func (*PostgresOverviewList) Unmarshal

func (m *PostgresOverviewList) Unmarshal(dAtA []byte) error

func (*PostgresOverviewList) XXX_DiscardUnknown

func (m *PostgresOverviewList) XXX_DiscardUnknown()

func (*PostgresOverviewList) XXX_Marshal

func (m *PostgresOverviewList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresOverviewList) XXX_Merge

func (m *PostgresOverviewList) XXX_Merge(src proto.Message)

func (*PostgresOverviewList) XXX_Size

func (m *PostgresOverviewList) XXX_Size() int

func (*PostgresOverviewList) XXX_Unmarshal

func (m *PostgresOverviewList) XXX_Unmarshal(b []byte) error

type PostgresOverviewSpec

type PostgresOverviewSpec struct {
	Version           string                      `json:"version" protobuf:"bytes,1,opt,name=version"`
	ConnectionURL     string                      `json:"connectionURL" protobuf:"bytes,2,opt,name=connectionURL"`
	Status            string                      `json:"status" protobuf:"bytes,3,opt,name=status"`
	Mode              string                      `json:"mode" protobuf:"bytes,4,opt,name=mode"`
	ReplicationStatus []PostgresReplicationStatus `json:"replicationStatus,omitempty" protobuf:"bytes,5,rep,name=replicationStatus"`
	ConnectionInfo    PostgresConnectionInfo      `json:"connectionInfo,omitempty" protobuf:"bytes,6,opt,name=connectionInfo"`
	BackupInfo        PostgresBackupInfo          `json:"backupInfo,omitempty" protobuf:"bytes,7,opt,name=backupInfo"`
	VacuumInfo        PostgresVacuumInfo          `json:"vacuumInfo,omitempty" protobuf:"bytes,8,opt,name=vacuumInfo"`
}

PostgresOverviewSpec defines the desired state of PostgresOverview

func (*PostgresOverviewSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresOverviewSpec.

func (*PostgresOverviewSpec) DeepCopyInto

func (in *PostgresOverviewSpec) DeepCopyInto(out *PostgresOverviewSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresOverviewSpec) Descriptor

func (*PostgresOverviewSpec) Descriptor() ([]byte, []int)

func (*PostgresOverviewSpec) Marshal

func (m *PostgresOverviewSpec) Marshal() (dAtA []byte, err error)

func (*PostgresOverviewSpec) MarshalTo

func (m *PostgresOverviewSpec) MarshalTo(dAtA []byte) (int, error)

func (*PostgresOverviewSpec) MarshalToSizedBuffer

func (m *PostgresOverviewSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresOverviewSpec) ProtoMessage

func (*PostgresOverviewSpec) ProtoMessage()

func (*PostgresOverviewSpec) Reset

func (m *PostgresOverviewSpec) Reset()

func (*PostgresOverviewSpec) Size

func (m *PostgresOverviewSpec) Size() (n int)

func (*PostgresOverviewSpec) String

func (this *PostgresOverviewSpec) String() string

func (*PostgresOverviewSpec) Unmarshal

func (m *PostgresOverviewSpec) Unmarshal(dAtA []byte) error

func (*PostgresOverviewSpec) XXX_DiscardUnknown

func (m *PostgresOverviewSpec) XXX_DiscardUnknown()

func (*PostgresOverviewSpec) XXX_Marshal

func (m *PostgresOverviewSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresOverviewSpec) XXX_Merge

func (m *PostgresOverviewSpec) XXX_Merge(src proto.Message)

func (*PostgresOverviewSpec) XXX_Size

func (m *PostgresOverviewSpec) XXX_Size() int

func (*PostgresOverviewSpec) XXX_Unmarshal

func (m *PostgresOverviewSpec) XXX_Unmarshal(b []byte) error

type PostgresOverviewStatus

type PostgresOverviewStatus struct {
}

PostgresOverviewStatus defines the observed state of PostgresOverview

func (*PostgresOverviewStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresOverviewStatus.

func (*PostgresOverviewStatus) DeepCopyInto

func (in *PostgresOverviewStatus) DeepCopyInto(out *PostgresOverviewStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresOverviewStatus) Descriptor

func (*PostgresOverviewStatus) Descriptor() ([]byte, []int)

func (*PostgresOverviewStatus) Marshal

func (m *PostgresOverviewStatus) Marshal() (dAtA []byte, err error)

func (*PostgresOverviewStatus) MarshalTo

func (m *PostgresOverviewStatus) MarshalTo(dAtA []byte) (int, error)

func (*PostgresOverviewStatus) MarshalToSizedBuffer

func (m *PostgresOverviewStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresOverviewStatus) ProtoMessage

func (*PostgresOverviewStatus) ProtoMessage()

func (*PostgresOverviewStatus) Reset

func (m *PostgresOverviewStatus) Reset()

func (*PostgresOverviewStatus) Size

func (m *PostgresOverviewStatus) Size() (n int)

func (*PostgresOverviewStatus) String

func (this *PostgresOverviewStatus) String() string

func (*PostgresOverviewStatus) Unmarshal

func (m *PostgresOverviewStatus) Unmarshal(dAtA []byte) error

func (*PostgresOverviewStatus) XXX_DiscardUnknown

func (m *PostgresOverviewStatus) XXX_DiscardUnknown()

func (*PostgresOverviewStatus) XXX_Marshal

func (m *PostgresOverviewStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresOverviewStatus) XXX_Merge

func (m *PostgresOverviewStatus) XXX_Merge(src proto.Message)

func (*PostgresOverviewStatus) XXX_Size

func (m *PostgresOverviewStatus) XXX_Size() int

func (*PostgresOverviewStatus) XXX_Unmarshal

func (m *PostgresOverviewStatus) XXX_Unmarshal(b []byte) error

type PostgresQueries

type PostgresQueries struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec PostgresQueriesSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*PostgresQueries) DeepCopy

func (in *PostgresQueries) DeepCopy() *PostgresQueries

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresQueries.

func (*PostgresQueries) DeepCopyInto

func (in *PostgresQueries) DeepCopyInto(out *PostgresQueries)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresQueries) DeepCopyObject

func (in *PostgresQueries) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*PostgresQueries) Descriptor

func (*PostgresQueries) Descriptor() ([]byte, []int)

func (*PostgresQueries) Marshal

func (m *PostgresQueries) Marshal() (dAtA []byte, err error)

func (*PostgresQueries) MarshalTo

func (m *PostgresQueries) MarshalTo(dAtA []byte) (int, error)

func (*PostgresQueries) MarshalToSizedBuffer

func (m *PostgresQueries) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresQueries) ProtoMessage

func (*PostgresQueries) ProtoMessage()

func (*PostgresQueries) Reset

func (m *PostgresQueries) Reset()

func (*PostgresQueries) Size

func (m *PostgresQueries) Size() (n int)

func (*PostgresQueries) String

func (this *PostgresQueries) String() string

func (*PostgresQueries) Unmarshal

func (m *PostgresQueries) Unmarshal(dAtA []byte) error

func (*PostgresQueries) XXX_DiscardUnknown

func (m *PostgresQueries) XXX_DiscardUnknown()

func (*PostgresQueries) XXX_Marshal

func (m *PostgresQueries) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresQueries) XXX_Merge

func (m *PostgresQueries) XXX_Merge(src proto.Message)

func (*PostgresQueries) XXX_Size

func (m *PostgresQueries) XXX_Size() int

func (*PostgresQueries) XXX_Unmarshal

func (m *PostgresQueries) XXX_Unmarshal(b []byte) error

type PostgresQueriesList

type PostgresQueriesList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []PostgresQueries `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*PostgresQueriesList) DeepCopy

func (in *PostgresQueriesList) DeepCopy() *PostgresQueriesList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresQueriesList.

func (*PostgresQueriesList) DeepCopyInto

func (in *PostgresQueriesList) DeepCopyInto(out *PostgresQueriesList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresQueriesList) DeepCopyObject

func (in *PostgresQueriesList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*PostgresQueriesList) Descriptor

func (*PostgresQueriesList) Descriptor() ([]byte, []int)

func (*PostgresQueriesList) Marshal

func (m *PostgresQueriesList) Marshal() (dAtA []byte, err error)

func (*PostgresQueriesList) MarshalTo

func (m *PostgresQueriesList) MarshalTo(dAtA []byte) (int, error)

func (*PostgresQueriesList) MarshalToSizedBuffer

func (m *PostgresQueriesList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresQueriesList) ProtoMessage

func (*PostgresQueriesList) ProtoMessage()

func (*PostgresQueriesList) Reset

func (m *PostgresQueriesList) Reset()

func (*PostgresQueriesList) Size

func (m *PostgresQueriesList) Size() (n int)

func (*PostgresQueriesList) String

func (this *PostgresQueriesList) String() string

func (*PostgresQueriesList) Unmarshal

func (m *PostgresQueriesList) Unmarshal(dAtA []byte) error

func (*PostgresQueriesList) XXX_DiscardUnknown

func (m *PostgresQueriesList) XXX_DiscardUnknown()

func (*PostgresQueriesList) XXX_Marshal

func (m *PostgresQueriesList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresQueriesList) XXX_Merge

func (m *PostgresQueriesList) XXX_Merge(src proto.Message)

func (*PostgresQueriesList) XXX_Size

func (m *PostgresQueriesList) XXX_Size() int

func (*PostgresQueriesList) XXX_Unmarshal

func (m *PostgresQueriesList) XXX_Unmarshal(b []byte) error

type PostgresQueriesSpec

type PostgresQueriesSpec struct {
	Queries []PostgresQuerySpec `json:"queries" protobuf:"bytes,1,rep,name=queries"`
}

PostgresQueriesSpec defines the desired state of PostgresQueries

func (*PostgresQueriesSpec) DeepCopy

func (in *PostgresQueriesSpec) DeepCopy() *PostgresQueriesSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresQueriesSpec.

func (*PostgresQueriesSpec) DeepCopyInto

func (in *PostgresQueriesSpec) DeepCopyInto(out *PostgresQueriesSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresQueriesSpec) Descriptor

func (*PostgresQueriesSpec) Descriptor() ([]byte, []int)

func (*PostgresQueriesSpec) Marshal

func (m *PostgresQueriesSpec) Marshal() (dAtA []byte, err error)

func (*PostgresQueriesSpec) MarshalTo

func (m *PostgresQueriesSpec) MarshalTo(dAtA []byte) (int, error)

func (*PostgresQueriesSpec) MarshalToSizedBuffer

func (m *PostgresQueriesSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresQueriesSpec) ProtoMessage

func (*PostgresQueriesSpec) ProtoMessage()

func (*PostgresQueriesSpec) Reset

func (m *PostgresQueriesSpec) Reset()

func (*PostgresQueriesSpec) Size

func (m *PostgresQueriesSpec) Size() (n int)

func (*PostgresQueriesSpec) String

func (this *PostgresQueriesSpec) String() string

func (*PostgresQueriesSpec) Unmarshal

func (m *PostgresQueriesSpec) Unmarshal(dAtA []byte) error

func (*PostgresQueriesSpec) XXX_DiscardUnknown

func (m *PostgresQueriesSpec) XXX_DiscardUnknown()

func (*PostgresQueriesSpec) XXX_Marshal

func (m *PostgresQueriesSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresQueriesSpec) XXX_Merge

func (m *PostgresQueriesSpec) XXX_Merge(src proto.Message)

func (*PostgresQueriesSpec) XXX_Size

func (m *PostgresQueriesSpec) XXX_Size() int

func (*PostgresQueriesSpec) XXX_Unmarshal

func (m *PostgresQueriesSpec) XXX_Unmarshal(b []byte) error

type PostgresQuerySpec

type PostgresQuerySpec struct {
	UserOID                  int64   `json:"userOID" protobuf:"varint,1,opt,name=userOID"`
	DatabaseOID              int64   `json:"databaseOID" protobuf:"varint,2,opt,name=databaseOID"`
	Query                    string  `json:"query" protobuf:"bytes,3,opt,name=query"`
	Calls                    int64   `json:"calls" protobuf:"varint,4,opt,name=calls"`
	Rows                     int64   `json:"rows" protobuf:"varint,5,opt,name=rows"`
	TotalTime                float64 `json:"totalTime" protobuf:"fixed64,6,opt,name=totalTime"`
	MinTime                  float64 `json:"minTime" protobuf:"fixed64,7,opt,name=minTime"`
	MaxTime                  float64 `json:"maxTime" protobuf:"fixed64,8,opt,name=maxTime"`
	SharedBlksHit            int64   `json:"sharedBlksHit" protobuf:"varint,9,opt,name=sharedBlksHit"`
	SharedBlksRead           int64   `json:"sharedBlksRead" protobuf:"varint,10,opt,name=sharedBlksRead"`
	SharedBlksDirtied        int64   `json:"sharedBlksDirtied" protobuf:"varint,11,opt,name=sharedBlksDirtied"`
	SharedBlksWritten        int64   `json:"sharedBlksWritten" protobuf:"varint,12,opt,name=sharedBlksWritten"`
	LocalBlksHit             int64   `json:"localBlksHit" protobuf:"varint,13,opt,name=localBlksHit"`
	LocalBlksRead            int64   `json:"localBlksRead" protobuf:"varint,14,opt,name=localBlksRead"`
	LocalBlksDirtied         int64   `json:"localBlksDirtied" protobuf:"varint,15,opt,name=localBlksDirtied"`
	LocalBlksWritten         int64   `json:"localBlksWritten" protobuf:"varint,16,opt,name=localBlksWritten"`
	TempBlksRead             int64   `json:"tempBlksRead" protobuf:"varint,17,opt,name=tempBlksRead"`
	TempBlksWritten          int64   `json:"tempBlksWritten" protobuf:"varint,18,opt,name=tempBlksWritten"`
	BlkReadTime              float64 `json:"blkReadTime" protobuf:"fixed64,19,opt,name=blkReadTime"`
	BlkWriteTime             float64 `json:"blkWriteTime" protobuf:"fixed64,20,opt,name=blkWriteTime"`
	BufferHitPercentage      string  `json:"bufferHitPercentage" protobuf:"bytes,21,opt,name=bufferHitPercentage"`
	LocalBufferHitPercentage string  `json:"localBufferHitPercentage" protobuf:"bytes,22,opt,name=localBufferHitPercentage"`
}

func (*PostgresQuerySpec) DeepCopy

func (in *PostgresQuerySpec) DeepCopy() *PostgresQuerySpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresQuerySpec.

func (*PostgresQuerySpec) DeepCopyInto

func (in *PostgresQuerySpec) DeepCopyInto(out *PostgresQuerySpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresQuerySpec) Descriptor

func (*PostgresQuerySpec) Descriptor() ([]byte, []int)

func (*PostgresQuerySpec) Marshal

func (m *PostgresQuerySpec) Marshal() (dAtA []byte, err error)

func (*PostgresQuerySpec) MarshalTo

func (m *PostgresQuerySpec) MarshalTo(dAtA []byte) (int, error)

func (*PostgresQuerySpec) MarshalToSizedBuffer

func (m *PostgresQuerySpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresQuerySpec) ProtoMessage

func (*PostgresQuerySpec) ProtoMessage()

func (*PostgresQuerySpec) Reset

func (m *PostgresQuerySpec) Reset()

func (*PostgresQuerySpec) Size

func (m *PostgresQuerySpec) Size() (n int)

func (*PostgresQuerySpec) String

func (this *PostgresQuerySpec) String() string

func (*PostgresQuerySpec) Unmarshal

func (m *PostgresQuerySpec) Unmarshal(dAtA []byte) error

func (*PostgresQuerySpec) XXX_DiscardUnknown

func (m *PostgresQuerySpec) XXX_DiscardUnknown()

func (*PostgresQuerySpec) XXX_Marshal

func (m *PostgresQuerySpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresQuerySpec) XXX_Merge

func (m *PostgresQuerySpec) XXX_Merge(src proto.Message)

func (*PostgresQuerySpec) XXX_Size

func (m *PostgresQuerySpec) XXX_Size() int

func (*PostgresQuerySpec) XXX_Unmarshal

func (m *PostgresQuerySpec) XXX_Unmarshal(b []byte) error

type PostgresReplicationStatus

type PostgresReplicationStatus struct {
	ApplicationName string `json:"applicationName" protobuf:"bytes,1,opt,name=applicationName"`
	State           string `json:"state" protobuf:"bytes,2,opt,name=state"`
	WriteLag        int64  `json:"writeLag" protobuf:"varint,3,opt,name=writeLag"`
	FlushLag        int64  `json:"flushLag" protobuf:"varint,4,opt,name=flushLag"`
	ReplayLag       int64  `json:"replayLag" protobuf:"varint,5,opt,name=replayLag"`
}

func (*PostgresReplicationStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresReplicationStatus.

func (*PostgresReplicationStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresReplicationStatus) Descriptor

func (*PostgresReplicationStatus) Descriptor() ([]byte, []int)

func (*PostgresReplicationStatus) Marshal

func (m *PostgresReplicationStatus) Marshal() (dAtA []byte, err error)

func (*PostgresReplicationStatus) MarshalTo

func (m *PostgresReplicationStatus) MarshalTo(dAtA []byte) (int, error)

func (*PostgresReplicationStatus) MarshalToSizedBuffer

func (m *PostgresReplicationStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresReplicationStatus) ProtoMessage

func (*PostgresReplicationStatus) ProtoMessage()

func (*PostgresReplicationStatus) Reset

func (m *PostgresReplicationStatus) Reset()

func (*PostgresReplicationStatus) Size

func (m *PostgresReplicationStatus) Size() (n int)

func (*PostgresReplicationStatus) String

func (this *PostgresReplicationStatus) String() string

func (*PostgresReplicationStatus) Unmarshal

func (m *PostgresReplicationStatus) Unmarshal(dAtA []byte) error

func (*PostgresReplicationStatus) XXX_DiscardUnknown

func (m *PostgresReplicationStatus) XXX_DiscardUnknown()

func (*PostgresReplicationStatus) XXX_Marshal

func (m *PostgresReplicationStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresReplicationStatus) XXX_Merge

func (m *PostgresReplicationStatus) XXX_Merge(src proto.Message)

func (*PostgresReplicationStatus) XXX_Size

func (m *PostgresReplicationStatus) XXX_Size() int

func (*PostgresReplicationStatus) XXX_Unmarshal

func (m *PostgresReplicationStatus) XXX_Unmarshal(b []byte) error

type PostgresSchemaOverview

type PostgresSchemaOverview struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec PostgresSchemaOverviewSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*PostgresSchemaOverview) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresSchemaOverview.

func (*PostgresSchemaOverview) DeepCopyInto

func (in *PostgresSchemaOverview) DeepCopyInto(out *PostgresSchemaOverview)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresSchemaOverview) DeepCopyObject

func (in *PostgresSchemaOverview) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*PostgresSchemaOverview) Descriptor

func (*PostgresSchemaOverview) Descriptor() ([]byte, []int)

func (*PostgresSchemaOverview) Marshal

func (m *PostgresSchemaOverview) Marshal() (dAtA []byte, err error)

func (*PostgresSchemaOverview) MarshalTo

func (m *PostgresSchemaOverview) MarshalTo(dAtA []byte) (int, error)

func (*PostgresSchemaOverview) MarshalToSizedBuffer

func (m *PostgresSchemaOverview) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresSchemaOverview) ProtoMessage

func (*PostgresSchemaOverview) ProtoMessage()

func (*PostgresSchemaOverview) Reset

func (m *PostgresSchemaOverview) Reset()

func (*PostgresSchemaOverview) Size

func (m *PostgresSchemaOverview) Size() (n int)

func (*PostgresSchemaOverview) String

func (this *PostgresSchemaOverview) String() string

func (*PostgresSchemaOverview) Unmarshal

func (m *PostgresSchemaOverview) Unmarshal(dAtA []byte) error

func (*PostgresSchemaOverview) XXX_DiscardUnknown

func (m *PostgresSchemaOverview) XXX_DiscardUnknown()

func (*PostgresSchemaOverview) XXX_Marshal

func (m *PostgresSchemaOverview) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresSchemaOverview) XXX_Merge

func (m *PostgresSchemaOverview) XXX_Merge(src proto.Message)

func (*PostgresSchemaOverview) XXX_Size

func (m *PostgresSchemaOverview) XXX_Size() int

func (*PostgresSchemaOverview) XXX_Unmarshal

func (m *PostgresSchemaOverview) XXX_Unmarshal(b []byte) error

type PostgresSchemaOverviewList

type PostgresSchemaOverviewList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []PostgresSchemaOverview `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*PostgresSchemaOverviewList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresSchemaOverviewList.

func (*PostgresSchemaOverviewList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresSchemaOverviewList) DeepCopyObject

func (in *PostgresSchemaOverviewList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*PostgresSchemaOverviewList) Descriptor

func (*PostgresSchemaOverviewList) Descriptor() ([]byte, []int)

func (*PostgresSchemaOverviewList) Marshal

func (m *PostgresSchemaOverviewList) Marshal() (dAtA []byte, err error)

func (*PostgresSchemaOverviewList) MarshalTo

func (m *PostgresSchemaOverviewList) MarshalTo(dAtA []byte) (int, error)

func (*PostgresSchemaOverviewList) MarshalToSizedBuffer

func (m *PostgresSchemaOverviewList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresSchemaOverviewList) ProtoMessage

func (*PostgresSchemaOverviewList) ProtoMessage()

func (*PostgresSchemaOverviewList) Reset

func (m *PostgresSchemaOverviewList) Reset()

func (*PostgresSchemaOverviewList) Size

func (m *PostgresSchemaOverviewList) Size() (n int)

func (*PostgresSchemaOverviewList) String

func (this *PostgresSchemaOverviewList) String() string

func (*PostgresSchemaOverviewList) Unmarshal

func (m *PostgresSchemaOverviewList) Unmarshal(dAtA []byte) error

func (*PostgresSchemaOverviewList) XXX_DiscardUnknown

func (m *PostgresSchemaOverviewList) XXX_DiscardUnknown()

func (*PostgresSchemaOverviewList) XXX_Marshal

func (m *PostgresSchemaOverviewList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresSchemaOverviewList) XXX_Merge

func (m *PostgresSchemaOverviewList) XXX_Merge(src proto.Message)

func (*PostgresSchemaOverviewList) XXX_Size

func (m *PostgresSchemaOverviewList) XXX_Size() int

func (*PostgresSchemaOverviewList) XXX_Unmarshal

func (m *PostgresSchemaOverviewList) XXX_Unmarshal(b []byte) error

type PostgresSchemaOverviewSpec

type PostgresSchemaOverviewSpec = GenericSchemaOverviewSpec

type PostgresSettings

type PostgresSettings struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec PostgresSettingsSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*PostgresSettings) DeepCopy

func (in *PostgresSettings) DeepCopy() *PostgresSettings

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresSettings.

func (*PostgresSettings) DeepCopyInto

func (in *PostgresSettings) DeepCopyInto(out *PostgresSettings)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresSettings) DeepCopyObject

func (in *PostgresSettings) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*PostgresSettings) Descriptor

func (*PostgresSettings) Descriptor() ([]byte, []int)

func (*PostgresSettings) Marshal

func (m *PostgresSettings) Marshal() (dAtA []byte, err error)

func (*PostgresSettings) MarshalTo

func (m *PostgresSettings) MarshalTo(dAtA []byte) (int, error)

func (*PostgresSettings) MarshalToSizedBuffer

func (m *PostgresSettings) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresSettings) ProtoMessage

func (*PostgresSettings) ProtoMessage()

func (*PostgresSettings) Reset

func (m *PostgresSettings) Reset()

func (*PostgresSettings) Size

func (m *PostgresSettings) Size() (n int)

func (*PostgresSettings) String

func (this *PostgresSettings) String() string

func (*PostgresSettings) Unmarshal

func (m *PostgresSettings) Unmarshal(dAtA []byte) error

func (*PostgresSettings) XXX_DiscardUnknown

func (m *PostgresSettings) XXX_DiscardUnknown()

func (*PostgresSettings) XXX_Marshal

func (m *PostgresSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresSettings) XXX_Merge

func (m *PostgresSettings) XXX_Merge(src proto.Message)

func (*PostgresSettings) XXX_Size

func (m *PostgresSettings) XXX_Size() int

func (*PostgresSettings) XXX_Unmarshal

func (m *PostgresSettings) XXX_Unmarshal(b []byte) error

type PostgresSettingsList

type PostgresSettingsList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []PostgresSettings `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*PostgresSettingsList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresSettingsList.

func (*PostgresSettingsList) DeepCopyInto

func (in *PostgresSettingsList) DeepCopyInto(out *PostgresSettingsList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresSettingsList) DeepCopyObject

func (in *PostgresSettingsList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*PostgresSettingsList) Descriptor

func (*PostgresSettingsList) Descriptor() ([]byte, []int)

func (*PostgresSettingsList) Marshal

func (m *PostgresSettingsList) Marshal() (dAtA []byte, err error)

func (*PostgresSettingsList) MarshalTo

func (m *PostgresSettingsList) MarshalTo(dAtA []byte) (int, error)

func (*PostgresSettingsList) MarshalToSizedBuffer

func (m *PostgresSettingsList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresSettingsList) ProtoMessage

func (*PostgresSettingsList) ProtoMessage()

func (*PostgresSettingsList) Reset

func (m *PostgresSettingsList) Reset()

func (*PostgresSettingsList) Size

func (m *PostgresSettingsList) Size() (n int)

func (*PostgresSettingsList) String

func (this *PostgresSettingsList) String() string

func (*PostgresSettingsList) Unmarshal

func (m *PostgresSettingsList) Unmarshal(dAtA []byte) error

func (*PostgresSettingsList) XXX_DiscardUnknown

func (m *PostgresSettingsList) XXX_DiscardUnknown()

func (*PostgresSettingsList) XXX_Marshal

func (m *PostgresSettingsList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresSettingsList) XXX_Merge

func (m *PostgresSettingsList) XXX_Merge(src proto.Message)

func (*PostgresSettingsList) XXX_Size

func (m *PostgresSettingsList) XXX_Size() int

func (*PostgresSettingsList) XXX_Unmarshal

func (m *PostgresSettingsList) XXX_Unmarshal(b []byte) error

type PostgresSettingsSpec

type PostgresSettingsSpec struct {
	Settings []PGSetting `json:"settings" protobuf:"bytes,1,rep,name=settings"`
}

PostgresSettingsSpec defines the desired state of PostgresSettings

func (*PostgresSettingsSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresSettingsSpec.

func (*PostgresSettingsSpec) DeepCopyInto

func (in *PostgresSettingsSpec) DeepCopyInto(out *PostgresSettingsSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresSettingsSpec) Descriptor

func (*PostgresSettingsSpec) Descriptor() ([]byte, []int)

func (*PostgresSettingsSpec) Marshal

func (m *PostgresSettingsSpec) Marshal() (dAtA []byte, err error)

func (*PostgresSettingsSpec) MarshalTo

func (m *PostgresSettingsSpec) MarshalTo(dAtA []byte) (int, error)

func (*PostgresSettingsSpec) MarshalToSizedBuffer

func (m *PostgresSettingsSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresSettingsSpec) ProtoMessage

func (*PostgresSettingsSpec) ProtoMessage()

func (*PostgresSettingsSpec) Reset

func (m *PostgresSettingsSpec) Reset()

func (*PostgresSettingsSpec) Size

func (m *PostgresSettingsSpec) Size() (n int)

func (*PostgresSettingsSpec) String

func (this *PostgresSettingsSpec) String() string

func (*PostgresSettingsSpec) Unmarshal

func (m *PostgresSettingsSpec) Unmarshal(dAtA []byte) error

func (*PostgresSettingsSpec) XXX_DiscardUnknown

func (m *PostgresSettingsSpec) XXX_DiscardUnknown()

func (*PostgresSettingsSpec) XXX_Marshal

func (m *PostgresSettingsSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresSettingsSpec) XXX_Merge

func (m *PostgresSettingsSpec) XXX_Merge(src proto.Message)

func (*PostgresSettingsSpec) XXX_Size

func (m *PostgresSettingsSpec) XXX_Size() int

func (*PostgresSettingsSpec) XXX_Unmarshal

func (m *PostgresSettingsSpec) XXX_Unmarshal(b []byte) error

type PostgresVacuumInfo

type PostgresVacuumInfo struct {
	AutoVacuum          string `json:"autoVacuum" protobuf:"bytes,1,opt,name=autoVacuum"`
	ActiveVacuumProcess int64  `json:"activeVacuumProcess" protobuf:"varint,2,opt,name=activeVacuumProcess"`
}

func (*PostgresVacuumInfo) DeepCopy

func (in *PostgresVacuumInfo) DeepCopy() *PostgresVacuumInfo

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresVacuumInfo.

func (*PostgresVacuumInfo) DeepCopyInto

func (in *PostgresVacuumInfo) DeepCopyInto(out *PostgresVacuumInfo)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PostgresVacuumInfo) Descriptor

func (*PostgresVacuumInfo) Descriptor() ([]byte, []int)

func (*PostgresVacuumInfo) Marshal

func (m *PostgresVacuumInfo) Marshal() (dAtA []byte, err error)

func (*PostgresVacuumInfo) MarshalTo

func (m *PostgresVacuumInfo) MarshalTo(dAtA []byte) (int, error)

func (*PostgresVacuumInfo) MarshalToSizedBuffer

func (m *PostgresVacuumInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PostgresVacuumInfo) ProtoMessage

func (*PostgresVacuumInfo) ProtoMessage()

func (*PostgresVacuumInfo) Reset

func (m *PostgresVacuumInfo) Reset()

func (*PostgresVacuumInfo) Size

func (m *PostgresVacuumInfo) Size() (n int)

func (*PostgresVacuumInfo) String

func (this *PostgresVacuumInfo) String() string

func (*PostgresVacuumInfo) Unmarshal

func (m *PostgresVacuumInfo) Unmarshal(dAtA []byte) error

func (*PostgresVacuumInfo) XXX_DiscardUnknown

func (m *PostgresVacuumInfo) XXX_DiscardUnknown()

func (*PostgresVacuumInfo) XXX_Marshal

func (m *PostgresVacuumInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostgresVacuumInfo) XXX_Merge

func (m *PostgresVacuumInfo) XXX_Merge(src proto.Message)

func (*PostgresVacuumInfo) XXX_Size

func (m *PostgresVacuumInfo) XXX_Size() int

func (*PostgresVacuumInfo) XXX_Unmarshal

func (m *PostgresVacuumInfo) XXX_Unmarshal(b []byte) error

type RedisDatabaseSpec

type RedisDatabaseSpec struct {
	DBId    string `json:"dbId,omitempty" protobuf:"bytes,1,opt,name=dbId"`
	Keys    string `json:"keys,omitempty" protobuf:"bytes,2,opt,name=keys"`
	Expires string `json:"expires,omitempty" protobuf:"bytes,3,opt,name=expires"`
	AvgTTL  string `json:"avgTTL,omitempty" protobuf:"bytes,4,opt,name=avgTTL"`
}

func (*RedisDatabaseSpec) DeepCopy

func (in *RedisDatabaseSpec) DeepCopy() *RedisDatabaseSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisDatabaseSpec.

func (*RedisDatabaseSpec) DeepCopyInto

func (in *RedisDatabaseSpec) DeepCopyInto(out *RedisDatabaseSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RedisDatabaseSpec) Descriptor

func (*RedisDatabaseSpec) Descriptor() ([]byte, []int)

func (*RedisDatabaseSpec) Marshal

func (m *RedisDatabaseSpec) Marshal() (dAtA []byte, err error)

func (*RedisDatabaseSpec) MarshalTo

func (m *RedisDatabaseSpec) MarshalTo(dAtA []byte) (int, error)

func (*RedisDatabaseSpec) MarshalToSizedBuffer

func (m *RedisDatabaseSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RedisDatabaseSpec) ProtoMessage

func (*RedisDatabaseSpec) ProtoMessage()

func (*RedisDatabaseSpec) Reset

func (m *RedisDatabaseSpec) Reset()

func (*RedisDatabaseSpec) Size

func (m *RedisDatabaseSpec) Size() (n int)

func (*RedisDatabaseSpec) String

func (this *RedisDatabaseSpec) String() string

func (*RedisDatabaseSpec) Unmarshal

func (m *RedisDatabaseSpec) Unmarshal(dAtA []byte) error

func (*RedisDatabaseSpec) XXX_DiscardUnknown

func (m *RedisDatabaseSpec) XXX_DiscardUnknown()

func (*RedisDatabaseSpec) XXX_Marshal

func (m *RedisDatabaseSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RedisDatabaseSpec) XXX_Merge

func (m *RedisDatabaseSpec) XXX_Merge(src proto.Message)

func (*RedisDatabaseSpec) XXX_Size

func (m *RedisDatabaseSpec) XXX_Size() int

func (*RedisDatabaseSpec) XXX_Unmarshal

func (m *RedisDatabaseSpec) XXX_Unmarshal(b []byte) error

type RedisOverview

type RedisOverview struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec   RedisOverviewSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status api.RedisStatus   `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*RedisOverview) DeepCopy

func (in *RedisOverview) DeepCopy() *RedisOverview

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisOverview.

func (*RedisOverview) DeepCopyInto

func (in *RedisOverview) DeepCopyInto(out *RedisOverview)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RedisOverview) DeepCopyObject

func (in *RedisOverview) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*RedisOverview) Descriptor

func (*RedisOverview) Descriptor() ([]byte, []int)

func (*RedisOverview) Marshal

func (m *RedisOverview) Marshal() (dAtA []byte, err error)

func (*RedisOverview) MarshalTo

func (m *RedisOverview) MarshalTo(dAtA []byte) (int, error)

func (*RedisOverview) MarshalToSizedBuffer

func (m *RedisOverview) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RedisOverview) ProtoMessage

func (*RedisOverview) ProtoMessage()

func (*RedisOverview) Reset

func (m *RedisOverview) Reset()

func (*RedisOverview) Size

func (m *RedisOverview) Size() (n int)

func (*RedisOverview) String

func (this *RedisOverview) String() string

func (*RedisOverview) Unmarshal

func (m *RedisOverview) Unmarshal(dAtA []byte) error

func (*RedisOverview) XXX_DiscardUnknown

func (m *RedisOverview) XXX_DiscardUnknown()

func (*RedisOverview) XXX_Marshal

func (m *RedisOverview) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RedisOverview) XXX_Merge

func (m *RedisOverview) XXX_Merge(src proto.Message)

func (*RedisOverview) XXX_Size

func (m *RedisOverview) XXX_Size() int

func (*RedisOverview) XXX_Unmarshal

func (m *RedisOverview) XXX_Unmarshal(b []byte) error

type RedisOverviewList

type RedisOverviewList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []RedisOverview `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*RedisOverviewList) DeepCopy

func (in *RedisOverviewList) DeepCopy() *RedisOverviewList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisOverviewList.

func (*RedisOverviewList) DeepCopyInto

func (in *RedisOverviewList) DeepCopyInto(out *RedisOverviewList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RedisOverviewList) DeepCopyObject

func (in *RedisOverviewList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*RedisOverviewList) Descriptor

func (*RedisOverviewList) Descriptor() ([]byte, []int)

func (*RedisOverviewList) Marshal

func (m *RedisOverviewList) Marshal() (dAtA []byte, err error)

func (*RedisOverviewList) MarshalTo

func (m *RedisOverviewList) MarshalTo(dAtA []byte) (int, error)

func (*RedisOverviewList) MarshalToSizedBuffer

func (m *RedisOverviewList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RedisOverviewList) ProtoMessage

func (*RedisOverviewList) ProtoMessage()

func (*RedisOverviewList) Reset

func (m *RedisOverviewList) Reset()

func (*RedisOverviewList) Size

func (m *RedisOverviewList) Size() (n int)

func (*RedisOverviewList) String

func (this *RedisOverviewList) String() string

func (*RedisOverviewList) Unmarshal

func (m *RedisOverviewList) Unmarshal(dAtA []byte) error

func (*RedisOverviewList) XXX_DiscardUnknown

func (m *RedisOverviewList) XXX_DiscardUnknown()

func (*RedisOverviewList) XXX_Marshal

func (m *RedisOverviewList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RedisOverviewList) XXX_Merge

func (m *RedisOverviewList) XXX_Merge(src proto.Message)

func (*RedisOverviewList) XXX_Size

func (m *RedisOverviewList) XXX_Size() int

func (*RedisOverviewList) XXX_Unmarshal

func (m *RedisOverviewList) XXX_Unmarshal(b []byte) error

type RedisOverviewSpec

type RedisOverviewSpec struct {
	Version                  string `json:"version" protobuf:"bytes,1,opt,name=version"`
	Status                   string `json:"status" protobuf:"bytes,2,opt,name=status"`
	Mode                     string `json:"mode" protobuf:"bytes,3,opt,name=mode"`
	EvictionPolicy           string `json:"evictionPolicy" protobuf:"bytes,4,opt,name=evictionPolicy"`
	MaxClients               int64  `json:"maxClients" protobuf:"varint,5,opt,name=maxClients"`
	ConnectedClients         int64  `json:"connectedClients" protobuf:"varint,6,opt,name=connectedClients"`
	BlockedClients           int64  `json:"blockedClients" protobuf:"varint,7,opt,name=blockedClients"`
	TotalKeys                int64  `json:"totalKeys" protobuf:"varint,8,opt,name=totalKeys"`
	ExpiredKeys              int64  `json:"expiredKeys" protobuf:"varint,9,opt,name=expiredKeys"`
	EvictedKeys              int64  `json:"evictedKeys" protobuf:"varint,10,opt,name=evictedKeys"`
	ReceivedConnections      int64  `json:"receivedConnections" protobuf:"varint,11,opt,name=receivedConnections"`
	RejectedConnections      int64  `json:"rejectedConnections" protobuf:"varint,12,opt,name=rejectedConnections"`
	SlowLogThresholdMicroSec int64  `json:"slowLogThresholdMicroSec" protobuf:"varint,13,opt,name=slowLogThresholdMicroSec"`
	SlowLogMaxLen            int64  `json:"slowLogMaxLen" protobuf:"varint,14,opt,name=slowLogMaxLen"`
}

RedisOverviewSpec defines the desired state of RedisOverview

func (*RedisOverviewSpec) DeepCopy

func (in *RedisOverviewSpec) DeepCopy() *RedisOverviewSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisOverviewSpec.

func (*RedisOverviewSpec) DeepCopyInto

func (in *RedisOverviewSpec) DeepCopyInto(out *RedisOverviewSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RedisOverviewSpec) Descriptor

func (*RedisOverviewSpec) Descriptor() ([]byte, []int)

func (*RedisOverviewSpec) Marshal

func (m *RedisOverviewSpec) Marshal() (dAtA []byte, err error)

func (*RedisOverviewSpec) MarshalTo

func (m *RedisOverviewSpec) MarshalTo(dAtA []byte) (int, error)

func (*RedisOverviewSpec) MarshalToSizedBuffer

func (m *RedisOverviewSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RedisOverviewSpec) ProtoMessage

func (*RedisOverviewSpec) ProtoMessage()

func (*RedisOverviewSpec) Reset

func (m *RedisOverviewSpec) Reset()

func (*RedisOverviewSpec) Size

func (m *RedisOverviewSpec) Size() (n int)

func (*RedisOverviewSpec) String

func (this *RedisOverviewSpec) String() string

func (*RedisOverviewSpec) Unmarshal

func (m *RedisOverviewSpec) Unmarshal(dAtA []byte) error

func (*RedisOverviewSpec) XXX_DiscardUnknown

func (m *RedisOverviewSpec) XXX_DiscardUnknown()

func (*RedisOverviewSpec) XXX_Marshal

func (m *RedisOverviewSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RedisOverviewSpec) XXX_Merge

func (m *RedisOverviewSpec) XXX_Merge(src proto.Message)

func (*RedisOverviewSpec) XXX_Size

func (m *RedisOverviewSpec) XXX_Size() int

func (*RedisOverviewSpec) XXX_Unmarshal

func (m *RedisOverviewSpec) XXX_Unmarshal(b []byte) error

type RedisQueries

type RedisQueries struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec RedisQueriesSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*RedisQueries) DeepCopy

func (in *RedisQueries) DeepCopy() *RedisQueries

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisQueries.

func (*RedisQueries) DeepCopyInto

func (in *RedisQueries) DeepCopyInto(out *RedisQueries)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RedisQueries) DeepCopyObject

func (in *RedisQueries) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*RedisQueries) Descriptor

func (*RedisQueries) Descriptor() ([]byte, []int)

func (*RedisQueries) Marshal

func (m *RedisQueries) Marshal() (dAtA []byte, err error)

func (*RedisQueries) MarshalTo

func (m *RedisQueries) MarshalTo(dAtA []byte) (int, error)

func (*RedisQueries) MarshalToSizedBuffer

func (m *RedisQueries) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RedisQueries) ProtoMessage

func (*RedisQueries) ProtoMessage()

func (*RedisQueries) Reset

func (m *RedisQueries) Reset()

func (*RedisQueries) Size

func (m *RedisQueries) Size() (n int)

func (*RedisQueries) String

func (this *RedisQueries) String() string

func (*RedisQueries) Unmarshal

func (m *RedisQueries) Unmarshal(dAtA []byte) error

func (*RedisQueries) XXX_DiscardUnknown

func (m *RedisQueries) XXX_DiscardUnknown()

func (*RedisQueries) XXX_Marshal

func (m *RedisQueries) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RedisQueries) XXX_Merge

func (m *RedisQueries) XXX_Merge(src proto.Message)

func (*RedisQueries) XXX_Size

func (m *RedisQueries) XXX_Size() int

func (*RedisQueries) XXX_Unmarshal

func (m *RedisQueries) XXX_Unmarshal(b []byte) error

type RedisQueriesList

type RedisQueriesList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []RedisQueries `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*RedisQueriesList) DeepCopy

func (in *RedisQueriesList) DeepCopy() *RedisQueriesList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisQueriesList.

func (*RedisQueriesList) DeepCopyInto

func (in *RedisQueriesList) DeepCopyInto(out *RedisQueriesList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RedisQueriesList) DeepCopyObject

func (in *RedisQueriesList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*RedisQueriesList) Descriptor

func (*RedisQueriesList) Descriptor() ([]byte, []int)

func (*RedisQueriesList) Marshal

func (m *RedisQueriesList) Marshal() (dAtA []byte, err error)

func (*RedisQueriesList) MarshalTo

func (m *RedisQueriesList) MarshalTo(dAtA []byte) (int, error)

func (*RedisQueriesList) MarshalToSizedBuffer

func (m *RedisQueriesList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RedisQueriesList) ProtoMessage

func (*RedisQueriesList) ProtoMessage()

func (*RedisQueriesList) Reset

func (m *RedisQueriesList) Reset()

func (*RedisQueriesList) Size

func (m *RedisQueriesList) Size() (n int)

func (*RedisQueriesList) String

func (this *RedisQueriesList) String() string

func (*RedisQueriesList) Unmarshal

func (m *RedisQueriesList) Unmarshal(dAtA []byte) error

func (*RedisQueriesList) XXX_DiscardUnknown

func (m *RedisQueriesList) XXX_DiscardUnknown()

func (*RedisQueriesList) XXX_Marshal

func (m *RedisQueriesList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RedisQueriesList) XXX_Merge

func (m *RedisQueriesList) XXX_Merge(src proto.Message)

func (*RedisQueriesList) XXX_Size

func (m *RedisQueriesList) XXX_Size() int

func (*RedisQueriesList) XXX_Unmarshal

func (m *RedisQueriesList) XXX_Unmarshal(b []byte) error

type RedisQueriesSpec

type RedisQueriesSpec struct {
	Queries []RedisQuerySpec `json:"queries" protobuf:"bytes,1,rep,name=queries"`
}

RedisQueriesSpec defines the desired state of RedisQueries

func (*RedisQueriesSpec) DeepCopy

func (in *RedisQueriesSpec) DeepCopy() *RedisQueriesSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisQueriesSpec.

func (*RedisQueriesSpec) DeepCopyInto

func (in *RedisQueriesSpec) DeepCopyInto(out *RedisQueriesSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RedisQueriesSpec) Descriptor

func (*RedisQueriesSpec) Descriptor() ([]byte, []int)

func (*RedisQueriesSpec) Marshal

func (m *RedisQueriesSpec) Marshal() (dAtA []byte, err error)

func (*RedisQueriesSpec) MarshalTo

func (m *RedisQueriesSpec) MarshalTo(dAtA []byte) (int, error)

func (*RedisQueriesSpec) MarshalToSizedBuffer

func (m *RedisQueriesSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RedisQueriesSpec) ProtoMessage

func (*RedisQueriesSpec) ProtoMessage()

func (*RedisQueriesSpec) Reset

func (m *RedisQueriesSpec) Reset()

func (*RedisQueriesSpec) Size

func (m *RedisQueriesSpec) Size() (n int)

func (*RedisQueriesSpec) String

func (this *RedisQueriesSpec) String() string

func (*RedisQueriesSpec) Unmarshal

func (m *RedisQueriesSpec) Unmarshal(dAtA []byte) error

func (*RedisQueriesSpec) XXX_DiscardUnknown

func (m *RedisQueriesSpec) XXX_DiscardUnknown()

func (*RedisQueriesSpec) XXX_Marshal

func (m *RedisQueriesSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RedisQueriesSpec) XXX_Merge

func (m *RedisQueriesSpec) XXX_Merge(src proto.Message)

func (*RedisQueriesSpec) XXX_Size

func (m *RedisQueriesSpec) XXX_Size() int

func (*RedisQueriesSpec) XXX_Unmarshal

func (m *RedisQueriesSpec) XXX_Unmarshal(b []byte) error

type RedisQuerySpec

type RedisQuerySpec struct {
	QueryId                int64    `json:"queryId" protobuf:"varint,1,opt,name=queryId"`
	QueryTimestamp         int64    `json:"queryTimestamp" protobuf:"varint,2,opt,name=queryTimestamp"`
	ExecTimeInMircoSeconds int64    `json:"execTimeInMircoSeconds" protobuf:"varint,3,opt,name=execTimeInMircoSeconds"`
	Args                   []string `json:"args" protobuf:"bytes,4,rep,name=args"`
}

func (*RedisQuerySpec) DeepCopy

func (in *RedisQuerySpec) DeepCopy() *RedisQuerySpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisQuerySpec.

func (*RedisQuerySpec) DeepCopyInto

func (in *RedisQuerySpec) DeepCopyInto(out *RedisQuerySpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RedisQuerySpec) Descriptor

func (*RedisQuerySpec) Descriptor() ([]byte, []int)

func (*RedisQuerySpec) Marshal

func (m *RedisQuerySpec) Marshal() (dAtA []byte, err error)

func (*RedisQuerySpec) MarshalTo

func (m *RedisQuerySpec) MarshalTo(dAtA []byte) (int, error)

func (*RedisQuerySpec) MarshalToSizedBuffer

func (m *RedisQuerySpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RedisQuerySpec) ProtoMessage

func (*RedisQuerySpec) ProtoMessage()

func (*RedisQuerySpec) Reset

func (m *RedisQuerySpec) Reset()

func (*RedisQuerySpec) Size

func (m *RedisQuerySpec) Size() (n int)

func (*RedisQuerySpec) String

func (this *RedisQuerySpec) String() string

func (*RedisQuerySpec) Unmarshal

func (m *RedisQuerySpec) Unmarshal(dAtA []byte) error

func (*RedisQuerySpec) XXX_DiscardUnknown

func (m *RedisQuerySpec) XXX_DiscardUnknown()

func (*RedisQuerySpec) XXX_Marshal

func (m *RedisQuerySpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RedisQuerySpec) XXX_Merge

func (m *RedisQuerySpec) XXX_Merge(src proto.Message)

func (*RedisQuerySpec) XXX_Size

func (m *RedisQuerySpec) XXX_Size() int

func (*RedisQuerySpec) XXX_Unmarshal

func (m *RedisQuerySpec) XXX_Unmarshal(b []byte) error

type RedisSchemaOverview

type RedisSchemaOverview struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec RedisSchemaOverviewSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*RedisSchemaOverview) DeepCopy

func (in *RedisSchemaOverview) DeepCopy() *RedisSchemaOverview

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisSchemaOverview.

func (*RedisSchemaOverview) DeepCopyInto

func (in *RedisSchemaOverview) DeepCopyInto(out *RedisSchemaOverview)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RedisSchemaOverview) DeepCopyObject

func (in *RedisSchemaOverview) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*RedisSchemaOverview) Descriptor

func (*RedisSchemaOverview) Descriptor() ([]byte, []int)

func (*RedisSchemaOverview) Marshal

func (m *RedisSchemaOverview) Marshal() (dAtA []byte, err error)

func (*RedisSchemaOverview) MarshalTo

func (m *RedisSchemaOverview) MarshalTo(dAtA []byte) (int, error)

func (*RedisSchemaOverview) MarshalToSizedBuffer

func (m *RedisSchemaOverview) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RedisSchemaOverview) ProtoMessage

func (*RedisSchemaOverview) ProtoMessage()

func (*RedisSchemaOverview) Reset

func (m *RedisSchemaOverview) Reset()

func (*RedisSchemaOverview) Size

func (m *RedisSchemaOverview) Size() (n int)

func (*RedisSchemaOverview) String

func (this *RedisSchemaOverview) String() string

func (*RedisSchemaOverview) Unmarshal

func (m *RedisSchemaOverview) Unmarshal(dAtA []byte) error

func (*RedisSchemaOverview) XXX_DiscardUnknown

func (m *RedisSchemaOverview) XXX_DiscardUnknown()

func (*RedisSchemaOverview) XXX_Marshal

func (m *RedisSchemaOverview) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RedisSchemaOverview) XXX_Merge

func (m *RedisSchemaOverview) XXX_Merge(src proto.Message)

func (*RedisSchemaOverview) XXX_Size

func (m *RedisSchemaOverview) XXX_Size() int

func (*RedisSchemaOverview) XXX_Unmarshal

func (m *RedisSchemaOverview) XXX_Unmarshal(b []byte) error

type RedisSchemaOverviewList

type RedisSchemaOverviewList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items           []RedisSchemaOverview `json:"items" protobuf:"bytes,2,rep,name=items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*RedisSchemaOverviewList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisSchemaOverviewList.

func (*RedisSchemaOverviewList) DeepCopyInto

func (in *RedisSchemaOverviewList) DeepCopyInto(out *RedisSchemaOverviewList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RedisSchemaOverviewList) DeepCopyObject

func (in *RedisSchemaOverviewList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*RedisSchemaOverviewList) Descriptor

func (*RedisSchemaOverviewList) Descriptor() ([]byte, []int)

func (*RedisSchemaOverviewList) Marshal

func (m *RedisSchemaOverviewList) Marshal() (dAtA []byte, err error)

func (*RedisSchemaOverviewList) MarshalTo

func (m *RedisSchemaOverviewList) MarshalTo(dAtA []byte) (int, error)

func (*RedisSchemaOverviewList) MarshalToSizedBuffer

func (m *RedisSchemaOverviewList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RedisSchemaOverviewList) ProtoMessage

func (*RedisSchemaOverviewList) ProtoMessage()

func (*RedisSchemaOverviewList) Reset

func (m *RedisSchemaOverviewList) Reset()

func (*RedisSchemaOverviewList) Size

func (m *RedisSchemaOverviewList) Size() (n int)

func (*RedisSchemaOverviewList) String

func (this *RedisSchemaOverviewList) String() string

func (*RedisSchemaOverviewList) Unmarshal

func (m *RedisSchemaOverviewList) Unmarshal(dAtA []byte) error

func (*RedisSchemaOverviewList) XXX_DiscardUnknown

func (m *RedisSchemaOverviewList) XXX_DiscardUnknown()

func (*RedisSchemaOverviewList) XXX_Marshal

func (m *RedisSchemaOverviewList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RedisSchemaOverviewList) XXX_Merge

func (m *RedisSchemaOverviewList) XXX_Merge(src proto.Message)

func (*RedisSchemaOverviewList) XXX_Size

func (m *RedisSchemaOverviewList) XXX_Size() int

func (*RedisSchemaOverviewList) XXX_Unmarshal

func (m *RedisSchemaOverviewList) XXX_Unmarshal(b []byte) error

type RedisSchemaOverviewSpec

type RedisSchemaOverviewSpec struct {
	Databases []RedisDatabaseSpec `json:"databases" protobuf:"bytes,1,rep,name=databases"`
}

RedisSchemaOverviewSpec defines the desired state of RedisSchemaOverview

func (*RedisSchemaOverviewSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisSchemaOverviewSpec.

func (*RedisSchemaOverviewSpec) DeepCopyInto

func (in *RedisSchemaOverviewSpec) DeepCopyInto(out *RedisSchemaOverviewSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RedisSchemaOverviewSpec) Descriptor

func (*RedisSchemaOverviewSpec) Descriptor() ([]byte, []int)

func (*RedisSchemaOverviewSpec) Marshal

func (m *RedisSchemaOverviewSpec) Marshal() (dAtA []byte, err error)

func (*RedisSchemaOverviewSpec) MarshalTo

func (m *RedisSchemaOverviewSpec) MarshalTo(dAtA []byte) (int, error)

func (*RedisSchemaOverviewSpec) MarshalToSizedBuffer

func (m *RedisSchemaOverviewSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RedisSchemaOverviewSpec) ProtoMessage

func (*RedisSchemaOverviewSpec) ProtoMessage()

func (*RedisSchemaOverviewSpec) Reset

func (m *RedisSchemaOverviewSpec) Reset()

func (*RedisSchemaOverviewSpec) Size

func (m *RedisSchemaOverviewSpec) Size() (n int)

func (*RedisSchemaOverviewSpec) String

func (this *RedisSchemaOverviewSpec) String() string

func (*RedisSchemaOverviewSpec) Unmarshal

func (m *RedisSchemaOverviewSpec) Unmarshal(dAtA []byte) error

func (*RedisSchemaOverviewSpec) XXX_DiscardUnknown

func (m *RedisSchemaOverviewSpec) XXX_DiscardUnknown()

func (*RedisSchemaOverviewSpec) XXX_Marshal

func (m *RedisSchemaOverviewSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RedisSchemaOverviewSpec) XXX_Merge

func (m *RedisSchemaOverviewSpec) XXX_Merge(src proto.Message)

func (*RedisSchemaOverviewSpec) XXX_Size

func (m *RedisSchemaOverviewSpec) XXX_Size() int

func (*RedisSchemaOverviewSpec) XXX_Unmarshal

func (m *RedisSchemaOverviewSpec) XXX_Unmarshal(b []byte) error

type SecurityReport

type SecurityReport struct {
	TLSSecured        bool `json:"tlsSecured" protobuf:"varint,1,opt,name=tlsSecured"`
	BackupEnabled     bool `json:"backupEnabled" protobuf:"varint,2,opt,name=backupEnabled"`
	MonitoringEnabled bool `json:"monitoringEnabled" protobuf:"varint,3,opt,name=monitoringEnabled"`
}

func (*SecurityReport) DeepCopy

func (in *SecurityReport) DeepCopy() *SecurityReport

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityReport.

func (*SecurityReport) DeepCopyInto

func (in *SecurityReport) DeepCopyInto(out *SecurityReport)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SecurityReport) Descriptor

func (*SecurityReport) Descriptor() ([]byte, []int)

func (*SecurityReport) Marshal

func (m *SecurityReport) Marshal() (dAtA []byte, err error)

func (*SecurityReport) MarshalTo

func (m *SecurityReport) MarshalTo(dAtA []byte) (int, error)

func (*SecurityReport) MarshalToSizedBuffer

func (m *SecurityReport) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SecurityReport) ProtoMessage

func (*SecurityReport) ProtoMessage()

func (*SecurityReport) Reset

func (m *SecurityReport) Reset()

func (*SecurityReport) Size

func (m *SecurityReport) Size() (n int)

func (*SecurityReport) String

func (this *SecurityReport) String() string

func (*SecurityReport) Unmarshal

func (m *SecurityReport) Unmarshal(dAtA []byte) error

func (*SecurityReport) XXX_DiscardUnknown

func (m *SecurityReport) XXX_DiscardUnknown()

func (*SecurityReport) XXX_Marshal

func (m *SecurityReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SecurityReport) XXX_Merge

func (m *SecurityReport) XXX_Merge(src proto.Message)

func (*SecurityReport) XXX_Size

func (m *SecurityReport) XXX_Size() int

func (*SecurityReport) XXX_Unmarshal

func (m *SecurityReport) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL