Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource interface { ResourceID() flux.ResourceID // name, to correlate with what's in the cluster Policy() policy.Set // policy for this resource; e.g., whether it is locked, automated, ignored Source() string // where did this come from (informational) Bytes() []byte // the definition, for sending to cluster.Sync }
For the minute we just care about
Click to show internal directories.
Click to hide internal directories.