v1alpha1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_v1alpha1_types_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AnalysisRunArgument added in v0.3.0

type AnalysisRunArgument struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalysisRunArgument) Descriptor deprecated added in v0.3.0

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

Deprecated: Use AnalysisRunArgument.ProtoReflect.Descriptor instead.

func (*AnalysisRunArgument) GetName added in v0.3.0

func (x *AnalysisRunArgument) GetName() string

func (*AnalysisRunArgument) GetValue added in v0.3.0

func (x *AnalysisRunArgument) GetValue() string

func (*AnalysisRunArgument) ProtoMessage added in v0.3.0

func (*AnalysisRunArgument) ProtoMessage()

func (*AnalysisRunArgument) ProtoReflect added in v0.3.0

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

func (*AnalysisRunArgument) Reset added in v0.3.0

func (x *AnalysisRunArgument) Reset()

func (*AnalysisRunArgument) String added in v0.3.0

func (x *AnalysisRunArgument) String() string

type AnalysisRunMetadata added in v0.3.0

type AnalysisRunMetadata struct {
	Labels      map[string]string `` /* 153-byte string literal not displayed */
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AnalysisRunMetadata) Descriptor deprecated added in v0.3.0

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

Deprecated: Use AnalysisRunMetadata.ProtoReflect.Descriptor instead.

func (*AnalysisRunMetadata) GetAnnotations added in v0.3.0

func (x *AnalysisRunMetadata) GetAnnotations() map[string]string

func (*AnalysisRunMetadata) GetLabels added in v0.3.0

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

func (*AnalysisRunMetadata) ProtoMessage added in v0.3.0

func (*AnalysisRunMetadata) ProtoMessage()

func (*AnalysisRunMetadata) ProtoReflect added in v0.3.0

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

func (*AnalysisRunMetadata) Reset added in v0.3.0

func (x *AnalysisRunMetadata) Reset()

func (*AnalysisRunMetadata) String added in v0.3.0

func (x *AnalysisRunMetadata) String() string

type AnalysisRunReference added in v0.3.0

type AnalysisRunReference struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Phase     string `protobuf:"bytes,3,opt,name=phase,proto3" json:"phase,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalysisRunReference) Descriptor deprecated added in v0.3.0

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

Deprecated: Use AnalysisRunReference.ProtoReflect.Descriptor instead.

func (*AnalysisRunReference) GetName added in v0.3.0

func (x *AnalysisRunReference) GetName() string

func (*AnalysisRunReference) GetNamespace added in v0.3.0

func (x *AnalysisRunReference) GetNamespace() string

func (*AnalysisRunReference) GetPhase added in v0.3.0

func (x *AnalysisRunReference) GetPhase() string

func (*AnalysisRunReference) ProtoMessage added in v0.3.0

func (*AnalysisRunReference) ProtoMessage()

func (*AnalysisRunReference) ProtoReflect added in v0.3.0

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

func (*AnalysisRunReference) Reset added in v0.3.0

func (x *AnalysisRunReference) Reset()

func (*AnalysisRunReference) String added in v0.3.0

func (x *AnalysisRunReference) String() string

type AnalysisTemplateReference added in v0.3.0

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

func (*AnalysisTemplateReference) Descriptor deprecated added in v0.3.0

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

Deprecated: Use AnalysisTemplateReference.ProtoReflect.Descriptor instead.

func (*AnalysisTemplateReference) GetName added in v0.3.0

func (x *AnalysisTemplateReference) GetName() string

func (*AnalysisTemplateReference) ProtoMessage added in v0.3.0

func (*AnalysisTemplateReference) ProtoMessage()

func (*AnalysisTemplateReference) ProtoReflect added in v0.3.0

func (*AnalysisTemplateReference) Reset added in v0.3.0

func (x *AnalysisTemplateReference) Reset()

func (*AnalysisTemplateReference) String added in v0.3.0

func (x *AnalysisTemplateReference) String() string

type ApprovedStage added in v0.3.0

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

func (*ApprovedStage) Descriptor deprecated added in v0.3.0

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

Deprecated: Use ApprovedStage.ProtoReflect.Descriptor instead.

func (*ApprovedStage) ProtoMessage added in v0.3.0

func (*ApprovedStage) ProtoMessage()

func (*ApprovedStage) ProtoReflect added in v0.3.0

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

func (*ApprovedStage) Reset added in v0.3.0

func (x *ApprovedStage) Reset()

func (*ApprovedStage) String added in v0.3.0

func (x *ApprovedStage) String() string

type ArgoCDAppHealthStatus

type ArgoCDAppHealthStatus struct {
	Status  string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*ArgoCDAppHealthStatus) Descriptor deprecated

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

Deprecated: Use ArgoCDAppHealthStatus.ProtoReflect.Descriptor instead.

func (*ArgoCDAppHealthStatus) GetMessage

func (x *ArgoCDAppHealthStatus) GetMessage() string

func (*ArgoCDAppHealthStatus) GetStatus

func (x *ArgoCDAppHealthStatus) GetStatus() string

func (*ArgoCDAppHealthStatus) ProtoMessage

func (*ArgoCDAppHealthStatus) ProtoMessage()

func (*ArgoCDAppHealthStatus) ProtoReflect

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

func (*ArgoCDAppHealthStatus) Reset

func (x *ArgoCDAppHealthStatus) Reset()

func (*ArgoCDAppHealthStatus) String

func (x *ArgoCDAppHealthStatus) String() string

type ArgoCDAppState

type ArgoCDAppState struct {
	Namespace    string                 `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name         string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	HealthStatus *ArgoCDAppHealthStatus `protobuf:"bytes,3,opt,name=health_status,json=healthStatus,proto3" json:"health_status,omitempty"`
	SyncStatus   *ArgoCDAppSyncStatus   `protobuf:"bytes,4,opt,name=sync_status,json=syncStatus,proto3" json:"sync_status,omitempty"`
	// contains filtered or unexported fields
}

func (*ArgoCDAppState) Descriptor deprecated

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

Deprecated: Use ArgoCDAppState.ProtoReflect.Descriptor instead.

func (*ArgoCDAppState) GetHealthStatus

func (x *ArgoCDAppState) GetHealthStatus() *ArgoCDAppHealthStatus

func (*ArgoCDAppState) GetName

func (x *ArgoCDAppState) GetName() string

func (*ArgoCDAppState) GetNamespace

func (x *ArgoCDAppState) GetNamespace() string

func (*ArgoCDAppState) GetSyncStatus

func (x *ArgoCDAppState) GetSyncStatus() *ArgoCDAppSyncStatus

func (*ArgoCDAppState) ProtoMessage

func (*ArgoCDAppState) ProtoMessage()

func (*ArgoCDAppState) ProtoReflect

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

func (*ArgoCDAppState) Reset

func (x *ArgoCDAppState) Reset()

func (*ArgoCDAppState) String

func (x *ArgoCDAppState) String() string

type ArgoCDAppSyncStatus

type ArgoCDAppSyncStatus struct {
	Status    string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Revision  string   `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	Revisions []string `protobuf:"bytes,3,rep,name=revisions,proto3" json:"revisions,omitempty"`
	// contains filtered or unexported fields
}

func (*ArgoCDAppSyncStatus) Descriptor deprecated

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

Deprecated: Use ArgoCDAppSyncStatus.ProtoReflect.Descriptor instead.

func (*ArgoCDAppSyncStatus) GetRevision

func (x *ArgoCDAppSyncStatus) GetRevision() string

func (*ArgoCDAppSyncStatus) GetRevisions

func (x *ArgoCDAppSyncStatus) GetRevisions() []string

func (*ArgoCDAppSyncStatus) GetStatus

func (x *ArgoCDAppSyncStatus) GetStatus() string

func (*ArgoCDAppSyncStatus) ProtoMessage

func (*ArgoCDAppSyncStatus) ProtoMessage()

func (*ArgoCDAppSyncStatus) ProtoReflect

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

func (*ArgoCDAppSyncStatus) Reset

func (x *ArgoCDAppSyncStatus) Reset()

func (*ArgoCDAppSyncStatus) String

func (x *ArgoCDAppSyncStatus) String() string

type ArgoCDAppUpdate

type ArgoCDAppUpdate struct {
	AppName       string                `protobuf:"bytes,1,opt,name=app_name,json=appName,proto3" json:"app_name,omitempty"`
	AppNamespace  *string               `protobuf:"bytes,2,opt,name=app_namespace,json=appNamespace,proto3,oneof" json:"app_namespace,omitempty"`
	SourceUpdates []*ArgoCDSourceUpdate `protobuf:"bytes,3,rep,name=source_updates,json=sourceUpdates,proto3" json:"source_updates,omitempty"`
	// contains filtered or unexported fields
}

func (*ArgoCDAppUpdate) Descriptor deprecated

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

Deprecated: Use ArgoCDAppUpdate.ProtoReflect.Descriptor instead.

func (*ArgoCDAppUpdate) GetAppName

func (x *ArgoCDAppUpdate) GetAppName() string

func (*ArgoCDAppUpdate) GetAppNamespace

func (x *ArgoCDAppUpdate) GetAppNamespace() string

func (*ArgoCDAppUpdate) GetSourceUpdates

func (x *ArgoCDAppUpdate) GetSourceUpdates() []*ArgoCDSourceUpdate

func (*ArgoCDAppUpdate) ProtoMessage

func (*ArgoCDAppUpdate) ProtoMessage()

func (*ArgoCDAppUpdate) ProtoReflect

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

func (*ArgoCDAppUpdate) Reset

func (x *ArgoCDAppUpdate) Reset()

func (*ArgoCDAppUpdate) String

func (x *ArgoCDAppUpdate) String() string

type ArgoCDHelm

type ArgoCDHelm struct {
	Images []*ArgoCDHelmImageUpdate `protobuf:"bytes,1,rep,name=images,proto3" json:"images,omitempty"`
	// contains filtered or unexported fields
}

func (*ArgoCDHelm) Descriptor deprecated

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

Deprecated: Use ArgoCDHelm.ProtoReflect.Descriptor instead.

func (*ArgoCDHelm) GetImages

func (x *ArgoCDHelm) GetImages() []*ArgoCDHelmImageUpdate

func (*ArgoCDHelm) ProtoMessage

func (*ArgoCDHelm) ProtoMessage()

func (*ArgoCDHelm) ProtoReflect

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

func (*ArgoCDHelm) Reset

func (x *ArgoCDHelm) Reset()

func (*ArgoCDHelm) String

func (x *ArgoCDHelm) String() string

type ArgoCDHelmImageUpdate

type ArgoCDHelmImageUpdate struct {
	Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Key   string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ArgoCDHelmImageUpdate) Descriptor deprecated

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

Deprecated: Use ArgoCDHelmImageUpdate.ProtoReflect.Descriptor instead.

func (*ArgoCDHelmImageUpdate) GetImage

func (x *ArgoCDHelmImageUpdate) GetImage() string

func (*ArgoCDHelmImageUpdate) GetKey

func (x *ArgoCDHelmImageUpdate) GetKey() string

func (*ArgoCDHelmImageUpdate) GetValue

func (x *ArgoCDHelmImageUpdate) GetValue() string

func (*ArgoCDHelmImageUpdate) ProtoMessage

func (*ArgoCDHelmImageUpdate) ProtoMessage()

func (*ArgoCDHelmImageUpdate) ProtoReflect

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

func (*ArgoCDHelmImageUpdate) Reset

func (x *ArgoCDHelmImageUpdate) Reset()

func (*ArgoCDHelmImageUpdate) String

func (x *ArgoCDHelmImageUpdate) String() string

type ArgoCDKustomize

type ArgoCDKustomize struct {
	Images []*ArgoCDKustomizeImageUpdate `protobuf:"bytes,1,rep,name=images,proto3" json:"images,omitempty"`
	// contains filtered or unexported fields
}

func (*ArgoCDKustomize) Descriptor deprecated

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

Deprecated: Use ArgoCDKustomize.ProtoReflect.Descriptor instead.

func (*ArgoCDKustomize) GetImages

func (x *ArgoCDKustomize) GetImages() []*ArgoCDKustomizeImageUpdate

func (*ArgoCDKustomize) ProtoMessage

func (*ArgoCDKustomize) ProtoMessage()

func (*ArgoCDKustomize) ProtoReflect

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

func (*ArgoCDKustomize) Reset

func (x *ArgoCDKustomize) Reset()

func (*ArgoCDKustomize) String

func (x *ArgoCDKustomize) String() string

type ArgoCDKustomizeImageUpdate added in v0.3.0

type ArgoCDKustomizeImageUpdate struct {
	Image     string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	UseDigest bool   `protobuf:"varint,2,opt,name=use_digest,json=useDigest,proto3" json:"use_digest,omitempty"`
	// contains filtered or unexported fields
}

func (*ArgoCDKustomizeImageUpdate) Descriptor deprecated added in v0.3.0

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

Deprecated: Use ArgoCDKustomizeImageUpdate.ProtoReflect.Descriptor instead.

func (*ArgoCDKustomizeImageUpdate) GetImage added in v0.3.0

func (x *ArgoCDKustomizeImageUpdate) GetImage() string

func (*ArgoCDKustomizeImageUpdate) GetUseDigest added in v0.3.0

func (x *ArgoCDKustomizeImageUpdate) GetUseDigest() bool

func (*ArgoCDKustomizeImageUpdate) ProtoMessage added in v0.3.0

func (*ArgoCDKustomizeImageUpdate) ProtoMessage()

func (*ArgoCDKustomizeImageUpdate) ProtoReflect added in v0.3.0

func (*ArgoCDKustomizeImageUpdate) Reset added in v0.3.0

func (x *ArgoCDKustomizeImageUpdate) Reset()

func (*ArgoCDKustomizeImageUpdate) String added in v0.3.0

func (x *ArgoCDKustomizeImageUpdate) String() string

type ArgoCDSourceUpdate

type ArgoCDSourceUpdate struct {
	RepoUrl              string           `protobuf:"bytes,1,opt,name=repo_url,json=repoURL,proto3" json:"repo_url,omitempty"`
	Chart                *string          `protobuf:"bytes,2,opt,name=chart,proto3,oneof" json:"chart,omitempty"`
	UpdateTargetRevision *bool            `` /* 130-byte string literal not displayed */
	Kustomize            *ArgoCDKustomize `protobuf:"bytes,4,opt,name=kustomize,proto3,oneof" json:"kustomize,omitempty"`
	Helm                 *ArgoCDHelm      `protobuf:"bytes,5,opt,name=helm,proto3,oneof" json:"helm,omitempty"`
	// contains filtered or unexported fields
}

func (*ArgoCDSourceUpdate) Descriptor deprecated

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

Deprecated: Use ArgoCDSourceUpdate.ProtoReflect.Descriptor instead.

func (*ArgoCDSourceUpdate) GetChart

func (x *ArgoCDSourceUpdate) GetChart() string

func (*ArgoCDSourceUpdate) GetHelm

func (x *ArgoCDSourceUpdate) GetHelm() *ArgoCDHelm

func (*ArgoCDSourceUpdate) GetKustomize

func (x *ArgoCDSourceUpdate) GetKustomize() *ArgoCDKustomize

func (*ArgoCDSourceUpdate) GetRepoUrl

func (x *ArgoCDSourceUpdate) GetRepoUrl() string

func (*ArgoCDSourceUpdate) GetUpdateTargetRevision

func (x *ArgoCDSourceUpdate) GetUpdateTargetRevision() bool

func (*ArgoCDSourceUpdate) ProtoMessage

func (*ArgoCDSourceUpdate) ProtoMessage()

func (*ArgoCDSourceUpdate) ProtoReflect

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

func (*ArgoCDSourceUpdate) Reset

func (x *ArgoCDSourceUpdate) Reset()

func (*ArgoCDSourceUpdate) String

func (x *ArgoCDSourceUpdate) String() string

type Chart

type Chart struct {
	RepoUrl string `protobuf:"bytes,1,opt,name=repo_url,json=repoURL,proto3" json:"repo_url,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*Chart) Descriptor deprecated

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

Deprecated: Use Chart.ProtoReflect.Descriptor instead.

func (*Chart) GetName

func (x *Chart) GetName() string

func (*Chart) GetRepoUrl added in v0.4.0

func (x *Chart) GetRepoUrl() string

func (*Chart) GetVersion

func (x *Chart) GetVersion() string

func (*Chart) ProtoMessage

func (*Chart) ProtoMessage()

func (*Chart) ProtoReflect

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

func (*Chart) Reset

func (x *Chart) Reset()

func (*Chart) String

func (x *Chart) String() string

type ChartSubscription

type ChartSubscription struct {
	RepoUrl          string  `protobuf:"bytes,1,opt,name=repo_url,json=repoURL,proto3" json:"repo_url,omitempty"`
	Name             *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
	SemverConstraint *string `protobuf:"bytes,3,opt,name=semver_constraint,json=semverConstraint,proto3,oneof" json:"semver_constraint,omitempty"`
	// contains filtered or unexported fields
}

func (*ChartSubscription) Descriptor deprecated

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

Deprecated: Use ChartSubscription.ProtoReflect.Descriptor instead.

func (*ChartSubscription) GetName

func (x *ChartSubscription) GetName() string

func (*ChartSubscription) GetRepoUrl added in v0.4.0

func (x *ChartSubscription) GetRepoUrl() string

func (*ChartSubscription) GetSemverConstraint

func (x *ChartSubscription) GetSemverConstraint() string

func (*ChartSubscription) ProtoMessage

func (*ChartSubscription) ProtoMessage()

func (*ChartSubscription) ProtoReflect

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

func (*ChartSubscription) Reset

func (x *ChartSubscription) Reset()

func (*ChartSubscription) String

func (x *ChartSubscription) String() string

type Freight

type Freight struct {
	ApiVersion string             `protobuf:"bytes,1,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"`
	Kind       string             `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	Metadata   *metav1.ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Id         string             `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"`
	Commits    []*GitCommit       `protobuf:"bytes,5,rep,name=commits,proto3" json:"commits,omitempty"`
	Images     []*Image           `protobuf:"bytes,6,rep,name=images,proto3" json:"images,omitempty"`
	Charts     []*Chart           `protobuf:"bytes,7,rep,name=charts,proto3" json:"charts,omitempty"`
	Status     *FreightStatus     `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Freight) Descriptor deprecated

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

Deprecated: Use Freight.ProtoReflect.Descriptor instead.

func (*Freight) GetApiVersion added in v0.2.0

func (x *Freight) GetApiVersion() string

func (*Freight) GetCharts

func (x *Freight) GetCharts() []*Chart

func (*Freight) GetCommits

func (x *Freight) GetCommits() []*GitCommit

func (*Freight) GetId

func (x *Freight) GetId() string

func (*Freight) GetImages

func (x *Freight) GetImages() []*Image

func (*Freight) GetKind added in v0.2.0

func (x *Freight) GetKind() string

func (*Freight) GetMetadata added in v0.2.0

func (x *Freight) GetMetadata() *metav1.ObjectMeta

func (*Freight) GetStatus added in v0.2.0

func (x *Freight) GetStatus() *FreightStatus

func (*Freight) ProtoMessage

func (*Freight) ProtoMessage()

func (*Freight) ProtoReflect

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

func (*Freight) Reset

func (x *Freight) Reset()

func (*Freight) String

func (x *Freight) String() string

type FreightReference added in v0.4.0

type FreightReference struct {
	Id               string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	FirstSeen        *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=first_seen,json=firstSeen,proto3,oneof" json:"first_seen,omitempty"`
	Commits          []*GitCommit           `protobuf:"bytes,4,rep,name=commits,proto3" json:"commits,omitempty"`
	Images           []*Image               `protobuf:"bytes,5,rep,name=images,proto3" json:"images,omitempty"`
	Charts           []*Chart               `protobuf:"bytes,6,rep,name=charts,proto3" json:"charts,omitempty"`
	VerificationInfo *VerificationInfo      `protobuf:"bytes,7,opt,name=verification_info,json=verificationInfo,proto3,oneof" json:"verification_info,omitempty"`
	// contains filtered or unexported fields
}

func (*FreightReference) Descriptor deprecated added in v0.4.0

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

Deprecated: Use FreightReference.ProtoReflect.Descriptor instead.

func (*FreightReference) GetCharts added in v0.4.0

func (x *FreightReference) GetCharts() []*Chart

func (*FreightReference) GetCommits added in v0.4.0

func (x *FreightReference) GetCommits() []*GitCommit

func (*FreightReference) GetFirstSeen added in v0.4.0

func (x *FreightReference) GetFirstSeen() *timestamppb.Timestamp

func (*FreightReference) GetId added in v0.4.0

func (x *FreightReference) GetId() string

func (*FreightReference) GetImages added in v0.4.0

func (x *FreightReference) GetImages() []*Image

func (*FreightReference) GetVerificationInfo added in v0.4.0

func (x *FreightReference) GetVerificationInfo() *VerificationInfo

func (*FreightReference) ProtoMessage added in v0.4.0

func (*FreightReference) ProtoMessage()

func (*FreightReference) ProtoReflect added in v0.4.0

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

func (*FreightReference) Reset added in v0.4.0

func (x *FreightReference) Reset()

func (*FreightReference) String added in v0.4.0

func (x *FreightReference) String() string

type FreightStatus added in v0.2.0

type FreightStatus struct {
	VerifiedIn  map[string]*VerifiedStage `` /* 179-byte string literal not displayed */
	ApprovedFor map[string]*ApprovedStage `` /* 182-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*FreightStatus) Descriptor deprecated added in v0.2.0

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

Deprecated: Use FreightStatus.ProtoReflect.Descriptor instead.

func (*FreightStatus) GetApprovedFor added in v0.3.0

func (x *FreightStatus) GetApprovedFor() map[string]*ApprovedStage

func (*FreightStatus) GetVerifiedIn added in v0.3.0

func (x *FreightStatus) GetVerifiedIn() map[string]*VerifiedStage

func (*FreightStatus) ProtoMessage added in v0.2.0

func (*FreightStatus) ProtoMessage()

func (*FreightStatus) ProtoReflect added in v0.2.0

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

func (*FreightStatus) Reset added in v0.2.0

func (x *FreightStatus) Reset()

func (*FreightStatus) String added in v0.2.0

func (x *FreightStatus) String() string

type GitCommit

type GitCommit struct {
	RepoUrl           string  `protobuf:"bytes,1,opt,name=repo_url,json=repoURL,proto3" json:"repo_url,omitempty"`
	Id                string  `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Branch            string  `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"`
	HealthCheckCommit *string `protobuf:"bytes,4,opt,name=health_check_commit,json=healthCheckCommit,proto3,oneof" json:"health_check_commit,omitempty"`
	Message           string  `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
	Author            string  `protobuf:"bytes,6,opt,name=author,proto3" json:"author,omitempty"`
	Tag               string  `protobuf:"bytes,7,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

func (*GitCommit) Descriptor deprecated

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

Deprecated: Use GitCommit.ProtoReflect.Descriptor instead.

func (*GitCommit) GetAuthor

func (x *GitCommit) GetAuthor() string

func (*GitCommit) GetBranch

func (x *GitCommit) GetBranch() string

func (*GitCommit) GetHealthCheckCommit

func (x *GitCommit) GetHealthCheckCommit() string

func (*GitCommit) GetId

func (x *GitCommit) GetId() string

func (*GitCommit) GetMessage

func (x *GitCommit) GetMessage() string

func (*GitCommit) GetRepoUrl

func (x *GitCommit) GetRepoUrl() string

func (*GitCommit) GetTag added in v0.4.0

func (x *GitCommit) GetTag() string

func (*GitCommit) ProtoMessage

func (*GitCommit) ProtoMessage()

func (*GitCommit) ProtoReflect

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

func (*GitCommit) Reset

func (x *GitCommit) Reset()

func (*GitCommit) String

func (x *GitCommit) String() string

type GitHubPullRequest added in v0.3.0

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

func (*GitHubPullRequest) Descriptor deprecated added in v0.3.0

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

Deprecated: Use GitHubPullRequest.ProtoReflect.Descriptor instead.

func (*GitHubPullRequest) ProtoMessage added in v0.3.0

func (*GitHubPullRequest) ProtoMessage()

func (*GitHubPullRequest) ProtoReflect added in v0.3.0

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

func (*GitHubPullRequest) Reset added in v0.3.0

func (x *GitHubPullRequest) Reset()

func (*GitHubPullRequest) String added in v0.3.0

func (x *GitHubPullRequest) String() string

type GitRepoUpdate

type GitRepoUpdate struct {
	RepoUrl     string                         `protobuf:"bytes,1,opt,name=repo_url,json=repoURL,proto3" json:"repo_url,omitempty"`
	ReadBranch  *string                        `protobuf:"bytes,2,opt,name=read_branch,json=readBranch,proto3,oneof" json:"read_branch,omitempty"`
	WriteBranch string                         `protobuf:"bytes,3,opt,name=write_branch,json=writeBranch,proto3" json:"write_branch,omitempty"`
	Kustomize   *KustomizePromotionMechanism   `protobuf:"bytes,5,opt,name=kustomize,proto3,oneof" json:"kustomize,omitempty"`
	Helm        *HelmPromotionMechanism        `protobuf:"bytes,6,opt,name=helm,proto3,oneof" json:"helm,omitempty"`
	Render      *KargoRenderPromotionMechanism `protobuf:"bytes,7,opt,name=render,proto3,oneof" json:"render,omitempty"`
	PullRequest *PullRequestPromotionMechanism `protobuf:"bytes,8,opt,name=pull_request,json=pullRequest,proto3,oneof" json:"pull_request,omitempty"`
	// contains filtered or unexported fields
}

func (*GitRepoUpdate) Descriptor deprecated

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

Deprecated: Use GitRepoUpdate.ProtoReflect.Descriptor instead.

func (*GitRepoUpdate) GetHelm

func (x *GitRepoUpdate) GetHelm() *HelmPromotionMechanism

func (*GitRepoUpdate) GetKustomize

func (x *GitRepoUpdate) GetKustomize() *KustomizePromotionMechanism

func (*GitRepoUpdate) GetPullRequest added in v0.3.0

func (x *GitRepoUpdate) GetPullRequest() *PullRequestPromotionMechanism

func (*GitRepoUpdate) GetReadBranch

func (x *GitRepoUpdate) GetReadBranch() string

func (*GitRepoUpdate) GetRender added in v0.2.0

func (*GitRepoUpdate) GetRepoUrl

func (x *GitRepoUpdate) GetRepoUrl() string

func (*GitRepoUpdate) GetWriteBranch

func (x *GitRepoUpdate) GetWriteBranch() string

func (*GitRepoUpdate) ProtoMessage

func (*GitRepoUpdate) ProtoMessage()

func (*GitRepoUpdate) ProtoReflect

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

func (*GitRepoUpdate) Reset

func (x *GitRepoUpdate) Reset()

func (*GitRepoUpdate) String

func (x *GitRepoUpdate) String() string

type GitSubscription

type GitSubscription struct {
	RepoUrl                 string   `protobuf:"bytes,1,opt,name=repo_url,json=repoURL,proto3" json:"repo_url,omitempty"`
	Branch                  string   `protobuf:"bytes,2,opt,name=branch,proto3" json:"branch,omitempty"`
	CommitSelectionStrategy string   `` /* 132-byte string literal not displayed */
	SemverConstraint        *string  `protobuf:"bytes,4,opt,name=semver_constraint,json=semverConstraint,proto3,oneof" json:"semver_constraint,omitempty"`
	AllowTags               *string  `protobuf:"bytes,5,opt,name=allow_tags,json=allowTags,proto3,oneof" json:"allow_tags,omitempty"`
	IgnoreTags              []string `protobuf:"bytes,6,rep,name=ignore_tags,json=ignoreTags,proto3" json:"ignore_tags,omitempty"`
	// contains filtered or unexported fields
}

func (*GitSubscription) Descriptor deprecated

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

Deprecated: Use GitSubscription.ProtoReflect.Descriptor instead.

func (*GitSubscription) GetAllowTags added in v0.4.0

func (x *GitSubscription) GetAllowTags() string

func (*GitSubscription) GetBranch

func (x *GitSubscription) GetBranch() string

func (*GitSubscription) GetCommitSelectionStrategy added in v0.4.0

func (x *GitSubscription) GetCommitSelectionStrategy() string

func (*GitSubscription) GetIgnoreTags added in v0.4.0

func (x *GitSubscription) GetIgnoreTags() []string

func (*GitSubscription) GetRepoUrl

func (x *GitSubscription) GetRepoUrl() string

func (*GitSubscription) GetSemverConstraint added in v0.4.0

func (x *GitSubscription) GetSemverConstraint() string

func (*GitSubscription) ProtoMessage

func (*GitSubscription) ProtoMessage()

func (*GitSubscription) ProtoReflect

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

func (*GitSubscription) Reset

func (x *GitSubscription) Reset()

func (*GitSubscription) String

func (x *GitSubscription) String() string

type Health

type Health struct {
	Status     string            `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Issues     []string          `protobuf:"bytes,2,rep,name=issues,proto3" json:"issues,omitempty"`
	ArgocdApps []*ArgoCDAppState `protobuf:"bytes,3,rep,name=argocd_apps,json=argoCDApps,proto3" json:"argocd_apps,omitempty"`
	// contains filtered or unexported fields
}

func (*Health) Descriptor deprecated

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

Deprecated: Use Health.ProtoReflect.Descriptor instead.

func (*Health) GetArgocdApps

func (x *Health) GetArgocdApps() []*ArgoCDAppState

func (*Health) GetIssues

func (x *Health) GetIssues() []string

func (*Health) GetStatus

func (x *Health) GetStatus() string

func (*Health) ProtoMessage

func (*Health) ProtoMessage()

func (*Health) ProtoReflect

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

func (*Health) Reset

func (x *Health) Reset()

func (*Health) String

func (x *Health) String() string

type HelmChartDependencyUpdate

type HelmChartDependencyUpdate struct {
	Repository string `protobuf:"bytes,1,opt,name=repository,json=repositoryURL,proto3" json:"repository,omitempty"`
	Name       string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ChartPath  string `protobuf:"bytes,3,opt,name=chart_path,json=chartPath,proto3" json:"chart_path,omitempty"`
	// contains filtered or unexported fields
}

func (*HelmChartDependencyUpdate) Descriptor deprecated

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

Deprecated: Use HelmChartDependencyUpdate.ProtoReflect.Descriptor instead.

func (*HelmChartDependencyUpdate) GetChartPath

func (x *HelmChartDependencyUpdate) GetChartPath() string

func (*HelmChartDependencyUpdate) GetName

func (x *HelmChartDependencyUpdate) GetName() string

func (*HelmChartDependencyUpdate) GetRepository added in v0.4.0

func (x *HelmChartDependencyUpdate) GetRepository() string

func (*HelmChartDependencyUpdate) ProtoMessage

func (*HelmChartDependencyUpdate) ProtoMessage()

func (*HelmChartDependencyUpdate) ProtoReflect

func (*HelmChartDependencyUpdate) Reset

func (x *HelmChartDependencyUpdate) Reset()

func (*HelmChartDependencyUpdate) String

func (x *HelmChartDependencyUpdate) String() string

type HelmImageUpdate

type HelmImageUpdate struct {
	Image          string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	ValuesFilePath string `protobuf:"bytes,2,opt,name=values_file_path,json=valuesFilePath,proto3" json:"values_file_path,omitempty"`
	Key            string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	Value          string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*HelmImageUpdate) Descriptor deprecated

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

Deprecated: Use HelmImageUpdate.ProtoReflect.Descriptor instead.

func (*HelmImageUpdate) GetImage

func (x *HelmImageUpdate) GetImage() string

func (*HelmImageUpdate) GetKey

func (x *HelmImageUpdate) GetKey() string

func (*HelmImageUpdate) GetValue

func (x *HelmImageUpdate) GetValue() string

func (*HelmImageUpdate) GetValuesFilePath

func (x *HelmImageUpdate) GetValuesFilePath() string

func (*HelmImageUpdate) ProtoMessage

func (*HelmImageUpdate) ProtoMessage()

func (*HelmImageUpdate) ProtoReflect

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

func (*HelmImageUpdate) Reset

func (x *HelmImageUpdate) Reset()

func (*HelmImageUpdate) String

func (x *HelmImageUpdate) String() string

type HelmPromotionMechanism

type HelmPromotionMechanism struct {
	Images []*HelmImageUpdate           `protobuf:"bytes,1,rep,name=images,proto3" json:"images,omitempty"`
	Charts []*HelmChartDependencyUpdate `protobuf:"bytes,2,rep,name=charts,proto3" json:"charts,omitempty"`
	// contains filtered or unexported fields
}

func (*HelmPromotionMechanism) Descriptor deprecated

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

Deprecated: Use HelmPromotionMechanism.ProtoReflect.Descriptor instead.

func (*HelmPromotionMechanism) GetCharts

func (*HelmPromotionMechanism) GetImages

func (x *HelmPromotionMechanism) GetImages() []*HelmImageUpdate

func (*HelmPromotionMechanism) ProtoMessage

func (*HelmPromotionMechanism) ProtoMessage()

func (*HelmPromotionMechanism) ProtoReflect

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

func (*HelmPromotionMechanism) Reset

func (x *HelmPromotionMechanism) Reset()

func (*HelmPromotionMechanism) String

func (x *HelmPromotionMechanism) String() string

type Image

type Image struct {
	RepoUrl string `protobuf:"bytes,1,opt,name=repo_url,json=repoURL,proto3" json:"repo_url,omitempty"`
	Tag     string `protobuf:"bytes,2,opt,name=tag,proto3" json:"tag,omitempty"`
	Digest  string `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

func (*Image) Descriptor deprecated

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

Deprecated: Use Image.ProtoReflect.Descriptor instead.

func (*Image) GetDigest added in v0.3.0

func (x *Image) GetDigest() string

func (*Image) GetRepoUrl

func (x *Image) GetRepoUrl() string

func (*Image) GetTag

func (x *Image) GetTag() string

func (*Image) ProtoMessage

func (*Image) ProtoMessage()

func (*Image) ProtoReflect

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

func (*Image) Reset

func (x *Image) Reset()

func (*Image) String

func (x *Image) String() string

type ImageSubscription

type ImageSubscription struct {
	RepoUrl                string   `protobuf:"bytes,1,opt,name=repo_url,json=repoURL,proto3" json:"repo_url,omitempty"`
	ImageSelectionStrategy string   `` /* 129-byte string literal not displayed */
	SemverConstraint       *string  `protobuf:"bytes,3,opt,name=semver_constraint,json=semverConstraint,proto3,oneof" json:"semver_constraint,omitempty"`
	AllowTags              *string  `protobuf:"bytes,4,opt,name=allow_tags,json=allowTags,proto3,oneof" json:"allow_tags,omitempty"`
	IgnoreTags             []string `protobuf:"bytes,5,rep,name=ignore_tags,json=ignoreTags,proto3" json:"ignore_tags,omitempty"`
	Platform               *string  `protobuf:"bytes,6,opt,name=platform,proto3,oneof" json:"platform,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageSubscription) Descriptor deprecated

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

Deprecated: Use ImageSubscription.ProtoReflect.Descriptor instead.

func (*ImageSubscription) GetAllowTags

func (x *ImageSubscription) GetAllowTags() string

func (*ImageSubscription) GetIgnoreTags

func (x *ImageSubscription) GetIgnoreTags() []string

func (*ImageSubscription) GetImageSelectionStrategy added in v0.4.0

func (x *ImageSubscription) GetImageSelectionStrategy() string

func (*ImageSubscription) GetPlatform

func (x *ImageSubscription) GetPlatform() string

func (*ImageSubscription) GetRepoUrl

func (x *ImageSubscription) GetRepoUrl() string

func (*ImageSubscription) GetSemverConstraint

func (x *ImageSubscription) GetSemverConstraint() string

func (*ImageSubscription) ProtoMessage

func (*ImageSubscription) ProtoMessage()

func (*ImageSubscription) ProtoReflect

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

func (*ImageSubscription) Reset

func (x *ImageSubscription) Reset()

func (*ImageSubscription) String

func (x *ImageSubscription) String() string

type KargoRenderPromotionMechanism added in v0.2.0

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

func (*KargoRenderPromotionMechanism) Descriptor deprecated added in v0.2.0

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

Deprecated: Use KargoRenderPromotionMechanism.ProtoReflect.Descriptor instead.

func (*KargoRenderPromotionMechanism) ProtoMessage added in v0.2.0

func (*KargoRenderPromotionMechanism) ProtoMessage()

func (*KargoRenderPromotionMechanism) ProtoReflect added in v0.2.0

func (*KargoRenderPromotionMechanism) Reset added in v0.2.0

func (x *KargoRenderPromotionMechanism) Reset()

func (*KargoRenderPromotionMechanism) String added in v0.2.0

type KustomizeImageUpdate

type KustomizeImageUpdate struct {
	Image     string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Path      string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	UseDigest bool   `protobuf:"varint,3,opt,name=use_digest,json=useDigest,proto3" json:"use_digest,omitempty"`
	// contains filtered or unexported fields
}

func (*KustomizeImageUpdate) Descriptor deprecated

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

Deprecated: Use KustomizeImageUpdate.ProtoReflect.Descriptor instead.

func (*KustomizeImageUpdate) GetImage

func (x *KustomizeImageUpdate) GetImage() string

func (*KustomizeImageUpdate) GetPath

func (x *KustomizeImageUpdate) GetPath() string

func (*KustomizeImageUpdate) GetUseDigest added in v0.3.0

func (x *KustomizeImageUpdate) GetUseDigest() bool

func (*KustomizeImageUpdate) ProtoMessage

func (*KustomizeImageUpdate) ProtoMessage()

func (*KustomizeImageUpdate) ProtoReflect

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

func (*KustomizeImageUpdate) Reset

func (x *KustomizeImageUpdate) Reset()

func (*KustomizeImageUpdate) String

func (x *KustomizeImageUpdate) String() string

type KustomizePromotionMechanism

type KustomizePromotionMechanism struct {
	Images []*KustomizeImageUpdate `protobuf:"bytes,1,rep,name=images,proto3" json:"images,omitempty"`
	// contains filtered or unexported fields
}

func (*KustomizePromotionMechanism) Descriptor deprecated

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

Deprecated: Use KustomizePromotionMechanism.ProtoReflect.Descriptor instead.

func (*KustomizePromotionMechanism) GetImages

func (*KustomizePromotionMechanism) ProtoMessage

func (*KustomizePromotionMechanism) ProtoMessage()

func (*KustomizePromotionMechanism) ProtoReflect

func (*KustomizePromotionMechanism) Reset

func (x *KustomizePromotionMechanism) Reset()

func (*KustomizePromotionMechanism) String

func (x *KustomizePromotionMechanism) String() string

type Project added in v0.4.0

type Project struct {
	ApiVersion string             `protobuf:"bytes,1,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"`
	Kind       string             `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	Metadata   *metav1.ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Status     *ProjectStatus     `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Project) Descriptor deprecated added in v0.4.0

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

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetApiVersion added in v0.4.0

func (x *Project) GetApiVersion() string

func (*Project) GetKind added in v0.4.0

func (x *Project) GetKind() string

func (*Project) GetMetadata added in v0.4.0

func (x *Project) GetMetadata() *metav1.ObjectMeta

func (*Project) GetStatus added in v0.4.0

func (x *Project) GetStatus() *ProjectStatus

func (*Project) ProtoMessage added in v0.4.0

func (*Project) ProtoMessage()

func (*Project) ProtoReflect added in v0.4.0

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

func (*Project) Reset added in v0.4.0

func (x *Project) Reset()

func (*Project) String added in v0.4.0

func (x *Project) String() string

type ProjectStatus added in v0.4.0

type ProjectStatus struct {
	Phase   string `protobuf:"bytes,1,opt,name=phase,proto3" json:"phase,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectStatus) Descriptor deprecated added in v0.4.0

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

Deprecated: Use ProjectStatus.ProtoReflect.Descriptor instead.

func (*ProjectStatus) GetMessage added in v0.4.0

func (x *ProjectStatus) GetMessage() string

func (*ProjectStatus) GetPhase added in v0.4.0

func (x *ProjectStatus) GetPhase() string

func (*ProjectStatus) ProtoMessage added in v0.4.0

func (*ProjectStatus) ProtoMessage()

func (*ProjectStatus) ProtoReflect added in v0.4.0

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

func (*ProjectStatus) Reset added in v0.4.0

func (x *ProjectStatus) Reset()

func (*ProjectStatus) String added in v0.4.0

func (x *ProjectStatus) String() string

type Promotion

type Promotion struct {
	ApiVersion string             `protobuf:"bytes,1,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"`
	Kind       string             `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	Metadata   *metav1.ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3,oneof" json:"metadata,omitempty"`
	Spec       *PromotionSpec     `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"`
	Status     *PromotionStatus   `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Promotion) Descriptor deprecated

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

Deprecated: Use Promotion.ProtoReflect.Descriptor instead.

func (*Promotion) GetApiVersion

func (x *Promotion) GetApiVersion() string

func (*Promotion) GetKind

func (x *Promotion) GetKind() string

func (*Promotion) GetMetadata

func (x *Promotion) GetMetadata() *metav1.ObjectMeta

func (*Promotion) GetSpec

func (x *Promotion) GetSpec() *PromotionSpec

func (*Promotion) GetStatus

func (x *Promotion) GetStatus() *PromotionStatus

func (*Promotion) ProtoMessage

func (*Promotion) ProtoMessage()

func (*Promotion) ProtoReflect

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

func (*Promotion) Reset

func (x *Promotion) Reset()

func (*Promotion) String

func (x *Promotion) String() string

type PromotionInfo

type PromotionInfo struct {
	Name    string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Freight *FreightReference `protobuf:"bytes,2,opt,name=freight,proto3" json:"freight,omitempty"`
	// contains filtered or unexported fields
}

func (*PromotionInfo) Descriptor deprecated

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

Deprecated: Use PromotionInfo.ProtoReflect.Descriptor instead.

func (*PromotionInfo) GetFreight

func (x *PromotionInfo) GetFreight() *FreightReference

func (*PromotionInfo) GetName

func (x *PromotionInfo) GetName() string

func (*PromotionInfo) ProtoMessage

func (*PromotionInfo) ProtoMessage()

func (*PromotionInfo) ProtoReflect

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

func (*PromotionInfo) Reset

func (x *PromotionInfo) Reset()

func (*PromotionInfo) String

func (x *PromotionInfo) String() string

type PromotionList

type PromotionList struct {
	Metadata *metav1.ListMeta `protobuf:"bytes,1,opt,name=metadata,proto3,oneof" json:"metadata,omitempty"`
	Items    []*Promotion     `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*PromotionList) Descriptor deprecated

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

Deprecated: Use PromotionList.ProtoReflect.Descriptor instead.

func (*PromotionList) GetItems

func (x *PromotionList) GetItems() []*Promotion

func (*PromotionList) GetMetadata

func (x *PromotionList) GetMetadata() *metav1.ListMeta

func (*PromotionList) ProtoMessage

func (*PromotionList) ProtoMessage()

func (*PromotionList) ProtoReflect

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

func (*PromotionList) Reset

func (x *PromotionList) Reset()

func (*PromotionList) String

func (x *PromotionList) String() string

type PromotionMechanisms

type PromotionMechanisms struct {
	GitRepoUpdates   []*GitRepoUpdate   `protobuf:"bytes,1,rep,name=git_repo_updates,json=gitRepoUpdates,proto3" json:"git_repo_updates,omitempty"`
	ArgocdAppUpdates []*ArgoCDAppUpdate `protobuf:"bytes,2,rep,name=argocd_app_updates,json=argoCDAppUpdates,proto3" json:"argocd_app_updates,omitempty"`
	// contains filtered or unexported fields
}

func (*PromotionMechanisms) Descriptor deprecated

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

Deprecated: Use PromotionMechanisms.ProtoReflect.Descriptor instead.

func (*PromotionMechanisms) GetArgocdAppUpdates

func (x *PromotionMechanisms) GetArgocdAppUpdates() []*ArgoCDAppUpdate

func (*PromotionMechanisms) GetGitRepoUpdates

func (x *PromotionMechanisms) GetGitRepoUpdates() []*GitRepoUpdate

func (*PromotionMechanisms) ProtoMessage

func (*PromotionMechanisms) ProtoMessage()

func (*PromotionMechanisms) ProtoReflect

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

func (*PromotionMechanisms) Reset

func (x *PromotionMechanisms) Reset()

func (*PromotionMechanisms) String

func (x *PromotionMechanisms) String() string

type PromotionPolicy

type PromotionPolicy struct {
	Stage                string `protobuf:"bytes,4,opt,name=stage,proto3" json:"stage,omitempty"`
	AutoPromotionEnabled bool   `protobuf:"varint,5,opt,name=auto_promotion_enabled,json=autoPromotionEnabled,proto3" json:"auto_promotion_enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*PromotionPolicy) Descriptor deprecated

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

Deprecated: Use PromotionPolicy.ProtoReflect.Descriptor instead.

func (*PromotionPolicy) GetAutoPromotionEnabled added in v0.4.0

func (x *PromotionPolicy) GetAutoPromotionEnabled() bool

func (*PromotionPolicy) GetStage

func (x *PromotionPolicy) GetStage() string

func (*PromotionPolicy) ProtoMessage

func (*PromotionPolicy) ProtoMessage()

func (*PromotionPolicy) ProtoReflect

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

func (*PromotionPolicy) Reset

func (x *PromotionPolicy) Reset()

func (*PromotionPolicy) String

func (x *PromotionPolicy) String() string

type PromotionSpec

type PromotionSpec struct {
	Stage   string `protobuf:"bytes,1,opt,name=stage,proto3" json:"stage,omitempty"`
	Freight string `protobuf:"bytes,2,opt,name=freight,proto3" json:"freight,omitempty"`
	// contains filtered or unexported fields
}

func (*PromotionSpec) Descriptor deprecated

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

Deprecated: Use PromotionSpec.ProtoReflect.Descriptor instead.

func (*PromotionSpec) GetFreight

func (x *PromotionSpec) GetFreight() string

func (*PromotionSpec) GetStage

func (x *PromotionSpec) GetStage() string

func (*PromotionSpec) ProtoMessage

func (*PromotionSpec) ProtoMessage()

func (*PromotionSpec) ProtoReflect

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

func (*PromotionSpec) Reset

func (x *PromotionSpec) Reset()

func (*PromotionSpec) String

func (x *PromotionSpec) String() string

type PromotionStatus

type PromotionStatus struct {
	Phase    string            `protobuf:"bytes,1,opt,name=phase,proto3" json:"phase,omitempty"`
	Message  string            `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PromotionStatus) Descriptor deprecated

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

Deprecated: Use PromotionStatus.ProtoReflect.Descriptor instead.

func (*PromotionStatus) GetMessage added in v0.3.0

func (x *PromotionStatus) GetMessage() string

func (*PromotionStatus) GetMetadata added in v0.3.0

func (x *PromotionStatus) GetMetadata() map[string]string

func (*PromotionStatus) GetPhase

func (x *PromotionStatus) GetPhase() string

func (*PromotionStatus) ProtoMessage

func (*PromotionStatus) ProtoMessage()

func (*PromotionStatus) ProtoReflect

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

func (*PromotionStatus) Reset

func (x *PromotionStatus) Reset()

func (*PromotionStatus) String

func (x *PromotionStatus) String() string

type PullRequestPromotionMechanism added in v0.3.0

type PullRequestPromotionMechanism struct {
	Github *GitHubPullRequest `protobuf:"bytes,1,opt,name=github,proto3" json:"github,omitempty"`
	// contains filtered or unexported fields
}

func (*PullRequestPromotionMechanism) Descriptor deprecated added in v0.3.0

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

Deprecated: Use PullRequestPromotionMechanism.ProtoReflect.Descriptor instead.

func (*PullRequestPromotionMechanism) GetGithub added in v0.3.0

func (*PullRequestPromotionMechanism) ProtoMessage added in v0.3.0

func (*PullRequestPromotionMechanism) ProtoMessage()

func (*PullRequestPromotionMechanism) ProtoReflect added in v0.3.0

func (*PullRequestPromotionMechanism) Reset added in v0.3.0

func (x *PullRequestPromotionMechanism) Reset()

func (*PullRequestPromotionMechanism) String added in v0.3.0

type RepoSubscription added in v0.2.0

type RepoSubscription struct {
	Git   *GitSubscription   `protobuf:"bytes,1,opt,name=git,proto3,oneof" json:"git,omitempty"`
	Image *ImageSubscription `protobuf:"bytes,2,opt,name=image,proto3,oneof" json:"image,omitempty"`
	Chart *ChartSubscription `protobuf:"bytes,3,opt,name=chart,proto3,oneof" json:"chart,omitempty"`
	// contains filtered or unexported fields
}

func (*RepoSubscription) Descriptor deprecated added in v0.2.0

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

Deprecated: Use RepoSubscription.ProtoReflect.Descriptor instead.

func (*RepoSubscription) GetChart added in v0.2.0

func (x *RepoSubscription) GetChart() *ChartSubscription

func (*RepoSubscription) GetGit added in v0.2.0

func (x *RepoSubscription) GetGit() *GitSubscription

func (*RepoSubscription) GetImage added in v0.2.0

func (x *RepoSubscription) GetImage() *ImageSubscription

func (*RepoSubscription) ProtoMessage added in v0.2.0

func (*RepoSubscription) ProtoMessage()

func (*RepoSubscription) ProtoReflect added in v0.2.0

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

func (*RepoSubscription) Reset added in v0.2.0

func (x *RepoSubscription) Reset()

func (*RepoSubscription) String added in v0.2.0

func (x *RepoSubscription) String() string

type Stage

type Stage struct {
	ApiVersion string             `protobuf:"bytes,1,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"`
	Kind       string             `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	Metadata   *metav1.ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Spec       *StageSpec         `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"`
	Status     *StageStatus       `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Stage) Descriptor deprecated

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

Deprecated: Use Stage.ProtoReflect.Descriptor instead.

func (*Stage) GetApiVersion

func (x *Stage) GetApiVersion() string

func (*Stage) GetKind

func (x *Stage) GetKind() string

func (*Stage) GetMetadata

func (x *Stage) GetMetadata() *metav1.ObjectMeta

func (*Stage) GetSpec

func (x *Stage) GetSpec() *StageSpec

func (*Stage) GetStatus

func (x *Stage) GetStatus() *StageStatus

func (*Stage) ProtoMessage

func (*Stage) ProtoMessage()

func (*Stage) ProtoReflect

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

func (*Stage) Reset

func (x *Stage) Reset()

func (*Stage) String

func (x *Stage) String() string

type StageList

type StageList struct {
	Metadata *metav1.ListMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Items    []*Stage         `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*StageList) Descriptor deprecated

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

Deprecated: Use StageList.ProtoReflect.Descriptor instead.

func (*StageList) GetItems

func (x *StageList) GetItems() []*Stage

func (*StageList) GetMetadata

func (x *StageList) GetMetadata() *metav1.ListMeta

func (*StageList) ProtoMessage

func (*StageList) ProtoMessage()

func (*StageList) ProtoReflect

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

func (*StageList) Reset

func (x *StageList) Reset()

func (*StageList) String

func (x *StageList) String() string

type StageSpec

type StageSpec struct {
	Subscriptions       *Subscriptions       `protobuf:"bytes,1,opt,name=subscriptions,proto3" json:"subscriptions,omitempty"`
	PromotionMechanisms *PromotionMechanisms `protobuf:"bytes,2,opt,name=promotion_mechanisms,json=promotionMechanisms,proto3" json:"promotion_mechanisms,omitempty"`
	Verification        *Verification        `protobuf:"bytes,3,opt,name=verification,proto3,oneof" json:"verification,omitempty"`
	// contains filtered or unexported fields
}

func (*StageSpec) Descriptor deprecated

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

Deprecated: Use StageSpec.ProtoReflect.Descriptor instead.

func (*StageSpec) GetPromotionMechanisms

func (x *StageSpec) GetPromotionMechanisms() *PromotionMechanisms

func (*StageSpec) GetSubscriptions

func (x *StageSpec) GetSubscriptions() *Subscriptions

func (*StageSpec) GetVerification added in v0.3.0

func (x *StageSpec) GetVerification() *Verification

func (*StageSpec) ProtoMessage

func (*StageSpec) ProtoMessage()

func (*StageSpec) ProtoReflect

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

func (*StageSpec) Reset

func (x *StageSpec) Reset()

func (*StageSpec) String

func (x *StageSpec) String() string

type StageStatus

type StageStatus struct {
	CurrentFreight   *FreightReference   `protobuf:"bytes,2,opt,name=current_freight,json=currentFreight,proto3,oneof" json:"current_freight,omitempty"`
	History          []*FreightReference `protobuf:"bytes,3,rep,name=history,proto3" json:"history,omitempty"`
	Error            string              `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	Health           *Health             `protobuf:"bytes,5,opt,name=health,proto3,oneof" json:"health,omitempty"`
	CurrentPromotion *PromotionInfo      `protobuf:"bytes,6,opt,name=current_promotion,json=currentPromotion,proto3,oneof" json:"current_promotion,omitempty"`
	Phase            string              `protobuf:"bytes,7,opt,name=phase,proto3" json:"phase,omitempty"`
	// contains filtered or unexported fields
}

func (*StageStatus) Descriptor deprecated

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

Deprecated: Use StageStatus.ProtoReflect.Descriptor instead.

func (*StageStatus) GetCurrentFreight

func (x *StageStatus) GetCurrentFreight() *FreightReference

func (*StageStatus) GetCurrentPromotion

func (x *StageStatus) GetCurrentPromotion() *PromotionInfo

func (*StageStatus) GetError

func (x *StageStatus) GetError() string

func (*StageStatus) GetHealth

func (x *StageStatus) GetHealth() *Health

func (*StageStatus) GetHistory

func (x *StageStatus) GetHistory() []*FreightReference

func (*StageStatus) GetPhase added in v0.3.0

func (x *StageStatus) GetPhase() string

func (*StageStatus) ProtoMessage

func (*StageStatus) ProtoMessage()

func (*StageStatus) ProtoReflect

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

func (*StageStatus) Reset

func (x *StageStatus) Reset()

func (*StageStatus) String

func (x *StageStatus) String() string

type StageSubscription

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

func (*StageSubscription) Descriptor deprecated

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

Deprecated: Use StageSubscription.ProtoReflect.Descriptor instead.

func (*StageSubscription) GetName

func (x *StageSubscription) GetName() string

func (*StageSubscription) ProtoMessage

func (*StageSubscription) ProtoMessage()

func (*StageSubscription) ProtoReflect

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

func (*StageSubscription) Reset

func (x *StageSubscription) Reset()

func (*StageSubscription) String

func (x *StageSubscription) String() string

type Subscriptions

type Subscriptions struct {
	UpstreamStages []*StageSubscription `protobuf:"bytes,2,rep,name=upstream_stages,json=upstreamStages,proto3" json:"upstream_stages,omitempty"`
	Warehouse      string               `protobuf:"bytes,3,opt,name=warehouse,proto3" json:"warehouse,omitempty"`
	// contains filtered or unexported fields
}

func (*Subscriptions) Descriptor deprecated

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

Deprecated: Use Subscriptions.ProtoReflect.Descriptor instead.

func (*Subscriptions) GetUpstreamStages

func (x *Subscriptions) GetUpstreamStages() []*StageSubscription

func (*Subscriptions) GetWarehouse added in v0.2.0

func (x *Subscriptions) GetWarehouse() string

func (*Subscriptions) ProtoMessage

func (*Subscriptions) ProtoMessage()

func (*Subscriptions) ProtoReflect

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

func (*Subscriptions) Reset

func (x *Subscriptions) Reset()

func (*Subscriptions) String

func (x *Subscriptions) String() string

type Verification added in v0.3.0

type Verification struct {
	AnalysisTemplates   []*AnalysisTemplateReference `protobuf:"bytes,1,rep,name=analysis_templates,json=analysisTemplates,proto3" json:"analysis_templates,omitempty"`
	AnalysisRunMetadata *AnalysisRunMetadata         `` /* 126-byte string literal not displayed */
	Args                []*AnalysisRunArgument       `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
	// contains filtered or unexported fields
}

func (*Verification) Descriptor deprecated added in v0.3.0

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

Deprecated: Use Verification.ProtoReflect.Descriptor instead.

func (*Verification) GetAnalysisRunMetadata added in v0.3.0

func (x *Verification) GetAnalysisRunMetadata() *AnalysisRunMetadata

func (*Verification) GetAnalysisTemplates added in v0.3.0

func (x *Verification) GetAnalysisTemplates() []*AnalysisTemplateReference

func (*Verification) GetArgs added in v0.3.0

func (x *Verification) GetArgs() []*AnalysisRunArgument

func (*Verification) ProtoMessage added in v0.3.0

func (*Verification) ProtoMessage()

func (*Verification) ProtoReflect added in v0.3.0

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

func (*Verification) Reset added in v0.3.0

func (x *Verification) Reset()

func (*Verification) String added in v0.3.0

func (x *Verification) String() string

type VerificationInfo added in v0.3.0

type VerificationInfo struct {
	AnalysisRun *AnalysisRunReference `protobuf:"bytes,1,opt,name=analysis_run,json=analysisRun,proto3" json:"analysis_run,omitempty"`
	Phase       string                `protobuf:"bytes,2,opt,name=phase,proto3" json:"phase,omitempty"`
	Message     string                `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*VerificationInfo) Descriptor deprecated added in v0.3.0

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

Deprecated: Use VerificationInfo.ProtoReflect.Descriptor instead.

func (*VerificationInfo) GetAnalysisRun added in v0.3.0

func (x *VerificationInfo) GetAnalysisRun() *AnalysisRunReference

func (*VerificationInfo) GetMessage added in v0.4.0

func (x *VerificationInfo) GetMessage() string

func (*VerificationInfo) GetPhase added in v0.4.0

func (x *VerificationInfo) GetPhase() string

func (*VerificationInfo) ProtoMessage added in v0.3.0

func (*VerificationInfo) ProtoMessage()

func (*VerificationInfo) ProtoReflect added in v0.3.0

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

func (*VerificationInfo) Reset added in v0.3.0

func (x *VerificationInfo) Reset()

func (*VerificationInfo) String added in v0.3.0

func (x *VerificationInfo) String() string

type VerifiedStage added in v0.3.0

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

func (*VerifiedStage) Descriptor deprecated added in v0.3.0

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

Deprecated: Use VerifiedStage.ProtoReflect.Descriptor instead.

func (*VerifiedStage) ProtoMessage added in v0.3.0

func (*VerifiedStage) ProtoMessage()

func (*VerifiedStage) ProtoReflect added in v0.3.0

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

func (*VerifiedStage) Reset added in v0.3.0

func (x *VerifiedStage) Reset()

func (*VerifiedStage) String added in v0.3.0

func (x *VerifiedStage) String() string

type Warehouse added in v0.2.0

type Warehouse struct {
	ApiVersion string             `protobuf:"bytes,1,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"`
	Kind       string             `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	Metadata   *metav1.ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Spec       *WarehouseSpec     `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"`
	Status     *WarehouseStatus   `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Warehouse) Descriptor deprecated added in v0.2.0

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

Deprecated: Use Warehouse.ProtoReflect.Descriptor instead.

func (*Warehouse) GetApiVersion added in v0.2.0

func (x *Warehouse) GetApiVersion() string

func (*Warehouse) GetKind added in v0.2.0

func (x *Warehouse) GetKind() string

func (*Warehouse) GetMetadata added in v0.2.0

func (x *Warehouse) GetMetadata() *metav1.ObjectMeta

func (*Warehouse) GetSpec added in v0.2.0

func (x *Warehouse) GetSpec() *WarehouseSpec

func (*Warehouse) GetStatus added in v0.2.0

func (x *Warehouse) GetStatus() *WarehouseStatus

func (*Warehouse) ProtoMessage added in v0.2.0

func (*Warehouse) ProtoMessage()

func (*Warehouse) ProtoReflect added in v0.2.0

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

func (*Warehouse) Reset added in v0.2.0

func (x *Warehouse) Reset()

func (*Warehouse) String added in v0.2.0

func (x *Warehouse) String() string

type WarehouseSpec added in v0.2.0

type WarehouseSpec struct {
	Subscriptions []*RepoSubscription `protobuf:"bytes,1,rep,name=subscriptions,proto3" json:"subscriptions,omitempty"`
	// contains filtered or unexported fields
}

func (*WarehouseSpec) Descriptor deprecated added in v0.2.0

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

Deprecated: Use WarehouseSpec.ProtoReflect.Descriptor instead.

func (*WarehouseSpec) GetSubscriptions added in v0.2.0

func (x *WarehouseSpec) GetSubscriptions() []*RepoSubscription

func (*WarehouseSpec) ProtoMessage added in v0.2.0

func (*WarehouseSpec) ProtoMessage()

func (*WarehouseSpec) ProtoReflect added in v0.2.0

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

func (*WarehouseSpec) Reset added in v0.2.0

func (x *WarehouseSpec) Reset()

func (*WarehouseSpec) String added in v0.2.0

func (x *WarehouseSpec) String() string

type WarehouseStatus added in v0.2.0

type WarehouseStatus struct {
	Error              string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	ObservedGeneration int64  `protobuf:"varint,2,opt,name=observed_generation,json=observedGeneration,proto3" json:"observed_generation,omitempty"`
	// contains filtered or unexported fields
}

func (*WarehouseStatus) Descriptor deprecated added in v0.2.0

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

Deprecated: Use WarehouseStatus.ProtoReflect.Descriptor instead.

func (*WarehouseStatus) GetError added in v0.2.0

func (x *WarehouseStatus) GetError() string

func (*WarehouseStatus) GetObservedGeneration added in v0.2.0

func (x *WarehouseStatus) GetObservedGeneration() int64

func (*WarehouseStatus) ProtoMessage added in v0.2.0

func (*WarehouseStatus) ProtoMessage()

func (*WarehouseStatus) ProtoReflect added in v0.2.0

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

func (*WarehouseStatus) Reset added in v0.2.0

func (x *WarehouseStatus) Reset()

func (*WarehouseStatus) String added in v0.2.0

func (x *WarehouseStatus) String() string

Jump to

Keyboard shortcuts

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