Documentation ¶
Overview ¶
Package v1alpha1 is the v1alpha1 version of the API. +groupName=argoproj.io +k8s:deepcopy-gen=package,register +k8s:openapi-gen=true
Index ¶
- Constants
- Variables
- func FailedPodNode(n NodeStatus) bool
- func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition
- func Kind(kind string) schema.GroupKind
- func MustMarshallJSON(v interface{}) string
- func MustUnmarshal(text, v interface{})
- func NodeWithDisplayName(name string) func(n NodeStatus) bool
- func NodeWithName(name string) func(n NodeStatus) bool
- func ParseStringToDuration(durationString string) (time.Duration, error)
- func Resource(resource string) schema.GroupResource
- func ResourceQuantityDenominator(r apiv1.ResourceName) *resource.Quantity
- func SucceededPodNode(n NodeStatus) bool
- type Amount
- func (in *Amount) DeepCopy() *Amount
- func (in *Amount) DeepCopyInto(out *Amount)
- func (*Amount) Descriptor() ([]byte, []int)
- func (a *Amount) Float64() (float64, error)
- func (m *Amount) Marshal() (dAtA []byte, err error)
- func (a Amount) MarshalJSON() ([]byte, error)
- func (m *Amount) MarshalTo(dAtA []byte) (int, error)
- func (m *Amount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (a Amount) OpenAPISchemaFormat() string
- func (a Amount) OpenAPISchemaType() []string
- func (*Amount) ProtoMessage()
- func (m *Amount) Reset()
- func (m *Amount) Size() (n int)
- func (this *Amount) String() string
- func (m *Amount) Unmarshal(dAtA []byte) error
- func (a *Amount) UnmarshalJSON(data []byte) error
- func (m *Amount) XXX_DiscardUnknown()
- func (m *Amount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Amount) XXX_Merge(src proto.Message)
- func (m *Amount) XXX_Size() int
- func (m *Amount) XXX_Unmarshal(b []byte) error
- type AnyString
- type ArchiveStrategy
- func (in *ArchiveStrategy) DeepCopy() *ArchiveStrategy
- func (in *ArchiveStrategy) DeepCopyInto(out *ArchiveStrategy)
- func (*ArchiveStrategy) Descriptor() ([]byte, []int)
- func (m *ArchiveStrategy) Marshal() (dAtA []byte, err error)
- func (m *ArchiveStrategy) MarshalTo(dAtA []byte) (int, error)
- func (m *ArchiveStrategy) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArchiveStrategy) ProtoMessage()
- func (m *ArchiveStrategy) Reset()
- func (m *ArchiveStrategy) Size() (n int)
- func (this *ArchiveStrategy) String() string
- func (m *ArchiveStrategy) Unmarshal(dAtA []byte) error
- func (m *ArchiveStrategy) XXX_DiscardUnknown()
- func (m *ArchiveStrategy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArchiveStrategy) XXX_Merge(src proto.Message)
- func (m *ArchiveStrategy) XXX_Size() int
- func (m *ArchiveStrategy) XXX_Unmarshal(b []byte) error
- type Arguments
- func (in *Arguments) DeepCopy() *Arguments
- func (in *Arguments) DeepCopyInto(out *Arguments)
- func (*Arguments) Descriptor() ([]byte, []int)
- func (args *Arguments) GetArtifactByName(name string) *Artifact
- func (args *Arguments) GetParameterByName(name string) *Parameter
- func (a Arguments) IsEmpty() bool
- func (m *Arguments) Marshal() (dAtA []byte, err error)
- func (m *Arguments) MarshalTo(dAtA []byte) (int, error)
- func (m *Arguments) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Arguments) ProtoMessage()
- func (m *Arguments) Reset()
- func (m *Arguments) Size() (n int)
- func (this *Arguments) String() string
- func (m *Arguments) Unmarshal(dAtA []byte) error
- func (m *Arguments) XXX_DiscardUnknown()
- func (m *Arguments) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Arguments) XXX_Merge(src proto.Message)
- func (m *Arguments) XXX_Size() int
- func (m *Arguments) XXX_Unmarshal(b []byte) error
- type ArgumentsProvider
- type ArtGCStatus
- func (gcStatus *ArtGCStatus) AllArtifactGCPodsRecouped() bool
- func (in *ArtGCStatus) DeepCopy() *ArtGCStatus
- func (in *ArtGCStatus) DeepCopyInto(out *ArtGCStatus)
- func (*ArtGCStatus) Descriptor() ([]byte, []int)
- func (gcStatus *ArtGCStatus) IsArtifactGCPodRecouped(podName string) bool
- func (gcStatus *ArtGCStatus) IsArtifactGCStrategyProcessed(strategy ArtifactGCStrategy) bool
- func (m *ArtGCStatus) Marshal() (dAtA []byte, err error)
- func (m *ArtGCStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtGCStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtGCStatus) ProtoMessage()
- func (m *ArtGCStatus) Reset()
- func (gcStatus *ArtGCStatus) SetArtifactGCPodRecouped(podName string, recouped bool)
- func (gcStatus *ArtGCStatus) SetArtifactGCStrategyProcessed(strategy ArtifactGCStrategy, processed bool)
- func (m *ArtGCStatus) Size() (n int)
- func (this *ArtGCStatus) String() string
- func (m *ArtGCStatus) Unmarshal(dAtA []byte) error
- func (m *ArtGCStatus) XXX_DiscardUnknown()
- func (m *ArtGCStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtGCStatus) XXX_Merge(src proto.Message)
- func (m *ArtGCStatus) XXX_Size() int
- func (m *ArtGCStatus) XXX_Unmarshal(b []byte) error
- type Artifact
- func (a *Artifact) CleanPath() error
- func (in *Artifact) DeepCopy() *Artifact
- func (in *Artifact) DeepCopyInto(out *Artifact)
- func (*Artifact) Descriptor() ([]byte, []int)
- func (a *Artifact) GetArchive() *ArchiveStrategy
- func (a *Artifact) GetArtifactGC() *ArtifactGC
- func (m *Artifact) Marshal() (dAtA []byte, err error)
- func (m *Artifact) MarshalTo(dAtA []byte) (int, error)
- func (m *Artifact) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Artifact) ProtoMessage()
- func (m *Artifact) Reset()
- func (m *Artifact) Size() (n int)
- func (this *Artifact) String() string
- func (m *Artifact) Unmarshal(dAtA []byte) error
- func (m *Artifact) XXX_DiscardUnknown()
- func (m *Artifact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Artifact) XXX_Merge(src proto.Message)
- func (m *Artifact) XXX_Size() int
- func (m *Artifact) XXX_Unmarshal(b []byte) error
- type ArtifactGC
- func (in *ArtifactGC) DeepCopy() *ArtifactGC
- func (in *ArtifactGC) DeepCopyInto(out *ArtifactGC)
- func (*ArtifactGC) Descriptor() ([]byte, []int)
- func (agc *ArtifactGC) GetStrategy() ArtifactGCStrategy
- func (m *ArtifactGC) Marshal() (dAtA []byte, err error)
- func (m *ArtifactGC) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactGC) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactGC) ProtoMessage()
- func (m *ArtifactGC) Reset()
- func (m *ArtifactGC) Size() (n int)
- func (this *ArtifactGC) String() string
- func (m *ArtifactGC) Unmarshal(dAtA []byte) error
- func (m *ArtifactGC) XXX_DiscardUnknown()
- func (m *ArtifactGC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactGC) XXX_Merge(src proto.Message)
- func (m *ArtifactGC) XXX_Size() int
- func (m *ArtifactGC) XXX_Unmarshal(b []byte) error
- type ArtifactGCSpec
- func (in *ArtifactGCSpec) DeepCopy() *ArtifactGCSpec
- func (in *ArtifactGCSpec) DeepCopyInto(out *ArtifactGCSpec)
- func (*ArtifactGCSpec) Descriptor() ([]byte, []int)
- func (m *ArtifactGCSpec) Marshal() (dAtA []byte, err error)
- func (m *ArtifactGCSpec) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactGCSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactGCSpec) ProtoMessage()
- func (m *ArtifactGCSpec) Reset()
- func (m *ArtifactGCSpec) Size() (n int)
- func (this *ArtifactGCSpec) String() string
- func (m *ArtifactGCSpec) Unmarshal(dAtA []byte) error
- func (m *ArtifactGCSpec) XXX_DiscardUnknown()
- func (m *ArtifactGCSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactGCSpec) XXX_Merge(src proto.Message)
- func (m *ArtifactGCSpec) XXX_Size() int
- func (m *ArtifactGCSpec) XXX_Unmarshal(b []byte) error
- type ArtifactGCStatus
- func (in *ArtifactGCStatus) DeepCopy() *ArtifactGCStatus
- func (in *ArtifactGCStatus) DeepCopyInto(out *ArtifactGCStatus)
- func (*ArtifactGCStatus) Descriptor() ([]byte, []int)
- func (m *ArtifactGCStatus) Marshal() (dAtA []byte, err error)
- func (m *ArtifactGCStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactGCStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactGCStatus) ProtoMessage()
- func (m *ArtifactGCStatus) Reset()
- func (m *ArtifactGCStatus) Size() (n int)
- func (this *ArtifactGCStatus) String() string
- func (m *ArtifactGCStatus) Unmarshal(dAtA []byte) error
- func (m *ArtifactGCStatus) XXX_DiscardUnknown()
- func (m *ArtifactGCStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactGCStatus) XXX_Merge(src proto.Message)
- func (m *ArtifactGCStatus) XXX_Size() int
- func (m *ArtifactGCStatus) XXX_Unmarshal(b []byte) error
- type ArtifactGCStrategy
- type ArtifactLocation
- func (a *ArtifactLocation) AppendToKey(x string) error
- func (in *ArtifactLocation) DeepCopy() *ArtifactLocation
- func (in *ArtifactLocation) DeepCopyInto(out *ArtifactLocation)
- func (*ArtifactLocation) Descriptor() ([]byte, []int)
- func (a *ArtifactLocation) Get() (ArtifactLocationType, error)
- func (a *ArtifactLocation) GetKey() (string, error)
- func (a *ArtifactLocation) HasKey() bool
- func (a *ArtifactLocation) HasLocation() bool
- func (a *ArtifactLocation) HasLocationOrKey() bool
- func (a *ArtifactLocation) IsArchiveLogs() bool
- func (m *ArtifactLocation) Marshal() (dAtA []byte, err error)
- func (m *ArtifactLocation) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactLocation) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactLocation) ProtoMessage()
- func (a *ArtifactLocation) Relocate(l *ArtifactLocation) error
- func (m *ArtifactLocation) Reset()
- func (a *ArtifactLocation) SetKey(key string) error
- func (a *ArtifactLocation) SetType(x ArtifactLocationType) error
- func (m *ArtifactLocation) Size() (n int)
- func (this *ArtifactLocation) String() string
- func (m *ArtifactLocation) Unmarshal(dAtA []byte) error
- func (m *ArtifactLocation) XXX_DiscardUnknown()
- func (m *ArtifactLocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactLocation) XXX_Merge(src proto.Message)
- func (m *ArtifactLocation) XXX_Size() int
- func (m *ArtifactLocation) XXX_Unmarshal(b []byte) error
- type ArtifactLocationType
- type ArtifactNodeSpec
- func (in *ArtifactNodeSpec) DeepCopy() *ArtifactNodeSpec
- func (in *ArtifactNodeSpec) DeepCopyInto(out *ArtifactNodeSpec)
- func (*ArtifactNodeSpec) Descriptor() ([]byte, []int)
- func (m *ArtifactNodeSpec) Marshal() (dAtA []byte, err error)
- func (m *ArtifactNodeSpec) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactNodeSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactNodeSpec) ProtoMessage()
- func (m *ArtifactNodeSpec) Reset()
- func (m *ArtifactNodeSpec) Size() (n int)
- func (this *ArtifactNodeSpec) String() string
- func (m *ArtifactNodeSpec) Unmarshal(dAtA []byte) error
- func (m *ArtifactNodeSpec) XXX_DiscardUnknown()
- func (m *ArtifactNodeSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactNodeSpec) XXX_Merge(src proto.Message)
- func (m *ArtifactNodeSpec) XXX_Size() int
- func (m *ArtifactNodeSpec) XXX_Unmarshal(b []byte) error
- type ArtifactPaths
- func (in *ArtifactPaths) DeepCopy() *ArtifactPaths
- func (in *ArtifactPaths) DeepCopyInto(out *ArtifactPaths)
- func (*ArtifactPaths) Descriptor() ([]byte, []int)
- func (m *ArtifactPaths) Marshal() (dAtA []byte, err error)
- func (m *ArtifactPaths) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactPaths) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactPaths) ProtoMessage()
- func (m *ArtifactPaths) Reset()
- func (m *ArtifactPaths) Size() (n int)
- func (this *ArtifactPaths) String() string
- func (m *ArtifactPaths) Unmarshal(dAtA []byte) error
- func (m *ArtifactPaths) XXX_DiscardUnknown()
- func (m *ArtifactPaths) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactPaths) XXX_Merge(src proto.Message)
- func (m *ArtifactPaths) XXX_Size() int
- func (m *ArtifactPaths) XXX_Unmarshal(b []byte) error
- type ArtifactRepository
- func (in *ArtifactRepository) DeepCopy() *ArtifactRepository
- func (in *ArtifactRepository) DeepCopyInto(out *ArtifactRepository)
- func (*ArtifactRepository) Descriptor() ([]byte, []int)
- func (a *ArtifactRepository) Get() ArtifactRepositoryType
- func (a *ArtifactRepository) IsArchiveLogs() bool
- func (m *ArtifactRepository) Marshal() (dAtA []byte, err error)
- func (m *ArtifactRepository) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactRepository) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactRepository) ProtoMessage()
- func (m *ArtifactRepository) Reset()
- func (m *ArtifactRepository) Size() (n int)
- func (this *ArtifactRepository) String() string
- func (a *ArtifactRepository) ToArtifactLocation() *ArtifactLocation
- func (m *ArtifactRepository) Unmarshal(dAtA []byte) error
- func (m *ArtifactRepository) XXX_DiscardUnknown()
- func (m *ArtifactRepository) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactRepository) XXX_Merge(src proto.Message)
- func (m *ArtifactRepository) XXX_Size() int
- func (m *ArtifactRepository) XXX_Unmarshal(b []byte) error
- type ArtifactRepositoryRef
- func (in *ArtifactRepositoryRef) DeepCopy() *ArtifactRepositoryRef
- func (in *ArtifactRepositoryRef) DeepCopyInto(out *ArtifactRepositoryRef)
- func (*ArtifactRepositoryRef) Descriptor() ([]byte, []int)
- func (r *ArtifactRepositoryRef) GetConfigMapOr(configMap string) string
- func (r *ArtifactRepositoryRef) GetKeyOr(key string) string
- func (m *ArtifactRepositoryRef) Marshal() (dAtA []byte, err error)
- func (m *ArtifactRepositoryRef) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactRepositoryRef) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactRepositoryRef) ProtoMessage()
- func (m *ArtifactRepositoryRef) Reset()
- func (m *ArtifactRepositoryRef) Size() (n int)
- func (r *ArtifactRepositoryRef) String() string
- func (m *ArtifactRepositoryRef) Unmarshal(dAtA []byte) error
- func (m *ArtifactRepositoryRef) XXX_DiscardUnknown()
- func (m *ArtifactRepositoryRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactRepositoryRef) XXX_Merge(src proto.Message)
- func (m *ArtifactRepositoryRef) XXX_Size() int
- func (m *ArtifactRepositoryRef) XXX_Unmarshal(b []byte) error
- type ArtifactRepositoryRefStatus
- func (in *ArtifactRepositoryRefStatus) DeepCopy() *ArtifactRepositoryRefStatus
- func (in *ArtifactRepositoryRefStatus) DeepCopyInto(out *ArtifactRepositoryRefStatus)
- func (*ArtifactRepositoryRefStatus) Descriptor() ([]byte, []int)
- func (m *ArtifactRepositoryRefStatus) Marshal() (dAtA []byte, err error)
- func (m *ArtifactRepositoryRefStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactRepositoryRefStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactRepositoryRefStatus) ProtoMessage()
- func (m *ArtifactRepositoryRefStatus) Reset()
- func (m *ArtifactRepositoryRefStatus) Size() (n int)
- func (r *ArtifactRepositoryRefStatus) String() string
- func (m *ArtifactRepositoryRefStatus) Unmarshal(dAtA []byte) error
- func (m *ArtifactRepositoryRefStatus) XXX_DiscardUnknown()
- func (m *ArtifactRepositoryRefStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactRepositoryRefStatus) XXX_Merge(src proto.Message)
- func (m *ArtifactRepositoryRefStatus) XXX_Size() int
- func (m *ArtifactRepositoryRefStatus) XXX_Unmarshal(b []byte) error
- type ArtifactRepositoryType
- type ArtifactResult
- func (in *ArtifactResult) DeepCopy() *ArtifactResult
- func (in *ArtifactResult) DeepCopyInto(out *ArtifactResult)
- func (*ArtifactResult) Descriptor() ([]byte, []int)
- func (m *ArtifactResult) Marshal() (dAtA []byte, err error)
- func (m *ArtifactResult) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactResult) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactResult) ProtoMessage()
- func (m *ArtifactResult) Reset()
- func (m *ArtifactResult) Size() (n int)
- func (this *ArtifactResult) String() string
- func (m *ArtifactResult) Unmarshal(dAtA []byte) error
- func (m *ArtifactResult) XXX_DiscardUnknown()
- func (m *ArtifactResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactResult) XXX_Merge(src proto.Message)
- func (m *ArtifactResult) XXX_Size() int
- func (m *ArtifactResult) XXX_Unmarshal(b []byte) error
- type ArtifactResultNodeStatus
- func (in *ArtifactResultNodeStatus) DeepCopy() *ArtifactResultNodeStatus
- func (in *ArtifactResultNodeStatus) DeepCopyInto(out *ArtifactResultNodeStatus)
- func (*ArtifactResultNodeStatus) Descriptor() ([]byte, []int)
- func (m *ArtifactResultNodeStatus) Marshal() (dAtA []byte, err error)
- func (m *ArtifactResultNodeStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactResultNodeStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactResultNodeStatus) ProtoMessage()
- func (m *ArtifactResultNodeStatus) Reset()
- func (m *ArtifactResultNodeStatus) Size() (n int)
- func (this *ArtifactResultNodeStatus) String() string
- func (m *ArtifactResultNodeStatus) Unmarshal(dAtA []byte) error
- func (m *ArtifactResultNodeStatus) XXX_DiscardUnknown()
- func (m *ArtifactResultNodeStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactResultNodeStatus) XXX_Merge(src proto.Message)
- func (m *ArtifactResultNodeStatus) XXX_Size() int
- func (m *ArtifactResultNodeStatus) XXX_Unmarshal(b []byte) error
- type ArtifactSearchQuery
- func (in *ArtifactSearchQuery) DeepCopy() *ArtifactSearchQuery
- func (in *ArtifactSearchQuery) DeepCopyInto(out *ArtifactSearchQuery)
- func (*ArtifactSearchQuery) Descriptor() ([]byte, []int)
- func (m *ArtifactSearchQuery) Marshal() (dAtA []byte, err error)
- func (m *ArtifactSearchQuery) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactSearchQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactSearchQuery) ProtoMessage()
- func (m *ArtifactSearchQuery) Reset()
- func (m *ArtifactSearchQuery) Size() (n int)
- func (this *ArtifactSearchQuery) String() string
- func (m *ArtifactSearchQuery) Unmarshal(dAtA []byte) error
- func (m *ArtifactSearchQuery) XXX_DiscardUnknown()
- func (m *ArtifactSearchQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactSearchQuery) XXX_Merge(src proto.Message)
- func (m *ArtifactSearchQuery) XXX_Size() int
- func (m *ArtifactSearchQuery) XXX_Unmarshal(b []byte) error
- type ArtifactSearchResult
- func (in *ArtifactSearchResult) DeepCopy() *ArtifactSearchResult
- func (in *ArtifactSearchResult) DeepCopyInto(out *ArtifactSearchResult)
- func (*ArtifactSearchResult) Descriptor() ([]byte, []int)
- func (m *ArtifactSearchResult) Marshal() (dAtA []byte, err error)
- func (m *ArtifactSearchResult) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactSearchResult) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactSearchResult) ProtoMessage()
- func (m *ArtifactSearchResult) Reset()
- func (m *ArtifactSearchResult) Size() (n int)
- func (this *ArtifactSearchResult) String() string
- func (m *ArtifactSearchResult) Unmarshal(dAtA []byte) error
- func (m *ArtifactSearchResult) XXX_DiscardUnknown()
- func (m *ArtifactSearchResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactSearchResult) XXX_Merge(src proto.Message)
- func (m *ArtifactSearchResult) XXX_Size() int
- func (m *ArtifactSearchResult) XXX_Unmarshal(b []byte) error
- type ArtifactSearchResults
- type ArtifactoryArtifact
- func (in *ArtifactoryArtifact) DeepCopy() *ArtifactoryArtifact
- func (in *ArtifactoryArtifact) DeepCopyInto(out *ArtifactoryArtifact)
- func (*ArtifactoryArtifact) Descriptor() ([]byte, []int)
- func (a *ArtifactoryArtifact) GetKey() (string, error)
- func (a *ArtifactoryArtifact) HasLocation() bool
- func (m *ArtifactoryArtifact) Marshal() (dAtA []byte, err error)
- func (m *ArtifactoryArtifact) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactoryArtifact) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactoryArtifact) ProtoMessage()
- func (m *ArtifactoryArtifact) Reset()
- func (a *ArtifactoryArtifact) SetKey(key string) error
- func (m *ArtifactoryArtifact) Size() (n int)
- func (this *ArtifactoryArtifact) String() string
- func (m *ArtifactoryArtifact) Unmarshal(dAtA []byte) error
- func (m *ArtifactoryArtifact) XXX_DiscardUnknown()
- func (m *ArtifactoryArtifact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactoryArtifact) XXX_Merge(src proto.Message)
- func (m *ArtifactoryArtifact) XXX_Size() int
- func (m *ArtifactoryArtifact) XXX_Unmarshal(b []byte) error
- type ArtifactoryArtifactRepository
- func (in *ArtifactoryArtifactRepository) DeepCopy() *ArtifactoryArtifactRepository
- func (in *ArtifactoryArtifactRepository) DeepCopyInto(out *ArtifactoryArtifactRepository)
- func (*ArtifactoryArtifactRepository) Descriptor() ([]byte, []int)
- func (r *ArtifactoryArtifactRepository) IntoArtifactLocation(l *ArtifactLocation)
- func (m *ArtifactoryArtifactRepository) Marshal() (dAtA []byte, err error)
- func (m *ArtifactoryArtifactRepository) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactoryArtifactRepository) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactoryArtifactRepository) ProtoMessage()
- func (m *ArtifactoryArtifactRepository) Reset()
- func (m *ArtifactoryArtifactRepository) Size() (n int)
- func (this *ArtifactoryArtifactRepository) String() string
- func (m *ArtifactoryArtifactRepository) Unmarshal(dAtA []byte) error
- func (m *ArtifactoryArtifactRepository) XXX_DiscardUnknown()
- func (m *ArtifactoryArtifactRepository) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactoryArtifactRepository) XXX_Merge(src proto.Message)
- func (m *ArtifactoryArtifactRepository) XXX_Size() int
- func (m *ArtifactoryArtifactRepository) XXX_Unmarshal(b []byte) error
- type ArtifactoryAuth
- func (in *ArtifactoryAuth) DeepCopy() *ArtifactoryAuth
- func (in *ArtifactoryAuth) DeepCopyInto(out *ArtifactoryAuth)
- func (*ArtifactoryAuth) Descriptor() ([]byte, []int)
- func (m *ArtifactoryAuth) Marshal() (dAtA []byte, err error)
- func (m *ArtifactoryAuth) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactoryAuth) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactoryAuth) ProtoMessage()
- func (m *ArtifactoryAuth) Reset()
- func (m *ArtifactoryAuth) Size() (n int)
- func (this *ArtifactoryAuth) String() string
- func (m *ArtifactoryAuth) Unmarshal(dAtA []byte) error
- func (m *ArtifactoryAuth) XXX_DiscardUnknown()
- func (m *ArtifactoryAuth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactoryAuth) XXX_Merge(src proto.Message)
- func (m *ArtifactoryAuth) XXX_Size() int
- func (m *ArtifactoryAuth) XXX_Unmarshal(b []byte) error
- type Artifacts
- type AzureArtifact
- func (in *AzureArtifact) DeepCopy() *AzureArtifact
- func (in *AzureArtifact) DeepCopyInto(out *AzureArtifact)
- func (*AzureArtifact) Descriptor() ([]byte, []int)
- func (a *AzureArtifact) GetKey() (string, error)
- func (a *AzureArtifact) HasLocation() bool
- func (m *AzureArtifact) Marshal() (dAtA []byte, err error)
- func (m *AzureArtifact) MarshalTo(dAtA []byte) (int, error)
- func (m *AzureArtifact) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AzureArtifact) ProtoMessage()
- func (m *AzureArtifact) Reset()
- func (a *AzureArtifact) SetKey(key string) error
- func (m *AzureArtifact) Size() (n int)
- func (this *AzureArtifact) String() string
- func (m *AzureArtifact) Unmarshal(dAtA []byte) error
- func (m *AzureArtifact) XXX_DiscardUnknown()
- func (m *AzureArtifact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AzureArtifact) XXX_Merge(src proto.Message)
- func (m *AzureArtifact) XXX_Size() int
- func (m *AzureArtifact) XXX_Unmarshal(b []byte) error
- type AzureArtifactRepository
- func (in *AzureArtifactRepository) DeepCopy() *AzureArtifactRepository
- func (in *AzureArtifactRepository) DeepCopyInto(out *AzureArtifactRepository)
- func (*AzureArtifactRepository) Descriptor() ([]byte, []int)
- func (r *AzureArtifactRepository) IntoArtifactLocation(l *ArtifactLocation)
- func (m *AzureArtifactRepository) Marshal() (dAtA []byte, err error)
- func (m *AzureArtifactRepository) MarshalTo(dAtA []byte) (int, error)
- func (m *AzureArtifactRepository) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AzureArtifactRepository) ProtoMessage()
- func (m *AzureArtifactRepository) Reset()
- func (m *AzureArtifactRepository) Size() (n int)
- func (this *AzureArtifactRepository) String() string
- func (m *AzureArtifactRepository) Unmarshal(dAtA []byte) error
- func (m *AzureArtifactRepository) XXX_DiscardUnknown()
- func (m *AzureArtifactRepository) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AzureArtifactRepository) XXX_Merge(src proto.Message)
- func (m *AzureArtifactRepository) XXX_Size() int
- func (m *AzureArtifactRepository) XXX_Unmarshal(b []byte) error
- type AzureBlobContainer
- func (in *AzureBlobContainer) DeepCopy() *AzureBlobContainer
- func (in *AzureBlobContainer) DeepCopyInto(out *AzureBlobContainer)
- func (*AzureBlobContainer) Descriptor() ([]byte, []int)
- func (m *AzureBlobContainer) Marshal() (dAtA []byte, err error)
- func (m *AzureBlobContainer) MarshalTo(dAtA []byte) (int, error)
- func (m *AzureBlobContainer) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AzureBlobContainer) ProtoMessage()
- func (m *AzureBlobContainer) Reset()
- func (m *AzureBlobContainer) Size() (n int)
- func (this *AzureBlobContainer) String() string
- func (m *AzureBlobContainer) Unmarshal(dAtA []byte) error
- func (m *AzureBlobContainer) XXX_DiscardUnknown()
- func (m *AzureBlobContainer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AzureBlobContainer) XXX_Merge(src proto.Message)
- func (m *AzureBlobContainer) XXX_Size() int
- func (m *AzureBlobContainer) XXX_Unmarshal(b []byte) error
- type Backoff
- func (in *Backoff) DeepCopy() *Backoff
- func (in *Backoff) DeepCopyInto(out *Backoff)
- func (*Backoff) Descriptor() ([]byte, []int)
- func (m *Backoff) Marshal() (dAtA []byte, err error)
- func (m *Backoff) MarshalTo(dAtA []byte) (int, error)
- func (m *Backoff) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Backoff) ProtoMessage()
- func (m *Backoff) Reset()
- func (m *Backoff) Size() (n int)
- func (this *Backoff) String() string
- func (m *Backoff) Unmarshal(dAtA []byte) error
- func (m *Backoff) XXX_DiscardUnknown()
- func (m *Backoff) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Backoff) XXX_Merge(src proto.Message)
- func (m *Backoff) XXX_Size() int
- func (m *Backoff) XXX_Unmarshal(b []byte) error
- type BasicAuth
- func (in *BasicAuth) DeepCopy() *BasicAuth
- func (in *BasicAuth) DeepCopyInto(out *BasicAuth)
- func (*BasicAuth) Descriptor() ([]byte, []int)
- func (m *BasicAuth) Marshal() (dAtA []byte, err error)
- func (m *BasicAuth) MarshalTo(dAtA []byte) (int, error)
- func (m *BasicAuth) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BasicAuth) ProtoMessage()
- func (m *BasicAuth) Reset()
- func (m *BasicAuth) Size() (n int)
- func (this *BasicAuth) String() string
- func (m *BasicAuth) Unmarshal(dAtA []byte) error
- func (m *BasicAuth) XXX_DiscardUnknown()
- func (m *BasicAuth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BasicAuth) XXX_Merge(src proto.Message)
- func (m *BasicAuth) XXX_Size() int
- func (m *BasicAuth) XXX_Unmarshal(b []byte) error
- type Cache
- func (in *Cache) DeepCopy() *Cache
- func (in *Cache) DeepCopyInto(out *Cache)
- func (*Cache) Descriptor() ([]byte, []int)
- func (m *Cache) Marshal() (dAtA []byte, err error)
- func (m *Cache) MarshalTo(dAtA []byte) (int, error)
- func (m *Cache) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Cache) ProtoMessage()
- func (m *Cache) Reset()
- func (m *Cache) Size() (n int)
- func (this *Cache) String() string
- func (m *Cache) Unmarshal(dAtA []byte) error
- func (m *Cache) XXX_DiscardUnknown()
- func (m *Cache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Cache) XXX_Merge(src proto.Message)
- func (m *Cache) XXX_Size() int
- func (m *Cache) XXX_Unmarshal(b []byte) error
- type ClientCertAuth
- func (in *ClientCertAuth) DeepCopy() *ClientCertAuth
- func (in *ClientCertAuth) DeepCopyInto(out *ClientCertAuth)
- func (*ClientCertAuth) Descriptor() ([]byte, []int)
- func (m *ClientCertAuth) Marshal() (dAtA []byte, err error)
- func (m *ClientCertAuth) MarshalTo(dAtA []byte) (int, error)
- func (m *ClientCertAuth) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ClientCertAuth) ProtoMessage()
- func (m *ClientCertAuth) Reset()
- func (m *ClientCertAuth) Size() (n int)
- func (this *ClientCertAuth) String() string
- func (m *ClientCertAuth) Unmarshal(dAtA []byte) error
- func (m *ClientCertAuth) XXX_DiscardUnknown()
- func (m *ClientCertAuth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClientCertAuth) XXX_Merge(src proto.Message)
- func (m *ClientCertAuth) XXX_Size() int
- func (m *ClientCertAuth) XXX_Unmarshal(b []byte) error
- type ClusterWorkflowTemplate
- func (in *ClusterWorkflowTemplate) DeepCopy() *ClusterWorkflowTemplate
- func (in *ClusterWorkflowTemplate) DeepCopyInto(out *ClusterWorkflowTemplate)
- func (in *ClusterWorkflowTemplate) DeepCopyObject() runtime.Object
- func (*ClusterWorkflowTemplate) Descriptor() ([]byte, []int)
- func (cwftmpl *ClusterWorkflowTemplate) GetResourceScope() ResourceScope
- func (cwftmpl *ClusterWorkflowTemplate) GetTemplateByName(name string) *Template
- func (cwftmpl *ClusterWorkflowTemplate) GetWorkflowSpec() *WorkflowSpec
- func (m *ClusterWorkflowTemplate) Marshal() (dAtA []byte, err error)
- func (m *ClusterWorkflowTemplate) MarshalTo(dAtA []byte) (int, error)
- func (m *ClusterWorkflowTemplate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ClusterWorkflowTemplate) ProtoMessage()
- func (m *ClusterWorkflowTemplate) Reset()
- func (m *ClusterWorkflowTemplate) Size() (n int)
- func (this *ClusterWorkflowTemplate) String() string
- func (m *ClusterWorkflowTemplate) Unmarshal(dAtA []byte) error
- func (m *ClusterWorkflowTemplate) XXX_DiscardUnknown()
- func (m *ClusterWorkflowTemplate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClusterWorkflowTemplate) XXX_Merge(src proto.Message)
- func (m *ClusterWorkflowTemplate) XXX_Size() int
- func (m *ClusterWorkflowTemplate) XXX_Unmarshal(b []byte) error
- type ClusterWorkflowTemplateList
- func (in *ClusterWorkflowTemplateList) DeepCopy() *ClusterWorkflowTemplateList
- func (in *ClusterWorkflowTemplateList) DeepCopyInto(out *ClusterWorkflowTemplateList)
- func (in *ClusterWorkflowTemplateList) DeepCopyObject() runtime.Object
- func (*ClusterWorkflowTemplateList) Descriptor() ([]byte, []int)
- func (m *ClusterWorkflowTemplateList) Marshal() (dAtA []byte, err error)
- func (m *ClusterWorkflowTemplateList) MarshalTo(dAtA []byte) (int, error)
- func (m *ClusterWorkflowTemplateList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ClusterWorkflowTemplateList) ProtoMessage()
- func (m *ClusterWorkflowTemplateList) Reset()
- func (m *ClusterWorkflowTemplateList) Size() (n int)
- func (this *ClusterWorkflowTemplateList) String() string
- func (m *ClusterWorkflowTemplateList) Unmarshal(dAtA []byte) error
- func (m *ClusterWorkflowTemplateList) XXX_DiscardUnknown()
- func (m *ClusterWorkflowTemplateList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClusterWorkflowTemplateList) XXX_Merge(src proto.Message)
- func (m *ClusterWorkflowTemplateList) XXX_Size() int
- func (m *ClusterWorkflowTemplateList) XXX_Unmarshal(b []byte) error
- type ClusterWorkflowTemplates
- type Column
- func (in *Column) DeepCopy() *Column
- func (in *Column) DeepCopyInto(out *Column)
- func (*Column) Descriptor() ([]byte, []int)
- func (m *Column) Marshal() (dAtA []byte, err error)
- func (m *Column) MarshalTo(dAtA []byte) (int, error)
- func (m *Column) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Column) ProtoMessage()
- func (m *Column) Reset()
- func (m *Column) Size() (n int)
- func (this *Column) String() string
- func (m *Column) Unmarshal(dAtA []byte) error
- func (m *Column) XXX_DiscardUnknown()
- func (m *Column) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Column) XXX_Merge(src proto.Message)
- func (m *Column) XXX_Size() int
- func (m *Column) XXX_Unmarshal(b []byte) error
- type ConcurrencyPolicy
- type Condition
- func (in *Condition) DeepCopy() *Condition
- func (in *Condition) DeepCopyInto(out *Condition)
- func (*Condition) Descriptor() ([]byte, []int)
- func (m *Condition) Marshal() (dAtA []byte, err error)
- func (m *Condition) MarshalTo(dAtA []byte) (int, error)
- func (m *Condition) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Condition) ProtoMessage()
- func (m *Condition) Reset()
- func (m *Condition) Size() (n int)
- func (this *Condition) String() string
- func (m *Condition) Unmarshal(dAtA []byte) error
- func (m *Condition) XXX_DiscardUnknown()
- func (m *Condition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Condition) XXX_Merge(src proto.Message)
- func (m *Condition) XXX_Size() int
- func (m *Condition) XXX_Unmarshal(b []byte) error
- type ConditionType
- type Conditions
- func (in Conditions) DeepCopy() Conditions
- func (in Conditions) DeepCopyInto(out *Conditions)
- func (cs *Conditions) DisplayString(fmtStr string, iconMap map[ConditionType]string) string
- func (cs *Conditions) JoinConditions(conditions *Conditions)
- func (cs *Conditions) RemoveCondition(conditionType ConditionType)
- func (cs *Conditions) UpsertCondition(condition Condition)
- func (cs *Conditions) UpsertConditionMessage(condition Condition)
- type ContainerNode
- func (in *ContainerNode) DeepCopy() *ContainerNode
- func (in *ContainerNode) DeepCopyInto(out *ContainerNode)
- func (*ContainerNode) Descriptor() ([]byte, []int)
- func (m *ContainerNode) Marshal() (dAtA []byte, err error)
- func (m *ContainerNode) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerNode) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerNode) ProtoMessage()
- func (m *ContainerNode) Reset()
- func (m *ContainerNode) Size() (n int)
- func (this *ContainerNode) String() string
- func (m *ContainerNode) Unmarshal(dAtA []byte) error
- func (m *ContainerNode) XXX_DiscardUnknown()
- func (m *ContainerNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerNode) XXX_Merge(src proto.Message)
- func (m *ContainerNode) XXX_Size() int
- func (m *ContainerNode) XXX_Unmarshal(b []byte) error
- type ContainerSetRetryStrategy
- func (in *ContainerSetRetryStrategy) DeepCopy() *ContainerSetRetryStrategy
- func (in *ContainerSetRetryStrategy) DeepCopyInto(out *ContainerSetRetryStrategy)
- func (*ContainerSetRetryStrategy) Descriptor() ([]byte, []int)
- func (m *ContainerSetRetryStrategy) Marshal() (dAtA []byte, err error)
- func (m *ContainerSetRetryStrategy) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerSetRetryStrategy) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerSetRetryStrategy) ProtoMessage()
- func (m *ContainerSetRetryStrategy) Reset()
- func (m *ContainerSetRetryStrategy) Size() (n int)
- func (this *ContainerSetRetryStrategy) String() string
- func (m *ContainerSetRetryStrategy) Unmarshal(dAtA []byte) error
- func (m *ContainerSetRetryStrategy) XXX_DiscardUnknown()
- func (m *ContainerSetRetryStrategy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerSetRetryStrategy) XXX_Merge(src proto.Message)
- func (m *ContainerSetRetryStrategy) XXX_Size() int
- func (m *ContainerSetRetryStrategy) XXX_Unmarshal(b []byte) error
- type ContainerSetTemplate
- func (in *ContainerSetTemplate) DeepCopy() *ContainerSetTemplate
- func (in *ContainerSetTemplate) DeepCopyInto(out *ContainerSetTemplate)
- func (*ContainerSetTemplate) Descriptor() ([]byte, []int)
- func (in *ContainerSetTemplate) GetContainers() []corev1.Container
- func (in *ContainerSetTemplate) GetGraph() []ContainerNode
- func (t *ContainerSetTemplate) GetRetryStrategy() (wait.Backoff, error)
- func (in *ContainerSetTemplate) HasContainerNamed(n string) bool
- func (in *ContainerSetTemplate) HasSequencedContainers() bool
- func (m *ContainerSetTemplate) Marshal() (dAtA []byte, err error)
- func (m *ContainerSetTemplate) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerSetTemplate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerSetTemplate) ProtoMessage()
- func (m *ContainerSetTemplate) Reset()
- func (m *ContainerSetTemplate) Size() (n int)
- func (this *ContainerSetTemplate) String() string
- func (m *ContainerSetTemplate) Unmarshal(dAtA []byte) error
- func (in *ContainerSetTemplate) Validate() error
- func (m *ContainerSetTemplate) XXX_DiscardUnknown()
- func (m *ContainerSetTemplate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerSetTemplate) XXX_Merge(src proto.Message)
- func (m *ContainerSetTemplate) XXX_Size() int
- func (m *ContainerSetTemplate) XXX_Unmarshal(b []byte) error
- type ContinueOn
- func (in *ContinueOn) DeepCopy() *ContinueOn
- func (in *ContinueOn) DeepCopyInto(out *ContinueOn)
- func (*ContinueOn) Descriptor() ([]byte, []int)
- func (m *ContinueOn) Marshal() (dAtA []byte, err error)
- func (m *ContinueOn) MarshalTo(dAtA []byte) (int, error)
- func (m *ContinueOn) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContinueOn) ProtoMessage()
- func (m *ContinueOn) Reset()
- func (m *ContinueOn) Size() (n int)
- func (this *ContinueOn) String() string
- func (m *ContinueOn) Unmarshal(dAtA []byte) error
- func (m *ContinueOn) XXX_DiscardUnknown()
- func (m *ContinueOn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContinueOn) XXX_Merge(src proto.Message)
- func (m *ContinueOn) XXX_Size() int
- func (m *ContinueOn) XXX_Unmarshal(b []byte) error
- type Counter
- func (in *Counter) DeepCopy() *Counter
- func (in *Counter) DeepCopyInto(out *Counter)
- func (*Counter) Descriptor() ([]byte, []int)
- func (m *Counter) Marshal() (dAtA []byte, err error)
- func (m *Counter) MarshalTo(dAtA []byte) (int, error)
- func (m *Counter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Counter) ProtoMessage()
- func (m *Counter) Reset()
- func (m *Counter) Size() (n int)
- func (this *Counter) String() string
- func (m *Counter) Unmarshal(dAtA []byte) error
- func (m *Counter) XXX_DiscardUnknown()
- func (m *Counter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Counter) XXX_Merge(src proto.Message)
- func (m *Counter) XXX_Size() int
- func (m *Counter) XXX_Unmarshal(b []byte) error
- type CreateS3BucketOptions
- func (in *CreateS3BucketOptions) DeepCopy() *CreateS3BucketOptions
- func (in *CreateS3BucketOptions) DeepCopyInto(out *CreateS3BucketOptions)
- func (*CreateS3BucketOptions) Descriptor() ([]byte, []int)
- func (m *CreateS3BucketOptions) Marshal() (dAtA []byte, err error)
- func (m *CreateS3BucketOptions) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateS3BucketOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateS3BucketOptions) ProtoMessage()
- func (m *CreateS3BucketOptions) Reset()
- func (m *CreateS3BucketOptions) Size() (n int)
- func (this *CreateS3BucketOptions) String() string
- func (m *CreateS3BucketOptions) Unmarshal(dAtA []byte) error
- func (m *CreateS3BucketOptions) XXX_DiscardUnknown()
- func (m *CreateS3BucketOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateS3BucketOptions) XXX_Merge(src proto.Message)
- func (m *CreateS3BucketOptions) XXX_Size() int
- func (m *CreateS3BucketOptions) XXX_Unmarshal(b []byte) error
- type CronWorkflow
- func (in *CronWorkflow) DeepCopy() *CronWorkflow
- func (in *CronWorkflow) DeepCopyInto(out *CronWorkflow)
- func (in *CronWorkflow) DeepCopyObject() runtime.Object
- func (*CronWorkflow) Descriptor() ([]byte, []int)
- func (c *CronWorkflow) GetLatestSchedule() string
- func (c *CronWorkflow) IsUsingNewSchedule() bool
- func (m *CronWorkflow) Marshal() (dAtA []byte, err error)
- func (m *CronWorkflow) MarshalTo(dAtA []byte) (int, error)
- func (m *CronWorkflow) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CronWorkflow) ProtoMessage()
- func (m *CronWorkflow) Reset()
- func (c *CronWorkflow) SetSchedule(schedule string)
- func (c *CronWorkflow) SetSchedules(schedules []string)
- func (m *CronWorkflow) Size() (n int)
- func (this *CronWorkflow) String() string
- func (m *CronWorkflow) Unmarshal(dAtA []byte) error
- func (m *CronWorkflow) XXX_DiscardUnknown()
- func (m *CronWorkflow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CronWorkflow) XXX_Merge(src proto.Message)
- func (m *CronWorkflow) XXX_Size() int
- func (m *CronWorkflow) XXX_Unmarshal(b []byte) error
- type CronWorkflowList
- func (in *CronWorkflowList) DeepCopy() *CronWorkflowList
- func (in *CronWorkflowList) DeepCopyInto(out *CronWorkflowList)
- func (in *CronWorkflowList) DeepCopyObject() runtime.Object
- func (*CronWorkflowList) Descriptor() ([]byte, []int)
- func (m *CronWorkflowList) Marshal() (dAtA []byte, err error)
- func (m *CronWorkflowList) MarshalTo(dAtA []byte) (int, error)
- func (m *CronWorkflowList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CronWorkflowList) ProtoMessage()
- func (m *CronWorkflowList) Reset()
- func (m *CronWorkflowList) Size() (n int)
- func (this *CronWorkflowList) String() string
- func (m *CronWorkflowList) Unmarshal(dAtA []byte) error
- func (m *CronWorkflowList) XXX_DiscardUnknown()
- func (m *CronWorkflowList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CronWorkflowList) XXX_Merge(src proto.Message)
- func (m *CronWorkflowList) XXX_Size() int
- func (m *CronWorkflowList) XXX_Unmarshal(b []byte) error
- type CronWorkflowPhase
- type CronWorkflowSpec
- func (in *CronWorkflowSpec) DeepCopy() *CronWorkflowSpec
- func (in *CronWorkflowSpec) DeepCopyInto(out *CronWorkflowSpec)
- func (*CronWorkflowSpec) Descriptor() ([]byte, []int)
- func (c *CronWorkflowSpec) GetScheduleString() string
- func (c *CronWorkflowSpec) GetScheduleWithTimezoneString() string
- func (c *CronWorkflowSpec) GetSchedules(ctx context.Context) []string
- func (c *CronWorkflowSpec) GetSchedulesWithTimezone(ctx context.Context) []string
- func (m *CronWorkflowSpec) Marshal() (dAtA []byte, err error)
- func (m *CronWorkflowSpec) MarshalTo(dAtA []byte) (int, error)
- func (m *CronWorkflowSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CronWorkflowSpec) ProtoMessage()
- func (m *CronWorkflowSpec) Reset()
- func (m *CronWorkflowSpec) Size() (n int)
- func (this *CronWorkflowSpec) String() string
- func (m *CronWorkflowSpec) Unmarshal(dAtA []byte) error
- func (m *CronWorkflowSpec) XXX_DiscardUnknown()
- func (m *CronWorkflowSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CronWorkflowSpec) XXX_Merge(src proto.Message)
- func (m *CronWorkflowSpec) XXX_Size() int
- func (m *CronWorkflowSpec) XXX_Unmarshal(b []byte) error
- type CronWorkflowStatus
- func (in *CronWorkflowStatus) DeepCopy() *CronWorkflowStatus
- func (in *CronWorkflowStatus) DeepCopyInto(out *CronWorkflowStatus)
- func (*CronWorkflowStatus) Descriptor() ([]byte, []int)
- func (c *CronWorkflowStatus) HasActiveUID(uid types.UID) bool
- func (m *CronWorkflowStatus) Marshal() (dAtA []byte, err error)
- func (m *CronWorkflowStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *CronWorkflowStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CronWorkflowStatus) ProtoMessage()
- func (m *CronWorkflowStatus) Reset()
- func (m *CronWorkflowStatus) Size() (n int)
- func (this *CronWorkflowStatus) String() string
- func (m *CronWorkflowStatus) Unmarshal(dAtA []byte) error
- func (m *CronWorkflowStatus) XXX_DiscardUnknown()
- func (m *CronWorkflowStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CronWorkflowStatus) XXX_Merge(src proto.Message)
- func (m *CronWorkflowStatus) XXX_Size() int
- func (m *CronWorkflowStatus) XXX_Unmarshal(b []byte) error
- type DAGTask
- func (t *DAGTask) ContinuesOn(phase NodePhase) bool
- func (in *DAGTask) DeepCopy() *DAGTask
- func (in *DAGTask) DeepCopyInto(out *DAGTask)
- func (*DAGTask) Descriptor() ([]byte, []int)
- func (t *DAGTask) GetExitHook(args Arguments) *LifecycleHook
- func (t *DAGTask) GetName() string
- func (t *DAGTask) GetTemplate() *Template
- func (t *DAGTask) GetTemplateName() string
- func (t *DAGTask) GetTemplateRef() *TemplateRef
- func (t *DAGTask) HasExitHook() bool
- func (t *DAGTask) IsDAGTask() bool
- func (t *DAGTask) IsWorkflowStep() bool
- func (m *DAGTask) Marshal() (dAtA []byte, err error)
- func (m *DAGTask) MarshalTo(dAtA []byte) (int, error)
- func (m *DAGTask) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DAGTask) ProtoMessage()
- func (m *DAGTask) Reset()
- func (t *DAGTask) ShouldExpand() bool
- func (m *DAGTask) Size() (n int)
- func (this *DAGTask) String() string
- func (m *DAGTask) Unmarshal(dAtA []byte) error
- func (m *DAGTask) XXX_DiscardUnknown()
- func (m *DAGTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DAGTask) XXX_Merge(src proto.Message)
- func (m *DAGTask) XXX_Size() int
- func (m *DAGTask) XXX_Unmarshal(b []byte) error
- type DAGTemplate
- func (in *DAGTemplate) DeepCopy() *DAGTemplate
- func (in *DAGTemplate) DeepCopyInto(out *DAGTemplate)
- func (*DAGTemplate) Descriptor() ([]byte, []int)
- func (m *DAGTemplate) Marshal() (dAtA []byte, err error)
- func (m *DAGTemplate) MarshalTo(dAtA []byte) (int, error)
- func (m *DAGTemplate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DAGTemplate) ProtoMessage()
- func (m *DAGTemplate) Reset()
- func (m *DAGTemplate) Size() (n int)
- func (this *DAGTemplate) String() string
- func (m *DAGTemplate) Unmarshal(dAtA []byte) error
- func (m *DAGTemplate) XXX_DiscardUnknown()
- func (m *DAGTemplate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DAGTemplate) XXX_Merge(src proto.Message)
- func (m *DAGTemplate) XXX_Size() int
- func (m *DAGTemplate) XXX_Unmarshal(b []byte) error
- type Data
- func (in *Data) DeepCopy() *Data
- func (in *Data) DeepCopyInto(out *Data)
- func (*Data) Descriptor() ([]byte, []int)
- func (m *Data) Marshal() (dAtA []byte, err error)
- func (m *Data) MarshalTo(dAtA []byte) (int, error)
- func (m *Data) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Data) ProtoMessage()
- func (m *Data) Reset()
- func (m *Data) Size() (n int)
- func (this *Data) String() string
- func (m *Data) Unmarshal(dAtA []byte) error
- func (m *Data) XXX_DiscardUnknown()
- func (m *Data) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Data) XXX_Merge(src proto.Message)
- func (m *Data) XXX_Size() int
- func (m *Data) XXX_Unmarshal(b []byte) error
- type DataSource
- func (in *DataSource) DeepCopy() *DataSource
- func (in *DataSource) DeepCopyInto(out *DataSource)
- func (*DataSource) Descriptor() ([]byte, []int)
- func (ds *DataSource) GetArtifactIfNeeded() (*Artifact, bool)
- func (m *DataSource) Marshal() (dAtA []byte, err error)
- func (m *DataSource) MarshalTo(dAtA []byte) (int, error)
- func (m *DataSource) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DataSource) ProtoMessage()
- func (m *DataSource) Reset()
- func (m *DataSource) Size() (n int)
- func (this *DataSource) String() string
- func (m *DataSource) Unmarshal(dAtA []byte) error
- func (m *DataSource) XXX_DiscardUnknown()
- func (m *DataSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DataSource) XXX_Merge(src proto.Message)
- func (m *DataSource) XXX_Size() int
- func (m *DataSource) XXX_Unmarshal(b []byte) error
- type DataSourceProcessor
- type EstimatedDuration
- type Event
- func (in *Event) DeepCopy() *Event
- func (in *Event) DeepCopyInto(out *Event)
- func (*Event) Descriptor() ([]byte, []int)
- func (m *Event) Marshal() (dAtA []byte, err error)
- func (m *Event) MarshalTo(dAtA []byte) (int, error)
- func (m *Event) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Event) ProtoMessage()
- func (m *Event) Reset()
- func (m *Event) Size() (n int)
- func (this *Event) String() string
- func (m *Event) Unmarshal(dAtA []byte) error
- func (m *Event) XXX_DiscardUnknown()
- func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Event) XXX_Merge(src proto.Message)
- func (m *Event) XXX_Size() int
- func (m *Event) XXX_Unmarshal(b []byte) error
- type ExecutorConfig
- func (in *ExecutorConfig) DeepCopy() *ExecutorConfig
- func (in *ExecutorConfig) DeepCopyInto(out *ExecutorConfig)
- func (*ExecutorConfig) Descriptor() ([]byte, []int)
- func (m *ExecutorConfig) Marshal() (dAtA []byte, err error)
- func (m *ExecutorConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *ExecutorConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExecutorConfig) ProtoMessage()
- func (m *ExecutorConfig) Reset()
- func (m *ExecutorConfig) Size() (n int)
- func (this *ExecutorConfig) String() string
- func (m *ExecutorConfig) Unmarshal(dAtA []byte) error
- func (m *ExecutorConfig) XXX_DiscardUnknown()
- func (m *ExecutorConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExecutorConfig) XXX_Merge(src proto.Message)
- func (m *ExecutorConfig) XXX_Size() int
- func (m *ExecutorConfig) XXX_Unmarshal(b []byte) error
- type GCSArtifact
- func (in *GCSArtifact) DeepCopy() *GCSArtifact
- func (in *GCSArtifact) DeepCopyInto(out *GCSArtifact)
- func (*GCSArtifact) Descriptor() ([]byte, []int)
- func (g *GCSArtifact) GetKey() (string, error)
- func (g *GCSArtifact) HasLocation() bool
- func (m *GCSArtifact) Marshal() (dAtA []byte, err error)
- func (m *GCSArtifact) MarshalTo(dAtA []byte) (int, error)
- func (m *GCSArtifact) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GCSArtifact) ProtoMessage()
- func (m *GCSArtifact) Reset()
- func (g *GCSArtifact) SetKey(key string) error
- func (m *GCSArtifact) Size() (n int)
- func (this *GCSArtifact) String() string
- func (m *GCSArtifact) Unmarshal(dAtA []byte) error
- func (m *GCSArtifact) XXX_DiscardUnknown()
- func (m *GCSArtifact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GCSArtifact) XXX_Merge(src proto.Message)
- func (m *GCSArtifact) XXX_Size() int
- func (m *GCSArtifact) XXX_Unmarshal(b []byte) error
- type GCSArtifactRepository
- func (in *GCSArtifactRepository) DeepCopy() *GCSArtifactRepository
- func (in *GCSArtifactRepository) DeepCopyInto(out *GCSArtifactRepository)
- func (*GCSArtifactRepository) Descriptor() ([]byte, []int)
- func (r *GCSArtifactRepository) IntoArtifactLocation(l *ArtifactLocation)
- func (m *GCSArtifactRepository) Marshal() (dAtA []byte, err error)
- func (m *GCSArtifactRepository) MarshalTo(dAtA []byte) (int, error)
- func (m *GCSArtifactRepository) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GCSArtifactRepository) ProtoMessage()
- func (m *GCSArtifactRepository) Reset()
- func (m *GCSArtifactRepository) Size() (n int)
- func (this *GCSArtifactRepository) String() string
- func (m *GCSArtifactRepository) Unmarshal(dAtA []byte) error
- func (m *GCSArtifactRepository) XXX_DiscardUnknown()
- func (m *GCSArtifactRepository) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GCSArtifactRepository) XXX_Merge(src proto.Message)
- func (m *GCSArtifactRepository) XXX_Size() int
- func (m *GCSArtifactRepository) XXX_Unmarshal(b []byte) error
- type GCSBucket
- func (in *GCSBucket) DeepCopy() *GCSBucket
- func (in *GCSBucket) DeepCopyInto(out *GCSBucket)
- func (*GCSBucket) Descriptor() ([]byte, []int)
- func (m *GCSBucket) Marshal() (dAtA []byte, err error)
- func (m *GCSBucket) MarshalTo(dAtA []byte) (int, error)
- func (m *GCSBucket) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GCSBucket) ProtoMessage()
- func (m *GCSBucket) Reset()
- func (m *GCSBucket) Size() (n int)
- func (this *GCSBucket) String() string
- func (m *GCSBucket) Unmarshal(dAtA []byte) error
- func (m *GCSBucket) XXX_DiscardUnknown()
- func (m *GCSBucket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GCSBucket) XXX_Merge(src proto.Message)
- func (m *GCSBucket) XXX_Size() int
- func (m *GCSBucket) XXX_Unmarshal(b []byte) error
- type Gauge
- func (in *Gauge) DeepCopy() *Gauge
- func (in *Gauge) DeepCopyInto(out *Gauge)
- func (*Gauge) Descriptor() ([]byte, []int)
- func (m *Gauge) Marshal() (dAtA []byte, err error)
- func (m *Gauge) MarshalTo(dAtA []byte) (int, error)
- func (m *Gauge) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Gauge) ProtoMessage()
- func (m *Gauge) Reset()
- func (m *Gauge) Size() (n int)
- func (this *Gauge) String() string
- func (m *Gauge) Unmarshal(dAtA []byte) error
- func (m *Gauge) XXX_DiscardUnknown()
- func (m *Gauge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Gauge) XXX_Merge(src proto.Message)
- func (m *Gauge) XXX_Size() int
- func (m *Gauge) XXX_Unmarshal(b []byte) error
- type GaugeOperation
- type GitArtifact
- func (in *GitArtifact) DeepCopy() *GitArtifact
- func (in *GitArtifact) DeepCopyInto(out *GitArtifact)
- func (*GitArtifact) Descriptor() ([]byte, []int)
- func (g *GitArtifact) GetDepth() int
- func (g *GitArtifact) GetKey() (string, error)
- func (g *GitArtifact) HasLocation() bool
- func (m *GitArtifact) Marshal() (dAtA []byte, err error)
- func (m *GitArtifact) MarshalTo(dAtA []byte) (int, error)
- func (m *GitArtifact) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GitArtifact) ProtoMessage()
- func (m *GitArtifact) Reset()
- func (g *GitArtifact) SetKey(string) error
- func (m *GitArtifact) Size() (n int)
- func (this *GitArtifact) String() string
- func (m *GitArtifact) Unmarshal(dAtA []byte) error
- func (m *GitArtifact) XXX_DiscardUnknown()
- func (m *GitArtifact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GitArtifact) XXX_Merge(src proto.Message)
- func (m *GitArtifact) XXX_Size() int
- func (m *GitArtifact) XXX_Unmarshal(b []byte) error
- type HDFSArtifact
- func (in *HDFSArtifact) DeepCopy() *HDFSArtifact
- func (in *HDFSArtifact) DeepCopyInto(out *HDFSArtifact)
- func (*HDFSArtifact) Descriptor() ([]byte, []int)
- func (h *HDFSArtifact) GetKey() (string, error)
- func (h *HDFSArtifact) HasLocation() bool
- func (m *HDFSArtifact) Marshal() (dAtA []byte, err error)
- func (m *HDFSArtifact) MarshalTo(dAtA []byte) (int, error)
- func (m *HDFSArtifact) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HDFSArtifact) ProtoMessage()
- func (m *HDFSArtifact) Reset()
- func (g *HDFSArtifact) SetKey(key string) error
- func (m *HDFSArtifact) Size() (n int)
- func (this *HDFSArtifact) String() string
- func (m *HDFSArtifact) Unmarshal(dAtA []byte) error
- func (m *HDFSArtifact) XXX_DiscardUnknown()
- func (m *HDFSArtifact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HDFSArtifact) XXX_Merge(src proto.Message)
- func (m *HDFSArtifact) XXX_Size() int
- func (m *HDFSArtifact) XXX_Unmarshal(b []byte) error
- type HDFSArtifactRepository
- func (in *HDFSArtifactRepository) DeepCopy() *HDFSArtifactRepository
- func (in *HDFSArtifactRepository) DeepCopyInto(out *HDFSArtifactRepository)
- func (*HDFSArtifactRepository) Descriptor() ([]byte, []int)
- func (r *HDFSArtifactRepository) IntoArtifactLocation(l *ArtifactLocation)
- func (m *HDFSArtifactRepository) Marshal() (dAtA []byte, err error)
- func (m *HDFSArtifactRepository) MarshalTo(dAtA []byte) (int, error)
- func (m *HDFSArtifactRepository) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HDFSArtifactRepository) ProtoMessage()
- func (m *HDFSArtifactRepository) Reset()
- func (m *HDFSArtifactRepository) Size() (n int)
- func (this *HDFSArtifactRepository) String() string
- func (m *HDFSArtifactRepository) Unmarshal(dAtA []byte) error
- func (m *HDFSArtifactRepository) XXX_DiscardUnknown()
- func (m *HDFSArtifactRepository) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HDFSArtifactRepository) XXX_Merge(src proto.Message)
- func (m *HDFSArtifactRepository) XXX_Size() int
- func (m *HDFSArtifactRepository) XXX_Unmarshal(b []byte) error
- type HDFSConfig
- func (in *HDFSConfig) DeepCopy() *HDFSConfig
- func (in *HDFSConfig) DeepCopyInto(out *HDFSConfig)
- func (*HDFSConfig) Descriptor() ([]byte, []int)
- func (m *HDFSConfig) Marshal() (dAtA []byte, err error)
- func (m *HDFSConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *HDFSConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HDFSConfig) ProtoMessage()
- func (m *HDFSConfig) Reset()
- func (m *HDFSConfig) Size() (n int)
- func (this *HDFSConfig) String() string
- func (m *HDFSConfig) Unmarshal(dAtA []byte) error
- func (m *HDFSConfig) XXX_DiscardUnknown()
- func (m *HDFSConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HDFSConfig) XXX_Merge(src proto.Message)
- func (m *HDFSConfig) XXX_Size() int
- func (m *HDFSConfig) XXX_Unmarshal(b []byte) error
- type HDFSKrbConfig
- func (in *HDFSKrbConfig) DeepCopy() *HDFSKrbConfig
- func (in *HDFSKrbConfig) DeepCopyInto(out *HDFSKrbConfig)
- func (*HDFSKrbConfig) Descriptor() ([]byte, []int)
- func (m *HDFSKrbConfig) Marshal() (dAtA []byte, err error)
- func (m *HDFSKrbConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *HDFSKrbConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HDFSKrbConfig) ProtoMessage()
- func (m *HDFSKrbConfig) Reset()
- func (m *HDFSKrbConfig) Size() (n int)
- func (this *HDFSKrbConfig) String() string
- func (m *HDFSKrbConfig) Unmarshal(dAtA []byte) error
- func (m *HDFSKrbConfig) XXX_DiscardUnknown()
- func (m *HDFSKrbConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HDFSKrbConfig) XXX_Merge(src proto.Message)
- func (m *HDFSKrbConfig) XXX_Size() int
- func (m *HDFSKrbConfig) XXX_Unmarshal(b []byte) error
- type HTTP
- func (in *HTTP) DeepCopy() *HTTP
- func (in *HTTP) DeepCopyInto(out *HTTP)
- func (*HTTP) Descriptor() ([]byte, []int)
- func (h *HTTP) GetBodyBytes() []byte
- func (m *HTTP) Marshal() (dAtA []byte, err error)
- func (m *HTTP) MarshalTo(dAtA []byte) (int, error)
- func (m *HTTP) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HTTP) ProtoMessage()
- func (m *HTTP) Reset()
- func (m *HTTP) Size() (n int)
- func (this *HTTP) String() string
- func (m *HTTP) Unmarshal(dAtA []byte) error
- func (m *HTTP) XXX_DiscardUnknown()
- func (m *HTTP) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HTTP) XXX_Merge(src proto.Message)
- func (m *HTTP) XXX_Size() int
- func (m *HTTP) XXX_Unmarshal(b []byte) error
- type HTTPArtifact
- func (in *HTTPArtifact) DeepCopy() *HTTPArtifact
- func (in *HTTPArtifact) DeepCopyInto(out *HTTPArtifact)
- func (*HTTPArtifact) Descriptor() ([]byte, []int)
- func (h *HTTPArtifact) GetKey() (string, error)
- func (h *HTTPArtifact) HasLocation() bool
- func (m *HTTPArtifact) Marshal() (dAtA []byte, err error)
- func (m *HTTPArtifact) MarshalTo(dAtA []byte) (int, error)
- func (m *HTTPArtifact) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HTTPArtifact) ProtoMessage()
- func (m *HTTPArtifact) Reset()
- func (g *HTTPArtifact) SetKey(key string) error
- func (m *HTTPArtifact) Size() (n int)
- func (this *HTTPArtifact) String() string
- func (m *HTTPArtifact) Unmarshal(dAtA []byte) error
- func (m *HTTPArtifact) XXX_DiscardUnknown()
- func (m *HTTPArtifact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HTTPArtifact) XXX_Merge(src proto.Message)
- func (m *HTTPArtifact) XXX_Size() int
- func (m *HTTPArtifact) XXX_Unmarshal(b []byte) error
- type HTTPAuth
- func (in *HTTPAuth) DeepCopy() *HTTPAuth
- func (in *HTTPAuth) DeepCopyInto(out *HTTPAuth)
- func (*HTTPAuth) Descriptor() ([]byte, []int)
- func (m *HTTPAuth) Marshal() (dAtA []byte, err error)
- func (m *HTTPAuth) MarshalTo(dAtA []byte) (int, error)
- func (m *HTTPAuth) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HTTPAuth) ProtoMessage()
- func (m *HTTPAuth) Reset()
- func (m *HTTPAuth) Size() (n int)
- func (this *HTTPAuth) String() string
- func (m *HTTPAuth) Unmarshal(dAtA []byte) error
- func (m *HTTPAuth) XXX_DiscardUnknown()
- func (m *HTTPAuth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HTTPAuth) XXX_Merge(src proto.Message)
- func (m *HTTPAuth) XXX_Size() int
- func (m *HTTPAuth) XXX_Unmarshal(b []byte) error
- type HTTPBodySource
- func (in *HTTPBodySource) DeepCopy() *HTTPBodySource
- func (in *HTTPBodySource) DeepCopyInto(out *HTTPBodySource)
- func (*HTTPBodySource) Descriptor() ([]byte, []int)
- func (m *HTTPBodySource) Marshal() (dAtA []byte, err error)
- func (m *HTTPBodySource) MarshalTo(dAtA []byte) (int, error)
- func (m *HTTPBodySource) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HTTPBodySource) ProtoMessage()
- func (m *HTTPBodySource) Reset()
- func (m *HTTPBodySource) Size() (n int)
- func (this *HTTPBodySource) String() string
- func (m *HTTPBodySource) Unmarshal(dAtA []byte) error
- func (m *HTTPBodySource) XXX_DiscardUnknown()
- func (m *HTTPBodySource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HTTPBodySource) XXX_Merge(src proto.Message)
- func (m *HTTPBodySource) XXX_Size() int
- func (m *HTTPBodySource) XXX_Unmarshal(b []byte) error
- type HTTPHeader
- func (in *HTTPHeader) DeepCopy() *HTTPHeader
- func (in *HTTPHeader) DeepCopyInto(out *HTTPHeader)
- func (*HTTPHeader) Descriptor() ([]byte, []int)
- func (m *HTTPHeader) Marshal() (dAtA []byte, err error)
- func (m *HTTPHeader) MarshalTo(dAtA []byte) (int, error)
- func (m *HTTPHeader) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HTTPHeader) ProtoMessage()
- func (m *HTTPHeader) Reset()
- func (m *HTTPHeader) Size() (n int)
- func (this *HTTPHeader) String() string
- func (m *HTTPHeader) Unmarshal(dAtA []byte) error
- func (m *HTTPHeader) XXX_DiscardUnknown()
- func (m *HTTPHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HTTPHeader) XXX_Merge(src proto.Message)
- func (m *HTTPHeader) XXX_Size() int
- func (m *HTTPHeader) XXX_Unmarshal(b []byte) error
- type HTTPHeaderSource
- func (in *HTTPHeaderSource) DeepCopy() *HTTPHeaderSource
- func (in *HTTPHeaderSource) DeepCopyInto(out *HTTPHeaderSource)
- func (*HTTPHeaderSource) Descriptor() ([]byte, []int)
- func (m *HTTPHeaderSource) Marshal() (dAtA []byte, err error)
- func (m *HTTPHeaderSource) MarshalTo(dAtA []byte) (int, error)
- func (m *HTTPHeaderSource) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HTTPHeaderSource) ProtoMessage()
- func (m *HTTPHeaderSource) Reset()
- func (m *HTTPHeaderSource) Size() (n int)
- func (this *HTTPHeaderSource) String() string
- func (m *HTTPHeaderSource) Unmarshal(dAtA []byte) error
- func (m *HTTPHeaderSource) XXX_DiscardUnknown()
- func (m *HTTPHeaderSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HTTPHeaderSource) XXX_Merge(src proto.Message)
- func (m *HTTPHeaderSource) XXX_Size() int
- func (m *HTTPHeaderSource) XXX_Unmarshal(b []byte) error
- type HTTPHeaders
- type Header
- func (in *Header) DeepCopy() *Header
- func (in *Header) DeepCopyInto(out *Header)
- func (*Header) Descriptor() ([]byte, []int)
- func (m *Header) Marshal() (dAtA []byte, err error)
- func (m *Header) MarshalTo(dAtA []byte) (int, error)
- func (m *Header) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Header) ProtoMessage()
- func (m *Header) Reset()
- func (m *Header) Size() (n int)
- func (this *Header) String() string
- func (m *Header) Unmarshal(dAtA []byte) error
- func (m *Header) XXX_DiscardUnknown()
- func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Header) XXX_Merge(src proto.Message)
- func (m *Header) XXX_Size() int
- func (m *Header) XXX_Unmarshal(b []byte) error
- type Histogram
- func (in *Histogram) DeepCopy() *Histogram
- func (in *Histogram) DeepCopyInto(out *Histogram)
- func (*Histogram) Descriptor() ([]byte, []int)
- func (in *Histogram) GetBuckets() []float64
- func (m *Histogram) Marshal() (dAtA []byte, err error)
- func (m *Histogram) MarshalTo(dAtA []byte) (int, error)
- func (m *Histogram) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Histogram) ProtoMessage()
- func (m *Histogram) Reset()
- func (m *Histogram) Size() (n int)
- func (this *Histogram) String() string
- func (m *Histogram) Unmarshal(dAtA []byte) error
- func (m *Histogram) XXX_DiscardUnknown()
- func (m *Histogram) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Histogram) XXX_Merge(src proto.Message)
- func (m *Histogram) XXX_Size() int
- func (m *Histogram) XXX_Unmarshal(b []byte) error
- type HoldingNameVersion
- type Inputs
- func (in *Inputs) DeepCopy() *Inputs
- func (in *Inputs) DeepCopyInto(out *Inputs)
- func (*Inputs) Descriptor() ([]byte, []int)
- func (in *Inputs) GetArtifactByName(name string) *Artifact
- func (in *Inputs) GetParameterByName(name string) *Parameter
- func (in *Inputs) HasInputs() bool
- func (in Inputs) IsEmpty() bool
- func (m *Inputs) Marshal() (dAtA []byte, err error)
- func (m *Inputs) MarshalTo(dAtA []byte) (int, error)
- func (m *Inputs) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Inputs) ProtoMessage()
- func (m *Inputs) Reset()
- func (m *Inputs) Size() (n int)
- func (this *Inputs) String() string
- func (m *Inputs) Unmarshal(dAtA []byte) error
- func (m *Inputs) XXX_DiscardUnknown()
- func (m *Inputs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Inputs) XXX_Merge(src proto.Message)
- func (m *Inputs) XXX_Size() int
- func (m *Inputs) XXX_Unmarshal(b []byte) error
- type Item
- func (in *Item) DeepCopy() *Item
- func (i *Item) DeepCopyInto(out *Item)
- func (*Item) Descriptor() ([]byte, []int)
- func (i Item) Format(s fmt.State, _ rune)
- func (i *Item) GetListVal() []Item
- func (i *Item) GetMapVal() map[string]Item
- func (i *Item) GetStrVal() string
- func (i *Item) GetType() Type
- func (m *Item) Marshal() (dAtA []byte, err error)
- func (i Item) MarshalJSON() ([]byte, error)
- func (m *Item) MarshalTo(dAtA []byte) (int, error)
- func (m *Item) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (i Item) OpenAPISchemaFormat() string
- func (i Item) OpenAPISchemaType() []string
- func (*Item) ProtoMessage()
- func (m *Item) Reset()
- func (m *Item) Size() (n int)
- func (i *Item) String() string
- func (m *Item) Unmarshal(dAtA []byte) error
- func (i *Item) UnmarshalJSON(value []byte) error
- func (m *Item) XXX_DiscardUnknown()
- func (m *Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Item) XXX_Merge(src proto.Message)
- func (m *Item) XXX_Size() int
- func (m *Item) XXX_Unmarshal(b []byte) error
- type LabelKeys
- func (in *LabelKeys) DeepCopy() *LabelKeys
- func (in *LabelKeys) DeepCopyInto(out *LabelKeys)
- func (*LabelKeys) Descriptor() ([]byte, []int)
- func (m *LabelKeys) Marshal() (dAtA []byte, err error)
- func (m *LabelKeys) MarshalTo(dAtA []byte) (int, error)
- func (m *LabelKeys) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LabelKeys) ProtoMessage()
- func (m *LabelKeys) Reset()
- func (m *LabelKeys) Size() (n int)
- func (this *LabelKeys) String() string
- func (m *LabelKeys) Unmarshal(dAtA []byte) error
- func (m *LabelKeys) XXX_DiscardUnknown()
- func (m *LabelKeys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LabelKeys) XXX_Merge(src proto.Message)
- func (m *LabelKeys) XXX_Size() int
- func (m *LabelKeys) XXX_Unmarshal(b []byte) error
- type LabelValueFrom
- func (in *LabelValueFrom) DeepCopy() *LabelValueFrom
- func (in *LabelValueFrom) DeepCopyInto(out *LabelValueFrom)
- func (*LabelValueFrom) Descriptor() ([]byte, []int)
- func (m *LabelValueFrom) Marshal() (dAtA []byte, err error)
- func (m *LabelValueFrom) MarshalTo(dAtA []byte) (int, error)
- func (m *LabelValueFrom) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LabelValueFrom) ProtoMessage()
- func (m *LabelValueFrom) Reset()
- func (m *LabelValueFrom) Size() (n int)
- func (this *LabelValueFrom) String() string
- func (m *LabelValueFrom) Unmarshal(dAtA []byte) error
- func (m *LabelValueFrom) XXX_DiscardUnknown()
- func (m *LabelValueFrom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LabelValueFrom) XXX_Merge(src proto.Message)
- func (m *LabelValueFrom) XXX_Size() int
- func (m *LabelValueFrom) XXX_Unmarshal(b []byte) error
- type LabelValues
- func (in *LabelValues) DeepCopy() *LabelValues
- func (in *LabelValues) DeepCopyInto(out *LabelValues)
- func (*LabelValues) Descriptor() ([]byte, []int)
- func (m *LabelValues) Marshal() (dAtA []byte, err error)
- func (m *LabelValues) MarshalTo(dAtA []byte) (int, error)
- func (m *LabelValues) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LabelValues) ProtoMessage()
- func (m *LabelValues) Reset()
- func (m *LabelValues) Size() (n int)
- func (this *LabelValues) String() string
- func (m *LabelValues) Unmarshal(dAtA []byte) error
- func (m *LabelValues) XXX_DiscardUnknown()
- func (m *LabelValues) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LabelValues) XXX_Merge(src proto.Message)
- func (m *LabelValues) XXX_Size() int
- func (m *LabelValues) XXX_Unmarshal(b []byte) error
- type LifecycleEvent
- type LifecycleHook
- func (in *LifecycleHook) DeepCopy() *LifecycleHook
- func (in *LifecycleHook) DeepCopyInto(out *LifecycleHook)
- func (*LifecycleHook) Descriptor() ([]byte, []int)
- func (m *LifecycleHook) Marshal() (dAtA []byte, err error)
- func (m *LifecycleHook) MarshalTo(dAtA []byte) (int, error)
- func (m *LifecycleHook) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LifecycleHook) ProtoMessage()
- func (m *LifecycleHook) Reset()
- func (m *LifecycleHook) Size() (n int)
- func (this *LifecycleHook) String() string
- func (m *LifecycleHook) Unmarshal(dAtA []byte) error
- func (lch *LifecycleHook) WithArgs(args Arguments) *LifecycleHook
- func (m *LifecycleHook) XXX_DiscardUnknown()
- func (m *LifecycleHook) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LifecycleHook) XXX_Merge(src proto.Message)
- func (m *LifecycleHook) XXX_Size() int
- func (m *LifecycleHook) XXX_Unmarshal(b []byte) error
- type LifecycleHooks
- type Link
- func (in *Link) DeepCopy() *Link
- func (in *Link) DeepCopyInto(out *Link)
- func (*Link) Descriptor() ([]byte, []int)
- func (m *Link) Marshal() (dAtA []byte, err error)
- func (m *Link) MarshalTo(dAtA []byte) (int, error)
- func (m *Link) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Link) ProtoMessage()
- func (m *Link) Reset()
- func (m *Link) Size() (n int)
- func (this *Link) String() string
- func (m *Link) Unmarshal(dAtA []byte) error
- func (m *Link) XXX_DiscardUnknown()
- func (m *Link) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Link) XXX_Merge(src proto.Message)
- func (m *Link) XXX_Size() int
- func (m *Link) XXX_Unmarshal(b []byte) error
- type ManifestFrom
- func (in *ManifestFrom) DeepCopy() *ManifestFrom
- func (in *ManifestFrom) DeepCopyInto(out *ManifestFrom)
- func (*ManifestFrom) Descriptor() ([]byte, []int)
- func (m *ManifestFrom) Marshal() (dAtA []byte, err error)
- func (m *ManifestFrom) MarshalTo(dAtA []byte) (int, error)
- func (m *ManifestFrom) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ManifestFrom) ProtoMessage()
- func (m *ManifestFrom) Reset()
- func (m *ManifestFrom) Size() (n int)
- func (this *ManifestFrom) String() string
- func (m *ManifestFrom) Unmarshal(dAtA []byte) error
- func (m *ManifestFrom) XXX_DiscardUnknown()
- func (m *ManifestFrom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ManifestFrom) XXX_Merge(src proto.Message)
- func (m *ManifestFrom) XXX_Size() int
- func (m *ManifestFrom) XXX_Unmarshal(b []byte) error
- type MemoizationStatus
- func (in *MemoizationStatus) DeepCopy() *MemoizationStatus
- func (in *MemoizationStatus) DeepCopyInto(out *MemoizationStatus)
- func (*MemoizationStatus) Descriptor() ([]byte, []int)
- func (m *MemoizationStatus) Marshal() (dAtA []byte, err error)
- func (m *MemoizationStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *MemoizationStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MemoizationStatus) ProtoMessage()
- func (m *MemoizationStatus) Reset()
- func (m *MemoizationStatus) Size() (n int)
- func (this *MemoizationStatus) String() string
- func (m *MemoizationStatus) Unmarshal(dAtA []byte) error
- func (m *MemoizationStatus) XXX_DiscardUnknown()
- func (m *MemoizationStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MemoizationStatus) XXX_Merge(src proto.Message)
- func (m *MemoizationStatus) XXX_Size() int
- func (m *MemoizationStatus) XXX_Unmarshal(b []byte) error
- type Memoize
- func (in *Memoize) DeepCopy() *Memoize
- func (in *Memoize) DeepCopyInto(out *Memoize)
- func (*Memoize) Descriptor() ([]byte, []int)
- func (m *Memoize) Marshal() (dAtA []byte, err error)
- func (m *Memoize) MarshalTo(dAtA []byte) (int, error)
- func (m *Memoize) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Memoize) ProtoMessage()
- func (m *Memoize) Reset()
- func (m *Memoize) Size() (n int)
- func (this *Memoize) String() string
- func (m *Memoize) Unmarshal(dAtA []byte) error
- func (m *Memoize) XXX_DiscardUnknown()
- func (m *Memoize) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Memoize) XXX_Merge(src proto.Message)
- func (m *Memoize) XXX_Size() int
- func (m *Memoize) XXX_Unmarshal(b []byte) error
- type Metadata
- func (in *Metadata) DeepCopy() *Metadata
- func (in *Metadata) DeepCopyInto(out *Metadata)
- func (*Metadata) Descriptor() ([]byte, []int)
- func (m *Metadata) Marshal() (dAtA []byte, err error)
- func (m *Metadata) MarshalTo(dAtA []byte) (int, error)
- func (m *Metadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Metadata) ProtoMessage()
- func (m *Metadata) Reset()
- func (m *Metadata) Size() (n int)
- func (this *Metadata) String() string
- func (m *Metadata) Unmarshal(dAtA []byte) error
- func (m *Metadata) XXX_DiscardUnknown()
- func (m *Metadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Metadata) XXX_Merge(src proto.Message)
- func (m *Metadata) XXX_Size() int
- func (m *Metadata) XXX_Unmarshal(b []byte) error
- type MetricLabel
- func (in *MetricLabel) DeepCopy() *MetricLabel
- func (in *MetricLabel) DeepCopyInto(out *MetricLabel)
- func (*MetricLabel) Descriptor() ([]byte, []int)
- func (m *MetricLabel) Marshal() (dAtA []byte, err error)
- func (m *MetricLabel) MarshalTo(dAtA []byte) (int, error)
- func (m *MetricLabel) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MetricLabel) ProtoMessage()
- func (m *MetricLabel) Reset()
- func (m *MetricLabel) Size() (n int)
- func (this *MetricLabel) String() string
- func (m *MetricLabel) Unmarshal(dAtA []byte) error
- func (m *MetricLabel) XXX_DiscardUnknown()
- func (m *MetricLabel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MetricLabel) XXX_Merge(src proto.Message)
- func (m *MetricLabel) XXX_Size() int
- func (m *MetricLabel) XXX_Unmarshal(b []byte) error
- type MetricType
- type Metrics
- func (in *Metrics) DeepCopy() *Metrics
- func (in *Metrics) DeepCopyInto(out *Metrics)
- func (*Metrics) Descriptor() ([]byte, []int)
- func (m *Metrics) Marshal() (dAtA []byte, err error)
- func (m *Metrics) MarshalTo(dAtA []byte) (int, error)
- func (m *Metrics) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Metrics) ProtoMessage()
- func (m *Metrics) Reset()
- func (m *Metrics) Size() (n int)
- func (this *Metrics) String() string
- func (m *Metrics) Unmarshal(dAtA []byte) error
- func (m *Metrics) XXX_DiscardUnknown()
- func (m *Metrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Metrics) XXX_Merge(src proto.Message)
- func (m *Metrics) XXX_Size() int
- func (m *Metrics) XXX_Unmarshal(b []byte) error
- type Mutex
- func (in *Mutex) DeepCopy() *Mutex
- func (in *Mutex) DeepCopyInto(out *Mutex)
- func (*Mutex) Descriptor() ([]byte, []int)
- func (m *Mutex) Marshal() (dAtA []byte, err error)
- func (m *Mutex) MarshalTo(dAtA []byte) (int, error)
- func (m *Mutex) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Mutex) ProtoMessage()
- func (m *Mutex) Reset()
- func (m *Mutex) Size() (n int)
- func (this *Mutex) String() string
- func (m *Mutex) Unmarshal(dAtA []byte) error
- func (m *Mutex) XXX_DiscardUnknown()
- func (m *Mutex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Mutex) XXX_Merge(src proto.Message)
- func (m *Mutex) XXX_Size() int
- func (m *Mutex) XXX_Unmarshal(b []byte) error
- type MutexHolding
- func (in *MutexHolding) DeepCopy() *MutexHolding
- func (in *MutexHolding) DeepCopyInto(out *MutexHolding)
- func (*MutexHolding) Descriptor() ([]byte, []int)
- func (m *MutexHolding) Marshal() (dAtA []byte, err error)
- func (m *MutexHolding) MarshalTo(dAtA []byte) (int, error)
- func (m *MutexHolding) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MutexHolding) ProtoMessage()
- func (m *MutexHolding) Reset()
- func (m *MutexHolding) Size() (n int)
- func (this *MutexHolding) String() string
- func (m *MutexHolding) Unmarshal(dAtA []byte) error
- func (m *MutexHolding) XXX_DiscardUnknown()
- func (m *MutexHolding) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MutexHolding) XXX_Merge(src proto.Message)
- func (m *MutexHolding) XXX_Size() int
- func (m *MutexHolding) XXX_Unmarshal(b []byte) error
- type MutexStatus
- func (in *MutexStatus) DeepCopy() *MutexStatus
- func (in *MutexStatus) DeepCopyInto(out *MutexStatus)
- func (*MutexStatus) Descriptor() ([]byte, []int)
- func (ms *MutexStatus) GetHolding(mutexName string) (int, MutexHolding)
- func (ms *MutexStatus) GetWaiting(mutexName string) (int, MutexHolding)
- func (ms *MutexStatus) LockAcquired(holderKey, lockKey string, currentHolders []string) bool
- func (ms *MutexStatus) LockReleased(holderKey, lockKey string) bool
- func (ms *MutexStatus) LockWaiting(holderKey, lockKey string, currentHolders []string) bool
- func (m *MutexStatus) Marshal() (dAtA []byte, err error)
- func (m *MutexStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *MutexStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MutexStatus) ProtoMessage()
- func (m *MutexStatus) Reset()
- func (m *MutexStatus) Size() (n int)
- func (this *MutexStatus) String() string
- func (m *MutexStatus) Unmarshal(dAtA []byte) error
- func (m *MutexStatus) XXX_DiscardUnknown()
- func (m *MutexStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MutexStatus) XXX_Merge(src proto.Message)
- func (m *MutexStatus) XXX_Size() int
- func (m *MutexStatus) XXX_Unmarshal(b []byte) error
- type NodeFlag
- func (in *NodeFlag) DeepCopy() *NodeFlag
- func (in *NodeFlag) DeepCopyInto(out *NodeFlag)
- func (*NodeFlag) Descriptor() ([]byte, []int)
- func (m *NodeFlag) Marshal() (dAtA []byte, err error)
- func (m *NodeFlag) MarshalTo(dAtA []byte) (int, error)
- func (m *NodeFlag) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NodeFlag) ProtoMessage()
- func (m *NodeFlag) Reset()
- func (m *NodeFlag) Size() (n int)
- func (this *NodeFlag) String() string
- func (m *NodeFlag) Unmarshal(dAtA []byte) error
- func (m *NodeFlag) XXX_DiscardUnknown()
- func (m *NodeFlag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NodeFlag) XXX_Merge(src proto.Message)
- func (m *NodeFlag) XXX_Size() int
- func (m *NodeFlag) XXX_Unmarshal(b []byte) error
- type NodePhase
- type NodeResult
- func (in *NodeResult) DeepCopy() *NodeResult
- func (in *NodeResult) DeepCopyInto(out *NodeResult)
- func (*NodeResult) Descriptor() ([]byte, []int)
- func (in NodeResult) Fulfilled() bool
- func (m *NodeResult) Marshal() (dAtA []byte, err error)
- func (m *NodeResult) MarshalTo(dAtA []byte) (int, error)
- func (m *NodeResult) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NodeResult) ProtoMessage()
- func (m *NodeResult) Reset()
- func (m *NodeResult) Size() (n int)
- func (this *NodeResult) String() string
- func (m *NodeResult) Unmarshal(dAtA []byte) error
- func (m *NodeResult) XXX_DiscardUnknown()
- func (m *NodeResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NodeResult) XXX_Merge(src proto.Message)
- func (m *NodeResult) XXX_Size() int
- func (m *NodeResult) XXX_Unmarshal(b []byte) error
- type NodeStatus
- func (n NodeStatus) CanRetry() bool
- func (n NodeStatus) Completed() bool
- func (in *NodeStatus) DeepCopy() *NodeStatus
- func (in *NodeStatus) DeepCopyInto(out *NodeStatus)
- func (*NodeStatus) Descriptor() ([]byte, []int)
- func (n NodeStatus) FailedOrError() bool
- func (n NodeStatus) FinishTime() *metav1.Time
- func (n NodeStatus) Fulfilled() bool
- func (n NodeStatus) GetDuration() time.Duration
- func (n *NodeStatus) GetName() string
- func (n *NodeStatus) GetOutputs() *Outputs
- func (n *NodeStatus) GetTemplate() *Template
- func (n *NodeStatus) GetTemplateName() string
- func (n *NodeStatus) GetTemplateRef() *TemplateRef
- func (n NodeStatus) GetTemplateScope() (ResourceScope, string)
- func (n NodeStatus) HasChild(childID string) bool
- func (n *NodeStatus) IsActiveSuspendNode() bool
- func (n *NodeStatus) IsDAGTask() bool
- func (n NodeStatus) IsDaemoned() bool
- func (n NodeStatus) IsExitNode() bool
- func (n *NodeStatus) IsPartOfExitHandler(nodes Nodes) bool
- func (n *NodeStatus) IsTaskSetNode() bool
- func (n *NodeStatus) IsWorkflowStep() bool
- func (m *NodeStatus) Marshal() (dAtA []byte, err error)
- func (m *NodeStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *NodeStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (n NodeStatus) Omitted() bool
- func (n NodeStatus) Pending() bool
- func (*NodeStatus) ProtoMessage()
- func (m *NodeStatus) Reset()
- func (m *NodeStatus) Size() (n int)
- func (n NodeStatus) StartTime() *metav1.Time
- func (this *NodeStatus) String() string
- func (n NodeStatus) Succeeded() bool
- func (m *NodeStatus) Unmarshal(dAtA []byte) error
- func (m *NodeStatus) XXX_DiscardUnknown()
- func (m *NodeStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NodeStatus) XXX_Merge(src proto.Message)
- func (m *NodeStatus) XXX_Size() int
- func (m *NodeStatus) XXX_Unmarshal(b []byte) error
- type NodeSynchronizationStatus
- func (in *NodeSynchronizationStatus) DeepCopy() *NodeSynchronizationStatus
- func (in *NodeSynchronizationStatus) DeepCopyInto(out *NodeSynchronizationStatus)
- func (*NodeSynchronizationStatus) Descriptor() ([]byte, []int)
- func (m *NodeSynchronizationStatus) Marshal() (dAtA []byte, err error)
- func (m *NodeSynchronizationStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *NodeSynchronizationStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NodeSynchronizationStatus) ProtoMessage()
- func (m *NodeSynchronizationStatus) Reset()
- func (m *NodeSynchronizationStatus) Size() (n int)
- func (this *NodeSynchronizationStatus) String() string
- func (m *NodeSynchronizationStatus) Unmarshal(dAtA []byte) error
- func (m *NodeSynchronizationStatus) XXX_DiscardUnknown()
- func (m *NodeSynchronizationStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NodeSynchronizationStatus) XXX_Merge(src proto.Message)
- func (m *NodeSynchronizationStatus) XXX_Size() int
- func (m *NodeSynchronizationStatus) XXX_Unmarshal(b []byte) error
- type NodeType
- type Nodes
- func (in Nodes) Any(f func(NodeStatus) bool) bool
- func (s Nodes) Children(parentNodeId string) Nodes
- func (in Nodes) DeepCopy() Nodes
- func (in Nodes) DeepCopyInto(out *Nodes)
- func (n Nodes) Delete(key string)
- func (s Nodes) Filter(predicate func(NodeStatus) bool) Nodes
- func (n Nodes) Find(f func(NodeStatus) bool) *NodeStatus
- func (n Nodes) FindByDisplayName(name string) *NodeStatus
- func (n Nodes) FindByName(name string) *NodeStatus
- func (n Nodes) Get(key string) (*NodeStatus, error)
- func (n Nodes) GetName(key string) (string, error)
- func (n Nodes) GetPhase(key string) (*NodePhase, error)
- func (n Nodes) Has(key string) bool
- func (s Nodes) Map(f func(x NodeStatus) interface{}) map[string]interface{}
- func (s Nodes) NestedChildrenStatus(parentNodeId string) ([]NodeStatus, error)
- func (n Nodes) Set(key string, status NodeStatus)
- type NoneStrategy
- func (in *NoneStrategy) DeepCopy() *NoneStrategy
- func (in *NoneStrategy) DeepCopyInto(out *NoneStrategy)
- func (*NoneStrategy) Descriptor() ([]byte, []int)
- func (m *NoneStrategy) Marshal() (dAtA []byte, err error)
- func (m *NoneStrategy) MarshalTo(dAtA []byte) (int, error)
- func (m *NoneStrategy) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NoneStrategy) ProtoMessage()
- func (m *NoneStrategy) Reset()
- func (m *NoneStrategy) Size() (n int)
- func (this *NoneStrategy) String() string
- func (m *NoneStrategy) Unmarshal(dAtA []byte) error
- func (m *NoneStrategy) XXX_DiscardUnknown()
- func (m *NoneStrategy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NoneStrategy) XXX_Merge(src proto.Message)
- func (m *NoneStrategy) XXX_Size() int
- func (m *NoneStrategy) XXX_Unmarshal(b []byte) error
- type OAuth2Auth
- func (in *OAuth2Auth) DeepCopy() *OAuth2Auth
- func (in *OAuth2Auth) DeepCopyInto(out *OAuth2Auth)
- func (*OAuth2Auth) Descriptor() ([]byte, []int)
- func (m *OAuth2Auth) Marshal() (dAtA []byte, err error)
- func (m *OAuth2Auth) MarshalTo(dAtA []byte) (int, error)
- func (m *OAuth2Auth) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OAuth2Auth) ProtoMessage()
- func (m *OAuth2Auth) Reset()
- func (m *OAuth2Auth) Size() (n int)
- func (this *OAuth2Auth) String() string
- func (m *OAuth2Auth) Unmarshal(dAtA []byte) error
- func (m *OAuth2Auth) XXX_DiscardUnknown()
- func (m *OAuth2Auth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OAuth2Auth) XXX_Merge(src proto.Message)
- func (m *OAuth2Auth) XXX_Size() int
- func (m *OAuth2Auth) XXX_Unmarshal(b []byte) error
- type OAuth2EndpointParam
- func (in *OAuth2EndpointParam) DeepCopy() *OAuth2EndpointParam
- func (in *OAuth2EndpointParam) DeepCopyInto(out *OAuth2EndpointParam)
- func (*OAuth2EndpointParam) Descriptor() ([]byte, []int)
- func (m *OAuth2EndpointParam) Marshal() (dAtA []byte, err error)
- func (m *OAuth2EndpointParam) MarshalTo(dAtA []byte) (int, error)
- func (m *OAuth2EndpointParam) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OAuth2EndpointParam) ProtoMessage()
- func (m *OAuth2EndpointParam) Reset()
- func (m *OAuth2EndpointParam) Size() (n int)
- func (this *OAuth2EndpointParam) String() string
- func (m *OAuth2EndpointParam) Unmarshal(dAtA []byte) error
- func (m *OAuth2EndpointParam) XXX_DiscardUnknown()
- func (m *OAuth2EndpointParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OAuth2EndpointParam) XXX_Merge(src proto.Message)
- func (m *OAuth2EndpointParam) XXX_Size() int
- func (m *OAuth2EndpointParam) XXX_Unmarshal(b []byte) error
- type OSSArtifact
- func (in *OSSArtifact) DeepCopy() *OSSArtifact
- func (in *OSSArtifact) DeepCopyInto(out *OSSArtifact)
- func (*OSSArtifact) Descriptor() ([]byte, []int)
- func (o *OSSArtifact) GetKey() (string, error)
- func (o *OSSArtifact) HasLocation() bool
- func (m *OSSArtifact) Marshal() (dAtA []byte, err error)
- func (m *OSSArtifact) MarshalTo(dAtA []byte) (int, error)
- func (m *OSSArtifact) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OSSArtifact) ProtoMessage()
- func (m *OSSArtifact) Reset()
- func (o *OSSArtifact) SetKey(key string) error
- func (m *OSSArtifact) Size() (n int)
- func (this *OSSArtifact) String() string
- func (m *OSSArtifact) Unmarshal(dAtA []byte) error
- func (m *OSSArtifact) XXX_DiscardUnknown()
- func (m *OSSArtifact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OSSArtifact) XXX_Merge(src proto.Message)
- func (m *OSSArtifact) XXX_Size() int
- func (m *OSSArtifact) XXX_Unmarshal(b []byte) error
- type OSSArtifactRepository
- func (in *OSSArtifactRepository) DeepCopy() *OSSArtifactRepository
- func (in *OSSArtifactRepository) DeepCopyInto(out *OSSArtifactRepository)
- func (*OSSArtifactRepository) Descriptor() ([]byte, []int)
- func (r *OSSArtifactRepository) IntoArtifactLocation(l *ArtifactLocation)
- func (m *OSSArtifactRepository) Marshal() (dAtA []byte, err error)
- func (m *OSSArtifactRepository) MarshalTo(dAtA []byte) (int, error)
- func (m *OSSArtifactRepository) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OSSArtifactRepository) ProtoMessage()
- func (m *OSSArtifactRepository) Reset()
- func (m *OSSArtifactRepository) Size() (n int)
- func (this *OSSArtifactRepository) String() string
- func (m *OSSArtifactRepository) Unmarshal(dAtA []byte) error
- func (m *OSSArtifactRepository) XXX_DiscardUnknown()
- func (m *OSSArtifactRepository) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OSSArtifactRepository) XXX_Merge(src proto.Message)
- func (m *OSSArtifactRepository) XXX_Size() int
- func (m *OSSArtifactRepository) XXX_Unmarshal(b []byte) error
- type OSSBucket
- func (in *OSSBucket) DeepCopy() *OSSBucket
- func (in *OSSBucket) DeepCopyInto(out *OSSBucket)
- func (*OSSBucket) Descriptor() ([]byte, []int)
- func (m *OSSBucket) Marshal() (dAtA []byte, err error)
- func (m *OSSBucket) MarshalTo(dAtA []byte) (int, error)
- func (m *OSSBucket) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OSSBucket) ProtoMessage()
- func (m *OSSBucket) Reset()
- func (m *OSSBucket) Size() (n int)
- func (this *OSSBucket) String() string
- func (m *OSSBucket) Unmarshal(dAtA []byte) error
- func (m *OSSBucket) XXX_DiscardUnknown()
- func (m *OSSBucket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OSSBucket) XXX_Merge(src proto.Message)
- func (m *OSSBucket) XXX_Size() int
- func (m *OSSBucket) XXX_Unmarshal(b []byte) error
- type OSSLifecycleRule
- func (in *OSSLifecycleRule) DeepCopy() *OSSLifecycleRule
- func (in *OSSLifecycleRule) DeepCopyInto(out *OSSLifecycleRule)
- func (*OSSLifecycleRule) Descriptor() ([]byte, []int)
- func (m *OSSLifecycleRule) Marshal() (dAtA []byte, err error)
- func (m *OSSLifecycleRule) MarshalTo(dAtA []byte) (int, error)
- func (m *OSSLifecycleRule) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OSSLifecycleRule) ProtoMessage()
- func (m *OSSLifecycleRule) Reset()
- func (m *OSSLifecycleRule) Size() (n int)
- func (this *OSSLifecycleRule) String() string
- func (m *OSSLifecycleRule) Unmarshal(dAtA []byte) error
- func (m *OSSLifecycleRule) XXX_DiscardUnknown()
- func (m *OSSLifecycleRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OSSLifecycleRule) XXX_Merge(src proto.Message)
- func (m *OSSLifecycleRule) XXX_Size() int
- func (m *OSSLifecycleRule) XXX_Unmarshal(b []byte) error
- type Object
- func (in *Object) DeepCopy() *Object
- func (in *Object) DeepCopyInto(out *Object)
- func (*Object) Descriptor() ([]byte, []int)
- func (m *Object) Marshal() (dAtA []byte, err error)
- func (i Object) MarshalJSON() ([]byte, error)
- func (m *Object) MarshalTo(dAtA []byte) (int, error)
- func (m *Object) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (i Object) OpenAPISchemaFormat() string
- func (i Object) OpenAPISchemaType() []string
- func (*Object) ProtoMessage()
- func (m *Object) Reset()
- func (m *Object) Size() (n int)
- func (this *Object) String() string
- func (m *Object) Unmarshal(dAtA []byte) error
- func (i *Object) Unmarsha