types

package
v1.109.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PreflightError added in v1.89.0

type PreflightError struct {
	IsRBAC bool   `json:"isRbac"`
	Error  string `json:"error"`
}

type PreflightResult

type PreflightResult struct {
	Result                     string     `json:"result"`
	CreatedAt                  *time.Time `json:"createdAt"`
	AppSlug                    string     `json:"appSlug"`
	ClusterSlug                string     `json:"clusterSlug"`
	Skipped                    bool       `json:"skipped"`
	HasFailingStrictPreflights bool       `json:"hasFailingStrictPreflights"`
}

type PreflightResults added in v1.89.0

type PreflightResults struct {
	Results []*preflight.UploadPreflightResult `json:"results,omitempty"`
	Errors  []*PreflightError                  `json:"errors,omitempty"`
}

Jump to

Keyboard shortcuts

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