Documentation ¶
Index ¶
- func RenderOpenAPISpec(cfg Config) (string, error)
- type Config
- type ResourceInfo
- type StandardStorage
- func (r *StandardStorage) Create(ctx apirequest.Context, obj runtime.Object, ...) (runtime.Object, error)
- func (r *StandardStorage) Delete(ctx apirequest.Context, name string, options *metav1.DeleteOptions) (runtime.Object, bool, error)
- func (r *StandardStorage) DeleteCollection(ctx apirequest.Context, options *metav1.DeleteOptions, ...) (runtime.Object, error)
- func (r *StandardStorage) Get(ctx apirequest.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
- func (r *StandardStorage) GroupVersionKind(containingGV schema.GroupVersion) schema.GroupVersionKind
- func (r *StandardStorage) List(ctx apirequest.Context, options *metainternalversion.ListOptions) (runtime.Object, error)
- func (r *StandardStorage) New() runtime.Object
- func (r *StandardStorage) NewList() runtime.Object
- func (r *StandardStorage) Update(ctx apirequest.Context, name string, objInfo rest.UpdatedObjectInfo, ...) (runtime.Object, bool, error)
- func (r *StandardStorage) Watch(ctx apirequest.Context, options *metainternalversion.ListOptions) (watch.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderOpenAPISpec ¶
Types ¶
type Config ¶
type Config struct { Registry *registered.APIRegistrationManager Scheme *runtime.Scheme Codecs serializer.CodecFactory Info spec.InfoProps OpenAPIDefinitions []common.GetOpenAPIDefinitions Resources []schema.GroupVersionResource }
func (*Config) GetOpenAPIDefinitions ¶
func (c *Config) GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition
type ResourceInfo ¶
type ResourceInfo struct {
// contains filtered or unexported fields
}
type StandardStorage ¶
type StandardStorage struct {
// contains filtered or unexported fields
}
func NewREST ¶
func NewREST(cfg ResourceInfo) *StandardStorage
func (*StandardStorage) Create ¶
func (r *StandardStorage) Create(ctx apirequest.Context, obj runtime.Object, createValidation rest.ValidateObjectFunc, includeUninitialized bool) (runtime.Object, error)
func (*StandardStorage) Delete ¶
func (r *StandardStorage) Delete(ctx apirequest.Context, name string, options *metav1.DeleteOptions) (runtime.Object, bool, error)
GracefulDeleter
func (*StandardStorage) DeleteCollection ¶
func (r *StandardStorage) DeleteCollection(ctx apirequest.Context, options *metav1.DeleteOptions, listOptions *metainternalversion.ListOptions) (runtime.Object, error)
CollectionDeleter
func (*StandardStorage) Get ¶
func (r *StandardStorage) Get(ctx apirequest.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
func (*StandardStorage) GroupVersionKind ¶
func (r *StandardStorage) GroupVersionKind(containingGV schema.GroupVersion) schema.GroupVersionKind
func (*StandardStorage) List ¶
func (r *StandardStorage) List(ctx apirequest.Context, options *metainternalversion.ListOptions) (runtime.Object, error)
func (*StandardStorage) Update ¶
func (r *StandardStorage) Update(ctx apirequest.Context, name string, objInfo rest.UpdatedObjectInfo, createValidation rest.ValidateObjectFunc, updateValidation rest.ValidateObjectUpdateFunc) (runtime.Object, bool, error)
CreaterUpdater
func (*StandardStorage) Watch ¶
func (r *StandardStorage) Watch(ctx apirequest.Context, options *metainternalversion.ListOptions) (watch.Interface, error)
Watcher
Click to show internal directories.
Click to hide internal directories.