Documentation ¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
- type CertificateExpansion
- type CertificateInterface
- type CertificatesGetter
- type ClusterDomainClaimExpansion
- type ClusterDomainClaimInterface
- type ClusterDomainClaimsGetter
- type IngressExpansion
- type IngressInterface
- type IngressesGetter
- type NetworkingV1alpha1Client
- func (c *NetworkingV1alpha1Client) Certificates(namespace string) CertificateInterface
- func (c *NetworkingV1alpha1Client) ClusterDomainClaims() ClusterDomainClaimInterface
- func (c *NetworkingV1alpha1Client) Ingresses(namespace string) IngressInterface
- func (c *NetworkingV1alpha1Client) RESTClient() rest.Interface
- func (c *NetworkingV1alpha1Client) ServerlessServices(namespace string) ServerlessServiceInterface
- type NetworkingV1alpha1Interface
- type ServerlessServiceExpansion
- type ServerlessServiceInterface
- type ServerlessServicesGetter
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(ctx context.Context, certificate *v1alpha1.Certificate, opts v1.CreateOptions) (*v1alpha1.Certificate, error) Update(ctx context.Context, certificate *v1alpha1.Certificate, opts v1.UpdateOptions) (*v1alpha1.Certificate, error) UpdateStatus(ctx context.Context, certificate *v1alpha1.Certificate, opts v1.UpdateOptions) (*v1alpha1.Certificate, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Certificate, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CertificateList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Certificate, err error) CertificateExpansion }
CertificateInterface has methods to work with Certificate resources.
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 ClusterDomainClaimExpansion ¶
type ClusterDomainClaimExpansion interface{}
type ClusterDomainClaimInterface ¶
type ClusterDomainClaimInterface interface { Create(ctx context.Context, clusterDomainClaim *v1alpha1.ClusterDomainClaim, opts v1.CreateOptions) (*v1alpha1.ClusterDomainClaim, error) Update(ctx context.Context, clusterDomainClaim *v1alpha1.ClusterDomainClaim, opts v1.UpdateOptions) (*v1alpha1.ClusterDomainClaim, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ClusterDomainClaim, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ClusterDomainClaimList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ClusterDomainClaim, err error) ClusterDomainClaimExpansion }
ClusterDomainClaimInterface has methods to work with ClusterDomainClaim resources.
type ClusterDomainClaimsGetter ¶
type ClusterDomainClaimsGetter interface {
ClusterDomainClaims() ClusterDomainClaimInterface
}
ClusterDomainClaimsGetter has a method to return a ClusterDomainClaimInterface. A group's client should implement this interface.
type IngressExpansion ¶
type IngressExpansion interface{}
type IngressInterface ¶
type IngressInterface interface { Create(ctx context.Context, ingress *v1alpha1.Ingress, opts v1.CreateOptions) (*v1alpha1.Ingress, error) Update(ctx context.Context, ingress *v1alpha1.Ingress, opts v1.UpdateOptions) (*v1alpha1.Ingress, error) UpdateStatus(ctx context.Context, ingress *v1alpha1.Ingress, opts v1.UpdateOptions) (*v1alpha1.Ingress, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Ingress, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.IngressList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Ingress, err error) IngressExpansion }
IngressInterface has methods to work with Ingress resources.
type IngressesGetter ¶
type IngressesGetter interface {
Ingresses(namespace string) IngressInterface
}
IngressesGetter has a method to return a IngressInterface. A group's client should implement this interface.
type NetworkingV1alpha1Client ¶
type NetworkingV1alpha1Client struct {
// contains filtered or unexported fields
}
NetworkingV1alpha1Client is used to interact with features provided by the networking.internal.knative.dev group.
func New ¶
func New(c rest.Interface) *NetworkingV1alpha1Client
New creates a new NetworkingV1alpha1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*NetworkingV1alpha1Client, error)
NewForConfig creates a new NetworkingV1alpha1Client 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 NetworkingV1alpha1Client 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) *NetworkingV1alpha1Client
NewForConfigOrDie creates a new NetworkingV1alpha1Client for the given config and panics if there is an error in the config.
func (*NetworkingV1alpha1Client) Certificates ¶
func (c *NetworkingV1alpha1Client) Certificates(namespace string) CertificateInterface
func (*NetworkingV1alpha1Client) ClusterDomainClaims ¶
func (c *NetworkingV1alpha1Client) ClusterDomainClaims() ClusterDomainClaimInterface
func (*NetworkingV1alpha1Client) Ingresses ¶
func (c *NetworkingV1alpha1Client) Ingresses(namespace string) IngressInterface
func (*NetworkingV1alpha1Client) RESTClient ¶
func (c *NetworkingV1alpha1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*NetworkingV1alpha1Client) ServerlessServices ¶
func (c *NetworkingV1alpha1Client) ServerlessServices(namespace string) ServerlessServiceInterface
type NetworkingV1alpha1Interface ¶
type NetworkingV1alpha1Interface interface { RESTClient() rest.Interface CertificatesGetter ClusterDomainClaimsGetter IngressesGetter ServerlessServicesGetter }
type ServerlessServiceExpansion ¶
type ServerlessServiceExpansion interface{}
type ServerlessServiceInterface ¶
type ServerlessServiceInterface interface { Create(ctx context.Context, serverlessService *v1alpha1.ServerlessService, opts v1.CreateOptions) (*v1alpha1.ServerlessService, error) Update(ctx context.Context, serverlessService *v1alpha1.ServerlessService, opts v1.UpdateOptions) (*v1alpha1.ServerlessService, error) UpdateStatus(ctx context.Context, serverlessService *v1alpha1.ServerlessService, opts v1.UpdateOptions) (*v1alpha1.ServerlessService, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ServerlessService, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ServerlessServiceList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ServerlessService, err error) ServerlessServiceExpansion }
ServerlessServiceInterface has methods to work with ServerlessService resources.
type ServerlessServicesGetter ¶
type ServerlessServicesGetter interface {
ServerlessServices(namespace string) ServerlessServiceInterface
}
ServerlessServicesGetter has a method to return a ServerlessServiceInterface. A group's client should implement this interface.