Documentation ¶
Index ¶
- func ContextLoaderFactory(s *Store, cmResolver engineapi.ConfigmapResolver) engineapi.ContextLoaderFactory
- type Context
- type Policy
- type Rule
- type Store
- func (s *Store) AllowApiCall(allow bool)
- func (s *Store) GetForeachElement() int
- func (s *Store) GetPolicy(policyName string) *Policy
- func (s *Store) GetPolicyRule(policyName string, ruleName string) *Rule
- func (s *Store) GetRegistryAccess() bool
- func (s *Store) GetRegistryClient() registryclient.Client
- func (s *Store) HasPolicies() bool
- func (s *Store) IsApiCallAllowed() bool
- func (s *Store) IsLocal() bool
- func (s *Store) SetForEachElement(element int)
- func (s *Store) SetLocal(m bool)
- func (s *Store) SetPolicies(p ...Policy)
- func (s *Store) SetRegistryAccess(access bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContextLoaderFactory ¶
func ContextLoaderFactory(s *Store, cmResolver engineapi.ConfigmapResolver) engineapi.ContextLoaderFactory
Types ¶
type Store ¶ added in v1.12.0
type Store struct {
// contains filtered or unexported fields
}
func (*Store) AllowApiCall ¶ added in v1.12.0
func (*Store) GetForeachElement ¶ added in v1.12.0
func (*Store) GetPolicyRule ¶ added in v1.12.0
func (*Store) GetRegistryAccess ¶ added in v1.12.0
func (*Store) GetRegistryClient ¶ added in v1.12.0
func (s *Store) GetRegistryClient() registryclient.Client
func (*Store) HasPolicies ¶ added in v1.12.0
func (*Store) IsApiCallAllowed ¶ added in v1.12.0
func (*Store) IsLocal ¶ added in v1.12.0
IsLocal returns 'true' if the CLI is in local (clusterless) execution
func (*Store) SetForEachElement ¶ added in v1.12.0
func (*Store) SetPolicies ¶ added in v1.12.0
func (*Store) SetRegistryAccess ¶ added in v1.12.0
Click to show internal directories.
Click to hide internal directories.