Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
NodepolicyprofilesResources = node_policy_api.NodepolicyprofilesResource
)
Functions ¶
This section is empty.
Types ¶
type Interface ¶
func NewInterface ¶
func (*Interface) GetProfile ¶
func (s *Interface) GetProfile(name string) (*node_policy_api.Profile, error)
func (*Interface) ResolveProfile ¶
func (s *Interface) ResolveProfile(namespace string, meta meta_api.ObjectMeta) (*node_policy_api.Profile, error)
type KeyValue ¶
type KeyValue = node_policy_api.KeyValue
type Profile ¶
type Profile = node_policy_api.Profile
type ProfileAdaptor ¶
type ProfileAdaptor struct {
*node_policy_api.Profile
}
func (ProfileAdaptor) GetName ¶
func (profile ProfileAdaptor) GetName() string
func (ProfileAdaptor) GetSelector ¶
func (profile ProfileAdaptor) GetSelector() meta_policy_api.ObjectSelector
type ProfileSupplier ¶
type ProfileSupplier struct {
Interface
}
func (ProfileSupplier) Get ¶
func (supplier ProfileSupplier) Get(name string) (k8s_spi.ProfileGetter, error)
func (ProfileSupplier) Key ¶
func (ProfileSupplier) Key() string
type Spec ¶
type Spec = node_policy_api.ProfileSpec
type Status ¶
type Status = node_policy_api.ProfileStatus
Click to show internal directories.
Click to hide internal directories.