type REST …
func NewREST(scheme *runtime.Scheme, optsGetter generic.RESTOptionsGetter) *REST { … }
var _ …
func (c *REST) Categories() []string { … }
var swaggerMetadataDescriptions …
func (c *REST) ConvertToTable(ctx context.Context, obj runtime.Object, tableOptions runtime.Object) (*metav1.Table, error) { … }
func getCondition(conditions []apiregistration.APIServiceCondition, conditionType apiregistration.APIServiceConditionType) *apiregistration.APIServiceCondition { … }
func NewStatusREST(scheme *runtime.Scheme, rest *REST) *StatusREST { … }
type StatusREST …
var _ …
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 { … }