Documentation ¶
Index ¶
- Constants
- type Client
- func (c *Client) CertificateRequests(namespace string) certificaterequest.Interface
- func (c *Client) Certificates(namespace string) certificate.Interface
- func (c *Client) CloudFrontInvalidations(namespace string) cloudfrontinvalidation.Interface
- func (c *Client) CloudFronts(namespace string) cloudfront.Interface
- type Interface
Constants ¶
View Source
const ( // Group which this clientset interacts with. Group = "aws.skpr.io" // Version which this clientset interacts with. Version = "v1beta1" // APIVersion which this clientset interacts with. APIVersion = "aws.skpr.io/v1beta1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for interacting with Operator objects.
func NewForConfig ¶
NewForConfig returns a client for interacting with AWS objects.
func (*Client) CertificateRequests ¶
func (c *Client) CertificateRequests(namespace string) certificaterequest.Interface
CertificateRequests within a namespace.
func (*Client) Certificates ¶
func (c *Client) Certificates(namespace string) certificate.Interface
Certificates within a namespace.
func (*Client) CloudFrontInvalidations ¶
func (c *Client) CloudFrontInvalidations(namespace string) cloudfrontinvalidation.Interface
CloudFrontInvalidations within a namespace.
func (*Client) CloudFronts ¶
func (c *Client) CloudFronts(namespace string) cloudfront.Interface
CloudFronts within a namespace.
type Interface ¶ added in v0.4.2
type Interface interface { Certificates(namespace string) certificate.Interface CertificateRequests(namespace string) certificaterequest.Interface CloudFronts(namespace string) cloudfront.Interface CloudFrontInvalidations(namespace string) cloudfrontinvalidation.Interface }
Interface for interacting with AWS subclients.
Click to show internal directories.
Click to hide internal directories.