type nodeStrategy …
var Strategy …
func (nodeStrategy) NamespaceScoped() bool { … }
func (nodeStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (nodeStrategy) AllowCreateOnUpdate() bool { … }
func (nodeStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (nodeStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func dropDisabledFields(node *api.Node, oldNode *api.Node) { … }
func nodeConfigSourceInUse(node *api.Node) bool { … }
func (nodeStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (nodeStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (nodeStrategy) Canonicalize(obj runtime.Object) { … }
func (nodeStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (nodeStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (nodeStrategy) AllowUnconditionalUpdate() bool { … }
type nodeStatusStrategy …
var StatusStrategy …
func (nodeStatusStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (nodeStatusStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func nodeStatusConfigInUse(node *api.Node) bool { … }
func (nodeStatusStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (nodeStatusStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (nodeStatusStrategy) Canonicalize(obj runtime.Object) { … }
type ResourceGetter …
func NodeToSelectableFields(node *api.Node) fields.Set { … }
func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error) { … }
func MatchNode(label labels.Selector, field fields.Selector) pkgstorage.SelectionPredicate { … }
func ResourceLocation(getter ResourceGetter, connection client.ConnectionInfoGetter, proxyTransport http.RoundTripper, ctx context.Context, id string) (*url.URL, http.RoundTripper, error) { … }
func isProxyableHostname(ctx context.Context, hostname string) error { … }
func fieldIsDeprecatedWarnings(obj runtime.Object) []string { … }
func supplementalGroupsPolicyInUse(node *api.Node) bool { … }