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 ¶
func FlattenStatusForClusterScope ¶
func FlattenStatusForClusterScope(status *pkgrepositoryclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceTanzupackageRepositoryStatus) (data interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.