Documentation
¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
- type CertificateExpansion
- type CertificateInterface
- type CertificateRequestExpansion
- type CertificateRequestInterface
- type CertificateRequestsGetter
- type CertificatesGetter
- type CertmanagerV1alpha2Client
- func (c *CertmanagerV1alpha2Client) CertificateRequests(namespace string) CertificateRequestInterface
- func (c *CertmanagerV1alpha2Client) Certificates(namespace string) CertificateInterface
- func (c *CertmanagerV1alpha2Client) ClusterIssuers() ClusterIssuerInterface
- func (c *CertmanagerV1alpha2Client) Issuers(namespace string) IssuerInterface
- func (c *CertmanagerV1alpha2Client) RESTClient() rest.Interface
- type CertmanagerV1alpha2Interface
- type ClusterIssuerExpansion
- type ClusterIssuerInterface
- type ClusterIssuersGetter
- type IssuerExpansion
- type IssuerInterface
- type IssuersGetter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateExpansion ¶
type CertificateExpansion interface{}
type CertificateInterface ¶
type CertificateInterface interface {
Create(*v1alpha2.Certificate) (*v1alpha2.Certificate, error)
Update(*v1alpha2.Certificate) (*v1alpha2.Certificate, error)
UpdateStatus(*v1alpha2.Certificate) (*v1alpha2.Certificate, error)
Delete(name string, options *v1.DeleteOptions) error
DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
Get(name string, options v1.GetOptions) (*v1alpha2.Certificate, error)
List(opts v1.ListOptions) (*v1alpha2.CertificateList, error)
Watch(opts v1.ListOptions) (watch.Interface, error)
Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha2.Certificate, err error)
CertificateExpansion
}
CertificateInterface has methods to work with Certificate resources.
type CertificateRequestExpansion ¶
type CertificateRequestExpansion interface{}
type CertificateRequestInterface ¶
type CertificateRequestInterface interface {
Create(*v1alpha2.CertificateRequest) (*v1alpha2.CertificateRequest, error)
Update(*v1alpha2.CertificateRequest) (*v1alpha2.CertificateRequest, error)
UpdateStatus(*v1alpha2.CertificateRequest) (*v1alpha2.CertificateRequest, error)
Delete(name string, options *v1.DeleteOptions) error
DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
Get(name string, options v1.GetOptions) (*v1alpha2.CertificateRequest, error)
List(opts v1.ListOptions) (*v1alpha2.CertificateRequestList, error)
Watch(opts v1.ListOptions) (watch.Interface, error)
Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha2.CertificateRequest, err error)
CertificateRequestExpansion
}
CertificateRequestInterface has methods to work with CertificateRequest resources.
type CertificateRequestsGetter ¶
type CertificateRequestsGetter interface {
CertificateRequests(namespace string) CertificateRequestInterface
}
CertificateRequestsGetter has a method to return a CertificateRequestInterface. A group's client should implement this interface.
type CertificatesGetter ¶
type CertificatesGetter interface {
Certificates(namespace string) CertificateInterface
}
CertificatesGetter has a method to return a CertificateInterface. A group's client should implement this interface.
type CertmanagerV1alpha2Client ¶
type CertmanagerV1alpha2Client struct {
// contains filtered or unexported fields
}
CertmanagerV1alpha2Client is used to interact with features provided by the cert-manager.io group.
func New ¶
func New(c rest.Interface) *CertmanagerV1alpha2Client
New creates a new CertmanagerV1alpha2Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*CertmanagerV1alpha2Client, error)
NewForConfig creates a new CertmanagerV1alpha2Client for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *CertmanagerV1alpha2Client
NewForConfigOrDie creates a new CertmanagerV1alpha2Client for the given config and panics if there is an error in the config.
func (*CertmanagerV1alpha2Client) CertificateRequests ¶
func (c *CertmanagerV1alpha2Client) CertificateRequests(namespace string) CertificateRequestInterface
func (*CertmanagerV1alpha2Client) Certificates ¶
func (c *CertmanagerV1alpha2Client) Certificates(namespace string) CertificateInterface
func (*CertmanagerV1alpha2Client) ClusterIssuers ¶
func (c *CertmanagerV1alpha2Client) ClusterIssuers() ClusterIssuerInterface
func (*CertmanagerV1alpha2Client) Issuers ¶
func (c *CertmanagerV1alpha2Client) Issuers(namespace string) IssuerInterface
func (*CertmanagerV1alpha2Client) RESTClient ¶
func (c *CertmanagerV1alpha2Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type CertmanagerV1alpha2Interface ¶
type CertmanagerV1alpha2Interface interface {
RESTClient() rest.Interface
CertificatesGetter
CertificateRequestsGetter
ClusterIssuersGetter
IssuersGetter
}
type ClusterIssuerExpansion ¶
type ClusterIssuerExpansion interface{}
type ClusterIssuerInterface ¶
type ClusterIssuerInterface interface {
Create(*v1alpha2.ClusterIssuer) (*v1alpha2.ClusterIssuer, error)
Update(*v1alpha2.ClusterIssuer) (*v1alpha2.ClusterIssuer, error)
UpdateStatus(*v1alpha2.ClusterIssuer) (*v1alpha2.ClusterIssuer, error)
Delete(name string, options *v1.DeleteOptions) error
DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
Get(name string, options v1.GetOptions) (*v1alpha2.ClusterIssuer, error)
List(opts v1.ListOptions) (*v1alpha2.ClusterIssuerList, error)
Watch(opts v1.ListOptions) (watch.Interface, error)
Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha2.ClusterIssuer, err error)
ClusterIssuerExpansion
}
ClusterIssuerInterface has methods to work with ClusterIssuer resources.
type ClusterIssuersGetter ¶
type ClusterIssuersGetter interface {
ClusterIssuers() ClusterIssuerInterface
}
ClusterIssuersGetter has a method to return a ClusterIssuerInterface. A group's client should implement this interface.
type IssuerExpansion ¶
type IssuerExpansion interface{}
type IssuerInterface ¶
type IssuerInterface interface {
Create(*v1alpha2.Issuer) (*v1alpha2.Issuer, error)
Update(*v1alpha2.Issuer) (*v1alpha2.Issuer, error)
UpdateStatus(*v1alpha2.Issuer) (*v1alpha2.Issuer, error)
Delete(name string, options *v1.DeleteOptions) error
DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
Get(name string, options v1.GetOptions) (*v1alpha2.Issuer, error)
List(opts v1.ListOptions) (*v1alpha2.IssuerList, error)
Watch(opts v1.ListOptions) (watch.Interface, error)
Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha2.Issuer, err error)
IssuerExpansion
}
IssuerInterface has methods to work with Issuer resources.
type IssuersGetter ¶
type IssuersGetter interface {
Issuers(namespace string) IssuerInterface
}
IssuersGetter has a method to return a IssuerInterface. A group's client should implement this interface.