v1alpha1

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

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 GatewayExpansion

type GatewayExpansion interface{}

type GatewayInterface

type GatewayInterface interface {
	Create(ctx context.Context, gateway *v1alpha1.Gateway, opts v1.CreateOptions) (*v1alpha1.Gateway, error)
	Update(ctx context.Context, gateway *v1alpha1.Gateway, opts v1.UpdateOptions) (*v1alpha1.Gateway, error)
	UpdateStatus(ctx context.Context, gateway *v1alpha1.Gateway, opts v1.UpdateOptions) (*v1alpha1.Gateway, 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.Gateway, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GatewayList, 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.Gateway, err error)
	GatewayExpansion
}

GatewayInterface has methods to work with Gateway resources.

type GatewayVLANAssociationExpansion

type GatewayVLANAssociationExpansion interface{}

type GatewayVLANAssociationInterface

type GatewayVLANAssociationInterface interface {
	Create(ctx context.Context, gatewayVLANAssociation *v1alpha1.GatewayVLANAssociation, opts v1.CreateOptions) (*v1alpha1.GatewayVLANAssociation, error)
	Update(ctx context.Context, gatewayVLANAssociation *v1alpha1.GatewayVLANAssociation, opts v1.UpdateOptions) (*v1alpha1.GatewayVLANAssociation, error)
	UpdateStatus(ctx context.Context, gatewayVLANAssociation *v1alpha1.GatewayVLANAssociation, opts v1.UpdateOptions) (*v1alpha1.GatewayVLANAssociation, 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.GatewayVLANAssociation, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GatewayVLANAssociationList, 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.GatewayVLANAssociation, err error)
	GatewayVLANAssociationExpansion
}

GatewayVLANAssociationInterface has methods to work with GatewayVLANAssociation resources.

type GatewayVLANAssociationsGetter

type GatewayVLANAssociationsGetter interface {
	GatewayVLANAssociations(namespace string) GatewayVLANAssociationInterface
}

GatewayVLANAssociationsGetter has a method to return a GatewayVLANAssociationInterface. A group's client should implement this interface.

type GatewaysGetter

type GatewaysGetter interface {
	Gateways(namespace string) GatewayInterface
}

GatewaysGetter has a method to return a GatewayInterface. A group's client should implement this interface.

type InterfaceSgAttachmentExpansion

type InterfaceSgAttachmentExpansion interface{}

type InterfaceSgAttachmentInterface

type InterfaceSgAttachmentInterface interface {
	Create(ctx context.Context, interfaceSgAttachment *v1alpha1.InterfaceSgAttachment, opts v1.CreateOptions) (*v1alpha1.InterfaceSgAttachment, error)
	Update(ctx context.Context, interfaceSgAttachment *v1alpha1.InterfaceSgAttachment, opts v1.UpdateOptions) (*v1alpha1.InterfaceSgAttachment, error)
	UpdateStatus(ctx context.Context, interfaceSgAttachment *v1alpha1.InterfaceSgAttachment, opts v1.UpdateOptions) (*v1alpha1.InterfaceSgAttachment, 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.InterfaceSgAttachment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.InterfaceSgAttachmentList, 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.InterfaceSgAttachment, err error)
	InterfaceSgAttachmentExpansion
}

InterfaceSgAttachmentInterface has methods to work with InterfaceSgAttachment resources.

type InterfaceSgAttachmentsGetter

type InterfaceSgAttachmentsGetter interface {
	InterfaceSgAttachments(namespace string) InterfaceSgAttachmentInterface
}

InterfaceSgAttachmentsGetter has a method to return a InterfaceSgAttachmentInterface. A group's client should implement this interface.

type NetworkV1alpha1Client

type NetworkV1alpha1Client struct {
	// contains filtered or unexported fields
}

NetworkV1alpha1Client is used to interact with features provided by the network.ibm.kubeform.com group.

func New

New creates a new NetworkV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*NetworkV1alpha1Client, error)

NewForConfig creates a new NetworkV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *NetworkV1alpha1Client

NewForConfigOrDie creates a new NetworkV1alpha1Client for the given config and panics if there is an error in the config.

func (*NetworkV1alpha1Client) GatewayVLANAssociations

func (c *NetworkV1alpha1Client) GatewayVLANAssociations(namespace string) GatewayVLANAssociationInterface

func (*NetworkV1alpha1Client) Gateways

func (c *NetworkV1alpha1Client) Gateways(namespace string) GatewayInterface

func (*NetworkV1alpha1Client) InterfaceSgAttachments

func (c *NetworkV1alpha1Client) InterfaceSgAttachments(namespace string) InterfaceSgAttachmentInterface

func (*NetworkV1alpha1Client) PublicIPs

func (c *NetworkV1alpha1Client) PublicIPs(namespace string) PublicIPInterface

func (*NetworkV1alpha1Client) RESTClient

func (c *NetworkV1alpha1Client) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*NetworkV1alpha1Client) VlanSpannings

func (c *NetworkV1alpha1Client) VlanSpannings(namespace string) VlanSpanningInterface

func (*NetworkV1alpha1Client) Vlans

func (c *NetworkV1alpha1Client) Vlans(namespace string) VlanInterface

type PublicIPExpansion

type PublicIPExpansion interface{}

type PublicIPInterface

type PublicIPInterface interface {
	Create(ctx context.Context, publicIP *v1alpha1.PublicIP, opts v1.CreateOptions) (*v1alpha1.PublicIP, error)
	Update(ctx context.Context, publicIP *v1alpha1.PublicIP, opts v1.UpdateOptions) (*v1alpha1.PublicIP, error)
	UpdateStatus(ctx context.Context, publicIP *v1alpha1.PublicIP, opts v1.UpdateOptions) (*v1alpha1.PublicIP, 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.PublicIP, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PublicIPList, 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.PublicIP, err error)
	PublicIPExpansion
}

PublicIPInterface has methods to work with PublicIP resources.

type PublicIPsGetter

type PublicIPsGetter interface {
	PublicIPs(namespace string) PublicIPInterface
}

PublicIPsGetter has a method to return a PublicIPInterface. A group's client should implement this interface.

type VlanExpansion

type VlanExpansion interface{}

type VlanInterface

type VlanInterface interface {
	Create(ctx context.Context, vlan *v1alpha1.Vlan, opts v1.CreateOptions) (*v1alpha1.Vlan, error)
	Update(ctx context.Context, vlan *v1alpha1.Vlan, opts v1.UpdateOptions) (*v1alpha1.Vlan, error)
	UpdateStatus(ctx context.Context, vlan *v1alpha1.Vlan, opts v1.UpdateOptions) (*v1alpha1.Vlan, 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.Vlan, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VlanList, 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.Vlan, err error)
	VlanExpansion
}

VlanInterface has methods to work with Vlan resources.

type VlanSpanningExpansion

type VlanSpanningExpansion interface{}

type VlanSpanningInterface

type VlanSpanningInterface interface {
	Create(ctx context.Context, vlanSpanning *v1alpha1.VlanSpanning, opts v1.CreateOptions) (*v1alpha1.VlanSpanning, error)
	Update(ctx context.Context, vlanSpanning *v1alpha1.VlanSpanning, opts v1.UpdateOptions) (*v1alpha1.VlanSpanning, error)
	UpdateStatus(ctx context.Context, vlanSpanning *v1alpha1.VlanSpanning, opts v1.UpdateOptions) (*v1alpha1.VlanSpanning, 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.VlanSpanning, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VlanSpanningList, 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.VlanSpanning, err error)
	VlanSpanningExpansion
}

VlanSpanningInterface has methods to work with VlanSpanning resources.

type VlanSpanningsGetter

type VlanSpanningsGetter interface {
	VlanSpannings(namespace string) VlanSpanningInterface
}

VlanSpanningsGetter has a method to return a VlanSpanningInterface. A group's client should implement this interface.

type VlansGetter

type VlansGetter interface {
	Vlans(namespace string) VlanInterface
}

VlansGetter has a method to return a VlanInterface. A group's client should implement this interface.

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL