Documentation ¶
Index ¶
- type REST
- func (r *REST) Create(ctx context.Context, obj runtime.Object, _ rest.ValidateObjectFunc, ...) (runtime.Object, error)
- func (r *REST) Destroy()
- func (r *REST) GetSingularName() string
- func (r *REST) GroupVersionKind(containingGV schema.GroupVersion) schema.GroupVersionKind
- func (r *REST) NamespaceScoped() bool
- func (r *REST) New() runtime.Object
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type REST ¶
type REST struct {
// contains filtered or unexported fields
}
func (*REST) Destroy ¶ added in v1.10.0
func (r *REST) Destroy()
This resource type isn't actually persisted anywhere, it is only submitted to the DNS01 solver webhooks, so there's nothing to do to delete a resource/it doesn't make sense in this context. see: https://github.com/cert-manager/cert-manager/pull/5346#discussion_r959521656
func (*REST) GetSingularName ¶ added in v1.12.0
func (*REST) GroupVersionKind ¶
func (r *REST) GroupVersionKind(containingGV schema.GroupVersion) schema.GroupVersionKind
func (*REST) NamespaceScoped ¶
Click to show internal directories.
Click to hide internal directories.