deployment

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: 16 Imported by: 0

Documentation

Index

Constants

View Source
const AirgapManifestPath = "/hab/svc/deployment-service/data/airgap/manifest.json"

AirgapManifestPath is the path where the manifest for an airgap installation must live

View Source
const BackupTaskFormat = "20060102150405"

BackupTaskFormat is the timestamp format used for the on-disk path to the backup related to a backup task. While lower-resolution than the full timestamp, it is path-friendly.

View Source
const (
	// ConvergeDisableFilePath is the path to the converge loop disable sentinel
	// file. If the file exists the deployment-service won't start the converge
	// when it starts up. This will allow us to execute a restoration before
	// the deployment service tries to converge the expected services.
	ConvergeDisableFilePath = "/hab/svc/deployment-service/data/converge_disable"
)

Variables

View Source
var (

	// ErrSelfUpgradePending is returned when a upgrade is pending
	ErrSelfUpgradePending = errors.New(upgradePendingMessage)

	// ErrSelfReconfigurePending is returned when the deployment
	// service needs to reconfigure itself.
	ErrSelfReconfigurePending = errors.New(reconfigurePendingMessage)
)
View Source
var A1UpgradeStatusResponse_MigrationStatus_name = map[int32]string{
	0: "UNKNOWN",
	1: "IN_PROGRESS",
	2: "COMPLETE",
	3: "FAILED",
}
View Source
var A1UpgradeStatusResponse_MigrationStatus_value = map[string]int32{
	"UNKNOWN":     0,
	"IN_PROGRESS": 1,
	"COMPLETE":    2,
	"FAILED":      3,
}
View Source
var BackupStatusResponse_OperationType_name = map[int32]string{
	0: "CREATE",
	1: "DELETE",
	3: "RESTORE",
	4: "LIST",
	5: "SHOW",
	6: "CANCEL",
	7: "IDLE",
}
View Source
var BackupStatusResponse_OperationType_value = map[string]int32{
	"CREATE":  0,
	"DELETE":  1,
	"RESTORE": 3,
	"LIST":    4,
	"SHOW":    5,
	"CANCEL":  6,
	"IDLE":    7,
}
View Source
var BackupTask_BackupState_name = map[int32]string{
	0: "IN_PROGRESS",
	1: "COMPLETED",
	3: "FAILED",
	4: "DELETING",
}
View Source
var BackupTask_BackupState_value = map[string]int32{
	"IN_PROGRESS": 0,
	"COMPLETED":   1,
	"FAILED":      3,
	"DELETING":    4,
}
View Source
var DeployEvent_Backup_Operation_Type_name = map[int32]string{
	0: "BACKUP",
	1: "RESTORE",
}
View Source
var DeployEvent_Backup_Operation_Type_value = map[string]int32{
	"BACKUP":  0,
	"RESTORE": 1,
}
View Source
var DeployEvent_PhaseID_name = map[int32]string{
	0: "INIT_SERVICE",
	1: "INSTALL_SERVICE",
	2: "START_SERVICE",
	3: "CHECK_SERVICE_HEALTH",
	4: "CREATE_ADMIN_USER",
	5: "APPLY_LICENSE",
	6: "UNLOAD_SERVICE",
}
View Source
var DeployEvent_PhaseID_value = map[string]int32{
	"INIT_SERVICE":         0,
	"INSTALL_SERVICE":      1,
	"START_SERVICE":        2,
	"CHECK_SERVICE_HEALTH": 3,
	"CREATE_ADMIN_USER":    4,
	"APPLY_LICENSE":        5,
	"UNLOAD_SERVICE":       6,
}
View Source
var DeployEvent_Status_name = map[int32]string{
	0: "WAITING",
	1: "RUNNING",
	2: "COMPLETE_OK",
	3: "COMPLETE_FAIL",
	4: "SELF_UPGRADE_PENDING",
	5: "SELF_RECONFIGURE_PENDING",
}
View Source
var DeployEvent_Status_value = map[string]int32{
	"WAITING":                  0,
	"RUNNING":                  1,
	"COMPLETE_OK":              2,
	"COMPLETE_FAIL":            3,
	"SELF_UPGRADE_PENDING":     4,
	"SELF_RECONFIGURE_PENDING": 5,
}
View Source
var ServiceState_State_name = map[int32]string{
	0: "CONNECTION_ERROR",
	1: "DOWN",
	3: "OK",
	4: "WARNING",
	2: "CRITICAL",
	5: "UNKNOWN",
}
View Source
var ServiceState_State_value = map[string]int32{
	"CONNECTION_ERROR": 0,
	"DOWN":             1,
	"OK":               3,
	"WARNING":          4,
	"CRITICAL":         2,
	"UNKNOWN":          5,
}
View Source
var UpgradeStatusResponse_UpgradeState_name = map[int32]string{
	0: "UNKNOWN",
	1: "UPGRADING",
	2: "IDLE",
}
View Source
var UpgradeStatusResponse_UpgradeState_value = map[string]int32{
	"UNKNOWN":   0,
	"UPGRADING": 1,
	"IDLE":      2,
}

Functions

func IsDeploymentServicePendingError

func IsDeploymentServicePendingError(err error) bool

func IsDeploymentServicePendingMessage

func IsDeploymentServicePendingMessage(msg string) bool

func NewUserOverrideConfigFromBackupRestoreTask

func NewUserOverrideConfigFromBackupRestoreTask(req *BackupRestoreTask) *api.AutomateConfig

NewUserOverrideConfigFromBackupRestoreTask takes a BackupRestoreTask and converts the restoration configuration contained within into a new user override AutomateConfig.

func RegisterCertificateAuthorityServer

func RegisterCertificateAuthorityServer(s *grpc.Server, srv CertificateAuthorityServer)

func RegisterDeploymentServer

func RegisterDeploymentServer(s *grpc.Server, srv DeploymentServer)

Types

type A1UpgradeStatusRequest

type A1UpgradeStatusRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*A1UpgradeStatusRequest) Descriptor

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

func (*A1UpgradeStatusRequest) ProtoMessage

func (*A1UpgradeStatusRequest) ProtoMessage()

func (*A1UpgradeStatusRequest) Reset

func (m *A1UpgradeStatusRequest) Reset()

func (*A1UpgradeStatusRequest) String

func (m *A1UpgradeStatusRequest) String() string

func (*A1UpgradeStatusRequest) XXX_DiscardUnknown

func (m *A1UpgradeStatusRequest) XXX_DiscardUnknown()

func (*A1UpgradeStatusRequest) XXX_Marshal

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

func (*A1UpgradeStatusRequest) XXX_Merge

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

func (*A1UpgradeStatusRequest) XXX_Size

func (m *A1UpgradeStatusRequest) XXX_Size() int

func (*A1UpgradeStatusRequest) XXX_Unmarshal

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

type A1UpgradeStatusResponse

type A1UpgradeStatusResponse struct {
	OverallStatus        A1UpgradeStatusResponse_MigrationStatus           `` /* 250-byte string literal not displayed */
	ServiceStatuses      []*A1UpgradeStatusResponse_ServiceMigrationStatus `` /* 182-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                          `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte                                            `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                                             `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*A1UpgradeStatusResponse) Descriptor

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

func (*A1UpgradeStatusResponse) GetOverallStatus

func (*A1UpgradeStatusResponse) GetServiceStatuses

func (*A1UpgradeStatusResponse) ProtoMessage

func (*A1UpgradeStatusResponse) ProtoMessage()

func (*A1UpgradeStatusResponse) Reset

func (m *A1UpgradeStatusResponse) Reset()

func (*A1UpgradeStatusResponse) String

func (m *A1UpgradeStatusResponse) String() string

func (*A1UpgradeStatusResponse) XXX_DiscardUnknown

func (m *A1UpgradeStatusResponse) XXX_DiscardUnknown()

func (*A1UpgradeStatusResponse) XXX_Marshal

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

func (*A1UpgradeStatusResponse) XXX_Merge

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

func (*A1UpgradeStatusResponse) XXX_Size

func (m *A1UpgradeStatusResponse) XXX_Size() int

func (*A1UpgradeStatusResponse) XXX_Unmarshal

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

type A1UpgradeStatusResponse_MigrationStatus

type A1UpgradeStatusResponse_MigrationStatus int32
const (
	A1UpgradeStatusResponse_UNKNOWN     A1UpgradeStatusResponse_MigrationStatus = 0
	A1UpgradeStatusResponse_IN_PROGRESS A1UpgradeStatusResponse_MigrationStatus = 1
	A1UpgradeStatusResponse_COMPLETE    A1UpgradeStatusResponse_MigrationStatus = 2
	A1UpgradeStatusResponse_FAILED      A1UpgradeStatusResponse_MigrationStatus = 3
)

func (A1UpgradeStatusResponse_MigrationStatus) EnumDescriptor

func (A1UpgradeStatusResponse_MigrationStatus) EnumDescriptor() ([]byte, []int)

func (A1UpgradeStatusResponse_MigrationStatus) String

type A1UpgradeStatusResponse_ServiceMigrationStatus

type A1UpgradeStatusResponse_ServiceMigrationStatus struct {
	ServiceName string                                  `` /* 162-byte string literal not displayed */
	Status      A1UpgradeStatusResponse_MigrationStatus `` /* 199-byte string literal not displayed */
	Progress    int32                                   `` /* 130-byte string literal not displayed */
	// In the case of failed migration, contains an error
	// message. In the case of an in-progress migration,
	// may contain information about what the service is
	// doing.
	Info                 string   `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty" toml:"info,omitempty" mapstructure:"info,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) Descriptor

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) GetInfo

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) GetProgress

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) GetServiceName

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) GetStatus

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) ProtoMessage

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) Reset

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) String

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) XXX_DiscardUnknown

func (m *A1UpgradeStatusResponse_ServiceMigrationStatus) XXX_DiscardUnknown()

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) XXX_Marshal

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

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) XXX_Merge

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) XXX_Size

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) XXX_Unmarshal

type BackupDeleteTask

type BackupDeleteTask struct {
	Id                   *timestamp.Timestamp `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	Backups              []*BackupTask        `protobuf:"bytes,2,rep,name=backups,proto3" json:"backups,omitempty" toml:"backups,omitempty" mapstructure:"backups,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte               `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*BackupDeleteTask) Descriptor

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

func (*BackupDeleteTask) GetBackups

func (m *BackupDeleteTask) GetBackups() []*BackupTask

func (*BackupDeleteTask) GetId

func (m *BackupDeleteTask) GetId() *timestamp.Timestamp

func (*BackupDeleteTask) ProtoMessage

func (*BackupDeleteTask) ProtoMessage()

func (*BackupDeleteTask) Reset

func (m *BackupDeleteTask) Reset()

func (*BackupDeleteTask) String

func (m *BackupDeleteTask) String() string

func (*BackupDeleteTask) TaskID

func (d *BackupDeleteTask) TaskID() string

TaskID returns a string representation of the BackupDeleteID's task ID. It will be used to track the backup event tasks in the event sender store.

func (*BackupDeleteTask) XXX_DiscardUnknown

func (m *BackupDeleteTask) XXX_DiscardUnknown()

func (*BackupDeleteTask) XXX_Marshal

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

func (*BackupDeleteTask) XXX_Merge

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

func (*BackupDeleteTask) XXX_Size

func (m *BackupDeleteTask) XXX_Size() int

func (*BackupDeleteTask) XXX_Unmarshal

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

type BackupDescription

type BackupDescription struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	Sha256               string   `protobuf:"bytes,2,opt,name=sha256,proto3" json:"sha256,omitempty" toml:"sha256,omitempty" mapstructure:"sha256,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*BackupDescription) Descriptor

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

func (*BackupDescription) GetId

func (m *BackupDescription) GetId() string

func (*BackupDescription) GetSha256

func (m *BackupDescription) GetSha256() string

func (*BackupDescription) ProtoMessage

func (*BackupDescription) ProtoMessage()

func (*BackupDescription) Reset

func (m *BackupDescription) Reset()

func (*BackupDescription) String

func (m *BackupDescription) String() string

func (*BackupDescription) XXX_DiscardUnknown

func (m *BackupDescription) XXX_DiscardUnknown()

func (*BackupDescription) XXX_Marshal

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

func (*BackupDescription) XXX_Merge

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

func (*BackupDescription) XXX_Size

func (m *BackupDescription) XXX_Size() int

func (*BackupDescription) XXX_Unmarshal

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

type BackupRestoreTask

type BackupRestoreTask struct {
	Id     *timestamp.Timestamp `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	Backup *BackupTask          `protobuf:"bytes,2,opt,name=backup,proto3" json:"backup,omitempty" toml:"backup,omitempty" mapstructure:"backup,omitempty"`
	// When this gets called the backup directory should exist in the deployment
	// config, however, it is whatever the backup directory was when the backup
	// was created. We need to support passing in the current backup directory
	// in case it's changed.
	BackupDir      string `` /* 152-byte string literal not displayed */
	OverrideOrigin string `` /* 177-byte string literal not displayed */
	HartifactsPath string `` /* 177-byte string literal not displayed */
	Channel        string `protobuf:"bytes,7,opt,name=channel,proto3" json:"channel,omitempty" toml:"channel,omitempty" mapstructure:"channel,omitempty"`
	// When we install packages we need to know whether we should rely on the
	// current manifest or upgrade to a new one.
	Upgrade bool `` /* 126-byte string literal not displayed */
	// If provided, the restore will install the manifest and packages from the
	// airgap artifact. upgrade will be ignored.
	Airgap bool `protobuf:"varint,8,opt,name=airgap,proto3" json:"airgap,omitempty" toml:"airgap,omitempty" mapstructure:"airgap,omitempty"`
	// If S3BackupLocation is provided, the backup will be restored from S3
	S3BackupLocation     *S3BackupLocation `` /* 191-byte string literal not displayed */
	Sha256               string            `protobuf:"bytes,10,opt,name=sha256,proto3" json:"sha256,omitempty" toml:"sha256,omitempty" mapstructure:"sha256,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte            `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32             `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func NewBackupRestoreTask

func NewBackupRestoreTask() *BackupRestoreTask

NewBackupRestoreTask returns a new backup restore task

func NewBackupRestoreTaskFromBackupID

func NewBackupRestoreTaskFromBackupID(backupID string) (*BackupRestoreTask, error)

NewBackupRestoreTaskFromBackupID returns a new backup task from an existing TaskID.

func (*BackupRestoreTask) Descriptor

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

func (*BackupRestoreTask) GetAirgap

func (m *BackupRestoreTask) GetAirgap() bool

func (*BackupRestoreTask) GetBackup

func (m *BackupRestoreTask) GetBackup() *BackupTask

func (*BackupRestoreTask) GetBackupDir

func (m *BackupRestoreTask) GetBackupDir() string

func (*BackupRestoreTask) GetChannel

func (m *BackupRestoreTask) GetChannel() string

func (*BackupRestoreTask) GetHartifactsPath

func (m *BackupRestoreTask) GetHartifactsPath() string

func (*BackupRestoreTask) GetId

func (*BackupRestoreTask) GetOverrideOrigin

func (m *BackupRestoreTask) GetOverrideOrigin() string

func (*BackupRestoreTask) GetS3BackupLocation

func (m *BackupRestoreTask) GetS3BackupLocation() *S3BackupLocation

func (*BackupRestoreTask) GetSha256

func (m *BackupRestoreTask) GetSha256() string

func (*BackupRestoreTask) GetUpgrade

func (m *BackupRestoreTask) GetUpgrade() bool

func (*BackupRestoreTask) ProtoMessage

func (*BackupRestoreTask) ProtoMessage()

func (*BackupRestoreTask) Reset

func (m *BackupRestoreTask) Reset()

func (*BackupRestoreTask) String

func (m *BackupRestoreTask) String() string

func (*BackupRestoreTask) TaskID

func (r *BackupRestoreTask) TaskID() string

TaskID returns a string representation of the BackupRestoreID's task ID. It will be used to track the backup event tasks in the event sender store.

func (*BackupRestoreTask) XXX_DiscardUnknown

func (m *BackupRestoreTask) XXX_DiscardUnknown()

func (*BackupRestoreTask) XXX_Marshal

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

func (*BackupRestoreTask) XXX_Merge

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

func (*BackupRestoreTask) XXX_Size

func (m *BackupRestoreTask) XXX_Size() int

func (*BackupRestoreTask) XXX_Unmarshal

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

type BackupStatusRequest

type BackupStatusRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*BackupStatusRequest) Descriptor

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

func (*BackupStatusRequest) ProtoMessage

func (*BackupStatusRequest) ProtoMessage()

func (*BackupStatusRequest) Reset

func (m *BackupStatusRequest) Reset()

func (*BackupStatusRequest) String

func (m *BackupStatusRequest) String() string

func (*BackupStatusRequest) XXX_DiscardUnknown

func (m *BackupStatusRequest) XXX_DiscardUnknown()

func (*BackupStatusRequest) XXX_Marshal

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

func (*BackupStatusRequest) XXX_Merge

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

func (*BackupStatusRequest) XXX_Size

func (m *BackupStatusRequest) XXX_Size() int

func (*BackupStatusRequest) XXX_Unmarshal

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

type BackupStatusResponse

type BackupStatusResponse struct {
	OpType               BackupStatusResponse_OperationType `` /* 210-byte string literal not displayed */
	TaskIds              []string                           `` /* 142-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                           `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte                             `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                              `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*BackupStatusResponse) Descriptor

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

func (*BackupStatusResponse) Format

func (c *BackupStatusResponse) Format() string

Format returns the BackupStatusResponse as pretty string

func (*BackupStatusResponse) GetOpType

func (*BackupStatusResponse) GetTaskIds

func (m *BackupStatusResponse) GetTaskIds() []string

func (*BackupStatusResponse) ProtoMessage

func (*BackupStatusResponse) ProtoMessage()

func (*BackupStatusResponse) Reset

func (m *BackupStatusResponse) Reset()

func (*BackupStatusResponse) String

func (m *BackupStatusResponse) String() string

func (*BackupStatusResponse) XXX_DiscardUnknown

func (m *BackupStatusResponse) XXX_DiscardUnknown()

func (*BackupStatusResponse) XXX_Marshal

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

func (*BackupStatusResponse) XXX_Merge

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

func (*BackupStatusResponse) XXX_Size

func (m *BackupStatusResponse) XXX_Size() int

func (*BackupStatusResponse) XXX_Unmarshal

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

type BackupStatusResponse_OperationType

type BackupStatusResponse_OperationType int32
const (
	BackupStatusResponse_CREATE  BackupStatusResponse_OperationType = 0
	BackupStatusResponse_DELETE  BackupStatusResponse_OperationType = 1
	BackupStatusResponse_RESTORE BackupStatusResponse_OperationType = 3
	BackupStatusResponse_LIST    BackupStatusResponse_OperationType = 4
	BackupStatusResponse_SHOW    BackupStatusResponse_OperationType = 5
	BackupStatusResponse_CANCEL  BackupStatusResponse_OperationType = 6
	BackupStatusResponse_IDLE    BackupStatusResponse_OperationType = 7
)

func (BackupStatusResponse_OperationType) EnumDescriptor

func (BackupStatusResponse_OperationType) EnumDescriptor() ([]byte, []int)

func (BackupStatusResponse_OperationType) String

type BackupTask

type BackupTask struct {
	Id                   *timestamp.Timestamp   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	State                BackupTask_BackupState `` /* 178-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}               `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte                 `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                  `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

Backup messages

func NewBackupTask

func NewBackupTask() *BackupTask

NewBackupTask returns a new backup task

func NewBackupTaskFromID

func NewBackupTaskFromID(id string) (*BackupTask, error)

NewBackupTaskFromID returns a new backup task from an existing TaskID.

func (*BackupTask) Descriptor

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

func (*BackupTask) Formatted

func (b *BackupTask) Formatted() FormattedBackupTask

func (*BackupTask) GetId

func (m *BackupTask) GetId() *timestamp.Timestamp

func (*BackupTask) GetState

func (m *BackupTask) GetState() BackupTask_BackupState

func (*BackupTask) ProtoMessage

func (*BackupTask) ProtoMessage()

func (*BackupTask) Reset

func (m *BackupTask) Reset()

func (*BackupTask) String

func (m *BackupTask) String() string

func (*BackupTask) TaskID

func (b *BackupTask) TaskID() string

TaskID returns a string representation of the BackupID's task ID. It will be used to track the backup event tasks in the event sender store.

func (*BackupTask) XXX_DiscardUnknown

func (m *BackupTask) XXX_DiscardUnknown()

func (*BackupTask) XXX_Marshal

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

func (*BackupTask) XXX_Merge

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

func (*BackupTask) XXX_Size

func (m *BackupTask) XXX_Size() int

func (*BackupTask) XXX_Unmarshal

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

type BackupTask_BackupState

type BackupTask_BackupState int32
const (
	BackupTask_IN_PROGRESS BackupTask_BackupState = 0
	BackupTask_COMPLETED   BackupTask_BackupState = 1
	BackupTask_FAILED      BackupTask_BackupState = 3
	BackupTask_DELETING    BackupTask_BackupState = 4
)

func (BackupTask_BackupState) EnumDescriptor

func (BackupTask_BackupState) EnumDescriptor() ([]byte, []int)

func (BackupTask_BackupState) String

func (x BackupTask_BackupState) String() string

type CancelBackupRequest

type CancelBackupRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*CancelBackupRequest) Descriptor

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

func (*CancelBackupRequest) ProtoMessage

func (*CancelBackupRequest) ProtoMessage()

func (*CancelBackupRequest) Reset

func (m *CancelBackupRequest) Reset()

func (*CancelBackupRequest) String

func (m *CancelBackupRequest) String() string

func (*CancelBackupRequest) XXX_DiscardUnknown

func (m *CancelBackupRequest) XXX_DiscardUnknown()

func (*CancelBackupRequest) XXX_Marshal

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

func (*CancelBackupRequest) XXX_Merge

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

func (*CancelBackupRequest) XXX_Size

func (m *CancelBackupRequest) XXX_Size() int

func (*CancelBackupRequest) XXX_Unmarshal

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

type CancelBackupResponse

type CancelBackupResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*CancelBackupResponse) Descriptor

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

func (*CancelBackupResponse) ProtoMessage

func (*CancelBackupResponse) ProtoMessage()

func (*CancelBackupResponse) Reset

func (m *CancelBackupResponse) Reset()

func (*CancelBackupResponse) String

func (m *CancelBackupResponse) String() string

func (*CancelBackupResponse) XXX_DiscardUnknown

func (m *CancelBackupResponse) XXX_DiscardUnknown()

func (*CancelBackupResponse) XXX_Marshal

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

func (*CancelBackupResponse) XXX_Merge

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

func (*CancelBackupResponse) XXX_Size

func (m *CancelBackupResponse) XXX_Size() int

func (*CancelBackupResponse) XXX_Unmarshal

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

type CertificateAuthorityClient

type CertificateAuthorityClient interface {
	GetRootCert(ctx context.Context, in *RootCertRequest, opts ...grpc.CallOption) (*RootCertResponse, error)
	RegenerateRoot(ctx context.Context, in *RegenerateRootRequest, opts ...grpc.CallOption) (*RegenerateRootResponse, error)
}

CertificateAuthorityClient is the client API for CertificateAuthority service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCertificateAuthorityClient

func NewCertificateAuthorityClient(cc *grpc.ClientConn) CertificateAuthorityClient

type CertificateAuthorityServer

type CertificateAuthorityServer interface {
	GetRootCert(context.Context, *RootCertRequest) (*RootCertResponse, error)
	RegenerateRoot(context.Context, *RegenerateRootRequest) (*RegenerateRootResponse, error)
}

CertificateAuthorityServer is the server API for CertificateAuthority service.

type ConfigureDeploymentRequest

type ConfigureDeploymentRequest struct {
	Config               *deployment.AutomateConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty" toml:"config,omitempty" mapstructure:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte                     `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                      `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*ConfigureDeploymentRequest) Descriptor

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

func (*ConfigureDeploymentRequest) GetConfig

func (*ConfigureDeploymentRequest) ProtoMessage

func (*ConfigureDeploymentRequest) ProtoMessage()

func (*ConfigureDeploymentRequest) Reset

func (m *ConfigureDeploymentRequest) Reset()

func (*ConfigureDeploymentRequest) String

func (m *ConfigureDeploymentRequest) String() string

func (*ConfigureDeploymentRequest) XXX_DiscardUnknown

func (m *ConfigureDeploymentRequest) XXX_DiscardUnknown()

func (*ConfigureDeploymentRequest) XXX_Marshal

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

func (*ConfigureDeploymentRequest) XXX_Merge

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

func (*ConfigureDeploymentRequest) XXX_Size

func (m *ConfigureDeploymentRequest) XXX_Size() int

func (*ConfigureDeploymentRequest) XXX_Unmarshal

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

type ConfigureDeploymentResponse

type ConfigureDeploymentResponse struct {
	DeploymentId         *DeploymentID              `` /* 167-byte string literal not displayed */
	Config               *deployment.AutomateConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty" toml:"config,omitempty" mapstructure:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte                     `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                      `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*ConfigureDeploymentResponse) Descriptor

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

func (*ConfigureDeploymentResponse) GetConfig

func (*ConfigureDeploymentResponse) GetDeploymentId

func (m *ConfigureDeploymentResponse) GetDeploymentId() *DeploymentID

func (*ConfigureDeploymentResponse) ProtoMessage

func (*ConfigureDeploymentResponse) ProtoMessage()

func (*ConfigureDeploymentResponse) Reset

func (m *ConfigureDeploymentResponse) Reset()

func (*ConfigureDeploymentResponse) String

func (m *ConfigureDeploymentResponse) String() string

func (*ConfigureDeploymentResponse) XXX_DiscardUnknown

func (m *ConfigureDeploymentResponse) XXX_DiscardUnknown()

func (*ConfigureDeploymentResponse) XXX_Marshal

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

func (*ConfigureDeploymentResponse) XXX_Merge

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

func (*ConfigureDeploymentResponse) XXX_Size

func (m *ConfigureDeploymentResponse) XXX_Size() int

func (*ConfigureDeploymentResponse) XXX_Unmarshal

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

type ConfigureRequest

type ConfigureRequest struct {
	ServiceName          string   `` /* 162-byte string literal not displayed */
	ConfigToml           string   `` /* 157-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*ConfigureRequest) Descriptor

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

func (*ConfigureRequest) GetConfigToml

func (m *ConfigureRequest) GetConfigToml() string

func (*ConfigureRequest) GetServiceName

func (m *ConfigureRequest) GetServiceName() string

func (*ConfigureRequest) ProtoMessage

func (*ConfigureRequest) ProtoMessage()

func (*ConfigureRequest) Reset

func (m *ConfigureRequest) Reset()

func (*ConfigureRequest) String

func (m *ConfigureRequest) String() string

func (*ConfigureRequest) XXX_DiscardUnknown

func (m *ConfigureRequest) XXX_DiscardUnknown()

func (*ConfigureRequest) XXX_Marshal

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

func (*ConfigureRequest) XXX_Merge

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

func (*ConfigureRequest) XXX_Size

func (m *ConfigureRequest) XXX_Size() int

func (*ConfigureRequest) XXX_Unmarshal

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

type CreateBackupRequest

type CreateBackupRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*CreateBackupRequest) Descriptor

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

func (*CreateBackupRequest) ProtoMessage

func (*CreateBackupRequest) ProtoMessage()

func (*CreateBackupRequest) Reset

func (m *CreateBackupRequest) Reset()

func (*CreateBackupRequest) String

func (m *CreateBackupRequest) String() string

func (*CreateBackupRequest) XXX_DiscardUnknown

func (m *CreateBackupRequest) XXX_DiscardUnknown()

func (*CreateBackupRequest) XXX_Marshal

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

func (*CreateBackupRequest) XXX_Merge

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

func (*CreateBackupRequest) XXX_Size

func (m *CreateBackupRequest) XXX_Size() int

func (*CreateBackupRequest) XXX_Unmarshal

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

type CreateBackupResponse

type CreateBackupResponse struct {
	Backup               *BackupTask `protobuf:"bytes,1,opt,name=backup,proto3" json:"backup,omitempty" toml:"backup,omitempty" mapstructure:"backup,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte      `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32       `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*CreateBackupResponse) Descriptor

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

func (*CreateBackupResponse) GetBackup

func (m *CreateBackupResponse) GetBackup() *BackupTask

func (*CreateBackupResponse) ProtoMessage

func (*CreateBackupResponse) ProtoMessage()

func (*CreateBackupResponse) Reset

func (m *CreateBackupResponse) Reset()

func (*CreateBackupResponse) String

func (m *CreateBackupResponse) String() string

func (*CreateBackupResponse) XXX_DiscardUnknown

func (m *CreateBackupResponse) XXX_DiscardUnknown()

func (*CreateBackupResponse) XXX_Marshal

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

func (*CreateBackupResponse) XXX_Merge

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

func (*CreateBackupResponse) XXX_Size

func (m *CreateBackupResponse) XXX_Size() int

func (*CreateBackupResponse) XXX_Unmarshal

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

type CurrentReleaseManifestRequest

type CurrentReleaseManifestRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*CurrentReleaseManifestRequest) Descriptor

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

func (*CurrentReleaseManifestRequest) ProtoMessage

func (*CurrentReleaseManifestRequest) ProtoMessage()

func (*CurrentReleaseManifestRequest) Reset

func (m *CurrentReleaseManifestRequest) Reset()

func (*CurrentReleaseManifestRequest) String

func (*CurrentReleaseManifestRequest) XXX_DiscardUnknown

func (m *CurrentReleaseManifestRequest) XXX_DiscardUnknown()

func (*CurrentReleaseManifestRequest) XXX_Marshal

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

func (*CurrentReleaseManifestRequest) XXX_Merge

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

func (*CurrentReleaseManifestRequest) XXX_Size

func (m *CurrentReleaseManifestRequest) XXX_Size() int

func (*CurrentReleaseManifestRequest) XXX_Unmarshal

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

type DeleteBackupsRequest

type DeleteBackupsRequest struct {
	Backups              []*BackupTask `protobuf:"bytes,1,rep,name=backups,proto3" json:"backups,omitempty" toml:"backups,omitempty" mapstructure:"backups,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte        `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32         `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DeleteBackupsRequest) Descriptor

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

func (*DeleteBackupsRequest) GetBackups

func (m *DeleteBackupsRequest) GetBackups() []*BackupTask

func (*DeleteBackupsRequest) ProtoMessage

func (*DeleteBackupsRequest) ProtoMessage()

func (*DeleteBackupsRequest) Reset

func (m *DeleteBackupsRequest) Reset()

func (*DeleteBackupsRequest) String

func (m *DeleteBackupsRequest) String() string

func (*DeleteBackupsRequest) XXX_DiscardUnknown

func (m *DeleteBackupsRequest) XXX_DiscardUnknown()

func (*DeleteBackupsRequest) XXX_Marshal

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

func (*DeleteBackupsRequest) XXX_Merge

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

func (*DeleteBackupsRequest) XXX_Size

func (m *DeleteBackupsRequest) XXX_Size() int

func (*DeleteBackupsRequest) XXX_Unmarshal

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

type DeleteBackupsResponse

type DeleteBackupsResponse struct {
	Delete               *BackupDeleteTask `protobuf:"bytes,1,opt,name=delete,proto3" json:"delete,omitempty" toml:"delete,omitempty" mapstructure:"delete,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte            `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32             `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DeleteBackupsResponse) Descriptor

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

func (*DeleteBackupsResponse) GetDelete

func (m *DeleteBackupsResponse) GetDelete() *BackupDeleteTask

func (*DeleteBackupsResponse) ProtoMessage

func (*DeleteBackupsResponse) ProtoMessage()

func (*DeleteBackupsResponse) Reset

func (m *DeleteBackupsResponse) Reset()

func (*DeleteBackupsResponse) String

func (m *DeleteBackupsResponse) String() string

func (*DeleteBackupsResponse) XXX_DiscardUnknown

func (m *DeleteBackupsResponse) XXX_DiscardUnknown()

func (*DeleteBackupsResponse) XXX_Marshal

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

func (*DeleteBackupsResponse) XXX_Merge

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

func (*DeleteBackupsResponse) XXX_Size

func (m *DeleteBackupsResponse) XXX_Size() int

func (*DeleteBackupsResponse) XXX_Unmarshal

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

type DeployClientStreamer

type DeployClientStreamer interface {
	DeploymentClient
	StreamDeployEvents(taskID string, deployID *DeploymentID, e DeployEventHandler) error
	Close() error
}

DeployClientStreamer is a DeploymentClient with some extra methods added

func NewDeployClientStreamer

func NewDeployClientStreamer(cc *grpc.ClientConn) DeployClientStreamer

NewDeployClientStreamer creates a DeployClientStreamer for the given connection

type DeployEvent

type DeployEvent struct {
	Sequence     uint64               `` /* 130-byte string literal not displayed */
	DeploymentId string               `` /* 167-byte string literal not displayed */
	Time         *timestamp.Timestamp `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty" toml:"time,omitempty" mapstructure:"time,omitempty"`
	// Types that are valid to be assigned to Event:
	//	*DeployEvent_Deploy_
	//	*DeployEvent_Phase_
	//	*DeployEvent_PhaseStep_
	//	*DeployEvent_TaskComplete_
	//	*DeployEvent_Backup_
	Event                isDeployEvent_Event `protobuf_oneof:"event"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte              `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32               `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func NewEvent

func NewEvent(seq uint64, id string, timeStamp time.Time, event isDeployEvent_Event) DeployEvent

NewEvent creates a new DeployEvent wrapping any of the DeployEvent subtypes defined in the proto

func (*DeployEvent) Descriptor

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

func (*DeployEvent) Format

func (event *DeployEvent) Format() string

Format returns a string representation of an DeployEvent suitable for showing to a user.

func (*DeployEvent) GetBackup

func (m *DeployEvent) GetBackup() *DeployEvent_Backup

func (*DeployEvent) GetDeploy

func (m *DeployEvent) GetDeploy() *DeployEvent_Deploy

func (*DeployEvent) GetDeploymentId

func (m *DeployEvent) GetDeploymentId() string

func (*DeployEvent) GetEvent

func (m *DeployEvent) GetEvent() isDeployEvent_Event

func (*DeployEvent) GetPhase

func (m *DeployEvent) GetPhase() *DeployEvent_Phase

func (*DeployEvent) GetPhaseStep

func (m *DeployEvent) GetPhaseStep() *DeployEvent_PhaseStep

func (*DeployEvent) GetSequence

func (m *DeployEvent) GetSequence() uint64

func (*DeployEvent) GetTaskComplete

func (m *DeployEvent) GetTaskComplete() *DeployEvent_TaskComplete

func (*DeployEvent) GetTime

func (m *DeployEvent) GetTime() *timestamp.Timestamp

func (*DeployEvent) ProtoMessage

func (*DeployEvent) ProtoMessage()

func (*DeployEvent) Reset

func (m *DeployEvent) Reset()

func (*DeployEvent) String

func (m *DeployEvent) String() string

func (*DeployEvent) XXX_DiscardUnknown

func (m *DeployEvent) XXX_DiscardUnknown()

func (*DeployEvent) XXX_Marshal

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

func (*DeployEvent) XXX_Merge

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

func (*DeployEvent) XXX_OneofFuncs

func (*DeployEvent) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*DeployEvent) XXX_Size

func (m *DeployEvent) XXX_Size() int

func (*DeployEvent) XXX_Unmarshal

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

type DeployEventHandler

type DeployEventHandler interface {
	HandleEvent(e *DeployEvent)
}

A DeployEventHandler accepts the events streamed from the deployment service's DeployStatus API.

type DeployEvent_Backup

type DeployEvent_Backup struct {
	Status               DeployEvent_Status              `` /* 178-byte string literal not displayed */
	Operations           []*DeployEvent_Backup_Operation `` /* 137-byte string literal not displayed */
	Description          *BackupDescription              `` /* 141-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                        `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte                          `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                           `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DeployEvent_Backup) Descriptor

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

func (*DeployEvent_Backup) GetDescription

func (m *DeployEvent_Backup) GetDescription() *BackupDescription

func (*DeployEvent_Backup) GetOperations

func (m *DeployEvent_Backup) GetOperations() []*DeployEvent_Backup_Operation

func (*DeployEvent_Backup) GetStatus

func (m *DeployEvent_Backup) GetStatus() DeployEvent_Status

func (*DeployEvent_Backup) ProtoMessage

func (*DeployEvent_Backup) ProtoMessage()

func (*DeployEvent_Backup) Reset

func (m *DeployEvent_Backup) Reset()

func (*DeployEvent_Backup) String

func (m *DeployEvent_Backup) String() string

func (*DeployEvent_Backup) XXX_DiscardUnknown

func (m *DeployEvent_Backup) XXX_DiscardUnknown()

func (*DeployEvent_Backup) XXX_Marshal

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

func (*DeployEvent_Backup) XXX_Merge

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

func (*DeployEvent_Backup) XXX_Size

func (m *DeployEvent_Backup) XXX_Size() int

func (*DeployEvent_Backup) XXX_Unmarshal

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

type DeployEvent_Backup_

type DeployEvent_Backup_ struct {
	Backup *DeployEvent_Backup `protobuf:"bytes,9,opt,name=backup,proto3,oneof"`
}

type DeployEvent_Backup_Operation

type DeployEvent_Backup_Operation struct {
	Status               DeployEvent_Status                `` /* 178-byte string literal not displayed */
	Name                 string                            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	Error                string                            `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty" toml:"error,omitempty" mapstructure:"error,omitempty"`
	SyncProgress         float64                           `` /* 169-byte string literal not displayed */
	AsyncProgress        float64                           `` /* 174-byte string literal not displayed */
	Type                 DeployEvent_Backup_Operation_Type `` /* 185-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                          `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte                            `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                             `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DeployEvent_Backup_Operation) Descriptor

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

func (*DeployEvent_Backup_Operation) GetAsyncProgress

func (m *DeployEvent_Backup_Operation) GetAsyncProgress() float64

func (*DeployEvent_Backup_Operation) GetError

func (m *DeployEvent_Backup_Operation) GetError() string

func (*DeployEvent_Backup_Operation) GetName

func (m *DeployEvent_Backup_Operation) GetName() string

func (*DeployEvent_Backup_Operation) GetStatus

func (*DeployEvent_Backup_Operation) GetSyncProgress

func (m *DeployEvent_Backup_Operation) GetSyncProgress() float64

func (*DeployEvent_Backup_Operation) GetType

func (*DeployEvent_Backup_Operation) ProtoMessage

func (*DeployEvent_Backup_Operation) ProtoMessage()

func (*DeployEvent_Backup_Operation) Reset

func (m *DeployEvent_Backup_Operation) Reset()

func (*DeployEvent_Backup_Operation) String

func (*DeployEvent_Backup_Operation) XXX_DiscardUnknown

func (m *DeployEvent_Backup_Operation) XXX_DiscardUnknown()

func (*DeployEvent_Backup_Operation) XXX_Marshal

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

func (*DeployEvent_Backup_Operation) XXX_Merge

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

func (*DeployEvent_Backup_Operation) XXX_Size

func (m *DeployEvent_Backup_Operation) XXX_Size() int

func (*DeployEvent_Backup_Operation) XXX_Unmarshal

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

type DeployEvent_Backup_Operation_Type

type DeployEvent_Backup_Operation_Type int32
const (
	DeployEvent_Backup_Operation_BACKUP  DeployEvent_Backup_Operation_Type = 0
	DeployEvent_Backup_Operation_RESTORE DeployEvent_Backup_Operation_Type = 1
)

func (DeployEvent_Backup_Operation_Type) EnumDescriptor

func (DeployEvent_Backup_Operation_Type) EnumDescriptor() ([]byte, []int)

func (DeployEvent_Backup_Operation_Type) String

type DeployEvent_Deploy

type DeployEvent_Deploy struct {
	Status               DeployEvent_Status `` /* 178-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}           `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte             `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32              `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DeployEvent_Deploy) Descriptor

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

func (*DeployEvent_Deploy) GetStatus

func (m *DeployEvent_Deploy) GetStatus() DeployEvent_Status

func (*DeployEvent_Deploy) ProtoMessage

func (*DeployEvent_Deploy) ProtoMessage()

func (*DeployEvent_Deploy) Reset

func (m *DeployEvent_Deploy) Reset()

func (*DeployEvent_Deploy) String

func (m *DeployEvent_Deploy) String() string

func (*DeployEvent_Deploy) XXX_DiscardUnknown

func (m *DeployEvent_Deploy) XXX_DiscardUnknown()

func (*DeployEvent_Deploy) XXX_Marshal

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

func (*DeployEvent_Deploy) XXX_Merge

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

func (*DeployEvent_Deploy) XXX_Size

func (m *DeployEvent_Deploy) XXX_Size() int

func (*DeployEvent_Deploy) XXX_Unmarshal

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

type DeployEvent_Deploy_

type DeployEvent_Deploy_ struct {
	Deploy *DeployEvent_Deploy `protobuf:"bytes,5,opt,name=deploy,proto3,oneof"`
}

type DeployEvent_Phase

type DeployEvent_Phase struct {
	PhaseId              DeployEvent_PhaseID `` /* 200-byte string literal not displayed */
	Status               DeployEvent_Status  `` /* 178-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}            `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte              `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32               `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DeployEvent_Phase) Descriptor

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

func (*DeployEvent_Phase) GetPhaseId

func (m *DeployEvent_Phase) GetPhaseId() DeployEvent_PhaseID

func (*DeployEvent_Phase) GetStatus

func (m *DeployEvent_Phase) GetStatus() DeployEvent_Status

func (*DeployEvent_Phase) ProtoMessage

func (*DeployEvent_Phase) ProtoMessage()

func (*DeployEvent_Phase) Reset

func (m *DeployEvent_Phase) Reset()

func (*DeployEvent_Phase) String

func (m *DeployEvent_Phase) String() string

func (*DeployEvent_Phase) XXX_DiscardUnknown

func (m *DeployEvent_Phase) XXX_DiscardUnknown()

func (*DeployEvent_Phase) XXX_Marshal

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

func (*DeployEvent_Phase) XXX_Merge

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

func (*DeployEvent_Phase) XXX_Size

func (m *DeployEvent_Phase) XXX_Size() int

func (*DeployEvent_Phase) XXX_Unmarshal

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

type DeployEvent_PhaseID

type DeployEvent_PhaseID int32
const (
	DeployEvent_INIT_SERVICE         DeployEvent_PhaseID = 0
	DeployEvent_INSTALL_SERVICE      DeployEvent_PhaseID = 1
	DeployEvent_START_SERVICE        DeployEvent_PhaseID = 2
	DeployEvent_CHECK_SERVICE_HEALTH DeployEvent_PhaseID = 3
	DeployEvent_CREATE_ADMIN_USER    DeployEvent_PhaseID = 4
	DeployEvent_APPLY_LICENSE        DeployEvent_PhaseID = 5
	DeployEvent_UNLOAD_SERVICE       DeployEvent_PhaseID = 6
)

func (DeployEvent_PhaseID) EnumDescriptor

func (DeployEvent_PhaseID) EnumDescriptor() ([]byte, []int)

func (DeployEvent_PhaseID) String

func (x DeployEvent_PhaseID) String() string

type DeployEvent_PhaseStep

type DeployEvent_PhaseStep struct {
	PhaseId  DeployEvent_PhaseID `` /* 200-byte string literal not displayed */
	StepName string              `` /* 147-byte string literal not displayed */
	Status   DeployEvent_Status  `` /* 178-byte string literal not displayed */
	// string description = 4;
	Error                string   `protobuf:"bytes,5,opt,name=error,proto3" json:"error,omitempty" toml:"error,omitempty" mapstructure:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DeployEvent_PhaseStep) Descriptor

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

func (*DeployEvent_PhaseStep) GetError

func (m *DeployEvent_PhaseStep) GetError() string

func (*DeployEvent_PhaseStep) GetPhaseId

func (*DeployEvent_PhaseStep) GetStatus

func (*DeployEvent_PhaseStep) GetStepName

func (m *DeployEvent_PhaseStep) GetStepName() string

func (*DeployEvent_PhaseStep) ProtoMessage

func (*DeployEvent_PhaseStep) ProtoMessage()

func (*DeployEvent_PhaseStep) Reset

func (m *DeployEvent_PhaseStep) Reset()

func (*DeployEvent_PhaseStep) String

func (m *DeployEvent_PhaseStep) String() string

func (*DeployEvent_PhaseStep) XXX_DiscardUnknown

func (m *DeployEvent_PhaseStep) XXX_DiscardUnknown()

func (*DeployEvent_PhaseStep) XXX_Marshal

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

func (*DeployEvent_PhaseStep) XXX_Merge

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

func (*DeployEvent_PhaseStep) XXX_Size

func (m *DeployEvent_PhaseStep) XXX_Size() int

func (*DeployEvent_PhaseStep) XXX_Unmarshal

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

type DeployEvent_PhaseStep_

type DeployEvent_PhaseStep_ struct {
	PhaseStep *DeployEvent_PhaseStep `protobuf:"bytes,7,opt,name=phase_step,json=phaseStep,proto3,oneof"`
}

type DeployEvent_Phase_

type DeployEvent_Phase_ struct {
	Phase *DeployEvent_Phase `protobuf:"bytes,6,opt,name=phase,proto3,oneof"`
}

type DeployEvent_Status

type DeployEvent_Status int32
const (
	DeployEvent_WAITING                  DeployEvent_Status = 0
	DeployEvent_RUNNING                  DeployEvent_Status = 1
	DeployEvent_COMPLETE_OK              DeployEvent_Status = 2
	DeployEvent_COMPLETE_FAIL            DeployEvent_Status = 3
	DeployEvent_SELF_UPGRADE_PENDING     DeployEvent_Status = 4
	DeployEvent_SELF_RECONFIGURE_PENDING DeployEvent_Status = 5
)
const (
	// Waiting status means we haven't started a deploy, a phase,
	// or a phase step
	Waiting DeployEvent_Status = DeployEvent_WAITING

	// Running status means we are in progress with a deploy, a
	// phase, or a phase step
	Running DeployEvent_Status = DeployEvent_RUNNING

	// CompleteOk status means a deploy, phase, or phase step
	// finished successfully.
	CompleteOk DeployEvent_Status = DeployEvent_COMPLETE_OK

	// CompleteFail status means that a deploy, phase, or phase
	// step ran and failed.
	CompleteFail DeployEvent_Status = DeployEvent_COMPLETE_FAIL

	// SelfUpgradePending means that the deployment service needs to
	// upgrade itself.
	SelfUpgradePending DeployEvent_Status = DeployEvent_SELF_UPGRADE_PENDING

	// SelfReconfigurePending means that the deployment service needs
	// to reconfigure itself.
	SelfReconfigurePending DeployEvent_Status = DeployEvent_SELF_RECONFIGURE_PENDING

	// NoPrint is what Format() returns when the caller shouldn't
	// print anything.
	//
	// HACK: eventually the CLI writer suppresses empty strings so
	// this squelches "Deploy started" and other messages we would
	// like to avoid for UI reasons.
	NoPrint = ""
)

func (DeployEvent_Status) EnumDescriptor

func (DeployEvent_Status) EnumDescriptor() ([]byte, []int)

func (DeployEvent_Status) String

func (x DeployEvent_Status) String() string

type DeployEvent_TaskComplete

type DeployEvent_TaskComplete struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

TaskComplete is used internally to manage event streams, it is not sent over the wire.

func (*DeployEvent_TaskComplete) Descriptor

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

func (*DeployEvent_TaskComplete) ProtoMessage

func (*DeployEvent_TaskComplete) ProtoMessage()

func (*DeployEvent_TaskComplete) Reset

func (m *DeployEvent_TaskComplete) Reset()

func (*DeployEvent_TaskComplete) String

func (m *DeployEvent_TaskComplete) String() string

func (*DeployEvent_TaskComplete) XXX_DiscardUnknown

func (m *DeployEvent_TaskComplete) XXX_DiscardUnknown()

func (*DeployEvent_TaskComplete) XXX_Marshal

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

func (*DeployEvent_TaskComplete) XXX_Merge

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

func (*DeployEvent_TaskComplete) XXX_Size

func (m *DeployEvent_TaskComplete) XXX_Size() int

func (*DeployEvent_TaskComplete) XXX_Unmarshal

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

type DeployEvent_TaskComplete_

type DeployEvent_TaskComplete_ struct {
	TaskComplete *DeployEvent_TaskComplete `protobuf:"bytes,8,opt,name=task_complete,json=taskComplete,proto3,oneof"`
}

type DeployIDRequest

type DeployIDRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DeployIDRequest) Descriptor

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

func (*DeployIDRequest) ProtoMessage

func (*DeployIDRequest) ProtoMessage()

func (*DeployIDRequest) Reset

func (m *DeployIDRequest) Reset()

func (*DeployIDRequest) String

func (m *DeployIDRequest) String() string

func (*DeployIDRequest) XXX_DiscardUnknown

func (m *DeployIDRequest) XXX_DiscardUnknown()

func (*DeployIDRequest) XXX_Marshal

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

func (*DeployIDRequest) XXX_Merge

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

func (*DeployIDRequest) XXX_Size

func (m *DeployIDRequest) XXX_Size() int

func (*DeployIDRequest) XXX_Unmarshal

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

type DeployIDResponse

type DeployIDResponse struct {
	DeploymentId         string   `` /* 167-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DeployIDResponse) Descriptor

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

func (*DeployIDResponse) GetDeploymentId

func (m *DeployIDResponse) GetDeploymentId() string

func (*DeployIDResponse) ProtoMessage

func (*DeployIDResponse) ProtoMessage()

func (*DeployIDResponse) Reset

func (m *DeployIDResponse) Reset()

func (*DeployIDResponse) String

func (m *DeployIDResponse) String() string

func (*DeployIDResponse) XXX_DiscardUnknown

func (m *DeployIDResponse) XXX_DiscardUnknown()

func (*DeployIDResponse) XXX_Marshal

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

func (*DeployIDResponse) XXX_Merge

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

func (*DeployIDResponse) XXX_Size

func (m *DeployIDResponse) XXX_Size() int

func (*DeployIDResponse) XXX_Unmarshal

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

type DeployRequest

type DeployRequest struct {
	Services             []string `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DeployRequest) Descriptor

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

func (*DeployRequest) GetServices

func (m *DeployRequest) GetServices() []string

func (*DeployRequest) ProtoMessage

func (*DeployRequest) ProtoMessage()

func (*DeployRequest) Reset

func (m *DeployRequest) Reset()

func (*DeployRequest) String

func (m *DeployRequest) String() string

func (*DeployRequest) XXX_DiscardUnknown

func (m *DeployRequest) XXX_DiscardUnknown()

func (*DeployRequest) XXX_Marshal

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

func (*DeployRequest) XXX_Merge

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

func (*DeployRequest) XXX_Size

func (m *DeployRequest) XXX_Size() int

func (*DeployRequest) XXX_Unmarshal

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

type DeployResponse

type DeployResponse struct {
	TaskId               string   `` /* 137-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DeployResponse) Descriptor

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

func (*DeployResponse) GetTaskId

func (m *DeployResponse) GetTaskId() string

func (*DeployResponse) ProtoMessage

func (*DeployResponse) ProtoMessage()

func (*DeployResponse) Reset

func (m *DeployResponse) Reset()

func (*DeployResponse) String

func (m *DeployResponse) String() string

func (*DeployResponse) XXX_DiscardUnknown

func (m *DeployResponse) XXX_DiscardUnknown()

func (*DeployResponse) XXX_Marshal

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

func (*DeployResponse) XXX_Merge

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

func (*DeployResponse) XXX_Size

func (m *DeployResponse) XXX_Size() int

func (*DeployResponse) XXX_Unmarshal

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

type DeployStatusRequest

type DeployStatusRequest struct {
	DeploymentId         *DeploymentID `` /* 167-byte string literal not displayed */
	TaskId               string        `` /* 137-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}      `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte        `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32         `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DeployStatusRequest) Descriptor

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

func (*DeployStatusRequest) GetDeploymentId

func (m *DeployStatusRequest) GetDeploymentId() *DeploymentID

func (*DeployStatusRequest) GetTaskId

func (m *DeployStatusRequest) GetTaskId() string

func (*DeployStatusRequest) ProtoMessage

func (*DeployStatusRequest) ProtoMessage()

func (*DeployStatusRequest) Reset

func (m *DeployStatusRequest) Reset()

func (*DeployStatusRequest) String

func (m *DeployStatusRequest) String() string

func (*DeployStatusRequest) XXX_DiscardUnknown

func (m *DeployStatusRequest) XXX_DiscardUnknown()

func (*DeployStatusRequest) XXX_Marshal

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

func (*DeployStatusRequest) XXX_Merge

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

func (*DeployStatusRequest) XXX_Size

func (m *DeployStatusRequest) XXX_Size() int

func (*DeployStatusRequest) XXX_Unmarshal

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

type DeploymentClient

type DeploymentClient interface {
	Deploy(ctx context.Context, in *DeployRequest, opts ...grpc.CallOption) (*DeployResponse, error)
	DeployDataServices(ctx context.Context, in *DeployRequest, opts ...grpc.CallOption) (*DeployResponse, error)
	DeploySome(ctx context.Context, in *DeployRequest, opts ...grpc.CallOption) (*DeployResponse, error)
	DeployStatus(ctx context.Context, in *DeployStatusRequest, opts ...grpc.CallOption) (Deployment_DeployStatusClient, error)
	Preload(ctx context.Context, in *DeployRequest, opts ...grpc.CallOption) (*DeployResponse, error)
	RemoveSome(ctx context.Context, in *RemoveRequest, opts ...grpc.CallOption) (*RemoveResponse, error)
	StartNonDataServices(ctx context.Context, in *DeployRequest, opts ...grpc.CallOption) (*DeployResponse, error)
	NewDeployment(ctx context.Context, in *NewDeploymentRequest, opts ...grpc.CallOption) (*DeploymentID, error)
	ConfigureDeployment(ctx context.Context, in *ConfigureDeploymentRequest, opts ...grpc.CallOption) (*ConfigureDeploymentResponse, error)
	Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error)
	Status(ctx context.Context, in *StatusRequest, opts ...grpc.CallOption) (*StatusResponse, error)
	ServiceVersions(ctx context.Context, in *ServiceVersionsRequest, opts ...grpc.CallOption) (*ServiceVersionsResponse, error)
	LicenseStatus(ctx context.Context, in *LicenseStatusRequest, opts ...grpc.CallOption) (*LicenseStatusResponse, error)
	LicenseApply(ctx context.Context, in *LicenseApplyRequest, opts ...grpc.CallOption) (*LicenseApplyResponse, error)
	Stop(ctx context.Context, in *StopRequest, opts ...grpc.CallOption) (*StopResponse, error)
	SystemLogs(ctx context.Context, in *SystemLogsRequest, opts ...grpc.CallOption) (Deployment_SystemLogsClient, error)
	GatherLogs(ctx context.Context, in *GatherLogsRequest, opts ...grpc.CallOption) (*GatherLogsResponse, error)
	GatherLogsDownload(ctx context.Context, in *GatherLogsDownloadRequest, opts ...grpc.CallOption) (Deployment_GatherLogsDownloadClient, error)
	StopConverge(ctx context.Context, in *StopConvergeRequest, opts ...grpc.CallOption) (*StopConvergeResponse, error)
	StartConverge(ctx context.Context, in *StartConvergeRequest, opts ...grpc.CallOption) (*StartConvergeResponse, error)
	UpgradeStatus(ctx context.Context, in *UpgradeStatusRequest, opts ...grpc.CallOption) (*UpgradeStatusResponse, error)
	RestartServices(ctx context.Context, in *RestartServicesRequest, opts ...grpc.CallOption) (*RestartServicesResponse, error)
	GetAutomateConfig(ctx context.Context, in *GetAutomateConfigRequest, opts ...grpc.CallOption) (*GetAutomateConfigResponse, error)
	PatchAutomateConfig(ctx context.Context, in *PatchAutomateConfigRequest, opts ...grpc.CallOption) (*PatchAutomateConfigResponse, error)
	SetAutomateConfig(ctx context.Context, in *SetAutomateConfigRequest, opts ...grpc.CallOption) (*SetAutomateConfigResponse, error)
	DumpDB(ctx context.Context, in *DumpDBRequest, opts ...grpc.CallOption) (Deployment_DumpDBClient, error)
	ManifestVersion(ctx context.Context, in *ManifestVersionRequest, opts ...grpc.CallOption) (*ManifestVersionResponse, error)
	CreateBackup(ctx context.Context, in *CreateBackupRequest, opts ...grpc.CallOption) (*CreateBackupResponse, error)
	ListBackups(ctx context.Context, in *ListBackupsRequest, opts ...grpc.CallOption) (*ListBackupsResponse, error)
	ShowBackup(ctx context.Context, in *ShowBackupRequest, opts ...grpc.CallOption) (*ShowBackupResponse, error)
	DeleteBackups(ctx context.Context, in *DeleteBackupsRequest, opts ...grpc.CallOption) (*DeleteBackupsResponse, error)
	RestoreBackup(ctx context.Context, in *RestoreBackupRequest, opts ...grpc.CallOption) (*RestoreBackupResponse, error)
	BackupStatus(ctx context.Context, in *BackupStatusRequest, opts ...grpc.CallOption) (*BackupStatusResponse, error)
	CancelBackup(ctx context.Context, in *CancelBackupRequest, opts ...grpc.CallOption) (*CancelBackupResponse, error)
	Upgrade(ctx context.Context, in *UpgradeRequest, opts ...grpc.CallOption) (*UpgradeResponse, error)
	SetLogLevel(ctx context.Context, in *SetLogLevelRequest, opts ...grpc.CallOption) (*SetLogLevelResponse, error)
	GenerateAdminToken(ctx context.Context, in *GenerateAdminTokenRequest, opts ...grpc.CallOption) (*GenerateAdminTokenResponse, error)
	DeployID(ctx context.Context, in *DeployIDRequest, opts ...grpc.CallOption) (*DeployIDResponse, error)
	CurrentReleaseManifest(ctx context.Context, in *CurrentReleaseManifestRequest, opts ...grpc.CallOption) (*ReleaseManifest, error)
	A1UpgradeStatus(ctx context.Context, in *A1UpgradeStatusRequest, opts ...grpc.CallOption) (Deployment_A1UpgradeStatusClient, error)
	NodeInventory(ctx context.Context, in *NodeInventoryRequest, opts ...grpc.CallOption) (*NodeInventoryResponse, error)
	InfrastructureNodeDelete(ctx context.Context, in *InfrastructureNodeDeleteRequest, opts ...grpc.CallOption) (*InfrastructureNodeDeleteResponse, error)
	Usage(ctx context.Context, in *UsageRequest, opts ...grpc.CallOption) (*UsageResponse, error)
	GetCLIExecutable(ctx context.Context, in *GetCLIExecutableRequest, opts ...grpc.CallOption) (Deployment_GetCLIExecutableClient, error)
}

DeploymentClient is the client API for Deployment service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDeploymentClient

func NewDeploymentClient(cc *grpc.ClientConn) DeploymentClient

type DeploymentID

type DeploymentID struct {
	Id                   string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	CreatedAt            *timestamp.Timestamp `` /* 152-byte string literal not displayed */
	LastAction           string               `` /* 157-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte               `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DeploymentID) Descriptor

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

func (*DeploymentID) GetCreatedAt

func (m *DeploymentID) GetCreatedAt() *timestamp.Timestamp

func (*DeploymentID) GetId

func (m *DeploymentID) GetId() string

func (*DeploymentID) GetLastAction

func (m *DeploymentID) GetLastAction() string

func (*DeploymentID) ProtoMessage

func (*DeploymentID) ProtoMessage()

func (*DeploymentID) Reset

func (m *DeploymentID) Reset()

func (*DeploymentID) String

func (m *DeploymentID) String() string

func (*DeploymentID) XXX_DiscardUnknown

func (m *DeploymentID) XXX_DiscardUnknown()

func (*DeploymentID) XXX_Marshal

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

func (*DeploymentID) XXX_Merge

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

func (*DeploymentID) XXX_Size

func (m *DeploymentID) XXX_Size() int

func (*DeploymentID) XXX_Unmarshal

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

type DeploymentServer

type DeploymentServer interface {
	Deploy(context.Context, *DeployRequest) (*DeployResponse, error)
	DeployDataServices(context.Context, *DeployRequest) (*DeployResponse, error)
	DeploySome(context.Context, *DeployRequest) (*DeployResponse, error)
	DeployStatus(*DeployStatusRequest, Deployment_DeployStatusServer) error
	Preload(context.Context, *DeployRequest) (*DeployResponse, error)
	RemoveSome(context.Context, *RemoveRequest) (*RemoveResponse, error)
	StartNonDataServices(context.Context, *DeployRequest) (*DeployResponse, error)
	NewDeployment(context.Context, *NewDeploymentRequest) (*DeploymentID, error)
	ConfigureDeployment(context.Context, *ConfigureDeploymentRequest) (*ConfigureDeploymentResponse, error)
	Ping(context.Context, *PingRequest) (*PingResponse, error)
	Status(context.Context, *StatusRequest) (*StatusResponse, error)
	ServiceVersions(context.Context, *ServiceVersionsRequest) (*ServiceVersionsResponse, error)
	LicenseStatus(context.Context, *LicenseStatusRequest) (*LicenseStatusResponse, error)
	LicenseApply(context.Context, *LicenseApplyRequest) (*LicenseApplyResponse, error)
	Stop(context.Context, *StopRequest) (*StopResponse, error)
	SystemLogs(*SystemLogsRequest, Deployment_SystemLogsServer) error
	GatherLogs(context.Context, *GatherLogsRequest) (*GatherLogsResponse, error)
	GatherLogsDownload(*GatherLogsDownloadRequest, Deployment_GatherLogsDownloadServer) error
	StopConverge(context.Context, *StopConvergeRequest) (*StopConvergeResponse, error)
	StartConverge(context.Context, *StartConvergeRequest) (*StartConvergeResponse, error)
	UpgradeStatus(context.Context, *UpgradeStatusRequest) (*UpgradeStatusResponse, error)
	RestartServices(context.Context, *RestartServicesRequest) (*RestartServicesResponse, error)
	GetAutomateConfig(context.Context, *GetAutomateConfigRequest) (*GetAutomateConfigResponse, error)
	PatchAutomateConfig(context.Context, *PatchAutomateConfigRequest) (*PatchAutomateConfigResponse, error)
	SetAutomateConfig(context.Context, *SetAutomateConfigRequest) (*SetAutomateConfigResponse, error)
	DumpDB(*DumpDBRequest, Deployment_DumpDBServer) error
	ManifestVersion(context.Context, *ManifestVersionRequest) (*ManifestVersionResponse, error)
	CreateBackup(context.Context, *CreateBackupRequest) (*CreateBackupResponse, error)
	ListBackups(context.Context, *ListBackupsRequest) (*ListBackupsResponse, error)
	ShowBackup(context.Context, *ShowBackupRequest) (*ShowBackupResponse, error)
	DeleteBackups(context.Context, *DeleteBackupsRequest) (*DeleteBackupsResponse, error)
	RestoreBackup(context.Context, *RestoreBackupRequest) (*RestoreBackupResponse, error)
	BackupStatus(context.Context, *BackupStatusRequest) (*BackupStatusResponse, error)
	CancelBackup(context.Context, *CancelBackupRequest) (*CancelBackupResponse, error)
	Upgrade(context.Context, *UpgradeRequest) (*UpgradeResponse, error)
	SetLogLevel(context.Context, *SetLogLevelRequest) (*SetLogLevelResponse, error)
	GenerateAdminToken(context.Context, *GenerateAdminTokenRequest) (*GenerateAdminTokenResponse, error)
	DeployID(context.Context, *DeployIDRequest) (*DeployIDResponse, error)
	CurrentReleaseManifest(context.Context, *CurrentReleaseManifestRequest) (*ReleaseManifest, error)
	A1UpgradeStatus(*A1UpgradeStatusRequest, Deployment_A1UpgradeStatusServer) error
	NodeInventory(context.Context, *NodeInventoryRequest) (*NodeInventoryResponse, error)
	InfrastructureNodeDelete(context.Context, *InfrastructureNodeDeleteRequest) (*InfrastructureNodeDeleteResponse, error)
	Usage(context.Context, *UsageRequest) (*UsageResponse, error)
	GetCLIExecutable(*GetCLIExecutableRequest, Deployment_GetCLIExecutableServer) error
}

DeploymentServer is the server API for Deployment service.

type DeploymentStatus

type DeploymentStatus struct {
	Msg                  string   `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty" toml:"msg,omitempty" mapstructure:"msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DeploymentStatus) Descriptor

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

func (*DeploymentStatus) GetMsg

func (m *DeploymentStatus) GetMsg() string

func (*DeploymentStatus) ProtoMessage

func (*DeploymentStatus) ProtoMessage()

func (*DeploymentStatus) Reset

func (m *DeploymentStatus) Reset()

func (*DeploymentStatus) String

func (m *DeploymentStatus) String() string

func (*DeploymentStatus) XXX_DiscardUnknown

func (m *DeploymentStatus) XXX_DiscardUnknown()

func (*DeploymentStatus) XXX_Marshal

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

func (*DeploymentStatus) XXX_Merge

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

func (*DeploymentStatus) XXX_Size

func (m *DeploymentStatus) XXX_Size() int

func (*DeploymentStatus) XXX_Unmarshal

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

type Deployment_A1UpgradeStatusClient

type Deployment_A1UpgradeStatusClient interface {
	Recv() (*A1UpgradeStatusResponse, error)
	grpc.ClientStream
}

type Deployment_A1UpgradeStatusServer

type Deployment_A1UpgradeStatusServer interface {
	Send(*A1UpgradeStatusResponse) error
	grpc.ServerStream
}

type Deployment_DeployStatusClient

type Deployment_DeployStatusClient interface {
	Recv() (*DeployEvent, error)
	grpc.ClientStream
}

type Deployment_DeployStatusServer

type Deployment_DeployStatusServer interface {
	Send(*DeployEvent) error
	grpc.ServerStream
}

type Deployment_DumpDBClient

type Deployment_DumpDBClient interface {
	Recv() (*DumpDBResponse, error)
	grpc.ClientStream
}

type Deployment_DumpDBServer

type Deployment_DumpDBServer interface {
	Send(*DumpDBResponse) error
	grpc.ServerStream
}

type Deployment_GatherLogsDownloadClient

type Deployment_GatherLogsDownloadClient interface {
	Recv() (*GatherLogsDownloadResponse, error)
	grpc.ClientStream
}

type Deployment_GatherLogsDownloadServer

type Deployment_GatherLogsDownloadServer interface {
	Send(*GatherLogsDownloadResponse) error
	grpc.ServerStream
}

type Deployment_GetCLIExecutableClient

type Deployment_GetCLIExecutableClient interface {
	Recv() (*GetCLIExecutableResponse, error)
	grpc.ClientStream
}

type Deployment_GetCLIExecutableServer

type Deployment_GetCLIExecutableServer interface {
	Send(*GetCLIExecutableResponse) error
	grpc.ServerStream
}

type Deployment_SystemLogsClient

type Deployment_SystemLogsClient interface {
	Recv() (*LogLine, error)
	grpc.ClientStream
}

type Deployment_SystemLogsServer

type Deployment_SystemLogsServer interface {
	Send(*LogLine) error
	grpc.ServerStream
}

type DumpDBRequest

type DumpDBRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DumpDBRequest) Descriptor

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

func (*DumpDBRequest) ProtoMessage

func (*DumpDBRequest) ProtoMessage()

func (*DumpDBRequest) Reset

func (m *DumpDBRequest) Reset()

func (*DumpDBRequest) String

func (m *DumpDBRequest) String() string

func (*DumpDBRequest) XXX_DiscardUnknown

func (m *DumpDBRequest) XXX_DiscardUnknown()

func (*DumpDBRequest) XXX_Marshal

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

func (*DumpDBRequest) XXX_Merge

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

func (*DumpDBRequest) XXX_Size

func (m *DumpDBRequest) XXX_Size() int

func (*DumpDBRequest) XXX_Unmarshal

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

type DumpDBResponse

type DumpDBResponse struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty" toml:"data,omitempty" mapstructure:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*DumpDBResponse) Descriptor

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

func (*DumpDBResponse) GetData

func (m *DumpDBResponse) GetData() []byte

func (*DumpDBResponse) ProtoMessage

func (*DumpDBResponse) ProtoMessage()

func (*DumpDBResponse) Reset

func (m *DumpDBResponse) Reset()

func (*DumpDBResponse) String

func (m *DumpDBResponse) String() string

func (*DumpDBResponse) XXX_DiscardUnknown

func (m *DumpDBResponse) XXX_DiscardUnknown()

func (*DumpDBResponse) XXX_Marshal

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

func (*DumpDBResponse) XXX_Merge

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

func (*DumpDBResponse) XXX_Size

func (m *DumpDBResponse) XXX_Size() int

func (*DumpDBResponse) XXX_Unmarshal

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

type FormattedBackupTask

type FormattedBackupTask struct {
	Id    string `json:"id"`
	State string `json:"state"`
}

type FormattedServiceStatus

type FormattedServiceStatus struct {
	Name   string `json:"name"`
	State  string `json:"state"`
	Health string `json:"health"`
	Uptime string `json:"uptime"`
	Pid    string `json:"pid"`
}

FormattedServiceStatus is a translation of api.ServiceStatus to include string formats for non-string types.

type GatherLogsDownloadRequest

type GatherLogsDownloadRequest struct {
	BundleName           string   `` /* 157-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*GatherLogsDownloadRequest) Descriptor

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

func (*GatherLogsDownloadRequest) GetBundleName

func (m *GatherLogsDownloadRequest) GetBundleName() string

func (*GatherLogsDownloadRequest) ProtoMessage

func (*GatherLogsDownloadRequest) ProtoMessage()

func (*GatherLogsDownloadRequest) Reset

func (m *GatherLogsDownloadRequest) Reset()

func (*GatherLogsDownloadRequest) String

func (m *GatherLogsDownloadRequest) String() string

func (*GatherLogsDownloadRequest) XXX_DiscardUnknown

func (m *GatherLogsDownloadRequest) XXX_DiscardUnknown()

func (*GatherLogsDownloadRequest) XXX_Marshal

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

func (*GatherLogsDownloadRequest) XXX_Merge

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

func (*GatherLogsDownloadRequest) XXX_Size

func (m *GatherLogsDownloadRequest) XXX_Size() int

func (*GatherLogsDownloadRequest) XXX_Unmarshal

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

type GatherLogsDownloadResponse

type GatherLogsDownloadResponse struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty" toml:"data,omitempty" mapstructure:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*GatherLogsDownloadResponse) Descriptor

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

func (*GatherLogsDownloadResponse) GetData

func (m *GatherLogsDownloadResponse) GetData() []byte

func (*GatherLogsDownloadResponse) ProtoMessage

func (*GatherLogsDownloadResponse) ProtoMessage()

func (*GatherLogsDownloadResponse) Reset

func (m *GatherLogsDownloadResponse) Reset()

func (*GatherLogsDownloadResponse) String

func (m *GatherLogsDownloadResponse) String() string

func (*GatherLogsDownloadResponse) XXX_DiscardUnknown

func (m *GatherLogsDownloadResponse) XXX_DiscardUnknown()

func (*GatherLogsDownloadResponse) XXX_Marshal

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

func (*GatherLogsDownloadResponse) XXX_Merge

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

func (*GatherLogsDownloadResponse) XXX_Size

func (m *GatherLogsDownloadResponse) XXX_Size() int

func (*GatherLogsDownloadResponse) XXX_Unmarshal

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

type GatherLogsRequest

type GatherLogsRequest struct {
	// log_lines is the number of log lines we will collect from
	// the system log (journald). A log_size of 0 means collect
	// all logs.
	LogLines             uint64   `` /* 148-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*GatherLogsRequest) Descriptor

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

func (*GatherLogsRequest) GetLogLines

func (m *GatherLogsRequest) GetLogLines() uint64

func (*GatherLogsRequest) ProtoMessage

func (*GatherLogsRequest) ProtoMessage()

func (*GatherLogsRequest) Reset

func (m *GatherLogsRequest) Reset()

func (*GatherLogsRequest) String

func (m *GatherLogsRequest) String() string

func (*GatherLogsRequest) XXX_DiscardUnknown

func (m *GatherLogsRequest) XXX_DiscardUnknown()

func (*GatherLogsRequest) XXX_Marshal

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

func (*GatherLogsRequest) XXX_Merge

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

func (*GatherLogsRequest) XXX_Size

func (m *GatherLogsRequest) XXX_Size() int

func (*GatherLogsRequest) XXX_Unmarshal

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

type GatherLogsResponse

type GatherLogsResponse struct {
	BundleName           string   `` /* 157-byte string literal not displayed */
	BundleChecksum       string   `` /* 177-byte string literal not displayed */
	BundleSize           int64    `` /* 158-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*GatherLogsResponse) Descriptor

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

func (*GatherLogsResponse) GetBundleChecksum

func (m *GatherLogsResponse) GetBundleChecksum() string

func (*GatherLogsResponse) GetBundleName

func (m *GatherLogsResponse) GetBundleName() string

func (*GatherLogsResponse) GetBundleSize

func (m *GatherLogsResponse) GetBundleSize() int64

func (*GatherLogsResponse) ProtoMessage

func (*GatherLogsResponse) ProtoMessage()

func (*GatherLogsResponse) Reset

func (m *GatherLogsResponse) Reset()

func (*GatherLogsResponse) String

func (m *GatherLogsResponse) String() string

func (*GatherLogsResponse) XXX_DiscardUnknown

func (m *GatherLogsResponse) XXX_DiscardUnknown()

func (*GatherLogsResponse) XXX_Marshal

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

func (*GatherLogsResponse) XXX_Merge

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

func (*GatherLogsResponse) XXX_Size

func (m *GatherLogsResponse) XXX_Size() int

func (*GatherLogsResponse) XXX_Unmarshal

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

type GenerateAdminTokenRequest

type GenerateAdminTokenRequest struct {
	Description          string   `` /* 141-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*GenerateAdminTokenRequest) Descriptor

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

func (*GenerateAdminTokenRequest) GetDescription

func (m *GenerateAdminTokenRequest) GetDescription() string

func (*GenerateAdminTokenRequest) ProtoMessage

func (*GenerateAdminTokenRequest) ProtoMessage()

func (*GenerateAdminTokenRequest) Reset

func (m *GenerateAdminTokenRequest) Reset()

func (*GenerateAdminTokenRequest) String

func (m *GenerateAdminTokenRequest) String() string

func (*GenerateAdminTokenRequest) XXX_DiscardUnknown

func (m *GenerateAdminTokenRequest) XXX_DiscardUnknown()

func (*GenerateAdminTokenRequest) XXX_Marshal

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

func (*GenerateAdminTokenRequest) XXX_Merge

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

func (*GenerateAdminTokenRequest) XXX_Size

func (m *GenerateAdminTokenRequest) XXX_Size() int

func (*GenerateAdminTokenRequest) XXX_Unmarshal

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

type GenerateAdminTokenResponse

type GenerateAdminTokenResponse struct {
	ApiToken             string   `` /* 147-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*GenerateAdminTokenResponse) Descriptor

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

func (*GenerateAdminTokenResponse) GetApiToken

func (m *GenerateAdminTokenResponse) GetApiToken() string

func (*GenerateAdminTokenResponse) ProtoMessage

func (*GenerateAdminTokenResponse) ProtoMessage()

func (*GenerateAdminTokenResponse) Reset

func (m *GenerateAdminTokenResponse) Reset()

func (*GenerateAdminTokenResponse) String

func (m *GenerateAdminTokenResponse) String() string

func (*GenerateAdminTokenResponse) XXX_DiscardUnknown

func (m *GenerateAdminTokenResponse) XXX_DiscardUnknown()

func (*GenerateAdminTokenResponse) XXX_Marshal

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

func (*GenerateAdminTokenResponse) XXX_Merge

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

func (*GenerateAdminTokenResponse) XXX_Size

func (m *GenerateAdminTokenResponse) XXX_Size() int

func (*GenerateAdminTokenResponse) XXX_Unmarshal

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

type GetAutomateConfigRequest

type GetAutomateConfigRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

AutomateConfig Messages

func (*GetAutomateConfigRequest) Descriptor

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

func (*GetAutomateConfigRequest) ProtoMessage

func (*GetAutomateConfigRequest) ProtoMessage()

func (*GetAutomateConfigRequest) Reset

func (m *GetAutomateConfigRequest) Reset()

func (*GetAutomateConfigRequest) String

func (m *GetAutomateConfigRequest) String() string

func (*GetAutomateConfigRequest) XXX_DiscardUnknown

func (m *GetAutomateConfigRequest) XXX_DiscardUnknown()

func (*GetAutomateConfigRequest) XXX_Marshal

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

func (*GetAutomateConfigRequest) XXX_Merge

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

func (*GetAutomateConfigRequest) XXX_Size

func (m *GetAutomateConfigRequest) XXX_Size() int

func (*GetAutomateConfigRequest) XXX_Unmarshal

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

type GetAutomateConfigResponse

type GetAutomateConfigResponse struct {
	Config               *deployment.AutomateConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty" toml:"config,omitempty" mapstructure:"config,omitempty"`
	Hash                 uint64                     `protobuf:"varint,2,opt,name=hash,proto3" json:"hash,omitempty" toml:"hash,omitempty" mapstructure:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte                     `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                      `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*GetAutomateConfigResponse) Descriptor

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

func (*GetAutomateConfigResponse) GetConfig

func (*GetAutomateConfigResponse) GetHash

func (m *GetAutomateConfigResponse) GetHash() uint64

func (*GetAutomateConfigResponse) ProtoMessage

func (*GetAutomateConfigResponse) ProtoMessage()

func (*GetAutomateConfigResponse) Reset

func (m *GetAutomateConfigResponse) Reset()

func (*GetAutomateConfigResponse) String

func (m *GetAutomateConfigResponse) String() string

func (*GetAutomateConfigResponse) XXX_DiscardUnknown

func (m *GetAutomateConfigResponse) XXX_DiscardUnknown()

func (*GetAutomateConfigResponse) XXX_Marshal

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

func (*GetAutomateConfigResponse) XXX_Merge

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

func (*GetAutomateConfigResponse) XXX_Size

func (m *GetAutomateConfigResponse) XXX_Size() int

func (*GetAutomateConfigResponse) XXX_Unmarshal

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

type GetCLIExecutableRequest

type GetCLIExecutableRequest struct {
	Platform             string   `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*GetCLIExecutableRequest) Descriptor

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

func (*GetCLIExecutableRequest) GetPlatform

func (m *GetCLIExecutableRequest) GetPlatform() string

func (*GetCLIExecutableRequest) ProtoMessage

func (*GetCLIExecutableRequest) ProtoMessage()

func (*GetCLIExecutableRequest) Reset

func (m *GetCLIExecutableRequest) Reset()

func (*GetCLIExecutableRequest) String

func (m *GetCLIExecutableRequest) String() string

func (*GetCLIExecutableRequest) XXX_DiscardUnknown

func (m *GetCLIExecutableRequest) XXX_DiscardUnknown()

func (*GetCLIExecutableRequest) XXX_Marshal

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

func (*GetCLIExecutableRequest) XXX_Merge

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

func (*GetCLIExecutableRequest) XXX_Size

func (m *GetCLIExecutableRequest) XXX_Size() int

func (*GetCLIExecutableRequest) XXX_Unmarshal

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

type GetCLIExecutableResponse

type GetCLIExecutableResponse struct {
	Version              string   `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"`
	Data                 []byte   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty" toml:"data,omitempty" mapstructure:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*GetCLIExecutableResponse) Descriptor

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

func (*GetCLIExecutableResponse) GetData

func (m *GetCLIExecutableResponse) GetData() []byte

func (*GetCLIExecutableResponse) GetVersion

func (m *GetCLIExecutableResponse) GetVersion() string

func (*GetCLIExecutableResponse) ProtoMessage

func (*GetCLIExecutableResponse) ProtoMessage()

func (*GetCLIExecutableResponse) Reset

func (m *GetCLIExecutableResponse) Reset()

func (*GetCLIExecutableResponse) String

func (m *GetCLIExecutableResponse) String() string

func (*GetCLIExecutableResponse) XXX_DiscardUnknown

func (m *GetCLIExecutableResponse) XXX_DiscardUnknown()

func (*GetCLIExecutableResponse) XXX_Marshal

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

func (*GetCLIExecutableResponse) XXX_Merge

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

func (*GetCLIExecutableResponse) XXX_Size

func (m *GetCLIExecutableResponse) XXX_Size() int

func (*GetCLIExecutableResponse) XXX_Unmarshal

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

type InfrastructureNodeDeleteRequest

type InfrastructureNodeDeleteRequest struct {
	NodeId               string   `` /* 137-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*InfrastructureNodeDeleteRequest) Descriptor

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

func (*InfrastructureNodeDeleteRequest) GetNodeId

func (m *InfrastructureNodeDeleteRequest) GetNodeId() string

func (*InfrastructureNodeDeleteRequest) ProtoMessage

func (*InfrastructureNodeDeleteRequest) ProtoMessage()

func (*InfrastructureNodeDeleteRequest) Reset

func (*InfrastructureNodeDeleteRequest) String

func (*InfrastructureNodeDeleteRequest) XXX_DiscardUnknown

func (m *InfrastructureNodeDeleteRequest) XXX_DiscardUnknown()

func (*InfrastructureNodeDeleteRequest) XXX_Marshal

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

func (*InfrastructureNodeDeleteRequest) XXX_Merge

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

func (*InfrastructureNodeDeleteRequest) XXX_Size

func (m *InfrastructureNodeDeleteRequest) XXX_Size() int

func (*InfrastructureNodeDeleteRequest) XXX_Unmarshal

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

type InfrastructureNodeDeleteResponse

type InfrastructureNodeDeleteResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*InfrastructureNodeDeleteResponse) Descriptor

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

func (*InfrastructureNodeDeleteResponse) ProtoMessage

func (*InfrastructureNodeDeleteResponse) ProtoMessage()

func (*InfrastructureNodeDeleteResponse) Reset

func (*InfrastructureNodeDeleteResponse) String

func (*InfrastructureNodeDeleteResponse) XXX_DiscardUnknown

func (m *InfrastructureNodeDeleteResponse) XXX_DiscardUnknown()

func (*InfrastructureNodeDeleteResponse) XXX_Marshal

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

func (*InfrastructureNodeDeleteResponse) XXX_Merge

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

func (*InfrastructureNodeDeleteResponse) XXX_Size

func (m *InfrastructureNodeDeleteResponse) XXX_Size() int

func (*InfrastructureNodeDeleteResponse) XXX_Unmarshal

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

type InventoryNode

type InventoryNode struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	Organization         string   `` /* 145-byte string literal not displayed */
	Status               string   `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"`
	PlatformFamily       string   `` /* 177-byte string literal not displayed */
	Platform             string   `` /* 129-byte string literal not displayed */
	PlatformVersion      string   `` /* 182-byte string literal not displayed */
	Checkin              string   `protobuf:"bytes,7,opt,name=checkin,proto3" json:"checkin,omitempty" toml:"checkin,omitempty" mapstructure:"checkin,omitempty"`
	ClientVersion        string   `` /* 172-byte string literal not displayed */
	Ec2InstanceId        string   `` /* 176-byte string literal not displayed */
	Ec2InstanceType      string   `` /* 187-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*InventoryNode) Descriptor

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

func (*InventoryNode) GetCheckin

func (m *InventoryNode) GetCheckin() string

func (*InventoryNode) GetClientVersion

func (m *InventoryNode) GetClientVersion() string

func (*InventoryNode) GetEc2InstanceId

func (m *InventoryNode) GetEc2InstanceId() string

func (*InventoryNode) GetEc2InstanceType

func (m *InventoryNode) GetEc2InstanceType() string

func (*InventoryNode) GetName

func (m *InventoryNode) GetName() string

func (*InventoryNode) GetOrganization

func (m *InventoryNode) GetOrganization() string

func (*InventoryNode) GetPlatform

func (m *InventoryNode) GetPlatform() string

func (*InventoryNode) GetPlatformFamily

func (m *InventoryNode) GetPlatformFamily() string

func (*InventoryNode) GetPlatformVersion

func (m *InventoryNode) GetPlatformVersion() string

func (*InventoryNode) GetStatus

func (m *InventoryNode) GetStatus() string

func (*InventoryNode) ProtoMessage

func (*InventoryNode) ProtoMessage()

func (*InventoryNode) Reset

func (m *InventoryNode) Reset()

func (*InventoryNode) String

func (m *InventoryNode) String() string

func (*InventoryNode) XXX_DiscardUnknown

func (m *InventoryNode) XXX_DiscardUnknown()

func (*InventoryNode) XXX_Marshal

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

func (*InventoryNode) XXX_Merge

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

func (*InventoryNode) XXX_Size

func (m *InventoryNode) XXX_Size() int

func (*InventoryNode) XXX_Unmarshal

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

type LicenseApplyRequest

type LicenseApplyRequest struct {
	License              string   `protobuf:"bytes,1,opt,name=license,proto3" json:"license,omitempty" toml:"license,omitempty" mapstructure:"license,omitempty"`
	Force                bool     `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty" toml:"force,omitempty" mapstructure:"force,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*LicenseApplyRequest) Descriptor

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

func (*LicenseApplyRequest) GetForce

func (m *LicenseApplyRequest) GetForce() bool

func (*LicenseApplyRequest) GetLicense

func (m *LicenseApplyRequest) GetLicense() string

func (*LicenseApplyRequest) ProtoMessage

func (*LicenseApplyRequest) ProtoMessage()

func (*LicenseApplyRequest) Reset

func (m *LicenseApplyRequest) Reset()

func (*LicenseApplyRequest) String

func (m *LicenseApplyRequest) String() string

func (*LicenseApplyRequest) XXX_DiscardUnknown

func (m *LicenseApplyRequest) XXX_DiscardUnknown()

func (*LicenseApplyRequest) XXX_Marshal

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

func (*LicenseApplyRequest) XXX_Merge

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

func (*LicenseApplyRequest) XXX_Size

func (m *LicenseApplyRequest) XXX_Size() int

func (*LicenseApplyRequest) XXX_Unmarshal

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

type LicenseApplyResponse

type LicenseApplyResponse struct {
	Updated              bool     `` /* 126-byte string literal not displayed */
	Message              string   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty" toml:"message,omitempty" mapstructure:"message,omitempty"`
	Duplicate            bool     `` /* 134-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*LicenseApplyResponse) Descriptor

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

func (*LicenseApplyResponse) GetDuplicate

func (m *LicenseApplyResponse) GetDuplicate() bool

func (*LicenseApplyResponse) GetMessage

func (m *LicenseApplyResponse) GetMessage() string

func (*LicenseApplyResponse) GetUpdated

func (m *LicenseApplyResponse) GetUpdated() bool

func (*LicenseApplyResponse) ProtoMessage

func (*LicenseApplyResponse) ProtoMessage()

func (*LicenseApplyResponse) Reset

func (m *LicenseApplyResponse) Reset()

func (*LicenseApplyResponse) String

func (m *LicenseApplyResponse) String() string

func (*LicenseApplyResponse) XXX_DiscardUnknown

func (m *LicenseApplyResponse) XXX_DiscardUnknown()

func (*LicenseApplyResponse) XXX_Marshal

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

func (*LicenseApplyResponse) XXX_Merge

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

func (*LicenseApplyResponse) XXX_Size

func (m *LicenseApplyResponse) XXX_Size() int

func (*LicenseApplyResponse) XXX_Unmarshal

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

type LicenseStatusRequest

type LicenseStatusRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*LicenseStatusRequest) Descriptor

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

func (*LicenseStatusRequest) ProtoMessage

func (*LicenseStatusRequest) ProtoMessage()

func (*LicenseStatusRequest) Reset

func (m *LicenseStatusRequest) Reset()

func (*LicenseStatusRequest) String

func (m *LicenseStatusRequest) String() string

func (*LicenseStatusRequest) XXX_DiscardUnknown

func (m *LicenseStatusRequest) XXX_DiscardUnknown()

func (*LicenseStatusRequest) XXX_Marshal

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

func (*LicenseStatusRequest) XXX_Merge

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

func (*LicenseStatusRequest) XXX_Size

func (m *LicenseStatusRequest) XXX_Size() int

func (*LicenseStatusRequest) XXX_Unmarshal

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

type LicenseStatusResponse

type LicenseStatusResponse struct {
	Set                  bool                 `protobuf:"varint,1,opt,name=set,proto3" json:"set,omitempty" toml:"set,omitempty" mapstructure:"set,omitempty"`
	LicenseId            string               `` /* 152-byte string literal not displayed */
	CustomerName         string               `` /* 167-byte string literal not displayed */
	ExpirationDate       *timestamp.Timestamp `` /* 177-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte               `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*LicenseStatusResponse) Descriptor

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

func (*LicenseStatusResponse) GetCustomerName

func (m *LicenseStatusResponse) GetCustomerName() string

func (*LicenseStatusResponse) GetExpirationDate

func (m *LicenseStatusResponse) GetExpirationDate() *timestamp.Timestamp

func (*LicenseStatusResponse) GetLicenseId

func (m *LicenseStatusResponse) GetLicenseId() string

func (*LicenseStatusResponse) GetSet

func (m *LicenseStatusResponse) GetSet() bool

func (*LicenseStatusResponse) ProtoMessage

func (*LicenseStatusResponse) ProtoMessage()

func (*LicenseStatusResponse) Reset

func (m *LicenseStatusResponse) Reset()

func (*LicenseStatusResponse) String

func (m *LicenseStatusResponse) String() string

func (*LicenseStatusResponse) XXX_DiscardUnknown

func (m *LicenseStatusResponse) XXX_DiscardUnknown()

func (*LicenseStatusResponse) XXX_Marshal

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

func (*LicenseStatusResponse) XXX_Merge

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

func (*LicenseStatusResponse) XXX_Size

func (m *LicenseStatusResponse) XXX_Size() int

func (*LicenseStatusResponse) XXX_Unmarshal

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

type ListBackupsRequest

type ListBackupsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*ListBackupsRequest) Descriptor

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

func (*ListBackupsRequest) ProtoMessage

func (*ListBackupsRequest) ProtoMessage()

func (*ListBackupsRequest) Reset

func (m *ListBackupsRequest) Reset()

func (*ListBackupsRequest) String

func (m *ListBackupsRequest) String() string

func (*ListBackupsRequest) XXX_DiscardUnknown

func (m *ListBackupsRequest) XXX_DiscardUnknown()

func (*ListBackupsRequest) XXX_Marshal

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

func (*ListBackupsRequest) XXX_Merge

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

func (*ListBackupsRequest) XXX_Size

func (m *ListBackupsRequest) XXX_Size() int

func (*ListBackupsRequest) XXX_Unmarshal

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

type ListBackupsResponse

type ListBackupsResponse struct {
	Backups              []*BackupTask `protobuf:"bytes,2,rep,name=backups,proto3" json:"backups,omitempty" toml:"backups,omitempty" mapstructure:"backups,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte        `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32         `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*ListBackupsResponse) Descriptor

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

func (*ListBackupsResponse) GetBackups

func (m *ListBackupsResponse) GetBackups() []*BackupTask

func (*ListBackupsResponse) ProtoMessage

func (*ListBackupsResponse) ProtoMessage()

func (*ListBackupsResponse) Reset

func (m *ListBackupsResponse) Reset()

func (*ListBackupsResponse) String

func (m *ListBackupsResponse) String() string

func (*ListBackupsResponse) XXX_DiscardUnknown

func (m *ListBackupsResponse) XXX_DiscardUnknown()

func (*ListBackupsResponse) XXX_Marshal

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

func (*ListBackupsResponse) XXX_Merge

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

func (*ListBackupsResponse) XXX_Size

func (m *ListBackupsResponse) XXX_Size() int

func (*ListBackupsResponse) XXX_Unmarshal

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

type LogLine

type LogLine struct {
	Line                 string   `protobuf:"bytes,1,opt,name=line,proto3" json:"line,omitempty" toml:"line,omitempty" mapstructure:"line,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*LogLine) Descriptor

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

func (*LogLine) GetLine

func (m *LogLine) GetLine() string

func (*LogLine) ProtoMessage

func (*LogLine) ProtoMessage()

func (*LogLine) Reset

func (m *LogLine) Reset()

func (*LogLine) String

func (m *LogLine) String() string

func (*LogLine) XXX_DiscardUnknown

func (m *LogLine) XXX_DiscardUnknown()

func (*LogLine) XXX_Marshal

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

func (*LogLine) XXX_Merge

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

func (*LogLine) XXX_Size

func (m *LogLine) XXX_Size() int

func (*LogLine) XXX_Unmarshal

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

type ManifestVersionRequest

type ManifestVersionRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*ManifestVersionRequest) Descriptor

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

func (*ManifestVersionRequest) ProtoMessage

func (*ManifestVersionRequest) ProtoMessage()

func (*ManifestVersionRequest) Reset

func (m *ManifestVersionRequest) Reset()

func (*ManifestVersionRequest) String

func (m *ManifestVersionRequest) String() string

func (*ManifestVersionRequest) XXX_DiscardUnknown

func (m *ManifestVersionRequest) XXX_DiscardUnknown()

func (*ManifestVersionRequest) XXX_Marshal

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

func (*ManifestVersionRequest) XXX_Merge

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

func (*ManifestVersionRequest) XXX_Size

func (m *ManifestVersionRequest) XXX_Size() int

func (*ManifestVersionRequest) XXX_Unmarshal

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

type ManifestVersionResponse

type ManifestVersionResponse struct {
	BuildTimestamp       string   `` /* 177-byte string literal not displayed */
	BuildSha             string   `` /* 147-byte string literal not displayed */
	CliRelease           string   `` /* 157-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*ManifestVersionResponse) Descriptor

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

func (*ManifestVersionResponse) GetBuildSha

func (m *ManifestVersionResponse) GetBuildSha() string

func (*ManifestVersionResponse) GetBuildTimestamp

func (m *ManifestVersionResponse) GetBuildTimestamp() string

func (*ManifestVersionResponse) GetCliRelease

func (m *ManifestVersionResponse) GetCliRelease() string

func (*ManifestVersionResponse) ProtoMessage

func (*ManifestVersionResponse) ProtoMessage()

func (*ManifestVersionResponse) Reset

func (m *ManifestVersionResponse) Reset()

func (*ManifestVersionResponse) String

func (m *ManifestVersionResponse) String() string

func (*ManifestVersionResponse) XXX_DiscardUnknown

func (m *ManifestVersionResponse) XXX_DiscardUnknown()

func (*ManifestVersionResponse) XXX_Marshal

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

func (*ManifestVersionResponse) XXX_Merge

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

func (*ManifestVersionResponse) XXX_Size

func (m *ManifestVersionResponse) XXX_Size() int

func (*ManifestVersionResponse) XXX_Unmarshal

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

type NewDeploymentRequest

type NewDeploymentRequest struct {
	Config               *deployment.AutomateConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty" toml:"config,omitempty" mapstructure:"config,omitempty"`
	PackageOptions       *PackageOptions            `` /* 177-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte                     `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                      `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*NewDeploymentRequest) Descriptor

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

func (*NewDeploymentRequest) GetConfig

func (*NewDeploymentRequest) GetPackageOptions

func (m *NewDeploymentRequest) GetPackageOptions() *PackageOptions

func (*NewDeploymentRequest) ProtoMessage

func (*NewDeploymentRequest) ProtoMessage()

func (*NewDeploymentRequest) Reset

func (m *NewDeploymentRequest) Reset()

func (*NewDeploymentRequest) String

func (m *NewDeploymentRequest) String() string

func (*NewDeploymentRequest) XXX_DiscardUnknown

func (m *NewDeploymentRequest) XXX_DiscardUnknown()

func (*NewDeploymentRequest) XXX_Marshal

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

func (*NewDeploymentRequest) XXX_Merge

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

func (*NewDeploymentRequest) XXX_Size

func (m *NewDeploymentRequest) XXX_Size() int

func (*NewDeploymentRequest) XXX_Unmarshal

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

type NodeInventoryRequest

type NodeInventoryRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*NodeInventoryRequest) Descriptor

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

func (*NodeInventoryRequest) ProtoMessage

func (*NodeInventoryRequest) ProtoMessage()

func (*NodeInventoryRequest) Reset

func (m *NodeInventoryRequest) Reset()

func (*NodeInventoryRequest) String

func (m *NodeInventoryRequest) String() string

func (*NodeInventoryRequest) XXX_DiscardUnknown

func (m *NodeInventoryRequest) XXX_DiscardUnknown()

func (*NodeInventoryRequest) XXX_Marshal

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

func (*NodeInventoryRequest) XXX_Merge

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

func (*NodeInventoryRequest) XXX_Size

func (m *NodeInventoryRequest) XXX_Size() int

func (*NodeInventoryRequest) XXX_Unmarshal

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

type NodeInventoryResponse

type NodeInventoryResponse struct {
	Nodes                []*InventoryNode `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty" toml:"nodes,omitempty" mapstructure:"nodes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte           `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32            `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*NodeInventoryResponse) Descriptor

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

func (*NodeInventoryResponse) GetNodes

func (m *NodeInventoryResponse) GetNodes() []*InventoryNode

func (*NodeInventoryResponse) ProtoMessage

func (*NodeInventoryResponse) ProtoMessage()

func (*NodeInventoryResponse) Reset

func (m *NodeInventoryResponse) Reset()

func (*NodeInventoryResponse) String

func (m *NodeInventoryResponse) String() string

func (*NodeInventoryResponse) XXX_DiscardUnknown

func (m *NodeInventoryResponse) XXX_DiscardUnknown()

func (*NodeInventoryResponse) XXX_Marshal

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

func (*NodeInventoryResponse) XXX_Merge

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

func (*NodeInventoryResponse) XXX_Size

func (m *NodeInventoryResponse) XXX_Size() int

func (*NodeInventoryResponse) XXX_Unmarshal

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

type NodeUsage

type NodeUsage struct {
	Id                   string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	LastSeen             string            `` /* 147-byte string literal not displayed */
	LastCcrReceived      string            `` /* 186-byte string literal not displayed */
	CheckinType          string            `` /* 162-byte string literal not displayed */
	Metadata             map[string]string `` /* 217-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte            `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32             `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*NodeUsage) Descriptor

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

func (*NodeUsage) GetCheckinType

func (m *NodeUsage) GetCheckinType() string

func (*NodeUsage) GetId

func (m *NodeUsage) GetId() string

func (*NodeUsage) GetLastCcrReceived

func (m *NodeUsage) GetLastCcrReceived() string

func (*NodeUsage) GetLastSeen

func (m *NodeUsage) GetLastSeen() string

func (*NodeUsage) GetMetadata

func (m *NodeUsage) GetMetadata() map[string]string

func (*NodeUsage) ProtoMessage

func (*NodeUsage) ProtoMessage()

func (*NodeUsage) Reset

func (m *NodeUsage) Reset()

func (*NodeUsage) String

func (m *NodeUsage) String() string

func (*NodeUsage) XXX_DiscardUnknown

func (m *NodeUsage) XXX_DiscardUnknown()

func (*NodeUsage) XXX_Marshal

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

func (*NodeUsage) XXX_Merge

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

func (*NodeUsage) XXX_Size

func (m *NodeUsage) XXX_Size() int

func (*NodeUsage) XXX_Unmarshal

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

type PackageOptions

type PackageOptions struct {
	OverrideOrigin       string   `` /* 177-byte string literal not displayed */
	HartifactsPath       string   `` /* 177-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*PackageOptions) Descriptor

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

func (*PackageOptions) GetHartifactsPath

func (m *PackageOptions) GetHartifactsPath() string

func (*PackageOptions) GetOverrideOrigin

func (m *PackageOptions) GetOverrideOrigin() string

func (*PackageOptions) ProtoMessage

func (*PackageOptions) ProtoMessage()

func (*PackageOptions) Reset

func (m *PackageOptions) Reset()

func (*PackageOptions) String

func (m *PackageOptions) String() string

func (*PackageOptions) XXX_DiscardUnknown

func (m *PackageOptions) XXX_DiscardUnknown()

func (*PackageOptions) XXX_Marshal

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

func (*PackageOptions) XXX_Merge

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

func (*PackageOptions) XXX_Size

func (m *PackageOptions) XXX_Size() int

func (*PackageOptions) XXX_Unmarshal

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

type PatchAutomateConfigRequest

type PatchAutomateConfigRequest struct {
	Config               *deployment.AutomateConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty" toml:"config,omitempty" mapstructure:"config,omitempty"`
	Hash                 uint64                     `protobuf:"varint,2,opt,name=hash,proto3" json:"hash,omitempty" toml:"hash,omitempty" mapstructure:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte                     `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                      `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*PatchAutomateConfigRequest) Descriptor

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

func (*PatchAutomateConfigRequest) GetConfig

func (*PatchAutomateConfigRequest) GetHash

func (m *PatchAutomateConfigRequest) GetHash() uint64

func (*PatchAutomateConfigRequest) ProtoMessage

func (*PatchAutomateConfigRequest) ProtoMessage()

func (*PatchAutomateConfigRequest) Reset

func (m *PatchAutomateConfigRequest) Reset()

func (*PatchAutomateConfigRequest) String

func (m *PatchAutomateConfigRequest) String() string

func (*PatchAutomateConfigRequest) XXX_DiscardUnknown

func (m *PatchAutomateConfigRequest) XXX_DiscardUnknown()

func (*PatchAutomateConfigRequest) XXX_Marshal

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

func (*PatchAutomateConfigRequest) XXX_Merge

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

func (*PatchAutomateConfigRequest) XXX_Size

func (m *PatchAutomateConfigRequest) XXX_Size() int

func (*PatchAutomateConfigRequest) XXX_Unmarshal

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

type PatchAutomateConfigResponse

type PatchAutomateConfigResponse struct {
	TaskId               string   `` /* 137-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*PatchAutomateConfigResponse) Descriptor

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

func (*PatchAutomateConfigResponse) GetTaskId

func (m *PatchAutomateConfigResponse) GetTaskId() string

func (*PatchAutomateConfigResponse) ProtoMessage

func (*PatchAutomateConfigResponse) ProtoMessage()

func (*PatchAutomateConfigResponse) Reset

func (m *PatchAutomateConfigResponse) Reset()

func (*PatchAutomateConfigResponse) String

func (m *PatchAutomateConfigResponse) String() string

func (*PatchAutomateConfigResponse) XXX_DiscardUnknown

func (m *PatchAutomateConfigResponse) XXX_DiscardUnknown()

func (*PatchAutomateConfigResponse) XXX_Marshal

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

func (*PatchAutomateConfigResponse) XXX_Merge

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

func (*PatchAutomateConfigResponse) XXX_Size

func (m *PatchAutomateConfigResponse) XXX_Size() int

func (*PatchAutomateConfigResponse) XXX_Unmarshal

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

type PingRequest

type PingRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*PingRequest) Descriptor

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

func (*PingRequest) ProtoMessage

func (*PingRequest) ProtoMessage()

func (*PingRequest) Reset

func (m *PingRequest) Reset()

func (*PingRequest) String

func (m *PingRequest) String() string

func (*PingRequest) XXX_DiscardUnknown

func (m *PingRequest) XXX_DiscardUnknown()

func (*PingRequest) XXX_Marshal

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

func (*PingRequest) XXX_Merge

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

func (*PingRequest) XXX_Size

func (m *PingRequest) XXX_Size() int

func (*PingRequest) XXX_Unmarshal

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

type PingResponse

type PingResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*PingResponse) Descriptor

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

func (*PingResponse) ProtoMessage

func (*PingResponse) ProtoMessage()

func (*PingResponse) Reset

func (m *PingResponse) Reset()

func (*PingResponse) String

func (m *PingResponse) String() string

func (*PingResponse) XXX_DiscardUnknown

func (m *PingResponse) XXX_DiscardUnknown()

func (*PingResponse) XXX_Marshal

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

func (*PingResponse) XXX_Merge

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

func (*PingResponse) XXX_Size

func (m *PingResponse) XXX_Size() int

func (*PingResponse) XXX_Unmarshal

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

type RegenerateRootRequest

type RegenerateRootRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*RegenerateRootRequest) Descriptor

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

func (*RegenerateRootRequest) ProtoMessage

func (*RegenerateRootRequest) ProtoMessage()

func (*RegenerateRootRequest) Reset

func (m *RegenerateRootRequest) Reset()

func (*RegenerateRootRequest) String

func (m *RegenerateRootRequest) String() string

func (*RegenerateRootRequest) XXX_DiscardUnknown

func (m *RegenerateRootRequest) XXX_DiscardUnknown()

func (*RegenerateRootRequest) XXX_Marshal

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

func (*RegenerateRootRequest) XXX_Merge

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

func (*RegenerateRootRequest) XXX_Size

func (m *RegenerateRootRequest) XXX_Size() int

func (*RegenerateRootRequest) XXX_Unmarshal

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

type RegenerateRootResponse

type RegenerateRootResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*RegenerateRootResponse) Descriptor

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

func (*RegenerateRootResponse) ProtoMessage

func (*RegenerateRootResponse) ProtoMessage()

func (*RegenerateRootResponse) Reset

func (m *RegenerateRootResponse) Reset()

func (*RegenerateRootResponse) String

func (m *RegenerateRootResponse) String() string

func (*RegenerateRootResponse) XXX_DiscardUnknown

func (m *RegenerateRootResponse) XXX_DiscardUnknown()

func (*RegenerateRootResponse) XXX_Marshal

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

func (*RegenerateRootResponse) XXX_Merge

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

func (*RegenerateRootResponse) XXX_Size

func (m *RegenerateRootResponse) XXX_Size() int

func (*RegenerateRootResponse) XXX_Unmarshal

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

type ReleaseManifest

type ReleaseManifest struct {
	Json                 []byte   `protobuf:"bytes,1,opt,name=json,proto3" json:"json,omitempty" toml:"json,omitempty" mapstructure:"json,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*ReleaseManifest) Descriptor

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

func (*ReleaseManifest) GetJson

func (m *ReleaseManifest) GetJson() []byte

func (*ReleaseManifest) ProtoMessage

func (*ReleaseManifest) ProtoMessage()

func (*ReleaseManifest) Reset

func (m *ReleaseManifest) Reset()

func (*ReleaseManifest) String

func (m *ReleaseManifest) String() string

func (*ReleaseManifest) XXX_DiscardUnknown

func (m *ReleaseManifest) XXX_DiscardUnknown()

func (*ReleaseManifest) XXX_Marshal

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

func (*ReleaseManifest) XXX_Merge

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

func (*ReleaseManifest) XXX_Size

func (m *ReleaseManifest) XXX_Size() int

func (*ReleaseManifest) XXX_Unmarshal

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

type RemoveRequest

type RemoveRequest struct {
	Services             []string `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*RemoveRequest) Descriptor

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

func (*RemoveRequest) GetServices

func (m *RemoveRequest) GetServices() []string

func (*RemoveRequest) ProtoMessage

func (*RemoveRequest) ProtoMessage()

func (*RemoveRequest) Reset

func (m *RemoveRequest) Reset()

func (*RemoveRequest) String

func (m *RemoveRequest) String() string

func (*RemoveRequest) XXX_DiscardUnknown

func (m *RemoveRequest) XXX_DiscardUnknown()

func (*RemoveRequest) XXX_Marshal

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

func (*RemoveRequest) XXX_Merge

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

func (*RemoveRequest) XXX_Size

func (m *RemoveRequest) XXX_Size() int

func (*RemoveRequest) XXX_Unmarshal

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

type RemoveResponse

type RemoveResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*RemoveResponse) Descriptor

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

func (*RemoveResponse) ProtoMessage

func (*RemoveResponse) ProtoMessage()

func (*RemoveResponse) Reset

func (m *RemoveResponse) Reset()

func (*RemoveResponse) String

func (m *RemoveResponse) String() string

func (*RemoveResponse) XXX_DiscardUnknown

func (m *RemoveResponse) XXX_DiscardUnknown()

func (*RemoveResponse) XXX_Marshal

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

func (*RemoveResponse) XXX_Merge

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

func (*RemoveResponse) XXX_Size

func (m *RemoveResponse) XXX_Size() int

func (*RemoveResponse) XXX_Unmarshal

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

type RestartServicesRequest

type RestartServicesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*RestartServicesRequest) Descriptor

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

func (*RestartServicesRequest) ProtoMessage

func (*RestartServicesRequest) ProtoMessage()

func (*RestartServicesRequest) Reset

func (m *RestartServicesRequest) Reset()

func (*RestartServicesRequest) String

func (m *RestartServicesRequest) String() string

func (*RestartServicesRequest) XXX_DiscardUnknown

func (m *RestartServicesRequest) XXX_DiscardUnknown()

func (*RestartServicesRequest) XXX_Marshal

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

func (*RestartServicesRequest) XXX_Merge

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

func (*RestartServicesRequest) XXX_Size

func (m *RestartServicesRequest) XXX_Size() int

func (*RestartServicesRequest) XXX_Unmarshal

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

type RestartServicesResponse

type RestartServicesResponse struct {
	TaskId               string   `` /* 137-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*RestartServicesResponse) Descriptor

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

func (*RestartServicesResponse) GetTaskId

func (m *RestartServicesResponse) GetTaskId() string

func (*RestartServicesResponse) ProtoMessage

func (*RestartServicesResponse) ProtoMessage()

func (*RestartServicesResponse) Reset

func (m *RestartServicesResponse) Reset()

func (*RestartServicesResponse) String

func (m *RestartServicesResponse) String() string

func (*RestartServicesResponse) XXX_DiscardUnknown

func (m *RestartServicesResponse) XXX_DiscardUnknown()

func (*RestartServicesResponse) XXX_Marshal

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

func (*RestartServicesResponse) XXX_Merge

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

func (*RestartServicesResponse) XXX_Size

func (m *RestartServicesResponse) XXX_Size() int

func (*RestartServicesResponse) XXX_Unmarshal

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

type RestoreBackupRequest

type RestoreBackupRequest struct {
	Restore              *BackupRestoreTask `protobuf:"bytes,1,opt,name=restore,proto3" json:"restore,omitempty" toml:"restore,omitempty" mapstructure:"restore,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte             `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32              `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*RestoreBackupRequest) Descriptor

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

func (*RestoreBackupRequest) GetRestore

func (m *RestoreBackupRequest) GetRestore() *BackupRestoreTask

func (*RestoreBackupRequest) ProtoMessage

func (*RestoreBackupRequest) ProtoMessage()

func (*RestoreBackupRequest) Reset

func (m *RestoreBackupRequest) Reset()

func (*RestoreBackupRequest) String

func (m *RestoreBackupRequest) String() string

func (*RestoreBackupRequest) XXX_DiscardUnknown

func (m *RestoreBackupRequest) XXX_DiscardUnknown()

func (*RestoreBackupRequest) XXX_Marshal

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

func (*RestoreBackupRequest) XXX_Merge

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

func (*RestoreBackupRequest) XXX_Size

func (m *RestoreBackupRequest) XXX_Size() int

func (*RestoreBackupRequest) XXX_Unmarshal

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

type RestoreBackupResponse

type RestoreBackupResponse struct {
	Restore              *BackupRestoreTask `protobuf:"bytes,1,opt,name=restore,proto3" json:"restore,omitempty" toml:"restore,omitempty" mapstructure:"restore,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte             `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32              `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*RestoreBackupResponse) Descriptor

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

func (*RestoreBackupResponse) GetRestore

func (m *RestoreBackupResponse) GetRestore() *BackupRestoreTask

func (*RestoreBackupResponse) ProtoMessage

func (*RestoreBackupResponse) ProtoMessage()

func (*RestoreBackupResponse) Reset

func (m *RestoreBackupResponse) Reset()

func (*RestoreBackupResponse) String

func (m *RestoreBackupResponse) String() string

func (*RestoreBackupResponse) XXX_DiscardUnknown

func (m *RestoreBackupResponse) XXX_DiscardUnknown()

func (*RestoreBackupResponse) XXX_Marshal

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

func (*RestoreBackupResponse) XXX_Merge

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

func (*RestoreBackupResponse) XXX_Size

func (m *RestoreBackupResponse) XXX_Size() int

func (*RestoreBackupResponse) XXX_Unmarshal

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

type RootCertRequest

type RootCertRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*RootCertRequest) Descriptor

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

func (*RootCertRequest) ProtoMessage

func (*RootCertRequest) ProtoMessage()

func (*RootCertRequest) Reset

func (m *RootCertRequest) Reset()

func (*RootCertRequest) String

func (m *RootCertRequest) String() string

func (*RootCertRequest) XXX_DiscardUnknown

func (m *RootCertRequest) XXX_DiscardUnknown()

func (*RootCertRequest) XXX_Marshal

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

func (*RootCertRequest) XXX_Merge

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

func (*RootCertRequest) XXX_Size

func (m *RootCertRequest) XXX_Size() int

func (*RootCertRequest) XXX_Unmarshal

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

type RootCertResponse

type RootCertResponse struct {
	Cert                 string   `protobuf:"bytes,1,opt,name=cert,proto3" json:"cert,omitempty" toml:"cert,omitempty" mapstructure:"cert,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*RootCertResponse) Descriptor

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

func (*RootCertResponse) GetCert

func (m *RootCertResponse) GetCert() string

func (*RootCertResponse) ProtoMessage

func (*RootCertResponse) ProtoMessage()

func (*RootCertResponse) Reset

func (m *RootCertResponse) Reset()

func (*RootCertResponse) String

func (m *RootCertResponse) String() string

func (*RootCertResponse) XXX_DiscardUnknown

func (m *RootCertResponse) XXX_DiscardUnknown()

func (*RootCertResponse) XXX_Marshal

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

func (*RootCertResponse) XXX_Merge

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

func (*RootCertResponse) XXX_Size

func (m *RootCertResponse) XXX_Size() int

func (*RootCertResponse) XXX_Unmarshal

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

type S3BackupLocation

type S3BackupLocation struct {
	BucketName           string   `` /* 157-byte string literal not displayed */
	BasePath             string   `` /* 147-byte string literal not displayed */
	Endpoint             string   `` /* 129-byte string literal not displayed */
	AccessKey            string   `` /* 152-byte string literal not displayed */
	SecretKey            string   `` /* 152-byte string literal not displayed */
	SessionToken         string   `` /* 167-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*S3BackupLocation) Descriptor

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

func (*S3BackupLocation) GetAccessKey

func (m *S3BackupLocation) GetAccessKey() string

func (*S3BackupLocation) GetBasePath

func (m *S3BackupLocation) GetBasePath() string

func (*S3BackupLocation) GetBucketName

func (m *S3BackupLocation) GetBucketName() string

func (*S3BackupLocation) GetEndpoint

func (m *S3BackupLocation) GetEndpoint() string

func (*S3BackupLocation) GetSecretKey

func (m *S3BackupLocation) GetSecretKey() string

func (*S3BackupLocation) GetSessionToken

func (m *S3BackupLocation) GetSessionToken() string

func (*S3BackupLocation) ProtoMessage

func (*S3BackupLocation) ProtoMessage()

func (*S3BackupLocation) Reset

func (m *S3BackupLocation) Reset()

func (*S3BackupLocation) String

func (m *S3BackupLocation) String() string

func (*S3BackupLocation) XXX_DiscardUnknown

func (m *S3BackupLocation) XXX_DiscardUnknown()

func (*S3BackupLocation) XXX_Marshal

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

func (*S3BackupLocation) XXX_Merge

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

func (*S3BackupLocation) XXX_Size

func (m *S3BackupLocation) XXX_Size() int

func (*S3BackupLocation) XXX_Unmarshal

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

type ServiceState

type ServiceState struct {
	Name                 string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	State                ServiceState_State `` /* 174-byte string literal not displayed */
	Pid                  uint64             `protobuf:"varint,3,opt,name=pid,proto3" json:"pid,omitempty" toml:"pid,omitempty" mapstructure:"pid,omitempty"`
	Uptime               uint64             `protobuf:"varint,4,opt,name=uptime,proto3" json:"uptime,omitempty" toml:"uptime,omitempty" mapstructure:"uptime,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte             `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32              `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*ServiceState) Descriptor

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

func (*ServiceState) GetName

func (m *ServiceState) GetName() string

func (*ServiceState) GetPid

func (m *ServiceState) GetPid() uint64

func (*ServiceState) GetState

func (m *ServiceState) GetState() ServiceState_State

func (*ServiceState) GetUptime

func (m *ServiceState) GetUptime() uint64

func (*ServiceState) ProtoMessage

func (*ServiceState) ProtoMessage()

func (*ServiceState) Reset

func (m *ServiceState) Reset()

func (*ServiceState) String

func (m *ServiceState) String() string

func (*ServiceState) XXX_DiscardUnknown

func (m *ServiceState) XXX_DiscardUnknown()

func (*ServiceState) XXX_Marshal

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

func (*ServiceState) XXX_Merge

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

func (*ServiceState) XXX_Size

func (m *ServiceState) XXX_Size() int

func (*ServiceState) XXX_Unmarshal

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

type ServiceState_State

type ServiceState_State int32
const (
	// CONNECTION_ERROR means we could not connect to the
	// habitat supervisor.
	ServiceState_CONNECTION_ERROR ServiceState_State = 0
	// DOWN means the process is down and thus we have no
	// health-check information from hab.
	ServiceState_DOWN ServiceState_State = 1
	// CRITICAL, OK, WARNING, UNKNOWN map directly to
	// Habitat health check return codes:
	//
	// https://www.habitat.sh/docs/reference/#health_check
	ServiceState_OK       ServiceState_State = 3
	ServiceState_WARNING  ServiceState_State = 4
	ServiceState_CRITICAL ServiceState_State = 2
	ServiceState_UNKNOWN  ServiceState_State = 5
)

func (ServiceState_State) EnumDescriptor

func (ServiceState_State) EnumDescriptor() ([]byte, []int)

func (ServiceState_State) String

func (x ServiceState_State) String() string

type ServiceStatus

type ServiceStatus struct {
	Services             []*ServiceState `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}        `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte          `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32           `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*ServiceStatus) Add

func (ss *ServiceStatus) Add(state *ServiceState)

Add - add the state for an individual service

func (*ServiceStatus) AllHealthy

func (ss *ServiceStatus) AllHealthy() bool

AllHealthy - check that all services are healthy

func (*ServiceStatus) Descriptor

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

func (*ServiceStatus) FormatStatus

func (ss *ServiceStatus) FormatStatus() string

FormatStatus handles a map of services states and returns a user-meaningful string

func (*ServiceStatus) FormattedServices

func (ss *ServiceStatus) FormattedServices() []FormattedServiceStatus

FormattedServices returns a slice of FormattedServiceStatus objects

func (*ServiceStatus) GetServices

func (m *ServiceStatus) GetServices() []*ServiceState

func (*ServiceStatus) ProtoMessage

func (*ServiceStatus) ProtoMessage()

func (*ServiceStatus) Reset

func (m *ServiceStatus) Reset()

func (*ServiceStatus) ServiceHealthy

func (ss *ServiceStatus) ServiceHealthy(name string) bool

ServiceHealthy takes a service name and returns true if the service is found and is in a healthy state

func (*ServiceStatus) String

func (m *ServiceStatus) String() string

func (*ServiceStatus) XXX_DiscardUnknown

func (m *ServiceStatus) XXX_DiscardUnknown()

func (*ServiceStatus) XXX_Marshal

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

func (*ServiceStatus) XXX_Merge

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

func (*ServiceStatus) XXX_Size

func (m *ServiceStatus) XXX_Size() int

func (*ServiceStatus) XXX_Unmarshal

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

type ServiceVersion

type ServiceVersion struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	Origin               string   `protobuf:"bytes,2,opt,name=origin,proto3" json:"origin,omitempty" toml:"origin,omitempty" mapstructure:"origin,omitempty"`
	Version              string   `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"`
	Release              string   `protobuf:"bytes,4,opt,name=release,proto3" json:"release,omitempty" toml:"release,omitempty" mapstructure:"release,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*ServiceVersion) Descriptor

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

func (*ServiceVersion) GetName

func (m *ServiceVersion) GetName() string

func (*ServiceVersion) GetOrigin

func (m *ServiceVersion) GetOrigin() string

func (*ServiceVersion) GetRelease

func (m *ServiceVersion) GetRelease() string

func (*ServiceVersion) GetVersion

func (m *ServiceVersion) GetVersion() string

func (*ServiceVersion) ProtoMessage

func (*ServiceVersion) ProtoMessage()

func (*ServiceVersion) Reset

func (m *ServiceVersion) Reset()

func (*ServiceVersion) String

func (m *ServiceVersion) String() string

func (*ServiceVersion) XXX_DiscardUnknown

func (m *ServiceVersion) XXX_DiscardUnknown()

func (*ServiceVersion) XXX_Marshal

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

func (*ServiceVersion) XXX_Merge

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

func (*ServiceVersion) XXX_Size

func (m *ServiceVersion) XXX_Size() int

func (*ServiceVersion) XXX_Unmarshal

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

type ServiceVersionsRequest

type ServiceVersionsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*ServiceVersionsRequest) Descriptor

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

func (*ServiceVersionsRequest) ProtoMessage

func (*ServiceVersionsRequest) ProtoMessage()

func (*ServiceVersionsRequest) Reset

func (m *ServiceVersionsRequest) Reset()

func (*ServiceVersionsRequest) String

func (m *ServiceVersionsRequest) String() string

func (*ServiceVersionsRequest) XXX_DiscardUnknown

func (m *ServiceVersionsRequest) XXX_DiscardUnknown()

func (*ServiceVersionsRequest) XXX_Marshal

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

func (*ServiceVersionsRequest) XXX_Merge

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

func (*ServiceVersionsRequest) XXX_Size

func (m *ServiceVersionsRequest) XXX_Size() int

func (*ServiceVersionsRequest) XXX_Unmarshal

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

type ServiceVersionsResponse

type ServiceVersionsResponse struct {
	Services             []*ServiceVersion `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte            `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32             `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*ServiceVersionsResponse) Descriptor

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

func (*ServiceVersionsResponse) GetServices

func (m *ServiceVersionsResponse) GetServices() []*ServiceVersion

func (*ServiceVersionsResponse) ProtoMessage

func (*ServiceVersionsResponse) ProtoMessage()

func (*ServiceVersionsResponse) Reset

func (m *ServiceVersionsResponse) Reset()

func (*ServiceVersionsResponse) String

func (m *ServiceVersionsResponse) String() string

func (*ServiceVersionsResponse) XXX_DiscardUnknown

func (m *ServiceVersionsResponse) XXX_DiscardUnknown()

func (*ServiceVersionsResponse) XXX_Marshal

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

func (*ServiceVersionsResponse) XXX_Merge

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

func (*ServiceVersionsResponse) XXX_Size

func (m *ServiceVersionsResponse) XXX_Size() int

func (*ServiceVersionsResponse) XXX_Unmarshal

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

type SetAutomateConfigRequest

type SetAutomateConfigRequest struct {
	Config               *deployment.AutomateConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty" toml:"config,omitempty" mapstructure:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte                     `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                      `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*SetAutomateConfigRequest) Descriptor

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

func (*SetAutomateConfigRequest) GetConfig

func (*SetAutomateConfigRequest) ProtoMessage

func (*SetAutomateConfigRequest) ProtoMessage()

func (*SetAutomateConfigRequest) Reset

func (m *SetAutomateConfigRequest) Reset()

func (*SetAutomateConfigRequest) String

func (m *SetAutomateConfigRequest) String() string

func (*SetAutomateConfigRequest) XXX_DiscardUnknown

func (m *SetAutomateConfigRequest) XXX_DiscardUnknown()

func (*SetAutomateConfigRequest) XXX_Marshal

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

func (*SetAutomateConfigRequest) XXX_Merge

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

func (*SetAutomateConfigRequest) XXX_Size

func (m *SetAutomateConfigRequest) XXX_Size() int

func (*SetAutomateConfigRequest) XXX_Unmarshal

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

type SetAutomateConfigResponse

type SetAutomateConfigResponse struct {
	TaskId               string   `` /* 137-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*SetAutomateConfigResponse) Descriptor

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

func (*SetAutomateConfigResponse) GetTaskId

func (m *SetAutomateConfigResponse) GetTaskId() string

func (*SetAutomateConfigResponse) ProtoMessage

func (*SetAutomateConfigResponse) ProtoMessage()

func (*SetAutomateConfigResponse) Reset

func (m *SetAutomateConfigResponse) Reset()

func (*SetAutomateConfigResponse) String

func (m *SetAutomateConfigResponse) String() string

func (*SetAutomateConfigResponse) XXX_DiscardUnknown

func (m *SetAutomateConfigResponse) XXX_DiscardUnknown()

func (*SetAutomateConfigResponse) XXX_Marshal

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

func (*SetAutomateConfigResponse) XXX_Merge

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

func (*SetAutomateConfigResponse) XXX_Size

func (m *SetAutomateConfigResponse) XXX_Size() int

func (*SetAutomateConfigResponse) XXX_Unmarshal

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

type SetLogLevelRequest

type SetLogLevelRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*SetLogLevelRequest) Descriptor

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

func (*SetLogLevelRequest) ProtoMessage

func (*SetLogLevelRequest) ProtoMessage()

func (*SetLogLevelRequest) Reset

func (m *SetLogLevelRequest) Reset()

func (*SetLogLevelRequest) String

func (m *SetLogLevelRequest) String() string

func (*SetLogLevelRequest) XXX_DiscardUnknown

func (m *SetLogLevelRequest) XXX_DiscardUnknown()

func (*SetLogLevelRequest) XXX_Marshal

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

func (*SetLogLevelRequest) XXX_Merge

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

func (*SetLogLevelRequest) XXX_Size

func (m *SetLogLevelRequest) XXX_Size() int

func (*SetLogLevelRequest) XXX_Unmarshal

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

type SetLogLevelResponse

type SetLogLevelResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*SetLogLevelResponse) Descriptor

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

func (*SetLogLevelResponse) ProtoMessage

func (*SetLogLevelResponse) ProtoMessage()

func (*SetLogLevelResponse) Reset

func (m *SetLogLevelResponse) Reset()

func (*SetLogLevelResponse) String

func (m *SetLogLevelResponse) String() string

func (*SetLogLevelResponse) XXX_DiscardUnknown

func (m *SetLogLevelResponse) XXX_DiscardUnknown()

func (*SetLogLevelResponse) XXX_Marshal

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

func (*SetLogLevelResponse) XXX_Merge

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

func (*SetLogLevelResponse) XXX_Size

func (m *SetLogLevelResponse) XXX_Size() int

func (*SetLogLevelResponse) XXX_Unmarshal

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

type ShowBackupRequest

type ShowBackupRequest struct {
	Backup               *BackupTask `protobuf:"bytes,1,opt,name=backup,proto3" json:"backup,omitempty" toml:"backup,omitempty" mapstructure:"backup,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte      `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32       `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*ShowBackupRequest) Descriptor

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

func (*ShowBackupRequest) GetBackup

func (m *ShowBackupRequest) GetBackup() *BackupTask

func (*ShowBackupRequest) ProtoMessage

func (*ShowBackupRequest) ProtoMessage()

func (*ShowBackupRequest) Reset

func (m *ShowBackupRequest) Reset()

func (*ShowBackupRequest) String

func (m *ShowBackupRequest) String() string

func (*ShowBackupRequest) XXX_DiscardUnknown

func (m *ShowBackupRequest) XXX_DiscardUnknown()

func (*ShowBackupRequest) XXX_Marshal

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

func (*ShowBackupRequest) XXX_Merge

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

func (*ShowBackupRequest) XXX_Size

func (m *ShowBackupRequest) XXX_Size() int

func (*ShowBackupRequest) XXX_Unmarshal

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

type ShowBackupResponse

type ShowBackupResponse struct {
	Data                 string             `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty" toml:"data,omitempty" mapstructure:"data,omitempty"`
	Backup               *BackupTask        `protobuf:"bytes,2,opt,name=backup,proto3" json:"backup,omitempty" toml:"backup,omitempty" mapstructure:"backup,omitempty"`
	Description          *BackupDescription `` /* 141-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}           `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte             `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32              `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*ShowBackupResponse) Descriptor

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

func (*ShowBackupResponse) GetBackup

func (m *ShowBackupResponse) GetBackup() *BackupTask

func (*ShowBackupResponse) GetData

func (m *ShowBackupResponse) GetData() string

func (*ShowBackupResponse) GetDescription

func (m *ShowBackupResponse) GetDescription() *BackupDescription

func (*ShowBackupResponse) ProtoMessage

func (*ShowBackupResponse) ProtoMessage()

func (*ShowBackupResponse) Reset

func (m *ShowBackupResponse) Reset()

func (*ShowBackupResponse) String

func (m *ShowBackupResponse) String() string

func (*ShowBackupResponse) XXX_DiscardUnknown

func (m *ShowBackupResponse) XXX_DiscardUnknown()

func (*ShowBackupResponse) XXX_Marshal

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

func (*ShowBackupResponse) XXX_Merge

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

func (*ShowBackupResponse) XXX_Size

func (m *ShowBackupResponse) XXX_Size() int

func (*ShowBackupResponse) XXX_Unmarshal

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

type StartConvergeRequest

type StartConvergeRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*StartConvergeRequest) Descriptor

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

func (*StartConvergeRequest) ProtoMessage

func (*StartConvergeRequest) ProtoMessage()

func (*StartConvergeRequest) Reset

func (m *StartConvergeRequest) Reset()

func (*StartConvergeRequest) String

func (m *StartConvergeRequest) String() string

func (*StartConvergeRequest) XXX_DiscardUnknown

func (m *StartConvergeRequest) XXX_DiscardUnknown()

func (*StartConvergeRequest) XXX_Marshal

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

func (*StartConvergeRequest) XXX_Merge

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

func (*StartConvergeRequest) XXX_Size

func (m *StartConvergeRequest) XXX_Size() int

func (*StartConvergeRequest) XXX_Unmarshal

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

type StartConvergeResponse

type StartConvergeResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*StartConvergeResponse) Descriptor

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

func (*StartConvergeResponse) ProtoMessage

func (*StartConvergeResponse) ProtoMessage()

func (*StartConvergeResponse) Reset

func (m *StartConvergeResponse) Reset()

func (*StartConvergeResponse) String

func (m *StartConvergeResponse) String() string

func (*StartConvergeResponse) XXX_DiscardUnknown

func (m *StartConvergeResponse) XXX_DiscardUnknown()

func (*StartConvergeResponse) XXX_Marshal

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

func (*StartConvergeResponse) XXX_Merge

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

func (*StartConvergeResponse) XXX_Size

func (m *StartConvergeResponse) XXX_Size() int

func (*StartConvergeResponse) XXX_Unmarshal

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

type StatusRequest

type StatusRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*StatusRequest) Descriptor

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

func (*StatusRequest) ProtoMessage

func (*StatusRequest) ProtoMessage()

func (*StatusRequest) Reset

func (m *StatusRequest) Reset()

func (*StatusRequest) String

func (m *StatusRequest) String() string

func (*StatusRequest) XXX_DiscardUnknown

func (m *StatusRequest) XXX_DiscardUnknown()

func (*StatusRequest) XXX_Marshal

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

func (*StatusRequest) XXX_Merge

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

func (*StatusRequest) XXX_Size

func (m *StatusRequest) XXX_Size() int

func (*StatusRequest) XXX_Unmarshal

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

type StatusResponse

type StatusResponse struct {
	ServiceStatus        *ServiceStatus            `` /* 172-byte string literal not displayed */
	DeploymentConfig     *deployment.ConfigRequest `` /* 187-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                  `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte                    `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                     `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*StatusResponse) Descriptor

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

func (*StatusResponse) GetDeploymentConfig

func (m *StatusResponse) GetDeploymentConfig() *deployment.ConfigRequest

func (*StatusResponse) GetServiceStatus

func (m *StatusResponse) GetServiceStatus() *ServiceStatus

func (*StatusResponse) ProtoMessage

func (*StatusResponse) ProtoMessage()

func (*StatusResponse) Reset

func (m *StatusResponse) Reset()

func (*StatusResponse) String

func (m *StatusResponse) String() string

func (*StatusResponse) XXX_DiscardUnknown

func (m *StatusResponse) XXX_DiscardUnknown()

func (*StatusResponse) XXX_Marshal

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

func (*StatusResponse) XXX_Merge

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

func (*StatusResponse) XXX_Size

func (m *StatusResponse) XXX_Size() int

func (*StatusResponse) XXX_Unmarshal

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

type StopConvergeRequest

type StopConvergeRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*StopConvergeRequest) Descriptor

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

func (*StopConvergeRequest) ProtoMessage

func (*StopConvergeRequest) ProtoMessage()

func (*StopConvergeRequest) Reset

func (m *StopConvergeRequest) Reset()

func (*StopConvergeRequest) String

func (m *StopConvergeRequest) String() string

func (*StopConvergeRequest) XXX_DiscardUnknown

func (m *StopConvergeRequest) XXX_DiscardUnknown()

func (*StopConvergeRequest) XXX_Marshal

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

func (*StopConvergeRequest) XXX_Merge

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

func (*StopConvergeRequest) XXX_Size

func (m *StopConvergeRequest) XXX_Size() int

func (*StopConvergeRequest) XXX_Unmarshal

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

type StopConvergeResponse

type StopConvergeResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*StopConvergeResponse) Descriptor

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

func (*StopConvergeResponse) ProtoMessage

func (*StopConvergeResponse) ProtoMessage()

func (*StopConvergeResponse) Reset

func (m *StopConvergeResponse) Reset()

func (*StopConvergeResponse) String

func (m *StopConvergeResponse) String() string

func (*StopConvergeResponse) XXX_DiscardUnknown

func (m *StopConvergeResponse) XXX_DiscardUnknown()

func (*StopConvergeResponse) XXX_Marshal

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

func (*StopConvergeResponse) XXX_Merge

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

func (*StopConvergeResponse) XXX_Size

func (m *StopConvergeResponse) XXX_Size() int

func (*StopConvergeResponse) XXX_Unmarshal

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

type StopRequest

type StopRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*StopRequest) Descriptor

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

func (*StopRequest) ProtoMessage

func (*StopRequest) ProtoMessage()

func (*StopRequest) Reset

func (m *StopRequest) Reset()

func (*StopRequest) String

func (m *StopRequest) String() string

func (*StopRequest) XXX_DiscardUnknown

func (m *StopRequest) XXX_DiscardUnknown()

func (*StopRequest) XXX_Marshal

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

func (*StopRequest) XXX_Merge

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

func (*StopRequest) XXX_Size

func (m *StopRequest) XXX_Size() int

func (*StopRequest) XXX_Unmarshal

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

type StopResponse

type StopResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*StopResponse) Descriptor

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

func (*StopResponse) ProtoMessage

func (*StopResponse) ProtoMessage()

func (*StopResponse) Reset

func (m *StopResponse) Reset()

func (*StopResponse) String

func (m *StopResponse) String() string

func (*StopResponse) XXX_DiscardUnknown

func (m *StopResponse) XXX_DiscardUnknown()

func (*StopResponse) XXX_Marshal

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

func (*StopResponse) XXX_Merge

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

func (*StopResponse) XXX_Size

func (m *StopResponse) XXX_Size() int

func (*StopResponse) XXX_Unmarshal

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

type SupportBundleConfig

type SupportBundleConfig struct {
	StagingDir           string   `` /* 157-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*SupportBundleConfig) Descriptor

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

func (*SupportBundleConfig) GetStagingDir

func (m *SupportBundleConfig) GetStagingDir() string

func (*SupportBundleConfig) ProtoMessage

func (*SupportBundleConfig) ProtoMessage()

func (*SupportBundleConfig) Reset

func (m *SupportBundleConfig) Reset()

func (*SupportBundleConfig) String

func (m *SupportBundleConfig) String() string

func (*SupportBundleConfig) XXX_DiscardUnknown

func (m *SupportBundleConfig) XXX_DiscardUnknown()

func (*SupportBundleConfig) XXX_Marshal

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

func (*SupportBundleConfig) XXX_Merge

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

func (*SupportBundleConfig) XXX_Size

func (m *SupportBundleConfig) XXX_Size() int

func (*SupportBundleConfig) XXX_Unmarshal

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

type SystemLogsRequest

type SystemLogsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*SystemLogsRequest) Descriptor

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

func (*SystemLogsRequest) ProtoMessage

func (*SystemLogsRequest) ProtoMessage()

func (*SystemLogsRequest) Reset

func (m *SystemLogsRequest) Reset()

func (*SystemLogsRequest) String

func (m *SystemLogsRequest) String() string

func (*SystemLogsRequest) XXX_DiscardUnknown

func (m *SystemLogsRequest) XXX_DiscardUnknown()

func (*SystemLogsRequest) XXX_Marshal

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

func (*SystemLogsRequest) XXX_Merge

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

func (*SystemLogsRequest) XXX_Size

func (m *SystemLogsRequest) XXX_Size() int

func (*SystemLogsRequest) XXX_Unmarshal

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

type UpgradeRequest

type UpgradeRequest struct {
	Version              string   `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*UpgradeRequest) Descriptor

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

func (*UpgradeRequest) GetVersion

func (m *UpgradeRequest) GetVersion() string

func (*UpgradeRequest) ProtoMessage

func (*UpgradeRequest) ProtoMessage()

func (*UpgradeRequest) Reset

func (m *UpgradeRequest) Reset()

func (*UpgradeRequest) String

func (m *UpgradeRequest) String() string

func (*UpgradeRequest) XXX_DiscardUnknown

func (m *UpgradeRequest) XXX_DiscardUnknown()

func (*UpgradeRequest) XXX_Marshal

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

func (*UpgradeRequest) XXX_Merge

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

func (*UpgradeRequest) XXX_Size

func (m *UpgradeRequest) XXX_Size() int

func (*UpgradeRequest) XXX_Unmarshal

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

type UpgradeResponse

type UpgradeResponse struct {
	PreviousVersion      string   `` /* 182-byte string literal not displayed */
	NextVersion          string   `` /* 162-byte string literal not displayed */
	TaskId               string   `` /* 137-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*UpgradeResponse) Descriptor

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

func (*UpgradeResponse) GetNextVersion

func (m *UpgradeResponse) GetNextVersion() string

func (*UpgradeResponse) GetPreviousVersion

func (m *UpgradeResponse) GetPreviousVersion() string

func (*UpgradeResponse) GetTaskId

func (m *UpgradeResponse) GetTaskId() string

func (*UpgradeResponse) ProtoMessage

func (*UpgradeResponse) ProtoMessage()

func (*UpgradeResponse) Reset

func (m *UpgradeResponse) Reset()

func (*UpgradeResponse) String

func (m *UpgradeResponse) String() string

func (*UpgradeResponse) XXX_DiscardUnknown

func (m *UpgradeResponse) XXX_DiscardUnknown()

func (*UpgradeResponse) XXX_Marshal

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

func (*UpgradeResponse) XXX_Merge

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

func (*UpgradeResponse) XXX_Size

func (m *UpgradeResponse) XXX_Size() int

func (*UpgradeResponse) XXX_Unmarshal

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

type UpgradeStatusRequest

type UpgradeStatusRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*UpgradeStatusRequest) Descriptor

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

func (*UpgradeStatusRequest) ProtoMessage

func (*UpgradeStatusRequest) ProtoMessage()

func (*UpgradeStatusRequest) Reset

func (m *UpgradeStatusRequest) Reset()

func (*UpgradeStatusRequest) String

func (m *UpgradeStatusRequest) String() string

func (*UpgradeStatusRequest) XXX_DiscardUnknown

func (m *UpgradeStatusRequest) XXX_DiscardUnknown()

func (*UpgradeStatusRequest) XXX_Marshal

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

func (*UpgradeStatusRequest) XXX_Merge

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

func (*UpgradeStatusRequest) XXX_Size

func (m *UpgradeStatusRequest) XXX_Size() int

func (*UpgradeStatusRequest) XXX_Unmarshal

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

type UpgradeStatusResponse

type UpgradeStatusResponse struct {
	State             UpgradeStatusResponse_UpgradeState `` /* 190-byte string literal not displayed */
	RemainingServices []*UpgradingService                `` /* 192-byte string literal not displayed */
	// latest_available_version is the version latest version
	// available in the configured channel for this deployment.
	LatestAvailableVersion string `` /* 221-byte string literal not displayed */
	// desired_version is the version that we think we should be
	// upgrading to. This might be newer than the
	// latest_available_version if a user has requested a manual
	// upgrade to a newer version.
	DesiredVersion string `` /* 177-byte string literal not displayed */
	// current_version is the manifest in use by the deployment
	// right now.
	CurrentVersion       string   `` /* 177-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*UpgradeStatusResponse) Descriptor

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

func (*UpgradeStatusResponse) GetCurrentVersion

func (m *UpgradeStatusResponse) GetCurrentVersion() string

func (*UpgradeStatusResponse) GetDesiredVersion

func (m *UpgradeStatusResponse) GetDesiredVersion() string

func (*UpgradeStatusResponse) GetLatestAvailableVersion

func (m *UpgradeStatusResponse) GetLatestAvailableVersion() string

func (*UpgradeStatusResponse) GetRemainingServices

func (m *UpgradeStatusResponse) GetRemainingServices() []*UpgradingService

func (*UpgradeStatusResponse) GetState

func (*UpgradeStatusResponse) ProtoMessage

func (*UpgradeStatusResponse) ProtoMessage()

func (*UpgradeStatusResponse) Reset

func (m *UpgradeStatusResponse) Reset()

func (*UpgradeStatusResponse) String

func (m *UpgradeStatusResponse) String() string

func (*UpgradeStatusResponse) XXX_DiscardUnknown

func (m *UpgradeStatusResponse) XXX_DiscardUnknown()

func (*UpgradeStatusResponse) XXX_Marshal

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

func (*UpgradeStatusResponse) XXX_Merge

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

func (*UpgradeStatusResponse) XXX_Size

func (m *UpgradeStatusResponse) XXX_Size() int

func (*UpgradeStatusResponse) XXX_Unmarshal

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

type UpgradeStatusResponse_UpgradeState

type UpgradeStatusResponse_UpgradeState int32
const (
	// UNKNOWN indicates that we were not able to
	// determine what the upgrade state was because of
	// some error.
	UpgradeStatusResponse_UNKNOWN UpgradeStatusResponse_UpgradeState = 0
	// Note(ssd) 2018-02-07: Not handling this for now:
	//
	// PROMOTING indicates that we believe a new
	// version is currently being promoted into our channel.
	//
	// We assume that a promotion is happening if we detect a
	// deployed service version newer than the version we find in
	// the manifest. This can happen since we promote packages
	// one-at-a-time and then promote the manifest.
	//
	// See
	//
	//    A2ROOT/.expeditor/promote-services.sh
	//
	// for the current upgrade process.
	// PROMOTING = 3;
	//
	// UPGRADING indicates that an upgrade is likely
	// in progress.
	//
	// We assume an upgrade is in progress anytime we have
	// deployed versions that are older than what we see in the
	// manifest.
	UpgradeStatusResponse_UPGRADING UpgradeStatusResponse_UpgradeState = 1
	// IDLE indicates that an ongoing upgrade is unlikely.
	//
	// All currently deployed versions of services
	// match the versions currently deployed.
	UpgradeStatusResponse_IDLE UpgradeStatusResponse_UpgradeState = 2
)

func (UpgradeStatusResponse_UpgradeState) EnumDescriptor

func (UpgradeStatusResponse_UpgradeState) EnumDescriptor() ([]byte, []int)

func (UpgradeStatusResponse_UpgradeState) String

type UpgradingService

type UpgradingService struct {
	Target               *ServiceVersion `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty" toml:"target,omitempty" mapstructure:"target,omitempty"`
	Actual               *ServiceVersion `protobuf:"bytes,2,opt,name=actual,proto3" json:"actual,omitempty" toml:"actual,omitempty" mapstructure:"actual,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte          `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32           `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*UpgradingService) Descriptor

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

func (*UpgradingService) GetActual

func (m *UpgradingService) GetActual() *ServiceVersion

func (*UpgradingService) GetTarget

func (m *UpgradingService) GetTarget() *ServiceVersion

func (*UpgradingService) ProtoMessage

func (*UpgradingService) ProtoMessage()

func (*UpgradingService) Reset

func (m *UpgradingService) Reset()

func (*UpgradingService) String

func (m *UpgradingService) String() string

func (*UpgradingService) XXX_DiscardUnknown

func (m *UpgradingService) XXX_DiscardUnknown()

func (*UpgradingService) XXX_Marshal

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

func (*UpgradingService) XXX_Merge

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

func (*UpgradingService) XXX_Size

func (m *UpgradingService) XXX_Size() int

func (*UpgradingService) XXX_Unmarshal

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

type UsageRequest

type UsageRequest struct {
	StartTime            *timestamp.Timestamp `` /* 152-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte               `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*UsageRequest) Descriptor

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

func (*UsageRequest) GetStartTime

func (m *UsageRequest) GetStartTime() *timestamp.Timestamp

func (*UsageRequest) ProtoMessage

func (*UsageRequest) ProtoMessage()

func (*UsageRequest) Reset

func (m *UsageRequest) Reset()

func (*UsageRequest) String

func (m *UsageRequest) String() string

func (*UsageRequest) XXX_DiscardUnknown

func (m *UsageRequest) XXX_DiscardUnknown()

func (*UsageRequest) XXX_Marshal

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

func (*UsageRequest) XXX_Merge

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

func (*UsageRequest) XXX_Size

func (m *UsageRequest) XXX_Size() int

func (*UsageRequest) XXX_Unmarshal

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

type UsageResponse

type UsageResponse struct {
	Nodes                []*NodeUsage `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty" toml:"nodes,omitempty" mapstructure:"nodes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte       `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32        `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*UsageResponse) Descriptor

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

func (*UsageResponse) GetNodes

func (m *UsageResponse) GetNodes() []*NodeUsage

func (*UsageResponse) ProtoMessage

func (*UsageResponse) ProtoMessage()

func (*UsageResponse) Reset

func (m *UsageResponse) Reset()

func (*UsageResponse) String

func (m *UsageResponse) String() string

func (*UsageResponse) XXX_DiscardUnknown

func (m *UsageResponse) XXX_DiscardUnknown()

func (*UsageResponse) XXX_Marshal

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

func (*UsageResponse) XXX_Merge

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

func (*UsageResponse) XXX_Size

func (m *UsageResponse) XXX_Size() int

func (*UsageResponse) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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