response

package
v0.0.0-...-f54f16c Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_external_ingest_response_action_proto protoreflect.FileDescriptor
View Source
var File_external_ingest_response_chef_proto protoreflect.FileDescriptor
View Source
var File_external_ingest_response_job_scheduler_proto protoreflect.FileDescriptor
View Source
var File_external_ingest_response_liveness_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ConfigureDeleteNodesScheduler

type ConfigureDeleteNodesScheduler struct {
	// contains filtered or unexported fields
}

func (*ConfigureDeleteNodesScheduler) Descriptor deprecated

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

Deprecated: Use ConfigureDeleteNodesScheduler.ProtoReflect.Descriptor instead.

func (*ConfigureDeleteNodesScheduler) ProtoMessage

func (*ConfigureDeleteNodesScheduler) ProtoMessage()

func (*ConfigureDeleteNodesScheduler) ProtoReflect

func (*ConfigureDeleteNodesScheduler) Reset

func (x *ConfigureDeleteNodesScheduler) Reset()

func (*ConfigureDeleteNodesScheduler) String

type ConfigureMissingNodesForDeletionScheduler

type ConfigureMissingNodesForDeletionScheduler struct {
	// contains filtered or unexported fields
}

func (*ConfigureMissingNodesForDeletionScheduler) Descriptor deprecated

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

Deprecated: Use ConfigureMissingNodesForDeletionScheduler.ProtoReflect.Descriptor instead.

func (*ConfigureMissingNodesForDeletionScheduler) ProtoMessage

func (*ConfigureMissingNodesForDeletionScheduler) ProtoReflect

func (*ConfigureMissingNodesForDeletionScheduler) Reset

func (*ConfigureMissingNodesForDeletionScheduler) String

type ConfigureNodesMissingScheduler

type ConfigureNodesMissingScheduler struct {
	// contains filtered or unexported fields
}

func (*ConfigureNodesMissingScheduler) Descriptor deprecated

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

Deprecated: Use ConfigureNodesMissingScheduler.ProtoReflect.Descriptor instead.

func (*ConfigureNodesMissingScheduler) ProtoMessage

func (*ConfigureNodesMissingScheduler) ProtoMessage()

func (*ConfigureNodesMissingScheduler) ProtoReflect

func (*ConfigureNodesMissingScheduler) Reset

func (x *ConfigureNodesMissingScheduler) Reset()

func (*ConfigureNodesMissingScheduler) String

type DeleteMarkedNodes

type DeleteMarkedNodes struct {
	// contains filtered or unexported fields
}

DeleteNodesScheduler

func (*DeleteMarkedNodes) Descriptor deprecated

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

Deprecated: Use DeleteMarkedNodes.ProtoReflect.Descriptor instead.

func (*DeleteMarkedNodes) ProtoMessage

func (*DeleteMarkedNodes) ProtoMessage()

func (*DeleteMarkedNodes) ProtoReflect

func (x *DeleteMarkedNodes) ProtoReflect() protoreflect.Message

func (*DeleteMarkedNodes) Reset

func (x *DeleteMarkedNodes) Reset()

func (*DeleteMarkedNodes) String

func (x *DeleteMarkedNodes) String() string

type Job

type Job struct {
	Running     bool   `protobuf:"varint,1,opt,name=running,proto3" json:"running,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Every       string `protobuf:"bytes,3,opt,name=every,proto3" json:"every,omitempty"`
	LastRun     string `protobuf:"bytes,4,opt,name=last_run,json=lastRun,proto3" json:"last_run,omitempty"`
	NextRun     string `protobuf:"bytes,5,opt,name=next_run,json=nextRun,proto3" json:"next_run,omitempty"`
	LastElapsed string `protobuf:"bytes,6,opt,name=last_elapsed,json=lastElapsed,proto3" json:"last_elapsed,omitempty"`
	StartedOn   string `protobuf:"bytes,7,opt,name=started_on,json=startedOn,proto3" json:"started_on,omitempty"`
	Threshold   string `protobuf:"bytes,8,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// contains filtered or unexported fields
}

func (*Job) Descriptor deprecated

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

Deprecated: Use Job.ProtoReflect.Descriptor instead.

func (*Job) GetEvery

func (x *Job) GetEvery() string

func (*Job) GetLastElapsed

func (x *Job) GetLastElapsed() string

func (*Job) GetLastRun

func (x *Job) GetLastRun() string

func (*Job) GetName

func (x *Job) GetName() string

func (*Job) GetNextRun

func (x *Job) GetNextRun() string

func (*Job) GetRunning

func (x *Job) GetRunning() bool

func (*Job) GetStartedOn

func (x *Job) GetStartedOn() string

func (*Job) GetThreshold

func (x *Job) GetThreshold() string

func (*Job) ProtoMessage

func (*Job) ProtoMessage()

func (*Job) ProtoReflect

func (x *Job) ProtoReflect() protoreflect.Message

func (*Job) Reset

func (x *Job) Reset()

func (*Job) String

func (x *Job) String() string

type JobSchedulerStatus

type JobSchedulerStatus struct {
	Running bool   `protobuf:"varint,1,opt,name=running,proto3" json:"running,omitempty"`
	Jobs    []*Job `protobuf:"bytes,2,rep,name=jobs,proto3" json:"jobs,omitempty"`
	// contains filtered or unexported fields
}

func (*JobSchedulerStatus) Descriptor deprecated

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

Deprecated: Use JobSchedulerStatus.ProtoReflect.Descriptor instead.

func (*JobSchedulerStatus) GetJobs

func (x *JobSchedulerStatus) GetJobs() []*Job

func (*JobSchedulerStatus) GetRunning

func (x *JobSchedulerStatus) GetRunning() bool

func (*JobSchedulerStatus) ProtoMessage

func (*JobSchedulerStatus) ProtoMessage()

func (*JobSchedulerStatus) ProtoReflect

func (x *JobSchedulerStatus) ProtoReflect() protoreflect.Message

func (*JobSchedulerStatus) Reset

func (x *JobSchedulerStatus) Reset()

func (*JobSchedulerStatus) String

func (x *JobSchedulerStatus) String() string

type MarkMissingNodesForDeletion

type MarkMissingNodesForDeletion struct {
	// contains filtered or unexported fields
}

MissingNodesForDeletionScheduler

func (*MarkMissingNodesForDeletion) Descriptor deprecated

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

Deprecated: Use MarkMissingNodesForDeletion.ProtoReflect.Descriptor instead.

func (*MarkMissingNodesForDeletion) ProtoMessage

func (*MarkMissingNodesForDeletion) ProtoMessage()

func (*MarkMissingNodesForDeletion) ProtoReflect

func (*MarkMissingNodesForDeletion) Reset

func (x *MarkMissingNodesForDeletion) Reset()

func (*MarkMissingNodesForDeletion) String

func (x *MarkMissingNodesForDeletion) String() string

type MarkNodesMissing

type MarkNodesMissing struct {
	// contains filtered or unexported fields
}

NodesMissingScheduler

func (*MarkNodesMissing) Descriptor deprecated

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

Deprecated: Use MarkNodesMissing.ProtoReflect.Descriptor instead.

func (*MarkNodesMissing) ProtoMessage

func (*MarkNodesMissing) ProtoMessage()

func (*MarkNodesMissing) ProtoReflect

func (x *MarkNodesMissing) ProtoReflect() protoreflect.Message

func (*MarkNodesMissing) Reset

func (x *MarkNodesMissing) Reset()

func (*MarkNodesMissing) String

func (x *MarkNodesMissing) String() string

type ProcessChefActionResponse

type ProcessChefActionResponse struct {
	// contains filtered or unexported fields
}

func (*ProcessChefActionResponse) Descriptor deprecated

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

Deprecated: Use ProcessChefActionResponse.ProtoReflect.Descriptor instead.

func (*ProcessChefActionResponse) ProtoMessage

func (*ProcessChefActionResponse) ProtoMessage()

func (*ProcessChefActionResponse) ProtoReflect

func (*ProcessChefActionResponse) Reset

func (x *ProcessChefActionResponse) Reset()

func (*ProcessChefActionResponse) String

func (x *ProcessChefActionResponse) String() string

type ProcessChefRunResponse

type ProcessChefRunResponse struct {
	// contains filtered or unexported fields
}

func (*ProcessChefRunResponse) Descriptor deprecated

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

Deprecated: Use ProcessChefRunResponse.ProtoReflect.Descriptor instead.

func (*ProcessChefRunResponse) ProtoMessage

func (*ProcessChefRunResponse) ProtoMessage()

func (*ProcessChefRunResponse) ProtoReflect

func (x *ProcessChefRunResponse) ProtoReflect() protoreflect.Message

func (*ProcessChefRunResponse) Reset

func (x *ProcessChefRunResponse) Reset()

func (*ProcessChefRunResponse) String

func (x *ProcessChefRunResponse) String() string

type ProcessLivenessResponse

type ProcessLivenessResponse struct {
	// contains filtered or unexported fields
}

func (*ProcessLivenessResponse) Descriptor deprecated

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

Deprecated: Use ProcessLivenessResponse.ProtoReflect.Descriptor instead.

func (*ProcessLivenessResponse) ProtoMessage

func (*ProcessLivenessResponse) ProtoMessage()

func (*ProcessLivenessResponse) ProtoReflect

func (x *ProcessLivenessResponse) ProtoReflect() protoreflect.Message

func (*ProcessLivenessResponse) Reset

func (x *ProcessLivenessResponse) Reset()

func (*ProcessLivenessResponse) String

func (x *ProcessLivenessResponse) String() string

type ProcessMultipleNodeDeleteResponse

type ProcessMultipleNodeDeleteResponse struct {
	// contains filtered or unexported fields
}

func (*ProcessMultipleNodeDeleteResponse) Descriptor deprecated

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

Deprecated: Use ProcessMultipleNodeDeleteResponse.ProtoReflect.Descriptor instead.

func (*ProcessMultipleNodeDeleteResponse) ProtoMessage

func (*ProcessMultipleNodeDeleteResponse) ProtoMessage()

func (*ProcessMultipleNodeDeleteResponse) ProtoReflect

func (*ProcessMultipleNodeDeleteResponse) Reset

func (*ProcessMultipleNodeDeleteResponse) String

type ProcessNodeDeleteResponse

type ProcessNodeDeleteResponse struct {
	// contains filtered or unexported fields
}

func (*ProcessNodeDeleteResponse) Descriptor deprecated

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

Deprecated: Use ProcessNodeDeleteResponse.ProtoReflect.Descriptor instead.

func (*ProcessNodeDeleteResponse) ProtoMessage

func (*ProcessNodeDeleteResponse) ProtoMessage()

func (*ProcessNodeDeleteResponse) ProtoReflect

func (*ProcessNodeDeleteResponse) Reset

func (x *ProcessNodeDeleteResponse) Reset()

func (*ProcessNodeDeleteResponse) String

func (x *ProcessNodeDeleteResponse) String() string

type StartDeleteNodesScheduler

type StartDeleteNodesScheduler struct {
	// contains filtered or unexported fields
}

func (*StartDeleteNodesScheduler) Descriptor deprecated

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

Deprecated: Use StartDeleteNodesScheduler.ProtoReflect.Descriptor instead.

func (*StartDeleteNodesScheduler) ProtoMessage

func (*StartDeleteNodesScheduler) ProtoMessage()

func (*StartDeleteNodesScheduler) ProtoReflect

func (*StartDeleteNodesScheduler) Reset

func (x *StartDeleteNodesScheduler) Reset()

func (*StartDeleteNodesScheduler) String

func (x *StartDeleteNodesScheduler) String() string

type StartMissingNodesForDeletionScheduler

type StartMissingNodesForDeletionScheduler struct {
	// contains filtered or unexported fields
}

func (*StartMissingNodesForDeletionScheduler) Descriptor deprecated

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

Deprecated: Use StartMissingNodesForDeletionScheduler.ProtoReflect.Descriptor instead.

func (*StartMissingNodesForDeletionScheduler) ProtoMessage

func (*StartMissingNodesForDeletionScheduler) ProtoMessage()

func (*StartMissingNodesForDeletionScheduler) ProtoReflect

func (*StartMissingNodesForDeletionScheduler) Reset

func (*StartMissingNodesForDeletionScheduler) String

type StartNodesMissingScheduler

type StartNodesMissingScheduler struct {
	// contains filtered or unexported fields
}

func (*StartNodesMissingScheduler) Descriptor deprecated

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

Deprecated: Use StartNodesMissingScheduler.ProtoReflect.Descriptor instead.

func (*StartNodesMissingScheduler) ProtoMessage

func (*StartNodesMissingScheduler) ProtoMessage()

func (*StartNodesMissingScheduler) ProtoReflect

func (*StartNodesMissingScheduler) Reset

func (x *StartNodesMissingScheduler) Reset()

func (*StartNodesMissingScheduler) String

func (x *StartNodesMissingScheduler) String() string

type StopDeleteNodesScheduler

type StopDeleteNodesScheduler struct {
	// contains filtered or unexported fields
}

func (*StopDeleteNodesScheduler) Descriptor deprecated

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

Deprecated: Use StopDeleteNodesScheduler.ProtoReflect.Descriptor instead.

func (*StopDeleteNodesScheduler) ProtoMessage

func (*StopDeleteNodesScheduler) ProtoMessage()

func (*StopDeleteNodesScheduler) ProtoReflect

func (x *StopDeleteNodesScheduler) ProtoReflect() protoreflect.Message

func (*StopDeleteNodesScheduler) Reset

func (x *StopDeleteNodesScheduler) Reset()

func (*StopDeleteNodesScheduler) String

func (x *StopDeleteNodesScheduler) String() string

type StopMissingNodesForDeletionScheduler

type StopMissingNodesForDeletionScheduler struct {
	// contains filtered or unexported fields
}

func (*StopMissingNodesForDeletionScheduler) Descriptor deprecated

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

Deprecated: Use StopMissingNodesForDeletionScheduler.ProtoReflect.Descriptor instead.

func (*StopMissingNodesForDeletionScheduler) ProtoMessage

func (*StopMissingNodesForDeletionScheduler) ProtoMessage()

func (*StopMissingNodesForDeletionScheduler) ProtoReflect

func (*StopMissingNodesForDeletionScheduler) Reset

func (*StopMissingNodesForDeletionScheduler) String

type StopNodesMissingScheduler

type StopNodesMissingScheduler struct {
	// contains filtered or unexported fields
}

func (*StopNodesMissingScheduler) Descriptor deprecated

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

Deprecated: Use StopNodesMissingScheduler.ProtoReflect.Descriptor instead.

func (*StopNodesMissingScheduler) ProtoMessage

func (*StopNodesMissingScheduler) ProtoMessage()

func (*StopNodesMissingScheduler) ProtoReflect

func (*StopNodesMissingScheduler) Reset

func (x *StopNodesMissingScheduler) Reset()

func (*StopNodesMissingScheduler) String

func (x *StopNodesMissingScheduler) String() string

Jump to

Keyboard shortcuts

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