actionsv1

package
v0.0.69 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_actions_v1_application_proto protoreflect.FileDescriptor
View Source
var File_actions_v1_environment_proto protoreflect.FileDescriptor
View Source
var File_actions_v1_organization_proto protoreflect.FileDescriptor
View Source
var File_actions_v1_project_proto protoreflect.FileDescriptor
View Source
var File_actions_v1_service_proto protoreflect.FileDescriptor
View Source
var File_actions_v1_workspace_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AddApplication

type AddApplication struct {
	Kind        string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Project     string `protobuf:"bytes,4,opt,name=project,proto3" json:"project,omitempty"`
	Path        string `protobuf:"bytes,5,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*AddApplication) Descriptor deprecated

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

Deprecated: Use AddApplication.ProtoReflect.Descriptor instead.

func (*AddApplication) GetDescription

func (x *AddApplication) GetDescription() string

func (*AddApplication) GetKind

func (x *AddApplication) GetKind() string

func (*AddApplication) GetName

func (x *AddApplication) GetName() string

func (*AddApplication) GetPath

func (x *AddApplication) GetPath() string

func (*AddApplication) GetProject

func (x *AddApplication) GetProject() string

func (*AddApplication) ProtoMessage

func (*AddApplication) ProtoMessage()

func (*AddApplication) ProtoReflect

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

func (*AddApplication) Reset

func (x *AddApplication) Reset()

func (*AddApplication) String

func (x *AddApplication) String() string

type AddEnvironment

type AddEnvironment struct {
	Kind        string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Project     string `protobuf:"bytes,5,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*AddEnvironment) Descriptor deprecated

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

Deprecated: Use AddEnvironment.ProtoReflect.Descriptor instead.

func (*AddEnvironment) GetDescription

func (x *AddEnvironment) GetDescription() string

func (*AddEnvironment) GetKind

func (x *AddEnvironment) GetKind() string

func (*AddEnvironment) GetName

func (x *AddEnvironment) GetName() string

func (*AddEnvironment) GetProject

func (x *AddEnvironment) GetProject() string

func (*AddEnvironment) ProtoMessage

func (*AddEnvironment) ProtoMessage()

func (*AddEnvironment) ProtoReflect

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

func (*AddEnvironment) Reset

func (x *AddEnvironment) Reset()

func (*AddEnvironment) String

func (x *AddEnvironment) String() string

type AddOrganization

type AddOrganization struct {
	Kind   string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Name   string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Domain string `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrganization) Descriptor deprecated

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

Deprecated: Use AddOrganization.ProtoReflect.Descriptor instead.

func (*AddOrganization) GetDomain

func (x *AddOrganization) GetDomain() string

func (*AddOrganization) GetKind

func (x *AddOrganization) GetKind() string

func (*AddOrganization) GetName

func (x *AddOrganization) GetName() string

func (*AddOrganization) ProtoMessage

func (*AddOrganization) ProtoMessage()

func (*AddOrganization) ProtoReflect

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

func (*AddOrganization) Reset

func (x *AddOrganization) Reset()

func (*AddOrganization) String

func (x *AddOrganization) String() string

type AddProject

type AddProject struct {
	Kind        string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Workspace   string `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Path        string `protobuf:"bytes,5,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*AddProject) Descriptor deprecated

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

Deprecated: Use AddProject.ProtoReflect.Descriptor instead.

func (*AddProject) GetDescription

func (x *AddProject) GetDescription() string

func (*AddProject) GetKind

func (x *AddProject) GetKind() string

func (*AddProject) GetName

func (x *AddProject) GetName() string

func (*AddProject) GetPath

func (x *AddProject) GetPath() string

func (*AddProject) GetWorkspace

func (x *AddProject) GetWorkspace() string

func (*AddProject) ProtoMessage

func (*AddProject) ProtoMessage()

func (*AddProject) ProtoReflect

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

func (*AddProject) Reset

func (x *AddProject) Reset()

func (*AddProject) String

func (x *AddProject) String() string

type AddService

type AddService struct {
	Kind        string    `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Override    bool      `protobuf:"varint,2,opt,name=override,proto3" json:"override,omitempty"`
	Name        string    `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description string    `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Application string    `protobuf:"bytes,5,opt,name=application,proto3" json:"application,omitempty"`
	Project     string    `protobuf:"bytes,6,opt,name=project,proto3" json:"project,omitempty"`
	Namespace   string    `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Agent       *v1.Agent `protobuf:"bytes,8,opt,name=agent,proto3" json:"agent,omitempty"`
	Path        string    `protobuf:"bytes,9,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*AddService) Descriptor deprecated

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

Deprecated: Use AddService.ProtoReflect.Descriptor instead.

func (*AddService) GetAgent

func (x *AddService) GetAgent() *v1.Agent

func (*AddService) GetApplication

func (x *AddService) GetApplication() string

func (*AddService) GetDescription

func (x *AddService) GetDescription() string

func (*AddService) GetKind

func (x *AddService) GetKind() string

func (*AddService) GetName

func (x *AddService) GetName() string

func (*AddService) GetNamespace

func (x *AddService) GetNamespace() string

func (*AddService) GetOverride

func (x *AddService) GetOverride() bool

func (*AddService) GetPath

func (x *AddService) GetPath() string

func (*AddService) GetProject

func (x *AddService) GetProject() string

func (*AddService) ProtoMessage

func (*AddService) ProtoMessage()

func (*AddService) ProtoReflect

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

func (*AddService) Reset

func (x *AddService) Reset()

func (*AddService) String

func (x *AddService) String() string

type AddServiceDependency

type AddServiceDependency struct {
	Kind                  string   `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Name                  string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Application           string   `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"`
	DependencyName        string   `protobuf:"bytes,4,opt,name=dependency_name,json=dependencyName,proto3" json:"dependency_name,omitempty"`
	DependencyApplication string   `protobuf:"bytes,5,opt,name=dependency_application,json=dependencyApplication,proto3" json:"dependency_application,omitempty"`
	Project               string   `protobuf:"bytes,6,opt,name=project,proto3" json:"project,omitempty"`
	Endpoints             []string `protobuf:"bytes,7,rep,name=endpoints,proto3" json:"endpoints,omitempty"`
	// contains filtered or unexported fields
}

func (*AddServiceDependency) Descriptor deprecated

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

Deprecated: Use AddServiceDependency.ProtoReflect.Descriptor instead.

func (*AddServiceDependency) GetApplication

func (x *AddServiceDependency) GetApplication() string

func (*AddServiceDependency) GetDependencyApplication

func (x *AddServiceDependency) GetDependencyApplication() string

func (*AddServiceDependency) GetDependencyName

func (x *AddServiceDependency) GetDependencyName() string

func (*AddServiceDependency) GetEndpoints

func (x *AddServiceDependency) GetEndpoints() []string

func (*AddServiceDependency) GetKind

func (x *AddServiceDependency) GetKind() string

func (*AddServiceDependency) GetName

func (x *AddServiceDependency) GetName() string

func (*AddServiceDependency) GetProject

func (x *AddServiceDependency) GetProject() string

func (*AddServiceDependency) ProtoMessage

func (*AddServiceDependency) ProtoMessage()

func (*AddServiceDependency) ProtoReflect

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

func (*AddServiceDependency) Reset

func (x *AddServiceDependency) Reset()

func (*AddServiceDependency) String

func (x *AddServiceDependency) String() string

type AddWorkspace

type AddWorkspace struct {
	Kind         string           `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Organization *v1.Organization `protobuf:"bytes,2,opt,name=organization,proto3" json:"organization,omitempty"`
	Name         string           `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description  string           `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Dir          string           `protobuf:"bytes,5,opt,name=dir,proto3" json:"dir,omitempty"`
	ProjectRoot  string           `protobuf:"bytes,6,opt,name=project_root,json=projectRoot,proto3" json:"project_root,omitempty"`
	// contains filtered or unexported fields
}

func (*AddWorkspace) Descriptor deprecated

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

Deprecated: Use AddWorkspace.ProtoReflect.Descriptor instead.

func (*AddWorkspace) GetDescription

func (x *AddWorkspace) GetDescription() string

func (*AddWorkspace) GetDir

func (x *AddWorkspace) GetDir() string

func (*AddWorkspace) GetKind

func (x *AddWorkspace) GetKind() string

func (*AddWorkspace) GetName

func (x *AddWorkspace) GetName() string

func (*AddWorkspace) GetOrganization

func (x *AddWorkspace) GetOrganization() *v1.Organization

func (*AddWorkspace) GetProjectRoot

func (x *AddWorkspace) GetProjectRoot() string

func (*AddWorkspace) ProtoMessage

func (*AddWorkspace) ProtoMessage()

func (*AddWorkspace) ProtoReflect

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

func (*AddWorkspace) Reset

func (x *AddWorkspace) Reset()

func (*AddWorkspace) String

func (x *AddWorkspace) String() string

type SetApplicationActive

type SetApplicationActive struct {
	Kind    string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Project string `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*SetApplicationActive) Descriptor deprecated

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

Deprecated: Use SetApplicationActive.ProtoReflect.Descriptor instead.

func (*SetApplicationActive) GetKind

func (x *SetApplicationActive) GetKind() string

func (*SetApplicationActive) GetName

func (x *SetApplicationActive) GetName() string

func (*SetApplicationActive) GetProject

func (x *SetApplicationActive) GetProject() string

func (*SetApplicationActive) ProtoMessage

func (*SetApplicationActive) ProtoMessage()

func (*SetApplicationActive) ProtoReflect

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

func (*SetApplicationActive) Reset

func (x *SetApplicationActive) Reset()

func (*SetApplicationActive) String

func (x *SetApplicationActive) String() string

type SetProjectActive

type SetProjectActive struct {
	Kind      string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Workspace string `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"`
	Name      string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*SetProjectActive) Descriptor deprecated

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

Deprecated: Use SetProjectActive.ProtoReflect.Descriptor instead.

func (*SetProjectActive) GetKind

func (x *SetProjectActive) GetKind() string

func (*SetProjectActive) GetName

func (x *SetProjectActive) GetName() string

func (*SetProjectActive) GetWorkspace

func (x *SetProjectActive) GetWorkspace() string

func (*SetProjectActive) ProtoMessage

func (*SetProjectActive) ProtoMessage()

func (*SetProjectActive) ProtoReflect

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

func (*SetProjectActive) Reset

func (x *SetProjectActive) Reset()

func (*SetProjectActive) String

func (x *SetProjectActive) String() string

type SetServiceActive

type SetServiceActive struct {
	Kind        string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Application string `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"`
	// contains filtered or unexported fields
}

func (*SetServiceActive) Descriptor deprecated

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

Deprecated: Use SetServiceActive.ProtoReflect.Descriptor instead.

func (*SetServiceActive) GetApplication

func (x *SetServiceActive) GetApplication() string

func (*SetServiceActive) GetKind

func (x *SetServiceActive) GetKind() string

func (*SetServiceActive) GetName

func (x *SetServiceActive) GetName() string

func (*SetServiceActive) ProtoMessage

func (*SetServiceActive) ProtoMessage()

func (*SetServiceActive) ProtoReflect

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

func (*SetServiceActive) Reset

func (x *SetServiceActive) Reset()

func (*SetServiceActive) String

func (x *SetServiceActive) String() string

Jump to

Keyboard shortcuts

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