types

package
v1.50.0-beta.0 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2021 License: Apache-2.0 Imports: 3 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Downstream

type Downstream struct {
	ClusterID        string `json:"id"`
	ClusterSlug      string `json:"slug"`
	Name             string `json:"name"`
	CurrentSequence  int64  `json:"currentSequence"`
	SnapshotSchedule string `json:"snapshotSchedule,omitempty"`
	SnapshotTTL      string `json:"snapshotTtl,omitempty"`
}

type DownstreamOutput

type DownstreamOutput struct {
	DryrunStdout string `json:"dryrunStdout"`
	DryrunStderr string `json:"dryrunStderr"`
	ApplyStdout  string `json:"applyStdout"`
	ApplyStderr  string `json:"applyStderr"`
	HelmStdout   string `json:"helmStdout"`
	HelmStderr   string `json:"helmStderr"`
	RenderError  string `json:"renderError"`
}

type DownstreamVersion

type DownstreamVersion struct {
	VersionLabel             string                             `json:"versionLabel"`
	Status                   storetypes.DownstreamVersionStatus `json:"status"`
	CreatedOn                *time.Time                         `json:"createdOn"`
	ParentSequence           int64                              `json:"parentSequence"`
	Sequence                 int64                              `json:"sequence"`
	ReleaseNotes             string                             `json:"releaseNotes"`
	DeployedAt               *time.Time                         `json:"deployedAt"`
	Source                   string                             `json:"source"`
	PreflightResult          string                             `json:"preflightResult,omitempty"`
	PreflightResultCreatedAt *time.Time                         `json:"preflightResultCreatedAt,omitempty"`
	PreflightSkipped         bool                               `json:"preflightSkipped"`
	DiffSummary              string                             `json:"diffSummary,omitempty"`
	DiffSummaryError         string                             `json:"diffSummaryError,omitempty"`
	CommitURL                string                             `json:"commitUrl,omitempty"`
	GitDeployable            bool                               `json:"gitDeployable,omitempty"`
	UpstreamReleasedAt       *time.Time                         `json:"upstreamReleasedAt,omitempty"`
	YamlErrors               []v1beta1.InstallationYAMLError    `json:"yamlErrors,omitempty"`
}

Jump to

Keyboard shortcuts

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