Documentation
¶
Overview ¶
Package services provides implementation of Service resources for Kubernetes
Deprecated: Use the resources package instead.
Index ¶
- type Servicesdeprecated
- func (obj *Services) Apply(yaml string, namespace string) (k8sTypes.Service, error)deprecated
- func (obj *Services) Create(service k8sTypes.Service, namespace string, opts metav1.CreateOptions) (k8sTypes.Service, error)deprecated
- func (obj *Services) Delete(name, namespace string, opts metav1.DeleteOptions) errordeprecated
- func (obj *Services) Get(name, namespace string, opts metav1.GetOptions) (k8sTypes.Service, error)deprecated
- func (obj *Services) Kill(name, namespace string, opts metav1.DeleteOptions) errordeprecated
- func (obj *Services) List(namespace string) ([]k8sTypes.Service, error)deprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Services
deprecated
type Services struct {
// contains filtered or unexported fields
}
Services provides API for manipulating Service resources within a Kubernetes cluster
Deprecated: No longer used in favor of generic resources.
func New
deprecated
func New(ctx context.Context, client kubernetes.Interface, metaOptions metav1.ListOptions) *Services
New creates a new instance backed by the provided client
Deprecated: No longer used.
Click to show internal directories.
Click to hide internal directories.