Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Label ¶
type Label struct {
types.Meta
ID string `json:"id"`
CreatedAt time.Time `json:"created_at"`
Key string `json:"key"`
UpdatedAt time.Time `json:"updated_at"`
Value string `json:"value"`
Internal bool `json:"internal"`
HREF string `json:"href"`
Type string `json:"type"`
AccountID string `json:"account_id,omitempty"`
SubscriptionID string `json:"subscription_id,omitempty"`
OrganizationID string `json:"organization_id,omitempty"`
ManagedBy string `json:"managed_by,omitempty"`
}
type LabelsList ¶
type LabelsList []Label
func PresentLabels ¶
func PresentLabels(labels []*v1.Label) LabelsList
Click to show internal directories.
Click to hide internal directories.