Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Core ¶
type Core interface {
Policy() Policy
Endpoints() Endpoints
Revision() Revision
State() State
User() User
Version() Version
}
Core is the Core API client interface
type Policy ¶
type Policy interface {
Show(gen runtime.Generation) (*engine.PolicyData, error)
Apply([]runtime.Object) (*api.PolicyUpdateResult, error)
Delete([]runtime.Object) (*api.PolicyUpdateResult, error)
}
Policy is the interface for managing Policy
type Revision ¶
type Revision interface {
Show(gen runtime.Generation) (*engine.Revision, error)
ShowByPolicy(policyGen runtime.Generation) (*engine.Revision, error)
}
Revision is the interface for getting Revisions
Click to show internal directories.
Click to hide internal directories.