Documentation
¶
Index ¶
- Variables
- type ArtifactNameList
- type CacheKey
- func (*CacheKey) Descriptor() ([]byte, []int)deprecated
- func (x *CacheKey) GetContainerSpec() *ContainerSpec
- func (x *CacheKey) GetInputArtifactNames() map[string]*ArtifactNameList
- func (x *CacheKey) GetInputParameterValues() map[string]*structpb.Value
- func (x *CacheKey) GetInputParameters() map[string]*pipelinespec.Valuedeprecated
- func (x *CacheKey) GetOutputArtifactsSpec() map[string]*pipelinespec.RuntimeArtifact
- func (x *CacheKey) GetOutputParametersSpec() map[string]string
- func (*CacheKey) ProtoMessage()
- func (x *CacheKey) ProtoReflect() protoreflect.Message
- func (x *CacheKey) Reset()
- func (x *CacheKey) String() string
- type ContainerSpec
- func (*ContainerSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ContainerSpec) GetCmdArgs() []string
- func (x *ContainerSpec) GetImage() string
- func (x *ContainerSpec) GetPvcNames() []string
- func (*ContainerSpec) ProtoMessage()
- func (x *ContainerSpec) ProtoReflect() protoreflect.Message
- func (x *ContainerSpec) Reset()
- func (x *ContainerSpec) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cache_key_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ArtifactNameList ¶
type ArtifactNameList struct {
ArtifactNames []string `protobuf:"bytes,1,rep,name=artifactNames,proto3" json:"artifactNames,omitempty"`
// contains filtered or unexported fields
}
func (*ArtifactNameList) Descriptor
deprecated
func (*ArtifactNameList) Descriptor() ([]byte, []int)
Deprecated: Use ArtifactNameList.ProtoReflect.Descriptor instead.
func (*ArtifactNameList) GetArtifactNames ¶
func (x *ArtifactNameList) GetArtifactNames() []string
func (*ArtifactNameList) ProtoMessage ¶
func (*ArtifactNameList) ProtoMessage()
func (*ArtifactNameList) ProtoReflect ¶
func (x *ArtifactNameList) ProtoReflect() protoreflect.Message
func (*ArtifactNameList) Reset ¶
func (x *ArtifactNameList) Reset()
func (*ArtifactNameList) String ¶
func (x *ArtifactNameList) String() string
type CacheKey ¶
type CacheKey struct {
InputArtifactNames map[string]*ArtifactNameList `` /* 163-byte string literal not displayed */
// Deprecated: Marked as deprecated in cache_key.proto.
InputParameters map[string]*pipelinespec.Value `` /* 157-byte string literal not displayed */
OutputArtifactsSpec map[string]*pipelinespec.RuntimeArtifact `` /* 165-byte string literal not displayed */
OutputParametersSpec map[string]string `` /* 167-byte string literal not displayed */
ContainerSpec *ContainerSpec `protobuf:"bytes,5,opt,name=containerSpec,proto3" json:"containerSpec,omitempty"`
InputParameterValues map[string]*structpb.Value `` /* 197-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*CacheKey) Descriptor
deprecated
func (*CacheKey) GetContainerSpec ¶
func (x *CacheKey) GetContainerSpec() *ContainerSpec
func (*CacheKey) GetInputArtifactNames ¶
func (x *CacheKey) GetInputArtifactNames() map[string]*ArtifactNameList
func (*CacheKey) GetInputParameterValues ¶
func (*CacheKey) GetInputParameters
deprecated
func (x *CacheKey) GetInputParameters() map[string]*pipelinespec.Value
Deprecated: Marked as deprecated in cache_key.proto.
func (*CacheKey) GetOutputArtifactsSpec ¶
func (x *CacheKey) GetOutputArtifactsSpec() map[string]*pipelinespec.RuntimeArtifact
func (*CacheKey) GetOutputParametersSpec ¶
func (*CacheKey) ProtoMessage ¶
func (*CacheKey) ProtoMessage()
func (*CacheKey) ProtoReflect ¶
func (x *CacheKey) ProtoReflect() protoreflect.Message
type ContainerSpec ¶
type ContainerSpec struct {
Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
CmdArgs []string `protobuf:"bytes,2,rep,name=cmdArgs,proto3" json:"cmdArgs,omitempty"`
PvcNames []string `protobuf:"bytes,3,rep,name=pvcNames,proto3" json:"pvcNames,omitempty"`
// contains filtered or unexported fields
}
func (*ContainerSpec) Descriptor
deprecated
func (*ContainerSpec) Descriptor() ([]byte, []int)
Deprecated: Use ContainerSpec.ProtoReflect.Descriptor instead.
func (*ContainerSpec) GetCmdArgs ¶
func (x *ContainerSpec) GetCmdArgs() []string
func (*ContainerSpec) GetImage ¶
func (x *ContainerSpec) GetImage() string
func (*ContainerSpec) GetPvcNames ¶
func (x *ContainerSpec) GetPvcNames() []string
func (*ContainerSpec) ProtoMessage ¶
func (*ContainerSpec) ProtoMessage()
func (*ContainerSpec) ProtoReflect ¶
func (x *ContainerSpec) ProtoReflect() protoreflect.Message
func (*ContainerSpec) Reset ¶
func (x *ContainerSpec) Reset()
func (*ContainerSpec) String ¶
func (x *ContainerSpec) String() string
Click to show internal directories.
Click to hide internal directories.