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 CertificateSigningRequestClusterExpansion ¶
type CertificateSigningRequestClusterExpansion interface{}
type CertificateSigningRequestClusterInterface ¶
type CertificateSigningRequestClusterInterface interface {
Cluster(logicalcluster.Path) certificatesv1.CertificateSigningRequestInterface
List(ctx context.Context, opts metav1.ListOptions) (*apicertificatesv1.CertificateSigningRequestList, error)
Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
CertificateSigningRequestClusterExpansion
}
CertificateSigningRequestClusterInterface can operate on CertificateSigningRequests across all clusters, or scope down to one cluster and return a certificatesv1.CertificateSigningRequestInterface.
type CertificateSigningRequestsClusterGetter ¶
type CertificateSigningRequestsClusterGetter interface {
CertificateSigningRequests() CertificateSigningRequestClusterInterface
}
CertificateSigningRequestsClusterGetter has a method to return a CertificateSigningRequestClusterInterface. A group's cluster client should implement this interface.
type CertificatesV1ClusterClient ¶
type CertificatesV1ClusterClient struct {
// contains filtered or unexported fields
}
CertificatesV1ClusterClient is used to interact with features provided by the certificates.k8s.io group.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*CertificatesV1ClusterClient, error)
NewForConfig creates a new CertificatesV1ClusterClient for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).
func NewForConfigAndClient ¶
NewForConfigAndClient creates a new CertificatesV1ClusterClient for the given config and http client. Note the http client provided takes precedence over the configured transport values.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *CertificatesV1ClusterClient
NewForConfigOrDie creates a new CertificatesV1ClusterClient for the given config and panics if there is an error in the config.
func (*CertificatesV1ClusterClient) CertificateSigningRequests ¶
func (c *CertificatesV1ClusterClient) CertificateSigningRequests() CertificateSigningRequestClusterInterface
func (*CertificatesV1ClusterClient) Cluster ¶
func (c *CertificatesV1ClusterClient) Cluster(clusterPath logicalcluster.Path) certificatesv1.CertificatesV1Interface
type CertificatesV1ClusterInterface ¶
type CertificatesV1ClusterInterface interface {
CertificatesV1ClusterScoper
CertificateSigningRequestsClusterGetter
}
type CertificatesV1ClusterScoper ¶
type CertificatesV1ClusterScoper interface {
Cluster(logicalcluster.Path) certificatesv1.CertificatesV1Interface
}