v1alpha1

package
v0.3.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2023 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 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 []string `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() []string

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 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 {
	RegistryUrl string `protobuf:"bytes,1,opt,name=registry_url,json=registryURL,proto3" json:"registry_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) GetRegistryUrl

func (x *Chart) GetRegistryUrl() 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 {
	RegistryUrl      string  `protobuf:"bytes,1,opt,name=registry_url,json=registryURL,proto3" json:"registry_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) GetRegistryUrl

func (x *ChartSubscription) GetRegistryUrl() 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 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"`
	// 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) 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 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"`
	// 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) 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"`
	// contains filtered or unexported fields
}

func (*GitSubscription) Descriptor deprecated

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

Deprecated: Use GitSubscription.ProtoReflect.Descriptor instead.

func (*GitSubscription) GetBranch

func (x *GitSubscription) GetBranch() string

func (*GitSubscription) GetRepoUrl

func (x *GitSubscription) GetRepoUrl() 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 {
	RegistryUrl string `protobuf:"bytes,1,opt,name=registry_url,json=registryURL,proto3" json:"registry_url,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) GetRegistryUrl

func (x *HelmChartDependencyUpdate) GetRegistryUrl() 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"`
	// contains filtered or unexported fields
}

func (*Image) Descriptor deprecated

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

Deprecated: Use Image.ProtoReflect.Descriptor instead.

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"`
	UpdateStrategy   string   `protobuf:"bytes,2,opt,name=update_strategy,json=updateStrategy,proto3" json:"update_strategy,omitempty"`
	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) GetPlatform

func (x *ImageSubscription) GetPlatform() string

func (*ImageSubscription) GetRepoUrl

func (x *ImageSubscription) GetRepoUrl() string

func (*ImageSubscription) GetSemverConstraint

func (x *ImageSubscription) GetSemverConstraint() string

func (*ImageSubscription) GetUpdateStrategy

func (x *ImageSubscription) GetUpdateStrategy() 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"`
	// 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) 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 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 *SimpleFreight `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() *SimpleFreight

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 {
	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"`
	Stage               string             `protobuf:"bytes,4,opt,name=stage,proto3" json:"stage,omitempty"`
	EnableAutoPromotion bool               `protobuf:"varint,5,opt,name=enable_auto_promotion,json=enableAutoPromotion,proto3" json:"enable_auto_promotion,omitempty"`
	// contains filtered or unexported fields
}

func (*PromotionPolicy) Descriptor deprecated

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

Deprecated: Use PromotionPolicy.ProtoReflect.Descriptor instead.

func (*PromotionPolicy) GetApiVersion

func (x *PromotionPolicy) GetApiVersion() string

func (*PromotionPolicy) GetEnableAutoPromotion

func (x *PromotionPolicy) GetEnableAutoPromotion() bool

func (*PromotionPolicy) GetKind

func (x *PromotionPolicy) GetKind() string

func (*PromotionPolicy) GetMetadata

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

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 PromotionPolicyList

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

func (*PromotionPolicyList) Descriptor deprecated

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

Deprecated: Use PromotionPolicyList.ProtoReflect.Descriptor instead.

func (*PromotionPolicyList) GetItems

func (x *PromotionPolicyList) GetItems() []*PromotionPolicy

func (*PromotionPolicyList) GetMetadata

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

func (*PromotionPolicyList) ProtoMessage

func (*PromotionPolicyList) ProtoMessage()

func (*PromotionPolicyList) ProtoReflect

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

func (*PromotionPolicyList) Reset

func (x *PromotionPolicyList) Reset()

func (*PromotionPolicyList) String

func (x *PromotionPolicyList) 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"`
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*PromotionStatus) Descriptor deprecated

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

Deprecated: Use PromotionStatus.ProtoReflect.Descriptor instead.

func (*PromotionStatus) GetError

func (x *PromotionStatus) GetError() 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 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 SimpleFreight added in v0.2.0

type SimpleFreight 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"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use SimpleFreight.ProtoReflect.Descriptor instead.

func (*SimpleFreight) GetCharts added in v0.2.0

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

func (*SimpleFreight) GetCommits added in v0.2.0

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

func (*SimpleFreight) GetFirstSeen added in v0.2.0

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

func (*SimpleFreight) GetId added in v0.2.0

func (x *SimpleFreight) GetId() string

func (*SimpleFreight) GetImages added in v0.2.0

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

func (*SimpleFreight) ProtoMessage added in v0.2.0

func (*SimpleFreight) ProtoMessage()

func (*SimpleFreight) ProtoReflect added in v0.2.0

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

func (*SimpleFreight) Reset added in v0.2.0

func (x *SimpleFreight) Reset()

func (*SimpleFreight) String added in v0.2.0

func (x *SimpleFreight) 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"`
	// 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) 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   *SimpleFreight   `protobuf:"bytes,2,opt,name=current_freight,json=currentFreight,proto3,oneof" json:"current_freight,omitempty"`
	History          []*SimpleFreight `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"`
	// 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() *SimpleFreight

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() []*SimpleFreight

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 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