request

package
v0.0.0-...-0490640 Latest Latest
Warning

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

Go to latest
Published: May 16, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action struct {
	// ID of the action message itself
	Id               string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	MessageType      string `protobuf:"bytes,2,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	MessageVersion   string `protobuf:"bytes,3,opt,name=message_version,json=messageVersion,proto3" json:"message_version,omitempty"`
	EntityName       string `protobuf:"bytes,4,opt,name=entity_name,json=entityName,proto3" json:"entity_name,omitempty"`
	EntityType       string `protobuf:"bytes,5,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"`
	Task             string `protobuf:"bytes,6,opt,name=task,proto3" json:"task,omitempty"`
	OrganizationName string `protobuf:"bytes,7,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"`
	RemoteHostname   string `protobuf:"bytes,8,opt,name=remote_hostname,json=remoteHostname,proto3" json:"remote_hostname,omitempty"`
	RunId            string `protobuf:"bytes,9,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	// This new field called 'content' is being used to send the entire raw JSON
	// message in bytes, this field is heavily used by the gateway for the DataCollector
	// Func Handler that will send the Action message to the (receiver) ingest-service
	// that will manually unmarshal the message from this field if it is provided.
	// The main purpose of this field it to improve the performance of ingestion when
	// the requests comes in REST/HTTP format.
	Content              []byte   `protobuf:"bytes,10,opt,name=content,proto3" json:"content,omitempty"`
	NodeId               string   `protobuf:"bytes,16,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	RecordedAt           string   `protobuf:"bytes,17,opt,name=recorded_at,json=recordedAt,proto3" json:"recorded_at,omitempty"`
	RemoteRequestId      string   `protobuf:"bytes,18,opt,name=remote_request_id,json=remoteRequestId,proto3" json:"remote_request_id,omitempty"`
	RequestId            string   `protobuf:"bytes,19,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	RequestorName        string   `protobuf:"bytes,20,opt,name=requestor_name,json=requestorName,proto3" json:"requestor_name,omitempty"`
	RequestorType        string   `protobuf:"bytes,21,opt,name=requestor_type,json=requestorType,proto3" json:"requestor_type,omitempty"`
	ServiceHostname      string   `protobuf:"bytes,22,opt,name=service_hostname,json=serviceHostname,proto3" json:"service_hostname,omitempty"`
	UserAgent            string   `protobuf:"bytes,23,opt,name=user_agent,json=userAgent,proto3" json:"user_agent,omitempty"`
	ParentType           string   `protobuf:"bytes,24,opt,name=parent_type,json=parentType,proto3" json:"parent_type,omitempty"`
	ParentName           string   `protobuf:"bytes,25,opt,name=parent_name,json=parentName,proto3" json:"parent_name,omitempty"`
	RevisionId           string   `protobuf:"bytes,27,opt,name=revision_id,json=revisionId,proto3" json:"revision_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Action) Descriptor

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

func (*Action) GetContent

func (m *Action) GetContent() []byte

func (*Action) GetEntityName

func (m *Action) GetEntityName() string

func (*Action) GetEntityType

func (m *Action) GetEntityType() string

func (*Action) GetId

func (m *Action) GetId() string

func (*Action) GetMessageType

func (m *Action) GetMessageType() string

func (*Action) GetMessageVersion

func (m *Action) GetMessageVersion() string

func (*Action) GetNodeId

func (m *Action) GetNodeId() string

func (*Action) GetOrganizationName

func (m *Action) GetOrganizationName() string

func (*Action) GetParentName

func (m *Action) GetParentName() string

func (*Action) GetParentType

func (m *Action) GetParentType() string

func (*Action) GetRecordedAt

func (m *Action) GetRecordedAt() string

func (*Action) GetRemoteHostname

func (m *Action) GetRemoteHostname() string

func (*Action) GetRemoteRequestId

func (m *Action) GetRemoteRequestId() string

func (*Action) GetRequestId

func (m *Action) GetRequestId() string

func (*Action) GetRequestorName

func (m *Action) GetRequestorName() string

func (*Action) GetRequestorType

func (m *Action) GetRequestorType() string

func (*Action) GetRevisionId

func (m *Action) GetRevisionId() string

func (*Action) GetRunId

func (m *Action) GetRunId() string

func (*Action) GetServiceHostname

func (m *Action) GetServiceHostname() string

func (*Action) GetTask

func (m *Action) GetTask() string

func (*Action) GetUserAgent

func (m *Action) GetUserAgent() string

func (*Action) ProtoMessage

func (*Action) ProtoMessage()

func (*Action) Reset

func (m *Action) Reset()

func (*Action) String

func (m *Action) String() string

func (*Action) XXX_DiscardUnknown

func (m *Action) XXX_DiscardUnknown()

func (*Action) XXX_Marshal

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

func (*Action) XXX_Merge

func (dst *Action) XXX_Merge(src proto.Message)

func (*Action) XXX_Size

func (m *Action) XXX_Size() int

func (*Action) XXX_Unmarshal

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

type Delete

type Delete struct {
	// ID of the action message itself
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	NodeName             string   `protobuf:"bytes,4,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	OrganizationName     string   `protobuf:"bytes,7,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"`
	RemoteHostname       string   `protobuf:"bytes,8,opt,name=remote_hostname,json=remoteHostname,proto3" json:"remote_hostname,omitempty"`
	ServiceHostname      string   `protobuf:"bytes,9,opt,name=service_hostname,json=serviceHostname,proto3" json:"service_hostname,omitempty"`
	NodeId               string   `protobuf:"bytes,16,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Delete) Descriptor

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

func (*Delete) GetId

func (m *Delete) GetId() string

func (*Delete) GetNodeId

func (m *Delete) GetNodeId() string

func (*Delete) GetNodeName

func (m *Delete) GetNodeName() string

func (*Delete) GetOrganizationName

func (m *Delete) GetOrganizationName() string

func (*Delete) GetRemoteHostname

func (m *Delete) GetRemoteHostname() string

func (*Delete) GetServiceHostname

func (m *Delete) GetServiceHostname() string

func (*Delete) ProtoMessage

func (*Delete) ProtoMessage()

func (*Delete) Reset

func (m *Delete) Reset()

func (*Delete) String

func (m *Delete) String() string

func (*Delete) XXX_DiscardUnknown

func (m *Delete) XXX_DiscardUnknown()

func (*Delete) XXX_Marshal

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

func (*Delete) XXX_Merge

func (dst *Delete) XXX_Merge(src proto.Message)

func (*Delete) XXX_Size

func (m *Delete) XXX_Size() int

func (*Delete) XXX_Unmarshal

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

type DeleteMarkedNodes

type DeleteMarkedNodes struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DeleteNodesScheduler

func (*DeleteMarkedNodes) Descriptor

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

func (*DeleteMarkedNodes) ProtoMessage

func (*DeleteMarkedNodes) ProtoMessage()

func (*DeleteMarkedNodes) Reset

func (m *DeleteMarkedNodes) Reset()

func (*DeleteMarkedNodes) String

func (m *DeleteMarkedNodes) String() string

func (*DeleteMarkedNodes) XXX_DiscardUnknown

func (m *DeleteMarkedNodes) XXX_DiscardUnknown()

func (*DeleteMarkedNodes) XXX_Marshal

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

func (*DeleteMarkedNodes) XXX_Merge

func (dst *DeleteMarkedNodes) XXX_Merge(src proto.Message)

func (*DeleteMarkedNodes) XXX_Size

func (m *DeleteMarkedNodes) XXX_Size() int

func (*DeleteMarkedNodes) XXX_Unmarshal

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

type Deprecation

type Deprecation struct {
	Message              string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Url                  string   `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Location             string   `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Deprecation) Descriptor

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

func (*Deprecation) GetLocation

func (m *Deprecation) GetLocation() string

func (*Deprecation) GetMessage

func (m *Deprecation) GetMessage() string

func (*Deprecation) GetUrl

func (m *Deprecation) GetUrl() string

func (*Deprecation) ProtoMessage

func (*Deprecation) ProtoMessage()

func (*Deprecation) Reset

func (m *Deprecation) Reset()

func (*Deprecation) String

func (m *Deprecation) String() string

func (*Deprecation) XXX_DiscardUnknown

func (m *Deprecation) XXX_DiscardUnknown()

func (*Deprecation) XXX_Marshal

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

func (*Deprecation) XXX_Merge

func (dst *Deprecation) XXX_Merge(src proto.Message)

func (*Deprecation) XXX_Size

func (m *Deprecation) XXX_Size() int

func (*Deprecation) XXX_Unmarshal

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

type Description

type Description struct {
	Title                string            `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Sections             []*_struct.Struct `protobuf:"bytes,2,rep,name=sections,proto3" json:"sections,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Description) Descriptor

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

func (*Description) GetSections

func (m *Description) GetSections() []*_struct.Struct

func (*Description) GetTitle

func (m *Description) GetTitle() string

func (*Description) ProtoMessage

func (*Description) ProtoMessage()

func (*Description) Reset

func (m *Description) Reset()

func (*Description) String

func (m *Description) String() string

func (*Description) XXX_DiscardUnknown

func (m *Description) XXX_DiscardUnknown()

func (*Description) XXX_Marshal

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

func (*Description) XXX_Merge

func (dst *Description) XXX_Merge(src proto.Message)

func (*Description) XXX_Size

func (m *Description) XXX_Size() int

func (*Description) XXX_Unmarshal

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

type Error

type Error struct {
	Class                string       `protobuf:"bytes,1,opt,name=class,proto3" json:"class,omitempty"`
	Message              string       `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Backtrace            []string     `protobuf:"bytes,16,rep,name=backtrace,proto3" json:"backtrace,omitempty"`
	Description          *Description `protobuf:"bytes,17,opt,name=description,proto3" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Error) Descriptor

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

func (*Error) GetBacktrace

func (m *Error) GetBacktrace() []string

func (*Error) GetClass

func (m *Error) GetClass() string

func (*Error) GetDescription

func (m *Error) GetDescription() *Description

func (*Error) GetMessage

func (m *Error) GetMessage() string

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) Reset

func (m *Error) Reset()

func (*Error) String

func (m *Error) String() string

func (*Error) XXX_DiscardUnknown

func (m *Error) XXX_DiscardUnknown()

func (*Error) XXX_Marshal

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

func (*Error) XXX_Merge

func (dst *Error) XXX_Merge(src proto.Message)

func (*Error) XXX_Size

func (m *Error) XXX_Size() int

func (*Error) XXX_Unmarshal

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

type ExpandedRunList

type ExpandedRunList struct {
	Id                   string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RunList              []*RunList `protobuf:"bytes,2,rep,name=run_list,json=runList,proto3" json:"run_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ExpandedRunList) Descriptor

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

func (*ExpandedRunList) GetId

func (m *ExpandedRunList) GetId() string

func (*ExpandedRunList) GetRunList

func (m *ExpandedRunList) GetRunList() []*RunList

func (*ExpandedRunList) ProtoMessage

func (*ExpandedRunList) ProtoMessage()

func (*ExpandedRunList) Reset

func (m *ExpandedRunList) Reset()

func (*ExpandedRunList) String

func (m *ExpandedRunList) String() string

func (*ExpandedRunList) XXX_DiscardUnknown

func (m *ExpandedRunList) XXX_DiscardUnknown()

func (*ExpandedRunList) XXX_Marshal

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

func (*ExpandedRunList) XXX_Merge

func (dst *ExpandedRunList) XXX_Merge(src proto.Message)

func (*ExpandedRunList) XXX_Size

func (m *ExpandedRunList) XXX_Size() int

func (*ExpandedRunList) XXX_Unmarshal

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

type GetStatusJobScheduler

type GetStatusJobScheduler struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetStatusJobScheduler) Descriptor

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

func (*GetStatusJobScheduler) ProtoMessage

func (*GetStatusJobScheduler) ProtoMessage()

func (*GetStatusJobScheduler) Reset

func (m *GetStatusJobScheduler) Reset()

func (*GetStatusJobScheduler) String

func (m *GetStatusJobScheduler) String() string

func (*GetStatusJobScheduler) XXX_DiscardUnknown

func (m *GetStatusJobScheduler) XXX_DiscardUnknown()

func (*GetStatusJobScheduler) XXX_Marshal

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

func (*GetStatusJobScheduler) XXX_Merge

func (dst *GetStatusJobScheduler) XXX_Merge(src proto.Message)

func (*GetStatusJobScheduler) XXX_Size

func (m *GetStatusJobScheduler) XXX_Size() int

func (*GetStatusJobScheduler) XXX_Unmarshal

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

type Liveness

type Liveness struct {
	EventType            string   `protobuf:"bytes,1,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"`
	EntityUuid           string   `protobuf:"bytes,2,opt,name=entity_uuid,json=entityUuid,proto3" json:"entity_uuid,omitempty"`
	ChefServerFqdn       string   `protobuf:"bytes,3,opt,name=chef_server_fqdn,json=chefServerFqdn,proto3" json:"chef_server_fqdn,omitempty"`
	Source               string   `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"`
	MessageVersion       string   `protobuf:"bytes,5,opt,name=message_version,json=messageVersion,proto3" json:"message_version,omitempty"`
	OrganizationName     string   `protobuf:"bytes,6,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"`
	NodeName             string   `protobuf:"bytes,7,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Liveness) Descriptor

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

func (*Liveness) GetChefServerFqdn

func (m *Liveness) GetChefServerFqdn() string

func (*Liveness) GetEntityUuid

func (m *Liveness) GetEntityUuid() string

func (*Liveness) GetEventType

func (m *Liveness) GetEventType() string

func (*Liveness) GetMessageVersion

func (m *Liveness) GetMessageVersion() string

func (*Liveness) GetNodeName

func (m *Liveness) GetNodeName() string

func (*Liveness) GetOrganizationName

func (m *Liveness) GetOrganizationName() string

func (*Liveness) GetSource

func (m *Liveness) GetSource() string

func (*Liveness) ProtoMessage

func (*Liveness) ProtoMessage()

func (*Liveness) Reset

func (m *Liveness) Reset()

func (*Liveness) String

func (m *Liveness) String() string

func (*Liveness) XXX_DiscardUnknown

func (m *Liveness) XXX_DiscardUnknown()

func (*Liveness) XXX_Marshal

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

func (*Liveness) XXX_Merge

func (dst *Liveness) XXX_Merge(src proto.Message)

func (*Liveness) XXX_Size

func (m *Liveness) XXX_Size() int

func (*Liveness) XXX_Unmarshal

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

type MarkMissingNodesForDeletion

type MarkMissingNodesForDeletion struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

MissingNodesForDeletionScheduler

func (*MarkMissingNodesForDeletion) Descriptor

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

func (*MarkMissingNodesForDeletion) ProtoMessage

func (*MarkMissingNodesForDeletion) ProtoMessage()

func (*MarkMissingNodesForDeletion) Reset

func (m *MarkMissingNodesForDeletion) Reset()

func (*MarkMissingNodesForDeletion) String

func (m *MarkMissingNodesForDeletion) String() string

func (*MarkMissingNodesForDeletion) XXX_DiscardUnknown

func (m *MarkMissingNodesForDeletion) XXX_DiscardUnknown()

func (*MarkMissingNodesForDeletion) XXX_Marshal

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

func (*MarkMissingNodesForDeletion) XXX_Merge

func (dst *MarkMissingNodesForDeletion) XXX_Merge(src proto.Message)

func (*MarkMissingNodesForDeletion) XXX_Size

func (m *MarkMissingNodesForDeletion) XXX_Size() int

func (*MarkMissingNodesForDeletion) XXX_Unmarshal

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

type MarkNodesMissing

type MarkNodesMissing struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

NodesMissingScheduler

func (*MarkNodesMissing) Descriptor

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

func (*MarkNodesMissing) ProtoMessage

func (*MarkNodesMissing) ProtoMessage()

func (*MarkNodesMissing) Reset

func (m *MarkNodesMissing) Reset()

func (*MarkNodesMissing) String

func (m *MarkNodesMissing) String() string

func (*MarkNodesMissing) XXX_DiscardUnknown

func (m *MarkNodesMissing) XXX_DiscardUnknown()

func (*MarkNodesMissing) XXX_Marshal

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

func (*MarkNodesMissing) XXX_Merge

func (dst *MarkNodesMissing) XXX_Merge(src proto.Message)

func (*MarkNodesMissing) XXX_Size

func (m *MarkNodesMissing) XXX_Size() int

func (*MarkNodesMissing) XXX_Unmarshal

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

type MultipleNodeDeleteRequest

type MultipleNodeDeleteRequest struct {
	NodeIds              []string `protobuf:"bytes,1,rep,name=node_ids,json=nodeIds,proto3" json:"node_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultipleNodeDeleteRequest) Descriptor

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

func (*MultipleNodeDeleteRequest) GetNodeIds

func (m *MultipleNodeDeleteRequest) GetNodeIds() []string

func (*MultipleNodeDeleteRequest) ProtoMessage

func (*MultipleNodeDeleteRequest) ProtoMessage()

func (*MultipleNodeDeleteRequest) Reset

func (m *MultipleNodeDeleteRequest) Reset()

func (*MultipleNodeDeleteRequest) String

func (m *MultipleNodeDeleteRequest) String() string

func (*MultipleNodeDeleteRequest) XXX_DiscardUnknown

func (m *MultipleNodeDeleteRequest) XXX_DiscardUnknown()

func (*MultipleNodeDeleteRequest) XXX_Marshal

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

func (*MultipleNodeDeleteRequest) XXX_Merge

func (dst *MultipleNodeDeleteRequest) XXX_Merge(src proto.Message)

func (*MultipleNodeDeleteRequest) XXX_Size

func (m *MultipleNodeDeleteRequest) XXX_Size() int

func (*MultipleNodeDeleteRequest) XXX_Unmarshal

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

type Resource

type Resource struct {
	Type                 string          `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Name                 string          `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Id                   string          `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	After                *_struct.Struct `protobuf:"bytes,4,opt,name=after,proto3" json:"after,omitempty"`
	Before               *_struct.Struct `protobuf:"bytes,5,opt,name=before,proto3" json:"before,omitempty"`
	Duration             string          `protobuf:"bytes,6,opt,name=duration,proto3" json:"duration,omitempty"`
	Delta                string          `protobuf:"bytes,7,opt,name=delta,proto3" json:"delta,omitempty"`
	CookbookName         string          `protobuf:"bytes,8,opt,name=cookbook_name,json=cookbookName,proto3" json:"cookbook_name,omitempty"`
	CookbookVersion      string          `protobuf:"bytes,9,opt,name=cookbook_version,json=cookbookVersion,proto3" json:"cookbook_version,omitempty"`
	Status               string          `protobuf:"bytes,11,opt,name=status,proto3" json:"status,omitempty"`
	RecipeName           string          `protobuf:"bytes,12,opt,name=recipe_name,json=recipeName,proto3" json:"recipe_name,omitempty"`
	IgnoreFailure        *_struct.Value  `protobuf:"bytes,13,opt,name=ignore_failure,json=ignoreFailure,proto3" json:"ignore_failure,omitempty"`
	Conditional          string          `protobuf:"bytes,16,opt,name=conditional,proto3" json:"conditional,omitempty"`
	Result               string          `protobuf:"bytes,17,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*Resource) Descriptor

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

func (*Resource) GetAfter

func (m *Resource) GetAfter() *_struct.Struct

func (*Resource) GetBefore

func (m *Resource) GetBefore() *_struct.Struct

func (*Resource) GetConditional

func (m *Resource) GetConditional() string

func (*Resource) GetCookbookName

func (m *Resource) GetCookbookName() string

func (*Resource) GetCookbookVersion

func (m *Resource) GetCookbookVersion() string

func (*Resource) GetDelta

func (m *Resource) GetDelta() string

func (*Resource) GetDuration

func (m *Resource) GetDuration() string

func (*Resource) GetId

func (m *Resource) GetId() string

func (*Resource) GetIgnoreFailure

func (m *Resource) GetIgnoreFailure() *_struct.Value

func (*Resource) GetName

func (m *Resource) GetName() string

func (*Resource) GetRecipeName

func (m *Resource) GetRecipeName() string

func (*Resource) GetResult

func (m *Resource) GetResult() string

func (*Resource) GetStatus

func (m *Resource) GetStatus() string

func (*Resource) GetType

func (m *Resource) GetType() string

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) Reset

func (m *Resource) Reset()

func (*Resource) String

func (m *Resource) String() string

func (*Resource) XXX_DiscardUnknown

func (m *Resource) XXX_DiscardUnknown()

func (*Resource) XXX_Marshal

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

func (*Resource) XXX_Merge

func (dst *Resource) XXX_Merge(src proto.Message)

func (*Resource) XXX_Size

func (m *Resource) XXX_Size() int

func (*Resource) XXX_Unmarshal

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

type Run

type Run struct {
	// 1 through 15 are for frequently occuring fields
	// Reserving for shared fields between run_start and run_converge mesages.
	Id               string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RunId            string `protobuf:"bytes,2,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	EntityUuid       string `protobuf:"bytes,3,opt,name=entity_uuid,json=entityUuid,proto3" json:"entity_uuid,omitempty"`
	MessageVersion   string `protobuf:"bytes,4,opt,name=message_version,json=messageVersion,proto3" json:"message_version,omitempty"`
	MessageType      string `protobuf:"bytes,5,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	NodeName         string `protobuf:"bytes,6,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	OrganizationName string `protobuf:"bytes,7,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"`
	StartTime        string `protobuf:"bytes,8,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	ChefServerFqdn   string `protobuf:"bytes,9,opt,name=chef_server_fqdn,json=chefServerFqdn,proto3" json:"chef_server_fqdn,omitempty"`
	// This new field called 'content' is being used to send the entire raw JSON
	// message in bytes, this field is heavily used by the gateway for the DataCollector
	// Func Handler that will send the Run message to the (receiver) ingest-service
	// that will manually unmarshal the message from this field if it is provided.
	// The main purpose of this field it to improve the performance of ingestion when
	// the requests comes in REST/HTTP format.
	Content              []byte           `protobuf:"bytes,10,opt,name=content,proto3" json:"content,omitempty"`
	EndTime              string           `protobuf:"bytes,16,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	Status               string           `protobuf:"bytes,17,opt,name=status,proto3" json:"status,omitempty"`
	TotalResourceCount   int32            `protobuf:"varint,18,opt,name=total_resource_count,json=totalResourceCount,proto3" json:"total_resource_count,omitempty"`
	UpdatedResourceCount int32            `protobuf:"varint,19,opt,name=updated_resource_count,json=updatedResourceCount,proto3" json:"updated_resource_count,omitempty"`
	Source               string           `protobuf:"bytes,20,opt,name=source,proto3" json:"source,omitempty"`
	ExpandedRunList      *ExpandedRunList `protobuf:"bytes,21,opt,name=expanded_run_list,json=expandedRunList,proto3" json:"expanded_run_list,omitempty"`
	Resources            []*Resource      `protobuf:"bytes,22,rep,name=resources,proto3" json:"resources,omitempty"`
	RunList              []string         `protobuf:"bytes,23,rep,name=run_list,json=runList,proto3" json:"run_list,omitempty"`
	Node                 *_struct.Struct  `protobuf:"bytes,24,opt,name=node,proto3" json:"node,omitempty"`
	Error                *Error           `protobuf:"bytes,25,opt,name=error,proto3" json:"error,omitempty"`
	PolicyName           string           `protobuf:"bytes,26,opt,name=policy_name,json=policyName,proto3" json:"policy_name,omitempty"`
	PolicyGroup          string           `protobuf:"bytes,27,opt,name=policy_group,json=policyGroup,proto3" json:"policy_group,omitempty"`
	Deprecations         []*Deprecation   `protobuf:"bytes,28,rep,name=deprecations,proto3" json:"deprecations,omitempty"`
	Tags                 []string         `protobuf:"bytes,29,rep,name=tags,proto3" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Run) Descriptor

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

func (*Run) GetChefServerFqdn

func (m *Run) GetChefServerFqdn() string

func (*Run) GetContent

func (m *Run) GetContent() []byte

func (*Run) GetDeprecations

func (m *Run) GetDeprecations() []*Deprecation

func (*Run) GetEndTime

func (m *Run) GetEndTime() string

func (*Run) GetEntityUuid

func (m *Run) GetEntityUuid() string

func (*Run) GetError

func (m *Run) GetError() *Error

func (*Run) GetExpandedRunList

func (m *Run) GetExpandedRunList() *ExpandedRunList

func (*Run) GetId

func (m *Run) GetId() string

func (*Run) GetMessageType

func (m *Run) GetMessageType() string

func (*Run) GetMessageVersion

func (m *Run) GetMessageVersion() string

func (*Run) GetNode

func (m *Run) GetNode() *_struct.Struct

func (*Run) GetNodeName

func (m *Run) GetNodeName() string

func (*Run) GetOrganizationName

func (m *Run) GetOrganizationName() string

func (*Run) GetPolicyGroup

func (m *Run) GetPolicyGroup() string

func (*Run) GetPolicyName

func (m *Run) GetPolicyName() string

func (*Run) GetResources

func (m *Run) GetResources() []*Resource

func (*Run) GetRunId

func (m *Run) GetRunId() string

func (*Run) GetRunList

func (m *Run) GetRunList() []string

func (*Run) GetSource

func (m *Run) GetSource() string

func (*Run) GetStartTime

func (m *Run) GetStartTime() string

func (*Run) GetStatus

func (m *Run) GetStatus() string

func (*Run) GetTags

func (m *Run) GetTags() []string

func (*Run) GetTotalResourceCount

func (m *Run) GetTotalResourceCount() int32

func (*Run) GetUpdatedResourceCount

func (m *Run) GetUpdatedResourceCount() int32

func (*Run) ProtoMessage

func (*Run) ProtoMessage()

func (*Run) Reset

func (m *Run) Reset()

func (*Run) String

func (m *Run) String() string

func (*Run) ToJSONBytes

func (run *Run) ToJSONBytes() ([]byte, error)

ToJSONBytes converts the Run message into a JSON Bytes

func (*Run) ToJSONString

func (run *Run) ToJSONString() (string, error)

ToJSONString converts the Run message into a JSON String TODO @afiune Benchmark it!

func (*Run) XXX_DiscardUnknown

func (m *Run) XXX_DiscardUnknown()

func (*Run) XXX_Marshal

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

func (*Run) XXX_Merge

func (dst *Run) XXX_Merge(src proto.Message)

func (*Run) XXX_Size

func (m *Run) XXX_Size() int

func (*Run) XXX_Unmarshal

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

type RunList

type RunList struct {
	Type                 string     `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Name                 string     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Version              string     `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Skipped              bool       `protobuf:"varint,4,opt,name=skipped,proto3" json:"skipped,omitempty"`
	Children             []*RunList `protobuf:"bytes,5,rep,name=children,proto3" json:"children,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*RunList) Descriptor

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

func (*RunList) GetChildren

func (m *RunList) GetChildren() []*RunList

func (*RunList) GetName

func (m *RunList) GetName() string

func (*RunList) GetSkipped

func (m *RunList) GetSkipped() bool

func (*RunList) GetType

func (m *RunList) GetType() string

func (*RunList) GetVersion

func (m *RunList) GetVersion() string

func (*RunList) ProtoMessage

func (*RunList) ProtoMessage()

func (*RunList) Reset

func (m *RunList) Reset()

func (*RunList) String

func (m *RunList) String() string

func (*RunList) XXX_DiscardUnknown

func (m *RunList) XXX_DiscardUnknown()

func (*RunList) XXX_Marshal

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

func (*RunList) XXX_Merge

func (dst *RunList) XXX_Merge(src proto.Message)

func (*RunList) XXX_Size

func (m *RunList) XXX_Size() int

func (*RunList) XXX_Unmarshal

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

type SchedulerConfig

type SchedulerConfig struct {
	Every                string   `protobuf:"bytes,1,opt,name=every,proto3" json:"every,omitempty"`
	Threshold            string   `protobuf:"bytes,2,opt,name=threshold,proto3" json:"threshold,omitempty"`
	Running              bool     `protobuf:"varint,3,opt,name=running,proto3" json:"running,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

SchedulerConfig The job message to configure the Delete Node Job every - It accepts '1h30m', '1m', '2h30m', ...

func (*SchedulerConfig) Descriptor

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

func (*SchedulerConfig) GetEvery

func (m *SchedulerConfig) GetEvery() string

func (*SchedulerConfig) GetRunning

func (m *SchedulerConfig) GetRunning() bool

func (*SchedulerConfig) GetThreshold

func (m *SchedulerConfig) GetThreshold() string

func (*SchedulerConfig) ProtoMessage

func (*SchedulerConfig) ProtoMessage()

func (*SchedulerConfig) Reset

func (m *SchedulerConfig) Reset()

func (*SchedulerConfig) String

func (m *SchedulerConfig) String() string

func (*SchedulerConfig) XXX_DiscardUnknown

func (m *SchedulerConfig) XXX_DiscardUnknown()

func (*SchedulerConfig) XXX_Marshal

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

func (*SchedulerConfig) XXX_Merge

func (dst *SchedulerConfig) XXX_Merge(src proto.Message)

func (*SchedulerConfig) XXX_Size

func (m *SchedulerConfig) XXX_Size() int

func (*SchedulerConfig) XXX_Unmarshal

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

type StartDeleteNodesScheduler

type StartDeleteNodesScheduler struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartDeleteNodesScheduler) Descriptor

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

func (*StartDeleteNodesScheduler) ProtoMessage

func (*StartDeleteNodesScheduler) ProtoMessage()

func (*StartDeleteNodesScheduler) Reset

func (m *StartDeleteNodesScheduler) Reset()

func (*StartDeleteNodesScheduler) String

func (m *StartDeleteNodesScheduler) String() string

func (*StartDeleteNodesScheduler) XXX_DiscardUnknown

func (m *StartDeleteNodesScheduler) XXX_DiscardUnknown()

func (*StartDeleteNodesScheduler) XXX_Marshal

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

func (*StartDeleteNodesScheduler) XXX_Merge

func (dst *StartDeleteNodesScheduler) XXX_Merge(src proto.Message)

func (*StartDeleteNodesScheduler) XXX_Size

func (m *StartDeleteNodesScheduler) XXX_Size() int

func (*StartDeleteNodesScheduler) XXX_Unmarshal

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

type StartJobScheduler

type StartJobScheduler struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartJobScheduler) Descriptor

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

func (*StartJobScheduler) ProtoMessage

func (*StartJobScheduler) ProtoMessage()

func (*StartJobScheduler) Reset

func (m *StartJobScheduler) Reset()

func (*StartJobScheduler) String

func (m *StartJobScheduler) String() string

func (*StartJobScheduler) XXX_DiscardUnknown

func (m *StartJobScheduler) XXX_DiscardUnknown()

func (*StartJobScheduler) XXX_Marshal

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

func (*StartJobScheduler) XXX_Merge

func (dst *StartJobScheduler) XXX_Merge(src proto.Message)

func (*StartJobScheduler) XXX_Size

func (m *StartJobScheduler) XXX_Size() int

func (*StartJobScheduler) XXX_Unmarshal

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

type StartMissingNodesForDeletionScheduler

type StartMissingNodesForDeletionScheduler struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartMissingNodesForDeletionScheduler) Descriptor

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

func (*StartMissingNodesForDeletionScheduler) ProtoMessage

func (*StartMissingNodesForDeletionScheduler) ProtoMessage()

func (*StartMissingNodesForDeletionScheduler) Reset

func (*StartMissingNodesForDeletionScheduler) String

func (*StartMissingNodesForDeletionScheduler) XXX_DiscardUnknown

func (m *StartMissingNodesForDeletionScheduler) XXX_DiscardUnknown()

func (*StartMissingNodesForDeletionScheduler) XXX_Marshal

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

func (*StartMissingNodesForDeletionScheduler) XXX_Merge

func (*StartMissingNodesForDeletionScheduler) XXX_Size

func (*StartMissingNodesForDeletionScheduler) XXX_Unmarshal

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

type StartNodesMissingScheduler

type StartNodesMissingScheduler struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartNodesMissingScheduler) Descriptor

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

func (*StartNodesMissingScheduler) ProtoMessage

func (*StartNodesMissingScheduler) ProtoMessage()

func (*StartNodesMissingScheduler) Reset

func (m *StartNodesMissingScheduler) Reset()

func (*StartNodesMissingScheduler) String

func (m *StartNodesMissingScheduler) String() string

func (*StartNodesMissingScheduler) XXX_DiscardUnknown

func (m *StartNodesMissingScheduler) XXX_DiscardUnknown()

func (*StartNodesMissingScheduler) XXX_Marshal

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

func (*StartNodesMissingScheduler) XXX_Merge

func (dst *StartNodesMissingScheduler) XXX_Merge(src proto.Message)

func (*StartNodesMissingScheduler) XXX_Size

func (m *StartNodesMissingScheduler) XXX_Size() int

func (*StartNodesMissingScheduler) XXX_Unmarshal

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

type StopDeleteNodesScheduler

type StopDeleteNodesScheduler struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StopDeleteNodesScheduler) Descriptor

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

func (*StopDeleteNodesScheduler) ProtoMessage

func (*StopDeleteNodesScheduler) ProtoMessage()

func (*StopDeleteNodesScheduler) Reset

func (m *StopDeleteNodesScheduler) Reset()

func (*StopDeleteNodesScheduler) String

func (m *StopDeleteNodesScheduler) String() string

func (*StopDeleteNodesScheduler) XXX_DiscardUnknown

func (m *StopDeleteNodesScheduler) XXX_DiscardUnknown()

func (*StopDeleteNodesScheduler) XXX_Marshal

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

func (*StopDeleteNodesScheduler) XXX_Merge

func (dst *StopDeleteNodesScheduler) XXX_Merge(src proto.Message)

func (*StopDeleteNodesScheduler) XXX_Size

func (m *StopDeleteNodesScheduler) XXX_Size() int

func (*StopDeleteNodesScheduler) XXX_Unmarshal

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

type StopJobScheduler

type StopJobScheduler struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StopJobScheduler) Descriptor

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

func (*StopJobScheduler) ProtoMessage

func (*StopJobScheduler) ProtoMessage()

func (*StopJobScheduler) Reset

func (m *StopJobScheduler) Reset()

func (*StopJobScheduler) String

func (m *StopJobScheduler) String() string

func (*StopJobScheduler) XXX_DiscardUnknown

func (m *StopJobScheduler) XXX_DiscardUnknown()

func (*StopJobScheduler) XXX_Marshal

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

func (*StopJobScheduler) XXX_Merge

func (dst *StopJobScheduler) XXX_Merge(src proto.Message)

func (*StopJobScheduler) XXX_Size

func (m *StopJobScheduler) XXX_Size() int

func (*StopJobScheduler) XXX_Unmarshal

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

type StopMissingNodesForDeletionScheduler

type StopMissingNodesForDeletionScheduler struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StopMissingNodesForDeletionScheduler) Descriptor

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

func (*StopMissingNodesForDeletionScheduler) ProtoMessage

func (*StopMissingNodesForDeletionScheduler) ProtoMessage()

func (*StopMissingNodesForDeletionScheduler) Reset

func (*StopMissingNodesForDeletionScheduler) String

func (*StopMissingNodesForDeletionScheduler) XXX_DiscardUnknown

func (m *StopMissingNodesForDeletionScheduler) XXX_DiscardUnknown()

func (*StopMissingNodesForDeletionScheduler) XXX_Marshal

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

func (*StopMissingNodesForDeletionScheduler) XXX_Merge

func (*StopMissingNodesForDeletionScheduler) XXX_Size

func (*StopMissingNodesForDeletionScheduler) XXX_Unmarshal

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

type StopNodesMissingScheduler

type StopNodesMissingScheduler struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StopNodesMissingScheduler) Descriptor

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

func (*StopNodesMissingScheduler) ProtoMessage

func (*StopNodesMissingScheduler) ProtoMessage()

func (*StopNodesMissingScheduler) Reset

func (m *StopNodesMissingScheduler) Reset()

func (*StopNodesMissingScheduler) String

func (m *StopNodesMissingScheduler) String() string

func (*StopNodesMissingScheduler) XXX_DiscardUnknown

func (m *StopNodesMissingScheduler) XXX_DiscardUnknown()

func (*StopNodesMissingScheduler) XXX_Marshal

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

func (*StopNodesMissingScheduler) XXX_Merge

func (dst *StopNodesMissingScheduler) XXX_Merge(src proto.Message)

func (*StopNodesMissingScheduler) XXX_Size

func (m *StopNodesMissingScheduler) XXX_Size() int

func (*StopNodesMissingScheduler) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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