Documentation ¶
Index ¶
- Constants
- type REST
- func (r *REST) ConvertToTable(ctx context.Context, obj runtime.Object, tableOptions runtime.Object) (*metav1.Table, error)
- func (r *REST) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
- func (r *REST) List(ctx context.Context, options *internalversion.ListOptions) (runtime.Object, error)
- func (r *REST) NamespaceScoped() bool
- func (r *REST) New() runtime.Object
- func (r *REST) NewList() runtime.Object
Constants ¶
View Source
const ControllerInfoResourceName = "antrea-controller"
Name of the AntreaControllerInfo resource.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type REST ¶
type REST struct {
// contains filtered or unexported fields
}
REST implements rest.Storage for ControllerInfo.
func NewREST ¶
func NewREST(querier querier.ControllerQuerier) *REST
NewREST returns a REST object that will work against API services.
func (*REST) ConvertToTable ¶
func (*REST) List ¶
func (r *REST) List(ctx context.Context, options *internalversion.ListOptions) (runtime.Object, error)
func (*REST) NamespaceScoped ¶
Click to show internal directories.
Click to hide internal directories.