Documentation ¶
Index ¶
Constants ¶
View Source
const (
PluginName = "tenancy.kcp.io/WorkspaceTypeExists"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TransitiveTypeResolver ¶
type TransitiveTypeResolver interface {
Resolve(t *tenancyv1alpha1.WorkspaceType) ([]*tenancyv1alpha1.WorkspaceType, error)
}
TODO: Move this out of admission to some shared location.
func NewTransitiveTypeResolver ¶
func NewTransitiveTypeResolver(getter func(cluster logicalcluster.Path, name string) (*tenancyv1alpha1.WorkspaceType, error)) TransitiveTypeResolver
Click to show internal directories.
Click to hide internal directories.