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