Documentation ¶ Index ¶ Variables type REST func NewREST(store registry.Store, oc client.Interface, kc kclientset.Interface, ...) *REST func (r *REST) Create(ctx apirequest.Context, obj runtime.Object) (runtime.Object, error) func (s *REST) New() runtime.Object Constants ¶ This section is empty. Variables ¶ View Source var Strategy = strategy{kapi.Scheme} Functions ¶ This section is empty. Types ¶ type REST ¶ type REST struct { // contains filtered or unexported fields } func NewREST ¶ func NewREST(store registry.Store, oc client.Interface, kc kclientset.Interface, decoder runtime.Decoder, admission admission.Interface) *REST func (*REST) Create ¶ func (r *REST) Create(ctx apirequest.Context, obj runtime.Object) (runtime.Object, error) Create instantiates a deployment config func (*REST) New ¶ func (s *REST) New() runtime.Object Source Files ¶ View all Source files rest.go strategy.go Click to show internal directories. Click to hide internal directories.