Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Policy ¶
type Policy struct {
// Name identifying the Policy instance.
Name string
// Spec represents the attributes of the policy.
Spec PolicySpec
}
Policy is an opaque object, to be processed by the Policy Engine.
type PolicySpec ¶
type PolicySpec struct {
// Blob of the policy (opaque bytes).
Blob []byte
}
PolicySpec contains all the policy attributes.
Click to show internal directories.
Click to hide internal directories.