Documentation ¶
Overview ¶
Package organization provides services to deal with Organizations in the Giant Swarm Management API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Collection ¶
type Collection struct {
Items []Organization
}
Collection wraps a list of organizations.
func (*Collection) Object ¶
func (c *Collection) Object() runtime.Object
type GetOptions ¶
type GetOptions struct {
Name string
}
type Organization ¶
type Organization struct {
Organization *securityv1alpha1.Organization
}
Organization gives access to the actual Organization resource.
func (*Organization) Object ¶
func (k *Organization) Object() runtime.Object
Click to show internal directories.
Click to hide internal directories.