v1beta1

package
v3.6.2 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthClient

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

func (*AuthClient) Create

func (c *AuthClient) Create(ctx context.Context, Auth *v1beta1.Auth) (*v1beta1.Auth, error)

func (*AuthClient) Delete

func (c *AuthClient) Delete(ctx context.Context, name string) error

func (*AuthClient) Get

func (c *AuthClient) Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1beta1.Auth, error)

func (*AuthClient) List

func (*AuthClient) Update

func (c *AuthClient) Update(ctx context.Context, o *v1beta1.Auth) (*v1beta1.Auth, error)

func (*AuthClient) Watch

type AuthInterface

type AuthInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*v1beta1.AuthList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*v1beta1.Auth, error)
	Create(ctx context.Context, Auth *v1beta1.Auth) (*v1beta1.Auth, error)
	Update(ctx context.Context, Auth *v1beta1.Auth) (*v1beta1.Auth, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Delete(ctx context.Context, name string) error
}

type Client

type Client struct {
	rest.Interface
}

func NewClient

func NewClient(restClient rest.Interface) *Client

func (*Client) Auths

func (c *Client) Auths() AuthInterface

func (*Client) Databases

func (c *Client) Databases() DatabaseInterface

func (*Client) Gateways

func (c *Client) Gateways() GatewayInterface

func (*Client) Ledgers

func (c *Client) Ledgers() LedgerInterface

func (*Client) Orchestrations

func (c *Client) Orchestrations() OrchestrationInterface

func (*Client) Payments

func (c *Client) Payments() PaymentsInterface

func (*Client) Reconciliations

func (c *Client) Reconciliations() ReconciliationInterface

func (*Client) Searches

func (c *Client) Searches() SearchInterface

func (*Client) Stacks

func (c *Client) Stacks() StackInterface

func (*Client) Versions

func (c *Client) Versions() VersionsInterface

func (*Client) Wallets

func (c *Client) Wallets() WalletsInterface

func (*Client) Webhooks

func (c *Client) Webhooks() WebhooksInterface

type DatabaseInterface

type DatabaseInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*v1beta1.DatabaseList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*v1beta1.Database, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
}

type GatewayInterface

type GatewayInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*v1beta1.GatewayList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*v1beta1.Gateway, error)
	Create(ctx context.Context, Gateway *v1beta1.Gateway) (*v1beta1.Gateway, error)
	Update(ctx context.Context, Gateway *v1beta1.Gateway) (*v1beta1.Gateway, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Delete(ctx context.Context, name string) error
}

type LedgerClient

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

func (*LedgerClient) Create

func (c *LedgerClient) Create(ctx context.Context, Ledger *v1beta1.Ledger) (*v1beta1.Ledger, error)

func (*LedgerClient) Delete

func (c *LedgerClient) Delete(ctx context.Context, name string) error

func (*LedgerClient) Get

func (c *LedgerClient) Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1beta1.Ledger, error)

func (*LedgerClient) List

func (*LedgerClient) Update

func (c *LedgerClient) Update(ctx context.Context, o *v1beta1.Ledger) (*v1beta1.Ledger, error)

func (*LedgerClient) Watch

type LedgerInterface

type LedgerInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*v1beta1.LedgerList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*v1beta1.Ledger, error)
	Create(ctx context.Context, Ledger *v1beta1.Ledger) (*v1beta1.Ledger, error)
	Update(ctx context.Context, Ledger *v1beta1.Ledger) (*v1beta1.Ledger, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Delete(ctx context.Context, name string) error
}

type OrchestrationClient

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

func (*OrchestrationClient) Create

func (*OrchestrationClient) Delete

func (c *OrchestrationClient) Delete(ctx context.Context, name string) error

func (*OrchestrationClient) Get

func (*OrchestrationClient) List

func (*OrchestrationClient) Update

func (*OrchestrationClient) Watch

type OrchestrationInterface

type OrchestrationInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*v1beta1.OrchestrationList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*v1beta1.Orchestration, error)
	Create(ctx context.Context, Orchestration *v1beta1.Orchestration) (*v1beta1.Orchestration, error)
	Update(ctx context.Context, Orchestration *v1beta1.Orchestration) (*v1beta1.Orchestration, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Delete(ctx context.Context, name string) error
}

type PaymentsInterface

type PaymentsInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*v1beta1.PaymentsList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*v1beta1.Payments, error)
	Create(ctx context.Context, Payments *v1beta1.Payments) (*v1beta1.Payments, error)
	Update(ctx context.Context, Payments *v1beta1.Payments) (*v1beta1.Payments, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Delete(ctx context.Context, name string) error
}

type ReconciliationInterface

type ReconciliationInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*v1beta1.ReconciliationList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*v1beta1.Reconciliation, error)
	Create(ctx context.Context, Reconciliation *v1beta1.Reconciliation) (*v1beta1.Reconciliation, error)
	Update(ctx context.Context, Reconciliation *v1beta1.Reconciliation) (*v1beta1.Reconciliation, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Delete(ctx context.Context, name string) error
}

type SearchClient

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

func (*SearchClient) Create

func (c *SearchClient) Create(ctx context.Context, Search *v1beta1.Search) (*v1beta1.Search, error)

func (*SearchClient) Delete

func (c *SearchClient) Delete(ctx context.Context, name string) error

func (*SearchClient) Get

func (c *SearchClient) Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1beta1.Search, error)

func (*SearchClient) List

func (*SearchClient) Update

func (c *SearchClient) Update(ctx context.Context, o *v1beta1.Search) (*v1beta1.Search, error)

func (*SearchClient) Watch

type SearchInterface

type SearchInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*v1beta1.SearchList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*v1beta1.Search, error)
	Create(ctx context.Context, Search *v1beta1.Search) (*v1beta1.Search, error)
	Update(ctx context.Context, Search *v1beta1.Search) (*v1beta1.Search, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Delete(ctx context.Context, name string) error
}

type StackInterface

type StackInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*v1beta1.StackList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*v1beta1.Stack, error)
	Create(ctx context.Context, stack *v1beta1.Stack) (*v1beta1.Stack, error)
	Update(ctx context.Context, stack *v1beta1.Stack) (*v1beta1.Stack, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, patchType types.PatchType, body any) (*v1beta1.Stack, error)
	Delete(ctx context.Context, name string) error
}

type VersionsClient

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

func (*VersionsClient) Create

func (c *VersionsClient) Create(ctx context.Context, Versions *v1beta1.Versions) (*v1beta1.Versions, error)

func (*VersionsClient) Delete

func (c *VersionsClient) Delete(ctx context.Context, name string) error

func (*VersionsClient) Get

func (*VersionsClient) List

func (*VersionsClient) Update

func (*VersionsClient) Watch

type VersionsInterface

type VersionsInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*v1beta1.VersionsList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*v1beta1.Versions, error)
	Create(ctx context.Context, Versions *v1beta1.Versions) (*v1beta1.Versions, error)
	Update(ctx context.Context, Versions *v1beta1.Versions) (*v1beta1.Versions, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Delete(ctx context.Context, name string) error
}

type WalletsInterface

type WalletsInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*v1beta1.WalletsList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*v1beta1.Wallets, error)
	Create(ctx context.Context, Wallets *v1beta1.Wallets) (*v1beta1.Wallets, error)
	Update(ctx context.Context, Wallets *v1beta1.Wallets) (*v1beta1.Wallets, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Delete(ctx context.Context, name string) error
}

type WebhooksInterface

type WebhooksInterface interface {
	List(ctx context.Context, opts metav1.ListOptions) (*v1beta1.WebhooksList, error)
	Get(ctx context.Context, name string, options metav1.GetOptions) (*v1beta1.Webhooks, error)
	Create(ctx context.Context, Webhooks *v1beta1.Webhooks) (*v1beta1.Webhooks, error)
	Update(ctx context.Context, Webhooks *v1beta1.Webhooks) (*v1beta1.Webhooks, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Delete(ctx context.Context, name string) error
}

Jump to

Keyboard shortcuts

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