Versions in this module Expand all Collapse all v0 v0.0.1 May 4, 2021 Changes in this version + var NodepolicyprofilesResources = node_policy_api.NodepolicyprofilesResource + type Interface struct + func NewInterface(mgr manager.Manager) (*Interface, error) + func (s *Interface) GetProfile(name string) (*node_policy_api.Profile, error) + func (s *Interface) ResolveProfile(meta meta_api.ObjectMeta) (*node_policy_api.Profile, error) + type KeyValue = node_policy_api.KeyValue + type Profile = node_policy_api.Profile + type ProfileAdaptor struct + func (profile ProfileAdaptor) GetName() string + func (profile ProfileAdaptor) GetSelector() meta_policy_api.ObjectSelector + type ProfileSupplier struct + func (ProfileSupplier) Key() string + func (supplier ProfileSupplier) Get(name string) (k8s_spi.ProfileGetter, error) + type Spec = node_policy_api.ProfileSpec + type Status = node_policy_api.ProfileStatus