type PodStorage …
type REST …
func NewStorage(optsGetter generic.RESTOptionsGetter, k client.ConnectionInfoGetter, proxyTransport http.RoundTripper, podDisruptionBudgetClient policyclient.PodDisruptionBudgetsGetter) (PodStorage, error) { … }
var _ …
func (r *REST) ResourceLocation(ctx context.Context, name string) (*url.URL, http.RoundTripper, error) { … }
var _ …
func (r *REST) ShortNames() []string { … }
var _ …
func (r *REST) Categories() []string { … }
type BindingREST …
func (r *BindingREST) NamespaceScoped() bool { … }
func (r *BindingREST) New() runtime.Object { … }
func (r *BindingREST) Destroy() { … }
var _ …
var _ …
func (r *BindingREST) Create(ctx context.Context, name string, obj runtime.Object, createValidation rest.ValidateObjectFunc, options *metav1.CreateOptions) (out runtime.Object, err error) { … }
func (r *BindingREST) PreserveRequestObjectMetaSystemFieldsOnSubresourceCreate() bool { … }
func (r *BindingREST) setPodHostAndAnnotations(ctx context.Context, podUID types.UID, podResourceVersion, podID, machine string, annotations map[string]string, dryRun bool) (finalPod *api.Pod, err error) { … }
func (r *BindingREST) assignPod(ctx context.Context, podUID types.UID, podResourceVersion, podID string, machine string, annotations map[string]string, dryRun bool) (err error) { … }
var _ …
type LegacyBindingREST …
func (r *LegacyBindingREST) NamespaceScoped() bool { … }
func (r *LegacyBindingREST) New() runtime.Object { … }
func (r *LegacyBindingREST) Destroy() { … }
func (r *LegacyBindingREST) Create(ctx context.Context, obj runtime.Object, createValidation rest.ValidateObjectFunc, options *metav1.CreateOptions) (out runtime.Object, err error) { … }
func (r *LegacyBindingREST) GetSingularName() string { … }
type StatusREST …
func (r *StatusREST) New() runtime.Object { … }
func (r *StatusREST) Destroy() { … }
func (r *StatusREST) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error) { … }
func (r *StatusREST) Update(ctx context.Context, name string, objInfo rest.UpdatedObjectInfo, createValidation rest.ValidateObjectFunc, updateValidation rest.ValidateObjectUpdateFunc, forceAllowCreate bool, options *metav1.UpdateOptions) (runtime.Object, bool, error) { … }
func (r *StatusREST) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (r *StatusREST) ConvertToTable(ctx context.Context, object runtime.Object, tableOptions runtime.Object) (*metav1.Table, error) { … }
type EphemeralContainersREST …
var _ …
func (r *EphemeralContainersREST) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error) { … }
func (r *EphemeralContainersREST) New() runtime.Object { … }
func (r *EphemeralContainersREST) Destroy() { … }
func (r *EphemeralContainersREST) Update(ctx context.Context, name string, objInfo rest.UpdatedObjectInfo, createValidation rest.ValidateObjectFunc, updateValidation rest.ValidateObjectUpdateFunc, forceAllowCreate bool, options *metav1.UpdateOptions) (runtime.Object, bool, error) { … }