Documentation ¶
Index ¶
- func AddApply(apiSchemas *types.APISchemas, schema *types.APISchema)
- func Register(ctx context.Context, apiSchemas *types.APISchemas, cg proxy.ClientGetter, ...)
- type Apply
- type ApplyInput
- type ApplyOutput
- type Cluster
- type Spec
- type Status
- type Store
- func (s *Store) ByID(apiOp *types.APIRequest, schema *types.APISchema, id string) (types.APIObject, error)
- func (s *Store) List(apiOp *types.APIRequest, schema *types.APISchema) (types.APIObjectList, error)
- func (s *Store) Watch(apiOp *types.APIRequest, schema *types.APISchema, w types.WatchRequest) (chan types.APIEvent, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(ctx context.Context, apiSchemas *types.APISchemas, cg proxy.ClientGetter, schemaFactory steveschema.Factory)
Types ¶
type ApplyInput ¶
type ApplyOutput ¶
type Status ¶
type Status struct { Conditions []genericcondition.GenericCondition `json:"conditions,omitempty"` Driver string `json:"driver,omitempty"` Provider string `json:"provider"` Version *version.Info `json:"version,omitempty"` }
Click to show internal directories.
Click to hide internal directories.