capsule

package
v0.0.0-...-4415367 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	State_name = map[int32]string{
		0: "STATE_UNSPECIFIED",
		1: "STATE_PENDING",
		2: "STATE_RUNNING",
		3: "STATE_SUCCEEDED",
		4: "STATE_FAILED",
	}
	State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"STATE_PENDING":     1,
		"STATE_RUNNING":     2,
		"STATE_SUCCEEDED":   3,
		"STATE_FAILED":      4,
	}
)

Enum value maps for State.

View Source
var (
	RolloutState_name = map[int32]string{
		0: "ROLLOUT_STATE_UNSPECIFIED",
		1: "ROLLOUT_STATE_PENDING",
		6: "ROLLOUT_STATE_PREPARING",
		2: "ROLLOUT_STATE_DEPLOYING",
		7: "ROLLOUT_STATE_OBSERVING",
		3: "ROLLOUT_STATE_DONE",
		4: "ROLLOUT_STATE_ABORTED",
		5: "ROLLOUT_STATE_FAILED",
	}
	RolloutState_value = map[string]int32{
		"ROLLOUT_STATE_UNSPECIFIED": 0,
		"ROLLOUT_STATE_PENDING":     1,
		"ROLLOUT_STATE_PREPARING":   6,
		"ROLLOUT_STATE_DEPLOYING":   2,
		"ROLLOUT_STATE_OBSERVING":   7,
		"ROLLOUT_STATE_DONE":        3,
		"ROLLOUT_STATE_ABORTED":     4,
		"ROLLOUT_STATE_FAILED":      5,
	}
)

Enum value maps for RolloutState.

View Source
var (
	EventType_name = map[int32]string{
		0: "EVENT_TYPE_UNSPECIFIED",
		1: "EVENT_TYPE_ABORT",
	}
	EventType_value = map[string]int32{
		"EVENT_TYPE_UNSPECIFIED": 0,
		"EVENT_TYPE_ABORT":       1,
	}
)

Enum value maps for EventType.

View Source
var File_api_v1_capsule_build_proto protoreflect.FileDescriptor
View Source
var File_api_v1_capsule_capsule_proto protoreflect.FileDescriptor
View Source
var File_api_v1_capsule_event_proto protoreflect.FileDescriptor
View Source
var File_api_v1_capsule_instance_proto protoreflect.FileDescriptor
View Source
var File_api_v1_capsule_log_proto protoreflect.FileDescriptor
View Source
var File_api_v1_capsule_metrics_proto protoreflect.FileDescriptor
View Source
var File_api_v1_capsule_rollout_proto protoreflect.FileDescriptor
View Source
var File_api_v1_capsule_service_proto protoreflect.FileDescriptor
View Source
var File_api_v1_capsule_sidecar_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AbortEvent

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

func (*AbortEvent) Descriptor deprecated

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

Deprecated: Use AbortEvent.ProtoReflect.Descriptor instead.

func (*AbortEvent) ProtoMessage

func (*AbortEvent) ProtoMessage()

func (*AbortEvent) ProtoReflect

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

func (*AbortEvent) Reset

func (x *AbortEvent) Reset()

func (*AbortEvent) String

func (x *AbortEvent) String() string

type AbortRolloutRequest

type AbortRolloutRequest struct {
	CapsuleId string `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	RolloutId uint64 `protobuf:"varint,2,opt,name=rollout_id,json=rolloutId,proto3" json:"rollout_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AbortRolloutRequest) Descriptor deprecated

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

Deprecated: Use AbortRolloutRequest.ProtoReflect.Descriptor instead.

func (*AbortRolloutRequest) GetCapsuleId

func (x *AbortRolloutRequest) GetCapsuleId() string

func (*AbortRolloutRequest) GetRolloutId

func (x *AbortRolloutRequest) GetRolloutId() uint64

func (*AbortRolloutRequest) ProtoMessage

func (*AbortRolloutRequest) ProtoMessage()

func (*AbortRolloutRequest) ProtoReflect

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

func (*AbortRolloutRequest) Reset

func (x *AbortRolloutRequest) Reset()

func (*AbortRolloutRequest) String

func (x *AbortRolloutRequest) String() string

type AbortRolloutResponse

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

func (*AbortRolloutResponse) Descriptor deprecated

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

Deprecated: Use AbortRolloutResponse.ProtoReflect.Descriptor instead.

func (*AbortRolloutResponse) ProtoMessage

func (*AbortRolloutResponse) ProtoMessage()

func (*AbortRolloutResponse) ProtoReflect

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

func (*AbortRolloutResponse) Reset

func (x *AbortRolloutResponse) Reset()

func (*AbortRolloutResponse) String

func (x *AbortRolloutResponse) String() string

type Auth

type Auth struct {

	// Types that are assignable to Method:
	//
	//	*Auth_AllowAny_
	//	*Auth_AllowAuthorized_
	Method isAuth_Method `protobuf_oneof:"method"`
	// contains filtered or unexported fields
}

func (*Auth) Descriptor deprecated

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

Deprecated: Use Auth.ProtoReflect.Descriptor instead.

func (*Auth) GetAllowAny

func (x *Auth) GetAllowAny() *Auth_AllowAny

func (*Auth) GetAllowAuthorized

func (x *Auth) GetAllowAuthorized() *Auth_AllowAuthorized

func (*Auth) GetMethod

func (m *Auth) GetMethod() isAuth_Method

func (*Auth) ProtoMessage

func (*Auth) ProtoMessage()

func (*Auth) ProtoReflect

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

func (*Auth) Reset

func (x *Auth) Reset()

func (*Auth) String

func (x *Auth) String() string

type Auth_AllowAny

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

func (*Auth_AllowAny) Descriptor deprecated

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

Deprecated: Use Auth_AllowAny.ProtoReflect.Descriptor instead.

func (*Auth_AllowAny) ProtoMessage

func (*Auth_AllowAny) ProtoMessage()

func (*Auth_AllowAny) ProtoReflect

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

func (*Auth_AllowAny) Reset

func (x *Auth_AllowAny) Reset()

func (*Auth_AllowAny) String

func (x *Auth_AllowAny) String() string

type Auth_AllowAny_

type Auth_AllowAny_ struct {
	AllowAny *Auth_AllowAny `protobuf:"bytes,1,opt,name=allow_any,json=allowAny,proto3,oneof"`
}

type Auth_AllowAuthorized

type Auth_AllowAuthorized struct {
	Claims map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Auth_AllowAuthorized) Descriptor deprecated

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

Deprecated: Use Auth_AllowAuthorized.ProtoReflect.Descriptor instead.

func (*Auth_AllowAuthorized) GetClaims

func (x *Auth_AllowAuthorized) GetClaims() map[string]string

func (*Auth_AllowAuthorized) ProtoMessage

func (*Auth_AllowAuthorized) ProtoMessage()

func (*Auth_AllowAuthorized) ProtoReflect

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

func (*Auth_AllowAuthorized) Reset

func (x *Auth_AllowAuthorized) Reset()

func (*Auth_AllowAuthorized) String

func (x *Auth_AllowAuthorized) String() string

type Auth_AllowAuthorized_

type Auth_AllowAuthorized_ struct {
	AllowAuthorized *Auth_AllowAuthorized `protobuf:"bytes,2,opt,name=allow_authorized,json=allowAuthorized,proto3,oneof"`
}

type Authentication

type Authentication struct {
	Enabled bool        `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Default *Auth       `protobuf:"bytes,2,opt,name=default,proto3" json:"default,omitempty"`
	Http    []*HttpAuth `protobuf:"bytes,3,rep,name=http,proto3" json:"http,omitempty"`
	Grpc    *GRPC       `protobuf:"bytes,4,opt,name=grpc,proto3" json:"grpc,omitempty"`
	// contains filtered or unexported fields
}

func (*Authentication) Descriptor deprecated

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

Deprecated: Use Authentication.ProtoReflect.Descriptor instead.

func (*Authentication) GetDefault

func (x *Authentication) GetDefault() *Auth

func (*Authentication) GetEnabled

func (x *Authentication) GetEnabled() bool

func (*Authentication) GetGrpc

func (x *Authentication) GetGrpc() *GRPC

func (*Authentication) GetHttp

func (x *Authentication) GetHttp() []*HttpAuth

func (*Authentication) ProtoMessage

func (*Authentication) ProtoMessage()

func (*Authentication) ProtoReflect

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

func (*Authentication) Reset

func (x *Authentication) Reset()

func (*Authentication) String

func (x *Authentication) String() string

type Build

type Build struct {
	BuildId   string                 `protobuf:"bytes,1,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	Image     string                 `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	CreatedBy *model.Author          `protobuf:"bytes,3,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Origin    *Origin                `protobuf:"bytes,5,opt,name=origin,proto3" json:"origin,omitempty"`
	Labels    map[string]string      `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Build) Descriptor deprecated

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

Deprecated: Use Build.ProtoReflect.Descriptor instead.

func (*Build) GetBuildId

func (x *Build) GetBuildId() string

func (*Build) GetCreatedAt

func (x *Build) GetCreatedAt() *timestamppb.Timestamp

func (*Build) GetCreatedBy

func (x *Build) GetCreatedBy() *model.Author

func (*Build) GetImage

func (x *Build) GetImage() string

func (*Build) GetLabels

func (x *Build) GetLabels() map[string]string

func (*Build) GetOrigin

func (x *Build) GetOrigin() *Origin

func (*Build) ProtoMessage

func (*Build) ProtoMessage()

func (*Build) ProtoReflect

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

func (*Build) Reset

func (x *Build) Reset()

func (*Build) String

func (x *Build) String() string

type Capsule

type Capsule struct {
	CapsuleId      string                 `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	Name           string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	CreatedAt      *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	CreatedBy      *model.Author          `protobuf:"bytes,4,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	CurrentRollout uint64                 `protobuf:"varint,5,opt,name=current_rollout,json=currentRollout,proto3" json:"current_rollout,omitempty"`
	// contains filtered or unexported fields
}

func (*Capsule) Descriptor deprecated

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

Deprecated: Use Capsule.ProtoReflect.Descriptor instead.

func (*Capsule) GetCapsuleId

func (x *Capsule) GetCapsuleId() string

func (*Capsule) GetCreatedAt

func (x *Capsule) GetCreatedAt() *timestamppb.Timestamp

func (*Capsule) GetCreatedBy

func (x *Capsule) GetCreatedBy() *model.Author

func (*Capsule) GetCurrentRollout

func (x *Capsule) GetCurrentRollout() uint64

func (*Capsule) GetName

func (x *Capsule) GetName() string

func (*Capsule) ProtoMessage

func (*Capsule) ProtoMessage()

func (*Capsule) ProtoReflect

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

func (*Capsule) Reset

func (x *Capsule) Reset()

func (*Capsule) String

func (x *Capsule) String() string

type CapsuleMetricsRequest

type CapsuleMetricsRequest struct {
	CapsuleId string `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	// If set, only returns metrics for the given instance_id.
	InstanceId string            `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Pagination *model.Pagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*CapsuleMetricsRequest) Descriptor deprecated

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

Deprecated: Use CapsuleMetricsRequest.ProtoReflect.Descriptor instead.

func (*CapsuleMetricsRequest) GetCapsuleId

func (x *CapsuleMetricsRequest) GetCapsuleId() string

func (*CapsuleMetricsRequest) GetInstanceId

func (x *CapsuleMetricsRequest) GetInstanceId() string

func (*CapsuleMetricsRequest) GetPagination

func (x *CapsuleMetricsRequest) GetPagination() *model.Pagination

func (*CapsuleMetricsRequest) ProtoMessage

func (*CapsuleMetricsRequest) ProtoMessage()

func (*CapsuleMetricsRequest) ProtoReflect

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

func (*CapsuleMetricsRequest) Reset

func (x *CapsuleMetricsRequest) Reset()

func (*CapsuleMetricsRequest) String

func (x *CapsuleMetricsRequest) String() string

type CapsuleMetricsResponse

type CapsuleMetricsResponse struct {
	InstanceMetrics []*InstanceMetrics `protobuf:"bytes,1,rep,name=instance_metrics,json=instanceMetrics,proto3" json:"instance_metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*CapsuleMetricsResponse) Descriptor deprecated

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

Deprecated: Use CapsuleMetricsResponse.ProtoReflect.Descriptor instead.

func (*CapsuleMetricsResponse) GetInstanceMetrics

func (x *CapsuleMetricsResponse) GetInstanceMetrics() []*InstanceMetrics

func (*CapsuleMetricsResponse) ProtoMessage

func (*CapsuleMetricsResponse) ProtoMessage()

func (*CapsuleMetricsResponse) ProtoReflect

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

func (*CapsuleMetricsResponse) Reset

func (x *CapsuleMetricsResponse) Reset()

func (*CapsuleMetricsResponse) String

func (x *CapsuleMetricsResponse) String() string

type Change

type Change struct {

	// Types that are assignable to Field:
	//
	//	*Change_Replicas
	//	*Change_BuildId
	//	*Change_Network
	//	*Change_ContainerSettings
	//	*Change_AutoAddNuntioServiceAccounts
	Field isChange_Field `protobuf_oneof:"field"`
	// contains filtered or unexported fields
}

func (*Change) Descriptor deprecated

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

Deprecated: Use Change.ProtoReflect.Descriptor instead.

func (*Change) GetAutoAddNuntioServiceAccounts

func (x *Change) GetAutoAddNuntioServiceAccounts() bool

func (*Change) GetBuildId

func (x *Change) GetBuildId() string

func (*Change) GetContainerSettings

func (x *Change) GetContainerSettings() *ContainerSettings

func (*Change) GetField

func (m *Change) GetField() isChange_Field

func (*Change) GetNetwork

func (x *Change) GetNetwork() *Network

func (*Change) GetReplicas

func (x *Change) GetReplicas() uint32

func (*Change) ProtoMessage

func (*Change) ProtoMessage()

func (*Change) ProtoReflect

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

func (*Change) Reset

func (x *Change) Reset()

func (*Change) String

func (x *Change) String() string

type Change_AutoAddNuntioServiceAccounts

type Change_AutoAddNuntioServiceAccounts struct {
	AutoAddNuntioServiceAccounts bool `protobuf:"varint,5,opt,name=auto_add_nuntio_service_accounts,json=autoAddNuntioServiceAccounts,proto3,oneof"`
}

type Change_BuildId

type Change_BuildId struct {
	BuildId string `protobuf:"bytes,2,opt,name=build_id,json=buildId,proto3,oneof"`
}

type Change_ContainerSettings

type Change_ContainerSettings struct {
	ContainerSettings *ContainerSettings `protobuf:"bytes,4,opt,name=container_settings,json=containerSettings,proto3,oneof"`
}

type Change_Network

type Change_Network struct {
	Network *Network `protobuf:"bytes,3,opt,name=network,proto3,oneof"`
}

type Change_Replicas

type Change_Replicas struct {
	Replicas uint32 `protobuf:"varint,1,opt,name=replicas,proto3,oneof"`
}

type ContainerMetrics

type ContainerMetrics struct {
	Timestamp    *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	MemoryBytes  uint64                 `protobuf:"varint,2,opt,name=memory_bytes,json=memoryBytes,proto3" json:"memory_bytes,omitempty"`
	CpuMs        uint64                 `protobuf:"varint,3,opt,name=cpu_ms,json=cpuMs,proto3" json:"cpu_ms,omitempty"`
	StorageBytes uint64                 `protobuf:"varint,4,opt,name=storage_bytes,json=storageBytes,proto3" json:"storage_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerMetrics) Descriptor deprecated

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

Deprecated: Use ContainerMetrics.ProtoReflect.Descriptor instead.

func (*ContainerMetrics) GetCpuMs

func (x *ContainerMetrics) GetCpuMs() uint64

func (*ContainerMetrics) GetMemoryBytes

func (x *ContainerMetrics) GetMemoryBytes() uint64

func (*ContainerMetrics) GetStorageBytes

func (x *ContainerMetrics) GetStorageBytes() uint64

func (*ContainerMetrics) GetTimestamp

func (x *ContainerMetrics) GetTimestamp() *timestamppb.Timestamp

func (*ContainerMetrics) ProtoMessage

func (*ContainerMetrics) ProtoMessage()

func (*ContainerMetrics) ProtoReflect

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

func (*ContainerMetrics) Reset

func (x *ContainerMetrics) Reset()

func (*ContainerMetrics) String

func (x *ContainerMetrics) String() string

type ContainerSettings

type ContainerSettings struct {
	EnvironmentVariables map[string]string `` /* 209-byte string literal not displayed */
	Command              string            `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"`
	Args                 []string          `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerSettings) Descriptor deprecated

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

Deprecated: Use ContainerSettings.ProtoReflect.Descriptor instead.

func (*ContainerSettings) GetArgs

func (x *ContainerSettings) GetArgs() []string

func (*ContainerSettings) GetCommand

func (x *ContainerSettings) GetCommand() string

func (*ContainerSettings) GetEnvironmentVariables

func (x *ContainerSettings) GetEnvironmentVariables() map[string]string

func (*ContainerSettings) ProtoMessage

func (*ContainerSettings) ProtoMessage()

func (*ContainerSettings) ProtoReflect

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

func (*ContainerSettings) Reset

func (x *ContainerSettings) Reset()

func (*ContainerSettings) String

func (x *ContainerSettings) String() string

type CreateBuildRequest

type CreateBuildRequest struct {
	CapsuleId string            `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	BuildId   string            `protobuf:"bytes,2,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	Image     string            `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"`
	Origin    *Origin           `protobuf:"bytes,4,opt,name=origin,proto3" json:"origin,omitempty"`
	Labels    map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateBuildRequest) Descriptor deprecated

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

Deprecated: Use CreateBuildRequest.ProtoReflect.Descriptor instead.

func (*CreateBuildRequest) GetBuildId

func (x *CreateBuildRequest) GetBuildId() string

func (*CreateBuildRequest) GetCapsuleId

func (x *CreateBuildRequest) GetCapsuleId() string

func (*CreateBuildRequest) GetImage

func (x *CreateBuildRequest) GetImage() string

func (*CreateBuildRequest) GetLabels

func (x *CreateBuildRequest) GetLabels() map[string]string

func (*CreateBuildRequest) GetOrigin

func (x *CreateBuildRequest) GetOrigin() *Origin

func (*CreateBuildRequest) ProtoMessage

func (*CreateBuildRequest) ProtoMessage()

func (*CreateBuildRequest) ProtoReflect

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

func (*CreateBuildRequest) Reset

func (x *CreateBuildRequest) Reset()

func (*CreateBuildRequest) String

func (x *CreateBuildRequest) String() string

type CreateBuildResponse

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

func (*CreateBuildResponse) Descriptor deprecated

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

Deprecated: Use CreateBuildResponse.ProtoReflect.Descriptor instead.

func (*CreateBuildResponse) ProtoMessage

func (*CreateBuildResponse) ProtoMessage()

func (*CreateBuildResponse) ProtoReflect

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

func (*CreateBuildResponse) Reset

func (x *CreateBuildResponse) Reset()

func (*CreateBuildResponse) String

func (x *CreateBuildResponse) String() string

type CreateRequest

type CreateRequest struct {

	// The name of the capsule. This property must be unique and cannot be changed
	// after creation.
	// Resources created in associating with the capsule will use this name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The initial properties of the capsule.
	Initializers []*Update `protobuf:"bytes,2,rep,name=initializers,proto3" json:"initializers,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRequest) Descriptor deprecated

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

Deprecated: Use CreateRequest.ProtoReflect.Descriptor instead.

func (*CreateRequest) GetInitializers

func (x *CreateRequest) GetInitializers() []*Update

func (*CreateRequest) GetName

func (x *CreateRequest) GetName() string

func (*CreateRequest) ProtoMessage

func (*CreateRequest) ProtoMessage()

func (*CreateRequest) ProtoReflect

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

func (*CreateRequest) Reset

func (x *CreateRequest) Reset()

func (*CreateRequest) String

func (x *CreateRequest) String() string

type CreateResponse

type CreateResponse struct {
	CapsuleId string `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateResponse) Descriptor deprecated

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

Deprecated: Use CreateResponse.ProtoReflect.Descriptor instead.

func (*CreateResponse) GetCapsuleId

func (x *CreateResponse) GetCapsuleId() string

func (*CreateResponse) ProtoMessage

func (*CreateResponse) ProtoMessage()

func (*CreateResponse) ProtoReflect

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

func (*CreateResponse) Reset

func (x *CreateResponse) Reset()

func (*CreateResponse) String

func (x *CreateResponse) String() string

type DeleteBuildRequest

type DeleteBuildRequest struct {
	CapsuleId string `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	BuildId   string `protobuf:"bytes,2,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteBuildRequest) Descriptor deprecated

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

Deprecated: Use DeleteBuildRequest.ProtoReflect.Descriptor instead.

func (*DeleteBuildRequest) GetBuildId

func (x *DeleteBuildRequest) GetBuildId() string

func (*DeleteBuildRequest) GetCapsuleId

func (x *DeleteBuildRequest) GetCapsuleId() string

func (*DeleteBuildRequest) ProtoMessage

func (*DeleteBuildRequest) ProtoMessage()

func (*DeleteBuildRequest) ProtoReflect

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

func (*DeleteBuildRequest) Reset

func (x *DeleteBuildRequest) Reset()

func (*DeleteBuildRequest) String

func (x *DeleteBuildRequest) String() string

type DeleteBuildResponse

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

func (*DeleteBuildResponse) Descriptor deprecated

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

Deprecated: Use DeleteBuildResponse.ProtoReflect.Descriptor instead.

func (*DeleteBuildResponse) ProtoMessage

func (*DeleteBuildResponse) ProtoMessage()

func (*DeleteBuildResponse) ProtoReflect

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

func (*DeleteBuildResponse) Reset

func (x *DeleteBuildResponse) Reset()

func (*DeleteBuildResponse) String

func (x *DeleteBuildResponse) String() string

type DeleteRequest

type DeleteRequest struct {

	// The capsule to delete.
	CapsuleId string `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRequest) Descriptor deprecated

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

Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead.

func (*DeleteRequest) GetCapsuleId

func (x *DeleteRequest) GetCapsuleId() string

func (*DeleteRequest) ProtoMessage

func (*DeleteRequest) ProtoMessage()

func (*DeleteRequest) ProtoReflect

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

func (*DeleteRequest) Reset

func (x *DeleteRequest) Reset()

func (*DeleteRequest) String

func (x *DeleteRequest) String() string

type DeleteResponse

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

func (*DeleteResponse) Descriptor deprecated

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

Deprecated: Use DeleteResponse.ProtoReflect.Descriptor instead.

func (*DeleteResponse) ProtoMessage

func (*DeleteResponse) ProtoMessage()

func (*DeleteResponse) ProtoReflect

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

func (*DeleteResponse) Reset

func (x *DeleteResponse) Reset()

func (*DeleteResponse) String

func (x *DeleteResponse) String() string

type DeployRequest

type DeployRequest struct {
	CapsuleId string `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	// Changes to include in the new rollout.
	Changes []*Change `protobuf:"bytes,2,rep,name=changes,proto3" json:"changes,omitempty"`
	// contains filtered or unexported fields
}

func (*DeployRequest) Descriptor deprecated

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

Deprecated: Use DeployRequest.ProtoReflect.Descriptor instead.

func (*DeployRequest) GetCapsuleId

func (x *DeployRequest) GetCapsuleId() string

func (*DeployRequest) GetChanges

func (x *DeployRequest) GetChanges() []*Change

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 {
	RolloutId uint64 `protobuf:"varint,1,opt,name=rollout_id,json=rolloutId,proto3" json:"rollout_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeployResponse) Descriptor deprecated

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

Deprecated: Use DeployResponse.ProtoReflect.Descriptor instead.

func (*DeployResponse) GetRolloutId

func (x *DeployResponse) GetRolloutId() uint64

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 ErrorEvent

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

func (*ErrorEvent) Descriptor deprecated

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

Deprecated: Use ErrorEvent.ProtoReflect.Descriptor instead.

func (*ErrorEvent) ProtoMessage

func (*ErrorEvent) ProtoMessage()

func (*ErrorEvent) ProtoReflect

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

func (*ErrorEvent) Reset

func (x *ErrorEvent) Reset()

func (*ErrorEvent) String

func (x *ErrorEvent) String() string

type Event

type Event struct {

	// Potential author associated with the event.
	CreatedBy *model.Author          `protobuf:"bytes,1,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	RolloutId uint64                 `protobuf:"varint,3,opt,name=rollout_id,json=rolloutId,proto3" json:"rollout_id,omitempty"`
	Message   string                 `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
	EventData *EventData             `protobuf:"bytes,5,opt,name=event_data,json=eventData,proto3" json:"event_data,omitempty"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetCreatedAt

func (x *Event) GetCreatedAt() *timestamppb.Timestamp

func (*Event) GetCreatedBy

func (x *Event) GetCreatedBy() *model.Author

func (*Event) GetEventData

func (x *Event) GetEventData() *EventData

func (*Event) GetMessage

func (x *Event) GetMessage() string

func (*Event) GetRolloutId

func (x *Event) GetRolloutId() uint64

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

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

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

type EventData

type EventData struct {

	// Types that are assignable to Kind:
	//
	//	*EventData_Rollout
	//	*EventData_Error
	//	*EventData_Abort
	Kind isEventData_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*EventData) Descriptor deprecated

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

Deprecated: Use EventData.ProtoReflect.Descriptor instead.

func (*EventData) GetAbort

func (x *EventData) GetAbort() *AbortEvent

func (*EventData) GetError

func (x *EventData) GetError() *ErrorEvent

func (*EventData) GetKind

func (m *EventData) GetKind() isEventData_Kind

func (*EventData) GetRollout

func (x *EventData) GetRollout() *RolloutEvent

func (*EventData) ProtoMessage

func (*EventData) ProtoMessage()

func (*EventData) ProtoReflect

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

func (*EventData) Reset

func (x *EventData) Reset()

func (*EventData) String

func (x *EventData) String() string

type EventData_Abort

type EventData_Abort struct {
	Abort *AbortEvent `protobuf:"bytes,3,opt,name=abort,proto3,oneof"`
}

type EventData_Error

type EventData_Error struct {
	Error *ErrorEvent `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type EventData_Rollout

type EventData_Rollout struct {
	Rollout *RolloutEvent `protobuf:"bytes,1,opt,name=rollout,proto3,oneof"`
}

type EventType

type EventType int32
const (
	EventType_EVENT_TYPE_UNSPECIFIED EventType = 0
	EventType_EVENT_TYPE_ABORT       EventType = 1
)

func (EventType) Descriptor

func (EventType) Descriptor() protoreflect.EnumDescriptor

func (EventType) Enum

func (x EventType) Enum() *EventType

func (EventType) EnumDescriptor deprecated

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

Deprecated: Use EventType.Descriptor instead.

func (EventType) Number

func (x EventType) Number() protoreflect.EnumNumber

func (EventType) String

func (x EventType) String() string

func (EventType) Type

type GRPC

type GRPC struct {
	Auth       *Auth                   `protobuf:"bytes,1,opt,name=auth,proto3" json:"auth,omitempty"`
	PathPrefix string                  `protobuf:"bytes,2,opt,name=path_prefix,json=pathPrefix,proto3" json:"path_prefix,omitempty"`
	Services   map[string]*GRPCService `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GRPC) Descriptor deprecated

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

Deprecated: Use GRPC.ProtoReflect.Descriptor instead.

func (*GRPC) GetAuth

func (x *GRPC) GetAuth() *Auth

func (*GRPC) GetPathPrefix

func (x *GRPC) GetPathPrefix() string

func (*GRPC) GetServices

func (x *GRPC) GetServices() map[string]*GRPCService

func (*GRPC) ProtoMessage

func (*GRPC) ProtoMessage()

func (*GRPC) ProtoReflect

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

func (*GRPC) Reset

func (x *GRPC) Reset()

func (*GRPC) String

func (x *GRPC) String() string

type GRPCMethod

type GRPCMethod struct {
	Auth *Auth `protobuf:"bytes,1,opt,name=auth,proto3" json:"auth,omitempty"`
	// contains filtered or unexported fields
}

func (*GRPCMethod) Descriptor deprecated

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

Deprecated: Use GRPCMethod.ProtoReflect.Descriptor instead.

func (*GRPCMethod) GetAuth

func (x *GRPCMethod) GetAuth() *Auth

func (*GRPCMethod) ProtoMessage

func (*GRPCMethod) ProtoMessage()

func (*GRPCMethod) ProtoReflect

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

func (*GRPCMethod) Reset

func (x *GRPCMethod) Reset()

func (*GRPCMethod) String

func (x *GRPCMethod) String() string

type GRPCService

type GRPCService struct {
	Auth    *Auth                  `protobuf:"bytes,1,opt,name=auth,proto3" json:"auth,omitempty"`
	Methods map[string]*GRPCMethod `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GRPCService) Descriptor deprecated

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

Deprecated: Use GRPCService.ProtoReflect.Descriptor instead.

func (*GRPCService) GetAuth

func (x *GRPCService) GetAuth() *Auth

func (*GRPCService) GetMethods

func (x *GRPCService) GetMethods() map[string]*GRPCMethod

func (*GRPCService) ProtoMessage

func (*GRPCService) ProtoMessage()

func (*GRPCService) ProtoReflect

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

func (*GRPCService) Reset

func (x *GRPCService) Reset()

func (*GRPCService) String

func (x *GRPCService) String() string

type GetByNameRequest

type GetByNameRequest struct {

	// The capsule to get.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetByNameRequest) Descriptor deprecated

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

Deprecated: Use GetByNameRequest.ProtoReflect.Descriptor instead.

func (*GetByNameRequest) GetName

func (x *GetByNameRequest) GetName() string

func (*GetByNameRequest) ProtoMessage

func (*GetByNameRequest) ProtoMessage()

func (*GetByNameRequest) ProtoReflect

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

func (*GetByNameRequest) Reset

func (x *GetByNameRequest) Reset()

func (*GetByNameRequest) String

func (x *GetByNameRequest) String() string

type GetByNameResponse

type GetByNameResponse struct {
	Capsule *Capsule `protobuf:"bytes,1,opt,name=capsule,proto3" json:"capsule,omitempty"`
	// contains filtered or unexported fields
}

func (*GetByNameResponse) Descriptor deprecated

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

Deprecated: Use GetByNameResponse.ProtoReflect.Descriptor instead.

func (*GetByNameResponse) GetCapsule

func (x *GetByNameResponse) GetCapsule() *Capsule

func (*GetByNameResponse) ProtoMessage

func (*GetByNameResponse) ProtoMessage()

func (*GetByNameResponse) ProtoReflect

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

func (*GetByNameResponse) Reset

func (x *GetByNameResponse) Reset()

func (*GetByNameResponse) String

func (x *GetByNameResponse) String() string

type GetRequest

type GetRequest struct {
	CapsuleId string `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRequest) Descriptor deprecated

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

Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.

func (*GetRequest) GetCapsuleId

func (x *GetRequest) GetCapsuleId() string

func (*GetRequest) ProtoMessage

func (*GetRequest) ProtoMessage()

func (*GetRequest) ProtoReflect

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

func (*GetRequest) Reset

func (x *GetRequest) Reset()

func (*GetRequest) String

func (x *GetRequest) String() string

type GetResponse

type GetResponse struct {
	Capsule *Capsule `protobuf:"bytes,1,opt,name=capsule,proto3" json:"capsule,omitempty"`
	// contains filtered or unexported fields
}

func (*GetResponse) Descriptor deprecated

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

Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.

func (*GetResponse) GetCapsule

func (x *GetResponse) GetCapsule() *Capsule

func (*GetResponse) ProtoMessage

func (*GetResponse) ProtoMessage()

func (*GetResponse) ProtoReflect

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

func (*GetResponse) Reset

func (x *GetResponse) Reset()

func (*GetResponse) String

func (x *GetResponse) String() string

type GetRolloutRequest

type GetRolloutRequest struct {
	CapsuleId string `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	RolloutId uint64 `protobuf:"varint,2,opt,name=rollout_id,json=rolloutId,proto3" json:"rollout_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRolloutRequest) Descriptor deprecated

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

Deprecated: Use GetRolloutRequest.ProtoReflect.Descriptor instead.

func (*GetRolloutRequest) GetCapsuleId

func (x *GetRolloutRequest) GetCapsuleId() string

func (*GetRolloutRequest) GetRolloutId

func (x *GetRolloutRequest) GetRolloutId() uint64

func (*GetRolloutRequest) ProtoMessage

func (*GetRolloutRequest) ProtoMessage()

func (*GetRolloutRequest) ProtoReflect

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

func (*GetRolloutRequest) Reset

func (x *GetRolloutRequest) Reset()

func (*GetRolloutRequest) String

func (x *GetRolloutRequest) String() string

type GetRolloutResponse

type GetRolloutResponse struct {
	Rollout *Rollout `protobuf:"bytes,1,opt,name=rollout,proto3" json:"rollout,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRolloutResponse) Descriptor deprecated

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

Deprecated: Use GetRolloutResponse.ProtoReflect.Descriptor instead.

func (*GetRolloutResponse) GetRollout

func (x *GetRolloutResponse) GetRollout() *Rollout

func (*GetRolloutResponse) ProtoMessage

func (*GetRolloutResponse) ProtoMessage()

func (*GetRolloutResponse) ProtoReflect

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

func (*GetRolloutResponse) Reset

func (x *GetRolloutResponse) Reset()

func (*GetRolloutResponse) String

func (x *GetRolloutResponse) String() string

type GitReference

type GitReference struct {
	RepositoryUrl string `protobuf:"bytes,1,opt,name=repository_url,json=repositoryUrl,proto3" json:"repository_url,omitempty"`
	CommitSha     string `protobuf:"bytes,2,opt,name=commit_sha,json=commitSha,proto3" json:"commit_sha,omitempty"`
	CommitUrl     string `protobuf:"bytes,3,opt,name=commit_url,json=commitUrl,proto3" json:"commit_url,omitempty"`
	// contains filtered or unexported fields
}

func (*GitReference) Descriptor deprecated

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

Deprecated: Use GitReference.ProtoReflect.Descriptor instead.

func (*GitReference) GetCommitSha

func (x *GitReference) GetCommitSha() string

func (*GitReference) GetCommitUrl

func (x *GitReference) GetCommitUrl() string

func (*GitReference) GetRepositoryUrl

func (x *GitReference) GetRepositoryUrl() string

func (*GitReference) ProtoMessage

func (*GitReference) ProtoMessage()

func (*GitReference) ProtoReflect

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

func (*GitReference) Reset

func (x *GitReference) Reset()

func (*GitReference) String

func (x *GitReference) String() string

type HttpAuth

type HttpAuth struct {
	Path  string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Auth  *Auth  `protobuf:"bytes,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Exact bool   `protobuf:"varint,3,opt,name=exact,proto3" json:"exact,omitempty"`
	// contains filtered or unexported fields
}

func (*HttpAuth) Descriptor deprecated

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

Deprecated: Use HttpAuth.ProtoReflect.Descriptor instead.

func (*HttpAuth) GetAuth

func (x *HttpAuth) GetAuth() *Auth

func (*HttpAuth) GetExact

func (x *HttpAuth) GetExact() bool

func (*HttpAuth) GetPath

func (x *HttpAuth) GetPath() string

func (*HttpAuth) ProtoMessage

func (*HttpAuth) ProtoMessage()

func (*HttpAuth) ProtoReflect

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

func (*HttpAuth) Reset

func (x *HttpAuth) Reset()

func (*HttpAuth) String

func (x *HttpAuth) String() string

type Instance

type Instance struct {
	InstanceId   string                 `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	BuildId      string                 `protobuf:"bytes,2,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	State        State                  `protobuf:"varint,3,opt,name=state,proto3,enum=api.v1.capsule.State" json:"state,omitempty"`
	RestartCount uint32                 `protobuf:"varint,4,opt,name=restart_count,json=restartCount,proto3" json:"restart_count,omitempty"`
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	StartedAt    *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	FinishedAt   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Instance) Descriptor deprecated

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

Deprecated: Use Instance.ProtoReflect.Descriptor instead.

func (*Instance) GetBuildId

func (x *Instance) GetBuildId() string

func (*Instance) GetCreatedAt

func (x *Instance) GetCreatedAt() *timestamppb.Timestamp

func (*Instance) GetFinishedAt

func (x *Instance) GetFinishedAt() *timestamppb.Timestamp

func (*Instance) GetInstanceId

func (x *Instance) GetInstanceId() string

func (*Instance) GetRestartCount

func (x *Instance) GetRestartCount() uint32

func (*Instance) GetStartedAt

func (x *Instance) GetStartedAt() *timestamppb.Timestamp

func (*Instance) GetState

func (x *Instance) GetState() State

func (*Instance) ProtoMessage

func (*Instance) ProtoMessage()

func (*Instance) ProtoReflect

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

func (*Instance) Reset

func (x *Instance) Reset()

func (*Instance) String

func (x *Instance) String() string

type InstanceMetrics

type InstanceMetrics struct {
	CapsuleId      string            `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	InstanceId     string            `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	MainContainer  *ContainerMetrics `protobuf:"bytes,3,opt,name=main_container,json=mainContainer,proto3" json:"main_container,omitempty"`
	ProxyContainer *ContainerMetrics `protobuf:"bytes,4,opt,name=proxy_container,json=proxyContainer,proto3" json:"proxy_container,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceMetrics) Descriptor deprecated

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

Deprecated: Use InstanceMetrics.ProtoReflect.Descriptor instead.

func (*InstanceMetrics) GetCapsuleId

func (x *InstanceMetrics) GetCapsuleId() string

func (*InstanceMetrics) GetInstanceId

func (x *InstanceMetrics) GetInstanceId() string

func (*InstanceMetrics) GetMainContainer

func (x *InstanceMetrics) GetMainContainer() *ContainerMetrics

func (*InstanceMetrics) GetProxyContainer

func (x *InstanceMetrics) GetProxyContainer() *ContainerMetrics

func (*InstanceMetrics) ProtoMessage

func (*InstanceMetrics) ProtoMessage()

func (*InstanceMetrics) ProtoReflect

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

func (*InstanceMetrics) Reset

func (x *InstanceMetrics) Reset()

func (*InstanceMetrics) String

func (x *InstanceMetrics) String() string

type Interface

type Interface struct {
	Port           uint32           `protobuf:"varint,1,opt,name=port,proto3" json:"port,omitempty"`
	Name           string           `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Public         *PublicInterface `protobuf:"bytes,4,opt,name=public,proto3" json:"public,omitempty"`
	Logging        *Logging         `protobuf:"bytes,5,opt,name=logging,proto3" json:"logging,omitempty"`
	Authentication *Authentication  `protobuf:"bytes,6,opt,name=authentication,proto3" json:"authentication,omitempty"`
	// contains filtered or unexported fields
}

func (*Interface) Descriptor deprecated

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

Deprecated: Use Interface.ProtoReflect.Descriptor instead.

func (*Interface) GetAuthentication

func (x *Interface) GetAuthentication() *Authentication

func (*Interface) GetLogging

func (x *Interface) GetLogging() *Logging

func (*Interface) GetName

func (x *Interface) GetName() string

func (*Interface) GetPort

func (x *Interface) GetPort() uint32

func (*Interface) GetPublic

func (x *Interface) GetPublic() *PublicInterface

func (*Interface) ProtoMessage

func (*Interface) ProtoMessage()

func (*Interface) ProtoReflect

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

func (*Interface) Reset

func (x *Interface) Reset()

func (*Interface) String

func (x *Interface) String() string

type ListBuildsRequest

type ListBuildsRequest struct {
	CapsuleId  string            `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	Pagination *model.Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBuildsRequest) Descriptor deprecated

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

Deprecated: Use ListBuildsRequest.ProtoReflect.Descriptor instead.

func (*ListBuildsRequest) GetCapsuleId

func (x *ListBuildsRequest) GetCapsuleId() string

func (*ListBuildsRequest) GetPagination

func (x *ListBuildsRequest) GetPagination() *model.Pagination

func (*ListBuildsRequest) ProtoMessage

func (*ListBuildsRequest) ProtoMessage()

func (*ListBuildsRequest) ProtoReflect

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

func (*ListBuildsRequest) Reset

func (x *ListBuildsRequest) Reset()

func (*ListBuildsRequest) String

func (x *ListBuildsRequest) String() string

type ListBuildsResponse

type ListBuildsResponse struct {
	Builds []*Build `protobuf:"bytes,1,rep,name=builds,proto3" json:"builds,omitempty"`
	Total  uint64   `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBuildsResponse) Descriptor deprecated

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

Deprecated: Use ListBuildsResponse.ProtoReflect.Descriptor instead.

func (*ListBuildsResponse) GetBuilds

func (x *ListBuildsResponse) GetBuilds() []*Build

func (*ListBuildsResponse) GetTotal

func (x *ListBuildsResponse) GetTotal() uint64

func (*ListBuildsResponse) ProtoMessage

func (*ListBuildsResponse) ProtoMessage()

func (*ListBuildsResponse) ProtoReflect

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

func (*ListBuildsResponse) Reset

func (x *ListBuildsResponse) Reset()

func (*ListBuildsResponse) String

func (x *ListBuildsResponse) String() string

type ListEventsRequest

type ListEventsRequest struct {
	CapsuleId  string            `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	RolloutId  uint64            `protobuf:"varint,2,opt,name=rollout_id,json=rolloutId,proto3" json:"rollout_id,omitempty"`
	Pagination *model.Pagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEventsRequest) Descriptor deprecated

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

Deprecated: Use ListEventsRequest.ProtoReflect.Descriptor instead.

func (*ListEventsRequest) GetCapsuleId

func (x *ListEventsRequest) GetCapsuleId() string

func (*ListEventsRequest) GetPagination

func (x *ListEventsRequest) GetPagination() *model.Pagination

func (*ListEventsRequest) GetRolloutId

func (x *ListEventsRequest) GetRolloutId() uint64

func (*ListEventsRequest) ProtoMessage

func (*ListEventsRequest) ProtoMessage()

func (*ListEventsRequest) ProtoReflect

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

func (*ListEventsRequest) Reset

func (x *ListEventsRequest) Reset()

func (*ListEventsRequest) String

func (x *ListEventsRequest) String() string

type ListEventsResponse

type ListEventsResponse struct {
	Events []*Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	Total  uint64   `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEventsResponse) Descriptor deprecated

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

Deprecated: Use ListEventsResponse.ProtoReflect.Descriptor instead.

func (*ListEventsResponse) GetEvents

func (x *ListEventsResponse) GetEvents() []*Event

func (*ListEventsResponse) GetTotal

func (x *ListEventsResponse) GetTotal() uint64

func (*ListEventsResponse) ProtoMessage

func (*ListEventsResponse) ProtoMessage()

func (*ListEventsResponse) ProtoReflect

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

func (*ListEventsResponse) Reset

func (x *ListEventsResponse) Reset()

func (*ListEventsResponse) String

func (x *ListEventsResponse) String() string

type ListInstancesRequest

type ListInstancesRequest struct {
	CapsuleId  string            `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	Pagination *model.Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInstancesRequest) Descriptor deprecated

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

Deprecated: Use ListInstancesRequest.ProtoReflect.Descriptor instead.

func (*ListInstancesRequest) GetCapsuleId

func (x *ListInstancesRequest) GetCapsuleId() string

func (*ListInstancesRequest) GetPagination

func (x *ListInstancesRequest) GetPagination() *model.Pagination

func (*ListInstancesRequest) ProtoMessage

func (*ListInstancesRequest) ProtoMessage()

func (*ListInstancesRequest) ProtoReflect

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

func (*ListInstancesRequest) Reset

func (x *ListInstancesRequest) Reset()

func (*ListInstancesRequest) String

func (x *ListInstancesRequest) String() string

type ListInstancesResponse

type ListInstancesResponse struct {
	Instances []*Instance `protobuf:"bytes,1,rep,name=instances,proto3" json:"instances,omitempty"`
	Total     uint64      `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInstancesResponse) Descriptor deprecated

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

Deprecated: Use ListInstancesResponse.ProtoReflect.Descriptor instead.

func (*ListInstancesResponse) GetInstances

func (x *ListInstancesResponse) GetInstances() []*Instance

func (*ListInstancesResponse) GetTotal

func (x *ListInstancesResponse) GetTotal() uint64

func (*ListInstancesResponse) ProtoMessage

func (*ListInstancesResponse) ProtoMessage()

func (*ListInstancesResponse) ProtoReflect

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

func (*ListInstancesResponse) Reset

func (x *ListInstancesResponse) Reset()

func (*ListInstancesResponse) String

func (x *ListInstancesResponse) String() string

type ListRequest

type ListRequest struct {
	Pagination *model.Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRequest) Descriptor deprecated

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

Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.

func (*ListRequest) GetPagination

func (x *ListRequest) GetPagination() *model.Pagination

func (*ListRequest) ProtoMessage

func (*ListRequest) ProtoMessage()

func (*ListRequest) ProtoReflect

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

func (*ListRequest) Reset

func (x *ListRequest) Reset()

func (*ListRequest) String

func (x *ListRequest) String() string

type ListResponse

type ListResponse struct {

	// The capsules.
	Capsules []*Capsule `protobuf:"bytes,1,rep,name=capsules,proto3" json:"capsules,omitempty"`
	Total    uint64     `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResponse) Descriptor deprecated

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

Deprecated: Use ListResponse.ProtoReflect.Descriptor instead.

func (*ListResponse) GetCapsules

func (x *ListResponse) GetCapsules() []*Capsule

func (*ListResponse) GetTotal

func (x *ListResponse) GetTotal() uint64

func (*ListResponse) ProtoMessage

func (*ListResponse) ProtoMessage()

func (*ListResponse) ProtoReflect

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

func (*ListResponse) Reset

func (x *ListResponse) Reset()

func (*ListResponse) String

func (x *ListResponse) String() string

type ListRolloutsRequest

type ListRolloutsRequest struct {
	CapsuleId  string            `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	Pagination *model.Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRolloutsRequest) Descriptor deprecated

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

Deprecated: Use ListRolloutsRequest.ProtoReflect.Descriptor instead.

func (*ListRolloutsRequest) GetCapsuleId

func (x *ListRolloutsRequest) GetCapsuleId() string

func (*ListRolloutsRequest) GetPagination

func (x *ListRolloutsRequest) GetPagination() *model.Pagination

func (*ListRolloutsRequest) ProtoMessage

func (*ListRolloutsRequest) ProtoMessage()

func (*ListRolloutsRequest) ProtoReflect

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

func (*ListRolloutsRequest) Reset

func (x *ListRolloutsRequest) Reset()

func (*ListRolloutsRequest) String

func (x *ListRolloutsRequest) String() string

type ListRolloutsResponse

type ListRolloutsResponse struct {
	Rollouts []*Rollout `protobuf:"bytes,1,rep,name=rollouts,proto3" json:"rollouts,omitempty"`
	Total    uint64     `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRolloutsResponse) Descriptor deprecated

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

Deprecated: Use ListRolloutsResponse.ProtoReflect.Descriptor instead.

func (*ListRolloutsResponse) GetRollouts

func (x *ListRolloutsResponse) GetRollouts() []*Rollout

func (*ListRolloutsResponse) GetTotal

func (x *ListRolloutsResponse) GetTotal() uint64

func (*ListRolloutsResponse) ProtoMessage

func (*ListRolloutsResponse) ProtoMessage()

func (*ListRolloutsResponse) ProtoReflect

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

func (*ListRolloutsResponse) Reset

func (x *ListRolloutsResponse) Reset()

func (*ListRolloutsResponse) String

func (x *ListRolloutsResponse) String() string

type Log

type Log struct {
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Message   *LogMessage            `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*Log) Descriptor deprecated

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

Deprecated: Use Log.ProtoReflect.Descriptor instead.

func (*Log) GetMessage

func (x *Log) GetMessage() *LogMessage

func (*Log) GetTimestamp

func (x *Log) GetTimestamp() *timestamppb.Timestamp

func (*Log) ProtoMessage

func (*Log) ProtoMessage()

func (*Log) ProtoReflect

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

func (*Log) Reset

func (x *Log) Reset()

func (*Log) String

func (x *Log) String() string

type LogMessage

type LogMessage struct {

	// Types that are assignable to Message:
	//
	//	*LogMessage_Stdout
	//	*LogMessage_Stderr
	Message isLogMessage_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

func (*LogMessage) Descriptor deprecated

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

Deprecated: Use LogMessage.ProtoReflect.Descriptor instead.

func (*LogMessage) GetMessage

func (m *LogMessage) GetMessage() isLogMessage_Message

func (*LogMessage) GetStderr

func (x *LogMessage) GetStderr() []byte

func (*LogMessage) GetStdout

func (x *LogMessage) GetStdout() []byte

func (*LogMessage) ProtoMessage

func (*LogMessage) ProtoMessage()

func (*LogMessage) ProtoReflect

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

func (*LogMessage) Reset

func (x *LogMessage) Reset()

func (*LogMessage) String

func (x *LogMessage) String() string

type LogMessage_Stderr

type LogMessage_Stderr struct {
	Stderr []byte `protobuf:"bytes,2,opt,name=stderr,proto3,oneof"`
}

type LogMessage_Stdout

type LogMessage_Stdout struct {
	Stdout []byte `protobuf:"bytes,1,opt,name=stdout,proto3,oneof"`
}

type Logging

type Logging struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*Logging) Descriptor deprecated

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

Deprecated: Use Logging.ProtoReflect.Descriptor instead.

func (*Logging) GetEnabled

func (x *Logging) GetEnabled() bool

func (*Logging) ProtoMessage

func (*Logging) ProtoMessage()

func (*Logging) ProtoReflect

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

func (*Logging) Reset

func (x *Logging) Reset()

func (*Logging) String

func (x *Logging) String() string

type LogsRequest

type LogsRequest struct {

	// The capsule to read logs from.
	CapsuleId string `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	// The instance in the capsule to read logs from.
	InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// If true, the request will stay open and stream new log messages.
	Follow bool `protobuf:"varint,3,opt,name=follow,proto3" json:"follow,omitempty"`
	// contains filtered or unexported fields
}

func (*LogsRequest) Descriptor deprecated

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

Deprecated: Use LogsRequest.ProtoReflect.Descriptor instead.

func (*LogsRequest) GetCapsuleId

func (x *LogsRequest) GetCapsuleId() string

func (*LogsRequest) GetFollow

func (x *LogsRequest) GetFollow() bool

func (*LogsRequest) GetInstanceId

func (x *LogsRequest) GetInstanceId() string

func (*LogsRequest) ProtoMessage

func (*LogsRequest) ProtoMessage()

func (*LogsRequest) ProtoReflect

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

func (*LogsRequest) Reset

func (x *LogsRequest) Reset()

func (*LogsRequest) String

func (x *LogsRequest) String() string

type LogsResponse

type LogsResponse struct {
	Log *Log `protobuf:"bytes,1,opt,name=log,proto3" json:"log,omitempty"`
	// contains filtered or unexported fields
}

The response of a capsule.Logs RPC

func (*LogsResponse) Descriptor deprecated

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

Deprecated: Use LogsResponse.ProtoReflect.Descriptor instead.

func (*LogsResponse) GetLog

func (x *LogsResponse) GetLog() *Log

func (*LogsResponse) ProtoMessage

func (*LogsResponse) ProtoMessage()

func (*LogsResponse) ProtoReflect

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

func (*LogsResponse) Reset

func (x *LogsResponse) Reset()

func (*LogsResponse) String

func (x *LogsResponse) String() string

type Middleware

type Middleware struct {

	// Types that are assignable to Kind:
	//
	//	*Middleware_Logging
	//	*Middleware_Authentication
	Kind isMiddleware_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*Middleware) Descriptor deprecated

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

Deprecated: Use Middleware.ProtoReflect.Descriptor instead.

func (*Middleware) GetAuthentication

func (x *Middleware) GetAuthentication() *Authentication

func (*Middleware) GetKind

func (m *Middleware) GetKind() isMiddleware_Kind

func (*Middleware) GetLogging

func (x *Middleware) GetLogging() *Logging

func (*Middleware) ProtoMessage

func (*Middleware) ProtoMessage()

func (*Middleware) ProtoReflect

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

func (*Middleware) Reset

func (x *Middleware) Reset()

func (*Middleware) String

func (x *Middleware) String() string

type Middleware_Authentication

type Middleware_Authentication struct {
	Authentication *Authentication `protobuf:"bytes,2,opt,name=authentication,proto3,oneof"`
}

type Middleware_Logging

type Middleware_Logging struct {
	Logging *Logging `protobuf:"bytes,1,opt,name=logging,proto3,oneof"`
}

type Network

type Network struct {
	Interfaces []*Interface `protobuf:"bytes,1,rep,name=interfaces,proto3" json:"interfaces,omitempty"`
	// contains filtered or unexported fields
}

func (*Network) Descriptor deprecated

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

Deprecated: Use Network.ProtoReflect.Descriptor instead.

func (*Network) GetInterfaces

func (x *Network) GetInterfaces() []*Interface

func (*Network) ProtoMessage

func (*Network) ProtoMessage()

func (*Network) ProtoReflect

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

func (*Network) Reset

func (x *Network) Reset()

func (*Network) String

func (x *Network) String() string

type Origin

type Origin struct {

	// Types that are assignable to Kind:
	//
	//	*Origin_GitReference
	Kind isOrigin_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*Origin) Descriptor deprecated

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

Deprecated: Use Origin.ProtoReflect.Descriptor instead.

func (*Origin) GetGitReference

func (x *Origin) GetGitReference() *GitReference

func (*Origin) GetKind

func (m *Origin) GetKind() isOrigin_Kind

func (*Origin) ProtoMessage

func (*Origin) ProtoMessage()

func (*Origin) ProtoReflect

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

func (*Origin) Reset

func (x *Origin) Reset()

func (*Origin) String

func (x *Origin) String() string

type Origin_GitReference

type Origin_GitReference struct {
	GitReference *GitReference `protobuf:"bytes,1,opt,name=git_reference,json=gitReference,proto3,oneof"`
}

type PublicInterface

type PublicInterface struct {
	Enabled bool           `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Method  *RoutingMethod `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicInterface) Descriptor deprecated

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

Deprecated: Use PublicInterface.ProtoReflect.Descriptor instead.

func (*PublicInterface) GetEnabled

func (x *PublicInterface) GetEnabled() bool

func (*PublicInterface) GetMethod

func (x *PublicInterface) GetMethod() *RoutingMethod

func (*PublicInterface) ProtoMessage

func (*PublicInterface) ProtoMessage()

func (*PublicInterface) ProtoReflect

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

func (*PublicInterface) Reset

func (x *PublicInterface) Reset()

func (*PublicInterface) String

func (x *PublicInterface) String() string

type RestartInstanceRequest

type RestartInstanceRequest struct {
	CapsuleId  string `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RestartInstanceRequest) Descriptor deprecated

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

Deprecated: Use RestartInstanceRequest.ProtoReflect.Descriptor instead.

func (*RestartInstanceRequest) GetCapsuleId

func (x *RestartInstanceRequest) GetCapsuleId() string

func (*RestartInstanceRequest) GetInstanceId

func (x *RestartInstanceRequest) GetInstanceId() string

func (*RestartInstanceRequest) ProtoMessage

func (*RestartInstanceRequest) ProtoMessage()

func (*RestartInstanceRequest) ProtoReflect

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

func (*RestartInstanceRequest) Reset

func (x *RestartInstanceRequest) Reset()

func (*RestartInstanceRequest) String

func (x *RestartInstanceRequest) String() string

type RestartInstanceResponse

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

func (*RestartInstanceResponse) Descriptor deprecated

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

Deprecated: Use RestartInstanceResponse.ProtoReflect.Descriptor instead.

func (*RestartInstanceResponse) ProtoMessage

func (*RestartInstanceResponse) ProtoMessage()

func (*RestartInstanceResponse) ProtoReflect

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

func (*RestartInstanceResponse) Reset

func (x *RestartInstanceResponse) Reset()

func (*RestartInstanceResponse) String

func (x *RestartInstanceResponse) String() string

type Rollout

type Rollout struct {
	RolloutId uint64         `protobuf:"varint,1,opt,name=rollout_id,json=rolloutId,proto3" json:"rollout_id,omitempty"`
	Config    *RolloutConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	Status    *RolloutStatus `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Rollout) Descriptor deprecated

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

Deprecated: Use Rollout.ProtoReflect.Descriptor instead.

func (*Rollout) GetConfig

func (x *Rollout) GetConfig() *RolloutConfig

func (*Rollout) GetRolloutId

func (x *Rollout) GetRolloutId() uint64

func (*Rollout) GetStatus

func (x *Rollout) GetStatus() *RolloutStatus

func (*Rollout) ProtoMessage

func (*Rollout) ProtoMessage()

func (*Rollout) ProtoReflect

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

func (*Rollout) Reset

func (x *Rollout) Reset()

func (*Rollout) String

func (x *Rollout) String() string

type RolloutConfig

type RolloutConfig struct {

	// The user who initiated the rollout.
	CreatedBy                    *model.Author          `protobuf:"bytes,1,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	CreatedAt                    *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Changes                      []*Change              `protobuf:"bytes,3,rep,name=changes,proto3" json:"changes,omitempty"`
	Replicas                     uint32                 `protobuf:"varint,4,opt,name=replicas,proto3" json:"replicas,omitempty"`
	BuildId                      string                 `protobuf:"bytes,5,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	Network                      *Network               `protobuf:"bytes,6,opt,name=network,proto3" json:"network,omitempty"`
	ContainerSettings            *ContainerSettings     `protobuf:"bytes,7,opt,name=container_settings,json=containerSettings,proto3" json:"container_settings,omitempty"`
	AutoAddNuntioServiceAccounts bool                   `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RolloutConfig) Descriptor deprecated

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

Deprecated: Use RolloutConfig.ProtoReflect.Descriptor instead.

func (*RolloutConfig) GetAutoAddNuntioServiceAccounts

func (x *RolloutConfig) GetAutoAddNuntioServiceAccounts() bool

func (*RolloutConfig) GetBuildId

func (x *RolloutConfig) GetBuildId() string

func (*RolloutConfig) GetChanges

func (x *RolloutConfig) GetChanges() []*Change

func (*RolloutConfig) GetContainerSettings

func (x *RolloutConfig) GetContainerSettings() *ContainerSettings

func (*RolloutConfig) GetCreatedAt

func (x *RolloutConfig) GetCreatedAt() *timestamppb.Timestamp

func (*RolloutConfig) GetCreatedBy

func (x *RolloutConfig) GetCreatedBy() *model.Author

func (*RolloutConfig) GetNetwork

func (x *RolloutConfig) GetNetwork() *Network

func (*RolloutConfig) GetReplicas

func (x *RolloutConfig) GetReplicas() uint32

func (*RolloutConfig) ProtoMessage

func (*RolloutConfig) ProtoMessage()

func (*RolloutConfig) ProtoReflect

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

func (*RolloutConfig) Reset

func (x *RolloutConfig) Reset()

func (*RolloutConfig) String

func (x *RolloutConfig) String() string

type RolloutEvent

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

func (*RolloutEvent) Descriptor deprecated

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

Deprecated: Use RolloutEvent.ProtoReflect.Descriptor instead.

func (*RolloutEvent) ProtoMessage

func (*RolloutEvent) ProtoMessage()

func (*RolloutEvent) ProtoReflect

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

func (*RolloutEvent) Reset

func (x *RolloutEvent) Reset()

func (*RolloutEvent) String

func (x *RolloutEvent) String() string

type RolloutState

type RolloutState int32
const (
	RolloutState_ROLLOUT_STATE_UNSPECIFIED RolloutState = 0
	RolloutState_ROLLOUT_STATE_PENDING     RolloutState = 1
	RolloutState_ROLLOUT_STATE_PREPARING   RolloutState = 6
	RolloutState_ROLLOUT_STATE_DEPLOYING   RolloutState = 2
	RolloutState_ROLLOUT_STATE_OBSERVING   RolloutState = 7
	RolloutState_ROLLOUT_STATE_DONE        RolloutState = 3
	RolloutState_ROLLOUT_STATE_ABORTED     RolloutState = 4
	RolloutState_ROLLOUT_STATE_FAILED      RolloutState = 5
)

func (RolloutState) Descriptor

func (RolloutState) Enum

func (x RolloutState) Enum() *RolloutState

func (RolloutState) EnumDescriptor deprecated

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

Deprecated: Use RolloutState.Descriptor instead.

func (RolloutState) Number

func (RolloutState) String

func (x RolloutState) String() string

func (RolloutState) Type

type RolloutStatus

type RolloutStatus struct {
	State     RolloutState           `protobuf:"varint,1,opt,name=state,proto3,enum=api.v1.capsule.RolloutState" json:"state,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Message   string                 `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*RolloutStatus) Descriptor deprecated

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

Deprecated: Use RolloutStatus.ProtoReflect.Descriptor instead.

func (*RolloutStatus) GetMessage

func (x *RolloutStatus) GetMessage() string

func (*RolloutStatus) GetState

func (x *RolloutStatus) GetState() RolloutState

func (*RolloutStatus) GetUpdatedAt

func (x *RolloutStatus) GetUpdatedAt() *timestamppb.Timestamp

func (*RolloutStatus) ProtoMessage

func (*RolloutStatus) ProtoMessage()

func (*RolloutStatus) ProtoReflect

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

func (*RolloutStatus) Reset

func (x *RolloutStatus) Reset()

func (*RolloutStatus) String

func (x *RolloutStatus) String() string

type RoutingMethod

type RoutingMethod struct {

	// Types that are assignable to Kind:
	//
	//	*RoutingMethod_LoadBalancer_
	//	*RoutingMethod_Ingress_
	Kind isRoutingMethod_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*RoutingMethod) Descriptor deprecated

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

Deprecated: Use RoutingMethod.ProtoReflect.Descriptor instead.

func (*RoutingMethod) GetIngress

func (x *RoutingMethod) GetIngress() *RoutingMethod_Ingress

func (*RoutingMethod) GetKind

func (m *RoutingMethod) GetKind() isRoutingMethod_Kind

func (*RoutingMethod) GetLoadBalancer

func (x *RoutingMethod) GetLoadBalancer() *RoutingMethod_LoadBalancer

func (*RoutingMethod) ProtoMessage

func (*RoutingMethod) ProtoMessage()

func (*RoutingMethod) ProtoReflect

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

func (*RoutingMethod) Reset

func (x *RoutingMethod) Reset()

func (*RoutingMethod) String

func (x *RoutingMethod) String() string

type RoutingMethod_Ingress

type RoutingMethod_Ingress struct {
	Host       string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
	Tls        bool   `protobuf:"varint,2,opt,name=tls,proto3" json:"tls,omitempty"`
	PathPrefix string `protobuf:"bytes,3,opt,name=path_prefix,json=pathPrefix,proto3" json:"path_prefix,omitempty"`
	// contains filtered or unexported fields
}

func (*RoutingMethod_Ingress) Descriptor deprecated

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

Deprecated: Use RoutingMethod_Ingress.ProtoReflect.Descriptor instead.

func (*RoutingMethod_Ingress) GetHost

func (x *RoutingMethod_Ingress) GetHost() string

func (*RoutingMethod_Ingress) GetPathPrefix

func (x *RoutingMethod_Ingress) GetPathPrefix() string

func (*RoutingMethod_Ingress) GetTls

func (x *RoutingMethod_Ingress) GetTls() bool

func (*RoutingMethod_Ingress) ProtoMessage

func (*RoutingMethod_Ingress) ProtoMessage()

func (*RoutingMethod_Ingress) ProtoReflect

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

func (*RoutingMethod_Ingress) Reset

func (x *RoutingMethod_Ingress) Reset()

func (*RoutingMethod_Ingress) String

func (x *RoutingMethod_Ingress) String() string

type RoutingMethod_Ingress_

type RoutingMethod_Ingress_ struct {
	Ingress *RoutingMethod_Ingress `protobuf:"bytes,2,opt,name=ingress,proto3,oneof"`
}

type RoutingMethod_LoadBalancer

type RoutingMethod_LoadBalancer struct {
	Port uint32 `protobuf:"varint,1,opt,name=port,proto3" json:"port,omitempty"`
	// contains filtered or unexported fields
}

func (*RoutingMethod_LoadBalancer) Descriptor deprecated

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

Deprecated: Use RoutingMethod_LoadBalancer.ProtoReflect.Descriptor instead.

func (*RoutingMethod_LoadBalancer) GetPort

func (x *RoutingMethod_LoadBalancer) GetPort() uint32

func (*RoutingMethod_LoadBalancer) ProtoMessage

func (*RoutingMethod_LoadBalancer) ProtoMessage()

func (*RoutingMethod_LoadBalancer) ProtoReflect

func (*RoutingMethod_LoadBalancer) Reset

func (x *RoutingMethod_LoadBalancer) Reset()

func (*RoutingMethod_LoadBalancer) String

func (x *RoutingMethod_LoadBalancer) String() string

type RoutingMethod_LoadBalancer_

type RoutingMethod_LoadBalancer_ struct {
	LoadBalancer *RoutingMethod_LoadBalancer `protobuf:"bytes,1,opt,name=load_balancer,json=loadBalancer,proto3,oneof"`
}

type Sidecar

type Sidecar struct {
	Interfaces []*SidecarInterface `protobuf:"bytes,1,rep,name=interfaces,proto3" json:"interfaces,omitempty"`
	// contains filtered or unexported fields
}

func (*Sidecar) Descriptor deprecated

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

Deprecated: Use Sidecar.ProtoReflect.Descriptor instead.

func (*Sidecar) GetInterfaces

func (x *Sidecar) GetInterfaces() []*SidecarInterface

func (*Sidecar) ProtoMessage

func (*Sidecar) ProtoMessage()

func (*Sidecar) ProtoReflect

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

func (*Sidecar) Reset

func (x *Sidecar) Reset()

func (*Sidecar) String

func (x *Sidecar) String() string

type SidecarInterface

type SidecarInterface struct {
	Port      uint32 `protobuf:"varint,1,opt,name=port,proto3" json:"port,omitempty"`
	ProxyPort uint32 `protobuf:"varint,2,opt,name=proxy_port,json=proxyPort,proto3" json:"proxy_port,omitempty"`
	// contains filtered or unexported fields
}

func (*SidecarInterface) Descriptor deprecated

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

Deprecated: Use SidecarInterface.ProtoReflect.Descriptor instead.

func (*SidecarInterface) GetPort

func (x *SidecarInterface) GetPort() uint32

func (*SidecarInterface) GetProxyPort

func (x *SidecarInterface) GetProxyPort() uint32

func (*SidecarInterface) ProtoMessage

func (*SidecarInterface) ProtoMessage()

func (*SidecarInterface) ProtoReflect

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

func (*SidecarInterface) Reset

func (x *SidecarInterface) Reset()

func (*SidecarInterface) String

func (x *SidecarInterface) String() string

type State

type State int32
const (
	State_STATE_UNSPECIFIED State = 0
	State_STATE_PENDING     State = 1
	State_STATE_RUNNING     State = 2
	State_STATE_SUCCEEDED   State = 3
	State_STATE_FAILED      State = 4
)

func (State) Descriptor

func (State) Descriptor() protoreflect.EnumDescriptor

func (State) Enum

func (x State) Enum() *State

func (State) EnumDescriptor deprecated

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

Deprecated: Use State.Descriptor instead.

func (State) Number

func (x State) Number() protoreflect.EnumNumber

func (State) String

func (x State) String() string

func (State) Type

func (State) Type() protoreflect.EnumType

type Update

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

func (*Update) Descriptor deprecated

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

Deprecated: Use Update.ProtoReflect.Descriptor instead.

func (*Update) ProtoMessage

func (*Update) ProtoMessage()

func (*Update) ProtoReflect

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

func (*Update) Reset

func (x *Update) Reset()

func (*Update) String

func (x *Update) String() string

type UpdateRequest

type UpdateRequest struct {

	// The capsule to update.
	CapsuleId string `protobuf:"bytes,1,opt,name=capsule_id,json=capsuleId,proto3" json:"capsule_id,omitempty"`
	// The updates to apply to the capsule.
	Updates []*Update `protobuf:"bytes,2,rep,name=updates,proto3" json:"updates,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRequest) Descriptor deprecated

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

Deprecated: Use UpdateRequest.ProtoReflect.Descriptor instead.

func (*UpdateRequest) GetCapsuleId

func (x *UpdateRequest) GetCapsuleId() string

func (*UpdateRequest) GetUpdates

func (x *UpdateRequest) GetUpdates() []*Update

func (*UpdateRequest) ProtoMessage

func (*UpdateRequest) ProtoMessage()

func (*UpdateRequest) ProtoReflect

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

func (*UpdateRequest) Reset

func (x *UpdateRequest) Reset()

func (*UpdateRequest) String

func (x *UpdateRequest) String() string

type UpdateResponse

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

func (*UpdateResponse) Descriptor deprecated

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

Deprecated: Use UpdateResponse.ProtoReflect.Descriptor instead.

func (*UpdateResponse) ProtoMessage

func (*UpdateResponse) ProtoMessage()

func (*UpdateResponse) ProtoReflect

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

func (*UpdateResponse) Reset

func (x *UpdateResponse) Reset()

func (*UpdateResponse) String

func (x *UpdateResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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