Documentation ¶
Index ¶
- type Client
- func (c *Client) Create(cloudFront *awsv1beta1.CloudFront) (*awsv1beta1.CloudFront, error)
- func (c *Client) Delete(name string, options *metav1.DeleteOptions) error
- func (c *Client) Exists(name string, opts metav1.GetOptions) (bool, error)
- func (c *Client) Get(name string, opts metav1.GetOptions) (*awsv1beta1.CloudFront, error)
- func (c *Client) List(opts metav1.ListOptions) (*awsv1beta1.CloudFrontList, error)
- func (c *Client) Update(cloudFront *awsv1beta1.CloudFront) (*awsv1beta1.CloudFront, error)
- func (c *Client) Watch(opts metav1.ListOptions) (watch.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Namespace string Objects []*awsv1beta1.CloudFront }
Client for mocking CloudFront client.
func (*Client) Create ¶
func (c *Client) Create(cloudFront *awsv1beta1.CloudFront) (*awsv1beta1.CloudFront, error)
Create a CloudFront.
func (*Client) Delete ¶
func (c *Client) Delete(name string, options *metav1.DeleteOptions) error
Delete a CloudFront.
func (*Client) Get ¶
func (c *Client) Get(name string, opts metav1.GetOptions) (*awsv1beta1.CloudFront, error)
Get a CloudFront.
func (*Client) List ¶
func (c *Client) List(opts metav1.ListOptions) (*awsv1beta1.CloudFrontList, error)
List a CloudFront.
func (*Client) Update ¶
func (c *Client) Update(cloudFront *awsv1beta1.CloudFront) (*awsv1beta1.CloudFront, error)
Update a CloudFront.
Click to show internal directories.
Click to hide internal directories.