package
0.33.4
Repository: https://github.com/appuio/control-api.git
Documentation: pkg.go.dev

# Functions

NewOrganizationFromNS returns an Organization based on the given namespace If the namespace does not represent an organization it will return nil.

# Constants

No description provided by the author
No description provided by the author
SaleOrderCreated is set when the Sale Order has been created.
SaleOrderNameUpdated is set when the Sale Order's name has been added to the Status.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
BillingEntityNameKey is the annotation key that stores the billing entity name.
BillingEntityRefKey is the annotation key that stores the billing entity reference.
DisplayNameKey is the annotation key that stores the display name.
GroupVersion is group version used to register these objects.
OrgType is the label value to identify organization namespaces.
SalesOrderIdKey is the annotation key that stores the sale order ID.
SalesOrderNameKey is the annotation key that stores the sale order name.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
StatusConditionsKey is the annotation key that stores the serialized status conditions.
TypeKey is the label key to identify organization namespaces.

# Structs

Organization is a representation of an APPUiO Cloud Organization.
OrganizationList contains a list of Organizations.
OrganizationSpec defines the desired state of the Organization.
No description provided by the author