Documentation ¶
Index ¶
- Variables
- func ExecLocation(ctx context.Context, getter ResourceGetter, ...) (*url.URL, http.RoundTripper, error)
- func FleetRefNameIndexFunc(obj any) ([]string, error)
- func FleetRefNameTriggerFunc(obj runtime.Object) string
- func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error)
- func Indexers() *cache.Indexers
- func MatchInstance(label labels.Selector, field fields.Selector) apisrvstorage.SelectionPredicate
- func SelectableFields(instance *core.Instance) fields.Set
- type ResourceGetter
Constants ¶
This section is empty.
Variables ¶
View Source
var StatusStrategy = instanceStatusStrategy{Strategy}
View Source
var Strategy = instanceStrategy{api.Scheme, names.SimpleNameGenerator}
Functions ¶
func ExecLocation ¶
func ExecLocation( ctx context.Context, getter ResourceGetter, connInfo client.ConnectionInfoGetter, name string, opts *core.InstanceExecOptions, ) (*url.URL, http.RoundTripper, error)
func FleetRefNameIndexFunc ¶
func FleetRefNameTriggerFunc ¶
func MatchInstance ¶
func MatchInstance(label labels.Selector, field fields.Selector) apisrvstorage.SelectionPredicate
Types ¶
type ResourceGetter ¶
Click to show internal directories.
Click to hide internal directories.