Documentation
¶
Index ¶
Constants ¶
View Source
const ( StatusTenantReferenceField = ".status.tenant" BridgeSourceTenantReferenceField = ".spec.sourceTenant" BridgeTargetTenantReferenceField = ".spec.targetTenant" TenantNameField = ".metadata.name" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceList ¶
type ResourceList interface {
client.ObjectList
GetItems() []ResourceOwnedByTenant
}
ResourceList is an interface for Kubernetes list types
type ResourceOwnedByTenant ¶
type ResourceOwnedByTenant interface {
client.Object
GetTenant() string
SetTenant(tenant string)
GetState() state.State
SetState(state state.State)
GetProblems() []string
SetProblems(problems []string)
}
ResourceOwnedByTenant is an interface that must be implemented by resources that can be owned by a tenant
Click to show internal directories.
Click to hide internal directories.