Documentation
¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterTestTypeExpansion ¶
type ClusterTestTypeExpansion interface{}
type ClusterTestTypeInterface ¶
type ClusterTestTypeInterface interface {
Create(*v1.ClusterTestType) (*v1.ClusterTestType, error)
Update(*v1.ClusterTestType) (*v1.ClusterTestType, error)
UpdateStatus(*v1.ClusterTestType) (*v1.ClusterTestType, error)
Delete(name string, options *metav1.DeleteOptions) error
DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
Get(name string, options metav1.GetOptions) (*v1.ClusterTestType, error)
List(opts metav1.ListOptions) (*v1.ClusterTestTypeList, error)
Watch(opts metav1.ListOptions) (watch.Interface, error)
Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1.ClusterTestType, err error)
GetScale(clusterTestTypeName string, options metav1.GetOptions) (*autoscaling.Scale, error)
UpdateScale(clusterTestTypeName string, scale *autoscaling.Scale) (*autoscaling.Scale, error)
ClusterTestTypeExpansion
}
ClusterTestTypeInterface has methods to work with ClusterTestType resources.
type ClusterTestTypesGetter ¶
type ClusterTestTypesGetter interface {
ClusterTestTypes() ClusterTestTypeInterface
}
ClusterTestTypesGetter has a method to return a ClusterTestTypeInterface. A group's client should implement this interface.
type ExampleV1Client ¶
type ExampleV1Client struct {
// contains filtered or unexported fields
}
ExampleV1Client is used to interact with features provided by the example.crd.code-generator.k8s.io group.
func New ¶
func New(c rest.Interface) *ExampleV1Client
New creates a new ExampleV1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*ExampleV1Client, error)
NewForConfig creates a new ExampleV1Client for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *ExampleV1Client
NewForConfigOrDie creates a new ExampleV1Client for the given config and panics if there is an error in the config.
func (*ExampleV1Client) ClusterTestTypes ¶
func (c *ExampleV1Client) ClusterTestTypes() ClusterTestTypeInterface
func (*ExampleV1Client) RESTClient ¶
func (c *ExampleV1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*ExampleV1Client) TestTypes ¶
func (c *ExampleV1Client) TestTypes(namespace string) TestTypeInterface
type ExampleV1Interface ¶
type ExampleV1Interface interface {
RESTClient() rest.Interface
ClusterTestTypesGetter
TestTypesGetter
}
type TestTypeExpansion ¶
type TestTypeExpansion interface{}
type TestTypeInterface ¶
type TestTypeInterface interface {
Create(*v1.TestType) (*v1.TestType, error)
Update(*v1.TestType) (*v1.TestType, error)
UpdateStatus(*v1.TestType) (*v1.TestType, error)
Delete(name string, options *metav1.DeleteOptions) error
DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
Get(name string, options metav1.GetOptions) (*v1.TestType, error)
List(opts metav1.ListOptions) (*v1.TestTypeList, error)
Watch(opts metav1.ListOptions) (watch.Interface, error)
Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1.TestType, err error)
TestTypeExpansion
}
TestTypeInterface has methods to work with TestType resources.
type TestTypesGetter ¶
type TestTypesGetter interface {
TestTypes(namespace string) TestTypeInterface
}
TestTypesGetter has a method to return a TestTypeInterface. A group's client should implement this interface.