status

package
v1.4.6-rc1 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2024 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StatusKey = "state"
)

Variables

View Source
var StatusSchema = &schema.Schema{
	Type:        schema.TypeList,
	Description: "status for package repository.",
	Computed:    true,
	Elem: &schema.Resource{
		Schema: map[string]*schema.Schema{
			packageRepositoryPhaseKey: {
				Type:        schema.TypeString,
				Computed:    true,
				Description: "One-word reason for the condition's last transition.",
			},
			subscribedKey: {
				Type:        schema.TypeBool,
				Computed:    true,
				Description: "If true, the Package Repository has been subscribed by user organization.",
			},
			disabledKey: {
				Type:        schema.TypeBool,
				Computed:    true,
				Description: "If true, the Package Repository is disabled.",
			},
			managedKey: {
				Type:        schema.TypeBool,
				Computed:    true,
				Description: "If true, the Package Repository is managed by TMC.",
			},
		},
	},
}

Functions

Types

This section is empty.

Jump to

Keyboard shortcuts

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