Documentation
¶
Index ¶
Constants ¶
View Source
const (
IntentOwnerKey = "intent.yndd.io/owner"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Intent ¶ added in v0.0.8
type Intent interface {
AddEntry(gvk, name string, o Object, r resource.Managed)
Apply(ctx context.Context) error
}
func New ¶ added in v0.0.8
func New(ii *IntentInfo) Intent
type IntentInfo ¶ added in v0.0.9
type Object ¶ added in v0.0.9
type Object interface {
List(ctx context.Context, opts []client.ListOption) (resource.ManagedList, error)
}
Click to show internal directories.
Click to hide internal directories.