Documentation ¶
Index ¶
Constants ¶
View Source
const (
Name = "organization"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsSecretNotFound ¶ added in v0.10.0
IsSecretNotFound asserts secretNotFoundError.
Types ¶
type CompanydClient ¶ added in v0.9.0
type CompanydClient interface { CreateCompany(companyID string, fields companyclient.CompanyFields) error DeleteCompany(companyID string) error }
type Config ¶
type Config struct { K8sClient k8sclient.Interface Logger micrologger.Logger LegacyOrgClient CompanydClient LegacyCredentialClient CredentialdClient }
type CredentialdClient ¶ added in v0.9.0
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
func (*Resource) EnsureCreated ¶
func (*Resource) EnsureDeleted ¶
Click to show internal directories.
Click to hide internal directories.