Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JaegerExpansion ¶
type JaegerExpansion interface{}
type JaegerInterface ¶
type JaegerInterface interface { Create(*v1.Jaeger) (*v1.Jaeger, error) Update(*v1.Jaeger) (*v1.Jaeger, error) UpdateStatus(*v1.Jaeger) (*v1.Jaeger, error) Delete(name string, options *metav1.DeleteOptions) error DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error Get(name string, options metav1.GetOptions) (*v1.Jaeger, error) List(opts metav1.ListOptions) (*v1.JaegerList, error) Watch(opts metav1.ListOptions) (watch.Interface, error) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1.Jaeger, err error) HasJaeger(name string) bool JaegerExpansion }
JaegerInterface has methods to work with Jaeger resources.
type JaegersGetter ¶
type JaegersGetter interface {
Jaegers(namespace string) JaegerInterface
}
JaegersGetter has a method to return a JaegerInterface. A group's client should implement this interface.
type JaegertracingV1Client ¶
type JaegertracingV1Client struct {
// contains filtered or unexported fields
}
JaegertracingV1Client is used to interact with features provided by the jaegertracing.io group.
func New ¶
func New(c rest.Interface) *JaegertracingV1Client
New creates a new JaegertracingV1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*JaegertracingV1Client, error)
NewForConfig creates a new JaegertracingV1Client for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *JaegertracingV1Client
NewForConfigOrDie creates a new JaegertracingV1Client for the given config and panics if there is an error in the config.
func (*JaegertracingV1Client) Jaegers ¶
func (c *JaegertracingV1Client) Jaegers(namespace string) JaegerInterface
func (*JaegertracingV1Client) RESTClient ¶
func (c *JaegertracingV1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type JaegertracingV1Interface ¶
type JaegertracingV1Interface interface { RESTClient() rest.Interface JaegersGetter }
Click to show internal directories.
Click to hide internal directories.