deployment

package
v0.0.0-...-6794c67 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2021 License: Apache-2.0 Imports: 22 Imported by: 16

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 (
	UpgradeStatusResponse_UpgradeState_name = map[int32]string{
		0: "UNKNOWN",
		1: "UPGRADING",
		2: "IDLE",
	}
	UpgradeStatusResponse_UpgradeState_value = map[string]int32{
		"UNKNOWN":   0,
		"UPGRADING": 1,
		"IDLE":      2,
	}
)

Enum value maps for UpgradeStatusResponse_UpgradeState.

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",
	}
	DeployEvent_Status_value = map[string]int32{
		"WAITING":                  0,
		"RUNNING":                  1,
		"COMPLETE_OK":              2,
		"COMPLETE_FAIL":            3,
		"SELF_UPGRADE_PENDING":     4,
		"SELF_RECONFIGURE_PENDING": 5,
	}
)

Enum value maps for DeployEvent_Status.

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",
	}
	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,
	}
)

Enum value maps for DeployEvent_PhaseID.

View Source
var (
	DeployEvent_Backup_Operation_Type_name = map[int32]string{
		0: "BACKUP",
		1: "RESTORE",
	}
	DeployEvent_Backup_Operation_Type_value = map[string]int32{
		"BACKUP":  0,
		"RESTORE": 1,
	}
)

Enum value maps for DeployEvent_Backup_Operation_Type.

View Source
var (
	ServiceState_State_name = map[int32]string{
		0: "CONNECTION_ERROR",
		1: "DOWN",
		3: "OK",
		4: "WARNING",
		2: "CRITICAL",
		5: "UNKNOWN",
	}
	ServiceState_State_value = map[string]int32{
		"CONNECTION_ERROR": 0,
		"DOWN":             1,
		"OK":               3,
		"WARNING":          4,
		"CRITICAL":         2,
		"UNKNOWN":          5,
	}
)

Enum value maps for ServiceState_State.

View Source
var (
	BackupTask_BackupState_name = map[int32]string{
		0: "IN_PROGRESS",
		1: "COMPLETED",
		3: "FAILED",
		4: "DELETING",
	}
	BackupTask_BackupState_value = map[string]int32{
		"IN_PROGRESS": 0,
		"COMPLETED":   1,
		"FAILED":      3,
		"DELETING":    4,
	}
)

Enum value maps for BackupTask_BackupState.

View Source
var (
	BackupStatusResponse_OperationType_name = map[int32]string{
		0: "CREATE",
		1: "DELETE",
		3: "RESTORE",
		4: "LIST",
		5: "SHOW",
		6: "CANCEL",
		7: "IDLE",
		8: "VERIFY_INTEGRITY",
	}
	BackupStatusResponse_OperationType_value = map[string]int32{
		"CREATE":           0,
		"DELETE":           1,
		"RESTORE":          3,
		"LIST":             4,
		"SHOW":             5,
		"CANCEL":           6,
		"IDLE":             7,
		"VERIFY_INTEGRITY": 8,
	}
)

Enum value maps for BackupStatusResponse_OperationType.

View Source
var (
	A1UpgradeStatusResponse_MigrationStatus_name = map[int32]string{
		0: "UNKNOWN",
		1: "IN_PROGRESS",
		2: "COMPLETE",
		3: "FAILED",
	}
	A1UpgradeStatusResponse_MigrationStatus_value = map[string]int32{
		"UNKNOWN":     0,
		"IN_PROGRESS": 1,
		"COMPLETE":    2,
		"FAILED":      3,
	}
)

Enum value maps for A1UpgradeStatusResponse_MigrationStatus.

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)

	// ErrRestartPending is returned when the deployment service
	// expects to be stopped by some external process (hab-sup or
	// systemd)
	ErrRestartPending = errors.New(restartPendingMessage)
)
View Source
var File_interservice_deployment_automate_deployment_proto protoreflect.FileDescriptor
View Source
var File_interservice_deployment_certificate_authority_proto protoreflect.FileDescriptor

Functions

func IsDeploymentServicePendingError

func IsDeploymentServicePendingError(err error) bool

func IsDeploymentServicePendingMessage

func IsDeploymentServicePendingMessage(msg string) bool

func MergeAndValidateNewUserOverrideConfig

func MergeAndValidateNewUserOverrideConfig(existing *api.AutomateConfig, req *BackupRestoreTask) error

MergeAndValidateNewUserOverrideConfig is responsible for taking an existing user override AutomateConfig (from a backup), building a new user override config from a BackupRestoreTask (args for the backup restore), and validating the resulting user override config.

Validation of the config is a bit tricky as there are a few corner cases we need to worry about. It's possible that the user wants to pass in config set or patch that includes deprecated values since it's possible that the version of the software they are restoring could use those values. We'll handle this case by validating the with a redacted copy of the config.

func RegisterCertificateAuthorityServiceServer

func RegisterCertificateAuthorityServiceServer(s *grpc.Server, srv CertificateAuthorityServiceServer)

func RegisterDeploymentServer

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

Types

type A1UpgradeStatusRequest

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

func (*A1UpgradeStatusRequest) Descriptor deprecated

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

Deprecated: Use A1UpgradeStatusRequest.ProtoReflect.Descriptor instead.

func (*A1UpgradeStatusRequest) ProtoMessage

func (*A1UpgradeStatusRequest) ProtoMessage()

func (*A1UpgradeStatusRequest) ProtoReflect

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

func (*A1UpgradeStatusRequest) Reset

func (x *A1UpgradeStatusRequest) Reset()

func (*A1UpgradeStatusRequest) String

func (x *A1UpgradeStatusRequest) String() string

type A1UpgradeStatusResponse

type A1UpgradeStatusResponse struct {
	OverallStatus   A1UpgradeStatusResponse_MigrationStatus           `` /* 250-byte string literal not displayed */
	ServiceStatuses []*A1UpgradeStatusResponse_ServiceMigrationStatus `` /* 182-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*A1UpgradeStatusResponse) Descriptor deprecated

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

Deprecated: Use A1UpgradeStatusResponse.ProtoReflect.Descriptor instead.

func (*A1UpgradeStatusResponse) GetOverallStatus

func (*A1UpgradeStatusResponse) GetServiceStatuses

func (*A1UpgradeStatusResponse) ProtoMessage

func (*A1UpgradeStatusResponse) ProtoMessage()

func (*A1UpgradeStatusResponse) ProtoReflect

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

func (*A1UpgradeStatusResponse) Reset

func (x *A1UpgradeStatusResponse) Reset()

func (*A1UpgradeStatusResponse) String

func (x *A1UpgradeStatusResponse) String() string

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) Descriptor

func (A1UpgradeStatusResponse_MigrationStatus) Enum

func (A1UpgradeStatusResponse_MigrationStatus) EnumDescriptor deprecated

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

Deprecated: Use A1UpgradeStatusResponse_MigrationStatus.Descriptor instead.

func (A1UpgradeStatusResponse_MigrationStatus) Number

func (A1UpgradeStatusResponse_MigrationStatus) String

func (A1UpgradeStatusResponse_MigrationStatus) Type

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"`
	// contains filtered or unexported fields
}

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) Descriptor deprecated

Deprecated: Use A1UpgradeStatusResponse_ServiceMigrationStatus.ProtoReflect.Descriptor instead.

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) GetInfo

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) GetProgress

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) GetServiceName

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) GetStatus

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) ProtoMessage

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) ProtoReflect

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) Reset

func (*A1UpgradeStatusResponse_ServiceMigrationStatus) String

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"`
	// contains filtered or unexported fields
}

func (*BackupDeleteTask) Descriptor deprecated

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

Deprecated: Use BackupDeleteTask.ProtoReflect.Descriptor instead.

func (*BackupDeleteTask) GetBackups

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

func (*BackupDeleteTask) GetId

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

func (*BackupDeleteTask) ProtoMessage

func (*BackupDeleteTask) ProtoMessage()

func (*BackupDeleteTask) ProtoReflect

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

func (*BackupDeleteTask) Reset

func (x *BackupDeleteTask) Reset()

func (*BackupDeleteTask) String

func (x *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.

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"`
	ServerVersion string `` /* 172-byte string literal not displayed */
	CliVersion    string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BackupDescription) Descriptor deprecated

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

Deprecated: Use BackupDescription.ProtoReflect.Descriptor instead.

func (*BackupDescription) GetCliVersion

func (x *BackupDescription) GetCliVersion() string

func (*BackupDescription) GetId

func (x *BackupDescription) GetId() string

func (*BackupDescription) GetServerVersion

func (x *BackupDescription) GetServerVersion() string

func (*BackupDescription) GetSha256

func (x *BackupDescription) GetSha256() string

func (*BackupDescription) ProtoMessage

func (*BackupDescription) ProtoMessage()

func (*BackupDescription) ProtoReflect

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

func (*BackupDescription) Reset

func (x *BackupDescription) Reset()

func (*BackupDescription) String

func (x *BackupDescription) String() string

type BackupIntegrityShowRequest

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

func (*BackupIntegrityShowRequest) Descriptor deprecated

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

Deprecated: Use BackupIntegrityShowRequest.ProtoReflect.Descriptor instead.

func (*BackupIntegrityShowRequest) ProtoMessage

func (*BackupIntegrityShowRequest) ProtoMessage()

func (*BackupIntegrityShowRequest) ProtoReflect

func (*BackupIntegrityShowRequest) Reset

func (x *BackupIntegrityShowRequest) Reset()

func (*BackupIntegrityShowRequest) String

func (x *BackupIntegrityShowRequest) String() string

type BackupIntegrityShowResponse

type BackupIntegrityShowResponse struct {
	Snapshots []*SnapshotIntegrity `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BackupIntegrityShowResponse) Descriptor deprecated

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

Deprecated: Use BackupIntegrityShowResponse.ProtoReflect.Descriptor instead.

func (*BackupIntegrityShowResponse) Format

func (res *BackupIntegrityShowResponse) Format() string

Format formats the backup integrity status response

func (*BackupIntegrityShowResponse) GetSnapshots

func (x *BackupIntegrityShowResponse) GetSnapshots() []*SnapshotIntegrity

func (*BackupIntegrityShowResponse) ProtoMessage

func (*BackupIntegrityShowResponse) ProtoMessage()

func (*BackupIntegrityShowResponse) ProtoReflect

func (*BackupIntegrityShowResponse) Reset

func (x *BackupIntegrityShowResponse) Reset()

func (*BackupIntegrityShowResponse) String

func (x *BackupIntegrityShowResponse) String() string

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"`
	Manifest          *ReleaseManifest           `` /* 130-byte string literal not displayed */
	PatchConfig       *deployment.AutomateConfig `` /* 163-byte string literal not displayed */
	SetConfig         *deployment.AutomateConfig `` /* 153-byte string literal not displayed */
	GcsBackupLocation *GCSBackupLocation         `` /* 197-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 deprecated

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

Deprecated: Use BackupRestoreTask.ProtoReflect.Descriptor instead.

func (*BackupRestoreTask) GetAirgap

func (x *BackupRestoreTask) GetAirgap() bool

func (*BackupRestoreTask) GetBackup

func (x *BackupRestoreTask) GetBackup() *BackupTask

func (*BackupRestoreTask) GetBackupDir

func (x *BackupRestoreTask) GetBackupDir() string

func (*BackupRestoreTask) GetChannel

func (x *BackupRestoreTask) GetChannel() string

func (*BackupRestoreTask) GetGcsBackupLocation

func (x *BackupRestoreTask) GetGcsBackupLocation() *GCSBackupLocation

func (*BackupRestoreTask) GetHartifactsPath

func (x *BackupRestoreTask) GetHartifactsPath() string

func (*BackupRestoreTask) GetId

func (*BackupRestoreTask) GetManifest

func (x *BackupRestoreTask) GetManifest() *ReleaseManifest

func (*BackupRestoreTask) GetOverrideOrigin

func (x *BackupRestoreTask) GetOverrideOrigin() string

func (*BackupRestoreTask) GetPatchConfig

func (x *BackupRestoreTask) GetPatchConfig() *deployment.AutomateConfig

func (*BackupRestoreTask) GetS3BackupLocation

func (x *BackupRestoreTask) GetS3BackupLocation() *S3BackupLocation

func (*BackupRestoreTask) GetSetConfig

func (x *BackupRestoreTask) GetSetConfig() *deployment.AutomateConfig

func (*BackupRestoreTask) GetSha256

func (x *BackupRestoreTask) GetSha256() string

func (*BackupRestoreTask) GetUpgrade

func (x *BackupRestoreTask) GetUpgrade() bool

func (*BackupRestoreTask) ProtoMessage

func (*BackupRestoreTask) ProtoMessage()

func (*BackupRestoreTask) ProtoReflect

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

func (*BackupRestoreTask) Reset

func (x *BackupRestoreTask) Reset()

func (*BackupRestoreTask) String

func (x *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.

type BackupStatusRequest

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

func (*BackupStatusRequest) Descriptor deprecated

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

Deprecated: Use BackupStatusRequest.ProtoReflect.Descriptor instead.

func (*BackupStatusRequest) ProtoMessage

func (*BackupStatusRequest) ProtoMessage()

func (*BackupStatusRequest) ProtoReflect

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

func (*BackupStatusRequest) Reset

func (x *BackupStatusRequest) Reset()

func (*BackupStatusRequest) String

func (x *BackupStatusRequest) String() string

type BackupStatusResponse

type BackupStatusResponse struct {
	OpType  BackupStatusResponse_OperationType `` /* 210-byte string literal not displayed */
	TaskIds []string                           `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BackupStatusResponse) Descriptor deprecated

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

Deprecated: Use BackupStatusResponse.ProtoReflect.Descriptor instead.

func (*BackupStatusResponse) Format

func (c *BackupStatusResponse) Format() string

Format returns the BackupStatusResponse as pretty string

func (*BackupStatusResponse) GetOpType

func (*BackupStatusResponse) GetTaskIds

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

func (*BackupStatusResponse) ProtoMessage

func (*BackupStatusResponse) ProtoMessage()

func (*BackupStatusResponse) ProtoReflect

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

func (*BackupStatusResponse) Reset

func (x *BackupStatusResponse) Reset()

func (*BackupStatusResponse) String

func (x *BackupStatusResponse) String() string

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
	BackupStatusResponse_VERIFY_INTEGRITY BackupStatusResponse_OperationType = 8
)

func (BackupStatusResponse_OperationType) Descriptor

func (BackupStatusResponse_OperationType) Enum

func (BackupStatusResponse_OperationType) EnumDescriptor deprecated

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

Deprecated: Use BackupStatusResponse_OperationType.Descriptor instead.

func (BackupStatusResponse_OperationType) Number

func (BackupStatusResponse_OperationType) String

func (BackupStatusResponse_OperationType) Type

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 */
	// contains filtered or unexported fields
}

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 deprecated

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

Deprecated: Use BackupTask.ProtoReflect.Descriptor instead.

func (*BackupTask) Formatted

func (b *BackupTask) Formatted() FormattedBackupTask

func (*BackupTask) GetId

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

func (*BackupTask) GetState

func (x *BackupTask) GetState() BackupTask_BackupState

func (*BackupTask) ProtoMessage

func (*BackupTask) ProtoMessage()

func (*BackupTask) ProtoReflect

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

func (*BackupTask) Reset

func (x *BackupTask) Reset()

func (*BackupTask) String

func (x *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.

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) Descriptor

func (BackupTask_BackupState) Enum

func (BackupTask_BackupState) EnumDescriptor deprecated

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

Deprecated: Use BackupTask_BackupState.Descriptor instead.

func (BackupTask_BackupState) Number

func (BackupTask_BackupState) String

func (x BackupTask_BackupState) String() string

func (BackupTask_BackupState) Type

type BootstrapBundleRequest

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

func (*BootstrapBundleRequest) Descriptor deprecated

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

Deprecated: Use BootstrapBundleRequest.ProtoReflect.Descriptor instead.

func (*BootstrapBundleRequest) ProtoMessage

func (*BootstrapBundleRequest) ProtoMessage()

func (*BootstrapBundleRequest) ProtoReflect

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

func (*BootstrapBundleRequest) Reset

func (x *BootstrapBundleRequest) Reset()

func (*BootstrapBundleRequest) String

func (x *BootstrapBundleRequest) String() string

type BootstrapBundleResponse

type BootstrapBundleResponse struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty" toml:"data,omitempty" mapstructure:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*BootstrapBundleResponse) Descriptor deprecated

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

Deprecated: Use BootstrapBundleResponse.ProtoReflect.Descriptor instead.

func (*BootstrapBundleResponse) GetData

func (x *BootstrapBundleResponse) GetData() []byte

func (*BootstrapBundleResponse) ProtoMessage

func (*BootstrapBundleResponse) ProtoMessage()

func (*BootstrapBundleResponse) ProtoReflect

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

func (*BootstrapBundleResponse) Reset

func (x *BootstrapBundleResponse) Reset()

func (*BootstrapBundleResponse) String

func (x *BootstrapBundleResponse) String() string

type CancelBackupRequest

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

func (*CancelBackupRequest) Descriptor deprecated

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

Deprecated: Use CancelBackupRequest.ProtoReflect.Descriptor instead.

func (*CancelBackupRequest) ProtoMessage

func (*CancelBackupRequest) ProtoMessage()

func (*CancelBackupRequest) ProtoReflect

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

func (*CancelBackupRequest) Reset

func (x *CancelBackupRequest) Reset()

func (*CancelBackupRequest) String

func (x *CancelBackupRequest) String() string

type CancelBackupResponse

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

func (*CancelBackupResponse) Descriptor deprecated

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

Deprecated: Use CancelBackupResponse.ProtoReflect.Descriptor instead.

func (*CancelBackupResponse) ProtoMessage

func (*CancelBackupResponse) ProtoMessage()

func (*CancelBackupResponse) ProtoReflect

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

func (*CancelBackupResponse) Reset

func (x *CancelBackupResponse) Reset()

func (*CancelBackupResponse) String

func (x *CancelBackupResponse) String() string

type CertificateAuthorityServiceClient

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

CertificateAuthorityServiceClient is the client API for CertificateAuthorityService service.

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

type CertificateAuthorityServiceServer

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

CertificateAuthorityServiceServer is the server API for CertificateAuthorityService 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"`
	// contains filtered or unexported fields
}

func (*ConfigureDeploymentRequest) Descriptor deprecated

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

Deprecated: Use ConfigureDeploymentRequest.ProtoReflect.Descriptor instead.

func (*ConfigureDeploymentRequest) GetConfig

func (*ConfigureDeploymentRequest) ProtoMessage

func (*ConfigureDeploymentRequest) ProtoMessage()

func (*ConfigureDeploymentRequest) ProtoReflect

func (*ConfigureDeploymentRequest) Reset

func (x *ConfigureDeploymentRequest) Reset()

func (*ConfigureDeploymentRequest) String

func (x *ConfigureDeploymentRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*ConfigureDeploymentResponse) Descriptor deprecated

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

Deprecated: Use ConfigureDeploymentResponse.ProtoReflect.Descriptor instead.

func (*ConfigureDeploymentResponse) GetConfig

func (*ConfigureDeploymentResponse) GetDeploymentId

func (x *ConfigureDeploymentResponse) GetDeploymentId() *DeploymentID

func (*ConfigureDeploymentResponse) ProtoMessage

func (*ConfigureDeploymentResponse) ProtoMessage()

func (*ConfigureDeploymentResponse) ProtoReflect

func (*ConfigureDeploymentResponse) Reset

func (x *ConfigureDeploymentResponse) Reset()

func (*ConfigureDeploymentResponse) String

func (x *ConfigureDeploymentResponse) String() string

type ConfigureRequest

type ConfigureRequest struct {
	ServiceName string `` /* 162-byte string literal not displayed */
	ConfigToml  string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigureRequest) Descriptor deprecated

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

Deprecated: Use ConfigureRequest.ProtoReflect.Descriptor instead.

func (*ConfigureRequest) GetConfigToml

func (x *ConfigureRequest) GetConfigToml() string

func (*ConfigureRequest) GetServiceName

func (x *ConfigureRequest) GetServiceName() string

func (*ConfigureRequest) ProtoMessage

func (*ConfigureRequest) ProtoMessage()

func (*ConfigureRequest) ProtoReflect

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

func (*ConfigureRequest) Reset

func (x *ConfigureRequest) Reset()

func (*ConfigureRequest) String

func (x *ConfigureRequest) String() string

type CreateBackupRequest

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

func (*CreateBackupRequest) Descriptor deprecated

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

Deprecated: Use CreateBackupRequest.ProtoReflect.Descriptor instead.

func (*CreateBackupRequest) ProtoMessage

func (*CreateBackupRequest) ProtoMessage()

func (*CreateBackupRequest) ProtoReflect

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

func (*CreateBackupRequest) Reset

func (x *CreateBackupRequest) Reset()

func (*CreateBackupRequest) String

func (x *CreateBackupRequest) String() string

type CreateBackupResponse

type CreateBackupResponse struct {
	Backup *BackupTask `protobuf:"bytes,1,opt,name=backup,proto3" json:"backup,omitempty" toml:"backup,omitempty" mapstructure:"backup,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBackupResponse) Descriptor deprecated

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

Deprecated: Use CreateBackupResponse.ProtoReflect.Descriptor instead.

func (*CreateBackupResponse) GetBackup

func (x *CreateBackupResponse) GetBackup() *BackupTask

func (*CreateBackupResponse) ProtoMessage

func (*CreateBackupResponse) ProtoMessage()

func (*CreateBackupResponse) ProtoReflect

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

func (*CreateBackupResponse) Reset

func (x *CreateBackupResponse) Reset()

func (*CreateBackupResponse) String

func (x *CreateBackupResponse) String() string

type CurrentReleaseManifestRequest

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

func (*CurrentReleaseManifestRequest) Descriptor deprecated

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

Deprecated: Use CurrentReleaseManifestRequest.ProtoReflect.Descriptor instead.

func (*CurrentReleaseManifestRequest) ProtoMessage

func (*CurrentReleaseManifestRequest) ProtoMessage()

func (*CurrentReleaseManifestRequest) ProtoReflect

func (*CurrentReleaseManifestRequest) Reset

func (x *CurrentReleaseManifestRequest) Reset()

func (*CurrentReleaseManifestRequest) String

type DeleteBackupsRequest

type DeleteBackupsRequest struct {
	Backups []*BackupTask `protobuf:"bytes,1,rep,name=backups,proto3" json:"backups,omitempty" toml:"backups,omitempty" mapstructure:"backups,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteBackupsRequest) Descriptor deprecated

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

Deprecated: Use DeleteBackupsRequest.ProtoReflect.Descriptor instead.

func (*DeleteBackupsRequest) GetBackups

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

func (*DeleteBackupsRequest) ProtoMessage

func (*DeleteBackupsRequest) ProtoMessage()

func (*DeleteBackupsRequest) ProtoReflect

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

func (*DeleteBackupsRequest) Reset

func (x *DeleteBackupsRequest) Reset()

func (*DeleteBackupsRequest) String

func (x *DeleteBackupsRequest) String() string

type DeleteBackupsResponse

type DeleteBackupsResponse struct {
	Delete *BackupDeleteTask `protobuf:"bytes,1,opt,name=delete,proto3" json:"delete,omitempty" toml:"delete,omitempty" mapstructure:"delete,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteBackupsResponse) Descriptor deprecated

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

Deprecated: Use DeleteBackupsResponse.ProtoReflect.Descriptor instead.

func (*DeleteBackupsResponse) GetDelete

func (x *DeleteBackupsResponse) GetDelete() *BackupDeleteTask

func (*DeleteBackupsResponse) ProtoMessage

func (*DeleteBackupsResponse) ProtoMessage()

func (*DeleteBackupsResponse) ProtoReflect

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

func (*DeleteBackupsResponse) Reset

func (x *DeleteBackupsResponse) Reset()

func (*DeleteBackupsResponse) String

func (x *DeleteBackupsResponse) String() string

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 assignable to Event:
	//	*DeployEvent_Deploy_
	//	*DeployEvent_Phase_
	//	*DeployEvent_PhaseStep_
	//	*DeployEvent_TaskComplete_
	//	*DeployEvent_Backup_
	Event isDeployEvent_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

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 deprecated

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

Deprecated: Use DeployEvent.ProtoReflect.Descriptor instead.

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 (x *DeployEvent) GetBackup() *DeployEvent_Backup

func (*DeployEvent) GetDeploy

func (x *DeployEvent) GetDeploy() *DeployEvent_Deploy

func (*DeployEvent) GetDeploymentId

func (x *DeployEvent) GetDeploymentId() string

func (*DeployEvent) GetEvent

func (m *DeployEvent) GetEvent() isDeployEvent_Event

func (*DeployEvent) GetPhase

func (x *DeployEvent) GetPhase() *DeployEvent_Phase

func (*DeployEvent) GetPhaseStep

func (x *DeployEvent) GetPhaseStep() *DeployEvent_PhaseStep

func (*DeployEvent) GetSequence

func (x *DeployEvent) GetSequence() uint64

func (*DeployEvent) GetTaskComplete

func (x *DeployEvent) GetTaskComplete() *DeployEvent_TaskComplete

func (*DeployEvent) GetTime

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

func (*DeployEvent) ProtoMessage

func (*DeployEvent) ProtoMessage()

func (*DeployEvent) ProtoReflect

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

func (*DeployEvent) Reset

func (x *DeployEvent) Reset()

func (*DeployEvent) String

func (x *DeployEvent) String() string

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 */
	// contains filtered or unexported fields
}

func (*DeployEvent_Backup) Descriptor deprecated

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

Deprecated: Use DeployEvent_Backup.ProtoReflect.Descriptor instead.

func (*DeployEvent_Backup) GetDescription

func (x *DeployEvent_Backup) GetDescription() *BackupDescription

func (*DeployEvent_Backup) GetOperations

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

func (*DeployEvent_Backup) GetStatus

func (x *DeployEvent_Backup) GetStatus() DeployEvent_Status

func (*DeployEvent_Backup) ProtoMessage

func (*DeployEvent_Backup) ProtoMessage()

func (*DeployEvent_Backup) ProtoReflect

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

func (*DeployEvent_Backup) Reset

func (x *DeployEvent_Backup) Reset()

func (*DeployEvent_Backup) String

func (x *DeployEvent_Backup) String() string

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 */
	// contains filtered or unexported fields
}

func (*DeployEvent_Backup_Operation) Descriptor deprecated

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

Deprecated: Use DeployEvent_Backup_Operation.ProtoReflect.Descriptor instead.

func (*DeployEvent_Backup_Operation) GetAsyncProgress

func (x *DeployEvent_Backup_Operation) GetAsyncProgress() float64

func (*DeployEvent_Backup_Operation) GetError

func (x *DeployEvent_Backup_Operation) GetError() string

func (*DeployEvent_Backup_Operation) GetName

func (x *DeployEvent_Backup_Operation) GetName() string

func (*DeployEvent_Backup_Operation) GetStatus

func (*DeployEvent_Backup_Operation) GetSyncProgress

func (x *DeployEvent_Backup_Operation) GetSyncProgress() float64

func (*DeployEvent_Backup_Operation) GetType

func (*DeployEvent_Backup_Operation) ProtoMessage

func (*DeployEvent_Backup_Operation) ProtoMessage()

func (*DeployEvent_Backup_Operation) ProtoReflect

func (*DeployEvent_Backup_Operation) Reset

func (x *DeployEvent_Backup_Operation) Reset()

func (*DeployEvent_Backup_Operation) String

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) Descriptor

func (DeployEvent_Backup_Operation_Type) Enum

func (DeployEvent_Backup_Operation_Type) EnumDescriptor deprecated

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

Deprecated: Use DeployEvent_Backup_Operation_Type.Descriptor instead.

func (DeployEvent_Backup_Operation_Type) Number

func (DeployEvent_Backup_Operation_Type) String

func (DeployEvent_Backup_Operation_Type) Type

type DeployEvent_Deploy

type DeployEvent_Deploy struct {
	Status DeployEvent_Status `` /* 178-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeployEvent_Deploy) Descriptor deprecated

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

Deprecated: Use DeployEvent_Deploy.ProtoReflect.Descriptor instead.

func (*DeployEvent_Deploy) GetStatus

func (x *DeployEvent_Deploy) GetStatus() DeployEvent_Status

func (*DeployEvent_Deploy) ProtoMessage

func (*DeployEvent_Deploy) ProtoMessage()

func (*DeployEvent_Deploy) ProtoReflect

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

func (*DeployEvent_Deploy) Reset

func (x *DeployEvent_Deploy) Reset()

func (*DeployEvent_Deploy) String

func (x *DeployEvent_Deploy) String() string

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 */
	// contains filtered or unexported fields
}

func (*DeployEvent_Phase) Descriptor deprecated

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

Deprecated: Use DeployEvent_Phase.ProtoReflect.Descriptor instead.

func (*DeployEvent_Phase) GetPhaseId

func (x *DeployEvent_Phase) GetPhaseId() DeployEvent_PhaseID

func (*DeployEvent_Phase) GetStatus

func (x *DeployEvent_Phase) GetStatus() DeployEvent_Status

func (*DeployEvent_Phase) ProtoMessage

func (*DeployEvent_Phase) ProtoMessage()

func (*DeployEvent_Phase) ProtoReflect

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

func (*DeployEvent_Phase) Reset

func (x *DeployEvent_Phase) Reset()

func (*DeployEvent_Phase) String

func (x *DeployEvent_Phase) String() string

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) Descriptor

func (DeployEvent_PhaseID) Enum

func (DeployEvent_PhaseID) EnumDescriptor deprecated

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

Deprecated: Use DeployEvent_PhaseID.Descriptor instead.

func (DeployEvent_PhaseID) Number

func (DeployEvent_PhaseID) String

func (x DeployEvent_PhaseID) String() string

func (DeployEvent_PhaseID) Type

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"`
	// contains filtered or unexported fields
}

func (*DeployEvent_PhaseStep) Descriptor deprecated

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

Deprecated: Use DeployEvent_PhaseStep.ProtoReflect.Descriptor instead.

func (*DeployEvent_PhaseStep) GetError

func (x *DeployEvent_PhaseStep) GetError() string

func (*DeployEvent_PhaseStep) GetPhaseId

func (*DeployEvent_PhaseStep) GetStatus

func (*DeployEvent_PhaseStep) GetStepName

func (x *DeployEvent_PhaseStep) GetStepName() string

func (*DeployEvent_PhaseStep) ProtoMessage

func (*DeployEvent_PhaseStep) ProtoMessage()

func (*DeployEvent_PhaseStep) ProtoReflect

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

func (*DeployEvent_PhaseStep) Reset

func (x *DeployEvent_PhaseStep) Reset()

func (*DeployEvent_PhaseStep) String

func (x *DeployEvent_PhaseStep) String() string

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) Descriptor

func (DeployEvent_Status) Enum

func (DeployEvent_Status) EnumDescriptor deprecated

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

Deprecated: Use DeployEvent_Status.Descriptor instead.

func (DeployEvent_Status) Number

func (DeployEvent_Status) String

func (x DeployEvent_Status) String() string

func (DeployEvent_Status) Type

type DeployEvent_TaskComplete

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

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

func (*DeployEvent_TaskComplete) Descriptor deprecated

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

Deprecated: Use DeployEvent_TaskComplete.ProtoReflect.Descriptor instead.

func (*DeployEvent_TaskComplete) ProtoMessage

func (*DeployEvent_TaskComplete) ProtoMessage()

func (*DeployEvent_TaskComplete) ProtoReflect

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

func (*DeployEvent_TaskComplete) Reset

func (x *DeployEvent_TaskComplete) Reset()

func (*DeployEvent_TaskComplete) String

func (x *DeployEvent_TaskComplete) String() string

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 {
	// contains filtered or unexported fields
}

func (*DeployIDRequest) Descriptor deprecated

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

Deprecated: Use DeployIDRequest.ProtoReflect.Descriptor instead.

func (*DeployIDRequest) ProtoMessage

func (*DeployIDRequest) ProtoMessage()

func (*DeployIDRequest) ProtoReflect

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

func (*DeployIDRequest) Reset

func (x *DeployIDRequest) Reset()

func (*DeployIDRequest) String

func (x *DeployIDRequest) String() string

type DeployIDResponse

type DeployIDResponse struct {
	DeploymentId string `` /* 167-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeployIDResponse) Descriptor deprecated

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

Deprecated: Use DeployIDResponse.ProtoReflect.Descriptor instead.

func (*DeployIDResponse) GetDeploymentId

func (x *DeployIDResponse) GetDeploymentId() string

func (*DeployIDResponse) ProtoMessage

func (*DeployIDResponse) ProtoMessage()

func (*DeployIDResponse) ProtoReflect

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

func (*DeployIDResponse) Reset

func (x *DeployIDResponse) Reset()

func (*DeployIDResponse) String

func (x *DeployIDResponse) String() string

type DeployRequest

type DeployRequest struct {
	Services            []string `` /* 129-byte string literal not displayed */
	UsedBootstrapBundle bool     `` /* 207-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeployRequest) Descriptor deprecated

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

Deprecated: Use DeployRequest.ProtoReflect.Descriptor instead.

func (*DeployRequest) GetServices

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

func (*DeployRequest) GetUsedBootstrapBundle

func (x *DeployRequest) GetUsedBootstrapBundle() bool

func (*DeployRequest) ProtoMessage

func (*DeployRequest) ProtoMessage()

func (*DeployRequest) ProtoReflect

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

func (*DeployRequest) Reset

func (x *DeployRequest) Reset()

func (*DeployRequest) String

func (x *DeployRequest) String() string

type DeployResponse

type DeployResponse struct {
	TaskId string `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeployResponse) Descriptor deprecated

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

Deprecated: Use DeployResponse.ProtoReflect.Descriptor instead.

func (*DeployResponse) GetTaskId

func (x *DeployResponse) GetTaskId() string

func (*DeployResponse) ProtoMessage

func (*DeployResponse) ProtoMessage()

func (*DeployResponse) ProtoReflect

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

func (*DeployResponse) Reset

func (x *DeployResponse) Reset()

func (*DeployResponse) String

func (x *DeployResponse) String() string

type DeployStatusRequest

type DeployStatusRequest struct {
	DeploymentId *DeploymentID `` /* 167-byte string literal not displayed */
	TaskId       string        `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeployStatusRequest) Descriptor deprecated

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

Deprecated: Use DeployStatusRequest.ProtoReflect.Descriptor instead.

func (*DeployStatusRequest) GetDeploymentId

func (x *DeployStatusRequest) GetDeploymentId() *DeploymentID

func (*DeployStatusRequest) GetTaskId

func (x *DeployStatusRequest) GetTaskId() string

func (*DeployStatusRequest) ProtoMessage

func (*DeployStatusRequest) ProtoMessage()

func (*DeployStatusRequest) ProtoReflect

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

func (*DeployStatusRequest) Reset

func (x *DeployStatusRequest) Reset()

func (*DeployStatusRequest) String

func (x *DeployStatusRequest) String() string

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)
	BackupIntegrityShow(ctx context.Context, in *BackupIntegrityShowRequest, opts ...grpc.CallOption) (*BackupIntegrityShowResponse, error)
	ValidateBackupIntegrity(ctx context.Context, in *ValidateBackupIntegrityRequest, opts ...grpc.CallOption) (*ValidateBackupIntegrityResponse, 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)
	BootstrapBundle(ctx context.Context, in *BootstrapBundleRequest, opts ...grpc.CallOption) (Deployment_BootstrapBundleClient, 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.ClientConnInterface) 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 */
	// contains filtered or unexported fields
}

func (*DeploymentID) Descriptor deprecated

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

Deprecated: Use DeploymentID.ProtoReflect.Descriptor instead.

func (*DeploymentID) GetCreatedAt

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

func (*DeploymentID) GetId

func (x *DeploymentID) GetId() string

func (*DeploymentID) GetLastAction

func (x *DeploymentID) GetLastAction() string

func (*DeploymentID) ProtoMessage

func (*DeploymentID) ProtoMessage()

func (*DeploymentID) ProtoReflect

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

func (*DeploymentID) Reset

func (x *DeploymentID) Reset()

func (*DeploymentID) String

func (x *DeploymentID) String() string

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)
	BackupIntegrityShow(context.Context, *BackupIntegrityShowRequest) (*BackupIntegrityShowResponse, error)
	ValidateBackupIntegrity(context.Context, *ValidateBackupIntegrityRequest) (*ValidateBackupIntegrityResponse, 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
	BootstrapBundle(*BootstrapBundleRequest, Deployment_BootstrapBundleServer) 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"`
	// contains filtered or unexported fields
}

func (*DeploymentStatus) Descriptor deprecated

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

Deprecated: Use DeploymentStatus.ProtoReflect.Descriptor instead.

func (*DeploymentStatus) GetMsg

func (x *DeploymentStatus) GetMsg() string

func (*DeploymentStatus) ProtoMessage

func (*DeploymentStatus) ProtoMessage()

func (*DeploymentStatus) ProtoReflect

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

func (*DeploymentStatus) Reset

func (x *DeploymentStatus) Reset()

func (*DeploymentStatus) String

func (x *DeploymentStatus) String() string

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_BootstrapBundleClient

type Deployment_BootstrapBundleClient interface {
	Recv() (*BootstrapBundleResponse, error)
	grpc.ClientStream
}

type Deployment_BootstrapBundleServer

type Deployment_BootstrapBundleServer interface {
	Send(*BootstrapBundleResponse) 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 {
	// contains filtered or unexported fields
}

func (*DumpDBRequest) Descriptor deprecated

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

Deprecated: Use DumpDBRequest.ProtoReflect.Descriptor instead.

func (*DumpDBRequest) ProtoMessage

func (*DumpDBRequest) ProtoMessage()

func (*DumpDBRequest) ProtoReflect

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

func (*DumpDBRequest) Reset

func (x *DumpDBRequest) Reset()

func (*DumpDBRequest) String

func (x *DumpDBRequest) String() string

type DumpDBResponse

type DumpDBResponse struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty" toml:"data,omitempty" mapstructure:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*DumpDBResponse) Descriptor deprecated

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

Deprecated: Use DumpDBResponse.ProtoReflect.Descriptor instead.

func (*DumpDBResponse) GetData

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

func (*DumpDBResponse) ProtoMessage

func (*DumpDBResponse) ProtoMessage()

func (*DumpDBResponse) ProtoReflect

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

func (*DumpDBResponse) Reset

func (x *DumpDBResponse) Reset()

func (*DumpDBResponse) String

func (x *DumpDBResponse) String() string

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 GCSBackupLocation

type GCSBackupLocation struct {
	BucketName                   string `` /* 157-byte string literal not displayed */
	BasePath                     string `` /* 147-byte string literal not displayed */
	GoogleApplicationCredentials string `` /* 251-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GCSBackupLocation) Descriptor deprecated

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

Deprecated: Use GCSBackupLocation.ProtoReflect.Descriptor instead.

func (*GCSBackupLocation) GetBasePath

func (x *GCSBackupLocation) GetBasePath() string

func (*GCSBackupLocation) GetBucketName

func (x *GCSBackupLocation) GetBucketName() string

func (*GCSBackupLocation) GetGoogleApplicationCredentials

func (x *GCSBackupLocation) GetGoogleApplicationCredentials() string

func (*GCSBackupLocation) ProtoMessage

func (*GCSBackupLocation) ProtoMessage()

func (*GCSBackupLocation) ProtoReflect

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

func (*GCSBackupLocation) Reset

func (x *GCSBackupLocation) Reset()

func (*GCSBackupLocation) String

func (x *GCSBackupLocation) String() string

type GatherLogsDownloadRequest

type GatherLogsDownloadRequest struct {
	BundleName string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GatherLogsDownloadRequest) Descriptor deprecated

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

Deprecated: Use GatherLogsDownloadRequest.ProtoReflect.Descriptor instead.

func (*GatherLogsDownloadRequest) GetBundleName

func (x *GatherLogsDownloadRequest) GetBundleName() string

func (*GatherLogsDownloadRequest) ProtoMessage

func (*GatherLogsDownloadRequest) ProtoMessage()

func (*GatherLogsDownloadRequest) ProtoReflect

func (*GatherLogsDownloadRequest) Reset

func (x *GatherLogsDownloadRequest) Reset()

func (*GatherLogsDownloadRequest) String

func (x *GatherLogsDownloadRequest) String() string

type GatherLogsDownloadResponse

type GatherLogsDownloadResponse struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty" toml:"data,omitempty" mapstructure:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GatherLogsDownloadResponse) Descriptor deprecated

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

Deprecated: Use GatherLogsDownloadResponse.ProtoReflect.Descriptor instead.

func (*GatherLogsDownloadResponse) GetData

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

func (*GatherLogsDownloadResponse) ProtoMessage

func (*GatherLogsDownloadResponse) ProtoMessage()

func (*GatherLogsDownloadResponse) ProtoReflect

func (*GatherLogsDownloadResponse) Reset

func (x *GatherLogsDownloadResponse) Reset()

func (*GatherLogsDownloadResponse) String

func (x *GatherLogsDownloadResponse) String() string

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 */
	// contains filtered or unexported fields
}

func (*GatherLogsRequest) Descriptor deprecated

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

Deprecated: Use GatherLogsRequest.ProtoReflect.Descriptor instead.

func (*GatherLogsRequest) GetLogLines

func (x *GatherLogsRequest) GetLogLines() uint64

func (*GatherLogsRequest) ProtoMessage

func (*GatherLogsRequest) ProtoMessage()

func (*GatherLogsRequest) ProtoReflect

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

func (*GatherLogsRequest) Reset

func (x *GatherLogsRequest) Reset()

func (*GatherLogsRequest) String

func (x *GatherLogsRequest) String() string

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 */
	// contains filtered or unexported fields
}

func (*GatherLogsResponse) Descriptor deprecated

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

Deprecated: Use GatherLogsResponse.ProtoReflect.Descriptor instead.

func (*GatherLogsResponse) GetBundleChecksum

func (x *GatherLogsResponse) GetBundleChecksum() string

func (*GatherLogsResponse) GetBundleName

func (x *GatherLogsResponse) GetBundleName() string

func (*GatherLogsResponse) GetBundleSize

func (x *GatherLogsResponse) GetBundleSize() int64

func (*GatherLogsResponse) ProtoMessage

func (*GatherLogsResponse) ProtoMessage()

func (*GatherLogsResponse) ProtoReflect

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

func (*GatherLogsResponse) Reset

func (x *GatherLogsResponse) Reset()

func (*GatherLogsResponse) String

func (x *GatherLogsResponse) String() string

type GenerateAdminTokenRequest

type GenerateAdminTokenRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateAdminTokenRequest) Descriptor deprecated

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

Deprecated: Use GenerateAdminTokenRequest.ProtoReflect.Descriptor instead.

func (*GenerateAdminTokenRequest) GetName

func (x *GenerateAdminTokenRequest) GetName() string

func (*GenerateAdminTokenRequest) ProtoMessage

func (*GenerateAdminTokenRequest) ProtoMessage()

func (*GenerateAdminTokenRequest) ProtoReflect

func (*GenerateAdminTokenRequest) Reset

func (x *GenerateAdminTokenRequest) Reset()

func (*GenerateAdminTokenRequest) String

func (x *GenerateAdminTokenRequest) String() string

type GenerateAdminTokenResponse

type GenerateAdminTokenResponse struct {
	TokenValue string `` /* 157-byte string literal not displayed */
	TokenId    string `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GenerateAdminTokenResponse) Descriptor deprecated

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

Deprecated: Use GenerateAdminTokenResponse.ProtoReflect.Descriptor instead.

func (*GenerateAdminTokenResponse) GetTokenId

func (x *GenerateAdminTokenResponse) GetTokenId() string

func (*GenerateAdminTokenResponse) GetTokenValue

func (x *GenerateAdminTokenResponse) GetTokenValue() string

func (*GenerateAdminTokenResponse) ProtoMessage

func (*GenerateAdminTokenResponse) ProtoMessage()

func (*GenerateAdminTokenResponse) ProtoReflect

func (*GenerateAdminTokenResponse) Reset

func (x *GenerateAdminTokenResponse) Reset()

func (*GenerateAdminTokenResponse) String

func (x *GenerateAdminTokenResponse) String() string

type GetAutomateConfigRequest

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

AutomateConfig Messages

func (*GetAutomateConfigRequest) Descriptor deprecated

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

Deprecated: Use GetAutomateConfigRequest.ProtoReflect.Descriptor instead.

func (*GetAutomateConfigRequest) ProtoMessage

func (*GetAutomateConfigRequest) ProtoMessage()

func (*GetAutomateConfigRequest) ProtoReflect

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

func (*GetAutomateConfigRequest) Reset

func (x *GetAutomateConfigRequest) Reset()

func (*GetAutomateConfigRequest) String

func (x *GetAutomateConfigRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetAutomateConfigResponse) Descriptor deprecated

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

Deprecated: Use GetAutomateConfigResponse.ProtoReflect.Descriptor instead.

func (*GetAutomateConfigResponse) GetConfig

func (*GetAutomateConfigResponse) GetHash

func (x *GetAutomateConfigResponse) GetHash() uint64

func (*GetAutomateConfigResponse) ProtoMessage

func (*GetAutomateConfigResponse) ProtoMessage()

func (*GetAutomateConfigResponse) ProtoReflect

func (*GetAutomateConfigResponse) Reset

func (x *GetAutomateConfigResponse) Reset()

func (*GetAutomateConfigResponse) String

func (x *GetAutomateConfigResponse) String() string

type GetCLIExecutableRequest

type GetCLIExecutableRequest struct {
	Platform string `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetCLIExecutableRequest) Descriptor deprecated

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

Deprecated: Use GetCLIExecutableRequest.ProtoReflect.Descriptor instead.

func (*GetCLIExecutableRequest) GetPlatform

func (x *GetCLIExecutableRequest) GetPlatform() string

func (*GetCLIExecutableRequest) ProtoMessage

func (*GetCLIExecutableRequest) ProtoMessage()

func (*GetCLIExecutableRequest) ProtoReflect

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

func (*GetCLIExecutableRequest) Reset

func (x *GetCLIExecutableRequest) Reset()

func (*GetCLIExecutableRequest) String

func (x *GetCLIExecutableRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetCLIExecutableResponse) Descriptor deprecated

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

Deprecated: Use GetCLIExecutableResponse.ProtoReflect.Descriptor instead.

func (*GetCLIExecutableResponse) GetData

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

func (*GetCLIExecutableResponse) GetVersion

func (x *GetCLIExecutableResponse) GetVersion() string

func (*GetCLIExecutableResponse) ProtoMessage

func (*GetCLIExecutableResponse) ProtoMessage()

func (*GetCLIExecutableResponse) ProtoReflect

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

func (*GetCLIExecutableResponse) Reset

func (x *GetCLIExecutableResponse) Reset()

func (*GetCLIExecutableResponse) String

func (x *GetCLIExecutableResponse) String() string

type InfrastructureNodeDeleteRequest

type InfrastructureNodeDeleteRequest struct {
	NodeId string `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InfrastructureNodeDeleteRequest) Descriptor deprecated

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

Deprecated: Use InfrastructureNodeDeleteRequest.ProtoReflect.Descriptor instead.

func (*InfrastructureNodeDeleteRequest) GetNodeId

func (x *InfrastructureNodeDeleteRequest) GetNodeId() string

func (*InfrastructureNodeDeleteRequest) ProtoMessage

func (*InfrastructureNodeDeleteRequest) ProtoMessage()

func (*InfrastructureNodeDeleteRequest) ProtoReflect

func (*InfrastructureNodeDeleteRequest) Reset

func (*InfrastructureNodeDeleteRequest) String

type InfrastructureNodeDeleteResponse

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

func (*InfrastructureNodeDeleteResponse) Descriptor deprecated

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

Deprecated: Use InfrastructureNodeDeleteResponse.ProtoReflect.Descriptor instead.

func (*InfrastructureNodeDeleteResponse) ProtoMessage

func (*InfrastructureNodeDeleteResponse) ProtoMessage()

func (*InfrastructureNodeDeleteResponse) ProtoReflect

func (*InfrastructureNodeDeleteResponse) Reset

func (*InfrastructureNodeDeleteResponse) String

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 */
	// contains filtered or unexported fields
}

func (*InventoryNode) Descriptor deprecated

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

Deprecated: Use InventoryNode.ProtoReflect.Descriptor instead.

func (*InventoryNode) GetCheckin

func (x *InventoryNode) GetCheckin() string

func (*InventoryNode) GetClientVersion

func (x *InventoryNode) GetClientVersion() string

func (*InventoryNode) GetEc2InstanceId

func (x *InventoryNode) GetEc2InstanceId() string

func (*InventoryNode) GetEc2InstanceType

func (x *InventoryNode) GetEc2InstanceType() string

func (*InventoryNode) GetName

func (x *InventoryNode) GetName() string

func (*InventoryNode) GetOrganization

func (x *InventoryNode) GetOrganization() string

func (*InventoryNode) GetPlatform

func (x *InventoryNode) GetPlatform() string

func (*InventoryNode) GetPlatformFamily

func (x *InventoryNode) GetPlatformFamily() string

func (*InventoryNode) GetPlatformVersion

func (x *InventoryNode) GetPlatformVersion() string

func (*InventoryNode) GetStatus

func (x *InventoryNode) GetStatus() string

func (*InventoryNode) ProtoMessage

func (*InventoryNode) ProtoMessage()

func (*InventoryNode) ProtoReflect

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

func (*InventoryNode) Reset

func (x *InventoryNode) Reset()

func (*InventoryNode) String

func (x *InventoryNode) String() string

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"`
	// contains filtered or unexported fields
}

func (*LicenseApplyRequest) Descriptor deprecated

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

Deprecated: Use LicenseApplyRequest.ProtoReflect.Descriptor instead.

func (*LicenseApplyRequest) GetForce

func (x *LicenseApplyRequest) GetForce() bool

func (*LicenseApplyRequest) GetLicense

func (x *LicenseApplyRequest) GetLicense() string

func (*LicenseApplyRequest) ProtoMessage

func (*LicenseApplyRequest) ProtoMessage()

func (*LicenseApplyRequest) ProtoReflect

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

func (*LicenseApplyRequest) Reset

func (x *LicenseApplyRequest) Reset()

func (*LicenseApplyRequest) String

func (x *LicenseApplyRequest) String() string

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 */
	// contains filtered or unexported fields
}

func (*LicenseApplyResponse) Descriptor deprecated

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

Deprecated: Use LicenseApplyResponse.ProtoReflect.Descriptor instead.

func (*LicenseApplyResponse) GetDuplicate

func (x *LicenseApplyResponse) GetDuplicate() bool

func (*LicenseApplyResponse) GetMessage

func (x *LicenseApplyResponse) GetMessage() string

func (*LicenseApplyResponse) GetUpdated

func (x *LicenseApplyResponse) GetUpdated() bool

func (*LicenseApplyResponse) ProtoMessage

func (*LicenseApplyResponse) ProtoMessage()

func (*LicenseApplyResponse) ProtoReflect

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

func (*LicenseApplyResponse) Reset

func (x *LicenseApplyResponse) Reset()

func (*LicenseApplyResponse) String

func (x *LicenseApplyResponse) String() string

type LicenseStatusRequest

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

func (*LicenseStatusRequest) Descriptor deprecated

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

Deprecated: Use LicenseStatusRequest.ProtoReflect.Descriptor instead.

func (*LicenseStatusRequest) ProtoMessage

func (*LicenseStatusRequest) ProtoMessage()

func (*LicenseStatusRequest) ProtoReflect

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

func (*LicenseStatusRequest) Reset

func (x *LicenseStatusRequest) Reset()

func (*LicenseStatusRequest) String

func (x *LicenseStatusRequest) String() string

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 */
	// contains filtered or unexported fields
}

func (*LicenseStatusResponse) Descriptor deprecated

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

Deprecated: Use LicenseStatusResponse.ProtoReflect.Descriptor instead.

func (*LicenseStatusResponse) GetCustomerName

func (x *LicenseStatusResponse) GetCustomerName() string

func (*LicenseStatusResponse) GetExpirationDate

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

func (*LicenseStatusResponse) GetLicenseId

func (x *LicenseStatusResponse) GetLicenseId() string

func (*LicenseStatusResponse) GetSet

func (x *LicenseStatusResponse) GetSet() bool

func (*LicenseStatusResponse) ProtoMessage

func (*LicenseStatusResponse) ProtoMessage()

func (*LicenseStatusResponse) ProtoReflect

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

func (*LicenseStatusResponse) Reset

func (x *LicenseStatusResponse) Reset()

func (*LicenseStatusResponse) String

func (x *LicenseStatusResponse) String() string

type ListBackupsRequest

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

func (*ListBackupsRequest) Descriptor deprecated

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

Deprecated: Use ListBackupsRequest.ProtoReflect.Descriptor instead.

func (*ListBackupsRequest) ProtoMessage

func (*ListBackupsRequest) ProtoMessage()

func (*ListBackupsRequest) ProtoReflect

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

func (*ListBackupsRequest) Reset

func (x *ListBackupsRequest) Reset()

func (*ListBackupsRequest) String

func (x *ListBackupsRequest) String() string

type ListBackupsResponse

type ListBackupsResponse struct {
	Backups []*BackupTask `protobuf:"bytes,2,rep,name=backups,proto3" json:"backups,omitempty" toml:"backups,omitempty" mapstructure:"backups,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBackupsResponse) Descriptor deprecated

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

Deprecated: Use ListBackupsResponse.ProtoReflect.Descriptor instead.

func (*ListBackupsResponse) GetBackups

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

func (*ListBackupsResponse) ProtoMessage

func (*ListBackupsResponse) ProtoMessage()

func (*ListBackupsResponse) ProtoReflect

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

func (*ListBackupsResponse) Reset

func (x *ListBackupsResponse) Reset()

func (*ListBackupsResponse) String

func (x *ListBackupsResponse) String() string

type LogLine

type LogLine struct {
	Line string `protobuf:"bytes,1,opt,name=line,proto3" json:"line,omitempty" toml:"line,omitempty" mapstructure:"line,omitempty"`
	// contains filtered or unexported fields
}

func (*LogLine) Descriptor deprecated

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

Deprecated: Use LogLine.ProtoReflect.Descriptor instead.

func (*LogLine) GetLine

func (x *LogLine) GetLine() string

func (*LogLine) ProtoMessage

func (*LogLine) ProtoMessage()

func (*LogLine) ProtoReflect

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

func (*LogLine) Reset

func (x *LogLine) Reset()

func (*LogLine) String

func (x *LogLine) String() string

type ManifestVersionRequest

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

func (*ManifestVersionRequest) Descriptor deprecated

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

Deprecated: Use ManifestVersionRequest.ProtoReflect.Descriptor instead.

func (*ManifestVersionRequest) ProtoMessage

func (*ManifestVersionRequest) ProtoMessage()

func (*ManifestVersionRequest) ProtoReflect

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

func (*ManifestVersionRequest) Reset

func (x *ManifestVersionRequest) Reset()

func (*ManifestVersionRequest) String

func (x *ManifestVersionRequest) String() string

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 */
	// contains filtered or unexported fields
}

func (*ManifestVersionResponse) Descriptor deprecated

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

Deprecated: Use ManifestVersionResponse.ProtoReflect.Descriptor instead.

func (*ManifestVersionResponse) GetBuildSha

func (x *ManifestVersionResponse) GetBuildSha() string

func (*ManifestVersionResponse) GetBuildTimestamp

func (x *ManifestVersionResponse) GetBuildTimestamp() string

func (*ManifestVersionResponse) GetCliRelease

func (x *ManifestVersionResponse) GetCliRelease() string

func (*ManifestVersionResponse) ProtoMessage

func (*ManifestVersionResponse) ProtoMessage()

func (*ManifestVersionResponse) ProtoReflect

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

func (*ManifestVersionResponse) Reset

func (x *ManifestVersionResponse) Reset()

func (*ManifestVersionResponse) String

func (x *ManifestVersionResponse) String() string

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 */
	// contains filtered or unexported fields
}

func (*NewDeploymentRequest) Descriptor deprecated

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

Deprecated: Use NewDeploymentRequest.ProtoReflect.Descriptor instead.

func (*NewDeploymentRequest) GetConfig

func (*NewDeploymentRequest) GetPackageOptions

func (x *NewDeploymentRequest) GetPackageOptions() *PackageOptions

func (*NewDeploymentRequest) ProtoMessage

func (*NewDeploymentRequest) ProtoMessage()

func (*NewDeploymentRequest) ProtoReflect

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

func (*NewDeploymentRequest) Reset

func (x *NewDeploymentRequest) Reset()

func (*NewDeploymentRequest) String

func (x *NewDeploymentRequest) String() string

type NodeInventoryRequest

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

func (*NodeInventoryRequest) Descriptor deprecated

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

Deprecated: Use NodeInventoryRequest.ProtoReflect.Descriptor instead.

func (*NodeInventoryRequest) ProtoMessage

func (*NodeInventoryRequest) ProtoMessage()

func (*NodeInventoryRequest) ProtoReflect

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

func (*NodeInventoryRequest) Reset

func (x *NodeInventoryRequest) Reset()

func (*NodeInventoryRequest) String

func (x *NodeInventoryRequest) String() string

type NodeInventoryResponse

type NodeInventoryResponse struct {
	Nodes []*InventoryNode `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty" toml:"nodes,omitempty" mapstructure:"nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeInventoryResponse) Descriptor deprecated

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

Deprecated: Use NodeInventoryResponse.ProtoReflect.Descriptor instead.

func (*NodeInventoryResponse) GetNodes

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

func (*NodeInventoryResponse) ProtoMessage

func (*NodeInventoryResponse) ProtoMessage()

func (*NodeInventoryResponse) ProtoReflect

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

func (*NodeInventoryResponse) Reset

func (x *NodeInventoryResponse) Reset()

func (*NodeInventoryResponse) String

func (x *NodeInventoryResponse) String() string

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 */
	// contains filtered or unexported fields
}

func (*NodeUsage) Descriptor deprecated

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

Deprecated: Use NodeUsage.ProtoReflect.Descriptor instead.

func (*NodeUsage) GetCheckinType

func (x *NodeUsage) GetCheckinType() string

func (*NodeUsage) GetId

func (x *NodeUsage) GetId() string

func (*NodeUsage) GetLastCcrReceived

func (x *NodeUsage) GetLastCcrReceived() string

func (*NodeUsage) GetLastSeen

func (x *NodeUsage) GetLastSeen() string

func (*NodeUsage) GetMetadata

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

func (*NodeUsage) ProtoMessage

func (*NodeUsage) ProtoMessage()

func (*NodeUsage) ProtoReflect

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

func (*NodeUsage) Reset

func (x *NodeUsage) Reset()

func (*NodeUsage) String

func (x *NodeUsage) String() string

type PackageOptions

type PackageOptions struct {
	OverrideOrigin string `` /* 177-byte string literal not displayed */
	HartifactsPath string `` /* 177-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PackageOptions) Descriptor deprecated

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

Deprecated: Use PackageOptions.ProtoReflect.Descriptor instead.

func (*PackageOptions) GetHartifactsPath

func (x *PackageOptions) GetHartifactsPath() string

func (*PackageOptions) GetOverrideOrigin

func (x *PackageOptions) GetOverrideOrigin() string

func (*PackageOptions) ProtoMessage

func (*PackageOptions) ProtoMessage()

func (*PackageOptions) ProtoReflect

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

func (*PackageOptions) Reset

func (x *PackageOptions) Reset()

func (*PackageOptions) String

func (x *PackageOptions) String() string

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"`
	// contains filtered or unexported fields
}

func (*PatchAutomateConfigRequest) Descriptor deprecated

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

Deprecated: Use PatchAutomateConfigRequest.ProtoReflect.Descriptor instead.

func (*PatchAutomateConfigRequest) GetConfig

func (*PatchAutomateConfigRequest) GetHash

func (x *PatchAutomateConfigRequest) GetHash() uint64

func (*PatchAutomateConfigRequest) ProtoMessage

func (*PatchAutomateConfigRequest) ProtoMessage()

func (*PatchAutomateConfigRequest) ProtoReflect

func (*PatchAutomateConfigRequest) Reset

func (x *PatchAutomateConfigRequest) Reset()

func (*PatchAutomateConfigRequest) String

func (x *PatchAutomateConfigRequest) String() string

type PatchAutomateConfigResponse

type PatchAutomateConfigResponse struct {
	TaskId string `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PatchAutomateConfigResponse) Descriptor deprecated

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

Deprecated: Use PatchAutomateConfigResponse.ProtoReflect.Descriptor instead.

func (*PatchAutomateConfigResponse) GetTaskId

func (x *PatchAutomateConfigResponse) GetTaskId() string

func (*PatchAutomateConfigResponse) ProtoMessage

func (*PatchAutomateConfigResponse) ProtoMessage()

func (*PatchAutomateConfigResponse) ProtoReflect

func (*PatchAutomateConfigResponse) Reset

func (x *PatchAutomateConfigResponse) Reset()

func (*PatchAutomateConfigResponse) String

func (x *PatchAutomateConfigResponse) String() string

type PingRequest

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

func (*PingRequest) Descriptor deprecated

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

Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.

func (*PingRequest) ProtoMessage

func (*PingRequest) ProtoMessage()

func (*PingRequest) ProtoReflect

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

func (*PingRequest) Reset

func (x *PingRequest) Reset()

func (*PingRequest) String

func (x *PingRequest) String() string

type PingResponse

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

func (*PingResponse) Descriptor deprecated

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

Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.

func (*PingResponse) ProtoMessage

func (*PingResponse) ProtoMessage()

func (*PingResponse) ProtoReflect

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

func (*PingResponse) Reset

func (x *PingResponse) Reset()

func (*PingResponse) String

func (x *PingResponse) String() string

type RegenerateRootRequest

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

func (*RegenerateRootRequest) Descriptor deprecated

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

Deprecated: Use RegenerateRootRequest.ProtoReflect.Descriptor instead.

func (*RegenerateRootRequest) ProtoMessage

func (*RegenerateRootRequest) ProtoMessage()

func (*RegenerateRootRequest) ProtoReflect

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

func (*RegenerateRootRequest) Reset

func (x *RegenerateRootRequest) Reset()

func (*RegenerateRootRequest) String

func (x *RegenerateRootRequest) String() string

type RegenerateRootResponse

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

func (*RegenerateRootResponse) Descriptor deprecated

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

Deprecated: Use RegenerateRootResponse.ProtoReflect.Descriptor instead.

func (*RegenerateRootResponse) ProtoMessage

func (*RegenerateRootResponse) ProtoMessage()

func (*RegenerateRootResponse) ProtoReflect

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

func (*RegenerateRootResponse) Reset

func (x *RegenerateRootResponse) Reset()

func (*RegenerateRootResponse) String

func (x *RegenerateRootResponse) String() string

type ReleaseManifest

type ReleaseManifest struct {
	Json []byte `protobuf:"bytes,1,opt,name=json,proto3" json:"json,omitempty" toml:"json,omitempty" mapstructure:"json,omitempty"`
	// contains filtered or unexported fields
}

func (*ReleaseManifest) Descriptor deprecated

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

Deprecated: Use ReleaseManifest.ProtoReflect.Descriptor instead.

func (*ReleaseManifest) GetJson

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

func (*ReleaseManifest) ProtoMessage

func (*ReleaseManifest) ProtoMessage()

func (*ReleaseManifest) ProtoReflect

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

func (*ReleaseManifest) Reset

func (x *ReleaseManifest) Reset()

func (*ReleaseManifest) String

func (x *ReleaseManifest) String() string

type RemoveRequest

type RemoveRequest struct {
	Services []string `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RemoveRequest) Descriptor deprecated

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

Deprecated: Use RemoveRequest.ProtoReflect.Descriptor instead.

func (*RemoveRequest) GetServices

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

func (*RemoveRequest) ProtoMessage

func (*RemoveRequest) ProtoMessage()

func (*RemoveRequest) ProtoReflect

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

func (*RemoveRequest) Reset

func (x *RemoveRequest) Reset()

func (*RemoveRequest) String

func (x *RemoveRequest) String() string

type RemoveResponse

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

func (*RemoveResponse) Descriptor deprecated

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

Deprecated: Use RemoveResponse.ProtoReflect.Descriptor instead.

func (*RemoveResponse) ProtoMessage

func (*RemoveResponse) ProtoMessage()

func (*RemoveResponse) ProtoReflect

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

func (*RemoveResponse) Reset

func (x *RemoveResponse) Reset()

func (*RemoveResponse) String

func (x *RemoveResponse) String() string

type RestartServicesRequest

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

func (*RestartServicesRequest) Descriptor deprecated

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

Deprecated: Use RestartServicesRequest.ProtoReflect.Descriptor instead.

func (*RestartServicesRequest) ProtoMessage

func (*RestartServicesRequest) ProtoMessage()

func (*RestartServicesRequest) ProtoReflect

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

func (*RestartServicesRequest) Reset

func (x *RestartServicesRequest) Reset()

func (*RestartServicesRequest) String

func (x *RestartServicesRequest) String() string

type RestartServicesResponse

type RestartServicesResponse struct {
	TaskId string `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RestartServicesResponse) Descriptor deprecated

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

Deprecated: Use RestartServicesResponse.ProtoReflect.Descriptor instead.

func (*RestartServicesResponse) GetTaskId

func (x *RestartServicesResponse) GetTaskId() string

func (*RestartServicesResponse) ProtoMessage

func (*RestartServicesResponse) ProtoMessage()

func (*RestartServicesResponse) ProtoReflect

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

func (*RestartServicesResponse) Reset

func (x *RestartServicesResponse) Reset()

func (*RestartServicesResponse) String

func (x *RestartServicesResponse) String() string

type RestoreBackupRequest

type RestoreBackupRequest struct {
	Restore *BackupRestoreTask `protobuf:"bytes,1,opt,name=restore,proto3" json:"restore,omitempty" toml:"restore,omitempty" mapstructure:"restore,omitempty"`
	// contains filtered or unexported fields
}

func (*RestoreBackupRequest) Descriptor deprecated

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

Deprecated: Use RestoreBackupRequest.ProtoReflect.Descriptor instead.

func (*RestoreBackupRequest) GetRestore

func (x *RestoreBackupRequest) GetRestore() *BackupRestoreTask

func (*RestoreBackupRequest) ProtoMessage

func (*RestoreBackupRequest) ProtoMessage()

func (*RestoreBackupRequest) ProtoReflect

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

func (*RestoreBackupRequest) Reset

func (x *RestoreBackupRequest) Reset()

func (*RestoreBackupRequest) String

func (x *RestoreBackupRequest) String() string

type RestoreBackupResponse

type RestoreBackupResponse struct {
	Restore *BackupRestoreTask `protobuf:"bytes,1,opt,name=restore,proto3" json:"restore,omitempty" toml:"restore,omitempty" mapstructure:"restore,omitempty"`
	// contains filtered or unexported fields
}

func (*RestoreBackupResponse) Descriptor deprecated

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

Deprecated: Use RestoreBackupResponse.ProtoReflect.Descriptor instead.

func (*RestoreBackupResponse) GetRestore

func (x *RestoreBackupResponse) GetRestore() *BackupRestoreTask

func (*RestoreBackupResponse) ProtoMessage

func (*RestoreBackupResponse) ProtoMessage()

func (*RestoreBackupResponse) ProtoReflect

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

func (*RestoreBackupResponse) Reset

func (x *RestoreBackupResponse) Reset()

func (*RestoreBackupResponse) String

func (x *RestoreBackupResponse) String() string

type RootCertRequest

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

func (*RootCertRequest) Descriptor deprecated

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

Deprecated: Use RootCertRequest.ProtoReflect.Descriptor instead.

func (*RootCertRequest) ProtoMessage

func (*RootCertRequest) ProtoMessage()

func (*RootCertRequest) ProtoReflect

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

func (*RootCertRequest) Reset

func (x *RootCertRequest) Reset()

func (*RootCertRequest) String

func (x *RootCertRequest) String() string

type RootCertResponse

type RootCertResponse struct {
	Cert string `protobuf:"bytes,1,opt,name=cert,proto3" json:"cert,omitempty" toml:"cert,omitempty" mapstructure:"cert,omitempty"`
	// contains filtered or unexported fields
}

func (*RootCertResponse) Descriptor deprecated

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

Deprecated: Use RootCertResponse.ProtoReflect.Descriptor instead.

func (*RootCertResponse) GetCert

func (x *RootCertResponse) GetCert() string

func (*RootCertResponse) ProtoMessage

func (*RootCertResponse) ProtoMessage()

func (*RootCertResponse) ProtoReflect

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

func (*RootCertResponse) Reset

func (x *RootCertResponse) Reset()

func (*RootCertResponse) String

func (x *RootCertResponse) String() string

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 */
	// contains filtered or unexported fields
}

func (*S3BackupLocation) Descriptor deprecated

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

Deprecated: Use S3BackupLocation.ProtoReflect.Descriptor instead.

func (*S3BackupLocation) GetAccessKey

func (x *S3BackupLocation) GetAccessKey() string

func (*S3BackupLocation) GetBasePath

func (x *S3BackupLocation) GetBasePath() string

func (*S3BackupLocation) GetBucketName

func (x *S3BackupLocation) GetBucketName() string

func (*S3BackupLocation) GetEndpoint

func (x *S3BackupLocation) GetEndpoint() string

func (*S3BackupLocation) GetSecretKey

func (x *S3BackupLocation) GetSecretKey() string

func (*S3BackupLocation) GetSessionToken

func (x *S3BackupLocation) GetSessionToken() string

func (*S3BackupLocation) ProtoMessage

func (*S3BackupLocation) ProtoMessage()

func (*S3BackupLocation) ProtoReflect

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

func (*S3BackupLocation) Reset

func (x *S3BackupLocation) Reset()

func (*S3BackupLocation) String

func (x *S3BackupLocation) String() string

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"`
	// contains filtered or unexported fields
}

func (*ServiceState) Descriptor deprecated

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

Deprecated: Use ServiceState.ProtoReflect.Descriptor instead.

func (*ServiceState) GetName

func (x *ServiceState) GetName() string

func (*ServiceState) GetPid

func (x *ServiceState) GetPid() uint64

func (*ServiceState) GetState

func (x *ServiceState) GetState() ServiceState_State

func (*ServiceState) GetUptime

func (x *ServiceState) GetUptime() uint64

func (*ServiceState) ProtoMessage

func (*ServiceState) ProtoMessage()

func (*ServiceState) ProtoReflect

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

func (*ServiceState) Reset

func (x *ServiceState) Reset()

func (*ServiceState) String

func (x *ServiceState) String() string

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) Descriptor

func (ServiceState_State) Enum

func (ServiceState_State) EnumDescriptor deprecated

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

Deprecated: Use ServiceState_State.Descriptor instead.

func (ServiceState_State) Number

func (ServiceState_State) String

func (x ServiceState_State) String() string

func (ServiceState_State) Type

type ServiceStatus

type ServiceStatus struct {
	Services []*ServiceState `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 deprecated

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

Deprecated: Use ServiceStatus.ProtoReflect.Descriptor instead.

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 (x *ServiceStatus) GetServices() []*ServiceState

func (*ServiceStatus) ProtoMessage

func (*ServiceStatus) ProtoMessage()

func (*ServiceStatus) ProtoReflect

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

func (*ServiceStatus) Reset

func (x *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 (x *ServiceStatus) String() string

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"`
	// contains filtered or unexported fields
}

func (*ServiceVersion) Descriptor deprecated

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

Deprecated: Use ServiceVersion.ProtoReflect.Descriptor instead.

func (*ServiceVersion) GetName

func (x *ServiceVersion) GetName() string

func (*ServiceVersion) GetOrigin

func (x *ServiceVersion) GetOrigin() string

func (*ServiceVersion) GetRelease

func (x *ServiceVersion) GetRelease() string

func (*ServiceVersion) GetVersion

func (x *ServiceVersion) GetVersion() string

func (*ServiceVersion) ProtoMessage

func (*ServiceVersion) ProtoMessage()

func (*ServiceVersion) ProtoReflect

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

func (*ServiceVersion) Reset

func (x *ServiceVersion) Reset()

func (*ServiceVersion) String

func (x *ServiceVersion) String() string

type ServiceVersionsRequest

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

func (*ServiceVersionsRequest) Descriptor deprecated

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

Deprecated: Use ServiceVersionsRequest.ProtoReflect.Descriptor instead.

func (*ServiceVersionsRequest) ProtoMessage

func (*ServiceVersionsRequest) ProtoMessage()

func (*ServiceVersionsRequest) ProtoReflect

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

func (*ServiceVersionsRequest) Reset

func (x *ServiceVersionsRequest) Reset()

func (*ServiceVersionsRequest) String

func (x *ServiceVersionsRequest) String() string

type ServiceVersionsResponse

type ServiceVersionsResponse struct {
	Services []*ServiceVersion `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ServiceVersionsResponse) Descriptor deprecated

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

Deprecated: Use ServiceVersionsResponse.ProtoReflect.Descriptor instead.

func (*ServiceVersionsResponse) GetServices

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

func (*ServiceVersionsResponse) ProtoMessage

func (*ServiceVersionsResponse) ProtoMessage()

func (*ServiceVersionsResponse) ProtoReflect

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

func (*ServiceVersionsResponse) Reset

func (x *ServiceVersionsResponse) Reset()

func (*ServiceVersionsResponse) String

func (x *ServiceVersionsResponse) String() string

type SetAutomateConfigRequest

type SetAutomateConfigRequest struct {
	Config *deployment.AutomateConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty" toml:"config,omitempty" mapstructure:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAutomateConfigRequest) Descriptor deprecated

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

Deprecated: Use SetAutomateConfigRequest.ProtoReflect.Descriptor instead.

func (*SetAutomateConfigRequest) GetConfig

func (*SetAutomateConfigRequest) ProtoMessage

func (*SetAutomateConfigRequest) ProtoMessage()

func (*SetAutomateConfigRequest) ProtoReflect

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

func (*SetAutomateConfigRequest) Reset

func (x *SetAutomateConfigRequest) Reset()

func (*SetAutomateConfigRequest) String

func (x *SetAutomateConfigRequest) String() string

type SetAutomateConfigResponse

type SetAutomateConfigResponse struct {
	TaskId string `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetAutomateConfigResponse) Descriptor deprecated

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

Deprecated: Use SetAutomateConfigResponse.ProtoReflect.Descriptor instead.

func (*SetAutomateConfigResponse) GetTaskId

func (x *SetAutomateConfigResponse) GetTaskId() string

func (*SetAutomateConfigResponse) ProtoMessage

func (*SetAutomateConfigResponse) ProtoMessage()

func (*SetAutomateConfigResponse) ProtoReflect

func (*SetAutomateConfigResponse) Reset

func (x *SetAutomateConfigResponse) Reset()

func (*SetAutomateConfigResponse) String

func (x *SetAutomateConfigResponse) String() string

type SetLogLevelRequest

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

func (*SetLogLevelRequest) Descriptor deprecated

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

Deprecated: Use SetLogLevelRequest.ProtoReflect.Descriptor instead.

func (*SetLogLevelRequest) ProtoMessage

func (*SetLogLevelRequest) ProtoMessage()

func (*SetLogLevelRequest) ProtoReflect

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

func (*SetLogLevelRequest) Reset

func (x *SetLogLevelRequest) Reset()

func (*SetLogLevelRequest) String

func (x *SetLogLevelRequest) String() string

type SetLogLevelResponse

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

func (*SetLogLevelResponse) Descriptor deprecated

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

Deprecated: Use SetLogLevelResponse.ProtoReflect.Descriptor instead.

func (*SetLogLevelResponse) ProtoMessage

func (*SetLogLevelResponse) ProtoMessage()

func (*SetLogLevelResponse) ProtoReflect

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

func (*SetLogLevelResponse) Reset

func (x *SetLogLevelResponse) Reset()

func (*SetLogLevelResponse) String

func (x *SetLogLevelResponse) String() string

type ShowBackupRequest

type ShowBackupRequest struct {
	Backup *BackupTask `protobuf:"bytes,1,opt,name=backup,proto3" json:"backup,omitempty" toml:"backup,omitempty" mapstructure:"backup,omitempty"`
	// contains filtered or unexported fields
}

func (*ShowBackupRequest) Descriptor deprecated

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

Deprecated: Use ShowBackupRequest.ProtoReflect.Descriptor instead.

func (*ShowBackupRequest) GetBackup

func (x *ShowBackupRequest) GetBackup() *BackupTask

func (*ShowBackupRequest) ProtoMessage

func (*ShowBackupRequest) ProtoMessage()

func (*ShowBackupRequest) ProtoReflect

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

func (*ShowBackupRequest) Reset

func (x *ShowBackupRequest) Reset()

func (*ShowBackupRequest) String

func (x *ShowBackupRequest) String() string

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 */
	// contains filtered or unexported fields
}

func (*ShowBackupResponse) Descriptor deprecated

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

Deprecated: Use ShowBackupResponse.ProtoReflect.Descriptor instead.

func (*ShowBackupResponse) GetBackup

func (x *ShowBackupResponse) GetBackup() *BackupTask

func (*ShowBackupResponse) GetData

func (x *ShowBackupResponse) GetData() string

func (*ShowBackupResponse) GetDescription

func (x *ShowBackupResponse) GetDescription() *BackupDescription

func (*ShowBackupResponse) ProtoMessage

func (*ShowBackupResponse) ProtoMessage()

func (*ShowBackupResponse) ProtoReflect

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

func (*ShowBackupResponse) Reset

func (x *ShowBackupResponse) Reset()

func (*ShowBackupResponse) String

func (x *ShowBackupResponse) String() string

type SnapshotIntegrity

type SnapshotIntegrity struct {
	Id           *timestamp.Timestamp `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	LastVerified *timestamp.Timestamp `` /* 167-byte string literal not displayed */
	Missing      []string             `protobuf:"bytes,3,rep,name=missing,proto3" json:"missing,omitempty" toml:"missing,omitempty" mapstructure:"missing,omitempty"`
	Corrupted    bool                 `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SnapshotIntegrity) Descriptor deprecated

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

Deprecated: Use SnapshotIntegrity.ProtoReflect.Descriptor instead.

func (*SnapshotIntegrity) GetCorrupted

func (x *SnapshotIntegrity) GetCorrupted() bool

func (*SnapshotIntegrity) GetId

func (*SnapshotIntegrity) GetLastVerified

func (x *SnapshotIntegrity) GetLastVerified() *timestamp.Timestamp

func (*SnapshotIntegrity) GetMissing

func (x *SnapshotIntegrity) GetMissing() []string

func (*SnapshotIntegrity) ProtoMessage

func (*SnapshotIntegrity) ProtoMessage()

func (*SnapshotIntegrity) ProtoReflect

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

func (*SnapshotIntegrity) Reset

func (x *SnapshotIntegrity) Reset()

func (*SnapshotIntegrity) String

func (x *SnapshotIntegrity) String() string

type StartConvergeRequest

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

func (*StartConvergeRequest) Descriptor deprecated

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

Deprecated: Use StartConvergeRequest.ProtoReflect.Descriptor instead.

func (*StartConvergeRequest) ProtoMessage

func (*StartConvergeRequest) ProtoMessage()

func (*StartConvergeRequest) ProtoReflect

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

func (*StartConvergeRequest) Reset

func (x *StartConvergeRequest) Reset()

func (*StartConvergeRequest) String

func (x *StartConvergeRequest) String() string

type StartConvergeResponse

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

func (*StartConvergeResponse) Descriptor deprecated

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

Deprecated: Use StartConvergeResponse.ProtoReflect.Descriptor instead.

func (*StartConvergeResponse) ProtoMessage

func (*StartConvergeResponse) ProtoMessage()

func (*StartConvergeResponse) ProtoReflect

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

func (*StartConvergeResponse) Reset

func (x *StartConvergeResponse) Reset()

func (*StartConvergeResponse) String

func (x *StartConvergeResponse) String() string

type StatusRequest

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

func (*StatusRequest) Descriptor deprecated

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

Deprecated: Use StatusRequest.ProtoReflect.Descriptor instead.

func (*StatusRequest) ProtoMessage

func (*StatusRequest) ProtoMessage()

func (*StatusRequest) ProtoReflect

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

func (*StatusRequest) Reset

func (x *StatusRequest) Reset()

func (*StatusRequest) String

func (x *StatusRequest) String() string

type StatusResponse

type StatusResponse struct {
	ServiceStatus    *ServiceStatus            `` /* 172-byte string literal not displayed */
	DeploymentConfig *deployment.ConfigRequest `` /* 187-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StatusResponse) Descriptor deprecated

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

Deprecated: Use StatusResponse.ProtoReflect.Descriptor instead.

func (*StatusResponse) GetDeploymentConfig

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

func (*StatusResponse) GetServiceStatus

func (x *StatusResponse) GetServiceStatus() *ServiceStatus

func (*StatusResponse) ProtoMessage

func (*StatusResponse) ProtoMessage()

func (*StatusResponse) ProtoReflect

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

func (*StatusResponse) Reset

func (x *StatusResponse) Reset()

func (*StatusResponse) String

func (x *StatusResponse) String() string

type StopConvergeRequest

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

func (*StopConvergeRequest) Descriptor deprecated

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

Deprecated: Use StopConvergeRequest.ProtoReflect.Descriptor instead.

func (*StopConvergeRequest) ProtoMessage

func (*StopConvergeRequest) ProtoMessage()

func (*StopConvergeRequest) ProtoReflect

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

func (*StopConvergeRequest) Reset

func (x *StopConvergeRequest) Reset()

func (*StopConvergeRequest) String

func (x *StopConvergeRequest) String() string

type StopConvergeResponse

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

func (*StopConvergeResponse) Descriptor deprecated

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

Deprecated: Use StopConvergeResponse.ProtoReflect.Descriptor instead.

func (*StopConvergeResponse) ProtoMessage

func (*StopConvergeResponse) ProtoMessage()

func (*StopConvergeResponse) ProtoReflect

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

func (*StopConvergeResponse) Reset

func (x *StopConvergeResponse) Reset()

func (*StopConvergeResponse) String

func (x *StopConvergeResponse) String() string

type StopRequest

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

func (*StopRequest) Descriptor deprecated

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

Deprecated: Use StopRequest.ProtoReflect.Descriptor instead.

func (*StopRequest) ProtoMessage

func (*StopRequest) ProtoMessage()

func (*StopRequest) ProtoReflect

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

func (*StopRequest) Reset

func (x *StopRequest) Reset()

func (*StopRequest) String

func (x *StopRequest) String() string

type StopResponse

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

func (*StopResponse) Descriptor deprecated

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

Deprecated: Use StopResponse.ProtoReflect.Descriptor instead.

func (*StopResponse) ProtoMessage

func (*StopResponse) ProtoMessage()

func (*StopResponse) ProtoReflect

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

func (*StopResponse) Reset

func (x *StopResponse) Reset()

func (*StopResponse) String

func (x *StopResponse) String() string

type SupportBundleConfig

type SupportBundleConfig struct {
	StagingDir string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SupportBundleConfig) Descriptor deprecated

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

Deprecated: Use SupportBundleConfig.ProtoReflect.Descriptor instead.

func (*SupportBundleConfig) GetStagingDir

func (x *SupportBundleConfig) GetStagingDir() string

func (*SupportBundleConfig) ProtoMessage

func (*SupportBundleConfig) ProtoMessage()

func (*SupportBundleConfig) ProtoReflect

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

func (*SupportBundleConfig) Reset

func (x *SupportBundleConfig) Reset()

func (*SupportBundleConfig) String

func (x *SupportBundleConfig) String() string

type SystemLogsRequest

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

func (*SystemLogsRequest) Descriptor deprecated

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

Deprecated: Use SystemLogsRequest.ProtoReflect.Descriptor instead.

func (*SystemLogsRequest) ProtoMessage

func (*SystemLogsRequest) ProtoMessage()

func (*SystemLogsRequest) ProtoReflect

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

func (*SystemLogsRequest) Reset

func (x *SystemLogsRequest) Reset()

func (*SystemLogsRequest) String

func (x *SystemLogsRequest) String() string

type UnimplementedCertificateAuthorityServiceServer

type UnimplementedCertificateAuthorityServiceServer struct {
}

UnimplementedCertificateAuthorityServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCertificateAuthorityServiceServer) GetRootCert

func (*UnimplementedCertificateAuthorityServiceServer) RegenerateRoot

type UnimplementedDeploymentServer

type UnimplementedDeploymentServer struct {
}

UnimplementedDeploymentServer can be embedded to have forward compatible implementations.

func (*UnimplementedDeploymentServer) A1UpgradeStatus

func (*UnimplementedDeploymentServer) BackupIntegrityShow

func (*UnimplementedDeploymentServer) BackupStatus

func (*UnimplementedDeploymentServer) BootstrapBundle

func (*UnimplementedDeploymentServer) CancelBackup

func (*UnimplementedDeploymentServer) ConfigureDeployment

func (*UnimplementedDeploymentServer) CreateBackup

func (*UnimplementedDeploymentServer) CurrentReleaseManifest

func (*UnimplementedDeploymentServer) DeleteBackups

func (*UnimplementedDeploymentServer) Deploy

func (*UnimplementedDeploymentServer) DeployDataServices

func (*UnimplementedDeploymentServer) DeployID

func (*UnimplementedDeploymentServer) DeploySome

func (*UnimplementedDeploymentServer) DeployStatus

func (*UnimplementedDeploymentServer) DumpDB

func (*UnimplementedDeploymentServer) GatherLogs

func (*UnimplementedDeploymentServer) GenerateAdminToken

func (*UnimplementedDeploymentServer) GetAutomateConfig

func (*UnimplementedDeploymentServer) GetCLIExecutable

func (*UnimplementedDeploymentServer) LicenseApply

func (*UnimplementedDeploymentServer) LicenseStatus

func (*UnimplementedDeploymentServer) ListBackups

func (*UnimplementedDeploymentServer) ManifestVersion

func (*UnimplementedDeploymentServer) NewDeployment

func (*UnimplementedDeploymentServer) NodeInventory

func (*UnimplementedDeploymentServer) PatchAutomateConfig

func (*UnimplementedDeploymentServer) Ping

func (*UnimplementedDeploymentServer) Preload

func (*UnimplementedDeploymentServer) RemoveSome

func (*UnimplementedDeploymentServer) RestartServices

func (*UnimplementedDeploymentServer) RestoreBackup

func (*UnimplementedDeploymentServer) ServiceVersions

func (*UnimplementedDeploymentServer) SetAutomateConfig

func (*UnimplementedDeploymentServer) SetLogLevel

func (*UnimplementedDeploymentServer) ShowBackup

func (*UnimplementedDeploymentServer) StartConverge

func (*UnimplementedDeploymentServer) StartNonDataServices

func (*UnimplementedDeploymentServer) Status

func (*UnimplementedDeploymentServer) Stop

func (*UnimplementedDeploymentServer) StopConverge

func (*UnimplementedDeploymentServer) SystemLogs

func (*UnimplementedDeploymentServer) Upgrade

func (*UnimplementedDeploymentServer) UpgradeStatus

func (*UnimplementedDeploymentServer) Usage

type UpgradeRequest

type UpgradeRequest struct {
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*UpgradeRequest) Descriptor deprecated

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

Deprecated: Use UpgradeRequest.ProtoReflect.Descriptor instead.

func (*UpgradeRequest) GetVersion

func (x *UpgradeRequest) GetVersion() string

func (*UpgradeRequest) ProtoMessage

func (*UpgradeRequest) ProtoMessage()

func (*UpgradeRequest) ProtoReflect

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

func (*UpgradeRequest) Reset

func (x *UpgradeRequest) Reset()

func (*UpgradeRequest) String

func (x *UpgradeRequest) String() string

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 */
	// contains filtered or unexported fields
}

func (*UpgradeResponse) Descriptor deprecated

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

Deprecated: Use UpgradeResponse.ProtoReflect.Descriptor instead.

func (*UpgradeResponse) GetNextVersion

func (x *UpgradeResponse) GetNextVersion() string

func (*UpgradeResponse) GetPreviousVersion

func (x *UpgradeResponse) GetPreviousVersion() string

func (*UpgradeResponse) GetTaskId

func (x *UpgradeResponse) GetTaskId() string

func (*UpgradeResponse) ProtoMessage

func (*UpgradeResponse) ProtoMessage()

func (*UpgradeResponse) ProtoReflect

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

func (*UpgradeResponse) Reset

func (x *UpgradeResponse) Reset()

func (*UpgradeResponse) String

func (x *UpgradeResponse) String() string

type UpgradeStatusRequest

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

func (*UpgradeStatusRequest) Descriptor deprecated

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

Deprecated: Use UpgradeStatusRequest.ProtoReflect.Descriptor instead.

func (*UpgradeStatusRequest) ProtoMessage

func (*UpgradeStatusRequest) ProtoMessage()

func (*UpgradeStatusRequest) ProtoReflect

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

func (*UpgradeStatusRequest) Reset

func (x *UpgradeStatusRequest) Reset()

func (*UpgradeStatusRequest) String

func (x *UpgradeStatusRequest) String() string

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 */
	// is_airgapped is true if the deployment is in airgap mode
	IsAirgapped bool `` /* 163-byte string literal not displayed */
	// is_converge_disable is true if converging has been disabled.
	// This will prevent things from upgrading
	IsConvergeDisable bool `` /* 197-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpgradeStatusResponse) Descriptor deprecated

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

Deprecated: Use UpgradeStatusResponse.ProtoReflect.Descriptor instead.

func (*UpgradeStatusResponse) GetCurrentVersion

func (x *UpgradeStatusResponse) GetCurrentVersion() string

func (*UpgradeStatusResponse) GetDesiredVersion

func (x *UpgradeStatusResponse) GetDesiredVersion() string

func (*UpgradeStatusResponse) GetIsAirgapped

func (x *UpgradeStatusResponse) GetIsAirgapped() bool

func (*UpgradeStatusResponse) GetIsConvergeDisable

func (x *UpgradeStatusResponse) GetIsConvergeDisable() bool

func (*UpgradeStatusResponse) GetLatestAvailableVersion

func (x *UpgradeStatusResponse) GetLatestAvailableVersion() string

func (*UpgradeStatusResponse) GetRemainingServices

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

func (*UpgradeStatusResponse) GetState

func (*UpgradeStatusResponse) ProtoMessage

func (*UpgradeStatusResponse) ProtoMessage()

func (*UpgradeStatusResponse) ProtoReflect

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

func (*UpgradeStatusResponse) Reset

func (x *UpgradeStatusResponse) Reset()

func (*UpgradeStatusResponse) String

func (x *UpgradeStatusResponse) String() string

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) Descriptor

func (UpgradeStatusResponse_UpgradeState) Enum

func (UpgradeStatusResponse_UpgradeState) EnumDescriptor deprecated

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

Deprecated: Use UpgradeStatusResponse_UpgradeState.Descriptor instead.

func (UpgradeStatusResponse_UpgradeState) Number

func (UpgradeStatusResponse_UpgradeState) String

func (UpgradeStatusResponse_UpgradeState) Type

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"`
	// contains filtered or unexported fields
}

func (*UpgradingService) Descriptor deprecated

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

Deprecated: Use UpgradingService.ProtoReflect.Descriptor instead.

func (*UpgradingService) GetActual

func (x *UpgradingService) GetActual() *ServiceVersion

func (*UpgradingService) GetTarget

func (x *UpgradingService) GetTarget() *ServiceVersion

func (*UpgradingService) ProtoMessage

func (*UpgradingService) ProtoMessage()

func (*UpgradingService) ProtoReflect

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

func (*UpgradingService) Reset

func (x *UpgradingService) Reset()

func (*UpgradingService) String

func (x *UpgradingService) String() string

type UsageRequest

type UsageRequest struct {
	StartTime *timestamp.Timestamp `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UsageRequest) Descriptor deprecated

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

Deprecated: Use UsageRequest.ProtoReflect.Descriptor instead.

func (*UsageRequest) GetStartTime

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

func (*UsageRequest) ProtoMessage

func (*UsageRequest) ProtoMessage()

func (*UsageRequest) ProtoReflect

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

func (*UsageRequest) Reset

func (x *UsageRequest) Reset()

func (*UsageRequest) String

func (x *UsageRequest) String() string

type UsageResponse

type UsageResponse struct {
	Nodes []*NodeUsage `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty" toml:"nodes,omitempty" mapstructure:"nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*UsageResponse) Descriptor deprecated

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

Deprecated: Use UsageResponse.ProtoReflect.Descriptor instead.

func (*UsageResponse) GetNodes

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

func (*UsageResponse) ProtoMessage

func (*UsageResponse) ProtoMessage()

func (*UsageResponse) ProtoReflect

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

func (*UsageResponse) Reset

func (x *UsageResponse) Reset()

func (*UsageResponse) String

func (x *UsageResponse) String() string

type ValidateBackupIntegrityRequest

type ValidateBackupIntegrityRequest struct {
	Backups []*BackupTask `protobuf:"bytes,1,rep,name=backups,proto3" json:"backups,omitempty" toml:"backups,omitempty" mapstructure:"backups,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateBackupIntegrityRequest) Descriptor deprecated

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

Deprecated: Use ValidateBackupIntegrityRequest.ProtoReflect.Descriptor instead.

func (*ValidateBackupIntegrityRequest) GetBackups

func (x *ValidateBackupIntegrityRequest) GetBackups() []*BackupTask

func (*ValidateBackupIntegrityRequest) ProtoMessage

func (*ValidateBackupIntegrityRequest) ProtoMessage()

func (*ValidateBackupIntegrityRequest) ProtoReflect

func (*ValidateBackupIntegrityRequest) Reset

func (x *ValidateBackupIntegrityRequest) Reset()

func (*ValidateBackupIntegrityRequest) String

type ValidateBackupIntegrityResponse

type ValidateBackupIntegrityResponse struct {
	Snapshots []*SnapshotIntegrity `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ValidateBackupIntegrityResponse) Descriptor deprecated

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

Deprecated: Use ValidateBackupIntegrityResponse.ProtoReflect.Descriptor instead.

func (*ValidateBackupIntegrityResponse) Format

Format formats the backup integrity response

func (*ValidateBackupIntegrityResponse) GetSnapshots

func (*ValidateBackupIntegrityResponse) ProtoMessage

func (*ValidateBackupIntegrityResponse) ProtoMessage()

func (*ValidateBackupIntegrityResponse) ProtoReflect

func (*ValidateBackupIntegrityResponse) Reset

func (*ValidateBackupIntegrityResponse) String

Jump to

Keyboard shortcuts

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