Documentation
¶
Index ¶
- Variables
- type Action
- func (*Action) Descriptor() ([]byte, []int)deprecated
- func (x *Action) GetEnv() map[string]string
- func (x *Action) GetGlobalContext() *actions.GlobalContext
- func (x *Action) GetId() string
- func (x *Action) GetUses() string
- func (x *Action) GetWith() map[string]string
- func (o *Action) Liquify(ctx context.Context, containerRuntime forge.ContainerRuntime, ...) (*forge.Metal, error)
- func (*Action) ProtoMessage()
- func (x *Action) ProtoReflect() protoreflect.Message
- func (x *Action) Reset()
- func (x *Action) String() string
- type Alloy
- type Lava
- type Pure
- func (*Pure) Descriptor() ([]byte, []int)deprecated
- func (x *Pure) GetCmd() []string
- func (x *Pure) GetEntrypoint() []string
- func (x *Pure) GetEnv() []string
- func (x *Pure) GetImage() string
- func (x *Pure) GetInput() []byte
- func (o *Pure) Liquify(ctx context.Context, containerRuntime forge.ContainerRuntime, ...) (*forge.Metal, error)
- func (*Pure) ProtoMessage()
- func (x *Pure) ProtoReflect() protoreflect.Message
- func (x *Pure) Reset()
- func (x *Pure) String() string
- type Resource
- func (*Resource) Descriptor() ([]byte, []int)deprecated
- func (x *Resource) GetMethod() string
- func (x *Resource) GetParams() map[string]string
- func (x *Resource) GetResource() *concourse.Resource
- func (x *Resource) GetResourceType() *concourse.ResourceType
- func (x *Resource) GetVersion() map[string]string
- func (o *Resource) Liquify(ctx context.Context, containerRuntime forge.ContainerRuntime, ...) (*forge.Metal, error)
- func (*Resource) ProtoMessage()
- func (x *Resource) ProtoReflect() protoreflect.Message
- func (x *Resource) Reset()
- func (x *Resource) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_ore_action_proto protoreflect.FileDescriptor
View Source
var File_pkg_ore_pure_proto protoreflect.FileDescriptor
View Source
var File_pkg_ore_resource_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Uses string `protobuf:"bytes,2,opt,name=uses,proto3" json:"uses,omitempty"`
With map[string]string `` /* 149-byte string literal not displayed */
Env map[string]string `` /* 147-byte string literal not displayed */
GlobalContext *actions.GlobalContext `protobuf:"bytes,5,opt,name=global_context,json=globalContext,proto3" json:"global_context,omitempty"`
// contains filtered or unexported fields
}
func (*Action) Descriptor
deprecated
func (*Action) GetGlobalContext ¶
func (x *Action) GetGlobalContext() *actions.GlobalContext
func (*Action) ProtoMessage ¶
func (*Action) ProtoMessage()
func (*Action) ProtoReflect ¶
func (x *Action) ProtoReflect() protoreflect.Message
type Alloy ¶
type Pure ¶
type Pure struct {
Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
Entrypoint []string `protobuf:"bytes,2,rep,name=entrypoint,proto3" json:"entrypoint,omitempty"`
Cmd []string `protobuf:"bytes,3,rep,name=cmd,proto3" json:"cmd,omitempty"`
Env []string `protobuf:"bytes,4,rep,name=env,proto3" json:"env,omitempty"`
Input []byte `protobuf:"bytes,5,opt,name=input,proto3" json:"input,omitempty"`
// contains filtered or unexported fields
}
func (*Pure) Descriptor
deprecated
func (*Pure) GetEntrypoint ¶
func (*Pure) ProtoMessage ¶
func (*Pure) ProtoMessage()
func (*Pure) ProtoReflect ¶
func (x *Pure) ProtoReflect() protoreflect.Message
type Resource ¶
type Resource struct {
Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
Version map[string]string `` /* 155-byte string literal not displayed */
Params map[string]string `` /* 153-byte string literal not displayed */
Resource *concourse.Resource `protobuf:"bytes,4,opt,name=resource,proto3" json:"resource,omitempty"`
ResourceType *concourse.ResourceType `protobuf:"bytes,5,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
// contains filtered or unexported fields
}
func (*Resource) Descriptor
deprecated
func (*Resource) GetResource ¶
func (*Resource) GetResourceType ¶
func (x *Resource) GetResourceType() *concourse.ResourceType
func (*Resource) GetVersion ¶
func (*Resource) ProtoMessage ¶
func (*Resource) ProtoMessage()
func (*Resource) ProtoReflect ¶
func (x *Resource) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.