status

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StatusKey = "status"
)

Variables

View Source
var StatusSchema = &schema.Schema{
	Type:        schema.TypeList,
	Description: "status for helm release.",
	Computed:    true,
	Elem: &schema.Resource{
		Schema: map[string]*schema.Schema{
			phaseKey: {
				Type:        schema.TypeString,
				Description: "One-word reason for the condition's last transition.",
				Computed:    true,
			},
			generatedResourcesKey: generatedResourcesStatus,
		},
	},
}

Functions

Types

This section is empty.

Jump to

Keyboard shortcuts

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