Documentation ¶
Index ¶
Constants ¶
View Source
const Type = "oci.repository.prepare"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionResult ¶
type ActionResult = ActionResultV1
func Execute ¶
func Execute(hdlrs handlers.Registry, host, repo string, creds common.Properties) (*ActionResult, error)
func Result ¶
func Result(msg string) *ActionResult
type ActionResultV1 ¶
type ActionResultV1 struct {
api.CommonResult `json:",inline"`
}
type ActionSpec ¶
type ActionSpec = ActionSpecV1
func Spec ¶
func Spec(host string, repo string) *ActionSpec
type ActionSpecV1 ¶
type ActionSpecV1 struct { runtime.ObjectVersionedType Hostname string `json:"hostname"` Repository string `json:"repository"` }
func (*ActionSpecV1) GetConsumerAttributes ¶
func (s *ActionSpecV1) GetConsumerAttributes() common.Properties
func (*ActionSpecV1) Selector ¶
func (s *ActionSpecV1) Selector() api.Selector
Click to show internal directories.
Click to hide internal directories.